/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
    box-sizing: border-box;
}
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
    height: 0;
    color: inherit;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.separator {

    width: 2px; /* Adjust the width of the separator as needed */
    background-color: #000; /* Adjust the color of the separator as needed */
    margin: 0 10px; /* Adjust the margin between the buttons and the separator as needed */
}
.my-float {
    margin-top: 16px;
}
.sticky-buttons {
    display: none; /* Hide by default */
}
.quantity-mobile{
    display:none !important;
}
.quantity-desktop{
    display:flex !important;
}
.language-mobile
{
    top:3px;
}

@media (max-width: 767px) {
.sticky-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #ffffff !important;
padding: 10px;
text-align: center;
color: #fff;
display: flex;
justify-content: space-between;
z-index: 20;
}
.language-mobile
{
    right: 93px !important;
    top: 12px
}
[dir="rtl"] .language-mobile
{
    right: 260px !important;
    top: 12px
}
[dir="rtl"] .language-ar
{
    right: -145px !important;
}
[dir="rtl"] .cart-ar
{
    right: 300px !important;
}
.hide-languague-text{
    display: none;
}

.hide-in-mobile
{
    display: none !important;
}
.quantity-mobile{
    display:flex !important;
}
.quantity-desktop{
    display:none !important;
}
}

/* @media screen and (min-width: 1945px) and (max-width: 3839px) {

    [dir="rtl"] .child-category-ar{
    margin-right:478px !important;
}

  }

@media screen and (min-width: 745px) and (max-width: 1940px) {

   [dir="rtl"] .child-category-ar{
        margin-right:540px !important;
    }

      } */


abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono",
        Menlo, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    box-shadow: none;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
button {
    background-color: transparent;
    background-image: none;
}
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;
}
html {
    font-family: Nunito, 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";
    line-height: 1.5;
}
body {
    font-family: inherit;
    line-height: inherit;
}
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea: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::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;
    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: 0;
}
[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:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
    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:focus,
[type="checkbox"]:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor;
}
[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type="file"]:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
.container {
    width: 100%;
}
@media (min-width: 280px) {
    .container {
        max-width: 280px;
    }
}
@media (min-width: 360px) {
    .container {
        max-width: 360px;
    }
}
@media (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}
@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;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
.space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-23 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
}
.space-x-23 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
}
.space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100px * var(--tw-space-x-reverse));
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
.space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
}
.space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
}
.space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}
.space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}
.space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}
.space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}
.space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}
.space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-63 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
}
.space-x-63 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}
.space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}
.space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}
.space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(475px * var(--tw-space-y-reverse));
}
.space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(475px * var(--tw-space-x-reverse));
    margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}
.space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
}
.space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-105p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
}
.space-x-105p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
}
.space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-54p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
}
.space-x-54p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.space-x-1p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
}
.space-x-2p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px * var(--tw-space-y-reverse));
}
.space-x-3p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px * var(--tw-space-x-reverse));
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
.space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-7p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
}
.space-x-7p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-9p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
}
.space-x-9p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-11p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
}
.space-x-11p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-13p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
}
.space-x-13p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
}
.space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-18p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.space-x-18p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-19p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
}
.space-x-19p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-21p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
}
.space-x-21p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-22p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
}
.space-x-22p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-23p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
}
.space-x-23p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
}
.space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-26p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
}
.space-x-26p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-29p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29px * var(--tw-space-y-reverse));
}
.space-x-29p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-31p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
}
.space-x-31p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35px * var(--tw-space-y-reverse));
}
.space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-52p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
}
.space-x-52p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-53p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
}
.space-x-53p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
}
.space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-59p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
}
.space-x-59p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-27p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
}
.space-x-27p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
}
.space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5px * var(--tw-space-x-reverse));
    margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-38p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
}
.space-x-38p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-46p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
}
.space-x-46p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-47p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(47px * var(--tw-space-y-reverse));
}
.space-x-47p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-49p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
}
.space-x-49p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-58p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
}
.space-x-58p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75px * var(--tw-space-y-reverse));
}
.space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75px * var(--tw-space-x-reverse));
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-77p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
}
.space-x-77p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
}
.space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
}
.space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-66p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
}
.space-x-66p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-68p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
}
.space-x-68p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70px * var(--tw-space-y-reverse));
}
.space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-72p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
}
.space-x-72p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px * var(--tw-space-x-reverse));
    margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-74p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
}
.space-x-74p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-78p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
}
.space-x-78p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
}
.space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-82p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
}
.space-x-82p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-84p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
}
.space-x-84p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-89p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
}
.space-x-89p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-93p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
}
.space-x-93p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
}
.space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-97p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
}
.space-x-97p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-103p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
}
.space-x-103p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-116p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
}
.space-x-116p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-120p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
}
.space-x-120p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-125p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
}
.space-x-125p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-130p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
}
.space-x-130p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(130px * var(--tw-space-x-reverse));
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-135p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(135px * var(--tw-space-y-reverse));
}
.space-x-135p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-132p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px * var(--tw-space-y-reverse));
}
.space-x-132p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px * var(--tw-space-x-reverse));
    margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-150p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150px * var(--tw-space-y-reverse));
}
.space-x-150p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(150px * var(--tw-space-x-reverse));
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-216p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px * var(--tw-space-y-reverse));
}
.space-x-216p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px * var(--tw-space-x-reverse));
    margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-225p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(225px * var(--tw-space-y-reverse));
}
.space-x-225p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(225px * var(--tw-space-x-reverse));
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-296p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(296px * var(--tw-space-y-reverse));
}
.space-x-296p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(296px * var(--tw-space-x-reverse));
    margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-270p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(270px * var(--tw-space-y-reverse));
}
.space-x-270p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(270px * var(--tw-space-x-reverse));
    margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-137p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(137px * var(--tw-space-y-reverse));
}
.space-x-137p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(137px * var(--tw-space-x-reverse));
    margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-141p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(141px * var(--tw-space-y-reverse));
}
.space-x-141p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(141px * var(--tw-space-x-reverse));
    margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-146p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(146px * var(--tw-space-y-reverse));
}
.space-x-146p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(146px * var(--tw-space-x-reverse));
    margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-152p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(152px * var(--tw-space-y-reverse));
}
.space-x-152p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(152px * var(--tw-space-x-reverse));
    margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-155p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(155px * var(--tw-space-y-reverse));
}
.space-x-155p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(155px * var(--tw-space-x-reverse));
    margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-163p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(163px * var(--tw-space-y-reverse));
}
.space-x-163p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(163px * var(--tw-space-x-reverse));
    margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-168p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px * var(--tw-space-y-reverse));
}
.space-x-168p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px * var(--tw-space-x-reverse));
    margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-173p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(173px * var(--tw-space-y-reverse));
}
.space-x-173p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(173px * var(--tw-space-x-reverse));
    margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-210p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
}
.space-x-210p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-245p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(245px * var(--tw-space-y-reverse));
}
.space-x-245p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(245px * var(--tw-space-x-reverse));
    margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-250p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
}
.space-x-250p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-260p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(260px * var(--tw-space-y-reverse));
}
.space-x-260p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(260px * var(--tw-space-x-reverse));
    margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-263p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(263px * var(--tw-space-y-reverse));
}
.space-x-263p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(263px * var(--tw-space-x-reverse));
    margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-266p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(266px * var(--tw-space-y-reverse));
}
.space-x-266p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(266px * var(--tw-space-x-reverse));
    margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-275p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(275px * var(--tw-space-y-reverse));
}
.space-x-275p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(275px * var(--tw-space-x-reverse));
    margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-300p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(300px * var(--tw-space-y-reverse));
}
.space-x-300p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(300px * var(--tw-space-x-reverse));
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-312p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(312px * var(--tw-space-y-reverse));
}
.space-x-312p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(312px * var(--tw-space-x-reverse));
    margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-318p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(318px * var(--tw-space-y-reverse));
}
.space-x-318p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(318px * var(--tw-space-x-reverse));
    margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-322p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(322px * var(--tw-space-y-reverse));
}
.space-x-322p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(322px * var(--tw-space-x-reverse));
    margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-337p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(337px * var(--tw-space-y-reverse));
}
.space-x-337p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(337px * var(--tw-space-x-reverse));
    margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-345p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(345px * var(--tw-space-y-reverse));
}
.space-x-345p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(345px * var(--tw-space-x-reverse));
    margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-344p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(344px * var(--tw-space-y-reverse));
}
.space-x-344p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(344px * var(--tw-space-x-reverse));
    margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-354p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(354px * var(--tw-space-y-reverse));
}
.space-x-354p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(354px * var(--tw-space-x-reverse));
    margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-364p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(364px * var(--tw-space-y-reverse));
}
.space-x-364p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(364px * var(--tw-space-x-reverse));
    margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-370p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(370px * var(--tw-space-y-reverse));
}
.space-x-370p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(370px * var(--tw-space-x-reverse));
    margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-382p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(382px * var(--tw-space-y-reverse));
}
.space-x-382p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(382px * var(--tw-space-x-reverse));
    margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-385p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(385px * var(--tw-space-y-reverse));
}
.space-x-385p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(385px * var(--tw-space-x-reverse));
    margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-400p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(400px * var(--tw-space-y-reverse));
}
.space-x-400p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(400px * var(--tw-space-x-reverse));
    margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-407p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(407px * var(--tw-space-y-reverse));
}
.space-x-407p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(407px * var(--tw-space-x-reverse));
    margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-411p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(411px * var(--tw-space-y-reverse));
}
.space-x-411p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(411px * var(--tw-space-x-reverse));
    margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-418p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(418px * var(--tw-space-y-reverse));
}
.space-x-418p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(418px * var(--tw-space-x-reverse));
    margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-430p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(430px * var(--tw-space-y-reverse));
}
.space-x-430p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(430px * var(--tw-space-x-reverse));
    margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-450p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(450px * var(--tw-space-y-reverse));
}
.space-x-450p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(450px * var(--tw-space-x-reverse));
    margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-468p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(468px * var(--tw-space-y-reverse));
}
.space-x-468p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(468px * var(--tw-space-x-reverse));
    margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-485p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(485px * var(--tw-space-y-reverse));
}
.space-x-485p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(485px * var(--tw-space-x-reverse));
    margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-491p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(491px * var(--tw-space-y-reverse));
}
.space-x-491p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(491px * var(--tw-space-x-reverse));
    margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-494p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(494px * var(--tw-space-y-reverse));
}
.space-x-494p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(494px * var(--tw-space-x-reverse));
    margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-470p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(470px * var(--tw-space-y-reverse));
}
.space-x-470p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(470px * var(--tw-space-x-reverse));
    margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-480p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
}
.space-x-480p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-532p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(532px * var(--tw-space-y-reverse));
}
.space-x-532p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(532px * var(--tw-space-x-reverse));
    margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-556p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(556px * var(--tw-space-y-reverse));
}
.space-x-556p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(556px * var(--tw-space-x-reverse));
    margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-505p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
}
.space-x-505p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1179p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1179px * var(--tw-space-y-reverse));
}
.space-x-1179p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1179px * var(--tw-space-x-reverse));
    margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1253p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1253px * var(--tw-space-y-reverse));
}
.space-x-1253p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1253px * var(--tw-space-x-reverse));
    margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1575p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1575px * var(--tw-space-y-reverse));
}
.space-x-1575p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1575px * var(--tw-space-x-reverse));
    margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-600p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(600px * var(--tw-space-y-reverse));
}
.space-x-600p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(600px * var(--tw-space-x-reverse));
    margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-649p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(649px * var(--tw-space-y-reverse));
}
.space-x-649p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(649px * var(--tw-space-x-reverse));
    margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-690p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(690px * var(--tw-space-y-reverse));
}
.space-x-690p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(690px * var(--tw-space-x-reverse));
    margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-19\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19% * var(--tw-space-y-reverse));
}
.space-x-19\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19% * var(--tw-space-x-reverse));
    margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
}
.space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-24\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24% * var(--tw-space-y-reverse));
}
.space-x-24\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24% * var(--tw-space-x-reverse));
    margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-36\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36% * var(--tw-space-y-reverse));
}
.space-x-36\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36% * var(--tw-space-x-reverse));
    margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-27\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27% * var(--tw-space-y-reverse));
}
.space-x-27\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27% * var(--tw-space-x-reverse));
    margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-28\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28% * var(--tw-space-y-reverse));
}
.space-x-28\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28% * var(--tw-space-x-reverse));
    margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-42\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42% * var(--tw-space-y-reverse));
}
.space-x-42\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42% * var(--tw-space-x-reverse));
    margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-46\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46% * var(--tw-space-y-reverse));
}
.space-x-46\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46% * var(--tw-space-x-reverse));
    margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-49\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49% * var(--tw-space-y-reverse));
}
.space-x-49\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49% * var(--tw-space-x-reverse));
    margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-54\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54% * var(--tw-space-y-reverse));
}
.space-x-54\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54% * var(--tw-space-x-reverse));
    margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-58\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58% * var(--tw-space-y-reverse));
}
.space-x-58\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58% * var(--tw-space-x-reverse));
    margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-72\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72% * var(--tw-space-y-reverse));
}
.space-x-72\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72% * var(--tw-space-x-reverse));
    margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-76\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76% * var(--tw-space-y-reverse));
}
.space-x-76\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76% * var(--tw-space-x-reverse));
    margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-77\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77% * var(--tw-space-y-reverse));
}
.space-x-77\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77% * var(--tw-space-x-reverse));
    margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-340p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(340px * var(--tw-space-y-reverse));
}
.space-x-340p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(340px * var(--tw-space-x-reverse));
    margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-700p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(700px * var(--tw-space-y-reverse));
}
.space-x-700p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(700px * var(--tw-space-x-reverse));
    margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-848p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(848px * var(--tw-space-y-reverse));
}
.space-x-848p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(848px * var(--tw-space-x-reverse));
    margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-850p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(850px * var(--tw-space-y-reverse));
}
.space-x-850p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(850px * var(--tw-space-x-reverse));
    margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-860p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(860px * var(--tw-space-y-reverse));
}
.space-x-860p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(860px * var(--tw-space-x-reverse));
    margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1425p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1425px * var(--tw-space-y-reverse));
}
.space-x-1425p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1425px * var(--tw-space-x-reverse));
    margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}
.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}
.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}
.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}
.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}
.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}
.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}
.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}
.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-23 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
}
.-space-x-23 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}
.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100px * var(--tw-space-y-reverse));
}
.-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100px * var(--tw-space-x-reverse));
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}
.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
}
.-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}
.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
}
.-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}
.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}
.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}
.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}
.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}
.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}
.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}
.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-63 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
}
.-space-x-63 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}
.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}
.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}
.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-475px * var(--tw-space-y-reverse));
}
.-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-475px * var(--tw-space-x-reverse));
    margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}
.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
}
.-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}
.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}
.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-105p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
}
.-space-x-105p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50px * var(--tw-space-y-reverse));
}
.-space-x-50p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50px * var(--tw-space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-54p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
}
.-space-x-54p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.-space-x-1p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-2p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
}
.-space-x-2p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-3p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px * var(--tw-space-y-reverse));
}
.-space-x-3p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px * var(--tw-space-x-reverse));
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
}
.-space-x-5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-7p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
}
.-space-x-7p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-9p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
}
.-space-x-9p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
}
.-space-x-10p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-11p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
}
.-space-x-11p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-13p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
}
.-space-x-13p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
}
.-space-x-15p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-18p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
}
.-space-x-18p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-19p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
}
.-space-x-19p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-21p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
}
.-space-x-21p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-22p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
}
.-space-x-22p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-23p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
}
.-space-x-23p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
}
.-space-x-25p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-26p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
}
.-space-x-26p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-29p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29px * var(--tw-space-y-reverse));
}
.-space-x-29p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29px * var(--tw-space-x-reverse));
    margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px * var(--tw-space-y-reverse));
}
.-space-x-30p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px * var(--tw-space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-31p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
}
.-space-x-31p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35px * var(--tw-space-y-reverse));
}
.-space-x-35p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-35px * var(--tw-space-x-reverse));
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-52p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
}
.-space-x-52p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-53p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
}
.-space-x-53p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
}
.-space-x-55p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-59p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
}
.-space-x-59p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-27p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
}
.-space-x-27p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
}
.-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5px * var(--tw-space-x-reverse));
    margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-38p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
}
.-space-x-38p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40px * var(--tw-space-y-reverse));
}
.-space-x-40p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40px * var(--tw-space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-46p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
}
.-space-x-46p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-47p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-47px * var(--tw-space-y-reverse));
}
.-space-x-47p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-47px * var(--tw-space-x-reverse));
    margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-49p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
}
.-space-x-49p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-58p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
}
.-space-x-58p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75px * var(--tw-space-y-reverse));
}
.-space-x-75p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75px * var(--tw-space-x-reverse));
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-77p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
}
.-space-x-77p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
}
.-space-x-60p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
}
.-space-x-65p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-66p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
}
.-space-x-66p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-68p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
}
.-space-x-68p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70px * var(--tw-space-y-reverse));
}
.-space-x-70p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70px * var(--tw-space-x-reverse));
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-72p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px * var(--tw-space-y-reverse));
}
.-space-x-72p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px * var(--tw-space-x-reverse));
    margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-74p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
}
.-space-x-74p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-78p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
}
.-space-x-78p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80px * var(--tw-space-y-reverse));
}
.-space-x-80p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80px * var(--tw-space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-82p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
}
.-space-x-82p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-84p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
}
.-space-x-84p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-89p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
}
.-space-x-89p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-93p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
}
.-space-x-93p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
}
.-space-x-90p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-97p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
}
.-space-x-97p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-103p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
}
.-space-x-103p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-116p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
}
.-space-x-116p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-120p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
}
.-space-x-120p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-125p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
}
.-space-x-125p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-130p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-130px * var(--tw-space-y-reverse));
}
.-space-x-130p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-130px * var(--tw-space-x-reverse));
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-135p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-135px * var(--tw-space-y-reverse));
}
.-space-x-135p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-135px * var(--tw-space-x-reverse));
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-132p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px * var(--tw-space-y-reverse));
}
.-space-x-132p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px * var(--tw-space-x-reverse));
    margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-150p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150px * var(--tw-space-y-reverse));
}
.-space-x-150p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-150px * var(--tw-space-x-reverse));
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-216p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px * var(--tw-space-y-reverse));
}
.-space-x-216p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px * var(--tw-space-x-reverse));
    margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-225p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-225px * var(--tw-space-y-reverse));
}
.-space-x-225p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-225px * var(--tw-space-x-reverse));
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-296p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-296px * var(--tw-space-y-reverse));
}
.-space-x-296p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-296px * var(--tw-space-x-reverse));
    margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-270p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-270px * var(--tw-space-y-reverse));
}
.-space-x-270p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-270px * var(--tw-space-x-reverse));
    margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-137p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-137px * var(--tw-space-y-reverse));
}
.-space-x-137p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-137px * var(--tw-space-x-reverse));
    margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-141p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-141px * var(--tw-space-y-reverse));
}
.-space-x-141p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-141px * var(--tw-space-x-reverse));
    margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-146p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-146px * var(--tw-space-y-reverse));
}
.-space-x-146p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-146px * var(--tw-space-x-reverse));
    margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-152p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-152px * var(--tw-space-y-reverse));
}
.-space-x-152p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-152px * var(--tw-space-x-reverse));
    margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-155p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-155px * var(--tw-space-y-reverse));
}
.-space-x-155p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-155px * var(--tw-space-x-reverse));
    margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-163p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-163px * var(--tw-space-y-reverse));
}
.-space-x-163p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-163px * var(--tw-space-x-reverse));
    margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-168p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px * var(--tw-space-y-reverse));
}
.-space-x-168p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px * var(--tw-space-x-reverse));
    margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-173p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-173px * var(--tw-space-y-reverse));
}
.-space-x-173p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-173px * var(--tw-space-x-reverse));
    margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-210p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
}
.-space-x-210p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-245p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-245px * var(--tw-space-y-reverse));
}
.-space-x-245p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-245px * var(--tw-space-x-reverse));
    margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-250p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
}
.-space-x-250p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-260p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-260px * var(--tw-space-y-reverse));
}
.-space-x-260p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-260px * var(--tw-space-x-reverse));
    margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-263p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-263px * var(--tw-space-y-reverse));
}
.-space-x-263p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-263px * var(--tw-space-x-reverse));
    margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-266p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-266px * var(--tw-space-y-reverse));
}
.-space-x-266p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-266px * var(--tw-space-x-reverse));
    margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-275p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-275px * var(--tw-space-y-reverse));
}
.-space-x-275p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-275px * var(--tw-space-x-reverse));
    margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-300p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-300px * var(--tw-space-y-reverse));
}
.-space-x-300p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-300px * var(--tw-space-x-reverse));
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-312p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-312px * var(--tw-space-y-reverse));
}
.-space-x-312p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-312px * var(--tw-space-x-reverse));
    margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-318p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-318px * var(--tw-space-y-reverse));
}
.-space-x-318p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-318px * var(--tw-space-x-reverse));
    margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-322p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-322px * var(--tw-space-y-reverse));
}
.-space-x-322p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-322px * var(--tw-space-x-reverse));
    margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-337p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-337px * var(--tw-space-y-reverse));
}
.-space-x-337p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-337px * var(--tw-space-x-reverse));
    margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-345p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-345px * var(--tw-space-y-reverse));
}
.-space-x-345p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-345px * var(--tw-space-x-reverse));
    margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-344p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-344px * var(--tw-space-y-reverse));
}
.-space-x-344p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-344px * var(--tw-space-x-reverse));
    margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-354p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-354px * var(--tw-space-y-reverse));
}
.-space-x-354p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-354px * var(--tw-space-x-reverse));
    margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-364p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-364px * var(--tw-space-y-reverse));
}
.-space-x-364p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-364px * var(--tw-space-x-reverse));
    margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-370p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-370px * var(--tw-space-y-reverse));
}
.-space-x-370p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-370px * var(--tw-space-x-reverse));
    margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-382p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-382px * var(--tw-space-y-reverse));
}
.-space-x-382p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-382px * var(--tw-space-x-reverse));
    margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-385p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-385px * var(--tw-space-y-reverse));
}
.-space-x-385p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-385px * var(--tw-space-x-reverse));
    margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-400p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-400px * var(--tw-space-y-reverse));
}
.-space-x-400p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-400px * var(--tw-space-x-reverse));
    margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-407p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-407px * var(--tw-space-y-reverse));
}
.-space-x-407p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-407px * var(--tw-space-x-reverse));
    margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-411p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-411px * var(--tw-space-y-reverse));
}
.-space-x-411p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-411px * var(--tw-space-x-reverse));
    margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-418p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-418px * var(--tw-space-y-reverse));
}
.-space-x-418p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-418px * var(--tw-space-x-reverse));
    margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-430p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-430px * var(--tw-space-y-reverse));
}
.-space-x-430p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-430px * var(--tw-space-x-reverse));
    margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-450p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-450px * var(--tw-space-y-reverse));
}
.-space-x-450p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-450px * var(--tw-space-x-reverse));
    margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-468p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-468px * var(--tw-space-y-reverse));
}
.-space-x-468p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-468px * var(--tw-space-x-reverse));
    margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-485p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-485px * var(--tw-space-y-reverse));
}
.-space-x-485p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-485px * var(--tw-space-x-reverse));
    margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-491p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-491px * var(--tw-space-y-reverse));
}
.-space-x-491p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-491px * var(--tw-space-x-reverse));
    margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-494p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-494px * var(--tw-space-y-reverse));
}
.-space-x-494p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-494px * var(--tw-space-x-reverse));
    margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-470p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-470px * var(--tw-space-y-reverse));
}
.-space-x-470p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-470px * var(--tw-space-x-reverse));
    margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-480p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
}
.-space-x-480p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-532p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-532px * var(--tw-space-y-reverse));
}
.-space-x-532p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-532px * var(--tw-space-x-reverse));
    margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-556p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-556px * var(--tw-space-y-reverse));
}
.-space-x-556p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-556px * var(--tw-space-x-reverse));
    margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-505p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
}
.-space-x-505p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
}
.-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1179px * var(--tw-space-x-reverse));
    margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
}
.-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1253px * var(--tw-space-x-reverse));
    margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
}
.-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1575px * var(--tw-space-x-reverse));
    margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-600p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-600px * var(--tw-space-y-reverse));
}
.-space-x-600p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-600px * var(--tw-space-x-reverse));
    margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-649p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-649px * var(--tw-space-y-reverse));
}
.-space-x-649p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-649px * var(--tw-space-x-reverse));
    margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-690p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-690px * var(--tw-space-y-reverse));
}
.-space-x-690p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-690px * var(--tw-space-x-reverse));
    margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19% * var(--tw-space-y-reverse));
}
.-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19% * var(--tw-space-x-reverse));
    margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
}
.-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24% * var(--tw-space-y-reverse));
}
.-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24% * var(--tw-space-x-reverse));
    margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36% * var(--tw-space-y-reverse));
}
.-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36% * var(--tw-space-x-reverse));
    margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27% * var(--tw-space-y-reverse));
}
.-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27% * var(--tw-space-x-reverse));
    margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28% * var(--tw-space-y-reverse));
}
.-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-28% * var(--tw-space-x-reverse));
    margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42% * var(--tw-space-y-reverse));
}
.-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42% * var(--tw-space-x-reverse));
    margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46% * var(--tw-space-y-reverse));
}
.-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46% * var(--tw-space-x-reverse));
    margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49% * var(--tw-space-y-reverse));
}
.-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49% * var(--tw-space-x-reverse));
    margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54% * var(--tw-space-y-reverse));
}
.-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54% * var(--tw-space-x-reverse));
    margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58% * var(--tw-space-y-reverse));
}
.-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58% * var(--tw-space-x-reverse));
    margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72% * var(--tw-space-y-reverse));
}
.-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72% * var(--tw-space-x-reverse));
    margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76% * var(--tw-space-y-reverse));
}
.-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76% * var(--tw-space-x-reverse));
    margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77% * var(--tw-space-y-reverse));
}
.-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77% * var(--tw-space-x-reverse));
    margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-340p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-340px * var(--tw-space-y-reverse));
}
.-space-x-340p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-340px * var(--tw-space-x-reverse));
    margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-700p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-700px * var(--tw-space-y-reverse));
}
.-space-x-700p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-700px * var(--tw-space-x-reverse));
    margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-848p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-848px * var(--tw-space-y-reverse));
}
.-space-x-848p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-848px * var(--tw-space-x-reverse));
    margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-850p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-850px * var(--tw-space-y-reverse));
}
.-space-x-850p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-850px * var(--tw-space-x-reverse));
    margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-860p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-860px * var(--tw-space-y-reverse));
}
.-space-x-860p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-860px * var(--tw-space-x-reverse));
    margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
}
.-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1425px * var(--tw-space-x-reverse));
    margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
}
.divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
}
.divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}
.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}
.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}
.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}
.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}
.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}
.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}
.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}
.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}
.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}
.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}
.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}
.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}
.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}
.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}
.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}
.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}
.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}
.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}
.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}
.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}
.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}
.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}
.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}
.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}
.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}
.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}
.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}
.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}
.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}
.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}
.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}
.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}
.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}
.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}
.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}
.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}
.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}
.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}
.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}
.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}
.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}
.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}
.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}
.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}
.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}
.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}
.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}
.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}
.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}
.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}
.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}
.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}
.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}
.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}
.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}
.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}
.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}
.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}
.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}
.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}
.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}
.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}
.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}
.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}
.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}
.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}
.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}
.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}
.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}
.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}
.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}
.divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
}
.divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
}
.divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
}
.divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
}
.divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
}
.divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
}
.divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
}
.divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
}
.divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
}
.divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(252, 202, 25, 0.65);
}
.divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(249, 181, 11, 0.1);
}
.divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
}
.divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
}
.divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
}
.divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
}
.divide-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
}
.divide-black-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
}
.divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}
.divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
}
.divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
}
.divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
}
.divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
}
.divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
}
.divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
}
.divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
}
.divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
}
.divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
}
.divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
}
.divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
}
.divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
}
.divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
}
.divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}
.divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
}
.divide-green-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
}
.divide-green-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
}
.divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
}
.divide-green-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}
.divide-green-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
}
.divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
}
.divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
}
.divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
}
.divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
}
.divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
}
.divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
}
.divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
}
.divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
}
.divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
}
.divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
    border-color: #c5c5c5;
}
.divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bfbfbf;
}
.divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
    border-color: #eee;
}
.divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
    border-color: #b7b7b7;
}
.divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
    border-color: #f0f0f0;
}
.divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
    border-color: #efefef;
}
.divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
    border-color: #bababa;
}
.divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
}
.divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
}
.divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
}
.divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
}
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
}
.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
}
.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
}
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
}
.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
}
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
}
.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
}
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
}
.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
}
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
}
.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
}
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
}
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
}
.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-local {
    background-attachment: local;
}
.bg-scroll {
    background-attachment: scroll;
}
.bg-clip-border {
    background-clip: border-box;
}
.bg-clip-padding {
    background-clip: padding-box;
}
.bg-clip-content {
    background-clip: content-box;
}
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}
.bg-transparent {
    background-color: transparent;
}
.bg-current {
    background-color: currentColor;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
.bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
.bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
.bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
.bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.bg-gray-10 {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.bg-gray-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-gray-12 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
}
.bg-white-12 {
    --tw-bg-opacity: 1;
    background-color: white;
}
.bg-dynamic-12 {
    --tw-bg-opacity: 1;
    background-color: #f7e6ca;
}

.bg-gray-13 {
    --tw-bg-opacity: 1;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.bg-gray-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.bg-yellow-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
}
.bg-orange-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
}
.bg-orange-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
}
.bg-yellow-2 {
    background-color: rgba(252, 202, 25, 0.65);
}
.bg-yellow-5 {
    background-color: rgba(249, 181, 11, 0.1);
}
.bg-orange-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
}
.bg-orange-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
}
.bg-orange-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
}
.bg-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}
.bg-green-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
}
.bg-black-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.bg-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.bg-pinks-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
}
.bg-pinks-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
}
.bg-skies-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
}
.bg-blues-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
}
.bg-blues-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
}
.bg-blues-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
}
.bg-reds-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
}
.bg-reds-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
}
.bg-reds-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
}
.bg-reds-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
}
.bg-reds-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
}
.bg-reds-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
}
.bg-gray-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}
.bg-gray-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.bg-yellow-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
}
.bg-green-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
}
.bg-green-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
}
.bg-yellow-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
}
.bg-green-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-green-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
}
.bg-gray-7 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}
.bg-gray-14 {
    --tw-bg-opacity: 1;
    background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
}
.bg-blues-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
}
.bg-gray-15 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
}
.bg-gray-16 {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}
.bg-gray-17 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.bg-gray-18 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
}
.bg-gray-19 {
    --tw-bg-opacity: 1;
    background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
}
.bg-gray-20 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.bg-gray-21 {
    background-color: #c5c5c5;
}
.bg-gray-22 {
    background-color: #bfbfbf;
}
.bg-gray-23 {
    background-color: #eee;
}
.bg-gray-24 {
    background-color: #b7b7b7;
}
.bg-gray-25 {
    background-color: #f0f0f0;
}
.bg-gray-26 {
    background-color: #efefef;
}
.bg-gray-27 {
    background-color: #bababa;
}
.bg-blues-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
}
.bg-blues-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
}
.bg-purple-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
}
.bg-purple-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-transparent {
    background-color: transparent;
}
.group:hover .group-hover\:bg-current {
    background-color: currentColor;
}
.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-10 {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-12 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-13 {
    --tw-bg-opacity: 1;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-2 {
    background-color: rgba(252, 202, 25, 0.65);
}
.group:hover .group-hover\:bg-yellow-5 {
    background-color: rgba(249, 181, 11, 0.1);
}
.group:hover .group-hover\:bg-orange-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-orange-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-black-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pinks-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-pinks-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-skies-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blues-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blues-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blues-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-reds-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-yellow-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-7 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-14 {
    --tw-bg-opacity: 1;
    background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blues-4 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-15 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-16 {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-17 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-18 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-19 {
    --tw-bg-opacity: 1;
    background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-20 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-21 {
    background-color: #c5c5c5;
}
.group:hover .group-hover\:bg-gray-22 {
    background-color: #bfbfbf;
}
.group:hover .group-hover\:bg-gray-23 {
    background-color: #eee;
}
.group:hover .group-hover\:bg-gray-24 {
    background-color: #b7b7b7;
}
.group:hover .group-hover\:bg-gray-25 {
    background-color: #f0f0f0;
}
.group:hover .group-hover\:bg-gray-26 {
    background-color: #efefef;
}
.group:hover .group-hover\:bg-gray-27 {
    background-color: #bababa;
}
.group:hover .group-hover\:bg-blues-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blues-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-purple-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-transparent:focus-within {
    background-color: transparent;
}
.focus-within\:bg-current:focus-within {
    background-color: currentColor;
}
.focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
.focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
.focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-10:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-11:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-12:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-13:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-2:focus-within {
    background-color: rgba(252, 202, 25, 0.65);
}
.focus-within\:bg-yellow-5:focus-within {
    background-color: rgba(249, 181, 11, 0.1);
}
.focus-within\:bg-orange-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
}
.focus-within\:bg-orange-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}
.focus-within\:bg-green-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
}
.focus-within\:bg-black-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.focus-within\:bg-pinks-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
}
.focus-within\:bg-pinks-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
}
.focus-within\:bg-skies-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
}
.focus-within\:bg-blues-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
}
.focus-within\:bg-blues-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
}
.focus-within\:bg-blues-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
}
.focus-within\:bg-reds-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
}
.focus-within\:bg-green-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
}
.focus-within\:bg-green-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
}
.focus-within\:bg-yellow-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
}
.focus-within\:bg-green-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.focus-within\:bg-green-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-7:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-14:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
}
.focus-within\:bg-blues-4:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-15:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-16:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-17:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-18:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-19:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-20:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.focus-within\:bg-gray-21:focus-within {
    background-color: #c5c5c5;
}
.focus-within\:bg-gray-22:focus-within {
    background-color: #bfbfbf;
}
.focus-within\:bg-gray-23:focus-within {
    background-color: #eee;
}
.focus-within\:bg-gray-24:focus-within {
    background-color: #b7b7b7;
}
.focus-within\:bg-gray-25:focus-within {
    background-color: #f0f0f0;
}
.focus-within\:bg-gray-26:focus-within {
    background-color: #efefef;
}
.focus-within\:bg-gray-27:focus-within {
    background-color: #bababa;
}
.focus-within\:bg-blues-5:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
}
.focus-within\:bg-blues-6:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
}
.focus-within\:bg-purple-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
    background-color: transparent;
}
.hover\:bg-current:hover {
    background-color: currentColor;
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
.hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
.hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
.hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
.hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
.hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
.hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
.hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
.hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
.hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
.hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
.hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.hover\:bg-gray-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.hover\:bg-gray-10:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.hover\:bg-gray-11:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.hover\:bg-gray-12:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
}
.hover\:bg-gray-13:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.hover\:bg-gray-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.hover\:bg-yellow-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
}
.hover\:bg-orange-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
}
.hover\:bg-orange-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
}
.hover\:bg-yellow-2:hover {
    background-color: rgba(252, 202, 25, 0.65);
}
.hover\:bg-yellow-5:hover {
    background-color: rgba(249, 181, 11, 0.1);
}
.hover\:bg-orange-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
}
.hover\:bg-orange-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
}
.hover\:bg-orange-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
}
.hover\:bg-gray-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}
.hover\:bg-green-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
}
.hover\:bg-black-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.hover\:bg-gray-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.hover\:bg-pinks-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
}
.hover\:bg-pinks-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
}
.hover\:bg-skies-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
}
.hover\:bg-blues-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
}
.hover\:bg-blues-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
}
.hover\:bg-blues-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
}
.hover\:bg-reds-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
}
.hover\:bg-reds-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
}
.hover\:bg-reds-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
}
.hover\:bg-reds-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
}
.hover\:bg-reds-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
}
.hover\:bg-reds-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
}
.hover\:bg-gray-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}
.hover\:bg-gray-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.hover\:bg-yellow-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
}
.hover\:bg-green-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
}
.hover\:bg-green-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
}
.hover\:bg-yellow-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
}
.hover\:bg-green-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.hover\:bg-green-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
}
.hover\:bg-gray-7:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}
.hover\:bg-gray-14:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
}
.hover\:bg-blues-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
}
.hover\:bg-gray-15:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
}
.hover\:bg-gray-16:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}
.hover\:bg-gray-17:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.hover\:bg-gray-18:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
}
.hover\:bg-gray-19:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
}
.hover\:bg-gray-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.hover\:bg-gray-21:hover {
    background-color: #c5c5c5;
}
.hover\:bg-gray-22:hover {
    background-color: #bfbfbf;
}
.hover\:bg-gray-23:hover {
    background-color: #eee;
}
.hover\:bg-gray-24:hover {
    background-color: #b7b7b7;
}
.hover\:bg-gray-25:hover {
    background-color: #f0f0f0;
}
.hover\:bg-gray-26:hover {
    background-color: #efefef;
}
.hover\:bg-gray-27:hover {
    background-color: #bababa;
}
.hover\:bg-blues-5:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
}
.hover\:bg-blues-6:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
}
.hover\:bg-purple-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
}
.hover\:bg-purple-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
}
.focus\:bg-transparent:focus {
    background-color: transparent;
}
.focus\:bg-current:focus {
    background-color: currentColor;
}
.focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
.focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
.focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
.focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
.focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
.focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
.focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
.focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
.focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
.focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
.focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
.focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
.focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
.focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
.focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
.focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
.focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
.focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
.focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
.focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
.focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
.focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.focus\:bg-gray-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
}
.focus\:bg-gray-10:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.focus\:bg-gray-11:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.focus\:bg-gray-12:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
}
.focus\:bg-gray-13:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.focus\:bg-gray-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.focus\:bg-yellow-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
}
.focus\:bg-orange-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
}
.focus\:bg-orange-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
}
.focus\:bg-yellow-2:focus {
    background-color: rgba(252, 202, 25, 0.65);
}
.focus\:bg-yellow-5:focus {
    background-color: rgba(249, 181, 11, 0.1);
}
.focus\:bg-orange-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
}
.focus\:bg-orange-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
}
.focus\:bg-orange-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
}
.focus\:bg-gray-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}
.focus\:bg-green-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
}
.focus\:bg-black-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
}
.focus\:bg-gray-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.focus\:bg-pinks-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
}
.focus\:bg-pinks-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
}
.focus\:bg-skies-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
}
.focus\:bg-blues-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
}
.focus\:bg-blues-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
}
.focus\:bg-blues-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
}
.focus\:bg-reds-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
}
.focus\:bg-reds-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
}
.focus\:bg-reds-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
}
.focus\:bg-reds-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
}
.focus\:bg-reds-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
}
.focus\:bg-reds-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
}
.focus\:bg-gray-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
}
.focus\:bg-gray-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.focus\:bg-yellow-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
}
.focus\:bg-green-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
}
.focus\:bg-green-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
}
.focus\:bg-yellow-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
}
.focus\:bg-green-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.focus\:bg-green-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
}
.focus\:bg-gray-7:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
}
.focus\:bg-gray-14:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
}
.focus\:bg-blues-4:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
}
.focus\:bg-gray-15:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
}
.focus\:bg-gray-16:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
}
.focus\:bg-gray-17:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
}
.focus\:bg-gray-18:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
}
.focus\:bg-gray-19:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
}
.focus\:bg-gray-20:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.focus\:bg-gray-21:focus {
    background-color: #c5c5c5;
}
.focus\:bg-gray-22:focus {
    background-color: #bfbfbf;
}
.focus\:bg-gray-23:focus {
    background-color: #eee;
}
.focus\:bg-gray-24:focus {
    background-color: #b7b7b7;
}
.focus\:bg-gray-25:focus {
    background-color: #f0f0f0;
}
.focus\:bg-gray-26:focus {
    background-color: #efefef;
}
.focus\:bg-gray-27:focus {
    background-color: #bababa;
}
.focus\:bg-blues-5:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
}
.focus\:bg-blues-6:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
}
.focus\:bg-purple-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
}
.focus\:bg-purple-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
}
.bg-none {
    background-image: none;
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
    background-image: linear-gradient(
        to bottom right,
        var(--tw-gradient-stops)
    );
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.from-gray-1 {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.from-gray-10 {
    --tw-gradient-from: #898989;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.from-gray-11 {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.from-gray-12 {
    --tw-gradient-from: #2c2c2c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.from-gray-13 {
    --tw-gradient-from: #777777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.from-gray-2 {
    --tw-gradient-from: #dfdfdf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.from-yellow-1 {
    --tw-gradient-from: #fcca19;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.from-orange-1 {
    --tw-gradient-from: #fa886a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.from-orange-2 {
    --tw-gradient-from: #ff9c00;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.from-yellow-2 {
    --tw-gradient-from: rgba(252, 202, 25, 0.65);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.from-yellow-5 {
    --tw-gradient-from: rgba(249, 181, 11, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.from-orange-3 {
    --tw-gradient-from: #dea512;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.from-orange-4 {
    --tw-gradient-from: #fff1dc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.from-orange-5 {
    --tw-gradient-from: #ff6c2e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.from-gray-3 {
    --tw-gradient-from: #3f3f3f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.from-green-1 {
    --tw-gradient-from: #009651;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.from-black-1 {
    --tw-gradient-from: #474747;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.from-gray-4 {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.from-pinks-1 {
    --tw-gradient-from: #deaab3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.from-pinks-2 {
    --tw-gradient-from: #f9e8e8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.from-skies-1 {
    --tw-gradient-from: #2dadd6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.from-blues-1 {
    --tw-gradient-from: #115b98;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.from-blues-2 {
    --tw-gradient-from: #4e6297;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.from-blues-3 {
    --tw-gradient-from: #3a4a75;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.from-reds-1 {
    --tw-gradient-from: #c5331e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.from-reds-2 {
    --tw-gradient-from: #c3573a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.from-reds-3 {
    --tw-gradient-from: #c8191c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.from-reds-4 {
    --tw-gradient-from: #953426;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.from-reds-5 {
    --tw-gradient-from: #f81b4d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.from-reds-6 {
    --tw-gradient-from: #e43147;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.from-gray-5 {
    --tw-gradient-from: #cbcbcb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.from-gray-6 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.from-yellow-3 {
    --tw-gradient-from: #b69665;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.from-green-2 {
    --tw-gradient-from: #ebf9f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.from-green-3 {
    --tw-gradient-from: #33c172;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.from-yellow-4 {
    --tw-gradient-from: #fef8e7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.from-green-4 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.from-green-5 {
    --tw-gradient-from: #00b14f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.from-gray-7 {
    --tw-gradient-from: #828282;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.from-gray-14 {
    --tw-gradient-from: #b0b0b0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.from-blues-4 {
    --tw-gradient-from: #4040a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.from-gray-15 {
    --tw-gradient-from: #3e3e3e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.from-gray-16 {
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.from-gray-17 {
    --tw-gradient-from: #f1f1f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.from-gray-18 {
    --tw-gradient-from: #929292;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.from-gray-19 {
    --tw-gradient-from: #bcbcbc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.from-gray-20 {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.from-gray-21 {
    --tw-gradient-from: #c5c5c5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-22 {
    --tw-gradient-from: #bfbfbf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-23 {
    --tw-gradient-from: #eeeeee;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-24 {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-25 {
    --tw-gradient-from: #f0f0f0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-26 {
    --tw-gradient-from: #efefef;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-27 {
    --tw-gradient-from: #bababa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-blues-5 {
    --tw-gradient-from: #0060a9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.from-blues-6 {
    --tw-gradient-from: #e9f2f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.from-purple-1 {
    --tw-gradient-from: #9747ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.from-purple-2 {
    --tw-gradient-from: #f8f2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151,
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827,
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171,
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706,
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309,
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e,
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f,
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399,
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669,
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857,
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46,
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81,
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777,
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d,
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843,
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.via-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #999999,
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.via-gray-10 {
    --tw-gradient-stops: var(--tw-gradient-from), #898989,
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.via-gray-11 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.via-gray-12 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.via-gray-13 {
    --tw-gradient-stops: var(--tw-gradient-from), #777777,
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.via-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.via-yellow-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.via-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.via-orange-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.via-yellow-2 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.via-yellow-5 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.via-orange-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #dea512,
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.via-orange-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.via-orange-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.via-gray-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.via-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #009651,
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.via-black-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #474747,
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.via-gray-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.via-pinks-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.via-pinks-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.via-skies-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.via-blues-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #115b98,
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.via-blues-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.via-blues-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.via-reds-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.via-reds-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.via-reds-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.via-reds-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #953426,
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.via-reds-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.via-reds-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #e43147,
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.via-gray-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.via-gray-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.via-yellow-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #b69665,
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.via-green-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.via-green-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #33c172,
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.via-yellow-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.via-green-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.via-green-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.via-gray-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #828282,
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.via-gray-14 {
    --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.via-blues-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.via-gray-15 {
    --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.via-gray-16 {
    --tw-gradient-stops: var(--tw-gradient-from), #505050,
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.via-gray-17 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.via-gray-18 {
    --tw-gradient-stops: var(--tw-gradient-from), #929292,
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.via-gray-19 {
    --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.via-gray-20 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.via-gray-21 {
    --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-22 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-23 {
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-24 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-25 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-26 {
    --tw-gradient-stops: var(--tw-gradient-from), #efefef,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-gray-27 {
    --tw-gradient-stops: var(--tw-gradient-from), #bababa,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-blues-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.via-blues-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.via-purple-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.via-purple-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.to-transparent {
    --tw-gradient-to: transparent;
}
.to-current {
    --tw-gradient-to: currentColor;
}
.to-black {
    --tw-gradient-to: #000;
}
.to-white {
    --tw-gradient-to: #fff;
}
.to-gray-50 {
    --tw-gradient-to: #f9fafb;
}
.to-gray-100 {
    --tw-gradient-to: #f3f4f6;
}
.to-gray-200 {
    --tw-gradient-to: #e5e7eb;
}
.to-gray-300 {
    --tw-gradient-to: #d1d5db;
}
.to-gray-400 {
    --tw-gradient-to: #9ca3af;
}
.to-gray-500 {
    --tw-gradient-to: #6b7280;
}
.to-gray-600 {
    --tw-gradient-to: #4b5563;
}
.to-gray-700 {
    --tw-gradient-to: #374151;
}
.to-gray-800 {
    --tw-gradient-to: #1f2937;
}
.to-gray-900 {
    --tw-gradient-to: #111827;
}
.to-red-50 {
    --tw-gradient-to: #fef2f2;
}
.to-red-100 {
    --tw-gradient-to: #fee2e2;
}
.to-red-200 {
    --tw-gradient-to: #fecaca;
}
.to-red-300 {
    --tw-gradient-to: #fca5a5;
}
.to-red-400 {
    --tw-gradient-to: #f87171;
}
.to-red-500 {
    --tw-gradient-to: #ef4444;
}
.to-red-600 {
    --tw-gradient-to: #dc2626;
}
.to-red-700 {
    --tw-gradient-to: #b91c1c;
}
.to-red-800 {
    --tw-gradient-to: #991b1b;
}
.to-red-900 {
    --tw-gradient-to: #7f1d1d;
}
.to-yellow-50 {
    --tw-gradient-to: #fffbeb;
}
.to-yellow-100 {
    --tw-gradient-to: #fef3c7;
}
.to-yellow-200 {
    --tw-gradient-to: #fde68a;
}
.to-yellow-300 {
    --tw-gradient-to: #fcd34d;
}
.to-yellow-400 {
    --tw-gradient-to: #fbbf24;
}
.to-yellow-500 {
    --tw-gradient-to: #f59e0b;
}
.to-yellow-600 {
    --tw-gradient-to: #d97706;
}
.to-yellow-700 {
    --tw-gradient-to: #b45309;
}
.to-yellow-800 {
    --tw-gradient-to: #92400e;
}
.to-yellow-900 {
    --tw-gradient-to: #78350f;
}
.to-green-50 {
    --tw-gradient-to: #ecfdf5;
}
.to-green-100 {
    --tw-gradient-to: #d1fae5;
}
.to-green-200 {
    --tw-gradient-to: #a7f3d0;
}
.to-green-300 {
    --tw-gradient-to: #6ee7b7;
}
.to-green-400 {
    --tw-gradient-to: #34d399;
}
.to-green-500 {
    --tw-gradient-to: #10b981;
}
.to-green-600 {
    --tw-gradient-to: #059669;
}
.to-green-700 {
    --tw-gradient-to: #047857;
}
.to-green-800 {
    --tw-gradient-to: #065f46;
}
.to-green-900 {
    --tw-gradient-to: #064e3b;
}
.to-blue-50 {
    --tw-gradient-to: #eff6ff;
}
.to-blue-100 {
    --tw-gradient-to: #dbeafe;
}
.to-blue-200 {
    --tw-gradient-to: #bfdbfe;
}
.to-blue-300 {
    --tw-gradient-to: #93c5fd;
}
.to-blue-400 {
    --tw-gradient-to: #60a5fa;
}
.to-blue-500 {
    --tw-gradient-to: #3b82f6;
}
.to-blue-600 {
    --tw-gradient-to: #2563eb;
}
.to-blue-700 {
    --tw-gradient-to: #1d4ed8;
}
.to-blue-800 {
    --tw-gradient-to: #1e40af;
}
.to-blue-900 {
    --tw-gradient-to: #1e3a8a;
}
.to-indigo-50 {
    --tw-gradient-to: #eef2ff;
}
.to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
}
.to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
}
.to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
}
.to-indigo-400 {
    --tw-gradient-to: #818cf8;
}
.to-indigo-500 {
    --tw-gradient-to: #6366f1;
}
.to-indigo-600 {
    --tw-gradient-to: #4f46e5;
}
.to-indigo-700 {
    --tw-gradient-to: #4338ca;
}
.to-indigo-800 {
    --tw-gradient-to: #3730a3;
}
.to-indigo-900 {
    --tw-gradient-to: #312e81;
}
.to-purple-50 {
    --tw-gradient-to: #f5f3ff;
}
.to-purple-100 {
    --tw-gradient-to: #ede9fe;
}
.to-purple-200 {
    --tw-gradient-to: #ddd6fe;
}
.to-purple-300 {
    --tw-gradient-to: #c4b5fd;
}
.to-purple-400 {
    --tw-gradient-to: #a78bfa;
}
.to-purple-500 {
    --tw-gradient-to: #8b5cf6;
}
.to-purple-600 {
    --tw-gradient-to: #7c3aed;
}
.to-purple-700 {
    --tw-gradient-to: #6d28d9;
}
.to-purple-800 {
    --tw-gradient-to: #5b21b6;
}
.to-purple-900 {
    --tw-gradient-to: #4c1d95;
}
.to-pink-50 {
    --tw-gradient-to: #fdf2f8;
}
.to-pink-100 {
    --tw-gradient-to: #fce7f3;
}
.to-pink-200 {
    --tw-gradient-to: #fbcfe8;
}
.to-pink-300 {
    --tw-gradient-to: #f9a8d4;
}
.to-pink-400 {
    --tw-gradient-to: #f472b6;
}
.to-pink-500 {
    --tw-gradient-to: #ec4899;
}
.to-pink-600 {
    --tw-gradient-to: #db2777;
}
.to-pink-700 {
    --tw-gradient-to: #be185d;
}
.to-pink-800 {
    --tw-gradient-to: #9d174d;
}
.to-pink-900 {
    --tw-gradient-to: #831843;
}
.to-gray-1 {
    --tw-gradient-to: #999999;
}
.to-gray-10 {
    --tw-gradient-to: #898989;
}
.to-gray-11 {
    --tw-gradient-to: #f3f3f3;
}
.to-gray-12 {
    --tw-gradient-to: #2c2c2c;
}
.to-gray-13 {
    --tw-gradient-to: #777777;
}
.to-gray-2 {
    --tw-gradient-to: #dfdfdf;
}
.to-yellow-1 {
    --tw-gradient-to: #fcca19;
}
.to-orange-1 {
    --tw-gradient-to: #fa886a;
}
.to-orange-2 {
    --tw-gradient-to: #ff9c00;
}
.to-yellow-2 {
    --tw-gradient-to: rgba(252, 202, 25, 0.65);
}
.to-yellow-5 {
    --tw-gradient-to: rgba(249, 181, 11, 0.1);
}
.to-orange-3 {
    --tw-gradient-to: #dea512;
}
.to-orange-4 {
    --tw-gradient-to: #fff1dc;
}
.to-orange-5 {
    --tw-gradient-to: #ff6c2e;
}
.to-gray-3 {
    --tw-gradient-to: #3f3f3f;
}
.to-green-1 {
    --tw-gradient-to: #009651;
}
.to-black-1 {
    --tw-gradient-to: #474747;
}
.to-gray-4 {
    --tw-gradient-to: #c4c4c4;
}
.to-pinks-1 {
    --tw-gradient-to: #deaab3;
}
.to-pinks-2 {
    --tw-gradient-to: #f9e8e8;
}
.to-skies-1 {
    --tw-gradient-to: #2dadd6;
}
.to-blues-1 {
    --tw-gradient-to: #115b98;
}
.to-blues-2 {
    --tw-gradient-to: #4e6297;
}
.to-blues-3 {
    --tw-gradient-to: #3a4a75;
}
.to-reds-1 {
    --tw-gradient-to: #c5331e;
}
.to-reds-2 {
    --tw-gradient-to: #c3573a;
}
.to-reds-3 {
    --tw-gradient-to: #c8191c;
}
.to-reds-4 {
    --tw-gradient-to: #953426;
}
.to-reds-5 {
    --tw-gradient-to: #f81b4d;
}
.to-reds-6 {
    --tw-gradient-to: #e43147;
}
.to-gray-5 {
    --tw-gradient-to: #cbcbcb;
}
.to-gray-6 {
    --tw-gradient-to: #e5e5e5;
}
.to-yellow-3 {
    --tw-gradient-to: #b69665;
}
.to-green-2 {
    --tw-gradient-to: #ebf9f1;
}
.to-green-3 {
    --tw-gradient-to: #33c172;
}
.to-yellow-4 {
    --tw-gradient-to: #fef8e7;
}
.to-green-4 {
    --tw-gradient-to: #10b981;
}
.to-green-5 {
    --tw-gradient-to: #00b14f;
}
.to-gray-7 {
    --tw-gradient-to: #828282;
}
.to-gray-14 {
    --tw-gradient-to: #b0b0b0;
}
.to-blues-4 {
    --tw-gradient-to: #4040a3;
}
.to-gray-15 {
    --tw-gradient-to: #3e3e3e;
}
.to-gray-16 {
    --tw-gradient-to: #505050;
}
.to-gray-17 {
    --tw-gradient-to: #f1f1f1;
}
.to-gray-18 {
    --tw-gradient-to: #929292;
}
.to-gray-19 {
    --tw-gradient-to: #bcbcbc;
}
.to-gray-20 {
    --tw-gradient-to: #f9f9f9;
}
.to-gray-21 {
    --tw-gradient-to: #c5c5c5;
}
.to-gray-22 {
    --tw-gradient-to: #bfbfbf;
}
.to-gray-23 {
    --tw-gradient-to: #eeeeee;
}
.to-gray-24 {
    --tw-gradient-to: #b7b7b7;
}
.to-gray-25 {
    --tw-gradient-to: #f0f0f0;
}
.to-gray-26 {
    --tw-gradient-to: #efefef;
}
.to-gray-27 {
    --tw-gradient-to: #bababa;
}
.to-blues-5 {
    --tw-gradient-to: #0060a9;
}
.to-blues-6 {
    --tw-gradient-to: #e9f2f9;
}
.to-purple-1 {
    --tw-gradient-to: #9747ff;
}
.to-purple-2 {
    --tw-gradient-to: #f8f2ff;
}
.hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.hover\:from-gray-1:hover {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.hover\:from-gray-10:hover {
    --tw-gradient-from: #898989;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.hover\:from-gray-11:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.hover\:from-gray-12:hover {
    --tw-gradient-from: #2c2c2c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.hover\:from-gray-13:hover {
    --tw-gradient-from: #777777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.hover\:from-gray-2:hover {
    --tw-gradient-from: #dfdfdf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.hover\:from-yellow-1:hover {
    --tw-gradient-from: #fcca19;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.hover\:from-orange-1:hover {
    --tw-gradient-from: #fa886a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.hover\:from-orange-2:hover {
    --tw-gradient-from: #ff9c00;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.hover\:from-yellow-2:hover {
    --tw-gradient-from: rgba(252, 202, 25, 0.65);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.hover\:from-yellow-5:hover {
    --tw-gradient-from: rgba(249, 181, 11, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.hover\:from-orange-3:hover {
    --tw-gradient-from: #dea512;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.hover\:from-orange-4:hover {
    --tw-gradient-from: #fff1dc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.hover\:from-orange-5:hover {
    --tw-gradient-from: #ff6c2e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.hover\:from-gray-3:hover {
    --tw-gradient-from: #3f3f3f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.hover\:from-green-1:hover {
    --tw-gradient-from: #009651;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.hover\:from-black-1:hover {
    --tw-gradient-from: #474747;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.hover\:from-gray-4:hover {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.hover\:from-pinks-1:hover {
    --tw-gradient-from: #deaab3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.hover\:from-pinks-2:hover {
    --tw-gradient-from: #f9e8e8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.hover\:from-skies-1:hover {
    --tw-gradient-from: #2dadd6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.hover\:from-blues-1:hover {
    --tw-gradient-from: #115b98;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.hover\:from-blues-2:hover {
    --tw-gradient-from: #4e6297;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.hover\:from-blues-3:hover {
    --tw-gradient-from: #3a4a75;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.hover\:from-reds-1:hover {
    --tw-gradient-from: #c5331e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.hover\:from-reds-2:hover {
    --tw-gradient-from: #c3573a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.hover\:from-reds-3:hover {
    --tw-gradient-from: #c8191c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.hover\:from-reds-4:hover {
    --tw-gradient-from: #953426;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.hover\:from-reds-5:hover {
    --tw-gradient-from: #f81b4d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.hover\:from-reds-6:hover {
    --tw-gradient-from: #e43147;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.hover\:from-gray-5:hover {
    --tw-gradient-from: #cbcbcb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.hover\:from-gray-6:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.hover\:from-yellow-3:hover {
    --tw-gradient-from: #b69665;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.hover\:from-green-2:hover {
    --tw-gradient-from: #ebf9f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.hover\:from-green-3:hover {
    --tw-gradient-from: #33c172;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.hover\:from-yellow-4:hover {
    --tw-gradient-from: #fef8e7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.hover\:from-green-4:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.hover\:from-green-5:hover {
    --tw-gradient-from: #00b14f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.hover\:from-gray-7:hover {
    --tw-gradient-from: #828282;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.hover\:from-gray-14:hover {
    --tw-gradient-from: #b0b0b0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.hover\:from-blues-4:hover {
    --tw-gradient-from: #4040a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.hover\:from-gray-15:hover {
    --tw-gradient-from: #3e3e3e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.hover\:from-gray-16:hover {
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.hover\:from-gray-17:hover {
    --tw-gradient-from: #f1f1f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.hover\:from-gray-18:hover {
    --tw-gradient-from: #929292;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.hover\:from-gray-19:hover {
    --tw-gradient-from: #bcbcbc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.hover\:from-gray-20:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.hover\:from-gray-21:hover {
    --tw-gradient-from: #c5c5c5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-22:hover {
    --tw-gradient-from: #bfbfbf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-23:hover {
    --tw-gradient-from: #eeeeee;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-24:hover {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-25:hover {
    --tw-gradient-from: #f0f0f0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-26:hover {
    --tw-gradient-from: #efefef;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-gray-27:hover {
    --tw-gradient-from: #bababa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:from-blues-5:hover {
    --tw-gradient-from: #0060a9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.hover\:from-blues-6:hover {
    --tw-gradient-from: #e9f2f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.hover\:from-purple-1:hover {
    --tw-gradient-from: #9747ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.hover\:from-purple-2:hover {
    --tw-gradient-from: #f8f2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151,
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827,
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171,
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706,
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309,
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e,
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f,
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399,
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669,
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857,
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46,
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81,
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777,
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d,
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843,
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.hover\:via-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #999999,
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.hover\:via-gray-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #898989,
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.hover\:via-gray-11:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.hover\:via-gray-12:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.hover\:via-gray-13:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #777777,
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.hover\:via-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.hover\:via-yellow-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.hover\:via-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.hover\:via-orange-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.hover\:via-yellow-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.hover\:via-yellow-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.hover\:via-orange-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dea512,
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.hover\:via-orange-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.hover\:via-orange-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.hover\:via-gray-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.hover\:via-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009651,
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.hover\:via-black-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #474747,
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.hover\:via-gray-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.hover\:via-pinks-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.hover\:via-pinks-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.hover\:via-skies-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.hover\:via-blues-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115b98,
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.hover\:via-blues-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.hover\:via-blues-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.hover\:via-reds-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.hover\:via-reds-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.hover\:via-reds-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.hover\:via-reds-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #953426,
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.hover\:via-reds-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.hover\:via-reds-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e43147,
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.hover\:via-gray-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.hover\:via-gray-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.hover\:via-yellow-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b69665,
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.hover\:via-green-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.hover\:via-green-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #33c172,
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.hover\:via-yellow-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.hover\:via-green-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.hover\:via-green-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.hover\:via-gray-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #828282,
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.hover\:via-gray-14:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.hover\:via-blues-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.hover\:via-gray-15:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.hover\:via-gray-16:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #505050,
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.hover\:via-gray-17:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.hover\:via-gray-18:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #929292,
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.hover\:via-gray-19:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.hover\:via-gray-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.hover\:via-gray-21:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-22:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-23:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-24:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-25:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-26:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efefef,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-gray-27:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bababa,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.hover\:via-blues-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.hover\:via-blues-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.hover\:via-purple-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.hover\:via-purple-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
}
.hover\:to-current:hover {
    --tw-gradient-to: currentColor;
}
.hover\:to-black:hover {
    --tw-gradient-to: #000;
}
.hover\:to-white:hover {
    --tw-gradient-to: #fff;
}
.hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
}
.hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
}
.hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
}
.hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
}
.hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
}
.hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
}
.hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
}
.hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
}
.hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
}
.hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
}
.hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
}
.hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
}
.hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
}
.hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
}
.hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
}
.hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
}
.hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
}
.hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
}
.hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
}
.hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
}
.hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
}
.hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
}
.hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
}
.hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
}
.hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
}
.hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
}
.hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
}
.hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
}
.hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
}
.hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
}
.hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
}
.hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
}
.hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
}
.hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
}
.hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
}
.hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
}
.hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
}
.hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
}
.hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
}
.hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
}
.hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
}
.hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
}
.hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
}
.hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
}
.hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
}
.hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
}
.hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
}
.hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
}
.hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
}
.hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
}
.hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
}
.hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
}
.hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
}
.hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
}
.hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
}
.hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
}
.hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
}
.hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
}
.hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
}
.hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
}
.hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
}
.hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
}
.hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
}
.hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
}
.hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
}
.hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
}
.hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
}
.hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
}
.hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
}
.hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
}
.hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
}
.hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
}
.hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
}
.hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
}
.hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
}
.hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
}
.hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
}
.hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
}
.hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
}
.hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
}
.hover\:to-gray-1:hover {
    --tw-gradient-to: #999999;
}
.hover\:to-gray-10:hover {
    --tw-gradient-to: #898989;
}
.hover\:to-gray-11:hover {
    --tw-gradient-to: #f3f3f3;
}
.hover\:to-gray-12:hover {
    --tw-gradient-to: #2c2c2c;
}
.hover\:to-gray-13:hover {
    --tw-gradient-to: #777777;
}
.hover\:to-gray-2:hover {
    --tw-gradient-to: #dfdfdf;
}
.hover\:to-yellow-1:hover {
    --tw-gradient-to: #fcca19;
}
.hover\:to-orange-1:hover {
    --tw-gradient-to: #fa886a;
}
.hover\:to-orange-2:hover {
    --tw-gradient-to: #ff9c00;
}
.hover\:to-yellow-2:hover {
    --tw-gradient-to: rgba(252, 202, 25, 0.65);
}
.hover\:to-yellow-5:hover {
    --tw-gradient-to: rgba(249, 181, 11, 0.1);
}
.hover\:to-orange-3:hover {
    --tw-gradient-to: #dea512;
}
.hover\:to-orange-4:hover {
    --tw-gradient-to: #fff1dc;
}
.hover\:to-orange-5:hover {
    --tw-gradient-to: #ff6c2e;
}
.hover\:to-gray-3:hover {
    --tw-gradient-to: #3f3f3f;
}
.hover\:to-green-1:hover {
    --tw-gradient-to: #009651;
}
.hover\:to-black-1:hover {
    --tw-gradient-to: #474747;
}
.hover\:to-gray-4:hover {
    --tw-gradient-to: #c4c4c4;
}
.hover\:to-pinks-1:hover {
    --tw-gradient-to: #deaab3;
}
.hover\:to-pinks-2:hover {
    --tw-gradient-to: #f9e8e8;
}
.hover\:to-skies-1:hover {
    --tw-gradient-to: #2dadd6;
}
.hover\:to-blues-1:hover {
    --tw-gradient-to: #115b98;
}
.hover\:to-blues-2:hover {
    --tw-gradient-to: #4e6297;
}
.hover\:to-blues-3:hover {
    --tw-gradient-to: #3a4a75;
}
.hover\:to-reds-1:hover {
    --tw-gradient-to: #c5331e;
}
.hover\:to-reds-2:hover {
    --tw-gradient-to: #c3573a;
}
.hover\:to-reds-3:hover {
    --tw-gradient-to: #c8191c;
}
.hover\:to-reds-4:hover {
    --tw-gradient-to: #953426;
}
.hover\:to-reds-5:hover {
    --tw-gradient-to: #f81b4d;
}
.hover\:to-reds-6:hover {
    --tw-gradient-to: #e43147;
}
.hover\:to-gray-5:hover {
    --tw-gradient-to: #cbcbcb;
}
.hover\:to-gray-6:hover {
    --tw-gradient-to: #e5e5e5;
}
.hover\:to-yellow-3:hover {
    --tw-gradient-to: #b69665;
}
.hover\:to-green-2:hover {
    --tw-gradient-to: #ebf9f1;
}
.hover\:to-green-3:hover {
    --tw-gradient-to: #33c172;
}
.hover\:to-yellow-4:hover {
    --tw-gradient-to: #fef8e7;
}
.hover\:to-green-4:hover {
    --tw-gradient-to: #10b981;
}
.hover\:to-green-5:hover {
    --tw-gradient-to: #00b14f;
}
.hover\:to-gray-7:hover {
    --tw-gradient-to: #828282;
}
.hover\:to-gray-14:hover {
    --tw-gradient-to: #b0b0b0;
}
.hover\:to-blues-4:hover {
    --tw-gradient-to: #4040a3;
}
.hover\:to-gray-15:hover {
    --tw-gradient-to: #3e3e3e;
}
.hover\:to-gray-16:hover {
    --tw-gradient-to: #505050;
}
.hover\:to-gray-17:hover {
    --tw-gradient-to: #f1f1f1;
}
.hover\:to-gray-18:hover {
    --tw-gradient-to: #929292;
}
.hover\:to-gray-19:hover {
    --tw-gradient-to: #bcbcbc;
}
.hover\:to-gray-20:hover {
    --tw-gradient-to: #f9f9f9;
}
.hover\:to-gray-21:hover {
    --tw-gradient-to: #c5c5c5;
}
.hover\:to-gray-22:hover {
    --tw-gradient-to: #bfbfbf;
}
.hover\:to-gray-23:hover {
    --tw-gradient-to: #eeeeee;
}
.hover\:to-gray-24:hover {
    --tw-gradient-to: #b7b7b7;
}
.hover\:to-gray-25:hover {
    --tw-gradient-to: #f0f0f0;
}
.hover\:to-gray-26:hover {
    --tw-gradient-to: #efefef;
}
.hover\:to-gray-27:hover {
    --tw-gradient-to: #bababa;
}
.hover\:to-blues-5:hover {
    --tw-gradient-to: #0060a9;
}
.hover\:to-blues-6:hover {
    --tw-gradient-to: #e9f2f9;
}
.hover\:to-purple-1:hover {
    --tw-gradient-to: #9747ff;
}
.hover\:to-purple-2:hover {
    --tw-gradient-to: #f8f2ff;
}
.focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.focus\:from-gray-1:focus {
    --tw-gradient-from: #999999;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.focus\:from-gray-10:focus {
    --tw-gradient-from: #898989;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.focus\:from-gray-11:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.focus\:from-gray-12:focus {
    --tw-gradient-from: #2c2c2c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.focus\:from-gray-13:focus {
    --tw-gradient-from: #777777;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.focus\:from-gray-2:focus {
    --tw-gradient-from: #dfdfdf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.focus\:from-yellow-1:focus {
    --tw-gradient-from: #fcca19;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.focus\:from-orange-1:focus {
    --tw-gradient-from: #fa886a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.focus\:from-orange-2:focus {
    --tw-gradient-from: #ff9c00;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.focus\:from-yellow-2:focus {
    --tw-gradient-from: rgba(252, 202, 25, 0.65);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.focus\:from-yellow-5:focus {
    --tw-gradient-from: rgba(249, 181, 11, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.focus\:from-orange-3:focus {
    --tw-gradient-from: #dea512;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.focus\:from-orange-4:focus {
    --tw-gradient-from: #fff1dc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.focus\:from-orange-5:focus {
    --tw-gradient-from: #ff6c2e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.focus\:from-gray-3:focus {
    --tw-gradient-from: #3f3f3f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.focus\:from-green-1:focus {
    --tw-gradient-from: #009651;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.focus\:from-black-1:focus {
    --tw-gradient-from: #474747;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.focus\:from-gray-4:focus {
    --tw-gradient-from: #c4c4c4;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.focus\:from-pinks-1:focus {
    --tw-gradient-from: #deaab3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.focus\:from-pinks-2:focus {
    --tw-gradient-from: #f9e8e8;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.focus\:from-skies-1:focus {
    --tw-gradient-from: #2dadd6;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.focus\:from-blues-1:focus {
    --tw-gradient-from: #115b98;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.focus\:from-blues-2:focus {
    --tw-gradient-from: #4e6297;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.focus\:from-blues-3:focus {
    --tw-gradient-from: #3a4a75;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.focus\:from-reds-1:focus {
    --tw-gradient-from: #c5331e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.focus\:from-reds-2:focus {
    --tw-gradient-from: #c3573a;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.focus\:from-reds-3:focus {
    --tw-gradient-from: #c8191c;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.focus\:from-reds-4:focus {
    --tw-gradient-from: #953426;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.focus\:from-reds-5:focus {
    --tw-gradient-from: #f81b4d;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.focus\:from-reds-6:focus {
    --tw-gradient-from: #e43147;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.focus\:from-gray-5:focus {
    --tw-gradient-from: #cbcbcb;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.focus\:from-gray-6:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.focus\:from-yellow-3:focus {
    --tw-gradient-from: #b69665;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.focus\:from-green-2:focus {
    --tw-gradient-from: #ebf9f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.focus\:from-green-3:focus {
    --tw-gradient-from: #33c172;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.focus\:from-yellow-4:focus {
    --tw-gradient-from: #fef8e7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.focus\:from-green-4:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.focus\:from-green-5:focus {
    --tw-gradient-from: #00b14f;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.focus\:from-gray-7:focus {
    --tw-gradient-from: #828282;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.focus\:from-gray-14:focus {
    --tw-gradient-from: #b0b0b0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.focus\:from-blues-4:focus {
    --tw-gradient-from: #4040a3;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.focus\:from-gray-15:focus {
    --tw-gradient-from: #3e3e3e;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.focus\:from-gray-16:focus {
    --tw-gradient-from: #505050;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.focus\:from-gray-17:focus {
    --tw-gradient-from: #f1f1f1;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.focus\:from-gray-18:focus {
    --tw-gradient-from: #929292;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.focus\:from-gray-19:focus {
    --tw-gradient-from: #bcbcbc;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.focus\:from-gray-20:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.focus\:from-gray-21:focus {
    --tw-gradient-from: #c5c5c5;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-22:focus {
    --tw-gradient-from: #bfbfbf;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-23:focus {
    --tw-gradient-from: #eeeeee;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-24:focus {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-25:focus {
    --tw-gradient-from: #f0f0f0;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-26:focus {
    --tw-gradient-from: #efefef;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-gray-27:focus {
    --tw-gradient-from: #bababa;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:from-blues-5:focus {
    --tw-gradient-from: #0060a9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.focus\:from-blues-6:focus {
    --tw-gradient-from: #e9f2f9;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.focus\:from-purple-1:focus {
    --tw-gradient-from: #9747ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.focus\:from-purple-2:focus {
    --tw-gradient-from: #f8f2ff;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000,
        var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
        var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
.focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
        var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
.focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
        var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
.focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
        var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
.focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
        var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
.focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
        var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
.focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
        var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
.focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151,
        var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
.focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
        var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
.focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827,
        var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
.focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
        var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
.focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
        var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
.focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
        var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
.focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
        var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
.focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171,
        var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
        var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
        var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
.focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
        var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
.focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
        var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
.focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
        var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
.focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
        var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
.focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
        var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
.focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
        var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
.focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
        var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
        var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
        var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706,
        var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309,
        var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
.focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e,
        var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
.focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f,
        var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
.focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
        var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
.focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
        var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
.focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
        var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
.focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
        var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
.focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399,
        var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669,
        var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
.focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857,
        var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
.focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46,
        var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
.focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
        var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
.focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
        var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
.focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
        var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
.focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
        var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
.focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
        var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
.focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
        var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
        var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
        var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
.focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
        var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
.focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
        var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
        var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
        var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
.focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
        var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
.focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
        var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
.focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
        var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
.focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
        var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
        var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
        var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
        var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
.focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
        var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
.focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81,
        var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
.focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
        var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
.focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
        var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
.focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
        var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
.focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
        var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
.focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
        var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
.focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
        var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
        var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
.focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
        var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
.focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
        var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
.focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
        var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
.focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
        var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
.focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
        var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
.focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
        var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
.focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
        var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
.focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
        var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
        var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777,
        var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
.focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d,
        var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
.focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
        var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
.focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843,
        var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
.focus\:via-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #999999,
        var(--tw-gradient-to, rgba(153, 153, 153, 0));
}
.focus\:via-gray-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #898989,
        var(--tw-gradient-to, rgba(137, 137, 137, 0));
}
.focus\:via-gray-11:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
        var(--tw-gradient-to, rgba(243, 243, 243, 0));
}
.focus\:via-gray-12:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
        var(--tw-gradient-to, rgba(44, 44, 44, 0));
}
.focus\:via-gray-13:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #777777,
        var(--tw-gradient-to, rgba(119, 119, 119, 0));
}
.focus\:via-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
        var(--tw-gradient-to, rgba(223, 223, 223, 0));
}
.focus\:via-yellow-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.focus\:via-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
        var(--tw-gradient-to, rgba(250, 136, 106, 0));
}
.focus\:via-orange-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
        var(--tw-gradient-to, rgba(255, 156, 0, 0));
}
.focus\:via-yellow-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
        var(--tw-gradient-to, rgba(252, 202, 25, 0));
}
.focus\:via-yellow-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
        var(--tw-gradient-to, rgba(249, 181, 11, 0));
}
.focus\:via-orange-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dea512,
        var(--tw-gradient-to, rgba(222, 165, 18, 0));
}
.focus\:via-orange-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
        var(--tw-gradient-to, rgba(255, 241, 220, 0));
}
.focus\:via-orange-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
        var(--tw-gradient-to, rgba(255, 108, 46, 0));
}
.focus\:via-gray-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
        var(--tw-gradient-to, rgba(63, 63, 63, 0));
}
.focus\:via-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009651,
        var(--tw-gradient-to, rgba(0, 150, 81, 0));
}
.focus\:via-black-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #474747,
        var(--tw-gradient-to, rgba(71, 71, 71, 0));
}
.focus\:via-gray-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
        var(--tw-gradient-to, rgba(196, 196, 196, 0));
}
.focus\:via-pinks-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
        var(--tw-gradient-to, rgba(222, 170, 179, 0));
}
.focus\:via-pinks-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
        var(--tw-gradient-to, rgba(249, 232, 232, 0));
}
.focus\:via-skies-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
        var(--tw-gradient-to, rgba(45, 173, 214, 0));
}
.focus\:via-blues-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115b98,
        var(--tw-gradient-to, rgba(17, 91, 152, 0));
}
.focus\:via-blues-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
        var(--tw-gradient-to, rgba(78, 98, 151, 0));
}
.focus\:via-blues-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
        var(--tw-gradient-to, rgba(58, 74, 117, 0));
}
.focus\:via-reds-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
        var(--tw-gradient-to, rgba(197, 51, 30, 0));
}
.focus\:via-reds-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
        var(--tw-gradient-to, rgba(195, 87, 58, 0));
}
.focus\:via-reds-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
        var(--tw-gradient-to, rgba(200, 25, 28, 0));
}
.focus\:via-reds-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #953426,
        var(--tw-gradient-to, rgba(149, 52, 38, 0));
}
.focus\:via-reds-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
        var(--tw-gradient-to, rgba(248, 27, 77, 0));
}
.focus\:via-reds-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e43147,
        var(--tw-gradient-to, rgba(228, 49, 71, 0));
}
.focus\:via-gray-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
        var(--tw-gradient-to, rgba(203, 203, 203, 0));
}
.focus\:via-gray-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
        var(--tw-gradient-to, rgba(229, 229, 229, 0));
}
.focus\:via-yellow-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b69665,
        var(--tw-gradient-to, rgba(182, 150, 101, 0));
}
.focus\:via-green-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
        var(--tw-gradient-to, rgba(235, 249, 241, 0));
}
.focus\:via-green-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #33c172,
        var(--tw-gradient-to, rgba(51, 193, 114, 0));
}
.focus\:via-yellow-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
        var(--tw-gradient-to, rgba(254, 248, 231, 0));
}
.focus\:via-green-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981,
        var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.focus\:via-green-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
        var(--tw-gradient-to, rgba(0, 177, 79, 0));
}
.focus\:via-gray-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #828282,
        var(--tw-gradient-to, rgba(130, 130, 130, 0));
}
.focus\:via-gray-14:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
        var(--tw-gradient-to, rgba(176, 176, 176, 0));
}
.focus\:via-blues-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
        var(--tw-gradient-to, rgba(64, 64, 163, 0));
}
.focus\:via-gray-15:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
        var(--tw-gradient-to, rgba(62, 62, 62, 0));
}
.focus\:via-gray-16:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #505050,
        var(--tw-gradient-to, rgba(80, 80, 80, 0));
}
.focus\:via-gray-17:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
        var(--tw-gradient-to, rgba(241, 241, 241, 0));
}
.focus\:via-gray-18:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #929292,
        var(--tw-gradient-to, rgba(146, 146, 146, 0));
}
.focus\:via-gray-19:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
        var(--tw-gradient-to, rgba(188, 188, 188, 0));
}
.focus\:via-gray-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
        var(--tw-gradient-to, rgba(249, 249, 249, 0));
}
.focus\:via-gray-21:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-22:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-23:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-24:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-25:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-26:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efefef,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-gray-27:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bababa,
        var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.focus\:via-blues-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
        var(--tw-gradient-to, rgba(0, 96, 169, 0));
}
.focus\:via-blues-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
        var(--tw-gradient-to, rgba(233, 242, 249, 0));
}
.focus\:via-purple-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
        var(--tw-gradient-to, rgba(151, 71, 255, 0));
}
.focus\:via-purple-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
        var(--tw-gradient-to, rgba(248, 242, 255, 0));
}
.focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
}
.focus\:to-current:focus {
    --tw-gradient-to: currentColor;
}
.focus\:to-black:focus {
    --tw-gradient-to: #000;
}
.focus\:to-white:focus {
    --tw-gradient-to: #fff;
}
.focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
}
.focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
}
.focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
}
.focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
}
.focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
}
.focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
}
.focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
}
.focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
}
.focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
}
.focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
}
.focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
}
.focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
}
.focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
}
.focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
}
.focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
}
.focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
}
.focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
}
.focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
}
.focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
}
.focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
}
.focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
}
.focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
}
.focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
}
.focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
}
.focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
}
.focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
}
.focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
}
.focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
}
.focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
}
.focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
}
.focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
}
.focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
}
.focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
}
.focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
}
.focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
}
.focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
}
.focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
}
.focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
}
.focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
}
.focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
}
.focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
}
.focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
}
.focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
}
.focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
}
.focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
}
.focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
}
.focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
}
.focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
}
.focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
}
.focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
}
.focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
}
.focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
}
.focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
}
.focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
}
.focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
}
.focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
}
.focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
}
.focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
}
.focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
}
.focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
}
.focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
}
.focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
}
.focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
}
.focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
}
.focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
}
.focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
}
.focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
}
.focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
}
.focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
}
.focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
}
.focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
}
.focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
}
.focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
}
.focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
}
.focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
}
.focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
}
.focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
}
.focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
}
.focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
}
.focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
}
.focus\:to-gray-1:focus {
    --tw-gradient-to: #999999;
}
.focus\:to-gray-10:focus {
    --tw-gradient-to: #898989;
}
.focus\:to-gray-11:focus {
    --tw-gradient-to: #f3f3f3;
}
.focus\:to-gray-12:focus {
    --tw-gradient-to: #2c2c2c;
}
.focus\:to-gray-13:focus {
    --tw-gradient-to: #777777;
}
.focus\:to-gray-2:focus {
    --tw-gradient-to: #dfdfdf;
}
.focus\:to-yellow-1:focus {
    --tw-gradient-to: #fcca19;
}
.focus\:to-orange-1:focus {
    --tw-gradient-to: #fa886a;
}
.focus\:to-orange-2:focus {
    --tw-gradient-to: #ff9c00;
}
.focus\:to-yellow-2:focus {
    --tw-gradient-to: rgba(252, 202, 25, 0.65);
}
.focus\:to-yellow-5:focus {
    --tw-gradient-to: rgba(249, 181, 11, 0.1);
}
.focus\:to-orange-3:focus {
    --tw-gradient-to: #dea512;
}
.focus\:to-orange-4:focus {
    --tw-gradient-to: #fff1dc;
}
.focus\:to-orange-5:focus {
    --tw-gradient-to: #ff6c2e;
}
.focus\:to-gray-3:focus {
    --tw-gradient-to: #3f3f3f;
}
.focus\:to-green-1:focus {
    --tw-gradient-to: #009651;
}
.focus\:to-black-1:focus {
    --tw-gradient-to: #474747;
}
.focus\:to-gray-4:focus {
    --tw-gradient-to: #c4c4c4;
}
.focus\:to-pinks-1:focus {
    --tw-gradient-to: #deaab3;
}
.focus\:to-pinks-2:focus {
    --tw-gradient-to: #f9e8e8;
}
.focus\:to-skies-1:focus {
    --tw-gradient-to: #2dadd6;
}
.focus\:to-blues-1:focus {
    --tw-gradient-to: #115b98;
}
.focus\:to-blues-2:focus {
    --tw-gradient-to: #4e6297;
}
.focus\:to-blues-3:focus {
    --tw-gradient-to: #3a4a75;
}
.focus\:to-reds-1:focus {
    --tw-gradient-to: #c5331e;
}
.focus\:to-reds-2:focus {
    --tw-gradient-to: #c3573a;
}
.focus\:to-reds-3:focus {
    --tw-gradient-to: #c8191c;
}
.focus\:to-reds-4:focus {
    --tw-gradient-to: #953426;
}
.focus\:to-reds-5:focus {
    --tw-gradient-to: #f81b4d;
}
.focus\:to-reds-6:focus {
    --tw-gradient-to: #e43147;
}
.focus\:to-gray-5:focus {
    --tw-gradient-to: #cbcbcb;
}
.focus\:to-gray-6:focus {
    --tw-gradient-to: #e5e5e5;
}
.focus\:to-yellow-3:focus {
    --tw-gradient-to: #b69665;
}
.focus\:to-green-2:focus {
    --tw-gradient-to: #ebf9f1;
}
.focus\:to-green-3:focus {
    --tw-gradient-to: #33c172;
}
.focus\:to-yellow-4:focus {
    --tw-gradient-to: #fef8e7;
}
.focus\:to-green-4:focus {
    --tw-gradient-to: #10b981;
}
.focus\:to-green-5:focus {
    --tw-gradient-to: #00b14f;
}
.focus\:to-gray-7:focus {
    --tw-gradient-to: #828282;
}
.focus\:to-gray-14:focus {
    --tw-gradient-to: #b0b0b0;
}
.focus\:to-blues-4:focus {
    --tw-gradient-to: #4040a3;
}
.focus\:to-gray-15:focus {
    --tw-gradient-to: #3e3e3e;
}
.focus\:to-gray-16:focus {
    --tw-gradient-to: #505050;
}
.focus\:to-gray-17:focus {
    --tw-gradient-to: #f1f1f1;
}
.focus\:to-gray-18:focus {
    --tw-gradient-to: #929292;
}
.focus\:to-gray-19:focus {
    --tw-gradient-to: #bcbcbc;
}
.focus\:to-gray-20:focus {
    --tw-gradient-to: #f9f9f9;
}
.focus\:to-gray-21:focus {
    --tw-gradient-to: #c5c5c5;
}
.focus\:to-gray-22:focus {
    --tw-gradient-to: #bfbfbf;
}
.focus\:to-gray-23:focus {
    --tw-gradient-to: #eeeeee;
}
.focus\:to-gray-24:focus {
    --tw-gradient-to: #b7b7b7;
}
.focus\:to-gray-25:focus {
    --tw-gradient-to: #f0f0f0;
}
.focus\:to-gray-26:focus {
    --tw-gradient-to: #efefef;
}
.focus\:to-gray-27:focus {
    --tw-gradient-to: #bababa;
}
.focus\:to-blues-5:focus {
    --tw-gradient-to: #0060a9;
}
.focus\:to-blues-6:focus {
    --tw-gradient-to: #e9f2f9;
}
.focus\:to-purple-1:focus {
    --tw-gradient-to: #9747ff;
}
.focus\:to-purple-2:focus {
    --tw-gradient-to: #f8f2ff;
}
.bg-opacity-0 {
    --tw-bg-opacity: 0;
}
.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}
.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}
.bg-opacity-100 {
    --tw-bg-opacity: 1;
}
.group:hover .group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
}
.group:hover .group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}
.group:hover .group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.group:hover .group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}
.group:hover .group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}
.group:hover .group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}
.group:hover .group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}
.group:hover .group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.group:hover .group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}
.group:hover .group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.group:hover .group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.group:hover .group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}
.group:hover .group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}
.group:hover .group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
}
.focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
}
.focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
}
.focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
}
.focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
}
.focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
}
.focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
}
.focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
}
.focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
}
.focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
}
.focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
}
.focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
}
.focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
}
.focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
}
.focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
}
.focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
}
.hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
}
.hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
}
.hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
}
.focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
}
.focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
}
.focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
}
.focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
}
.focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
}
.focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
}
.focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
}
.focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
}
.focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
}
.focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
}
.focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
}
.focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
}
.focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
}
.focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
}
.focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
}
.bg-bottom {
    background-position: bottom;
}
.bg-center {
    background-position: center;
}
.bg-left {
    background-position: left;
}
.bg-left-bottom {
    background-position: left bottom;
}
.bg-left-top {
    background-position: left top;
}
.bg-right {
    background-position: right;
}
.bg-right-bottom {
    background-position: right bottom;
}
.bg-right-top {
    background-position: right top;
}
.bg-top {
    background-position: top;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-repeat-x {
    background-repeat: repeat-x;
}
.bg-repeat-y {
    background-repeat: repeat-y;
}
.bg-repeat-round {
    background-repeat: round;
}
.bg-repeat-space {
    background-repeat: space;
}
.bg-auto {
    background-size: auto;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.border-collapse {
    border-collapse: collapse;
}
.border-separate {
    border-collapse: separate;
}
.border-transparent {
    border-color: transparent;
}
.border-current {
    border-color: currentColor;
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
.border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
.border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
.border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
.border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
.border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
.border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
.border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
.border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
.border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
.border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
.border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
.border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
.border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
.border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
.border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
.border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
.border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
.border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
.border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
.border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
.border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
.border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
.border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
.border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
.border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
.border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
.border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
.border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
.border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
.border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
.border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
.border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
.border-gray-1 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.border-gray-10 {
    --tw-border-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-border-opacity));
}
.border-gray-11 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.border-gray-12 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-border-opacity));
}
.border-gray-13 {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}
.border-gray-2 {
    --tw-border-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}
.border-yellow-1 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-border-opacity));
}
.border-orange-1 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-border-opacity));
}
.border-orange-2 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-border-opacity));
}
.border-yellow-2 {
    border-color: rgba(252, 202, 25, 0.65);
}
.border-yellow-5 {
    border-color: rgba(249, 181, 11, 0.1);
}
.border-orange-3 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-border-opacity));
}
.border-orange-4 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-border-opacity));
}
.border-orange-5 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-border-opacity));
}
.border-gray-3 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}
.border-green-1 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-border-opacity));
}
.border-black-1 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-border-opacity));
}
.border-gray-4 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.border-pinks-1 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-border-opacity));
}
.border-pinks-2 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-border-opacity));
}
.border-skies-1 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-border-opacity));
}
.border-blues-1 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-border-opacity));
}
.border-blues-2 {
    --tw-border-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-border-opacity));
}
.border-blues-3 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-border-opacity));
}
.border-reds-1 {
    --tw-border-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-border-opacity));
}
.border-reds-2 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-border-opacity));
}
.border-reds-3 {
    --tw-border-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-border-opacity));
}
.border-reds-4 {
    --tw-border-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-border-opacity));
}
.border-reds-5 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-border-opacity));
}
.border-reds-6 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-border-opacity));
}
.border-gray-5 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.border-gray-6 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-yellow-3 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-border-opacity));
}
.border-green-2 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-border-opacity));
}
.border-green-3 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-border-opacity));
}
.border-yellow-4 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-border-opacity));
}
.border-green-4 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.border-green-5 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-border-opacity));
}
.border-gray-7 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}
.border-gray-14 {
    --tw-border-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.border-blues-4 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-border-opacity));
}
.border-gray-15 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-border-opacity));
}
.border-gray-16 {
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}
.border-gray-17 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}
.border-gray-18 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-border-opacity));
}
.border-gray-19 {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
}
.border-gray-20 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.border-gray-21 {
    border-color: #c5c5c5;
}
.border-gray-22 {
    border-color: #bfbfbf;
}
.border-gray-23 {
    border-color: #eee;
}
.border-gray-24 {
    border-color: #b7b7b7;
}
.border-gray-25 {
    border-color: #f0f0f0;
}
.border-gray-26 {
    border-color: #efefef;
}
.border-gray-27 {
    border-color: #bababa;
}
.border-blues-5 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-border-opacity));
}
.border-blues-6 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-border-opacity));
}
.border-purple-1 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-border-opacity));
}
.border-purple-2 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-transparent {
    border-color: transparent;
}
.group:hover .group-hover\:border-current {
    border-color: currentColor;
}
.group:hover .group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-1 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-10 {
    --tw-border-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-11 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-12 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-13 {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-2 {
    --tw-border-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-1 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-1 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-2 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-2 {
    border-color: rgba(252, 202, 25, 0.65);
}
.group:hover .group-hover\:border-yellow-5 {
    border-color: rgba(249, 181, 11, 0.1);
}
.group:hover .group-hover\:border-orange-3 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-4 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-orange-5 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-3 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-1 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-black-1 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-4 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pinks-1 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-pinks-2 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-skies-1 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blues-1 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blues-2 {
    --tw-border-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blues-3 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-1 {
    --tw-border-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-2 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-3 {
    --tw-border-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-4 {
    --tw-border-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-5 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-reds-6 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-5 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-6 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-3 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-2 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-3 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-yellow-4 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-4 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-green-5 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-7 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-14 {
    --tw-border-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blues-4 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-15 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-16 {
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-17 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-18 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-19 {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-20 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-21 {
    border-color: #c5c5c5;
}
.group:hover .group-hover\:border-gray-22 {
    border-color: #bfbfbf;
}
.group:hover .group-hover\:border-gray-23 {
    border-color: #eee;
}
.group:hover .group-hover\:border-gray-24 {
    border-color: #b7b7b7;
}
.group:hover .group-hover\:border-gray-25 {
    border-color: #f0f0f0;
}
.group:hover .group-hover\:border-gray-26 {
    border-color: #efefef;
}
.group:hover .group-hover\:border-gray-27 {
    border-color: #bababa;
}
.group:hover .group-hover\:border-blues-5 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-blues-6 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-1 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-purple-2 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-border-opacity));
}
.focus-within\:border-transparent:focus-within {
    border-color: transparent;
}
.focus-within\:border-current:focus-within {
    border-color: currentColor;
}
.focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
.focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
.focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
.focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
.focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
.focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
.focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
.focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
.focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
.focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
.focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
.focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
.focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
.focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
.focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
.focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
.focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
.focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
.focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
.focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
.focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
.focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
.focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
.focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
.focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
.focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
.focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
.focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
.focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
.focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
.focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
.focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
.focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
.focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
.focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
.focus-within\:border-gray-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.focus-within\:border-gray-10:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-border-opacity));
}
.focus-within\:border-gray-11:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.focus-within\:border-gray-12:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-border-opacity));
}
.focus-within\:border-gray-13:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}
.focus-within\:border-gray-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}
.focus-within\:border-yellow-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-border-opacity));
}
.focus-within\:border-orange-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-border-opacity));
}
.focus-within\:border-orange-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-border-opacity));
}
.focus-within\:border-yellow-2:focus-within {
    border-color: rgba(252, 202, 25, 0.65);
}
.focus-within\:border-yellow-5:focus-within {
    border-color: rgba(249, 181, 11, 0.1);
}
.focus-within\:border-orange-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-border-opacity));
}
.focus-within\:border-orange-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-border-opacity));
}
.focus-within\:border-orange-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-border-opacity));
}
.focus-within\:border-gray-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}
.focus-within\:border-green-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-border-opacity));
}
.focus-within\:border-black-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-border-opacity));
}
.focus-within\:border-gray-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.focus-within\:border-pinks-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-border-opacity));
}
.focus-within\:border-pinks-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-border-opacity));
}
.focus-within\:border-skies-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-border-opacity));
}
.focus-within\:border-blues-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-border-opacity));
}
.focus-within\:border-blues-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-border-opacity));
}
.focus-within\:border-blues-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-border-opacity));
}
.focus-within\:border-reds-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-border-opacity));
}
.focus-within\:border-reds-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-border-opacity));
}
.focus-within\:border-reds-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-border-opacity));
}
.focus-within\:border-reds-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-border-opacity));
}
.focus-within\:border-reds-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-border-opacity));
}
.focus-within\:border-reds-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-border-opacity));
}
.focus-within\:border-gray-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.focus-within\:border-gray-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.focus-within\:border-yellow-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-border-opacity));
}
.focus-within\:border-green-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-border-opacity));
}
.focus-within\:border-green-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-border-opacity));
}
.focus-within\:border-yellow-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-border-opacity));
}
.focus-within\:border-green-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.focus-within\:border-green-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-border-opacity));
}
.focus-within\:border-gray-7:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}
.focus-within\:border-gray-14:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.focus-within\:border-blues-4:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-border-opacity));
}
.focus-within\:border-gray-15:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-border-opacity));
}
.focus-within\:border-gray-16:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}
.focus-within\:border-gray-17:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}
.focus-within\:border-gray-18:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-border-opacity));
}
.focus-within\:border-gray-19:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
}
.focus-within\:border-gray-20:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.focus-within\:border-gray-21:focus-within {
    border-color: #c5c5c5;
}
.focus-within\:border-gray-22:focus-within {
    border-color: #bfbfbf;
}
.focus-within\:border-gray-23:focus-within {
    border-color: #eee;
}
.focus-within\:border-gray-24:focus-within {
    border-color: #b7b7b7;
}
.focus-within\:border-gray-25:focus-within {
    border-color: #f0f0f0;
}
.focus-within\:border-gray-26:focus-within {
    border-color: #efefef;
}
.focus-within\:border-gray-27:focus-within {
    border-color: #bababa;
}
.focus-within\:border-blues-5:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-border-opacity));
}
.focus-within\:border-blues-6:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-border-opacity));
}
.focus-within\:border-purple-1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-border-opacity));
}
.focus-within\:border-purple-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-border-opacity));
}
.hover\:border-transparent:hover {
    border-color: transparent;
}
.hover\:border-current:hover {
    border-color: currentColor;
}
.hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
.hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
.hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
.hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
.hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
.hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
.hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
.hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
.hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
.hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
.hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
.hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
.hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
.hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
.hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
.hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
.hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
.hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
.hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
.hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
.hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
.hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
.hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
.hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
.hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
.hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
.hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
.hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
.hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
.hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
.hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
.hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
.hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
.hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
.hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
.hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
.hover\:border-gray-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.hover\:border-gray-10:hover {
    --tw-border-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-border-opacity));
}
.hover\:border-gray-11:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.hover\:border-gray-12:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-border-opacity));
}
.hover\:border-gray-13:hover {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}
.hover\:border-gray-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}
.hover\:border-yellow-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-border-opacity));
}
.hover\:border-orange-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-border-opacity));
}
.hover\:border-orange-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-border-opacity));
}
.hover\:border-yellow-2:hover {
    border-color: rgba(252, 202, 25, 0.65);
}
.hover\:border-yellow-5:hover {
    border-color: rgba(249, 181, 11, 0.1);
}
.hover\:border-orange-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-border-opacity));
}
.hover\:border-orange-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-border-opacity));
}
.hover\:border-orange-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-border-opacity));
}
.hover\:border-gray-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}
.hover\:border-green-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-border-opacity));
}
.hover\:border-black-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-border-opacity));
}
.hover\:border-gray-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.hover\:border-pinks-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-border-opacity));
}
.hover\:border-pinks-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-border-opacity));
}
.hover\:border-skies-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-border-opacity));
}
.hover\:border-blues-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-border-opacity));
}
.hover\:border-blues-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-border-opacity));
}
.hover\:border-blues-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-border-opacity));
}
.hover\:border-reds-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-border-opacity));
}
.hover\:border-reds-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-border-opacity));
}
.hover\:border-reds-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-border-opacity));
}
.hover\:border-reds-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-border-opacity));
}
.hover\:border-reds-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-border-opacity));
}
.hover\:border-reds-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-border-opacity));
}
.hover\:border-gray-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.hover\:border-gray-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.hover\:border-yellow-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-border-opacity));
}
.hover\:border-green-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-border-opacity));
}
.hover\:border-green-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-border-opacity));
}
.hover\:border-yellow-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-border-opacity));
}
.hover\:border-green-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.hover\:border-green-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-border-opacity));
}
.hover\:border-gray-7:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}
.hover\:border-gray-14:hover {
    --tw-border-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.hover\:border-blues-4:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-border-opacity));
}
.hover\:border-gray-15:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-border-opacity));
}
.hover\:border-gray-16:hover {
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}
.hover\:border-gray-17:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}
.hover\:border-gray-18:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-border-opacity));
}
.hover\:border-gray-19:hover {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
}
.hover\:border-gray-20:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.hover\:border-gray-21:hover {
    border-color: #c5c5c5;
}
.hover\:border-gray-22:hover {
    border-color: #bfbfbf;
}
.hover\:border-gray-23:hover {
    border-color: #eee;
}
.hover\:border-gray-24:hover {
    border-color: #b7b7b7;
}
.hover\:border-gray-25:hover {
    border-color: #f0f0f0;
}
.hover\:border-gray-26:hover {
    border-color: #efefef;
}
.hover\:border-gray-27:hover {
    border-color: #bababa;
}
.hover\:border-blues-5:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-border-opacity));
}
.hover\:border-blues-6:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-border-opacity));
}
.hover\:border-purple-1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-border-opacity));
}
.hover\:border-purple-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
    border-color: transparent;
}
.focus\:border-current:focus {
    border-color: currentColor;
}
.focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
.focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
.focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
.focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
.focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
.focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
.focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
.focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
.focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
.focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
.focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
.focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
.focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
.focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
.focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
.focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
.focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
.focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
.focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
.focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
.focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
.focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
.focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
.focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
.focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
.focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
.focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
.focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
.focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
.focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
.focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
.focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
.focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
.focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
.focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
.focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
.focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
.focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
.focus\:border-gray-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.focus\:border-gray-10:focus {
    --tw-border-opacity: 1;
    border-color: rgba(137, 137, 137, var(--tw-border-opacity));
}
.focus\:border-gray-11:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.focus\:border-gray-12:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 44, 44, var(--tw-border-opacity));
}
.focus\:border-gray-13:focus {
    --tw-border-opacity: 1;
    border-color: rgba(119, 119, 119, var(--tw-border-opacity));
}
.focus\:border-gray-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(223, 223, 223, var(--tw-border-opacity));
}
.focus\:border-yellow-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 202, 25, var(--tw-border-opacity));
}
.focus\:border-orange-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 136, 106, var(--tw-border-opacity));
}
.focus\:border-orange-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 156, 0, var(--tw-border-opacity));
}
.focus\:border-yellow-2:focus {
    border-color: rgba(252, 202, 25, 0.65);
}
.focus\:border-yellow-5:focus {
    border-color: rgba(249, 181, 11, 0.1);
}
.focus\:border-orange-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 165, 18, var(--tw-border-opacity));
}
.focus\:border-orange-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 220, var(--tw-border-opacity));
}
.focus\:border-orange-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 108, 46, var(--tw-border-opacity));
}
.focus\:border-gray-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 63, var(--tw-border-opacity));
}
.focus\:border-green-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 81, var(--tw-border-opacity));
}
.focus\:border-black-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 71, 71, var(--tw-border-opacity));
}
.focus\:border-gray-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}
.focus\:border-pinks-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 170, 179, var(--tw-border-opacity));
}
.focus\:border-pinks-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 232, 232, var(--tw-border-opacity));
}
.focus\:border-skies-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 173, 214, var(--tw-border-opacity));
}
.focus\:border-blues-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 91, 152, var(--tw-border-opacity));
}
.focus\:border-blues-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(78, 98, 151, var(--tw-border-opacity));
}
.focus\:border-blues-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 74, 117, var(--tw-border-opacity));
}
.focus\:border-reds-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 51, 30, var(--tw-border-opacity));
}
.focus\:border-reds-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 87, 58, var(--tw-border-opacity));
}
.focus\:border-reds-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(200, 25, 28, var(--tw-border-opacity));
}
.focus\:border-reds-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(149, 52, 38, var(--tw-border-opacity));
}
.focus\:border-reds-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 27, 77, var(--tw-border-opacity));
}
.focus\:border-reds-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 49, 71, var(--tw-border-opacity));
}
.focus\:border-gray-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 203, 203, var(--tw-border-opacity));
}
.focus\:border-gray-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.focus\:border-yellow-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 150, 101, var(--tw-border-opacity));
}
.focus\:border-green-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 249, 241, var(--tw-border-opacity));
}
.focus\:border-green-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 193, 114, var(--tw-border-opacity));
}
.focus\:border-yellow-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 248, 231, var(--tw-border-opacity));
}
.focus\:border-green-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.focus\:border-green-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 177, 79, var(--tw-border-opacity));
}
.focus\:border-gray-7:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 130, 130, var(--tw-border-opacity));
}
.focus\:border-gray-14:focus {
    --tw-border-opacity: 1;
    border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
.focus\:border-blues-4:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 163, var(--tw-border-opacity));
}
.focus\:border-gray-15:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 62, 62, var(--tw-border-opacity));
}
.focus\:border-gray-16:focus {
    --tw-border-opacity: 1;
    border-color: rgba(80, 80, 80, var(--tw-border-opacity));
}
.focus\:border-gray-17:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}
.focus\:border-gray-18:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 146, 146, var(--tw-border-opacity));
}
.focus\:border-gray-19:focus {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
}
.focus\:border-gray-20:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.focus\:border-gray-21:focus {
    border-color: #c5c5c5;
}
.focus\:border-gray-22:focus {
    border-color: #bfbfbf;
}
.focus\:border-gray-23:focus {
    border-color: #eee;
}
.focus\:border-gray-24:focus {
    border-color: #b7b7b7;
}
.focus\:border-gray-25:focus {
    border-color: #f0f0f0;
}
.focus\:border-gray-26:focus {
    border-color: #efefef;
}
.focus\:border-gray-27:focus {
    border-color: #bababa;
}
.focus\:border-blues-5:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 96, 169, var(--tw-border-opacity));
}
.focus\:border-blues-6:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 242, 249, var(--tw-border-opacity));
}
.focus\:border-purple-1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 71, 255, var(--tw-border-opacity));
}
.focus\:border-purple-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 242, 255, var(--tw-border-opacity));
}
.border-opacity-0 {
    --tw-border-opacity: 0;
}
.border-opacity-5 {
    --tw-border-opacity: 0.05;
}
.border-opacity-10 {
    --tw-border-opacity: 0.1;
}
.border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.border-opacity-25 {
    --tw-border-opacity: 0.25;
}
.border-opacity-30 {
    --tw-border-opacity: 0.3;
}
.border-opacity-40 {
    --tw-border-opacity: 0.4;
}
.border-opacity-50 {
    --tw-border-opacity: 0.5;
}
.border-opacity-60 {
    --tw-border-opacity: 0.6;
}
.border-opacity-70 {
    --tw-border-opacity: 0.7;
}
.border-opacity-75 {
    --tw-border-opacity: 0.75;
}
.border-opacity-80 {
    --tw-border-opacity: 0.8;
}
.border-opacity-90 {
    --tw-border-opacity: 0.9;
}
.border-opacity-95 {
    --tw-border-opacity: 0.95;
}
.border-opacity-100 {
    --tw-border-opacity: 1;
}
.group:hover .group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
}
.group:hover .group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
}
.group:hover .group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
}
.group:hover .group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.group:hover .group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
}
.group:hover .group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
}
.group:hover .group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
}
.group:hover .group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
}
.group:hover .group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
}
.group:hover .group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
}
.group:hover .group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
}
.group:hover .group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
}
.group:hover .group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
}
.group:hover .group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
}
.group:hover .group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
}
.focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
}
.focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
}
.focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
}
.focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
}
.focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
}
.focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
}
.focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
}
.focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
}
.focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
}
.focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
}
.focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
}
.focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
}
.focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
}
.focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
}
.focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
}
.hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
}
.hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
}
.hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
}
.hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
}
.hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
}
.hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
}
.hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
}
.hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
}
.hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
}
.hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
}
.hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
}
.hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
}
.hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
}
.hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
}
.hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
}
.focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
}
.focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
}
.focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
}
.focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
}
.focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
}
.focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
}
.focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
}
.focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
}
.focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
}
.focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
}
.focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
}
.focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
}
.focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
}
.focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
}
.focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
}
.rounded-none {
    border-radius: 0;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}
.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
    border-top-left-radius: 0;
}
.rounded-tr-none {
    border-top-right-radius: 0;
}
.rounded-br-none {
    border-bottom-right-radius: 0;
}
.rounded-bl-none {
    border-bottom-left-radius: 0;
}
.rounded-tl-sm {
    border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
    border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
    border-top-left-radius: 0.25rem;
}
.rounded-tr {
    border-top-right-radius: 0.25rem;
}
.rounded-br {
    border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
    border-bottom-left-radius: 0.25rem;
}
.rounded-tl-md {
    border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
    border-top-right-radius: 0.375rem;
}
.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}
.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
    border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}
.rounded-tl-xl {
    border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
    border-top-right-radius: 0.75rem;
}
.rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
}
.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}
.rounded-tl-2xl {
    border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
    border-top-right-radius: 1rem;
}
.rounded-br-2xl {
    border-bottom-right-radius: 1rem;
}
.rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
}
.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}
.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
}
.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}
.rounded-tl-full {
    border-top-left-radius: 9999px;
}
.rounded-tr-full {
    border-top-right-radius: 9999px;
}
.rounded-br-full {
    border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}
.border-solid {
    border-style: solid;
}
.border-dashed {
    border-style: dashed;
}
.border-dotted {
    border-style: dotted;
}
.border-double {
    border-style: double;
}
.border-none {
    border-style: none;
}
.border-0 {
    border-width: 0;
}
.border-2 {
    border-width: 2px;
}
.border-4 {
    border-width: 4px;
}
.border-8 {
    border-width: 8px;
}
.border {
    border-width: 1px;
}
.border-t-0 {
    border-top-width: 0;
}
.border-r-0 {
    border-right-width: 0;
}
.border-b-0 {
    border-bottom-width: 0;
}
.border-l-0 {
    border-left-width: 0;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-r-2 {
    border-right-width: 2px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-t-4 {
    border-top-width: 4px;
}
.border-r-4 {
    border-right-width: 4px;
}
.border-b-4 {
    border-bottom-width: 4px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-t-8 {
    border-top-width: 8px;
}
.border-r-8 {
    border-right-width: 8px;
}
.border-b-8 {
    border-bottom-width: 8px;
}
.border-l-8 {
    border-left-width: 8px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-l {
    border-left-width: 1px;
}
.box-border {
    box-sizing: border-box;
}
.box-content {
    box-sizing: content-box;
}
.cursor-auto {
    cursor: auto;
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-wait {
    cursor: wait;
}
.cursor-text {
    cursor: text;
}
.cursor-move {
    cursor: move;
}
.cursor-help {
    cursor: help;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.table-caption {
    display: table-caption;
}
.table-cell {
    display: table-cell;
}
.table-column {
    display: table-column;
}
.table-column-group {
    display: table-column-group;
}
.table-footer-group {
    display: table-footer-group;
}
.table-header-group {
    display: table-header-group;
}
.table-row-group {
    display: table-row-group;
}
.table-row {
    display: table-row;
}
.flow-root {
    display: flow-root;
}
.grid {
    display: grid;
}
.inline-grid {
    display: inline-grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.place-items-auto {
    place-items: auto;
}
.place-items-start {
    place-items: start;
}
.place-items-end {
    place-items: end;
}
.place-items-center {
    place-items: center;
}
.place-items-stretch {
    place-items: stretch;
}
.place-content-center {
    place-content: center;
}
.place-content-start {
    place-content: start;
}
.place-content-end {
    place-content: end;
}
.place-content-between {
    place-content: space-between;
}
.place-content-around {
    place-content: space-around;
}
.place-content-evenly {
    place-content: space-evenly;
}
.place-content-stretch {
    place-content: stretch;
}
.place-self-auto {
    place-self: auto;
}
.place-self-start {
    place-self: start;
}
.place-self-end {
    place-self: end;
}
.place-self-center {
    place-self: center;
}
.place-self-stretch {
    place-self: stretch;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.items-stretch {
    align-items: stretch;
}
.content-center {
    align-content: center;
}
.content-start {
    align-content: flex-start;
}
.content-end {
    align-content: flex-end;
}
.content-between {
    align-content: space-between;
}
.content-around {
    align-content: space-around;
}
.content-evenly {
    align-content: space-evenly;
}
.self-auto {
    align-self: auto;
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.self-stretch {
    align-self: stretch;
}
.justify-items-auto {
    justify-items: auto;
}
.justify-items-start {
    justify-items: start;
}
.justify-items-end {
    justify-items: end;
}
.justify-items-center {
    justify-items: center;
}
.justify-items-stretch {
    justify-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-self-auto {
    justify-self: auto;
}
.justify-self-start {
    justify-self: start;
}
.justify-self-end {
    justify-self: end;
}
.justify-self-center {
    justify-self: center;
}
.justify-self-stretch {
    justify-self: stretch;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-initial {
    flex: 0 1 auto;
}
.flex-none {
    flex: none;
}
.flex-grow-0 {
    flex-grow: 0;
}
.flex-grow {
    flex-grow: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-shrink {
    flex-shrink: 1;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.order-first {
    order: -9999;
}
.order-last {
    order: 9999;
}
.order-none {
    order: 0;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.float-none {
    float: none;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.clear-none {
    clear: none;
}
.font-sans {
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
.font-DM {
    font-family: DM Sans;
}
.font-thin {
    font-weight: 100;
}
.font-extralight {
    font-weight: 200;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
.h-0 {
    height: 0;
}
.h-1 {
    height: 0.25rem;
}
.h-2 {
    height: 0.5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-9 {
    height: 2.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-11 {
    height: 2.75rem;
}
.h-12 {
    height: 3rem;
}
.h-14 {
    height: 3.5rem;
}
.h-16 {
    height: 4rem;
}
.h-20 {
    height: 5rem;
}
.h-23 {
    height: 88px;
}
.h-24 {
    height: 6rem;
}
.h-25 {
    height: 100px;
}
.h-28 {
    height: 7rem;
}
.h-29 {
    height: 120px;
}
.h-32 {
    height: 8rem;
}
.h-33 {
    height: 130px;
}
.h-36 {
    height: 9rem;
}
.h-40 {
    height: 10rem;
}
.h-44 {
    height: 11rem;
}
.h-48 {
    height: 12rem;
}
.h-52 {
    height: 13rem;
}
.h-56 {
    height: 14rem;
}
.h-60 {
    height: 15rem;
}
.h-63 {
    height: 270px;
}
.h-64 {
    height: 16rem;
}
.h-72 {
    height: 18rem;
}
.h-80 {
    height: 20rem;
}
.h-92 {
    height: 475px;
}
.h-96 {
    height: 24rem;
}
.h-128 {
    height: 32rem;
}
.h-auto {
    height: auto;
}
.h-px {
    height: 1px;
}
.h-0\.5 {
    height: 0.125rem;
}
.h-1\.5 {
    height: 0.375rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-3\.5 {
    height: 0.875rem;
}
.h-105p {
    height: 105px;
}
.h-50p {
    height: 50px;
}
.h-54p {
    height: 54px;
}
.h-1p {
    height: 1px;
}
.h-2p {
    height: 2px;
}
.h-3p {
    height: 3px;
}
.h-5p {
    height: 5px;
}
.h-7p {
    height: 7px;
}
.h-9p {
    height: 9px;
}
.h-10p {
    height: 10px;
}
.h-11p {
    height: 11px;
}
.h-13p {
    height: 13px;
}
.h-15p {
    height: 15px;
}
.h-18p {
    height: 18px;
}
.h-19p {
    height: 19px;
}
.h-21p {
    height: 21px;
}
.h-22p {
    height: 22px;
}
.h-23p {
    height: 23px;
}
.h-25p {
    height: 25px;
}
.h-26p {
    height: 26px;
}
.h-29p {
    height: 29px;
}
.h-30p {
    height: 30px;
}
.h-31p {
    height: 31px;
}
.h-35p {
    height: 35px;
}
.h-52p {
    height: 52px;
}
.h-53p {
    height: 53px;
}
.h-55p {
    height: 55px;
}
.h-59p {
    height: 59px;
}
.h-27p {
    height: 27px;
}
.h-33\.5p {
    height: 33.5px;
}
.h-38p {
    height: 38px;
}
.h-40p {
    height: 40px;
}
.h-46p {
    height: 46px;
}
.h-47p {
    height: 47px;
}
.h-49p {
    height: 49px;
}
.h-58p {
    height: 58px;
}
.h-75p {
    height: 75px;
}
.h-77p {
    height: 77px;
}
.h-60p {
    height: 60px;
}
.h-65p {
    height: 65px;
}
.h-66p {
    height: 66px;
}
.h-68p {
    height: 68px;
}
.h-70p {
    height: 70px;
}
.h-72p {
    height: 72px;
}
.h-74p {
    height: 74px;
}
.h-78p {
    height: 78px;
}
.h-80p {
    height: 80px;
}
.h-82p {
    height: 82px;
}
.h-84p {
    height: 84px;
}
.h-89p {
    height: 89px;
}
.h-93p {
    height: 93px;
}
.h-90p {
    height: 90px;
}
.h-97p {
    height: 97px;
}
.h-103p {
    height: 103px;
}
.h-116p {
    height: 116px;
}
.h-120p {
    height: 120px;
}
.h-125p {
    height: 125px;
}
.h-130p {
    height: 130px;
}
.h-135p {
    height: 135px;
}
.h-132p {
    height: 132px;
}
.h-150p {
    height: 150px;
}
.h-216p {
    height: 216px;
}
.h-225p {
    height: 225px;
}
.h-296p {
    height: 296px;
}
.h-270p {
    height: 270px;
}
.h-137p {
    height: 137px;
}
.h-141p {
    height: 141px;
}
.h-146p {
    height: 146px;
}
.h-152p {
    height: 152px;
}
.h-155p {
    height: 155px;
}
.h-163p {
    height: 163px;
}
.h-168p {
    height: 168px;
}
.h-173p {
    height: 173px;
}
.h-210p {
    height: 210px;
}
.h-245p {
    height: 245px;
}
.h-250p {
    height: 250px;
}
.h-260p {
    height: 260px;
}
.h-263p {
    height: 263px;
}
.h-266p {
    height: 266px;
}
.h-275p {
    height: 275px;
}
.h-300p {
    height: 300px;
}
.h-312p {
    height: 312px;
}
.h-318p {
    height: 318px;
}
.h-322p {
    height: 322px;
}
.h-337p {
    height: 337px;
}
.h-345p {
    height: 345px;
}
.h-344p {
    height: 344px;
}
.h-354p {
    height: 354px;
}
.h-364p {
    height: 364px;
}
.h-370p {
    height: 370px;
}
.h-382p {
    height: 382px;
}
.h-385p {
    height: 385px;
}
.h-400p {
    height: 400px;
}
.h-407p {
    height: 407px;
}
.h-411p {
    height: 411px;
}
.h-418p {
    height: 418px;
}
.h-430p {
    height: 430px;
}
.h-450p {
    height: 450px;
}
.h-468p {
    height: 468px;
}
.h-485p {
    height: 485px;
}
.h-491p {
    height: 491px;
}
.h-494p {
    height: 494px;
}
.h-470p {
    height: 470px;
}
.h-480p {
    height: 480px;
}
.h-532p {
    height: 532px;
}
.h-556p {
    height: 556px;
}
.h-505p {
    height: 505px;
}
.h-1179p {
    height: 1179px;
}
.h-1253p {
    height: 1253px;
}
.h-1575p {
    height: 1575px;
}
.h-600p {
    height: 600px;
}
.h-649p {
    height: 649px;
}
.h-690p {
    height: 690px;
}
.h-19\% {
    height: 19%;
}
.h-23\% {
    height: 23%;
}
.h-24\% {
    height: 24%;
}
.h-36\% {
    height: 36%;
}
.h-27\% {
    height: 27%;
}
.h-28\% {
    height: 28%;
}
.h-42\% {
    height: 42%;
}
.h-46\% {
    height: 46%;
}
.h-49\% {
    height: 49%;
}
.h-54\% {
    height: 54%;
}
.h-58\% {
    height: 58%;
}
.h-72\% {
    height: 72%;
}
.h-76\% {
    height: 76%;
}
.h-77\% {
    height: 77%;
}
.h-340p {
    height: 340px;
}
.h-700p {
    height: 700px;
}
.h-848p {
    height: 848px;
}
.h-850p {
    height: 850px;
}
.h-860p {
    height: 860px;
}
.h-1425p {
    height: 1425px;
}
.h-1\/2 {
    height: 50%;
}
.h-1\/3 {
    height: 33.333333%;
}
.h-2\/3 {
    height: 66.666667%;
}
.h-1\/4 {
    height: 25%;
}
.h-2\/4 {
    height: 50%;
}
.h-3\/4 {
    height: 75%;
}
.h-1\/5 {
    height: 20%;
}
.h-2\/5 {
    height: 40%;
}
.h-3\/5 {
    height: 60%;
}
.h-4\/5 {
    height: 80%;
}
.h-1\/6 {
    height: 16.666667%;
}
.h-2\/6 {
    height: 33.333333%;
}
.h-3\/6 {
    height: 50%;
}
.h-4\/6 {
    height: 66.666667%;
}
.h-5\/6 {
    height: 83.333333%;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.text-8 {
    font-size: 8px;
}
.text-11 {
    font-size: 11px;
}
.text-13 {
    font-size: 13px;
}
.text-15 {
    font-size: 15px;
}
.text-17 {
    font-size: 17px;
}
.text-18 {
    font-size: 18px;
}
.text-19 {
    font-size: 19px;
}
.text-20 {
    font-size: 20px;
}
.text-22 {
    font-size: 22px;
}
.text-23 {
    font-size: 23px;
}
.text-26 {
    font-size: 26px;
}
.text-28 {
    font-size: 28px;
}
.text-32 {
    font-size: 32px;
}
.text-33 {
    font-size: 33px;
}
.text-34 {
    font-size: 34px;
}
.text-40 {
    font-size: 40px;
}
.text-42 {
    font-size: 42px;
}
.text-46 {
    font-size: 46px;
}
.text-52 {
    font-size: 52px;
}
.text-66 {
    font-size: 66px;
}
.text-108 {
    font-size: 108px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl {
    font-size: 6rem;
    line-height: 1;
}
.text-9xl {
    font-size: 8rem;
    line-height: 1;
}
.text-xss {
    font-size: 10px;
}
.text-2\.5xl {
    font-size: 28px;
}
.leading-3 {
    line-height: 0.75rem;
}
.leading-4 {
    line-height: 1rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-10 {
    line-height: 2.5rem;
}
.leading-none {
    line-height: 1;
}
.leading-tight {
    line-height: 1.25;
}
.leading-snug {
    line-height: 1.375;
}
.leading-normal {
    line-height: 1.5;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-loose {
    line-height: 2;
}
.leading-15p {
    line-height: 15px;
}
.leading-22p {
    line-height: 22px;
}
.leading-29p {
    line-height: 29px;
}
.leading-34p {
    line-height: 34px;
}
.leading-42p {
    line-height: 42px;
}
.leading-48p {
    line-height: 48px;
}
.leading-55p {
    line-height: 55px;
}
.leading-60p {
    line-height: 60px;
}
.leading-140p {
    line-height: 140px;
}
.list-inside {
    list-style-position: inside;
}
.list-outside {
    list-style-position: outside;
}
.list-none {
    list-style-type: none;
}
.list-disc {
    list-style-type: disc;
}
.list-decimal {
    list-style-type: decimal;
}
.m-0 {
    margin: 0;
}
.m-1 {
    margin: 0.25rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-3 {
    margin: 0.75rem;
}
.m-4 {
    margin: 1rem;
}
.m-5 {
    margin: 1.25rem;
}
.m-6 {
    margin: 1.5rem;
}
.m-7 {
    margin: 1.75rem;
}
.m-8 {
    margin: 2rem;
}
.m-9 {
    margin: 2.25rem;
}
.m-10 {
    margin: 2.5rem;
}
.m-11 {
    margin: 2.75rem;
}
.m-12 {
    margin: 3rem;
}
.m-14 {
    margin: 3.5rem;
}
.m-16 {
    margin: 4rem;
}
.m-20 {
    margin: 5rem;
}
.m-23 {
    margin: 88px;
}
.m-24 {
    margin: 6rem;
}
.m-25 {
    margin: 100px;
}
.m-28 {
    margin: 7rem;
}
.m-29 {
    margin: 120px;
}
.m-32 {
    margin: 8rem;
}
.m-33 {
    margin: 130px;
}
.m-36 {
    margin: 9rem;
}
.m-40 {
    margin: 10rem;
}
.m-44 {
    margin: 11rem;
}
.m-48 {
    margin: 12rem;
}
.m-52 {
    margin: 13rem;
}
.m-56 {
    margin: 14rem;
}
.m-60 {
    margin: 15rem;
}
.m-63 {
    margin: 270px;
}
.m-64 {
    margin: 16rem;
}
.m-72 {
    margin: 18rem;
}
.m-80 {
    margin: 20rem;
}
.m-92 {
    margin: 375px;
}
.m-96 {
    margin: 24rem;
}
.m-128 {
    margin: 32rem;
}
.m-auto {
    margin: auto;
}
.m-px {
    margin: 1px;
}
.m-0\.5 {
    margin: 0.125rem;
}
.m-1\.5 {
    margin: 0.375rem;
}
.m-2\.5 {
    margin: 0.625rem;
}
.m-3\.5 {
    margin: 0.875rem;
}
.m-105p {
    margin: 105px;
}
.m-50p {
    margin: 50px;
}
.m-54p {
    margin: 54px;
}
.m-1p {
    margin: 1px;
}
.m-2p {
    margin: 2px;
}
.m-3p {
    margin: 3px;
}
.m-5p {
    margin: 5px;
}
.m-7p {
    margin: 7px;
}
.m-9p {
    margin: 9px;
}
.m-10p {
    margin: 10px;
}
.m-11p {
    margin: 11px;
}
.m-13p {
    margin: 13px;
}
.m-15p {
    margin: 15px;
}
.m-18p {
    margin: 18px;
}
.m-19p {
    margin: 19px;
}
.m-21p {
    margin: 21px;
}
.m-22p {
    margin: 22px;
}
.m-23p {
    margin: 23px;
}
.m-25p {
    margin: 25px;
}
.m-26p {
    margin: 26px;
}
.m-29p {
    margin: 29px;
}
.m-30p {
    margin: 30px;
}
.m-31p {
    margin: 31px;
}
.m-35p {
    margin: 35px;
}
.m-52p {
    margin: 52px;
}
.m-53p {
    margin: 53px;
}
.m-55p {
    margin: 55px;
}
.m-59p {
    margin: 59px;
}
.m-27p {
    margin: 27px;
}
.m-33\.5p {
    margin: 33.5px;
}
.m-38p {
    margin: 38px;
}
.m-40p {
    margin: 40px;
}
.m-46p {
    margin: 46px;
}
.m-47p {
    margin: 47px;
}
.m-49p {
    margin: 49px;
}
.m-58p {
    margin: 58px;
}
.m-75p {
    margin: 75px;
}
.m-77p {
    margin: 77px;
}
.m-60p {
    margin: 60px;
}
.m-65p {
    margin: 65px;
}
.m-66p {
    margin: 66px;
}
.m-68p {
    margin: 68px;
}
.m-70p {
    margin: 70px;
}
.m-72p {
    margin: 72px;
}
.m-74p {
    margin: 74px;
}
.m-78p {
    margin: 78px;
}
.m-80p {
    margin: 80px;
}
.m-82p {
    margin: 82px;
}
.m-84p {
    margin: 84px;
}
.m-89p {
    margin: 89px;
}
.m-93p {
    margin: 93px;
}
.m-90p {
    margin: 90px;
}
.m-97p {
    margin: 97px;
}
.m-103p {
    margin: 103px;
}
.m-116p {
    margin: 116px;
}
.m-120p {
    margin: 120px;
}
.m-125p {
    margin: 125px;
}
.m-130p {
    margin: 130px;
}
.m-135p {
    margin: 135px;
}
.m-132p {
    margin: 132px;
}
.m-150p {
    margin: 150px;
}
.m-216p {
    margin: 216px;
}
.m-225p {
    margin: 225px;
}
.m-296p {
    margin: 296px;
}
.m-270p {
    margin: 270px;
}
.m-137p {
    margin: 137px;
}
.m-141p {
    margin: 141px;
}
.m-146p {
    margin: 146px;
}
.m-152p {
    margin: 152px;
}
.m-155p {
    margin: 155px;
}
.m-163p {
    margin: 163px;
}
.m-168p {
    margin: 168px;
}
.m-173p {
    margin: 173px;
}
.m-210p {
    margin: 210px;
}
.m-245p {
    margin: 245px;
}
.m-250p {
    margin: 250px;
}
.m-260p {
    margin: 260px;
}
.m-263p {
    margin: 263px;
}
.m-266p {
    margin: 266px;
}
.m-275p {
    margin: 275px;
}
.m-300p {
    margin: 300px;
}
.m-312p {
    margin: 312px;
}
.m-318p {
    margin: 318px;
}
.m-322p {
    margin: 322px;
}
.m-337p {
    margin: 337px;
}
.m-345p {
    margin: 345px;
}
.m-344p {
    margin: 344px;
}
.m-354p {
    margin: 354px;
}
.m-364p {
    margin: 364px;
}
.m-370p {
    margin: 370px;
}
.m-382p {
    margin: 382px;
}
.m-385p {
    margin: 385px;
}
.m-400p {
    margin: 400px;
}
.m-407p {
    margin: 407px;
}
.m-411p {
    margin: 411px;
}
.m-418p {
    margin: 418px;
}
.m-430p {
    margin: 430px;
}
.m-450p {
    margin: 450px;
}
.m-468p {
    margin: 468px;
}
.m-485p {
    margin: 485px;
}
.m-491p {
    margin: 491px;
}
.m-494p {
    margin: 494px;
}
.m-470p {
    margin: 470px;
}
.m-480p {
    margin: 480px;
}
.m-532p {
    margin: 532px;
}
.m-556p {
    margin: 556px;
}
.m-505p {
    margin: 505px;
}
.m-1179p {
    margin: 1179px;
}
.m-1253p {
    margin: 1253px;
}
.m-1575p {
    margin: 1575px;
}
.m-600p {
    margin: 600px;
}
.m-649p {
    margin: 649px;
}
.m-690p {
    margin: 690px;
}
.m-19\% {
    margin: 19%;
}
.m-23\% {
    margin: 23%;
}
.m-24\% {
    margin: 24%;
}
.m-36\% {
    margin: 36%;
}
.m-27\% {
    margin: 27%;
}
.m-28\% {
    margin: 28%;
}
.m-42\% {
    margin: 42%;
}
.m-46\% {
    margin: 46%;
}
.m-49\% {
    margin: 49%;
}
.m-54\% {
    margin: 54%;
}
.m-58\% {
    margin: 58%;
}
.m-72\% {
    margin: 72%;
}
.m-76\% {
    margin: 76%;
}
.m-77\% {
    margin: 77%;
}
.m-340p {
    margin: 340px;
}
.m-700p {
    margin: 700px;
}
.m-848p {
    margin: 848px;
}
.m-850p {
    margin: 850px;
}
.m-860p {
    margin: 860px;
}
.m-1425p {
    margin: 1425px;
}
.-m-0 {
    margin: 0;
}
.-m-1 {
    margin: -0.25rem;
}
.-m-2 {
    margin: -0.5rem;
}
.-m-3 {
    margin: -0.75rem;
}
.-m-4 {
    margin: -1rem;
}
.-m-5 {
    margin: -1.25rem;
}
.-m-6 {
    margin: -1.5rem;
}
.-m-7 {
    margin: -1.75rem;
}
.-m-8 {
    margin: -2rem;
}
.-m-9 {
    margin: -2.25rem;
}
.-m-10 {
    margin: -2.5rem;
}
.-m-11 {
    margin: -2.75rem;
}
.-m-12 {
    margin: -3rem;
}
.-m-14 {
    margin: -3.5rem;
}
.-m-16 {
    margin: -4rem;
}
.-m-20 {
    margin: -5rem;
}
.-m-23 {
    margin: -88px;
}
.-m-24 {
    margin: -6rem;
}
.-m-25 {
    margin: -100px;
}
.-m-28 {
    margin: -7rem;
}
.-m-29 {
    margin: -120px;
}
.-m-32 {
    margin: -8rem;
}
.-m-33 {
    margin: -130px;
}
.-m-36 {
    margin: -9rem;
}
.-m-40 {
    margin: -10rem;
}
.-m-44 {
    margin: -11rem;
}
.-m-48 {
    margin: -12rem;
}
.-m-52 {
    margin: -13rem;
}
.-m-56 {
    margin: -14rem;
}
.-m-60 {
    margin: -15rem;
}
.-m-63 {
    margin: -270px;
}
.-m-64 {
    margin: -16rem;
}
.-m-72 {
    margin: -18rem;
}
.-m-80 {
    margin: -20rem;
}
.-m-92 {
    margin: -475px;
}
.-m-96 {
    margin: -24rem;
}
.-m-128 {
    margin: -32rem;
}
.-m-px {
    margin: -1px;
}
.-m-0\.5 {
    margin: -0.125rem;
}
.-m-1\.5 {
    margin: -0.375rem;
}
.-m-2\.5 {
    margin: -0.625rem;
}
.-m-3\.5 {
    margin: -0.875rem;
}
.-m-105p {
    margin: -105px;
}
.-m-50p {
    margin: -50px;
}
.-m-54p {
    margin: -54px;
}
.-m-1p {
    margin: -1px;
}
.-m-2p {
    margin: -2px;
}
.-m-3p {
    margin: -3px;
}
.-m-5p {
    margin: -5px;
}
.-m-7p {
    margin: -7px;
}
.-m-9p {
    margin: -9px;
}
.-m-10p {
    margin: -10px;
}
.-m-11p {
    margin: -11px;
}
.-m-13p {
    margin: -13px;
}
.-m-15p {
    margin: -15px;
}
.-m-18p {
    margin: -18px;
}
.-m-19p {
    margin: -19px;
}
.-m-21p {
    margin: -21px;
}
.-m-22p {
    margin: -22px;
}
.-m-23p {
    margin: -23px;
}
.-m-25p {
    margin: -25px;
}
.-m-26p {
    margin: -26px;
}
.-m-29p {
    margin: -29px;
}
.-m-30p {
    margin: -30px;
}
.-m-31p {
    margin: -31px;
}
.-m-35p {
    margin: -35px;
}
.-m-52p {
    margin: -52px;
}
.-m-53p {
    margin: -53px;
}
.-m-55p {
    margin: -55px;
}
.-m-59p {
    margin: -59px;
}
.-m-27p {
    margin: -27px;
}
.-m-33\.5p {
    margin: -33.5px;
}
.-m-38p {
    margin: -38px;
}
.-m-40p {
    margin: -40px;
}
.-m-46p {
    margin: -46px;
}
.-m-47p {
    margin: -47px;
}
.-m-49p {
    margin: -49px;
}
.-m-58p {
    margin: -58px;
}
.-m-75p {
    margin: -75px;
}
.-m-77p {
    margin: -77px;
}
.-m-60p {
    margin: -60px;
}
.-m-65p {
    margin: -65px;
}
.-m-66p {
    margin: -66px;
}
.-m-68p {
    margin: -68px;
}
.-m-70p {
    margin: -70px;
}
.-m-72p {
    margin: -72px;
}
.-m-74p {
    margin: -74px;
}
.-m-78p {
    margin: -78px;
}
.-m-80p {
    margin: -80px;
}
.-m-82p {
    margin: -82px;
}
.-m-84p {
    margin: -84px;
}
.-m-89p {
    margin: -89px;
}
.-m-93p {
    margin: -93px;
}
.-m-90p {
    margin: -90px;
}
.-m-97p {
    margin: -97px;
}
.-m-103p {
    margin: -103px;
}
.-m-116p {
    margin: -116px;
}
.-m-120p {
    margin: -120px;
}
.-m-125p {
    margin: -125px;
}
.-m-130p {
    margin: -130px;
}
.-m-135p {
    margin: -135px;
}
.-m-132p {
    margin: -132px;
}
.-m-150p {
    margin: -150px;
}
.-m-216p {
    margin: -216px;
}
.-m-225p {
    margin: -225px;
}
.-m-296p {
    margin: -296px;
}
.-m-270p {
    margin: -270px;
}
.-m-137p {
    margin: -137px;
}
.-m-141p {
    margin: -141px;
}
.-m-146p {
    margin: -146px;
}
.-m-152p {
    margin: -152px;
}
.-m-155p {
    margin: -155px;
}
.-m-163p {
    margin: -163px;
}
.-m-168p {
    margin: -168px;
}
.-m-173p {
    margin: -173px;
}
.-m-210p {
    margin: -210px;
}
.-m-245p {
    margin: -245px;
}
.-m-250p {
    margin: -250px;
}
.-m-260p {
    margin: -260px;
}
.-m-263p {
    margin: -263px;
}
.-m-266p {
    margin: -266px;
}
.-m-275p {
    margin: -275px;
}
.-m-300p {
    margin: -300px;
}
.-m-312p {
    margin: -312px;
}
.-m-318p {
    margin: -318px;
}
.-m-322p {
    margin: -322px;
}
.-m-337p {
    margin: -337px;
}
.-m-345p {
    margin: -345px;
}
.-m-344p {
    margin: -344px;
}
.-m-354p {
    margin: -354px;
}
.-m-364p {
    margin: -364px;
}
.-m-370p {
    margin: -370px;
}
.-m-382p {
    margin: -382px;
}
.-m-385p {
    margin: -385px;
}
.-m-400p {
    margin: -400px;
}
.-m-407p {
    margin: -407px;
}
.-m-411p {
    margin: -411px;
}
.-m-418p {
    margin: -418px;
}
.-m-430p {
    margin: -430px;
}
.-m-450p {
    margin: -450px;
}
.-m-468p {
    margin: -468px;
}
.-m-485p {
    margin: -485px;
}
.-m-491p {
    margin: -491px;
}
.-m-494p {
    margin: -494px;
}
.-m-470p {
    margin: -470px;
}
.-m-480p {
    margin: -480px;
}
.-m-532p {
    margin: -532px;
}
.-m-556p {
    margin: -556px;
}
.-m-505p {
    margin: -505px;
}
.-m-1179p {
    margin: -1179px;
}
.-m-1253p {
    margin: -1253px;
}
.-m-1575p {
    margin: -1575px;
}
.-m-600p {
    margin: -600px;
}
.-m-649p {
    margin: -649px;
}
.-m-690p {
    margin: -690px;
}
.-m-19\% {
    margin: -19%;
}
.-m-23\% {
    margin: -23%;
}
.-m-24\% {
    margin: -24%;
}
.-m-36\% {
    margin: -36%;
}
.-m-27\% {
    margin: -27%;
}
.-m-28\% {
    margin: -28%;
}
.-m-42\% {
    margin: -42%;
}
.-m-46\% {
    margin: -46%;
}
.-m-49\% {
    margin: -49%;
}
.-m-54\% {
    margin: -54%;
}
.-m-58\% {
    margin: -58%;
}
.-m-72\% {
    margin: -72%;
}
.-m-76\% {
    margin: -76%;
}
.-m-77\% {
    margin: -77%;
}
.-m-340p {
    margin: -340px;
}
.-m-700p {
    margin: -700px;
}
.-m-848p {
    margin: -848px;
}
.-m-850p {
    margin: -850px;
}
.-m-860p {
    margin: -860px;
}
.-m-1425p {
    margin: -1425px;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}
.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}
.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}
.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}
.my-23 {
    margin-top: 88px;
    margin-bottom: 88px;
}
.mx-23 {
    margin-left: 88px;
    margin-right: 88px;
}
.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
}
.my-25 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mx-25 {
    margin-left: 100px;
    margin-right: 100px;
}
.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
}
.my-29 {
    margin-top: 120px;
    margin-bottom: 120px;
}
.mx-29 {
    margin-left: 120px;
    margin-right: 120px;
}
.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
}
.my-33 {
    margin-top: 130px;
    margin-bottom: 130px;
}
.mx-33 {
    margin-left: 130px;
    margin-right: 130px;
}
.my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
}
.mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
}
.my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
}
.mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
}
.my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
}
.mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
}
.my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
}
.mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
}
.my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
}
.mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
}
.my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
}
.mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
}
.my-63 {
    margin-top: 270px;
    margin-bottom: 270px;
}
.mx-63 {
    margin-left: 270px;
    margin-right: 270px;
}
.my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
}
.mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
}
.my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
}
.mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
}
.my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
}
.mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
}
.my-92 {
    margin-top: 375px;
    margin-bottom: 375px;
}
.mx-92 {
    margin-left: 375px;
    margin-right: 375px;
}
.my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
}
.mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
}
.my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
}
.mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-px {
    margin-top: 1px;
    margin-bottom: 1px;
}
.mx-px {
    margin-left: 1px;
    margin-right: 1px;
}
.my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}
.mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}
.my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}
.mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}
.my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
.mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
.my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}
.mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
}
.my-105p {
    margin-top: 105px;
    margin-bottom: 105px;
}
.mx-105p {
    margin-left: 105px;
    margin-right: 105px;
}
.my-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mx-50p {
    margin-left: 50px;
    margin-right: 50px;
}
.my-54p {
    margin-top: 54px;
    margin-bottom: 54px;
}
.mx-54p {
    margin-left: 54px;
    margin-right: 54px;
}
.my-1p {
    margin-top: 1px;
    margin-bottom: 1px;
}
.mx-1p {
    margin-left: 1px;
    margin-right: 1px;
}
.my-2p {
    margin-top: 2px;
    margin-bottom: 2px;
}
.mx-2p {
    margin-left: 2px;
    margin-right: 2px;
}
.my-3p {
    margin-top: 3px;
    margin-bottom: 3px;
}
.mx-3p {
    margin-left: 3px;
    margin-right: 3px;
}
.my-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mx-5p {
    margin-left: 5px;
    margin-right: 5px;
}
.my-7p {
    margin-top: 7px;
    margin-bottom: 7px;
}
.mx-7p {
    margin-left: 7px;
    margin-right: 7px;
}
.my-9p {
    margin-top: 9px;
    margin-bottom: 9px;
}
.mx-9p {
    margin-left: 9px;
    margin-right: 9px;
}
.my-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mx-10p {
    margin-left: 10px;
    margin-right: 10px;
}
.my-11p {
    margin-top: 11px;
    margin-bottom: 11px;
}
.mx-11p {
    margin-left: 11px;
    margin-right: 11px;
}
.my-13p {
    margin-top: 13px;
    margin-bottom: 13px;
}
.mx-13p {
    margin-left: 13px;
    margin-right: 13px;
}
.my-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mx-15p {
    margin-left: 15px;
    margin-right: 15px;
}
.my-18p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.mx-18p {
    margin-left: 18px;
    margin-right: 18px;
}
.my-19p {
    margin-top: 19px;
    margin-bottom: 19px;
}
.mx-19p {
    margin-left: 19px;
    margin-right: 19px;
}
.my-21p {
    margin-top: 21px;
    margin-bottom: 21px;
}
.mx-21p {
    margin-left: 21px;
    margin-right: 21px;
}
.my-22p {
    margin-top: 22px;
    margin-bottom: 22px;
}
.mx-22p {
    margin-left: 22px;
    margin-right: 22px;
}
.my-23p {
    margin-top: 23px;
    margin-bottom: 23px;
}
.mx-23p {
    margin-left: 23px;
    margin-right: 23px;
}
.my-25p {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mx-25p {
    margin-left: 25px;
    margin-right: 25px;
}
.my-26p {
    margin-top: 26px;
    margin-bottom: 26px;
}
.mx-26p {
    margin-left: 26px;
    margin-right: 26px;
}
.my-29p {
    margin-top: 29px;
    margin-bottom: 29px;
}
.mx-29p {
    margin-left: 29px;
    margin-right: 29px;
}
.my-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mx-30p {
    margin-left: 30px;
    margin-right: 30px;
}
.my-31p {
    margin-top: 31px;
    margin-bottom: 31px;
}
.mx-31p {
    margin-left: 31px;
    margin-right: 31px;
}
.my-35p {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mx-35p {
    margin-left: 35px;
    margin-right: 35px;
}
.my-52p {
    margin-top: 52px;
    margin-bottom: 52px;
}
.mx-52p {
    margin-left: 52px;
    margin-right: 52px;
}
.my-53p {
    margin-top: 53px;
    margin-bottom: 53px;
}
.mx-53p {
    margin-left: 53px;
    margin-right: 53px;
}
.my-55p {
    margin-top: 55px;
    margin-bottom: 55px;
}
.mx-55p {
    margin-left: 55px;
    margin-right: 55px;
}
.my-59p {
    margin-top: 59px;
    margin-bottom: 59px;
}
.mx-59p {
    margin-left: 59px;
    margin-right: 59px;
}
.my-27p {
    margin-top: 27px;
    margin-bottom: 27px;
}
.mx-27p {
    margin-left: 27px;
    margin-right: 27px;
}
.my-33\.5p {
    margin-top: 33.5px;
    margin-bottom: 33.5px;
}
.mx-33\.5p {
    margin-left: 33.5px;
    margin-right: 33.5px;
}
.my-38p {
    margin-top: 38px;
    margin-bottom: 38px;
}
.mx-38p {
    margin-left: 38px;
    margin-right: 38px;
}
.my-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mx-40p {
    margin-left: 40px;
    margin-right: 40px;
}
.my-46p {
    margin-top: 46px;
    margin-bottom: 46px;
}
.mx-46p {
    margin-left: 46px;
    margin-right: 46px;
}
.my-47p {
    margin-top: 47px;
    margin-bottom: 47px;
}
.mx-47p {
    margin-left: 47px;
    margin-right: 47px;
}
.my-49p {
    margin-top: 49px;
    margin-bottom: 49px;
}
.mx-49p {
    margin-left: 49px;
    margin-right: 49px;
}
.my-58p {
    margin-top: 58px;
    margin-bottom: 58px;
}
.mx-58p {
    margin-left: 58px;
    margin-right: 58px;
}
.my-75p {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mx-75p {
    margin-left: 75px;
    margin-right: 75px;
}
.my-77p {
    margin-top: 77px;
    margin-bottom: 77px;
}
.mx-77p {
    margin-left: 77px;
    margin-right: 77px;
}
.my-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mx-60p {
    margin-left: 60px;
    margin-right: 60px;
}
.my-65p {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mx-65p {
    margin-left: 65px;
    margin-right: 65px;
}
.my-66p {
    margin-top: 66px;
    margin-bottom: 66px;
}
.mx-66p {
    margin-left: 66px;
    margin-right: 66px;
}
.my-68p {
    margin-top: 68px;
    margin-bottom: 68px;
}
.mx-68p {
    margin-left: 68px;
    margin-right: 68px;
}
.my-70p {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mx-70p {
    margin-left: 70px;
    margin-right: 70px;
}
.my-72p {
    margin-top: 72px;
    margin-bottom: 72px;
}
.mx-72p {
    margin-left: 72px;
    margin-right: 72px;
}
.my-74p {
    margin-top: 74px;
    margin-bottom: 74px;
}
.mx-74p {
    margin-left: 74px;
    margin-right: 74px;
}
.my-78p {
    margin-top: 78px;
    margin-bottom: 78px;
}
.mx-78p {
    margin-left: 78px;
    margin-right: 78px;
}
.my-80p {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mx-80p {
    margin-left: 80px;
    margin-right: 80px;
}
.my-82p {
    margin-top: 82px;
    margin-bottom: 82px;
}
.mx-82p {
    margin-left: 82px;
    margin-right: 82px;
}
.my-84p {
    margin-top: 84px;
    margin-bottom: 84px;
}
.mx-84p {
    margin-left: 84px;
    margin-right: 84px;
}
.my-89p {
    margin-top: 89px;
    margin-bottom: 89px;
}
.mx-89p {
    margin-left: 89px;
    margin-right: 89px;
}
.my-93p {
    margin-top: 93px;
    margin-bottom: 93px;
}
.mx-93p {
    margin-left: 93px;
    margin-right: 93px;
}
.my-90p {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mx-90p {
    margin-left: 90px;
    margin-right: 90px;
}
.my-97p {
    margin-top: 97px;
    margin-bottom: 97px;
}
.mx-97p {
    margin-left: 97px;
    margin-right: 97px;
}
.my-103p {
    margin-top: 103px;
    margin-bottom: 103px;
}
.mx-103p {
    margin-left: 103px;
    margin-right: 103px;
}
.my-116p {
    margin-top: 116px;
    margin-bottom: 116px;
}
.mx-116p {
    margin-left: 116px;
    margin-right: 116px;
}
.my-120p {
    margin-top: 120px;
    margin-bottom: 120px;
}
.mx-120p {
    margin-left: 120px;
    margin-right: 120px;
}
.my-125p {
    margin-top: 125px;
    margin-bottom: 125px;
}
.mx-125p {
    margin-left: 125px;
    margin-right: 125px;
}
.my-130p {
    margin-top: 130px;
    margin-bottom: 130px;
}
.mx-130p {
    margin-left: 130px;
    margin-right: 130px;
}
.my-135p {
    margin-top: 135px;
    margin-bottom: 135px;
}
.mx-135p {
    margin-left: 135px;
    margin-right: 135px;
}
.my-132p {
    margin-top: 132px;
    margin-bottom: 132px;
}
.mx-132p {
    margin-left: 132px;
    margin-right: 132px;
}
.my-150p {
    margin-top: 150px;
    margin-bottom: 150px;
}
.mx-150p {
    margin-left: 150px;
    margin-right: 150px;
}
.my-216p {
    margin-top: 216px;
    margin-bottom: 216px;
}
.mx-216p {
    margin-left: 216px;
    margin-right: 216px;
}
.my-225p {
    margin-top: 225px;
    margin-bottom: 225px;
}
.mx-225p {
    margin-left: 225px;
    margin-right: 225px;
}
.my-296p {
    margin-top: 296px;
    margin-bottom: 296px;
}
.mx-296p {
    margin-left: 296px;
    margin-right: 296px;
}
.my-270p {
    margin-top: 270px;
    margin-bottom: 270px;
}
.mx-270p {
    margin-left: 270px;
    margin-right: 270px;
}
.my-137p {
    margin-top: 137px;
    margin-bottom: 137px;
}
.mx-137p {
    margin-left: 137px;
    margin-right: 137px;
}
.my-141p {
    margin-top: 141px;
    margin-bottom: 141px;
}
.mx-141p {
    margin-left: 141px;
    margin-right: 141px;
}
.my-146p {
    margin-top: 146px;
    margin-bottom: 146px;
}
.mx-146p {
    margin-left: 146px;
    margin-right: 146px;
}
.my-152p {
    margin-top: 152px;
    margin-bottom: 152px;
}
.mx-152p {
    margin-left: 152px;
    margin-right: 152px;
}
.my-155p {
    margin-top: 155px;
    margin-bottom: 155px;
}
.mx-155p {
    margin-left: 155px;
    margin-right: 155px;
}
.my-163p {
    margin-top: 163px;
    margin-bottom: 163px;
}
.mx-163p {
    margin-left: 163px;
    margin-right: 163px;
}
.my-168p {
    margin-top: 168px;
    margin-bottom: 168px;
}
.mx-168p {
    margin-left: 168px;
    margin-right: 168px;
}
.my-173p {
    margin-top: 173px;
    margin-bottom: 173px;
}
.mx-173p {
    margin-left: 173px;
    margin-right: 173px;
}
.my-210p {
    margin-top: 210px;
    margin-bottom: 210px;
}
.mx-210p {
    margin-left: 210px;
    margin-right: 210px;
}
.my-245p {
    margin-top: 245px;
    margin-bottom: 245px;
}
.mx-245p {
    margin-left: 245px;
    margin-right: 245px;
}
.my-250p {
    margin-top: 250px;
    margin-bottom: 250px;
}
.mx-250p {
    margin-left: 250px;
    margin-right: 250px;
}
.my-260p {
    margin-top: 260px;
    margin-bottom: 260px;
}
.mx-260p {
    margin-left: 260px;
    margin-right: 260px;
}
.my-263p {
    margin-top: 263px;
    margin-bottom: 263px;
}
.mx-263p {
    margin-left: 263px;
    margin-right: 263px;
}
.my-266p {
    margin-top: 266px;
    margin-bottom: 266px;
}
.mx-266p {
    margin-left: 266px;
    margin-right: 266px;
}
.my-275p {
    margin-top: 275px;
    margin-bottom: 275px;
}
.mx-275p {
    margin-left: 275px;
    margin-right: 275px;
}
.my-300p {
    margin-top: 300px;
    margin-bottom: 300px;
}
.mx-300p {
    margin-left: 300px;
    margin-right: 300px;
}
.my-312p {
    margin-top: 312px;
    margin-bottom: 312px;
}
.mx-312p {
    margin-left: 312px;
    margin-right: 312px;
}
.my-318p {
    margin-top: 318px;
    margin-bottom: 318px;
}
.mx-318p {
    margin-left: 318px;
    margin-right: 318px;
}
.my-322p {
    margin-top: 322px;
    margin-bottom: 322px;
}
.mx-322p {
    margin-left: 322px;
    margin-right: 322px;
}
.my-337p {
    margin-top: 337px;
    margin-bottom: 337px;
}
.mx-337p {
    margin-left: 337px;
    margin-right: 337px;
}
.my-345p {
    margin-top: 345px;
    margin-bottom: 345px;
}
.mx-345p {
    margin-left: 345px;
    margin-right: 345px;
}
.my-344p {
    margin-top: 344px;
    margin-bottom: 344px;
}
.mx-344p {
    margin-left: 344px;
    margin-right: 344px;
}
.my-354p {
    margin-top: 354px;
    margin-bottom: 354px;
}
.mx-354p {
    margin-left: 354px;
    margin-right: 354px;
}
.my-364p {
    margin-top: 364px;
    margin-bottom: 364px;
}
.mx-364p {
    margin-left: 364px;
    margin-right: 364px;
}
.my-370p {
    margin-top: 370px;
    margin-bottom: 370px;
}
.mx-370p {
    margin-left: 370px;
    margin-right: 370px;
}
.my-382p {
    margin-top: 382px;
    margin-bottom: 382px;
}
.mx-382p {
    margin-left: 382px;
    margin-right: 382px;
}
.my-385p {
    margin-top: 385px;
    margin-bottom: 385px;
}
.mx-385p {
    margin-left: 385px;
    margin-right: 385px;
}
.my-400p {
    margin-top: 400px;
    margin-bottom: 400px;
}
.mx-400p {
    margin-left: 400px;
    margin-right: 400px;
}
.my-407p {
    margin-top: 407px;
    margin-bottom: 407px;
}
.mx-407p {
    margin-left: 407px;
    margin-right: 407px;
}
.my-411p {
    margin-top: 411px;
    margin-bottom: 411px;
}
.mx-411p {
    margin-left: 411px;
    margin-right: 411px;
}
.my-418p {
    margin-top: 418px;
    margin-bottom: 418px;
}
.mx-418p {
    margin-left: 418px;
    margin-right: 418px;
}
.my-430p {
    margin-top: 430px;
    margin-bottom: 430px;
}
.mx-430p {
    margin-left: 430px;
    margin-right: 430px;
}
.my-450p {
    margin-top: 450px;
    margin-bottom: 450px;
}
.mx-450p {
    margin-left: 450px;
    margin-right: 450px;
}
.my-468p {
    margin-top: 468px;
    margin-bottom: 468px;
}
.mx-468p {
    margin-left: 468px;
    margin-right: 468px;
}
.my-485p {
    margin-top: 485px;
    margin-bottom: 485px;
}
.mx-485p {
    margin-left: 485px;
    margin-right: 485px;
}
.my-491p {
    margin-top: 491px;
    margin-bottom: 491px;
}
.mx-491p {
    margin-left: 491px;
    margin-right: 491px;
}
.my-494p {
    margin-top: 494px;
    margin-bottom: 494px;
}
.mx-494p {
    margin-left: 494px;
    margin-right: 494px;
}
.my-470p {
    margin-top: 470px;
    margin-bottom: 470px;
}
.mx-470p {
    margin-left: 470px;
    margin-right: 470px;
}
.my-480p {
    margin-top: 480px;
    margin-bottom: 480px;
}
.mx-480p {
    margin-left: 480px;
    margin-right: 480px;
}
.my-532p {
    margin-top: 532px;
    margin-bottom: 532px;
}
.mx-532p {
    margin-left: 532px;
    margin-right: 532px;
}
.my-556p {
    margin-top: 556px;
    margin-bottom: 556px;
}
.mx-556p {
    margin-left: 556px;
    margin-right: 556px;
}
.my-505p {
    margin-top: 505px;
    margin-bottom: 505px;
}
.mx-505p {
    margin-left: 505px;
    margin-right: 505px;
}
.my-1179p {
    margin-top: 1179px;
    margin-bottom: 1179px;
}
.mx-1179p {
    margin-left: 1179px;
    margin-right: 1179px;
}
.my-1253p {
    margin-top: 1253px;
    margin-bottom: 1253px;
}
.mx-1253p {
    margin-left: 1253px;
    margin-right: 1253px;
}
.my-1575p {
    margin-top: 1575px;
    margin-bottom: 1575px;
}
.mx-1575p {
    margin-left: 1575px;
    margin-right: 1575px;
}
.my-600p {
    margin-top: 600px;
    margin-bottom: 600px;
}
.mx-600p {
    margin-left: 600px;
    margin-right: 600px;
}
.my-649p {
    margin-top: 649px;
    margin-bottom: 649px;
}
.mx-649p {
    margin-left: 649px;
    margin-right: 649px;
}
.my-690p {
    margin-top: 690px;
    margin-bottom: 690px;
}
.mx-690p {
    margin-left: 690px;
    margin-right: 690px;
}
.my-19\% {
    margin-top: 19%;
    margin-bottom: 19%;
}
.mx-19\% {
    margin-left: 19%;
    margin-right: 19%;
}
.my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
}
.mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
}
.my-24\% {
    margin-top: 24%;
    margin-bottom: 24%;
}
.mx-24\% {
    margin-left: 24%;
    margin-right: 24%;
}
.my-36\% {
    margin-top: 36%;
    margin-bottom: 36%;
}
.mx-36\% {
    margin-left: 36%;
    margin-right: 36%;
}
.my-27\% {
    margin-top: 27%;
    margin-bottom: 27%;
}
.mx-27\% {
    margin-left: 27%;
    margin-right: 27%;
}
.my-28\% {
    margin-top: 28%;
    margin-bottom: 28%;
}
.mx-28\% {
    margin-left: 28%;
    margin-right: 28%;
}
.my-42\% {
    margin-top: 42%;
    margin-bottom: 42%;
}
.mx-42\% {
    margin-left: 42%;
    margin-right: 42%;
}
.my-46\% {
    margin-top: 46%;
    margin-bottom: 46%;
}
.mx-46\% {
    margin-left: 46%;
    margin-right: 46%;
}
.my-49\% {
    margin-top: 49%;
    margin-bottom: 49%;
}
.mx-49\% {
    margin-left: 49%;
    margin-right: 49%;
}
.my-54\% {
    margin-top: 54%;
    margin-bottom: 54%;
}
.mx-54\% {
    margin-left: 54%;
    margin-right: 54%;
}
.my-58\% {
    margin-top: 58%;
    margin-bottom: 58%;
}
.mx-58\% {
    margin-left: 58%;
    margin-right: 58%;
}
.my-72\% {
    margin-top: 72%;
    margin-bottom: 72%;
}
.mx-72\% {
    margin-left: 72%;
    margin-right: 72%;
}
.my-76\% {
    margin-top: 76%;
    margin-bottom: 76%;
}
.mx-76\% {
    margin-left: 76%;
    margin-right: 76%;
}
.my-77\% {
    margin-top: 77%;
    margin-bottom: 77%;
}
.mx-77\% {
    margin-left: 77%;
    margin-right: 77%;
}
.my-340p {
    margin-top: 340px;
    margin-bottom: 340px;
}
.mx-340p {
    margin-left: 340px;
    margin-right: 340px;
}
.my-700p {
    margin-top: 700px;
    margin-bottom: 700px;
}
.mx-700p {
    margin-left: 700px;
    margin-right: 700px;
}
.my-848p {
    margin-top: 848px;
    margin-bottom: 848px;
}
.mx-848p {
    margin-left: 848px;
    margin-right: 848px;
}
.my-850p {
    margin-top: 850px;
    margin-bottom: 850px;
}
.mx-850p {
    margin-left: 850px;
    margin-right: 850px;
}
.my-860p {
    margin-top: 860px;
    margin-bottom: 860px;
}
.mx-860p {
    margin-left: 860px;
    margin-right: 860px;
}
.my-1425p {
    margin-top: 1425px;
    margin-bottom: 1425px;
}
.mx-1425p {
    margin-left: 1425px;
    margin-right: 1425px;
}
.-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.-mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}
.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}
.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}
.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
}
.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}
.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
}
.-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}
.-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}
.-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
}
.-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
}
.-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}
.-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
}
.-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
}
.-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
}
.-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
}
.-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
}
.-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
}
.-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
}
.-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
}
.-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
}
.-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
}
.-my-23 {
    margin-top: -88px;
    margin-bottom: -88px;
}
.-mx-23 {
    margin-left: -88px;
    margin-right: -88px;
}
.-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
}
.-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
}
.-my-25 {
    margin-top: -100px;
    margin-bottom: -100px;
}
.-mx-25 {
    margin-left: -100px;
    margin-right: -100px;
}
.-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
}
.-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
}
.-my-29 {
    margin-top: -120px;
    margin-bottom: -120px;
}
.-mx-29 {
    margin-left: -120px;
    margin-right: -120px;
}
.-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
}
.-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
}
.-my-33 {
    margin-top: -130px;
    margin-bottom: -130px;
}
.-mx-33 {
    margin-left: -130px;
    margin-right: -130px;
}
.-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
}
.-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
}
.-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
}
.-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
}
.-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
}
.-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
}
.-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
}
.-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
}
.-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
}
.-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
}
.-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
}
.-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
}
.-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
}
.-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
}
.-my-63 {
    margin-top: -270px;
    margin-bottom: -270px;
}
.-mx-63 {
    margin-left: -270px;
    margin-right: -270px;
}
.-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
}
.-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
}
.-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
}
.-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
}
.-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
}
.-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
}
.-my-92 {
    margin-top: -475px;
    margin-bottom: -475px;
}
.-mx-92 {
    margin-left: -475px;
    margin-right: -475px;
}
.-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
}
.-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
}
.-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
}
.-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
}
.-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
}
.-mx-px {
    margin-left: -1px;
    margin-right: -1px;
}
.-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
}
.-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}
.-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}
.-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}
.-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
.-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
}
.-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
}
.-my-105p {
    margin-top: -105px;
    margin-bottom: -105px;
}
.-mx-105p {
    margin-left: -105px;
    margin-right: -105px;
}
.-my-50p {
    margin-top: -50px;
    margin-bottom: -50px;
}
.-mx-50p {
    margin-left: -50px;
    margin-right: -50px;
}
.-my-54p {
    margin-top: -54px;
    margin-bottom: -54px;
}
.-mx-54p {
    margin-left: -54px;
    margin-right: -54px;
}
.-my-1p {
    margin-top: -1px;
    margin-bottom: -1px;
}
.-mx-1p {
    margin-left: -1px;
    margin-right: -1px;
}
.-my-2p {
    margin-top: -2px;
    margin-bottom: -2px;
}
.-mx-2p {
    margin-left: -2px;
    margin-right: -2px;
}
.-my-3p {
    margin-top: -3px;
    margin-bottom: -3px;
}
.-mx-3p {
    margin-left: -3px;
    margin-right: -3px;
}
.-my-5p {
    margin-top: -5px;
    margin-bottom: -5px;
}
.-mx-5p {
    margin-left: -5px;
    margin-right: -5px;
}
.-my-7p {
    margin-top: -7px;
    margin-bottom: -7px;
}
.-mx-7p {
    margin-left: -7px;
    margin-right: -7px;
}
.-my-9p {
    margin-top: -9px;
    margin-bottom: -9px;
}
.-mx-9p {
    margin-left: -9px;
    margin-right: -9px;
}
.-my-10p {
    margin-top: -10px;
    margin-bottom: -10px;
}
.-mx-10p {
    margin-left: -10px;
    margin-right: -10px;
}
.-my-11p {
    margin-top: -11px;
    margin-bottom: -11px;
}
.-mx-11p {
    margin-left: -11px;
    margin-right: -11px;
}
.-my-13p {
    margin-top: -13px;
    margin-bottom: -13px;
}
.-mx-13p {
    margin-left: -13px;
    margin-right: -13px;
}
.-my-15p {
    margin-top: -15px;
    margin-bottom: -15px;
}
.-mx-15p {
    margin-left: -15px;
    margin-right: -15px;
}
.-my-18p {
    margin-top: -18px;
    margin-bottom: -18px;
}
.-mx-18p {
    margin-left: -18px;
    margin-right: -18px;
}
.-my-19p {
    margin-top: -19px;
    margin-bottom: -19px;
}
.-mx-19p {
    margin-left: -19px;
    margin-right: -19px;
}
.-my-21p {
    margin-top: -21px;
    margin-bottom: -21px;
}
.-mx-21p {
    margin-left: -21px;
    margin-right: -21px;
}
.-my-22p {
    margin-top: -22px;
    margin-bottom: -22px;
}
.-mx-22p {
    margin-left: -22px;
    margin-right: -22px;
}
.-my-23p {
    margin-top: -23px;
    margin-bottom: -23px;
}
.-mx-23p {
    margin-left: -23px;
    margin-right: -23px;
}
.-my-25p {
    margin-top: -25px;
    margin-bottom: -25px;
}
.-mx-25p {
    margin-left: -25px;
    margin-right: -25px;
}
.-my-26p {
    margin-top: -26px;
    margin-bottom: -26px;
}
.-mx-26p {
    margin-left: -26px;
    margin-right: -26px;
}
.-my-29p {
    margin-top: -29px;
    margin-bottom: -29px;
}
.-mx-29p {
    margin-left: -29px;
    margin-right: -29px;
}
.-my-30p {
    margin-top: -30px;
    margin-bottom: -30px;
}
.-mx-30p {
    margin-left: -30px;
    margin-right: -30px;
}
.-my-31p {
    margin-top: -31px;
    margin-bottom: -31px;
}
.-mx-31p {
    margin-left: -31px;
    margin-right: -31px;
}
.-my-35p {
    margin-top: -35px;
    margin-bottom: -35px;
}
.-mx-35p {
    margin-left: -35px;
    margin-right: -35px;
}
.-my-52p {
    margin-top: -52px;
    margin-bottom: -52px;
}
.-mx-52p {
    margin-left: -52px;
    margin-right: -52px;
}
.-my-53p {
    margin-top: -53px;
    margin-bottom: -53px;
}
.-mx-53p {
    margin-left: -53px;
    margin-right: -53px;
}
.-my-55p {
    margin-top: -55px;
    margin-bottom: -55px;
}
.-mx-55p {
    margin-left: -55px;
    margin-right: -55px;
}
.-my-59p {
    margin-top: -59px;
    margin-bottom: -59px;
}
.-mx-59p {
    margin-left: -59px;
    margin-right: -59px;
}
.-my-27p {
    margin-top: -27px;
    margin-bottom: -27px;
}
.-mx-27p {
    margin-left: -27px;
    margin-right: -27px;
}
.-my-33\.5p {
    margin-top: -33.5px;
    margin-bottom: -33.5px;
}
.-mx-33\.5p {
    margin-left: -33.5px;
    margin-right: -33.5px;
}
.-my-38p {
    margin-top: -38px;
    margin-bottom: -38px;
}
.-mx-38p {
    margin-left: -38px;
    margin-right: -38px;
}
.-my-40p {
    margin-top: -40px;
    margin-bottom: -40px;
}
.-mx-40p {
    margin-left: -40px;
    margin-right: -40px;
}
.-my-46p {
    margin-top: -46px;
    margin-bottom: -46px;
}
.-mx-46p {
    margin-left: -46px;
    margin-right: -46px;
}
.-my-47p {
    margin-top: -47px;
    margin-bottom: -47px;
}
.-mx-47p {
    margin-left: -47px;
    margin-right: -47px;
}
.-my-49p {
    margin-top: -49px;
    margin-bottom: -49px;
}
.-mx-49p {
    margin-left: -49px;
    margin-right: -49px;
}
.-my-58p {
    margin-top: -58px;
    margin-bottom: -58px;
}
.-mx-58p {
    margin-left: -58px;
    margin-right: -58px;
}
.-my-75p {
    margin-top: -75px;
    margin-bottom: -75px;
}
.-mx-75p {
    margin-left: -75px;
    margin-right: -75px;
}
.-my-77p {
    margin-top: -77px;
    margin-bottom: -77px;
}
.-mx-77p {
    margin-left: -77px;
    margin-right: -77px;
}
.-my-60p {
    margin-top: -60px;
    margin-bottom: -60px;
}
.-mx-60p {
    margin-left: -60px;
    margin-right: -60px;
}
.-my-65p {
    margin-top: -65px;
    margin-bottom: -65px;
}
.-mx-65p {
    margin-left: -65px;
    margin-right: -65px;
}
.-my-66p {
    margin-top: -66px;
    margin-bottom: -66px;
}
.-mx-66p {
    margin-left: -66px;
    margin-right: -66px;
}
.-my-68p {
    margin-top: -68px;
    margin-bottom: -68px;
}
.-mx-68p {
    margin-left: -68px;
    margin-right: -68px;
}
.-my-70p {
    margin-top: -70px;
    margin-bottom: -70px;
}
.-mx-70p {
    margin-left: -70px;
    margin-right: -70px;
}
.-my-72p {
    margin-top: -72px;
    margin-bottom: -72px;
}
.-mx-72p {
    margin-left: -72px;
    margin-right: -72px;
}
.-my-74p {
    margin-top: -74px;
    margin-bottom: -74px;
}
.-mx-74p {
    margin-left: -74px;
    margin-right: -74px;
}
.-my-78p {
    margin-top: -78px;
    margin-bottom: -78px;
}
.-mx-78p {
    margin-left: -78px;
    margin-right: -78px;
}
.-my-80p {
    margin-top: -80px;
    margin-bottom: -80px;
}
.-mx-80p {
    margin-left: -80px;
    margin-right: -80px;
}
.-my-82p {
    margin-top: -82px;
    margin-bottom: -82px;
}
.-mx-82p {
    margin-left: -82px;
    margin-right: -82px;
}
.-my-84p {
    margin-top: -84px;
    margin-bottom: -84px;
}
.-mx-84p {
    margin-left: -84px;
    margin-right: -84px;
}
.-my-89p {
    margin-top: -89px;
    margin-bottom: -89px;
}
.-mx-89p {
    margin-left: -89px;
    margin-right: -89px;
}
.-my-93p {
    margin-top: -93px;
    margin-bottom: -93px;
}
.-mx-93p {
    margin-left: -93px;
    margin-right: -93px;
}
.-my-90p {
    margin-top: -90px;
    margin-bottom: -90px;
}
.-mx-90p {
    margin-left: -90px;
    margin-right: -90px;
}
.-my-97p {
    margin-top: -97px;
    margin-bottom: -97px;
}
.-mx-97p {
    margin-left: -97px;
    margin-right: -97px;
}
.-my-103p {
    margin-top: -103px;
    margin-bottom: -103px;
}
.-mx-103p {
    margin-left: -103px;
    margin-right: -103px;
}
.-my-116p {
    margin-top: -116px;
    margin-bottom: -116px;
}
.-mx-116p {
    margin-left: -116px;
    margin-right: -116px;
}
.-my-120p {
    margin-top: -120px;
    margin-bottom: -120px;
}
.-mx-120p {
    margin-left: -120px;
    margin-right: -120px;
}
.-my-125p {
    margin-top: -125px;
    margin-bottom: -125px;
}
.-mx-125p {
    margin-left: -125px;
    margin-right: -125px;
}
.-my-130p {
    margin-top: -130px;
    margin-bottom: -130px;
}
.-mx-130p {
    margin-left: -130px;
    margin-right: -130px;
}
.-my-135p {
    margin-top: -135px;
    margin-bottom: -135px;
}
.-mx-135p {
    margin-left: -135px;
    margin-right: -135px;
}
.-my-132p {
    margin-top: -132px;
    margin-bottom: -132px;
}
.-mx-132p {
    margin-left: -132px;
    margin-right: -132px;
}
.-my-150p {
    margin-top: -150px;
    margin-bottom: -150px;
}
.-mx-150p {
    margin-left: -150px;
    margin-right: -150px;
}
.-my-216p {
    margin-top: -216px;
    margin-bottom: -216px;
}
.-mx-216p {
    margin-left: -216px;
    margin-right: -216px;
}
.-my-225p {
    margin-top: -225px;
    margin-bottom: -225px;
}
.-mx-225p {
    margin-left: -225px;
    margin-right: -225px;
}
.-my-296p {
    margin-top: -296px;
    margin-bottom: -296px;
}
.-mx-296p {
    margin-left: -296px;
    margin-right: -296px;
}
.-my-270p {
    margin-top: -270px;
    margin-bottom: -270px;
}
.-mx-270p {
    margin-left: -270px;
    margin-right: -270px;
}
.-my-137p {
    margin-top: -137px;
    margin-bottom: -137px;
}
.-mx-137p {
    margin-left: -137px;
    margin-right: -137px;
}
.-my-141p {
    margin-top: -141px;
    margin-bottom: -141px;
}
.-mx-141p {
    margin-left: -141px;
    margin-right: -141px;
}
.-my-146p {
    margin-top: -146px;
    margin-bottom: -146px;
}
.-mx-146p {
    margin-left: -146px;
    margin-right: -146px;
}
.-my-152p {
    margin-top: -152px;
    margin-bottom: -152px;
}
.-mx-152p {
    margin-left: -152px;
    margin-right: -152px;
}
.-my-155p {
    margin-top: -155px;
    margin-bottom: -155px;
}
.-mx-155p {
    margin-left: -155px;
    margin-right: -155px;
}
.-my-163p {
    margin-top: -163px;
    margin-bottom: -163px;
}
.-mx-163p {
    margin-left: -163px;
    margin-right: -163px;
}
.-my-168p {
    margin-top: -168px;
    margin-bottom: -168px;
}
.-mx-168p {
    margin-left: -168px;
    margin-right: -168px;
}
.-my-173p {
    margin-top: -173px;
    margin-bottom: -173px;
}
.-mx-173p {
    margin-left: -173px;
    margin-right: -173px;
}
.-my-210p {
    margin-top: -210px;
    margin-bottom: -210px;
}
.-mx-210p {
    margin-left: -210px;
    margin-right: -210px;
}
.-my-245p {
    margin-top: -245px;
    margin-bottom: -245px;
}
.-mx-245p {
    margin-left: -245px;
    margin-right: -245px;
}
.-my-250p {
    margin-top: -250px;
    margin-bottom: -250px;
}
.-mx-250p {
    margin-left: -250px;
    margin-right: -250px;
}
.-my-260p {
    margin-top: -260px;
    margin-bottom: -260px;
}
.-mx-260p {
    margin-left: -260px;
    margin-right: -260px;
}
.-my-263p {
    margin-top: -263px;
    margin-bottom: -263px;
}
.-mx-263p {
    margin-left: -263px;
    margin-right: -263px;
}
.-my-266p {
    margin-top: -266px;
    margin-bottom: -266px;
}
.-mx-266p {
    margin-left: -266px;
    margin-right: -266px;
}
.-my-275p {
    margin-top: -275px;
    margin-bottom: -275px;
}
.-mx-275p {
    margin-left: -275px;
    margin-right: -275px;
}
.-my-300p {
    margin-top: -300px;
    margin-bottom: -300px;
}
.-mx-300p {
    margin-left: -300px;
    margin-right: -300px;
}
.-my-312p {
    margin-top: -312px;
    margin-bottom: -312px;
}
.-mx-312p {
    margin-left: -312px;
    margin-right: -312px;
}
.-my-318p {
    margin-top: -318px;
    margin-bottom: -318px;
}
.-mx-318p {
    margin-left: -318px;
    margin-right: -318px;
}
.-my-322p {
    margin-top: -322px;
    margin-bottom: -322px;
}
.-mx-322p {
    margin-left: -322px;
    margin-right: -322px;
}
.-my-337p {
    margin-top: -337px;
    margin-bottom: -337px;
}
.-mx-337p {
    margin-left: -337px;
    margin-right: -337px;
}
.-my-345p {
    margin-top: -345px;
    margin-bottom: -345px;
}
.-mx-345p {
    margin-left: -345px;
    margin-right: -345px;
}
.-my-344p {
    margin-top: -344px;
    margin-bottom: -344px;
}
.-mx-344p {
    margin-left: -344px;
    margin-right: -344px;
}
.-my-354p {
    margin-top: -354px;
    margin-bottom: -354px;
}
.-mx-354p {
    margin-left: -354px;
    margin-right: -354px;
}
.-my-364p {
    margin-top: -364px;
    margin-bottom: -364px;
}
.-mx-364p {
    margin-left: -364px;
    margin-right: -364px;
}
.-my-370p {
    margin-top: -370px;
    margin-bottom: -370px;
}
.-mx-370p {
    margin-left: -370px;
    margin-right: -370px;
}
.-my-382p {
    margin-top: -382px;
    margin-bottom: -382px;
}
.-mx-382p {
    margin-left: -382px;
    margin-right: -382px;
}
.-my-385p {
    margin-top: -385px;
    margin-bottom: -385px;
}
.-mx-385p {
    margin-left: -385px;
    margin-right: -385px;
}
.-my-400p {
    margin-top: -400px;
    margin-bottom: -400px;
}
.-mx-400p {
    margin-left: -400px;
    margin-right: -400px;
}
.-my-407p {
    margin-top: -407px;
    margin-bottom: -407px;
}
.-mx-407p {
    margin-left: -407px;
    margin-right: -407px;
}
.-my-411p {
    margin-top: -411px;
    margin-bottom: -411px;
}
.-mx-411p {
    margin-left: -411px;
    margin-right: -411px;
}
.-my-418p {
    margin-top: -418px;
    margin-bottom: -418px;
}
.-mx-418p {
    margin-left: -418px;
    margin-right: -418px;
}
.-my-430p {
    margin-top: -430px;
    margin-bottom: -430px;
}
.-mx-430p {
    margin-left: -430px;
    margin-right: -430px;
}
.-my-450p {
    margin-top: -450px;
    margin-bottom: -450px;
}
.-mx-450p {
    margin-left: -450px;
    margin-right: -450px;
}
.-my-468p {
    margin-top: -468px;
    margin-bottom: -468px;
}
.-mx-468p {
    margin-left: -468px;
    margin-right: -468px;
}
.-my-485p {
    margin-top: -485px;
    margin-bottom: -485px;
}
.-mx-485p {
    margin-left: -485px;
    margin-right: -485px;
}
.-my-491p {
    margin-top: -491px;
    margin-bottom: -491px;
}
.-mx-491p {
    margin-left: -491px;
    margin-right: -491px;
}
.-my-494p {
    margin-top: -494px;
    margin-bottom: -494px;
}
.-mx-494p {
    margin-left: -494px;
    margin-right: -494px;
}
.-my-470p {
    margin-top: -470px;
    margin-bottom: -470px;
}
.-mx-470p {
    margin-left: -470px;
    margin-right: -470px;
}
.-my-480p {
    margin-top: -480px;
    margin-bottom: -480px;
}
.-mx-480p {
    margin-left: -480px;
    margin-right: -480px;
}
.-my-532p {
    margin-top: -532px;
    margin-bottom: -532px;
}
.-mx-532p {
    margin-left: -532px;
    margin-right: -532px;
}
.-my-556p {
    margin-top: -556px;
    margin-bottom: -556px;
}
.-mx-556p {
    margin-left: -556px;
    margin-right: -556px;
}
.-my-505p {
    margin-top: -505px;
    margin-bottom: -505px;
}
.-mx-505p {
    margin-left: -505px;
    margin-right: -505px;
}
.-my-1179p {
    margin-top: -1179px;
    margin-bottom: -1179px;
}
.-mx-1179p {
    margin-left: -1179px;
    margin-right: -1179px;
}
.-my-1253p {
    margin-top: -1253px;
    margin-bottom: -1253px;
}
.-mx-1253p {
    margin-left: -1253px;
    margin-right: -1253px;
}
.-my-1575p {
    margin-top: -1575px;
    margin-bottom: -1575px;
}
.-mx-1575p {
    margin-left: -1575px;
    margin-right: -1575px;
}
.-my-600p {
    margin-top: -600px;
    margin-bottom: -600px;
}
.-mx-600p {
    margin-left: -600px;
    margin-right: -600px;
}
.-my-649p {
    margin-top: -649px;
    margin-bottom: -649px;
}
.-mx-649p {
    margin-left: -649px;
    margin-right: -649px;
}
.-my-690p {
    margin-top: -690px;
    margin-bottom: -690px;
}
.-mx-690p {
    margin-left: -690px;
    margin-right: -690px;
}
.-my-19\% {
    margin-top: -19%;
    margin-bottom: -19%;
}
.-mx-19\% {
    margin-left: -19%;
    margin-right: -19%;
}
.-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
}
.-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
}
.-my-24\% {
    margin-top: -24%;
    margin-bottom: -24%;
}
.-mx-24\% {
    margin-left: -24%;
    margin-right: -24%;
}
.-my-36\% {
    margin-top: -36%;
    margin-bottom: -36%;
}
.-mx-36\% {
    margin-left: -36%;
    margin-right: -36%;
}
.-my-27\% {
    margin-top: -27%;
    margin-bottom: -27%;
}
.-mx-27\% {
    margin-left: -27%;
    margin-right: -27%;
}
.-my-28\% {
    margin-top: -28%;
    margin-bottom: -28%;
}
.-mx-28\% {
    margin-left: -28%;
    margin-right: -28%;
}
.-my-42\% {
    margin-top: -42%;
    margin-bottom: -42%;
}
.-mx-42\% {
    margin-left: -42%;
    margin-right: -42%;
}
.-my-46\% {
    margin-top: -46%;
    margin-bottom: -46%;
}
.-mx-46\% {
    margin-left: -46%;
    margin-right: -46%;
}
.-my-49\% {
    margin-top: -49%;
    margin-bottom: -49%;
}
.-mx-49\% {
    margin-left: -49%;
    margin-right: -49%;
}
.-my-54\% {
    margin-top: -54%;
    margin-bottom: -54%;
}
.-mx-54\% {
    margin-left: -54%;
    margin-right: -54%;
}
.-my-58\% {
    margin-top: -58%;
    margin-bottom: -58%;
}
.-mx-58\% {
    margin-left: -58%;
    margin-right: -58%;
}
.-my-72\% {
    margin-top: -72%;
    margin-bottom: -72%;
}
.-mx-72\% {
    margin-left: -72%;
    margin-right: -72%;
}
.-my-76\% {
    margin-top: -76%;
    margin-bottom: -76%;
}
.-mx-76\% {
    margin-left: -76%;
    margin-right: -76%;
}
.-my-77\% {
    margin-top: -77%;
    margin-bottom: -77%;
}
.-mx-77\% {
    margin-left: -77%;
    margin-right: -77%;
}
.-my-340p {
    margin-top: -340px;
    margin-bottom: -340px;
}
.-mx-340p {
    margin-left: -340px;
    margin-right: -340px;
}
.-my-700p {
    margin-top: -700px;
    margin-bottom: -700px;
}
.-mx-700p {
    margin-left: -700px;
    margin-right: -700px;
}
.-my-848p {
    margin-top: -848px;
    margin-bottom: -848px;
}
.-mx-848p {
    margin-left: -848px;
    margin-right: -848px;
}
.-my-850p {
    margin-top: -850px;
    margin-bottom: -850px;
}
.-mx-850p {
    margin-left: -850px;
    margin-right: -850px;
}
.-my-860p {
    margin-top: -860px;
    margin-bottom: -860px;
}
.-mx-860p {
    margin-left: -860px;
    margin-right: -860px;
}
.-my-1425p {
    margin-top: -1425px;
    margin-bottom: -1425px;
}
.-mx-1425p {
    margin-left: -1425px;
    margin-right: -1425px;
}
.mt-0 {
    margin-top: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-0 {
    margin-left: 0;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mr-6 {
    margin-right: 1.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mr-7 {
    margin-right: 1.75rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.ml-7 {
    margin-left: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mr-8 {
    margin-right: 2rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-8 {
    margin-left: 2rem;
}
[dir="rtl"] .ml-8 {
    margin-right: 2rem!important;
}
.mt-9 {
    margin-top: 2.25rem;
}
.mr-9 {
    margin-right: 2.25rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.ml-9 {
    margin-left: 2.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.mt-11 {
    margin-top: 2.75rem;
}
.mr-11 {
    margin-right: 2.75rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.ml-11 {
    margin-left: 2.75rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mr-12 {
    margin-right: 3rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.ml-12 {
    margin-left: 3rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.mr-14 {
    margin-right: 3.5rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.ml-14 {
    margin-left: 3.5rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mr-16 {
    margin-right: 4rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.ml-16 {
    margin-left: 4rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mr-20 {
    margin-right: 5rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.ml-20 {
    margin-left: 5rem;
}
.mt-23 {
    margin-top: 88px;
}
.mr-23 {
    margin-right: 88px;
}
.mb-23 {
    margin-bottom: 88px;
}
.ml-23 {
    margin-left: 88px;
}
.mt-24 {
    margin-top: 6rem;
}
.mr-24 {
    margin-right: 6rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.ml-24 {
    margin-left: 6rem;
}
.mt-25 {
    margin-top: 100px;
}
.mr-25 {
    margin-right: 100px;
}
.mb-25 {
    margin-bottom: 100px;
}
.ml-25 {
    margin-left: 100px;
}
.mt-28 {
    margin-top: 7rem;
}
.mr-28 {
    margin-right: 7rem;
}
.mb-28 {
    margin-bottom: 7rem;
}
.ml-28 {
    margin-left: 7rem;
}
.mt-29 {
    margin-top: 120px;
}
.mr-29 {
    margin-right: 120px;
}
.mb-29 {
    margin-bottom: 120px;
}
.ml-29 {
    margin-left: 120px;
}
.mt-32 {
    margin-top: 8rem;
}
.mr-32 {
    margin-right: 8rem;
}
.mb-32 {
    margin-bottom: 8rem;
}
.ml-32 {
    margin-left: 8rem;
}
.mt-33 {
    margin-top: 130px;
}
.mr-33 {
    margin-right: 130px;
}
.mb-33 {
    margin-bottom: 130px;
}
.ml-33 {
    margin-left: 130px;
}
.mt-36 {
    margin-top: 9rem;
}
.mr-36 {
    margin-right: 9rem;
}
.mb-36 {
    margin-bottom: 9rem;
}
.ml-36 {
    margin-left: 9rem;
}
.mt-40 {
    margin-top: 10rem;
}
.mr-40 {
    margin-right: 10rem;
}
.mb-40 {
    margin-bottom: 10rem;
}
.ml-40 {
    margin-left: 10rem;
}
.mt-44 {
    margin-top: 11rem;
}
.mr-44 {
    margin-right: 11rem;
}
.mb-44 {
    margin-bottom: 11rem;
}
.ml-44 {
    margin-left: 11rem;
}
.mt-48 {
    margin-top: 12rem;
}
.mr-48 {
    margin-right: 12rem;
}
.mb-48 {
    margin-bottom: 12rem;
}
.ml-48 {
    margin-left: 12rem;
}
.mt-52 {
    margin-top: 13rem;
}
.mr-52 {
    margin-right: 13rem;
}
.mb-52 {
    margin-bottom: 13rem;
}
.ml-52 {
    margin-left: 13rem;
}
.mt-56 {
    margin-top: 14rem;
}
.mr-56 {
    margin-right: 14rem;
}
.mb-56 {
    margin-bottom: 14rem;
}
.ml-56 {
    margin-left: 14rem;
}
.mt-60 {
    margin-top: 15rem;
}
.mr-60 {
    margin-right: 15rem;
}
.mb-60 {
    margin-bottom: 15rem;
}
.ml-60 {
    margin-left: 15rem;
}
.mt-63 {
    margin-top: 270px;
}
.mr-63 {
    margin-right: 270px;
}
.mb-63 {
    margin-bottom: 270px;
}
.ml-63 {
    margin-left: 270px;
}
.mt-64 {
    margin-top: 16rem;
}
.mr-64 {
    margin-right: 16rem;
}
.mb-64 {
    margin-bottom: 16rem;
}
.ml-64 {
    margin-left: 16rem;
}
.mt-72 {
    margin-top: 18rem;
}
.mr-72 {
    margin-right: 18rem;
}
.mb-72 {
    margin-bottom: 18rem;
}
.ml-72 {
    margin-left: 18rem;
}
.mt-80 {
    margin-top: 20rem;
}
.mr-80 {
    margin-right: 20rem;
}
.mb-80 {
    margin-bottom: 20rem;
}
.ml-80 {
    margin-left: 20rem;
}
.mt-92 {
    margin-top: 375px;
}
.mr-92 {
    margin-right: 375px;
}
.mb-92 {
    margin-bottom: 375px;
}
.ml-92 {
    margin-left: 375px;
}
.mt-96 {
    margin-top: 24rem;
}
.mr-96 {
    margin-right: 24rem;
}
.mb-96 {
    margin-bottom: 24rem;
}
.ml-96 {
    margin-left: 24rem;
}
.mt-128 {
    margin-top: 32rem;
}
.mr-128 {
    margin-right: 32rem;
}
.mb-128 {
    margin-bottom: 32rem;
}
.ml-128 {
    margin-left: 32rem;
}
.mt-auto {
    margin-top: auto;
}
.mr-auto {
    margin-right: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mt-px {
    margin-top: 1px;
}
.mr-px {
    margin-right: 1px;
}
.mb-px {
    margin-bottom: 1px;
}
.ml-px {
    margin-left: 1px;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mr-0\.5 {
    margin-right: 0.125rem;
}
.mb-0\.5 {
    margin-bottom: 0.125rem;
}
.ml-0\.5 {
    margin-left: 0.125rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mr-1\.5 {
    margin-right: 0.375rem;
}
.mb-1\.5 {
    margin-bottom: 0.375rem;
}
.ml-1\.5 {
    margin-left: 0.375rem;
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mr-2\.5 {
    margin-right: 0.625rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.ml-2\.5 {
    margin-left: 0.625rem;
}
.mt-3\.5 {
    margin-top: 0.875rem;
}
.mr-3\.5 {
    margin-right: 0.875rem;
}
.mb-3\.5 {
    margin-bottom: 0.875rem;
}
.ml-3\.5 {
    margin-left: 0.875rem;
}
.mt-105p {
    margin-top: 105px;
}
.mr-105p {
    margin-right: 105px;
}
.mb-105p {
    margin-bottom: 105px;
}
.ml-105p {
    margin-left: 105px;
}
.mt-50p {
    margin-top: 50px;
}
.mr-50p {
    margin-right: 50px;
}
.mb-50p {
    margin-bottom: 50px;
}
.ml-50p {
    margin-left: 50px;
}
.mt-54p {
    margin-top: 54px;
}
.mr-54p {
    margin-right: 54px;
}
.mb-54p {
    margin-bottom: 54px;
}
.ml-54p {
    margin-left: 54px;
}
.mt-1p {
    margin-top: 1px;
}
.mr-1p {
    margin-right: 1px;
}
.mb-1p {
    margin-bottom: 1px;
}
.ml-1p {
    margin-left: 1px;
}
.mt-2p {
    margin-top: 2px;
}
.mr-2p {
    margin-right: 2px;
}
.mb-2p {
    margin-bottom: 2px;
}
.ml-2p {
    margin-left: 2px;
}
.mt-3p {
    margin-top: 3px;
}
.mr-3p {
    margin-right: 3px;
}
.mb-3p {
    margin-bottom: 3px;
}
.ml-3p {
    margin-left: 3px;
}
.mt-5p {
    margin-top: 5px;
}
.mr-5p {
    margin-right: 5px;
}
.mb-5p {
    margin-bottom: 5px;
}
.ml-5p {
    margin-left: 5px;
}
.mt-7p {
    margin-top: 7px;
}
.mr-7p {
    margin-right: 7px;
}
.mb-7p {
    margin-bottom: 7px;
}
.ml-7p {
    margin-left: 7px;
}
.mt-9p {
    margin-top: 9px;
}
.mr-9p {
    margin-right: 9px;
}
.mb-9p {
    margin-bottom: 9px;
}
.ml-9p {
    margin-left: 9px;
}
.mt-10p {
    margin-top: 10px;
}
.mr-10p {
    margin-right: 10px;
}
.mb-10p {
    margin-bottom: 10px;
}
.ml-10p {
    margin-left: 10px;
}
.mt-11p {
    margin-top: 11px;
}
.mr-11p {
    margin-right: 11px;
}
.mb-11p {
    margin-bottom: 11px;
}
.ml-11p {
    margin-left: 11px;
}
.mt-13p {
    margin-top: 13px;
}
.mr-13p {
    margin-right: 13px;
}
.mb-13p {
    margin-bottom: 13px;
}
.ml-13p {
    margin-left: 13px;
}
[dir="rtl"] .ml-13p{
    margin-right: 13px;
}
.mt-15p {
    margin-top: 15px;
}
.mr-15p {
    margin-right: 15px;
}
.mb-15p {
    margin-bottom: 15px;
}
.ml-15p {
    margin-left: 15px;
}
.mt-18p {
    margin-top: 18px;
}
.mr-18p {
    margin-right: 18px;
}
.mb-18p {
    margin-bottom: 18px;
}
.ml-18p {
    margin-left: 18px;
}
.mt-19p {
    margin-top: 19px;
}
.mr-19p {
    margin-right: 19px;
}
.mb-19p {
    margin-bottom: 19px;
}
.ml-19p {
    margin-left: 19px;
}
.mt-21p {
    margin-top: 21px;
}
.mr-21p {
    margin-right: 21px;
}
.mb-21p {
    margin-bottom: 21px;
}
.ml-21p {
    margin-left: 21px;
}
.mt-22p {
    margin-top: 22px;
}
.mr-22p {
    margin-right: 22px;
}
.mb-22p {
    margin-bottom: 22px;
}
.ml-22p {
    margin-left: 22px;
}
.mt-23p {
    margin-top: 23px;
}
.mr-23p {
    margin-right: 23px;
}
.mb-23p {
    margin-bottom: 23px;
}
.ml-23p {
    margin-left: 23px;
}
.mt-25p {
    margin-top: 25px;
}
.mr-25p {
    margin-right: 25px;
}
.mb-25p {
    margin-bottom: 25px;
}
.ml-25p {
    margin-left: 25px;
}
.mt-26p {
    margin-top: 26px;
}
.mr-26p {
    margin-right: 26px;
}
.mb-26p {
    margin-bottom: 26px;
}
.ml-26p {
    margin-left: 26px;
}
.mt-29p {
    margin-top: 29px;
}
.mr-29p {
    margin-right: 29px;
}
.mb-29p {
    margin-bottom: 29px;
}
.ml-29p {
    margin-left: 29px;
}
.mt-30p {
    margin-top: 30px;
}
.mr-30p {
    margin-right: 30px;
}
.mb-30p {
    margin-bottom: 30px;
}
.ml-30p {
    margin-left: 30px;
}
.mt-31p {
    margin-top: 31px;
}
.mr-31p {
    margin-right: 31px;
}
.mb-31p {
    margin-bottom: 31px;
}
.ml-31p {
    margin-left: 31px;
}
.mt-35p {
    margin-top: 35px;
}
.mr-35p {
    margin-right: 35px;
}
.mb-35p {
    margin-bottom: 35px;
}
.ml-35p {
    margin-left: 35px;
}
.mt-52p {
    margin-top: 52px;
}
.mr-52p {
    margin-right: 52px;
}
.mb-52p {
    margin-bottom: 52px;
}
.ml-52p {
    margin-left: 52px;
}
.mt-53p {
    margin-top: 53px;
}
.mr-53p {
    margin-right: 53px;
}
.mb-53p {
    margin-bottom: 53px;
}
.ml-53p {
    margin-left: 53px;
}
.mt-55p {
    margin-top: 55px;
}
.mr-55p {
    margin-right: 55px;
}
.mb-55p {
    margin-bottom: 55px;
}
.ml-55p {
    margin-left: 55px;
}
.mt-59p {
    margin-top: 59px;
}
.mr-59p {
    margin-right: 59px;
}
.mb-59p {
    margin-bottom: 59px;
}
.ml-59p {
    margin-left: 59px;
}
.mt-27p {
    margin-top: 27px;
}
.mr-27p {
    margin-right: 27px;
}
.mb-27p {
    margin-bottom: 27px;
}
.ml-27p {
    margin-left: 27px;
}
.mt-33\.5p {
    margin-top: 33.5px;
}
.mr-33\.5p {
    margin-right: 33.5px;
}
.mb-33\.5p {
    margin-bottom: 33.5px;
}
.ml-33\.5p {
    margin-left: 33.5px;
}
.mt-38p {
    margin-top: 38px;
}
.mr-38p {
    margin-right: 38px;
}
.mb-38p {
    margin-bottom: 38px;
}
.ml-38p {
    margin-left: 38px;
}
.mt-40p {
    margin-top: 40px;
}
.mr-40p {
    margin-right: 40px;
}
.mb-40p {
    margin-bottom: 40px;
}
.ml-40p {
    margin-left: 40px;
}
.mt-46p {
    margin-top: 46px;
}
.mr-46p {
    margin-right: 46px;
}
.mb-46p {
    margin-bottom: 46px;
}
.ml-46p {
    margin-left: 46px;
}
.mt-47p {
    margin-top: 47px;
}
.mr-47p {
    margin-right: 47px;
}
.mb-47p {
    margin-bottom: 47px;
}
.ml-47p {
    margin-left: 47px;
}
.mt-49p {
    margin-top: 49px;
}
.mr-49p {
    margin-right: 49px;
}
.mb-49p {
    margin-bottom: 49px;
}
.ml-49p {
    margin-left: 49px;
}
.mt-58p {
    margin-top: 58px;
}
.mr-58p {
    margin-right: 58px;
}
.mb-58p {
    margin-bottom: 58px;
}
.ml-58p {
    margin-left: 58px;
}
.mt-75p {
    margin-top: 75px;
}
.mr-75p {
    margin-right: 75px;
}
.mb-75p {
    margin-bottom: 75px;
}
.ml-75p {
    margin-left: 75px;
}
.mt-77p {
    margin-top: 77px;
}
.mr-77p {
    margin-right: 77px;
}
.mb-77p {
    margin-bottom: 77px;
}
.ml-77p {
    margin-left: 77px;
}
.mt-60p {
    margin-top: 60px;
}
.mr-60p {
    margin-right: 60px;
}
.mb-60p {
    margin-bottom: 60px;
}
.ml-60p {
    margin-left: 60px;
}
.mt-65p {
    margin-top: 65px;
}
.mr-65p {
    margin-right: 65px;
}
.mb-65p {
    margin-bottom: 65px;
}
.ml-65p {
    margin-left: 65px;
}
.mt-66p {
    margin-top: 66px;
}
.mr-66p {
    margin-right: 66px;
}
.mb-66p {
    margin-bottom: 66px;
}
.ml-66p {
    margin-left: 66px;
}
.mt-68p {
    margin-top: 68px;
}
.mr-68p {
    margin-right: 68px;
}
.mb-68p {
    margin-bottom: 68px;
}
.ml-68p {
    margin-left: 68px;
}
.mt-70p {
    margin-top: 70px;
}
.mr-70p {
    margin-right: 70px;
}
.mb-70p {
    margin-bottom: 70px;
}
.ml-70p {
    margin-left: 70px;
}
.mt-72p {
    margin-top: 72px;
}
.mr-72p {
    margin-right: 72px;
}
.mb-72p {
    margin-bottom: 72px;
}
.ml-72p {
    margin-left: 72px;
}
.mt-74p {
    margin-top: 74px;
}
.mr-74p {
    margin-right: 74px;
}
.mb-74p {
    margin-bottom: 74px;
}
.ml-74p {
    margin-left: 74px;
}
.mt-78p {
    margin-top: 78px;
}
.mr-78p {
    margin-right: 78px;
}
.mb-78p {
    margin-bottom: 78px;
}
.ml-78p {
    margin-left: 78px;
}
.mt-80p {
    margin-top: 80px;
}
.mr-80p {
    margin-right: 80px;
}
.mb-80p {
    margin-bottom: 80px;
}
.ml-80p {
    margin-left: 80px;
}
.mt-82p {
    margin-top: 82px;
}
.mr-82p {
    margin-right: 82px;
}
.mb-82p {
    margin-bottom: 82px;
}
.ml-82p {
    margin-left: 82px;
}
.mt-84p {
    margin-top: 84px;
}
.mr-84p {
    margin-right: 84px;
}
.mb-84p {
    margin-bottom: 84px;
}
.ml-84p {
    margin-left: 84px;
}
.mt-89p {
    margin-top: 89px;
}
.mr-89p {
    margin-right: 89px;
}
.mb-89p {
    margin-bottom: 89px;
}
.ml-89p {
    margin-left: 89px;
}
.mt-93p {
    margin-top: 93px;
}
.mr-93p {
    margin-right: 93px;
}
.mb-93p {
    margin-bottom: 93px;
}
.ml-93p {
    margin-left: 93px;
}
.mt-90p {
    margin-top: 90px;
}
.mr-90p {
    margin-right: 90px;
}
.mb-90p {
    margin-bottom: 90px;
}
.ml-90p {
    margin-left: 90px;
}
.mt-97p {
    margin-top: 97px;
}
.mr-97p {
    margin-right: 97px;
}
.mb-97p {
    margin-bottom: 97px;
}
.ml-97p {
    margin-left: 97px;
}
.mt-103p {
    margin-top: 103px;
}
.mr-103p {
    margin-right: 103px;
}
.mb-103p {
    margin-bottom: 103px;
}
.ml-103p {
    margin-left: 103px;
}
.mt-116p {
    margin-top: 116px;
}
.mr-116p {
    margin-right: 116px;
}
.mb-116p {
    margin-bottom: 116px;
}
.ml-116p {
    margin-left: 116px;
}
.mt-120p {
    margin-top: 120px;
}
.mr-120p {
    margin-right: 120px;
}
.mb-120p {
    margin-bottom: 120px;
}
.ml-120p {
    margin-left: 120px;
}
.mt-125p {
    margin-top: 125px;
}
.mr-125p {
    margin-right: 125px;
}
.mb-125p {
    margin-bottom: 125px;
}
.ml-125p {
    margin-left: 125px;
}
.mt-130p {
    margin-top: 130px;
}
.mr-130p {
    margin-right: 130px;
}
.mb-130p {
    margin-bottom: 130px;
}
.ml-130p {
    margin-left: 130px;
}
.mt-135p {
    margin-top: 135px;
}
.mr-135p {
    margin-right: 135px;
}
.mb-135p {
    margin-bottom: 135px;
}
.ml-135p {
    margin-left: 135px;
}
.mt-132p {
    margin-top: 132px;
}
.mr-132p {
    margin-right: 132px;
}
.mb-132p {
    margin-bottom: 132px;
}
.ml-132p {
    margin-left: 132px;
}
.mt-150p {
    margin-top: 150px;
}
.mr-150p {
    margin-right: 150px;
}
.mb-150p {
    margin-bottom: 150px;
}
.ml-150p {
    margin-left: 150px;
}
.mt-216p {
    margin-top: 216px;
}
.mr-216p {
    margin-right: 216px;
}
.mb-216p {
    margin-bottom: 216px;
}
.ml-216p {
    margin-left: 216px;
}
.mt-225p {
    margin-top: 225px;
}
.mr-225p {
    margin-right: 225px;
}
.mb-225p {
    margin-bottom: 225px;
}
.ml-225p {
    margin-left: 225px;
}
.mt-296p {
    margin-top: 296px;
}
.mr-296p {
    margin-right: 296px;
}
.mb-296p {
    margin-bottom: 296px;
}
.ml-296p {
    margin-left: 296px;
}
.mt-270p {
    margin-top: 270px;
}
.mr-270p {
    margin-right: 270px;
}
.mb-270p {
    margin-bottom: 270px;
}
.ml-270p {
    margin-left: 270px;
}
.mt-137p {
    margin-top: 137px;
}
.mr-137p {
    margin-right: 137px;
}
.mb-137p {
    margin-bottom: 137px;
}
.ml-137p {
    margin-left: 137px;
}
.mt-141p {
    margin-top: 141px;
}
.mr-141p {
    margin-right: 141px;
}
.mb-141p {
    margin-bottom: 141px;
}
.ml-141p {
    margin-left: 141px;
}
.mt-146p {
    margin-top: 146px;
}
.mr-146p {
    margin-right: 146px;
}
.mb-146p {
    margin-bottom: 146px;
}
.ml-146p {
    margin-left: 146px;
}
.mt-152p {
    margin-top: 152px;
}
.mr-152p {
    margin-right: 152px;
}
.mb-152p {
    margin-bottom: 152px;
}
.ml-152p {
    margin-left: 152px;
}
.mt-155p {
    margin-top: 155px;
}
.mr-155p {
    margin-right: 155px;
}
.mb-155p {
    margin-bottom: 155px;
}
.ml-155p {
    margin-left: 155px;
}
.mt-163p {
    margin-top: 163px;
}
.mr-163p {
    margin-right: 163px;
}
.mb-163p {
    margin-bottom: 163px;
}
.ml-163p {
    margin-left: 163px;
}
.mt-168p {
    margin-top: 168px;
}
.mr-168p {
    margin-right: 168px;
}
.mb-168p {
    margin-bottom: 168px;
}
.ml-168p {
    margin-left: 168px;
}
.mt-173p {
    margin-top: 173px;
}
.mr-173p {
    margin-right: 173px;
}
.mb-173p {
    margin-bottom: 173px;
}
.ml-173p {
    margin-left: 173px;
}
.mt-210p {
    margin-top: 210px;
}
.mr-210p {
    margin-right: 210px;
}
.mb-210p {
    margin-bottom: 210px;
}
.ml-210p {
    margin-left: 210px;
}
.mt-245p {
    margin-top: 245px;
}
.mr-245p {
    margin-right: 245px;
}
.mb-245p {
    margin-bottom: 245px;
}
.ml-245p {
    margin-left: 245px;
}
.mt-250p {
    margin-top: 250px;
}
.mr-250p {
    margin-right: 250px;
}
.mb-250p {
    margin-bottom: 250px;
}
.ml-250p {
    margin-left: 250px;
}
.mt-260p {
    margin-top: 260px;
}
.mr-260p {
    margin-right: 260px;
}
.mb-260p {
    margin-bottom: 260px;
}
.ml-260p {
    margin-left: 260px;
}
.mt-263p {
    margin-top: 263px;
}
.mr-263p {
    margin-right: 263px;
}
.mb-263p {
    margin-bottom: 263px;
}
.ml-263p {
    margin-left: 263px;
}
.mt-266p {
    margin-top: 266px;
}
.mr-266p {
    margin-right: 266px;
}
.mb-266p {
    margin-bottom: 266px;
}
.ml-266p {
    margin-left: 266px;
}
.mt-275p {
    margin-top: 275px;
}
.mr-275p {
    margin-right: 275px;
}
.mb-275p {
    margin-bottom: 275px;
}
.ml-275p {
    margin-left: 275px;
}
.mt-300p {
    margin-top: 300px;
}
.mr-300p {
    margin-right: 300px;
}
.mb-300p {
    margin-bottom: 300px;
}
.ml-300p {
    margin-left: 300px;
}
.mt-312p {
    margin-top: 312px;
}
.mr-312p {
    margin-right: 312px;
}
.mb-312p {
    margin-bottom: 312px;
}
.ml-312p {
    margin-left: 312px;
}
.mt-318p {
    margin-top: 318px;
}
.mr-318p {
    margin-right: 318px;
}
.mb-318p {
    margin-bottom: 318px;
}
.ml-318p {
    margin-left: 318px;
}
.mt-322p {
    margin-top: 322px;
}
.mr-322p {
    margin-right: 322px;
}
.mb-322p {
    margin-bottom: 322px;
}
.ml-322p {
    margin-left: 322px;
}
.mt-337p {
    margin-top: 337px;
}
.mr-337p {
    margin-right: 337px;
}
.mb-337p {
    margin-bottom: 337px;
}
.ml-337p {
    margin-left: 337px;
}
.mt-345p {
    margin-top: 345px;
}
.mr-345p {
    margin-right: 345px;
}
.mb-345p {
    margin-bottom: 345px;
}
.ml-345p {
    margin-left: 345px;
}
.mt-344p {
    margin-top: 344px;
}
.mr-344p {
    margin-right: 344px;
}
.mb-344p {
    margin-bottom: 344px;
}
.ml-344p {
    margin-left: 344px;
}
.mt-354p {
    margin-top: 354px;
}
.mr-354p {
    margin-right: 354px;
}
.mb-354p {
    margin-bottom: 354px;
}
.ml-354p {
    margin-left: 354px;
}
.mt-364p {
    margin-top: 364px;
}
.mr-364p {
    margin-right: 364px;
}
.mb-364p {
    margin-bottom: 364px;
}
.ml-364p {
    margin-left: 364px;
}
.mt-370p {
    margin-top: 370px;
}
.mr-370p {
    margin-right: 370px;
}
.mb-370p {
    margin-bottom: 370px;
}
.ml-370p {
    margin-left: 370px;
}
.mt-382p {
    margin-top: 382px;
}
.mr-382p {
    margin-right: 382px;
}
.mb-382p {
    margin-bottom: 382px;
}
.ml-382p {
    margin-left: 382px;
}
.mt-385p {
    margin-top: 385px;
}
.mr-385p {
    margin-right: 385px;
}
.mb-385p {
    margin-bottom: 385px;
}
.ml-385p {
    margin-left: 385px;
}
.mt-400p {
    margin-top: 400px;
}
.mr-400p {
    margin-right: 400px;
}
.mb-400p {
    margin-bottom: 400px;
}
.ml-400p {
    margin-left: 400px;
}
.mt-407p {
    margin-top: 407px;
}
.mr-407p {
    margin-right: 407px;
}
.mb-407p {
    margin-bottom: 407px;
}
.ml-407p {
    margin-left: 407px;
}
.mt-411p {
    margin-top: 411px;
}
.mr-411p {
    margin-right: 411px;
}
.mb-411p {
    margin-bottom: 411px;
}
.ml-411p {
    margin-left: 411px;
}
.mt-418p {
    margin-top: 418px;
}
.mr-418p {
    margin-right: 418px;
}
.mb-418p {
    margin-bottom: 418px;
}
.ml-418p {
    margin-left: 418px;
}
.mt-430p {
    margin-top: 430px;
}
.mr-430p {
    margin-right: 430px;
}
.mb-430p {
    margin-bottom: 430px;
}
.ml-430p {
    margin-left: 430px;
}
.mt-450p {
    margin-top: 450px;
}
.mr-450p {
    margin-right: 450px;
}
.mb-450p {
    margin-bottom: 450px;
}
.ml-450p {
    margin-left: 450px;
}
.mt-468p {
    margin-top: 468px;
}
.mr-468p {
    margin-right: 468px;
}
.mb-468p {
    margin-bottom: 468px;
}
.ml-468p {
    margin-left: 468px;
}
.mt-485p {
    margin-top: 485px;
}
.mr-485p {
    margin-right: 485px;
}
.mb-485p {
    margin-bottom: 485px;
}
.ml-485p {
    margin-left: 485px;
}
.mt-491p {
    margin-top: 491px;
}
.mr-491p {
    margin-right: 491px;
}
.mb-491p {
    margin-bottom: 491px;
}
.ml-491p {
    margin-left: 491px;
}
.mt-494p {
    margin-top: 494px;
}
.mr-494p {
    margin-right: 494px;
}
.mb-494p {
    margin-bottom: 494px;
}
.ml-494p {
    margin-left: 494px;
}
.mt-470p {
    margin-top: 470px;
}
.mr-470p {
    margin-right: 470px;
}
.mb-470p {
    margin-bottom: 470px;
}
.ml-470p {
    margin-left: 470px;
}
.mt-480p {
    margin-top: 480px;
}
.mr-480p {
    margin-right: 480px;
}
.mb-480p {
    margin-bottom: 480px;
}
.ml-480p {
    margin-left: 480px;
}
.mt-532p {
    margin-top: 532px;
}
.mr-532p {
    margin-right: 532px;
}
.mb-532p {
    margin-bottom: 532px;
}
.ml-532p {
    margin-left: 532px;
}
.mt-556p {
    margin-top: 556px;
}
.mr-556p {
    margin-right: 556px;
}
.mb-556p {
    margin-bottom: 556px;
}
.ml-556p {
    margin-left: 556px;
}
.mt-505p {
    margin-top: 505px;
}
.mr-505p {
    margin-right: 505px;
}
.mb-505p {
    margin-bottom: 505px;
}
.ml-505p {
    margin-left: 505px;
}
.mt-1179p {
    margin-top: 1179px;
}
.mr-1179p {
    margin-right: 1179px;
}
.mb-1179p {
    margin-bottom: 1179px;
}
.ml-1179p {
    margin-left: 1179px;
}
.mt-1253p {
    margin-top: 1253px;
}
.mr-1253p {
    margin-right: 1253px;
}
.mb-1253p {
    margin-bottom: 1253px;
}
.ml-1253p {
    margin-left: 1253px;
}
.mt-1575p {
    margin-top: 1575px;
}
.mr-1575p {
    margin-right: 1575px;
}
.mb-1575p {
    margin-bottom: 1575px;
}
.ml-1575p {
    margin-left: 1575px;
}
.mt-600p {
    margin-top: 600px;
}
.mr-600p {
    margin-right: 600px;
}
.mb-600p {
    margin-bottom: 600px;
}
.ml-600p {
    margin-left: 600px;
}
.mt-649p {
    margin-top: 649px;
}
.mr-649p {
    margin-right: 649px;
}
.mb-649p {
    margin-bottom: 649px;
}
.ml-649p {
    margin-left: 649px;
}
.mt-690p {
    margin-top: 690px;
}
.mr-690p {
    margin-right: 690px;
}
.mb-690p {
    margin-bottom: 690px;
}
.ml-690p {
    margin-left: 690px;
}
.mt-19\% {
    margin-top: 19%;
}
.mr-19\% {
    margin-right: 19%;
}
.mb-19\% {
    margin-bottom: 19%;
}
.ml-19\% {
    margin-left: 19%;
}
.mt-23\% {
    margin-top: 23%;
}
.mr-23\% {
    margin-right: 23%;
}
.mb-23\% {
    margin-bottom: 23%;
}
.ml-23\% {
    margin-left: 23%;
}
.mt-24\% {
    margin-top: 24%;
}
.mr-24\% {
    margin-right: 24%;
}
.mb-24\% {
    margin-bottom: 24%;
}
.ml-24\% {
    margin-left: 24%;
}
.mt-36\% {
    margin-top: 36%;
}
.mr-36\% {
    margin-right: 36%;
}
.mb-36\% {
    margin-bottom: 36%;
}
.ml-36\% {
    margin-left: 36%;
}
.mt-27\% {
    margin-top: 27%;
}
.mr-27\% {
    margin-right: 27%;
}
.mb-27\% {
    margin-bottom: 27%;
}
.ml-27\% {
    margin-left: 27%;
}
.mt-28\% {
    margin-top: 28%;
}
.mr-28\% {
    margin-right: 28%;
}
.mb-28\% {
    margin-bottom: 28%;
}
.ml-28\% {
    margin-left: 28%;
}
.mt-42\% {
    margin-top: 42%;
}
.mr-42\% {
    margin-right: 42%;
}
.mb-42\% {
    margin-bottom: 42%;
}
.ml-42\% {
    margin-left: 42%;
}
.mt-46\% {
    margin-top: 46%;
}
.mr-46\% {
    margin-right: 46%;
}
.mb-46\% {
    margin-bottom: 46%;
}
.ml-46\% {
    margin-left: 46%;
}
.mt-49\% {
    margin-top: 49%;
}
.mr-49\% {
    margin-right: 49%;
}
.mb-49\% {
    margin-bottom: 49%;
}
.ml-49\% {
    margin-left: 49%;
}
.mt-54\% {
    margin-top: 54%;
}
.mr-54\% {
    margin-right: 54%;
}
.mb-54\% {
    margin-bottom: 54%;
}
.ml-54\% {
    margin-left: 54%;
}
.mt-58\% {
    margin-top: 58%;
}
.mr-58\% {
    margin-right: 58%;
}
.mb-58\% {
    margin-bottom: 58%;
}
.ml-58\% {
    margin-left: 58%;
}
.mt-72\% {
    margin-top: 72%;
}
.mr-72\% {
    margin-right: 72%;
}
.mb-72\% {
    margin-bottom: 72%;
}
.ml-72\% {
    margin-left: 72%;
}
.mt-76\% {
    margin-top: 76%;
}
.mr-76\% {
    margin-right: 76%;
}
.mb-76\% {
    margin-bottom: 76%;
}
.ml-76\% {
    margin-left: 76%;
}
.mt-77\% {
    margin-top: 77%;
}
.mr-77\% {
    margin-right: 77%;
}
.mb-77\% {
    margin-bottom: 77%;
}
.ml-77\% {
    margin-left: 77%;
}
.mt-340p {
    margin-top: 340px;
}
.mr-340p {
    margin-right: 340px;
}
.mb-340p {
    margin-bottom: 340px;
}
.ml-340p {
    margin-left: 340px;
}
.mt-700p {
    margin-top: 700px;
}
.mr-700p {
    margin-right: 700px;
}
.mb-700p {
    margin-bottom: 700px;
}
.ml-700p {
    margin-left: 700px;
}
.mt-848p {
    margin-top: 848px;
}
.mr-848p {
    margin-right: 848px;
}
.mb-848p {
    margin-bottom: 848px;
}
.ml-848p {
    margin-left: 848px;
}
.mt-850p {
    margin-top: 850px;
}
.mr-850p {
    margin-right: 850px;
}
.mb-850p {
    margin-bottom: 850px;
}
.ml-850p {
    margin-left: 850px;
}
.mt-860p {
    margin-top: 860px;
}
.mr-860p {
    margin-right: 860px;
}
.mb-860p {
    margin-bottom: 860px;
}
.ml-860p {
    margin-left: 860px;
}
.mt-1425p {
    margin-top: 1425px;
}
.mr-1425p {
    margin-right: 1425px;
}
.mb-1425p {
    margin-bottom: 1425px;
}
.ml-1425p {
    margin-left: 1425px;
}
.-mt-0 {
    margin-top: 0;
}
.-mr-0 {
    margin-right: 0;
}
.-mb-0 {
    margin-bottom: 0;
}
.-ml-0 {
    margin-left: 0;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.-mr-1 {
    margin-right: -0.25rem;
}
.-mb-1 {
    margin-bottom: -0.25rem;
}
.-ml-1 {
    margin-left: -0.25rem;
}
.-mt-2 {
    margin-top: -0.5rem;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.-mb-2 {
    margin-bottom: -0.5rem;
}
.-ml-2 {
    margin-left: -0.5rem;
}
.-mt-3 {
    margin-top: -0.75rem;
}
.-mr-3 {
    margin-right: -0.75rem;
}
.-mb-3 {
    margin-bottom: -0.75rem;
}
.-ml-3 {
    margin-left: -0.75rem;
}
.-mt-4 {
    margin-top: -1rem;
}
.-mr-4 {
    margin-right: -1rem;
}
.-mb-4 {
    margin-bottom: -1rem;
}
.-ml-4 {
    margin-left: -1rem;
}
.-mt-5 {
    margin-top: -1.25rem;
}
.-mr-5 {
    margin-right: -1.25rem;
}
.-mb-5 {
    margin-bottom: -1.25rem;
}
.-ml-5 {
    margin-left: -1.25rem;
}
.-mt-6 {
    margin-top: -1.5rem;
}
.-mr-6 {
    margin-right: -1.5rem;
}
.-mb-6 {
    margin-bottom: -1.5rem;
}
.-ml-6 {
    margin-left: -1.5rem;
}
.-mt-7 {
    margin-top: -1.75rem;
}
.-mr-7 {
    margin-right: -1.75rem;
}
.-mb-7 {
    margin-bottom: -1.75rem;
}
.-ml-7 {
    margin-left: -1.75rem;
}
.-mt-8 {
    margin-top: -2rem;
}
.-mr-8 {
    margin-right: -2rem;
}
.-mb-8 {
    margin-bottom: -2rem;
}
.-ml-8 {
    margin-left: -2rem;
}
.-mt-9 {
    margin-top: -2.25rem;
}
.-mr-9 {
    margin-right: -2.25rem;
}
.-mb-9 {
    margin-bottom: -2.25rem;
}
.-ml-9 {
    margin-left: -2.25rem;
}
.-mt-10 {
    margin-top: -2.5rem;
}
.-mr-10 {
    margin-right: -2.5rem;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.-ml-10 {
    margin-left: -2.5rem;
}
.-mt-11 {
    margin-top: -2.75rem;
}
.-mr-11 {
    margin-right: -2.75rem;
}
.-mb-11 {
    margin-bottom: -2.75rem;
}
.-ml-11 {
    margin-left: -2.75rem;
}
.-mt-12 {
    margin-top: -3rem;
}
.-mr-12 {
    margin-right: -3rem;
}
.-mb-12 {
    margin-bottom: -3rem;
}
.-ml-12 {
    margin-left: -3rem;
}
.-mt-14 {
    margin-top: -3.5rem;
}
.-mr-14 {
    margin-right: -3.5rem;
}
.-mb-14 {
    margin-bottom: -3.5rem;
}
.-ml-14 {
    margin-left: -3.5rem;
}
.-mt-16 {
    margin-top: -4rem;
}
.-mr-16 {
    margin-right: -4rem;
}
.-mb-16 {
    margin-bottom: -4rem;
}
.-ml-16 {
    margin-left: -4rem;
}
.-mt-20 {
    margin-top: -5rem;
}
.-mr-20 {
    margin-right: -5rem;
}
.-mb-20 {
    margin-bottom: -5rem;
}
.-ml-20 {
    margin-left: -5rem;
}
.-mt-23 {
    margin-top: -88px;
}
.-mr-23 {
    margin-right: -88px;
}
.-mb-23 {
    margin-bottom: -88px;
}
.-ml-23 {
    margin-left: -88px;
}
.-mt-24 {
    margin-top: -6rem;
}
.-mr-24 {
    margin-right: -6rem;
}
.-mb-24 {
    margin-bottom: -6rem;
}
.-ml-24 {
    margin-left: -6rem;
}
.-mt-25 {
    margin-top: -100px;
}
.-mr-25 {
    margin-right: -100px;
}
.-mb-25 {
    margin-bottom: -100px;
}
.-ml-25 {
    margin-left: -100px;
}
.-mt-28 {
    margin-top: -7rem;
}
.-mr-28 {
    margin-right: -7rem;
}
.-mb-28 {
    margin-bottom: -7rem;
}
.-ml-28 {
    margin-left: -7rem;
}
.-mt-29 {
    margin-top: -120px;
}
.-mr-29 {
    margin-right: -120px;
}
.-mb-29 {
    margin-bottom: -120px;
}
.-ml-29 {
    margin-left: -120px;
}
.-mt-32 {
    margin-top: -8rem;
}
.-mr-32 {
    margin-right: -8rem;
}
.-mb-32 {
    margin-bottom: -8rem;
}
.-ml-32 {
    margin-left: -8rem;
}
.-mt-33 {
    margin-top: -130px;
}
.-mr-33 {
    margin-right: -130px;
}
.-mb-33 {
    margin-bottom: -130px;
}
.-ml-33 {
    margin-left: -130px;
}
.-mt-36 {
    margin-top: -9rem;
}
.-mr-36 {
    margin-right: -9rem;
}
.-mb-36 {
    margin-bottom: -9rem;
}
.-ml-36 {
    margin-left: -9rem;
}
.-mt-40 {
    margin-top: -10rem;
}
.-mr-40 {
    margin-right: -10rem;
}
.-mb-40 {
    margin-bottom: -10rem;
}
.-ml-40 {
    margin-left: -10rem;
}
.-mt-44 {
    margin-top: -11rem;
}
.-mr-44 {
    margin-right: -11rem;
}
.-mb-44 {
    margin-bottom: -11rem;
}
.-ml-44 {
    margin-left: -11rem;
}
.-mt-48 {
    margin-top: -12rem;
}
.-mr-48 {
    margin-right: -12rem;
}
.-mb-48 {
    margin-bottom: -12rem;
}
.-ml-48 {
    margin-left: -12rem;
}
.-mt-52 {
    margin-top: -13rem;
}
.-mr-52 {
    margin-right: -13rem;
}
.-mb-52 {
    margin-bottom: -13rem;
}
.-ml-52 {
    margin-left: -13rem;
}
.-mt-56 {
    margin-top: -14rem;
}
.-mr-56 {
    margin-right: -14rem;
}
.-mb-56 {
    margin-bottom: -14rem;
}
.-ml-56 {
    margin-left: -14rem;
}
.-mt-60 {
    margin-top: -15rem;
}
.-mr-60 {
    margin-right: -15rem;
}
.-mb-60 {
    margin-bottom: -15rem;
}
.-ml-60 {
    margin-left: -15rem;
}
.-mt-63 {
    margin-top: -270px;
}
.-mr-63 {
    margin-right: -270px;
}
.-mb-63 {
    margin-bottom: -270px;
}
.-ml-63 {
    margin-left: -270px;
}
.-mt-64 {
    margin-top: -16rem;
}
.-mr-64 {
    margin-right: -16rem;
}
.-mb-64 {
    margin-bottom: -16rem;
}
.-ml-64 {
    margin-left: -16rem;
}
.-mt-72 {
    margin-top: -18rem;
}
.-mr-72 {
    margin-right: -18rem;
}
.-mb-72 {
    margin-bottom: -18rem;
}
.-ml-72 {
    margin-left: -18rem;
}
.-mt-80 {
    margin-top: -20rem;
}
.-mr-80 {
    margin-right: -20rem;
}
.-mb-80 {
    margin-bottom: -20rem;
}
.-ml-80 {
    margin-left: -20rem;
}
.-mt-92 {
    margin-top: -475px;
}
.-mr-92 {
    margin-right: -475px;
}
.-mb-92 {
    margin-bottom: -475px;
}
.-ml-92 {
    margin-left: -475px;
}
.-mt-96 {
    margin-top: -24rem;
}
.-mr-96 {
    margin-right: -24rem;
}
.-mb-96 {
    margin-bottom: -24rem;
}
.-ml-96 {
    margin-left: -24rem;
}
.-mt-128 {
    margin-top: -32rem;
}
.-mr-128 {
    margin-right: -32rem;
}
.-mb-128 {
    margin-bottom: -32rem;
}
.-ml-128 {
    margin-left: -32rem;
}
.-mt-px {
    margin-top: -1px;
}
.-mr-px {
    margin-right: -1px;
}
.-mb-px {
    margin-bottom: -1px;
}
.-ml-px {
    margin-left: -1px;
}
.-mt-0\.5 {
    margin-top: -0.125rem;
}
.-mr-0\.5 {
    margin-right: -0.125rem;
}
.-mb-0\.5 {
    margin-bottom: -0.125rem;
}
.-ml-0\.5 {
    margin-left: -0.125rem;
}
.-mt-1\.5 {
    margin-top: -0.375rem;
}
.-mr-1\.5 {
    margin-right: -0.375rem;
}
.-mb-1\.5 {
    margin-bottom: -0.375rem;
}
.-ml-1\.5 {
    margin-left: -0.375rem;
}
.-mt-2\.5 {
    margin-top: -0.625rem;
}
.-mr-2\.5 {
    margin-right: -0.625rem;
}
.-mb-2\.5 {
    margin-bottom: -0.625rem;
}
.-ml-2\.5 {
    margin-left: -0.625rem;
}
.-mt-3\.5 {
    margin-top: -0.875rem;
}
.-mr-3\.5 {
    margin-right: -0.875rem;
}
.-mb-3\.5 {
    margin-bottom: -0.875rem;
}
.-ml-3\.5 {
    margin-left: -0.875rem;
}
.-mt-105p {
    margin-top: -105px;
}
.-mr-105p {
    margin-right: -105px;
}
.-mb-105p {
    margin-bottom: -105px;
}
.-ml-105p {
    margin-left: -105px;
}
.-mt-50p {
    margin-top: -50px;
}
.-mr-50p {
    margin-right: -50px;
}
.-mb-50p {
    margin-bottom: -50px;
}
.-ml-50p {
    margin-left: -50px;
}
.-mt-54p {
    margin-top: -54px;
}
.-mr-54p {
    margin-right: -54px;
}
.-mb-54p {
    margin-bottom: -54px;
}
.-ml-54p {
    margin-left: -54px;
}
.-mt-1p {
    margin-top: -1px;
}
.-mr-1p {
    margin-right: -1px;
}
.-mb-1p {
    margin-bottom: -1px;
}
.-ml-1p {
    margin-left: -1px;
}
.-mt-2p {
    margin-top: -2px;
}
.-mr-2p {
    margin-right: -2px;
}
.-mb-2p {
    margin-bottom: -2px;
}
.-ml-2p {
    margin-left: -2px;
}
.-mt-3p {
    margin-top: -3px;
}
.-mr-3p {
    margin-right: -3px;
}
.-mb-3p {
    margin-bottom: -3px;
}
.-ml-3p {
    margin-left: -3px;
}
.-mt-5p {
    margin-top: -5px;
}
.-mr-5p {
    margin-right: -5px;
}
.-mb-5p {
    margin-bottom: -5px;
}
.-ml-5p {
    margin-left: -5px;
}
.-mt-7p {
    margin-top: -7px;
}
.-mr-7p {
    margin-right: -7px;
}
.-mb-7p {
    margin-bottom: -7px;
}
.-ml-7p {
    margin-left: -7px;
}
.-mt-9p {
    margin-top: -9px;
}
.-mr-9p {
    margin-right: -9px;
}
.-mb-9p {
    margin-bottom: -9px;
}
.-ml-9p {
    margin-left: -9px;
}
.-mt-10p {
    margin-top: -10px;
}
.-mr-10p {
    margin-right: -10px;
}
.-mb-10p {
    margin-bottom: -10px;
}
.-ml-10p {
    margin-left: -10px;
}
.-mt-11p {
    margin-top: -11px;
}
.-mr-11p {
    margin-right: -11px;
}
.-mb-11p {
    margin-bottom: -11px;
}
.-ml-11p {
    margin-left: -11px;
}
.-mt-13p {
    margin-top: -13px;
}
.-mr-13p {
    margin-right: -13px;
}
.-mb-13p {
    margin-bottom: -13px;
}
.-ml-13p {
    margin-left: -13px;
}
.-mt-15p {
    margin-top: -15px;
}
.-mr-15p {
    margin-right: -15px;
}
.-mb-15p {
    margin-bottom: -15px;
}
.-ml-15p {
    margin-left: -15px;
}
.-mt-18p {
    margin-top: -18px;
}
.-mr-18p {
    margin-right: -18px;
}
.-mb-18p {
    margin-bottom: -18px;
}
.-ml-18p {
    margin-left: -18px;
}
.-mt-19p {
    margin-top: -19px;
}
.-mr-19p {
    margin-right: -19px;
}
.-mb-19p {
    margin-bottom: -19px;
}
.-ml-19p {
    margin-left: -19px;
}
.-mt-21p {
    margin-top: -21px;
}
.-mr-21p {
    margin-right: -21px;
}
.-mb-21p {
    margin-bottom: -21px;
}
.-ml-21p {
    margin-left: -21px;
}
.-mt-22p {
    margin-top: -22px;
}
.-mr-22p {
    margin-right: -22px;
}
.-mb-22p {
    margin-bottom: -22px;
}
.-ml-22p {
    margin-left: -22px;
}
.-mt-23p {
    margin-top: -23px;
}
.-mr-23p {
    margin-right: -23px;
}
.-mb-23p {
    margin-bottom: -23px;
}
.-ml-23p {
    margin-left: -23px;
}
.-mt-25p {
    margin-top: -25px;
}
.-mr-25p {
    margin-right: -25px;
}
.-mb-25p {
    margin-bottom: -25px;
}
.-ml-25p {
    margin-left: -25px;
}
.-mt-26p {
    margin-top: -26px;
}
.-mr-26p {
    margin-right: -26px;
}
.-mb-26p {
    margin-bottom: -26px;
}
.-ml-26p {
    margin-left: -26px;
}
.-mt-29p {
    margin-top: -29px;
}
.-mr-29p {
    margin-right: -29px;
}
.-mb-29p {
    margin-bottom: -29px;
}
.-ml-29p {
    margin-left: -29px;
}
.-mt-30p {
    margin-top: -30px;
}
.-mr-30p {
    margin-right: -30px;
}
.-mb-30p {
    margin-bottom: -30px;
}
.-ml-30p {
    margin-left: -30px;
}
.-mt-31p {
    margin-top: -31px;
}
.-mr-31p {
    margin-right: -31px;
}
.-mb-31p {
    margin-bottom: -31px;
}
.-ml-31p {
    margin-left: -31px;
}
.-mt-35p {
    margin-top: -35px;
}
.-mr-35p {
    margin-right: -35px;
}
.-mb-35p {
    margin-bottom: -35px;
}
.-ml-35p {
    margin-left: -35px;
}
.-mt-52p {
    margin-top: -52px;
}
.-mr-52p {
    margin-right: -52px;
}
.-mb-52p {
    margin-bottom: -52px;
}
.-ml-52p {
    margin-left: -52px;
}
.-mt-53p {
    margin-top: -53px;
}
.-mr-53p {
    margin-right: -53px;
}
.-mb-53p {
    margin-bottom: -53px;
}
.-ml-53p {
    margin-left: -53px;
}
.-mt-55p {
    margin-top: -55px;
}
.-mr-55p {
    margin-right: -55px;
}
.-mb-55p {
    margin-bottom: -55px;
}
.-ml-55p {
    margin-left: -55px;
}
.-mt-59p {
    margin-top: -59px;
}
.-mr-59p {
    margin-right: -59px;
}
.-mb-59p {
    margin-bottom: -59px;
}
.-ml-59p {
    margin-left: -59px;
}
.-mt-27p {
    margin-top: -27px;
}
.-mr-27p {
    margin-right: -27px;
}
.-mb-27p {
    margin-bottom: -27px;
}
.-ml-27p {
    margin-left: -27px;
}
.-mt-33\.5p {
    margin-top: -33.5px;
}
.-mr-33\.5p {
    margin-right: -33.5px;
}
.-mb-33\.5p {
    margin-bottom: -33.5px;
}
.-ml-33\.5p {
    margin-left: -33.5px;
}
.-mt-38p {
    margin-top: -38px;
}
.-mr-38p {
    margin-right: -38px;
}
.-mb-38p {
    margin-bottom: -38px;
}
.-ml-38p {
    margin-left: -38px;
}
.-mt-40p {
    margin-top: -40px;
}
.-mr-40p {
    margin-right: -40px;
}
.-mb-40p {
    margin-bottom: -40px;
}
.-ml-40p {
    margin-left: -40px;
}
.-mt-46p {
    margin-top: -46px;
}
.-mr-46p {
    margin-right: -46px;
}
.-mb-46p {
    margin-bottom: -46px;
}
.-ml-46p {
    margin-left: -46px;
}
.-mt-47p {
    margin-top: -47px;
}
.-mr-47p {
    margin-right: -47px;
}
.-mb-47p {
    margin-bottom: -47px;
}
.-ml-47p {
    margin-left: -47px;
}
.-mt-49p {
    margin-top: -49px;
}
.-mr-49p {
    margin-right: -49px;
}
.-mb-49p {
    margin-bottom: -49px;
}
.-ml-49p {
    margin-left: -49px;
}
.-mt-58p {
    margin-top: -58px;
}
.-mr-58p {
    margin-right: -58px;
}
.-mb-58p {
    margin-bottom: -58px;
}
.-ml-58p {
    margin-left: -58px;
}
.-mt-75p {
    margin-top: -75px;
}
.-mr-75p {
    margin-right: -75px;
}
.-mb-75p {
    margin-bottom: -75px;
}
.-ml-75p {
    margin-left: -75px;
}
.-mt-77p {
    margin-top: -77px;
}
.-mr-77p {
    margin-right: -77px;
}
.-mb-77p {
    margin-bottom: -77px;
}
.-ml-77p {
    margin-left: -77px;
}
.-mt-60p {
    margin-top: -60px;
}
.-mr-60p {
    margin-right: -60px;
}
.-mb-60p {
    margin-bottom: -60px;
}
.-ml-60p {
    margin-left: -60px;
}
.-mt-65p {
    margin-top: -65px;
}
.-mr-65p {
    margin-right: -65px;
}
.-mb-65p {
    margin-bottom: -65px;
}
.-ml-65p {
    margin-left: -65px;
}
.-mt-66p {
    margin-top: -66px;
}
.-mr-66p {
    margin-right: -66px;
}
.-mb-66p {
    margin-bottom: -66px;
}
.-ml-66p {
    margin-left: -66px;
}
.-mt-68p {
    margin-top: -68px;
}
.-mr-68p {
    margin-right: -68px;
}
.-mb-68p {
    margin-bottom: -68px;
}
.-ml-68p {
    margin-left: -68px;
}
.-mt-70p {
    margin-top: -70px;
}
.-mr-70p {
    margin-right: -70px;
}
.-mb-70p {
    margin-bottom: -70px;
}
.-ml-70p {
    margin-left: -70px;
}
.-mt-72p {
    margin-top: -72px;
}
.-mr-72p {
    margin-right: -72px;
}
.-mb-72p {
    margin-bottom: -72px;
}
.-ml-72p {
    margin-left: -72px;
}
.-mt-74p {
    margin-top: -74px;
}
.-mr-74p {
    margin-right: -74px;
}
.-mb-74p {
    margin-bottom: -74px;
}
.-ml-74p {
    margin-left: -74px;
}
.-mt-78p {
    margin-top: -78px;
}
.-mr-78p {
    margin-right: -78px;
}
.-mb-78p {
    margin-bottom: -78px;
}
.-ml-78p {
    margin-left: -78px;
}
.-mt-80p {
    margin-top: -80px;
}
.-mr-80p {
    margin-right: -80px;
}
.-mb-80p {
    margin-bottom: -80px;
}
.-ml-80p {
    margin-left: -80px;
}
.-mt-82p {
    margin-top: -82px;
}
.-mr-82p {
    margin-right: -82px;
}
.-mb-82p {
    margin-bottom: -82px;
}
.-ml-82p {
    margin-left: -82px;
}
.-mt-84p {
    margin-top: -84px;
}
.-mr-84p {
    margin-right: -84px;
}
.-mb-84p {
    margin-bottom: -84px;
}
.-ml-84p {
    margin-left: -84px;
}
.-mt-89p {
    margin-top: -89px;
}
.-mr-89p {
    margin-right: -89px;
}
.-mb-89p {
    margin-bottom: -89px;
}
.-ml-89p {
    margin-left: -89px;
}
.-mt-93p {
    margin-top: -93px;
}
.-mr-93p {
    margin-right: -93px;
}
.-mb-93p {
    margin-bottom: -93px;
}
.-ml-93p {
    margin-left: -93px;
}
.-mt-90p {
    margin-top: -90px;
}
.-mr-90p {
    margin-right: -90px;
}
.-mb-90p {
    margin-bottom: -90px;
}
.-ml-90p {
    margin-left: -90px;
}
.-mt-97p {
    margin-top: -97px;
}
.-mr-97p {
    margin-right: -97px;
}
.-mb-97p {
    margin-bottom: -97px;
}
.-ml-97p {
    margin-left: -97px;
}
.-mt-103p {
    margin-top: -103px;
}
.-mr-103p {
    margin-right: -103px;
}
.-mb-103p {
    margin-bottom: -103px;
}
.-ml-103p {
    margin-left: -103px;
}
.-mt-116p {
    margin-top: -116px;
}
.-mr-116p {
    margin-right: -116px;
}
.-mb-116p {
    margin-bottom: -116px;
}
.-ml-116p {
    margin-left: -116px;
}
.-mt-120p {
    margin-top: -120px;
}
.-mr-120p {
    margin-right: -120px;
}
.-mb-120p {
    margin-bottom: -120px;
}
.-ml-120p {
    margin-left: -120px;
}
.-mt-125p {
    margin-top: -125px;
}
.-mr-125p {
    margin-right: -125px;
}
.-mb-125p {
    margin-bottom: -125px;
}
.-ml-125p {
    margin-left: -125px;
}
.-mt-130p {
    margin-top: -130px;
}
.-mr-130p {
    margin-right: -130px;
}
.-mb-130p {
    margin-bottom: -130px;
}
.-ml-130p {
    margin-left: -130px;
}
.-mt-135p {
    margin-top: -135px;
}
.-mr-135p {
    margin-right: -135px;
}
.-mb-135p {
    margin-bottom: -135px;
}
.-ml-135p {
    margin-left: -135px;
}
.-mt-132p {
    margin-top: -132px;
}
.-mr-132p {
    margin-right: -132px;
}
.-mb-132p {
    margin-bottom: -132px;
}
.-ml-132p {
    margin-left: -132px;
}
.-mt-150p {
    margin-top: -150px;
}
.-mr-150p {
    margin-right: -150px;
}
.-mb-150p {
    margin-bottom: -150px;
}
.-ml-150p {
    margin-left: -150px;
}
.-mt-216p {
    margin-top: -216px;
}
.-mr-216p {
    margin-right: -216px;
}
.-mb-216p {
    margin-bottom: -216px;
}
.-ml-216p {
    margin-left: -216px;
}
.-mt-225p {
    margin-top: -225px;
}
.-mr-225p {
    margin-right: -225px;
}
.-mb-225p {
    margin-bottom: -225px;
}
.-ml-225p {
    margin-left: -225px;
}
.-mt-296p {
    margin-top: -296px;
}
.-mr-296p {
    margin-right: -296px;
}
.-mb-296p {
    margin-bottom: -296px;
}
.-ml-296p {
    margin-left: -296px;
}
.-mt-270p {
    margin-top: -270px;
}
.-mr-270p {
    margin-right: -270px;
}
.-mb-270p {
    margin-bottom: -270px;
}
.-ml-270p {
    margin-left: -270px;
}
.-mt-137p {
    margin-top: -137px;
}
.-mr-137p {
    margin-right: -137px;
}
.-mb-137p {
    margin-bottom: -137px;
}
.-ml-137p {
    margin-left: -137px;
}
.-mt-141p {
    margin-top: -141px;
}
.-mr-141p {
    margin-right: -141px;
}
.-mb-141p {
    margin-bottom: -141px;
}
.-ml-141p {
    margin-left: -141px;
}
.-mt-146p {
    margin-top: -146px;
}
.-mr-146p {
    margin-right: -146px;
}
.-mb-146p {
    margin-bottom: -146px;
}
.-ml-146p {
    margin-left: -146px;
}
.-mt-152p {
    margin-top: -152px;
}
.-mr-152p {
    margin-right: -152px;
}
.-mb-152p {
    margin-bottom: -152px;
}
.-ml-152p {
    margin-left: -152px;
}
.-mt-155p {
    margin-top: -155px;
}
.-mr-155p {
    margin-right: -155px;
}
.-mb-155p {
    margin-bottom: -155px;
}
.-ml-155p {
    margin-left: -155px;
}
.-mt-163p {
    margin-top: -163px;
}
.-mr-163p {
    margin-right: -163px;
}
.-mb-163p {
    margin-bottom: -163px;
}
.-ml-163p {
    margin-left: -163px;
}
.-mt-168p {
    margin-top: -168px;
}
.-mr-168p {
    margin-right: -168px;
}
.-mb-168p {
    margin-bottom: -168px;
}
.-ml-168p {
    margin-left: -168px;
}
.-mt-173p {
    margin-top: -173px;
}
.-mr-173p {
    margin-right: -173px;
}
.-mb-173p {
    margin-bottom: -173px;
}
.-ml-173p {
    margin-left: -173px;
}
.-mt-210p {
    margin-top: -210px;
}
.-mr-210p {
    margin-right: -210px;
}
.-mb-210p {
    margin-bottom: -210px;
}
.-ml-210p {
    margin-left: -210px;
}
.-mt-245p {
    margin-top: -245px;
}
.-mr-245p {
    margin-right: -245px;
}
.-mb-245p {
    margin-bottom: -245px;
}
.-ml-245p {
    margin-left: -245px;
}
.-mt-250p {
    margin-top: -250px;
}
.-mr-250p {
    margin-right: -250px;
}
.-mb-250p {
    margin-bottom: -250px;
}
.-ml-250p {
    margin-left: -250px;
}
.-mt-260p {
    margin-top: -260px;
}
.-mr-260p {
    margin-right: -260px;
}
.-mb-260p {
    margin-bottom: -260px;
}
.-ml-260p {
    margin-left: -260px;
}
.-mt-263p {
    margin-top: -263px;
}
.-mr-263p {
    margin-right: -263px;
}
.-mb-263p {
    margin-bottom: -263px;
}
.-ml-263p {
    margin-left: -263px;
}
.-mt-266p {
    margin-top: -266px;
}
.-mr-266p {
    margin-right: -266px;
}
.-mb-266p {
    margin-bottom: -266px;
}
.-ml-266p {
    margin-left: -266px;
}
.-mt-275p {
    margin-top: -275px;
}
.-mr-275p {
    margin-right: -275px;
}
.-mb-275p {
    margin-bottom: -275px;
}
.-ml-275p {
    margin-left: -275px;
}
.-mt-300p {
    margin-top: -300px;
}
.-mr-300p {
    margin-right: -300px;
}
.-mb-300p {
    margin-bottom: -300px;
}
.-ml-300p {
    margin-left: -300px;
}
.-mt-312p {
    margin-top: -312px;
}
.-mr-312p {
    margin-right: -312px;
}
.-mb-312p {
    margin-bottom: -312px;
}
.-ml-312p {
    margin-left: -312px;
}
.-mt-318p {
    margin-top: -318px;
}
.-mr-318p {
    margin-right: -318px;
}
.-mb-318p {
    margin-bottom: -318px;
}
.-ml-318p {
    margin-left: -318px;
}
.-mt-322p {
    margin-top: -322px;
}
.-mr-322p {
    margin-right: -322px;
}
.-mb-322p {
    margin-bottom: -322px;
}
.-ml-322p {
    margin-left: -322px;
}
.-mt-337p {
    margin-top: -337px;
}
.-mr-337p {
    margin-right: -337px;
}
.-mb-337p {
    margin-bottom: -337px;
}
.-ml-337p {
    margin-left: -337px;
}
.-mt-345p {
    margin-top: -345px;
}
.-mr-345p {
    margin-right: -345px;
}
.-mb-345p {
    margin-bottom: -345px;
}
.-ml-345p {
    margin-left: -345px;
}
.-mt-344p {
    margin-top: -344px;
}
.-mr-344p {
    margin-right: -344px;
}
.-mb-344p {
    margin-bottom: -344px;
}
.-ml-344p {
    margin-left: -344px;
}
.-mt-354p {
    margin-top: -354px;
}
.-mr-354p {
    margin-right: -354px;
}
.-mb-354p {
    margin-bottom: -354px;
}
.-ml-354p {
    margin-left: -354px;
}
.-mt-364p {
    margin-top: -364px;
}
.-mr-364p {
    margin-right: -364px;
}
.-mb-364p {
    margin-bottom: -364px;
}
.-ml-364p {
    margin-left: -364px;
}
.-mt-370p {
    margin-top: -370px;
}
.-mr-370p {
    margin-right: -370px;
}
.-mb-370p {
    margin-bottom: -370px;
}
.-ml-370p {
    margin-left: -370px;
}
.-mt-382p {
    margin-top: -382px;
}
.-mr-382p {
    margin-right: -382px;
}
.-mb-382p {
    margin-bottom: -382px;
}
.-ml-382p {
    margin-left: -382px;
}
.-mt-385p {
    margin-top: -385px;
}
.-mr-385p {
    margin-right: -385px;
}
.-mb-385p {
    margin-bottom: -385px;
}
.-ml-385p {
    margin-left: -385px;
}
.-mt-400p {
    margin-top: -400px;
}
.-mr-400p {
    margin-right: -400px;
}
.-mb-400p {
    margin-bottom: -400px;
}
.-ml-400p {
    margin-left: -400px;
}
.-mt-407p {
    margin-top: -407px;
}
.-mr-407p {
    margin-right: -407px;
}
.-mb-407p {
    margin-bottom: -407px;
}
.-ml-407p {
    margin-left: -407px;
}
.-mt-411p {
    margin-top: -411px;
}
.-mr-411p {
    margin-right: -411px;
}
.-mb-411p {
    margin-bottom: -411px;
}
.-ml-411p {
    margin-left: -411px;
}
.-mt-418p {
    margin-top: -418px;
}
.-mr-418p {
    margin-right: -418px;
}
.-mb-418p {
    margin-bottom: -418px;
}
.-ml-418p {
    margin-left: -418px;
}
.-mt-430p {
    margin-top: -430px;
}
.-mr-430p {
    margin-right: -430px;
}
.-mb-430p {
    margin-bottom: -430px;
}
.-ml-430p {
    margin-left: -430px;
}
.-mt-450p {
    margin-top: -450px;
}
.-mr-450p {
    margin-right: -450px;
}
.-mb-450p {
    margin-bottom: -450px;
}
.-ml-450p {
    margin-left: -450px;
}
.-mt-468p {
    margin-top: -468px;
}
.-mr-468p {
    margin-right: -468px;
}
.-mb-468p {
    margin-bottom: -468px;
}
.-ml-468p {
    margin-left: -468px;
}
.-mt-485p {
    margin-top: -485px;
}
.-mr-485p {
    margin-right: -485px;
}
.-mb-485p {
    margin-bottom: -485px;
}
.-ml-485p {
    margin-left: -485px;
}
.-mt-491p {
    margin-top: -491px;
}
.-mr-491p {
    margin-right: -491px;
}
.-mb-491p {
    margin-bottom: -491px;
}
.-ml-491p {
    margin-left: -491px;
}
.-mt-494p {
    margin-top: -494px;
}
.-mr-494p {
    margin-right: -494px;
}
.-mb-494p {
    margin-bottom: -494px;
}
.-ml-494p {
    margin-left: -494px;
}
.-mt-470p {
    margin-top: -470px;
}
.-mr-470p {
    margin-right: -470px;
}
.-mb-470p {
    margin-bottom: -470px;
}
.-ml-470p {
    margin-left: -470px;
}
.-mt-480p {
    margin-top: -480px;
}
.-mr-480p {
    margin-right: -480px;
}
.-mb-480p {
    margin-bottom: -480px;
}
.-ml-480p {
    margin-left: -480px;
}
.-mt-532p {
    margin-top: -532px;
}
.-mr-532p {
    margin-right: -532px;
}
.-mb-532p {
    margin-bottom: -532px;
}
.-ml-532p {
    margin-left: -532px;
}
.-mt-556p {
    margin-top: -556px;
}
.-mr-556p {
    margin-right: -556px;
}
.-mb-556p {
    margin-bottom: -556px;
}
.-ml-556p {
    margin-left: -556px;
}
.-mt-505p {
    margin-top: -505px;
}
.-mr-505p {
    margin-right: -505px;
}
.-mb-505p {
    margin-bottom: -505px;
}
.-ml-505p {
    margin-left: -505px;
}
.-mt-1179p {
    margin-top: -1179px;
}
.-mr-1179p {
    margin-right: -1179px;
}
.-mb-1179p {
    margin-bottom: -1179px;
}
.-ml-1179p {
    margin-left: -1179px;
}
.-mt-1253p {
    margin-top: -1253px;
}
.-mr-1253p {
    margin-right: -1253px;
}
.-mb-1253p {
    margin-bottom: -1253px;
}
.-ml-1253p {
    margin-left: -1253px;
}
.-mt-1575p {
    margin-top: -1575px;
}
.-mr-1575p {
    margin-right: -1575px;
}
.-mb-1575p {
    margin-bottom: -1575px;
}
.-ml-1575p {
    margin-left: -1575px;
}
.-mt-600p {
    margin-top: -600px;
}
.-mr-600p {
    margin-right: -600px;
}
.-mb-600p {
    margin-bottom: -600px;
}
.-ml-600p {
    margin-left: -600px;
}
.-mt-649p {
    margin-top: -649px;
}
.-mr-649p {
    margin-right: -649px;
}
.-mb-649p {
    margin-bottom: -649px;
}
.-ml-649p {
    margin-left: -649px;
}
.-mt-690p {
    margin-top: -690px;
}
.-mr-690p {
    margin-right: -690px;
}
.-mb-690p {
    margin-bottom: -690px;
}
.-ml-690p {
    margin-left: -690px;
}
.-mt-19\% {
    margin-top: -19%;
}
.-mr-19\% {
    margin-right: -19%;
}
.-mb-19\% {
    margin-bottom: -19%;
}
.-ml-19\% {
    margin-left: -19%;
}
.-mt-23\% {
    margin-top: -23%;
}
.-mr-23\% {
    margin-right: -23%;
}
.-mb-23\% {
    margin-bottom: -23%;
}
.-ml-23\% {
    margin-left: -23%;
}
.-mt-24\% {
    margin-top: -24%;
}
.-mr-24\% {
    margin-right: -24%;
}
.-mb-24\% {
    margin-bottom: -24%;
}
.-ml-24\% {
    margin-left: -24%;
}
.-mt-36\% {
    margin-top: -36%;
}
.-mr-36\% {
    margin-right: -36%;
}
.-mb-36\% {
    margin-bottom: -36%;
}
.-ml-36\% {
    margin-left: -36%;
}
.-mt-27\% {
    margin-top: -27%;
}
.-mr-27\% {
    margin-right: -27%;
}
.-mb-27\% {
    margin-bottom: -27%;
}
.-ml-27\% {
    margin-left: -27%;
}
.-mt-28\% {
    margin-top: -28%;
}
.-mr-28\% {
    margin-right: -28%;
}
.-mb-28\% {
    margin-bottom: -28%;
}
.-ml-28\% {
    margin-left: -28%;
}
.-mt-42\% {
    margin-top: -42%;
}
.-mr-42\% {
    margin-right: -42%;
}
.-mb-42\% {
    margin-bottom: -42%;
}
.-ml-42\% {
    margin-left: -42%;
}
.-mt-46\% {
    margin-top: -46%;
}
.-mr-46\% {
    margin-right: -46%;
}
.-mb-46\% {
    margin-bottom: -46%;
}
.-ml-46\% {
    margin-left: -46%;
}
.-mt-49\% {
    margin-top: -49%;
}
.-mr-49\% {
    margin-right: -49%;
}
.-mb-49\% {
    margin-bottom: -49%;
}
.-ml-49\% {
    margin-left: -49%;
}
.-mt-54\% {
    margin-top: -54%;
}
.-mr-54\% {
    margin-right: -54%;
}
.-mb-54\% {
    margin-bottom: -54%;
}
.-ml-54\% {
    margin-left: -54%;
}
.-mt-58\% {
    margin-top: -58%;
}
.-mr-58\% {
    margin-right: -58%;
}
.-mb-58\% {
    margin-bottom: -58%;
}
.-ml-58\% {
    margin-left: -58%;
}
.-mt-72\% {
    margin-top: -72%;
}
.-mr-72\% {
    margin-right: -72%;
}
.-mb-72\% {
    margin-bottom: -72%;
}
.-ml-72\% {
    margin-left: -72%;
}
.-mt-76\% {
    margin-top: -76%;
}
.-mr-76\% {
    margin-right: -76%;
}
.-mb-76\% {
    margin-bottom: -76%;
}
.-ml-76\% {
    margin-left: -76%;
}
.-mt-77\% {
    margin-top: -77%;
}
.-mr-77\% {
    margin-right: -77%;
}
.-mb-77\% {
    margin-bottom: -77%;
}
.-ml-77\% {
    margin-left: -77%;
}
.-mt-340p {
    margin-top: -340px;
}
.-mr-340p {
    margin-right: -340px;
}
.-mb-340p {
    margin-bottom: -340px;
}
.-ml-340p {
    margin-left: -340px;
}
.-mt-700p {
    margin-top: -700px;
}
.-mr-700p {
    margin-right: -700px;
}
.-mb-700p {
    margin-bottom: -700px;
}
.-ml-700p {
    margin-left: -700px;
}
.-mt-848p {
    margin-top: -848px;
}
.-mr-848p {
    margin-right: -848px;
}
.-mb-848p {
    margin-bottom: -848px;
}
.-ml-848p {
    margin-left: -848px;
}
.-mt-850p {
    margin-top: -850px;
}
.-mr-850p {
    margin-right: -850px;
}
.-mb-850p {
    margin-bottom: -850px;
}
.-ml-850p {
    margin-left: -850px;
}
.-mt-860p {
    margin-top: -860px;
}
.-mr-860p {
    margin-right: -860px;
}
.-mb-860p {
    margin-bottom: -860px;
}
.-ml-860p {
    margin-left: -860px;
}
.-mt-1425p {
    margin-top: -1425px;
}
.-mr-1425p {
    margin-right: -1425px;
}
.-mb-1425p {
    margin-bottom: -1425px;
}
.-ml-1425p {
    margin-left: -1425px;
}
.max-h-0 {
    max-height: 0;
}
.max-h-1 {
    max-height: 0.25rem;
}
.max-h-2 {
    max-height: 0.5rem;
}
.max-h-3 {
    max-height: 0.75rem;
}
.max-h-4 {
    max-height: 1rem;
}
.max-h-5 {
    max-height: 1.25rem;
}
.max-h-6 {
    max-height: 1.5rem;
}
.max-h-7 {
    max-height: 1.75rem;
}
.max-h-8 {
    max-height: 2rem;
}
.max-h-9 {
    max-height: 2.25rem;
}
.max-h-10 {
    max-height: 2.5rem;
}
.max-h-11 {
    max-height: 2.75rem;
}
.max-h-12 {
    max-height: 3rem;
}
.max-h-14 {
    max-height: 3.5rem;
}
.max-h-16 {
    max-height: 4rem;
}
.max-h-20 {
    max-height: 5rem;
}
.max-h-23 {
    max-height: 88px;
}
.max-h-24 {
    max-height: 6rem;
}
.max-h-25 {
    max-height: 100px;
}
.max-h-28 {
    max-height: 7rem;
}
.max-h-29 {
    max-height: 120px;
}
.max-h-32 {
    max-height: 8rem;
}
.max-h-33 {
    max-height: 130px;
}
.max-h-36 {
    max-height: 9rem;
}
.max-h-40 {
    max-height: 10rem;
}
.max-h-44 {
    max-height: 11rem;
}
.max-h-48 {
    max-height: 12rem;
}
.max-h-52 {
    max-height: 13rem;
}
.max-h-56 {
    max-height: 14rem;
}
.max-h-60 {
    max-height: 15rem;
}
.max-h-63 {
    max-height: 270px;
}
.max-h-64 {
    max-height: 16rem;
}
.max-h-72 {
    max-height: 18rem;
}
.max-h-80 {
    max-height: 20rem;
}
.max-h-92 {
    max-height: 475px;
}
.max-h-96 {
    max-height: 24rem;
}
.max-h-128 {
    max-height: 32rem;
}
.max-h-px {
    max-height: 1px;
}
.max-h-0\.5 {
    max-height: 0.125rem;
}
.max-h-1\.5 {
    max-height: 0.375rem;
}
.max-h-2\.5 {
    max-height: 0.625rem;
}
.max-h-3\.5 {
    max-height: 0.875rem;
}
.max-h-105p {
    max-height: 105px;
}
.max-h-50p {
    max-height: 50px;
}
.max-h-54p {
    max-height: 54px;
}
.max-h-1p {
    max-height: 1px;
}
.max-h-2p {
    max-height: 2px;
}
.max-h-3p {
    max-height: 3px;
}
.max-h-5p {
    max-height: 5px;
}
.max-h-7p {
    max-height: 7px;
}
.max-h-9p {
    max-height: 9px;
}
.max-h-10p {
    max-height: 10px;
}
.max-h-11p {
    max-height: 11px;
}
.max-h-13p {
    max-height: 13px;
}
.max-h-15p {
    max-height: 15px;
}
.max-h-18p {
    max-height: 18px;
}
.max-h-19p {
    max-height: 19px;
}
.max-h-21p {
    max-height: 21px;
}
.max-h-22p {
    max-height: 22px;
}
.max-h-23p {
    max-height: 23px;
}
.max-h-25p {
    max-height: 25px;
}
.max-h-26p {
    max-height: 26px;
}
.max-h-29p {
    max-height: 29px;
}
.max-h-30p {
    max-height: 30px;
}
.max-h-31p {
    max-height: 31px;
}
.max-h-35p {
    max-height: 35px;
}
.max-h-52p {
    max-height: 52px;
}
.max-h-53p {
    max-height: 53px;
}
.max-h-55p {
    max-height: 55px;
}
.max-h-59p {
    max-height: 59px;
}
.max-h-27p {
    max-height: 27px;
}
.max-h-33\.5p {
    max-height: 33.5px;
}
.max-h-38p {
    max-height: 38px;
}
.max-h-40p {
    max-height: 40px;
}
.max-h-46p {
    max-height: 46px;
}
.max-h-47p {
    max-height: 47px;
}
.max-h-49p {
    max-height: 49px;
}
.max-h-58p {
    max-height: 58px;
}
.max-h-75p {
    max-height: 75px;
}
.max-h-77p {
    max-height: 77px;
}
.max-h-60p {
    max-height: 60px;
}
.max-h-65p {
    max-height: 65px;
}
.max-h-66p {
    max-height: 66px;
}
.max-h-68p {
    max-height: 68px;
}
.max-h-70p {
    max-height: 70px;
}
.max-h-72p {
    max-height: 72px;
}
.max-h-74p {
    max-height: 74px;
}
.max-h-78p {
    max-height: 78px;
}
.max-h-80p {
    max-height: 80px;
}
.max-h-82p {
    max-height: 82px;
}
.max-h-84p {
    max-height: 84px;
}
.max-h-89p {
    max-height: 89px;
}
.max-h-93p {
    max-height: 93px;
}
.max-h-90p {
    max-height: 90px;
}
.max-h-97p {
    max-height: 97px;
}
.max-h-103p {
    max-height: 103px;
}
.max-h-116p {
    max-height: 116px;
}
.max-h-120p {
    max-height: 120px;
}
.max-h-125p {
    max-height: 125px;
}
.max-h-130p {
    max-height: 130px;
}
.max-h-135p {
    max-height: 135px;
}
.max-h-132p {
    max-height: 132px;
}
.max-h-150p {
    max-height: 150px;
}
.max-h-216p {
    max-height: 216px;
}
.max-h-225p {
    max-height: 225px;
}
.max-h-296p {
    max-height: 296px;
}
.max-h-270p {
    max-height: 270px;
}
.max-h-137p {
    max-height: 137px;
}
.max-h-141p {
    max-height: 141px;
}
.max-h-146p {
    max-height: 146px;
}
.max-h-152p {
    max-height: 152px;
}
.max-h-155p {
    max-height: 155px;
}
.max-h-163p {
    max-height: 163px;
}
.max-h-168p {
    max-height: 168px;
}
.max-h-173p {
    max-height: 173px;
}
.max-h-210p {
    max-height: 210px;
}
.max-h-245p {
    max-height: 245px;
}
.max-h-250p {
    max-height: 250px;
}
.max-h-260p {
    max-height: 260px;
}
.max-h-263p {
    max-height: 263px;
}
.max-h-266p {
    max-height: 266px;
}
.max-h-275p {
    max-height: 275px;
}
.max-h-300p {
    max-height: 300px;
}
.max-h-312p {
    max-height: 312px;
}
.max-h-318p {
    max-height: 318px;
}
.max-h-322p {
    max-height: 322px;
}
.max-h-337p {
    max-height: 337px;
}
.max-h-345p {
    max-height: 345px;
}
.max-h-344p {
    max-height: 344px;
}
.max-h-354p {
    max-height: 354px;
}
.max-h-364p {
    max-height: 364px;
}
.max-h-370p {
    max-height: 370px;
}
.max-h-382p {
    max-height: 382px;
}
.max-h-385p {
    max-height: 385px;
}
.max-h-400p {
    max-height: 400px;
}
.max-h-407p {
    max-height: 407px;
}
.max-h-411p {
    max-height: 411px;
}
.max-h-418p {
    max-height: 418px;
}
.max-h-430p {
    max-height: 430px;
}
.max-h-450p {
    max-height: 450px;
}
.max-h-468p {
    max-height: 468px;
}
.max-h-485p {
    max-height: 485px;
}
.max-h-491p {
    max-height: 491px;
}
.max-h-494p {
    max-height: 494px;
}
.max-h-470p {
    max-height: 470px;
}
.max-h-480p {
    max-height: 480px;
}
.max-h-532p {
    max-height: 532px;
}
.max-h-556p {
    max-height: 556px;
}
.max-h-505p {
    max-height: 505px;
}
.max-h-1179p {
    max-height: 1179px;
}
.max-h-1253p {
    max-height: 1253px;
}
.max-h-1575p {
    max-height: 1575px;
}
.max-h-600p {
    max-height: 600px;
}
.max-h-649p {
    max-height: 649px;
}
.max-h-690p {
    max-height: 690px;
}
.max-h-19\% {
    max-height: 19%;
}
.max-h-23\% {
    max-height: 23%;
}
.max-h-24\% {
    max-height: 24%;
}
.max-h-36\% {
    max-height: 36%;
}
.max-h-27\% {
    max-height: 27%;
}
.max-h-28\% {
    max-height: 28%;
}
.max-h-42\% {
    max-height: 42%;
}
.max-h-46\% {
    max-height: 46%;
}
.max-h-49\% {
    max-height: 49%;
}
.max-h-54\% {
    max-height: 54%;
}
.max-h-58\% {
    max-height: 58%;
}
.max-h-72\% {
    max-height: 72%;
}
.max-h-76\% {
    max-height: 76%;
}
.max-h-77\% {
    max-height: 77%;
}
.max-h-340p {
    max-height: 340px;
}
.max-h-700p {
    max-height: 700px;
}
.max-h-848p {
    max-height: 848px;
}
.max-h-850p {
    max-height: 850px;
}
.max-h-860p {
    max-height: 860px;
}
.max-h-1425p {
    max-height: 1425px;
}
.max-h-full {
    max-height: 100%;
}
.max-h-screen {
    max-height: 100vh;
}
.max-w-0 {
    max-width: 0;
}
.max-w-none {
    max-width: none;
}
.max-w-xs {
    max-width: 20rem;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-lg {
    max-width: 32rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-full {
    max-width: 100%;
}
.max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
}
.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}
.max-w-prose {
    max-width: 65ch;
}
.max-w-screen-sm {
    max-width: 640px;
}
.max-w-screen-md {
    max-width: 768px;
}
.max-w-screen-lg {
    max-width: 1024px;
}
.max-w-screen-xl {
    max-width: 1280px;
}
.max-w-screen-2xl {
    max-width: 1536px;
}
.max-w-screen-3xl {
    max-width: 1920px;
}
.min-h-0 {
    min-height: 0;
}
.min-h-full {
    min-height: 100%;
}
.min-h-screen {
    min-height: 100vh;
}
.min-w-0 {
    min-width: 0;
}
.min-w-full {
    min-width: 100%;
}
.min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
}
.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}
.object-none {
    -o-object-fit: none;
    object-fit: none;
}
.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.object-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}
.object-center {
    -o-object-position: center;
    object-position: center;
}
.object-left {
    -o-object-position: left;
    object-position: left;
}
.object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom;
}
.object-left-top {
    -o-object-position: left top;
    object-position: left top;
}
.object-right {
    -o-object-position: right;
    object-position: right;
}
.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom;
}
.object-right-top {
    -o-object-position: right top;
    object-position: right top;
}
.object-top {
    -o-object-position: top;
    object-position: top;
}
.opacity-0 {
    opacity: 0;
}
.opacity-5 {
    opacity: 0.05;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.opacity-95 {
    opacity: 0.95;
}
.opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}
.group:hover .group-hover\:opacity-5 {
    opacity: 0.05;
}
.group:hover .group-hover\:opacity-10 {
    opacity: 0.1;
}
.group:hover .group-hover\:opacity-20 {
    opacity: 0.2;
}
.group:hover .group-hover\:opacity-25 {
    opacity: 0.25;
}
.group:hover .group-hover\:opacity-30 {
    opacity: 0.3;
}
.group:hover .group-hover\:opacity-40 {
    opacity: 0.4;
}
.group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
}
.group:hover .group-hover\:opacity-60 {
    opacity: 0.6;
}
.group:hover .group-hover\:opacity-70 {
    opacity: 0.7;
}
.group:hover .group-hover\:opacity-75 {
    opacity: 0.75;
}
.group:hover .group-hover\:opacity-80 {
    opacity: 0.8;
}
.group:hover .group-hover\:opacity-90 {
    opacity: 0.9;
}
.group:hover .group-hover\:opacity-95 {
    opacity: 0.95;
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.focus-within\:opacity-0:focus-within {
    opacity: 0;
}
.focus-within\:opacity-5:focus-within {
    opacity: 0.05;
}
.focus-within\:opacity-10:focus-within {
    opacity: 0.1;
}
.focus-within\:opacity-20:focus-within {
    opacity: 0.2;
}
.focus-within\:opacity-25:focus-within {
    opacity: 0.25;
}
.focus-within\:opacity-30:focus-within {
    opacity: 0.3;
}
.focus-within\:opacity-40:focus-within {
    opacity: 0.4;
}
.focus-within\:opacity-50:focus-within {
    opacity: 0.5;
}
.focus-within\:opacity-60:focus-within {
    opacity: 0.6;
}
.focus-within\:opacity-70:focus-within {
    opacity: 0.7;
}
.focus-within\:opacity-75:focus-within {
    opacity: 0.75;
}
.focus-within\:opacity-80:focus-within {
    opacity: 0.8;
}
.focus-within\:opacity-90:focus-within {
    opacity: 0.9;
}
.focus-within\:opacity-95:focus-within {
    opacity: 0.95;
}
.focus-within\:opacity-100:focus-within {
    opacity: 1;
}
.hover\:opacity-0:hover {
    opacity: 0;
}
.hover\:opacity-5:hover {
    opacity: 0.05;
}
.hover\:opacity-10:hover {
    opacity: 0.1;
}
.hover\:opacity-20:hover {
    opacity: 0.2;
}
.hover\:opacity-25:hover {
    opacity: 0.25;
}
.hover\:opacity-30:hover {
    opacity: 0.3;
}
.hover\:opacity-40:hover {
    opacity: 0.4;
}
.hover\:opacity-50:hover {
    opacity: 0.5;
}
.hover\:opacity-60:hover {
    opacity: 0.6;
}
.hover\:opacity-70:hover {
    opacity: 0.7;
}
.hover\:opacity-75:hover {
    opacity: 0.75;
}
.hover\:opacity-80:hover {
    opacity: 0.8;
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.hover\:opacity-95:hover {
    opacity: 0.95;
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.focus\:opacity-0:focus {
    opacity: 0;
}
.focus\:opacity-5:focus {
    opacity: 0.05;
}
.focus\:opacity-10:focus {
    opacity: 0.1;
}
.focus\:opacity-20:focus {
    opacity: 0.2;
}
.focus\:opacity-25:focus {
    opacity: 0.25;
}
.focus\:opacity-30:focus {
    opacity: 0.3;
}
.focus\:opacity-40:focus {
    opacity: 0.4;
}
.focus\:opacity-50:focus {
    opacity: 0.5;
}
.focus\:opacity-60:focus {
    opacity: 0.6;
}
.focus\:opacity-70:focus {
    opacity: 0.7;
}
.focus\:opacity-75:focus {
    opacity: 0.75;
}
.focus\:opacity-80:focus {
    opacity: 0.8;
}
.focus\:opacity-90:focus {
    opacity: 0.9;
}
.focus\:opacity-95:focus {
    opacity: 0.95;
}
.focus\:opacity-100:focus {
    opacity: 1;
}
.disabled\:opacity-0:disabled {
    opacity: 0;
}
.disabled\:opacity-5:disabled {
    opacity: 0.05;
}
.disabled\:opacity-10:disabled {
    opacity: 0.1;
}
.disabled\:opacity-20:disabled {
    opacity: 0.2;
}
.disabled\:opacity-25:disabled {
    opacity: 0.25;
}
.disabled\:opacity-30:disabled {
    opacity: 0.3;
}
.disabled\:opacity-40:disabled {
    opacity: 0.4;
}
.disabled\:opacity-50:disabled {
    opacity: 0.5;
}
.disabled\:opacity-60:disabled {
    opacity: 0.6;
}
.disabled\:opacity-70:disabled {
    opacity: 0.7;
}
.disabled\:opacity-75:disabled {
    opacity: 0.75;
}
.disabled\:opacity-80:disabled {
    opacity: 0.8;
}
.disabled\:opacity-90:disabled {
    opacity: 0.9;
}
.disabled\:opacity-95:disabled {
    opacity: 0.95;
}
.disabled\:opacity-100:disabled {
    opacity: 1;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}
.outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px;
}
.focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}
.focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px;
}
.focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-visible {
    overflow-x: visible;
}
.overflow-y-visible {
    overflow-y: visible;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.overscroll-auto {
    overscroll-behavior: auto;
}
.overscroll-contain {
    overscroll-behavior: contain;
}
.overscroll-none {
    overscroll-behavior: none;
}
.overscroll-y-auto {
    overscroll-behavior-y: auto;
}
.overscroll-y-contain {
    overscroll-behavior-y: contain;
}
.overscroll-y-none {
    overscroll-behavior-y: none;
}
.overscroll-x-auto {
    overscroll-behavior-x: auto;
}
.overscroll-x-contain {
    overscroll-behavior-x: contain;
}
.overscroll-x-none {
    overscroll-behavior-x: none;
}
.p-0 {
    padding: 0;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-7 {
    padding: 1.75rem;
}
.p-8 {
    padding: 2rem;
}
.p-9 {
    padding: 2.25rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-11 {
    padding: 2.75rem;
}
.p-12 {
    padding: 3rem;
}
.p-14 {
    padding: 3.5rem;
}
.p-16 {
    padding: 4rem;
}
.p-20 {
    padding: 5rem;
}
.p-23 {
    padding: 88px;
}
.p-24 {
    padding: 6rem;
}
.p-25 {
    padding: 100px;
}
.p-28 {
    padding: 7rem;
}
.p-29 {
    padding: 120px;
}
.p-32 {
    padding: 8rem;
}
.p-33 {
    padding: 130px;
}
.p-36 {
    padding: 9rem;
}
.p-40 {
    padding: 10rem;
}
.p-44 {
    padding: 11rem;
}
.p-48 {
    padding: 12rem;
}
.p-52 {
    padding: 13rem;
}
.p-56 {
    padding: 14rem;
}
.p-60 {
    padding: 15rem;
}
.p-63 {
    padding: 270px;
}
.p-64 {
    padding: 16rem;
}
.p-72 {
    padding: 18rem;
}
.p-80 {
    padding: 20rem;
}
.p-92 {
    padding: 475px;
}
.p-96 {
    padding: 24rem;
}
.p-128 {
    padding: 32rem;
}
.p-px {
    padding: 1px;
}
.p-0\.5 {
    padding: 0.125rem;
}
.p-1\.5 {
    padding: 0.375rem;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-3\.5 {
    padding: 0.875rem;
}
.p-105p {
    padding: 105px;
}
.p-50p {
    padding: 50px;
}
.p-54p {
    padding: 54px;
}
.p-1p {
    padding: 1px;
}
.p-2p {
    padding: 2px;
}
.p-3p {
    padding: 3px;
}
.p-5p {
    padding: 5px;
}
.p-7p {
    padding: 7px;
}
.p-9p {
    padding: 9px;
}
.p-10p {
    padding: 10px;
}
.p-11p {
    padding: 11px;
}
.p-13p {
    padding: 13px;
}
.p-15p {
    padding: 15px;
}
.p-18p {
    padding: 18px;
}
.p-19p {
    padding: 19px;
}
.p-21p {
    padding: 21px;
}
.p-22p {
    padding: 22px;
}
.p-23p {
    padding: 23px;
}
.p-25p {
    padding: 25px;
}
.p-26p {
    padding: 26px;
}
.p-29p {
    padding: 29px;
}
.p-30p {
    padding: 30px;
}
.p-31p {
    padding: 31px;
}
.p-35p {
    padding: 35px;
}
.p-52p {
    padding: 52px;
}
.p-53p {
    padding: 53px;
}
.p-55p {
    padding: 55px;
}
.p-59p {
    padding: 59px;
}
.p-27p {
    padding: 27px;
}
.p-33\.5p {
    padding: 33.5px;
}
.p-38p {
    padding: 38px;
}
.p-40p {
    padding: 40px;
}
.p-46p {
    padding: 46px;
}
.p-47p {
    padding: 47px;
}
.p-49p {
    padding: 49px;
}
.p-58p {
    padding: 58px;
}
.p-75p {
    padding: 75px;
}
.p-77p {
    padding: 77px;
}
.p-60p {
    padding: 60px;
}
.p-65p {
    padding: 65px;
}
.p-66p {
    padding: 66px;
}
.p-68p {
    padding: 68px;
}
.p-70p {
    padding: 70px;
}
.p-72p {
    padding: 72px;
}
.p-74p {
    padding: 74px;
}
.p-78p {
    padding: 78px;
}
.p-80p {
    padding: 80px;
}
.p-82p {
    padding: 82px;
}
.p-84p {
    padding: 84px;
}
.p-89p {
    padding: 89px;
}
.p-93p {
    padding: 93px;
}
.p-90p {
    padding: 90px;
}
.p-97p {
    padding: 97px;
}
.p-103p {
    padding: 103px;
}
.p-116p {
    padding: 116px;
}
.p-120p {
    padding: 120px;
}
.p-125p {
    padding: 125px;
}
.p-130p {
    padding: 130px;
}
.p-135p {
    padding: 135px;
}
.p-132p {
    padding: 132px;
}
.p-150p {
    padding: 150px;
}
.p-216p {
    padding: 216px;
}
.p-225p {
    padding: 225px;
}
.p-296p {
    padding: 296px;
}
.p-270p {
    padding: 270px;
}
.p-137p {
    padding: 137px;
}
.p-141p {
    padding: 141px;
}
.p-146p {
    padding: 146px;
}
.p-152p {
    padding: 152px;
}
.p-155p {
    padding: 155px;
}
.p-163p {
    padding: 163px;
}
.p-168p {
    padding: 168px;
}
.p-173p {
    padding: 173px;
}
.p-210p {
    padding: 210px;
}
.p-245p {
    padding: 245px;
}
.p-250p {
    padding: 250px;
}
.p-260p {
    padding: 260px;
}
.p-263p {
    padding: 263px;
}
.p-266p {
    padding: 266px;
}
.p-275p {
    padding: 275px;
}
.p-300p {
    padding: 300px;
}
.p-312p {
    padding: 312px;
}
.p-318p {
    padding: 318px;
}
.p-322p {
    padding: 322px;
}
.p-337p {
    padding: 337px;
}
.p-345p {
    padding: 345px;
}
.p-344p {
    padding: 344px;
}
.p-354p {
    padding: 354px;
}
.p-364p {
    padding: 364px;
}
.p-370p {
    padding: 370px;
}
.p-382p {
    padding: 382px;
}
.p-385p {
    padding: 385px;
}
.p-400p {
    padding: 400px;
}
.p-407p {
    padding: 407px;
}
.p-411p {
    padding: 411px;
}
.p-418p {
    padding: 418px;
}
.p-430p {
    padding: 430px;
}
.p-450p {
    padding: 450px;
}
.p-468p {
    padding: 468px;
}
.p-485p {
    padding: 485px;
}
.p-491p {
    padding: 491px;
}
.p-494p {
    padding: 494px;
}
.p-470p {
    padding: 470px;
}
.p-480p {
    padding: 480px;
}
.p-532p {
    padding: 532px;
}
.p-556p {
    padding: 556px;
}
.p-505p {
    padding: 505px;
}
.p-1179p {
    padding: 1179px;
}
.p-1253p {
    padding: 1253px;
}
.p-1575p {
    padding: 1575px;
}
.p-600p {
    padding: 600px;
}
.p-649p {
    padding: 649px;
}
.p-690p {
    padding: 690px;
}
.p-19\% {
    padding: 19%;
}
.p-23\% {
    padding: 23%;
}
.p-24\% {
    padding: 24%;
}
.p-36\% {
    padding: 36%;
}
.p-27\% {
    padding: 27%;
}
.p-28\% {
    padding: 28%;
}
.p-42\% {
    padding: 42%;
}
.p-46\% {
    padding: 46%;
}
.p-49\% {
    padding: 49%;
}
.p-54\% {
    padding: 54%;
}
.p-58\% {
    padding: 58%;
}
.p-72\% {
    padding: 72%;
}
.p-76\% {
    padding: 76%;
}
.p-77\% {
    padding: 77%;
}
.p-340p {
    padding: 340px;
}
.p-700p {
    padding: 700px;
}
.p-848p {
    padding: 848px;
}
.p-850p {
    padding: 850px;
}
.p-860p {
    padding: 860px;
}
.p-1425p {
    padding: 1425px;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.py-23 {
    padding-top: 88px;
    padding-bottom: 88px;
}
.px-23 {
    padding-left: 88px;
    padding-right: 88px;
}
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-25 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.px-25 {
    padding-left: 100px;
    padding-right: 100px;
}
.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}
.py-29 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.px-29 {
    padding-left: 120px;
    padding-right: 120px;
}
.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}
.py-33 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.px-33 {
    padding-left: 130px;
    padding-right: 130px;
}
.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
}
.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
}
.py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
}
.px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
}
.py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
}
.py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
}
.px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
}
.py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
}
.px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
}
.py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
}
.py-63 {
    padding-top: 270px;
    padding-bottom: 270px;
}
.px-63 {
    padding-left: 270px;
    padding-right: 270px;
}
.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
}
.px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
}
.py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
}
.px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
}
.px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
}
.py-92 {
    padding-top: 475px;
    padding-bottom: 475px;
}
.px-92 {
    padding-left: 475px;
    padding-right: 475px;
}
.py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
}
.px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
}
.py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
}
.px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
}
.py-px {
    padding-top: 1px;
    padding-bottom: 1px;
}
.px-px {
    padding-left: 1px;
    padding-right: 1px;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.py-105p {
    padding-top: 105px;
    padding-bottom: 105px;
}
.px-105p {
    padding-left: 105px;
    padding-right: 105px;
}
.py-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}
.px-50p {
    padding-left: 50px;
    padding-right: 50px;
}
.py-54p {
    padding-top: 54px;
    padding-bottom: 54px;
}
.px-54p {
    padding-left: 54px;
    padding-right: 54px;
}
.py-1p {
    padding-top: 1px;
    padding-bottom: 1px;
}
.px-1p {
    padding-left: 1px;
    padding-right: 1px;
}
.py-2p {
    padding-top: 2px;
    padding-bottom: 2px;
}
.px-2p {
    padding-left: 2px;
    padding-right: 2px;
}
.py-3p {
    padding-top: 3px;
    padding-bottom: 3px;
}
.px-3p {
    padding-left: 3px;
    padding-right: 3px;
}
.py-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.px-5p {
    padding-left: 5px;
    padding-right: 5px;
}
.py-7p {
    padding-top: 7px;
    padding-bottom: 7px;
}
.px-7p {
    padding-left: 7px;
    padding-right: 7px;
}
.py-9p {
    padding-top: 9px;
    padding-bottom: 9px;
}
.px-9p {
    padding-left: 9px;
    padding-right: 9px;
}
.py-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.px-10p {
    padding-left: 10px;
    padding-right: 10px;
}
.py-11p {
    padding-top: 11px;
    padding-bottom: 11px;
}
.px-11p {
    padding-left: 11px;
    padding-right: 11px;
}
.py-13p {
    padding-top: 13px;
    padding-bottom: 13px;
}
.px-13p {
    padding-left: 13px;
    padding-right: 13px;
}
.py-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}
.px-15p {
    padding-left: 15px;
    padding-right: 15px;
}
.py-18p {
    padding-top: 18px;
    padding-bottom: 18px;
}
.px-18p {
    padding-left: 18px;
    padding-right: 18px;
}
.py-19p {
    padding-top: 19px;
    padding-bottom: 19px;
}
.px-19p {
    padding-left: 19px;
    padding-right: 19px;
}
.py-21p {
    padding-top: 21px;
    padding-bottom: 21px;
}
.px-21p {
    padding-left: 21px;
    padding-right: 21px;
}
.py-22p {
    padding-top: 22px;
    padding-bottom: 22px;
}
.px-22p {
    padding-left: 22px;
    padding-right: 22px;
}
.py-23p {
    padding-top: 23px;
    padding-bottom: 23px;
}
.px-23p {
    padding-left: 23px;
    padding-right: 23px;
}
.py-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}
.px-25p {
    padding-left: 25px;
    padding-right: 25px;
}
.py-26p {
    padding-top: 26px;
    padding-bottom: 26px;
}
.px-26p {
    padding-left: 26px;
    padding-right: 26px;
}
.py-29p {
    padding-top: 29px;
    padding-bottom: 29px;
}
.px-29p {
    padding-left: 29px;
    padding-right: 29px;
}
.py-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}
.px-30p {
    padding-left: 30px;
    padding-right: 30px;
}
.py-31p {
    padding-top: 31px;
    padding-bottom: 31px;
}
.px-31p {
    padding-left: 31px;
    padding-right: 31px;
}
.py-35p {
    padding-top: 35px;
    padding-bottom: 35px;
}
.px-35p {
    padding-left: 35px;
    padding-right: 35px;
}
.py-52p {
    padding-top: 52px;
    padding-bottom: 52px;
}
.px-52p {
    padding-left: 52px;
    padding-right: 52px;
}
.py-53p {
    padding-top: 53px;
    padding-bottom: 53px;
}
.px-53p {
    padding-left: 53px;
    padding-right: 53px;
}
.py-55p {
    padding-top: 55px;
    padding-bottom: 55px;
}
.px-55p {
    padding-left: 55px;
    padding-right: 55px;
}
.py-59p {
    padding-top: 59px;
    padding-bottom: 59px;
}
.px-59p {
    padding-left: 59px;
    padding-right: 59px;
}
.py-27p {
    padding-top: 27px;
    padding-bottom: 27px;
}
.px-27p {
    padding-left: 27px;
    padding-right: 27px;
}
.py-33\.5p {
    padding-top: 33.5px;
    padding-bottom: 33.5px;
}
.px-33\.5p {
    padding-left: 33.5px;
    padding-right: 33.5px;
}
.py-38p {
    padding-top: 38px;
    padding-bottom: 38px;
}
.px-38p {
    padding-left: 38px;
    padding-right: 38px;
}
.py-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}
.px-40p {
    padding-left: 40px;
    padding-right: 40px;
}
.py-46p {
    padding-top: 46px;
    padding-bottom: 46px;
}
.px-46p {
    padding-left: 46px;
    padding-right: 46px;
}
.py-47p {
    padding-top: 47px;
    padding-bottom: 47px;
}
.px-47p {
    padding-left: 47px;
    padding-right: 47px;
}
.py-49p {
    padding-top: 49px;
    padding-bottom: 49px;
}
.px-49p {
    padding-left: 49px;
    padding-right: 49px;
}
.py-58p {
    padding-top: 58px;
    padding-bottom: 58px;
}
.px-58p {
    padding-left: 58px;
    padding-right: 58px;
}
.py-75p {
    padding-top: 75px;
    padding-bottom: 75px;
}
.px-75p {
    padding-left: 75px;
    padding-right: 75px;
}
.py-77p {
    padding-top: 77px;
    padding-bottom: 77px;
}
.px-77p {
    padding-left: 77px;
    padding-right: 77px;
}
.py-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}
.px-60p {
    padding-left: 60px;
    padding-right: 60px;
}
.py-65p {
    padding-top: 65px;
    padding-bottom: 65px;
}
.px-65p {
    padding-left: 65px;
    padding-right: 65px;
}
.py-66p {
    padding-top: 66px;
    padding-bottom: 66px;
}
.px-66p {
    padding-left: 66px;
    padding-right: 66px;
}
.py-68p {
    padding-top: 68px;
    padding-bottom: 68px;
}
.px-68p {
    padding-left: 68px;
    padding-right: 68px;
}
.py-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}
.px-70p {
    padding-left: 70px;
    padding-right: 70px;
}
.py-72p {
    padding-top: 72px;
    padding-bottom: 72px;
}
.px-72p {
    padding-left: 72px;
    padding-right: 72px;
}
.py-74p {
    padding-top: 74px;
    padding-bottom: 74px;
}
.px-74p {
    padding-left: 74px;
    padding-right: 74px;
}
.py-78p {
    padding-top: 78px;
    padding-bottom: 78px;
}
.px-78p {
    padding-left: 78px;
    padding-right: 78px;
}
.py-80p {
    padding-top: 80px;
    padding-bottom: 80px;
}
.px-80p {
    padding-left: 80px;
    padding-right: 80px;
}
.py-82p {
    padding-top: 82px;
    padding-bottom: 82px;
}
.px-82p {
    padding-left: 82px;
    padding-right: 82px;
}
.py-84p {
    padding-top: 84px;
    padding-bottom: 84px;
}
.px-84p {
    padding-left: 84px;
    padding-right: 84px;
}
.py-89p {
    padding-top: 89px;
    padding-bottom: 89px;
}
.px-89p {
    padding-left: 89px;
    padding-right: 89px;
}
.py-93p {
    padding-top: 93px;
    padding-bottom: 93px;
}
.px-93p {
    padding-left: 93px;
    padding-right: 93px;
}
.py-90p {
    padding-top: 90px;
    padding-bottom: 90px;
}
.px-90p {
    padding-left: 90px;
    padding-right: 90px;
}
.py-97p {
    padding-top: 97px;
    padding-bottom: 97px;
}
.px-97p {
    padding-left: 97px;
    padding-right: 97px;
}
.py-103p {
    padding-top: 103px;
    padding-bottom: 103px;
}
.px-103p {
    padding-left: 103px;
    padding-right: 103px;
}
.py-116p {
    padding-top: 116px;
    padding-bottom: 116px;
}
.px-116p {
    padding-left: 116px;
    padding-right: 116px;
}
.py-120p {
    padding-top: 120px;
    padding-bottom: 120px;
}
.px-120p {
    padding-left: 120px;
    padding-right: 120px;
}
.py-125p {
    padding-top: 125px;
    padding-bottom: 125px;
}
.px-125p {
    padding-left: 125px;
    padding-right: 125px;
}
.py-130p {
    padding-top: 130px;
    padding-bottom: 130px;
}
.px-130p {
    padding-left: 130px;
    padding-right: 130px;
}
.py-135p {
    padding-top: 135px;
    padding-bottom: 135px;
}
.px-135p {
    padding-left: 135px;
    padding-right: 135px;
}
.py-132p {
    padding-top: 132px;
    padding-bottom: 132px;
}
.px-132p {
    padding-left: 132px;
    padding-right: 132px;
}
.py-150p {
    padding-top: 150px;
    padding-bottom: 150px;
}
.px-150p {
    padding-left: 150px;
    padding-right: 150px;
}
.py-216p {
    padding-top: 216px;
    padding-bottom: 216px;
}
.px-216p {
    padding-left: 216px;
    padding-right: 216px;
}
.py-225p {
    padding-top: 225px;
    padding-bottom: 225px;
}
.px-225p {
    padding-left: 225px;
    padding-right: 225px;
}
.py-296p {
    padding-top: 296px;
    padding-bottom: 296px;
}
.px-296p {
    padding-left: 296px;
    padding-right: 296px;
}
.py-270p {
    padding-top: 270px;
    padding-bottom: 270px;
}
.px-270p {
    padding-left: 270px;
    padding-right: 270px;
}
.py-137p {
    padding-top: 137px;
    padding-bottom: 137px;
}
.px-137p {
    padding-left: 137px;
    padding-right: 137px;
}
.py-141p {
    padding-top: 141px;
    padding-bottom: 141px;
}
.px-141p {
    padding-left: 141px;
    padding-right: 141px;
}
.py-146p {
    padding-top: 146px;
    padding-bottom: 146px;
}
.px-146p {
    padding-left: 146px;
    padding-right: 146px;
}
.py-152p {
    padding-top: 152px;
    padding-bottom: 152px;
}
.px-152p {
    padding-left: 152px;
    padding-right: 152px;
}
.py-155p {
    padding-top: 155px;
    padding-bottom: 155px;
}
.px-155p {
    padding-left: 155px;
    padding-right: 155px;
}
.py-163p {
    padding-top: 163px;
    padding-bottom: 163px;
}
.px-163p {
    padding-left: 163px;
    padding-right: 163px;
}
.py-168p {
    padding-top: 168px;
    padding-bottom: 168px;
}
.px-168p {
    padding-left: 168px;
    padding-right: 168px;
}
.py-173p {
    padding-top: 173px;
    padding-bottom: 173px;
}
.px-173p {
    padding-left: 173px;
    padding-right: 173px;
}
.py-210p {
    padding-top: 210px;
    padding-bottom: 210px;
}
.px-210p {
    padding-left: 210px;
    padding-right: 210px;
}
.py-245p {
    padding-top: 245px;
    padding-bottom: 245px;
}
.px-245p {
    padding-left: 245px;
    padding-right: 245px;
}
.py-250p {
    padding-top: 250px;
    padding-bottom: 250px;
}
.px-250p {
    padding-left: 250px;
    padding-right: 250px;
}
.py-260p {
    padding-top: 260px;
    padding-bottom: 260px;
}
.px-260p {
    padding-left: 260px;
    padding-right: 260px;
}
.py-263p {
    padding-top: 263px;
    padding-bottom: 263px;
}
.px-263p {
    padding-left: 263px;
    padding-right: 263px;
}
.py-266p {
    padding-top: 266px;
    padding-bottom: 266px;
}
.px-266p {
    padding-left: 266px;
    padding-right: 266px;
}
.py-275p {
    padding-top: 275px;
    padding-bottom: 275px;
}
.px-275p {
    padding-left: 275px;
    padding-right: 275px;
}
.py-300p {
    padding-top: 300px;
    padding-bottom: 300px;
}
.px-300p {
    padding-left: 300px;
    padding-right: 300px;
}
.py-312p {
    padding-top: 312px;
    padding-bottom: 312px;
}
.px-312p {
    padding-left: 312px;
    padding-right: 312px;
}
.py-318p {
    padding-top: 318px;
    padding-bottom: 318px;
}
.px-318p {
    padding-left: 318px;
    padding-right: 318px;
}
.py-322p {
    padding-top: 322px;
    padding-bottom: 322px;
}
.px-322p {
    padding-left: 322px;
    padding-right: 322px;
}
.py-337p {
    padding-top: 337px;
    padding-bottom: 337px;
}
.px-337p {
    padding-left: 337px;
    padding-right: 337px;
}
.py-345p {
    padding-top: 345px;
    padding-bottom: 345px;
}
.px-345p {
    padding-left: 345px;
    padding-right: 345px;
}
.py-344p {
    padding-top: 344px;
    padding-bottom: 344px;
}
.px-344p {
    padding-left: 344px;
    padding-right: 344px;
}
.py-354p {
    padding-top: 354px;
    padding-bottom: 354px;
}
.px-354p {
    padding-left: 354px;
    padding-right: 354px;
}
.py-364p {
    padding-top: 364px;
    padding-bottom: 364px;
}
.px-364p {
    padding-left: 364px;
    padding-right: 364px;
}
.py-370p {
    padding-top: 370px;
    padding-bottom: 370px;
}
.px-370p {
    padding-left: 370px;
    padding-right: 370px;
}
.py-382p {
    padding-top: 382px;
    padding-bottom: 382px;
}
.px-382p {
    padding-left: 382px;
    padding-right: 382px;
}
.py-385p {
    padding-top: 385px;
    padding-bottom: 385px;
}
.px-385p {
    padding-left: 385px;
    padding-right: 385px;
}
.py-400p {
    padding-top: 400px;
    padding-bottom: 400px;
}
.px-400p {
    padding-left: 400px;
    padding-right: 400px;
}
.py-407p {
    padding-top: 407px;
    padding-bottom: 407px;
}
.px-407p {
    padding-left: 407px;
    padding-right: 407px;
}
.py-411p {
    padding-top: 411px;
    padding-bottom: 411px;
}
.px-411p {
    padding-left: 411px;
    padding-right: 411px;
}
.py-418p {
    padding-top: 418px;
    padding-bottom: 418px;
}
.px-418p {
    padding-left: 418px;
    padding-right: 418px;
}
.py-430p {
    padding-top: 430px;
    padding-bottom: 430px;
}
.px-430p {
    padding-left: 430px;
    padding-right: 430px;
}
.py-450p {
    padding-top: 450px;
    padding-bottom: 450px;
}
.px-450p {
    padding-left: 450px;
    padding-right: 450px;
}
.py-468p {
    padding-top: 468px;
    padding-bottom: 468px;
}
.px-468p {
    padding-left: 468px;
    padding-right: 468px;
}
.py-485p {
    padding-top: 485px;
    padding-bottom: 485px;
}
.px-485p {
    padding-left: 485px;
    padding-right: 485px;
}
.py-491p {
    padding-top: 491px;
    padding-bottom: 491px;
}
.px-491p {
    padding-left: 491px;
    padding-right: 491px;
}
.py-494p {
    padding-top: 494px;
    padding-bottom: 494px;
}
.px-494p {
    padding-left: 494px;
    padding-right: 494px;
}
.py-470p {
    padding-top: 470px;
    padding-bottom: 470px;
}
.px-470p {
    padding-left: 470px;
    padding-right: 470px;
}
.py-480p {
    padding-top: 480px;
    padding-bottom: 480px;
}
.px-480p {
    padding-left: 480px;
    padding-right: 480px;
}
.py-532p {
    padding-top: 532px;
    padding-bottom: 532px;
}
.px-532p {
    padding-left: 532px;
    padding-right: 532px;
}
.py-556p {
    padding-top: 556px;
    padding-bottom: 556px;
}
.px-556p {
    padding-left: 556px;
    padding-right: 556px;
}
.py-505p {
    padding-top: 505px;
    padding-bottom: 505px;
}
.px-505p {
    padding-left: 505px;
    padding-right: 505px;
}
.py-1179p {
    padding-top: 1179px;
    padding-bottom: 1179px;
}
.px-1179p {
    padding-left: 1179px;
    padding-right: 1179px;
}
.py-1253p {
    padding-top: 1253px;
    padding-bottom: 1253px;
}
.px-1253p {
    padding-left: 1253px;
    padding-right: 1253px;
}
.py-1575p {
    padding-top: 1575px;
    padding-bottom: 1575px;
}
.px-1575p {
    padding-left: 1575px;
    padding-right: 1575px;
}
.py-600p {
    padding-top: 600px;
    padding-bottom: 600px;
}
.px-600p {
    padding-left: 600px;
    padding-right: 600px;
}
.py-649p {
    padding-top: 649px;
    padding-bottom: 649px;
}
.px-649p {
    padding-left: 649px;
    padding-right: 649px;
}
.py-690p {
    padding-top: 690px;
    padding-bottom: 690px;
}
.px-690p {
    padding-left: 690px;
    padding-right: 690px;
}
.py-19\% {
    padding-top: 19%;
    padding-bottom: 19%;
}
.px-19\% {
    padding-left: 19%;
    padding-right: 19%;
}
.py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
}
.px-23\% {
    padding-left: 23%;
    padding-right: 23%;
}
.py-24\% {
    padding-top: 24%;
    padding-bottom: 24%;
}
.px-24\% {
    padding-left: 24%;
    padding-right: 24%;
}
.py-36\% {
    padding-top: 36%;
    padding-bottom: 36%;
}
.px-36\% {
    padding-left: 36%;
    padding-right: 36%;
}
.py-27\% {
    padding-top: 27%;
    padding-bottom: 27%;
}
.px-27\% {
    padding-left: 27%;
    padding-right: 27%;
}
.py-28\% {
    padding-top: 28%;
    padding-bottom: 28%;
}
.px-28\% {
    padding-left: 28%;
    padding-right: 28%;
}
.py-42\% {
    padding-top: 42%;
    padding-bottom: 42%;
}
.px-42\% {
    padding-left: 42%;
    padding-right: 42%;
}
.py-46\% {
    padding-top: 46%;
    padding-bottom: 46%;
}
.px-46\% {
    padding-left: 46%;
    padding-right: 46%;
}
.py-49\% {
    padding-top: 49%;
    padding-bottom: 49%;
}
.px-49\% {
    padding-left: 49%;
    padding-right: 49%;
}
.py-54\% {
    padding-top: 54%;
    padding-bottom: 54%;
}
.px-54\% {
    padding-left: 54%;
    padding-right: 54%;
}
.py-58\% {
    padding-top: 58%;
    padding-bottom: 58%;
}
.px-58\% {
    padding-left: 58%;
    padding-right: 58%;
}
.py-72\% {
    padding-top: 72%;
    padding-bottom: 72%;
}
.px-72\% {
    padding-left: 72%;
    padding-right: 72%;
}
.py-76\% {
    padding-top: 76%;
    padding-bottom: 76%;
}
.px-76\% {
    padding-left: 76%;
    padding-right: 76%;
}
.py-77\% {
    padding-top: 77%;
    padding-bottom: 77%;
}
.px-77\% {
    padding-left: 77%;
    padding-right: 77%;
}
.py-340p {
    padding-top: 340px;
    padding-bottom: 340px;
}
.px-340p {
    padding-left: 340px;
    padding-right: 340px;
}
.py-700p {
    padding-top: 700px;
    padding-bottom: 700px;
}
.px-700p {
    padding-left: 700px;
    padding-right: 700px;
}
.py-848p {
    padding-top: 848px;
    padding-bottom: 848px;
}
.px-848p {
    padding-left: 848px;
    padding-right: 848px;
}
.py-850p {
    padding-top: 850px;
    padding-bottom: 850px;
}
.px-850p {
    padding-left: 850px;
    padding-right: 850px;
}
.py-860p {
    padding-top: 860px;
    padding-bottom: 860px;
}
.px-860p {
    padding-left: 860px;
    padding-right: 860px;
}
.py-1425p {
    padding-top: 1425px;
    padding-bottom: 1425px;
}
.px-1425p {
    padding-left: 1425px;
    padding-right: 1425px;
}
.pt-0 {
    padding-top: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pl-1 {
    padding-left: 0.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pr-5 {
    padding-right: 1.25rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pt-7 {
    padding-top: 1.75rem;
}
.pr-7 {
    padding-right: 1.75rem;
}
.pb-7 {
    padding-bottom: 1.75rem;
}
.pl-7 {
    padding-left: 1.75rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pr-8 {
    padding-right: 2rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pt-9 {
    padding-top: 2.25rem;
}
.pr-9 {
    padding-right: 2.25rem;
}
.pb-9 {
    padding-bottom: 2.25rem;
}
.pl-9 {
    padding-left: 2.25rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pt-11 {
    padding-top: 2.75rem;
}
.pr-11 {
    padding-right: 2.75rem;
}
.pb-11 {
    padding-bottom: 2.75rem;
}
.pl-11 {
    padding-left: 2.75rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pr-12 {
    padding-right: 3rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pl-12 {
    padding-left: 3rem;
}
.pt-14 {
    padding-top: 3.5rem;
}
.pr-14 {
    padding-right: 3.5rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pl-14 {
    padding-left: 3.5rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pr-16 {
    padding-right: 4rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pl-16 {
    padding-left: 4rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pr-20 {
    padding-right: 5rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pl-20 {
    padding-left: 5rem;
}
.pt-23 {
    padding-top: 88px;
}
.pr-23 {
    padding-right: 88px;
}
.pb-23 {
    padding-bottom: 88px;
}
.pl-23 {
    padding-left: 88px;
}
.pt-24 {
    padding-top: 6rem;
}
.pr-24 {
    padding-right: 6rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pl-24 {
    padding-left: 6rem;
}
.pt-25 {
    padding-top: 100px;
}
.pr-25 {
    padding-right: 100px;
}
.pb-25 {
    padding-bottom: 100px;
}
.pl-25 {
    padding-left: 100px;
}
.pt-28 {
    padding-top: 7rem;
}
.pr-28 {
    padding-right: 7rem;
}
.pb-28 {
    padding-bottom: 7rem;
}
.pl-28 {
    padding-left: 7rem;
}
.pt-29 {
    padding-top: 120px;
}
.pr-29 {
    padding-right: 120px;
}
.pb-29 {
    padding-bottom: 120px;
}
.pl-29 {
    padding-left: 120px;
}
.pt-32 {
    padding-top: 8rem;
}
.pr-32 {
    padding-right: 8rem;
}
.pb-32 {
    padding-bottom: 8rem;
}
.pl-32 {
    padding-left: 8rem;
}
.pt-33 {
    padding-top: 130px;
}
.pr-33 {
    padding-right: 130px;
}
.pb-33 {
    padding-bottom: 130px;
}
.pl-33 {
    padding-left: 130px;
}
.pt-36 {
    padding-top: 9rem;
}
.pr-36 {
    padding-right: 9rem;
}
.pb-36 {
    padding-bottom: 9rem;
}
.pl-36 {
    padding-left: 9rem;
}
.pt-40 {
    padding-top: 10rem;
}
.pr-40 {
    padding-right: 10rem;
}
.pb-40 {
    padding-bottom: 10rem;
}
.pl-40 {
    padding-left: 10rem;
}
.pt-44 {
    padding-top: 11rem;
}
.pr-44 {
    padding-right: 11rem;
}
.pb-44 {
    padding-bottom: 11rem;
}
.pl-44 {
    padding-left: 11rem;
}
.pt-48 {
    padding-top: 12rem;
}
.pr-48 {
    padding-right: 12rem;
}
.pb-48 {
    padding-bottom: 12rem;
}
.pl-48 {
    padding-left: 12rem;
}
.pt-52 {
    padding-top: 13rem;
}
.pr-52 {
    padding-right: 13rem;
}
.pb-52 {
    padding-bottom: 13rem;
}
.pl-52 {
    padding-left: 13rem;
}
.pt-56 {
    padding-top: 14rem;
}
.pr-56 {
    padding-right: 14rem;
}
.pb-56 {
    padding-bottom: 14rem;
}
.pl-56 {
    padding-left: 14rem;
}
.pt-60 {
    padding-top: 15rem;
}
.pr-60 {
    padding-right: 15rem;
}
.pb-60 {
    padding-bottom: 15rem;
}
.pl-60 {
    padding-left: 15rem;
}
.pt-63 {
    padding-top: 270px;
}
.pr-63 {
    padding-right: 270px;
}
.pb-63 {
    padding-bottom: 270px;
}
.pl-63 {
    padding-left: 270px;
}
.pt-64 {
    padding-top: 16rem;
}
.pr-64 {
    padding-right: 16rem;
}
.pb-64 {
    padding-bottom: 16rem;
}
.pl-64 {
    padding-left: 16rem;
}
.pt-72 {
    padding-top: 18rem;
}
.pr-72 {
    padding-right: 18rem;
}
.pb-72 {
    padding-bottom: 18rem;
}
.pl-72 {
    padding-left: 18rem;
}
.pt-80 {
    padding-top: 20rem;
}
.pr-80 {
    padding-right: 20rem;
}
.pb-80 {
    padding-bottom: 20rem;
}
.pl-80 {
    padding-left: 20rem;
}
.pt-92 {
    padding-top: 475px;
}
.pr-92 {
    padding-right: 475px;
}
.pb-92 {
    padding-bottom: 475px;
}
.pl-92 {
    padding-left: 475px;
}
.pt-96 {
    padding-top: 24rem;
}
.pr-96 {
    padding-right: 24rem;
}
.pb-96 {
    padding-bottom: 24rem;
}
.pl-96 {
    padding-left: 24rem;
}
.pt-128 {
    padding-top: 32rem;
}
.pr-128 {
    padding-right: 32rem;
}
.pb-128 {
    padding-bottom: 32rem;
}
.pl-128 {
    padding-left: 32rem;
}
.pt-px {
    padding-top: 1px;
}
.pr-px {
    padding-right: 1px;
}
.pb-px {
    padding-bottom: 1px;
}
.pl-px {
    padding-left: 1px;
}
.pt-0\.5 {
    padding-top: 0.125rem;
}
.pr-0\.5 {
    padding-right: 0.125rem;
}
.pb-0\.5 {
    padding-bottom: 0.125rem;
}
.pl-0\.5 {
    padding-left: 0.125rem;
}
.pt-1\.5 {
    padding-top: 0.375rem;
}
.pr-1\.5 {
    padding-right: 0.375rem;
}
.pb-1\.5 {
    padding-bottom: 0.375rem;
}
.pl-1\.5 {
    padding-left: 0.375rem;
}
.pt-2\.5 {
    padding-top: 0.625rem;
}
.pr-2\.5 {
    padding-right: 0.625rem;
}
.pb-2\.5 {
    padding-bottom: 0.625rem;
}
.pl-2\.5 {
    padding-left: 0.625rem;
}
.pt-3\.5 {
    padding-top: 0.875rem;
}
.pr-3\.5 {
    padding-right: 0.875rem;
}
.pb-3\.5 {
    padding-bottom: 0.875rem;
}
.pl-3\.5 {
    padding-left: 0.875rem;
}
.pt-105p {
    padding-top: 105px;
}
.pr-105p {
    padding-right: 105px;
}
.pb-105p {
    padding-bottom: 105px;
}
.pl-105p {
    padding-left: 105px;
}
.pt-50p {
    padding-top: 50px;
}
.pr-50p {
    padding-right: 50px;
}
.pb-50p {
    padding-bottom: 50px;
}
.pl-50p {
    padding-left: 50px;
}
.pt-54p {
    padding-top: 54px;
}
.pr-54p {
    padding-right: 54px;
}
.pb-54p {
    padding-bottom: 54px;
}
.pl-54p {
    padding-left: 54px;
}
.pt-1p {
    padding-top: 1px;
}
.pr-1p {
    padding-right: 1px;
}
.pb-1p {
    padding-bottom: 1px;
}
.pl-1p {
    padding-left: 1px;
}
.pt-2p {
    padding-top: 2px;
}
.pr-2p {
    padding-right: 2px;
}
.pb-2p {
    padding-bottom: 2px;
}
.pl-2p {
    padding-left: 2px;
}
.pt-3p {
    padding-top: 3px;
}
.pr-3p {
    padding-right: 3px;
}
.pb-3p {
    padding-bottom: 3px;
}
.pl-3p {
    padding-left: 3px;
}
.pt-5p {
    padding-top: 5px;
}
.pr-5p {
    padding-right: 5px;
}
.pb-5p {
    padding-bottom: 5px;
}
.pl-5p {
    padding-left: 5px;
}
.pt-7p {
    padding-top: 7px;
}
.pr-7p {
    padding-right: 7px;
}
.pb-7p {
    padding-bottom: 7px;
}
.pl-7p {
    padding-left: 7px;
}
.pt-9p {
    padding-top: 9px;
}
.pr-9p {
    padding-right: 9px;
}
.pb-9p {
    padding-bottom: 9px;
}
.pl-9p {
    padding-left: 9px;
}
.pt-10p {
    padding-top: 10px;
}
.pr-10p {
    padding-right: 10px;
}
.pb-10p {
    padding-bottom: 10px;
}
.pl-10p {
    padding-left: 10px;
}
.pt-11p {
    padding-top: 11px;
}
.pr-11p {
    padding-right: 11px;
}
.pb-11p {
    padding-bottom: 11px;
}
.pl-11p {
    padding-left: 11px;
}
.pt-13p {
    padding-top: 13px;
}
.pr-13p {
    padding-right: 13px;
}
.pb-13p {
    padding-bottom: 13px;
}
.pl-13p {
    padding-left: 13px;
}
.pt-15p {
    padding-top: 15px;
}
.pr-15p {
    padding-right: 15px;
}
.pb-15p {
    padding-bottom: 15px;
}
.pl-15p {
    padding-left: 15px;
}
.pt-18p {
    padding-top: 18px;
}
.pr-18p {
    padding-right: 18px;
}
.pb-18p {
    padding-bottom: 18px;
}
.pl-18p {
    padding-left: 18px;
}
.pt-19p {
    padding-top: 19px;
}
.pr-19p {
    padding-right: 19px;
}
.pb-19p {
    padding-bottom: 19px;
}
.pl-19p {
    padding-left: 19px;
}
.pt-21p {
    padding-top: 21px;
}
.pr-21p {
    padding-right: 21px;
}
.pb-21p {
    padding-bottom: 21px;
}
.pl-21p {
    padding-left: 21px;
}
.pt-22p {
    padding-top: 22px;
}
.pr-22p {
    padding-right: 22px;
}
.pb-22p {
    padding-bottom: 22px;
}
.pl-22p {
    padding-left: 22px;
}
.pt-23p {
    padding-top: 23px;
}
.pr-23p {
    padding-right: 23px;
}
.pb-23p {
    padding-bottom: 23px;
}
.pl-23p {
    padding-left: 23px;
}
.pt-25p {
    padding-top: 25px;
}
.pr-25p {
    padding-right: 25px;
}
.pb-25p {
    padding-bottom: 25px;
}
.pl-25p {
    padding-left: 25px;
}
.pt-26p {
    padding-top: 26px;
}
.pr-26p {
    padding-right: 26px;
}
.pb-26p {
    padding-bottom: 26px;
}
.pl-26p {
    padding-left: 26px;
}
.pt-29p {
    padding-top: 29px;
}
.pr-29p {
    padding-right: 29px;
}
.pb-29p {
    padding-bottom: 29px;
}
.pl-29p {
    padding-left: 29px;
}
.pt-30p {
    padding-top: 30px;
}
.pr-30p {
    padding-right: 30px;
}
.pb-30p {
    padding-bottom: 30px;
}
.pl-30p {
    padding-left: 30px;
}
.pt-31p {
    padding-top: 31px;
}
.pr-31p {
    padding-right: 31px;
}
.pb-31p {
    padding-bottom: 31px;
}
.pl-31p {
    padding-left: 31px;
}
.pt-35p {
    padding-top: 35px;
}
.pr-35p {
    padding-right: 35px;
}
.pb-35p {
    padding-bottom: 35px;
}
.pl-35p {
    padding-left: 35px;
}
.pt-52p {
    padding-top: 52px;
}
.pr-52p {
    padding-right: 52px;
}
.pb-52p {
    padding-bottom: 52px;
}
.pl-52p {
    padding-left: 52px;
}
.pt-53p {
    padding-top: 53px;
}
.pr-53p {
    padding-right: 53px;
}
.pb-53p {
    padding-bottom: 53px;
}
.pl-53p {
    padding-left: 53px;
}
.pt-55p {
    padding-top: 55px;
}
.pr-55p {
    padding-right: 55px;
}
.pb-55p {
    padding-bottom: 55px;
}
.pl-55p {
    padding-left: 55px;
}
.pt-59p {
    padding-top: 59px;
}
.pr-59p {
    padding-right: 59px;
}
.pb-59p {
    padding-bottom: 59px;
}
.pl-59p {
    padding-left: 59px;
}
.pt-27p {
    padding-top: 27px;
}
.pr-27p {
    padding-right: 27px;
}
.pb-27p {
    padding-bottom: 27px;
}
.pl-27p {
    padding-left: 27px;
}
.pt-33\.5p {
    padding-top: 33.5px;
}
.pr-33\.5p {
    padding-right: 33.5px;
}
.pb-33\.5p {
    padding-bottom: 33.5px;
}
.pl-33\.5p {
    padding-left: 33.5px;
}
.pt-38p {
    padding-top: 38px;
}
.pr-38p {
    padding-right: 38px;
}
.pb-38p {
    padding-bottom: 38px;
}
.pl-38p {
    padding-left: 38px;
}
.pt-40p {
    padding-top: 40px;
}
.pr-40p {
    padding-right: 40px;
}
.pb-40p {
    padding-bottom: 40px;
}
.pl-40p {
    padding-left: 40px;
}
.pt-46p {
    padding-top: 46px;
}
.pr-46p {
    padding-right: 46px;
}
.pb-46p {
    padding-bottom: 46px;
}
.pl-46p {
    padding-left: 46px;
}
.pt-47p {
    padding-top: 47px;
}
.pr-47p {
    padding-right: 47px;
}
.pb-47p {
    padding-bottom: 47px;
}
.pl-47p {
    padding-left: 47px;
}
.pt-49p {
    padding-top: 49px;
}
.pr-49p {
    padding-right: 49px;
}
.pb-49p {
    padding-bottom: 49px;
}
.pl-49p {
    padding-left: 49px;
}
.pt-58p {
    padding-top: 58px;
}
.pr-58p {
    padding-right: 58px;
}
.pb-58p {
    padding-bottom: 58px;
}
.pl-58p {
    padding-left: 58px;
}
.pt-75p {
    padding-top: 75px;
}
.pr-75p {
    padding-right: 75px;
}
.pb-75p {
    padding-bottom: 75px;
}
.pl-75p {
    padding-left: 75px;
}
.pt-77p {
    padding-top: 77px;
}
.pr-77p {
    padding-right: 77px;
}
.pb-77p {
    padding-bottom: 77px;
}
.pl-77p {
    padding-left: 77px;
}
.pt-60p {
    padding-top: 60px;
}
.pr-60p {
    padding-right: 60px;
}
.pb-60p {
    padding-bottom: 60px;
}
.pl-60p {
    padding-left: 60px;
}
.pt-65p {
    padding-top: 65px;
}
.pr-65p {
    padding-right: 65px;
}
.pb-65p {
    padding-bottom: 65px;
}
.pl-65p {
    padding-left: 65px;
}
.pt-66p {
    padding-top: 66px;
}
.pr-66p {
    padding-right: 66px;
}
.pb-66p {
    padding-bottom: 66px;
}
.pl-66p {
    padding-left: 66px;
}
.pt-68p {
    padding-top: 68px;
}
.pr-68p {
    padding-right: 68px;
}
.pb-68p {
    padding-bottom: 68px;
}
.pl-68p {
    padding-left: 68px;
}
.pt-70p {
    padding-top: 70px;
}
.pr-70p {
    padding-right: 70px;
}
.pb-70p {
    padding-bottom: 70px;
}
.pl-70p {
    padding-left: 70px;
}
.pt-72p {
    padding-top: 72px;
}
.pr-72p {
    padding-right: 72px;
}
.pb-72p {
    padding-bottom: 72px;
}
.pl-72p {
    padding-left: 72px;
}
.pt-74p {
    padding-top: 74px;
}
.pr-74p {
    padding-right: 74px;
}
.pb-74p {
    padding-bottom: 74px;
}
.pl-74p {
    padding-left: 74px;
}
.pt-78p {
    padding-top: 78px;
}
.pr-78p {
    padding-right: 78px;
}
.pb-78p {
    padding-bottom: 78px;
}
.pl-78p {
    padding-left: 78px;
}
.pt-80p {
    padding-top: 80px;
}
.pr-80p {
    padding-right: 80px;
}
.pb-80p {
    padding-bottom: 80px;
}
.pl-80p {
    padding-left: 80px;
}
.pt-82p {
    padding-top: 82px;
}
.pr-82p {
    padding-right: 82px;
}
.pb-82p {
    padding-bottom: 82px;
}
.pl-82p {
    padding-left: 82px;
}
.pt-84p {
    padding-top: 84px;
}
.pr-84p {
    padding-right: 84px;
}
.pb-84p {
    padding-bottom: 84px;
}
.pl-84p {
    padding-left: 84px;
}
.pt-89p {
    padding-top: 89px;
}
.pr-89p {
    padding-right: 89px;
}
.pb-89p {
    padding-bottom: 89px;
}
.pl-89p {
    padding-left: 89px;
}
.pt-93p {
    padding-top: 93px;
}
.pr-93p {
    padding-right: 93px;
}
.pb-93p {
    padding-bottom: 93px;
}
.pl-93p {
    padding-left: 93px;
}
.pt-90p {
    padding-top: 90px;
}
.pr-90p {
    padding-right: 90px;
}
.pb-90p {
    padding-bottom: 90px;
}
.pl-90p {
    padding-left: 90px;
}
.pt-97p {
    padding-top: 97px;
}
.pr-97p {
    padding-right: 97px;
}
.pb-97p {
    padding-bottom: 97px;
}
.pl-97p {
    padding-left: 97px;
}
.pt-103p {
    padding-top: 103px;
}
.pr-103p {
    padding-right: 103px;
}
.pb-103p {
    padding-bottom: 103px;
}
.pl-103p {
    padding-left: 103px;
}
.pt-116p {
    padding-top: 116px;
}
.pr-116p {
    padding-right: 116px;
}
.pb-116p {
    padding-bottom: 116px;
}
.pl-116p {
    padding-left: 116px;
}
.pt-120p {
    padding-top: 120px;
}
.pr-120p {
    padding-right: 120px;
}
.pb-120p {
    padding-bottom: 120px;
}
.pl-120p {
    padding-left: 120px;
}
.pt-125p {
    padding-top: 125px;
}
.pr-125p {
    padding-right: 125px;
}
.pb-125p {
    padding-bottom: 125px;
}
.pl-125p {
    padding-left: 125px;
}
.pt-130p {
    padding-top: 130px;
}
.pr-130p {
    padding-right: 130px;
}
.pb-130p {
    padding-bottom: 130px;
}
.pl-130p {
    padding-left: 130px;
}
.pt-135p {
    padding-top: 135px;
}
.pr-135p {
    padding-right: 135px;
}
.pb-135p {
    padding-bottom: 135px;
}
.pl-135p {
    padding-left: 135px;
}
.pt-132p {
    padding-top: 132px;
}
.pr-132p {
    padding-right: 132px;
}
.pb-132p {
    padding-bottom: 132px;
}
.pl-132p {
    padding-left: 132px;
}
.pt-150p {
    padding-top: 150px;
}
.pr-150p {
    padding-right: 150px;
}
.pb-150p {
    padding-bottom: 150px;
}
.pl-150p {
    padding-left: 150px;
}
.pt-216p {
    padding-top: 216px;
}
.pr-216p {
    padding-right: 216px;
}
.pb-216p {
    padding-bottom: 216px;
}
.pl-216p {
    padding-left: 216px;
}
.pt-225p {
    padding-top: 225px;
}
.pr-225p {
    padding-right: 225px;
}
.pb-225p {
    padding-bottom: 225px;
}
.pl-225p {
    padding-left: 225px;
}
.pt-296p {
    padding-top: 296px;
}
.pr-296p {
    padding-right: 296px;
}
.pb-296p {
    padding-bottom: 296px;
}
.pl-296p {
    padding-left: 296px;
}
.pt-270p {
    padding-top: 270px;
}
.pr-270p {
    padding-right: 270px;
}
.pb-270p {
    padding-bottom: 270px;
}
.pl-270p {
    padding-left: 270px;
}
.pt-137p {
    padding-top: 137px;
}
.pr-137p {
    padding-right: 137px;
}
.pb-137p {
    padding-bottom: 137px;
}
.pl-137p {
    padding-left: 137px;
}
.pt-141p {
    padding-top: 141px;
}
.pr-141p {
    padding-right: 141px;
}
.pb-141p {
    padding-bottom: 141px;
}
.pl-141p {
    padding-left: 141px;
}
.pt-146p {
    padding-top: 146px;
}
.pr-146p {
    padding-right: 146px;
}
.pb-146p {
    padding-bottom: 146px;
}
.pl-146p {
    padding-left: 146px;
}
.pt-152p {
    padding-top: 152px;
}
.pr-152p {
    padding-right: 152px;
}
.pb-152p {
    padding-bottom: 152px;
}
.pl-152p {
    padding-left: 152px;
}
.pt-155p {
    padding-top: 155px;
}
.pr-155p {
    padding-right: 155px;
}
.pb-155p {
    padding-bottom: 155px;
}
.pl-155p {
    padding-left: 155px;
}
.pt-163p {
    padding-top: 163px;
}
.pr-163p {
    padding-right: 163px;
}
.pb-163p {
    padding-bottom: 163px;
}
.pl-163p {
    padding-left: 163px;
}
.pt-168p {
    padding-top: 168px;
}
.pr-168p {
    padding-right: 168px;
}
.pb-168p {
    padding-bottom: 168px;
}
.pl-168p {
    padding-left: 168px;
}
.pt-173p {
    padding-top: 173px;
}
.pr-173p {
    padding-right: 173px;
}
.pb-173p {
    padding-bottom: 173px;
}
.pl-173p {
    padding-left: 173px;
}
.pt-210p {
    padding-top: 210px;
}
.pr-210p {
    padding-right: 210px;
}
.pb-210p {
    padding-bottom: 210px;
}
.pl-210p {
    padding-left: 210px;
}
.pt-245p {
    padding-top: 245px;
}
.pr-245p {
    padding-right: 245px;
}
.pb-245p {
    padding-bottom: 245px;
}
.pl-245p {
    padding-left: 245px;
}
.pt-250p {
    padding-top: 250px;
}
.pr-250p {
    padding-right: 250px;
}
.pb-250p {
    padding-bottom: 250px;
}
.pl-250p {
    padding-left: 250px;
}
.pt-260p {
    padding-top: 260px;
}
.pr-260p {
    padding-right: 260px;
}
.pb-260p {
    padding-bottom: 260px;
}
.pl-260p {
    padding-left: 260px;
}
.pt-263p {
    padding-top: 263px;
}
.pr-263p {
    padding-right: 263px;
}
.pb-263p {
    padding-bottom: 263px;
}
.pl-263p {
    padding-left: 263px;
}
.pt-266p {
    padding-top: 266px;
}
.pr-266p {
    padding-right: 266px;
}
.pb-266p {
    padding-bottom: 266px;
}
.pl-266p {
    padding-left: 266px;
}
.pt-275p {
    padding-top: 275px;
}
.pr-275p {
    padding-right: 275px;
}
.pb-275p {
    padding-bottom: 275px;
}
.pl-275p {
    padding-left: 275px;
}
.pt-300p {
    padding-top: 300px;
}
.pr-300p {
    padding-right: 300px;
}
.pb-300p {
    padding-bottom: 300px;
}
.pl-300p {
    padding-left: 300px;
}
.pt-312p {
    padding-top: 312px;
}
.pr-312p {
    padding-right: 312px;
}
.pb-312p {
    padding-bottom: 312px;
}
.pl-312p {
    padding-left: 312px;
}
.pt-318p {
    padding-top: 318px;
}
.pr-318p {
    padding-right: 318px;
}
.pb-318p {
    padding-bottom: 318px;
}
.pl-318p {
    padding-left: 318px;
}
.pt-322p {
    padding-top: 322px;
}
.pr-322p {
    padding-right: 322px;
}
.pb-322p {
    padding-bottom: 322px;
}
.pl-322p {
    padding-left: 322px;
}
.pt-337p {
    padding-top: 337px;
}
.pr-337p {
    padding-right: 337px;
}
.pb-337p {
    padding-bottom: 337px;
}
.pl-337p {
    padding-left: 337px;
}
.pt-345p {
    padding-top: 345px;
}
.pr-345p {
    padding-right: 345px;
}
.pb-345p {
    padding-bottom: 345px;
}
.pl-345p {
    padding-left: 345px;
}
.pt-344p {
    padding-top: 344px;
}
.pr-344p {
    padding-right: 344px;
}
.pb-344p {
    padding-bottom: 344px;
}
.pl-344p {
    padding-left: 344px;
}
.pt-354p {
    padding-top: 354px;
}
.pr-354p {
    padding-right: 354px;
}
.pb-354p {
    padding-bottom: 354px;
}
.pl-354p {
    padding-left: 354px;
}
.pt-364p {
    padding-top: 364px;
}
.pr-364p {
    padding-right: 364px;
}
.pb-364p {
    padding-bottom: 364px;
}
.pl-364p {
    padding-left: 364px;
}
.pt-370p {
    padding-top: 370px;
}
.pr-370p {
    padding-right: 370px;
}
.pb-370p {
    padding-bottom: 370px;
}
.pl-370p {
    padding-left: 370px;
}
.pt-382p {
    padding-top: 382px;
}
.pr-382p {
    padding-right: 382px;
}
.pb-382p {
    padding-bottom: 382px;
}
.pl-382p {
    padding-left: 382px;
}
.pt-385p {
    padding-top: 385px;
}
.pr-385p {
    padding-right: 385px;
}
.pb-385p {
    padding-bottom: 385px;
}
.pl-385p {
    padding-left: 385px;
}
.pt-400p {
    padding-top: 400px;
}
.pr-400p {
    padding-right: 400px;
}
.pb-400p {
    padding-bottom: 400px;
}
.pl-400p {
    padding-left: 400px;
}
.pt-407p {
    padding-top: 407px;
}
.pr-407p {
    padding-right: 407px;
}
.pb-407p {
    padding-bottom: 407px;
}
.pl-407p {
    padding-left: 407px;
}
.pt-411p {
    padding-top: 411px;
}
.pr-411p {
    padding-right: 411px;
}
.pb-411p {
    padding-bottom: 411px;
}
.pl-411p {
    padding-left: 411px;
}
.pt-418p {
    padding-top: 418px;
}
.pr-418p {
    padding-right: 418px;
}
.pb-418p {
    padding-bottom: 418px;
}
.pl-418p {
    padding-left: 418px;
}
.pt-430p {
    padding-top: 430px;
}
.pr-430p {
    padding-right: 430px;
}
.pb-430p {
    padding-bottom: 430px;
}
.pl-430p {
    padding-left: 430px;
}
.pt-450p {
    padding-top: 450px;
}
.pr-450p {
    padding-right: 450px;
}
.pb-450p {
    padding-bottom: 450px;
}
.pl-450p {
    padding-left: 450px;
}
.pt-468p {
    padding-top: 468px;
}
.pr-468p {
    padding-right: 468px;
}
.pb-468p {
    padding-bottom: 468px;
}
.pl-468p {
    padding-left: 468px;
}
.pt-485p {
    padding-top: 485px;
}
.pr-485p {
    padding-right: 485px;
}
.pb-485p {
    padding-bottom: 485px;
}
.pl-485p {
    padding-left: 485px;
}
.pt-491p {
    padding-top: 491px;
}
.pr-491p {
    padding-right: 491px;
}
.pb-491p {
    padding-bottom: 491px;
}
.pl-491p {
    padding-left: 491px;
}
.pt-494p {
    padding-top: 494px;
}
.pr-494p {
    padding-right: 494px;
}
.pb-494p {
    padding-bottom: 494px;
}
.pl-494p {
    padding-left: 494px;
}
.pt-470p {
    padding-top: 470px;
}
.pr-470p {
    padding-right: 470px;
}
.pb-470p {
    padding-bottom: 470px;
}
.pl-470p {
    padding-left: 470px;
}
.pt-480p {
    padding-top: 480px;
}
.pr-480p {
    padding-right: 480px;
}
.pb-480p {
    padding-bottom: 480px;
}
.pl-480p {
    padding-left: 480px;
}
.pt-532p {
    padding-top: 532px;
}
.pr-532p {
    padding-right: 532px;
}
.pb-532p {
    padding-bottom: 532px;
}
.pl-532p {
    padding-left: 532px;
}
.pt-556p {
    padding-top: 556px;
}
.pr-556p {
    padding-right: 556px;
}
.pb-556p {
    padding-bottom: 556px;
}
.pl-556p {
    padding-left: 556px;
}
.pt-505p {
    padding-top: 505px;
}
.pr-505p {
    padding-right: 505px;
}
.pb-505p {
    padding-bottom: 505px;
}
.pl-505p {
    padding-left: 505px;
}
.pt-1179p {
    padding-top: 1179px;
}
.pr-1179p {
    padding-right: 1179px;
}
.pb-1179p {
    padding-bottom: 1179px;
}
.pl-1179p {
    padding-left: 1179px;
}
.pt-1253p {
    padding-top: 1253px;
}
.pr-1253p {
    padding-right: 1253px;
}
.pb-1253p {
    padding-bottom: 1253px;
}
.pl-1253p {
    padding-left: 1253px;
}
.pt-1575p {
    padding-top: 1575px;
}
.pr-1575p {
    padding-right: 1575px;
}
.pb-1575p {
    padding-bottom: 1575px;
}
.pl-1575p {
    padding-left: 1575px;
}
.pt-600p {
    padding-top: 600px;
}
.pr-600p {
    padding-right: 600px;
}
.pb-600p {
    padding-bottom: 600px;
}
.pl-600p {
    padding-left: 600px;
}
.pt-649p {
    padding-top: 649px;
}
.pr-649p {
    padding-right: 649px;
}
.pb-649p {
    padding-bottom: 649px;
}
.pl-649p {
    padding-left: 649px;
}
.pt-690p {
    padding-top: 690px;
}
.pr-690p {
    padding-right: 690px;
}
.pb-690p {
    padding-bottom: 690px;
}
.pl-690p {
    padding-left: 690px;
}
.pt-19\% {
    padding-top: 19%;
}
.pr-19\% {
    padding-right: 19%;
}
.pb-19\% {
    padding-bottom: 19%;
}
.pl-19\% {
    padding-left: 19%;
}
.pt-23\% {
    padding-top: 23%;
}
.pr-23\% {
    padding-right: 23%;
}
.pb-23\% {
    padding-bottom: 23%;
}
.pl-23\% {
    padding-left: 23%;
}
.pt-24\% {
    padding-top: 24%;
}
.pr-24\% {
    padding-right: 24%;
}
.pb-24\% {
    padding-bottom: 24%;
}
.pl-24\% {
    padding-left: 24%;
}
.pt-36\% {
    padding-top: 36%;
}
.pr-36\% {
    padding-right: 36%;
}
.pb-36\% {
    padding-bottom: 36%;
}
.pl-36\% {
    padding-left: 36%;
}
.pt-27\% {
    padding-top: 27%;
}
.pr-27\% {
    padding-right: 27%;
}
.pb-27\% {
    padding-bottom: 27%;
}
.pl-27\% {
    padding-left: 27%;
}
.pt-28\% {
    padding-top: 28%;
}
.pr-28\% {
    padding-right: 28%;
}
.pb-28\% {
    padding-bottom: 28%;
}
.pl-28\% {
    padding-left: 28%;
}
.pt-42\% {
    padding-top: 42%;
}
.pr-42\% {
    padding-right: 42%;
}
.pb-42\% {
    padding-bottom: 42%;
}
.pl-42\% {
    padding-left: 42%;
}
.pt-46\% {
    padding-top: 46%;
}
.pr-46\% {
    padding-right: 46%;
}
.pb-46\% {
    padding-bottom: 46%;
}
.pl-46\% {
    padding-left: 46%;
}
.pt-49\% {
    padding-top: 49%;
}
.pr-49\% {
    padding-right: 49%;
}
.pb-49\% {
    padding-bottom: 49%;
}
.pl-49\% {
    padding-left: 49%;
}
.pt-54\% {
    padding-top: 54%;
}
.pr-54\% {
    padding-right: 54%;
}
.pb-54\% {
    padding-bottom: 54%;
}
.pl-54\% {
    padding-left: 54%;
}
.pt-58\% {
    padding-top: 58%;
}
.pr-58\% {
    padding-right: 58%;
}
.pb-58\% {
    padding-bottom: 58%;
}
.pl-58\% {
    padding-left: 58%;
}
.pt-72\% {
    padding-top: 72%;
}
.pr-72\% {
    padding-right: 72%;
}
.pb-72\% {
    padding-bottom: 72%;
}
.pl-72\% {
    padding-left: 72%;
}
.pt-76\% {
    padding-top: 76%;
}
.pr-76\% {
    padding-right: 76%;
}
.pb-76\% {
    padding-bottom: 76%;
}
.pl-76\% {
    padding-left: 76%;
}
.pt-77\% {
    padding-top: 77%;
}
.pr-77\% {
    padding-right: 77%;
}
.pb-77\% {
    padding-bottom: 77%;
}
.pl-77\% {
    padding-left: 77%;
}
.pt-340p {
    padding-top: 340px;
}
.pr-340p {
    padding-right: 340px;
}
.pb-340p {
    padding-bottom: 340px;
}
.pl-340p {
    padding-left: 340px;
}
.pt-700p {
    padding-top: 700px;
}
.pr-700p {
    padding-right: 700px;
}
.pb-700p {
    padding-bottom: 700px;
}
.pl-700p {
    padding-left: 700px;
}
.pt-848p {
    padding-top: 848px;
}
.pr-848p {
    padding-right: 848px;
}
.pb-848p {
    padding-bottom: 848px;
}
.pl-848p {
    padding-left: 848px;
}
.pt-850p {
    padding-top: 850px;
}
.pr-850p {
    padding-right: 850px;
}
.pb-850p {
    padding-bottom: 850px;
}
.pl-850p {
    padding-left: 850px;
}
.pt-860p {
    padding-top: 860px;
}
.pr-860p {
    padding-right: 860px;
}
.pb-860p {
    padding-bottom: 860px;
}
.pl-860p {
    padding-left: 860px;
}
.pt-1425p {
    padding-top: 1425px;
}
.pr-1425p {
    padding-right: 1425px;
}
.pb-1425p {
    padding-bottom: 1425px;
}
.pl-1425p {
    padding-left: 1425px;
}
.placeholder-transparent::-moz-placeholder {
    color: transparent;
}
.placeholder-transparent::placeholder {
    color: transparent;
}
.placeholder-current::-moz-placeholder {
    color: currentColor;
}
.placeholder-current::placeholder {
    color: currentColor;
}
.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
.placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
.placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
.placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
.placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
.placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
.placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
.placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
.placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
.placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
.placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
.placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
.placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
.placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
.placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
.placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
.placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
.placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
.placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
.placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
.placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
.placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
.placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
.placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
.placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
.placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
.placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
.placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
.placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
.placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
.placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
.placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
.placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
.placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
.placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
.placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
.placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
.placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
.placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
.placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
.placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
.placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
.placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
.placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
.placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
.placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
.placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
.placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
.placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
.placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
.placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
.placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
.placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
.placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
.placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
.placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
.placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
.placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
.placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
.placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
.placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
.placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
.placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
.placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
.placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
.placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
.placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
.placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
.placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
.placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
.placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
.placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
.placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
.placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
.placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
.placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
.placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
.placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
.placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
.placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
.placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
.placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
.placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
.placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
.placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
.placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
.placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
.placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
.placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
.placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
.placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
.placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
.placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
.placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
.placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
.placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
.placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
.placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
.placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
.placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
.placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
.placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
.placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
.placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
.placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
.placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
.placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
.placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
.placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
.placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
.placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
.placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
.placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
.placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
.placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
.placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
.placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
.placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
.placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
.placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
.placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
.placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
.placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
.placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
.placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
.placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
.placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
.placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
.placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
.placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
.placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
.placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
.placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
.placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
.placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
.placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
.placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
.placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
.placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
.placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
.placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
.placeholder-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}
.placeholder-gray-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}
.placeholder-gray-10::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
}
.placeholder-gray-10::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
}
.placeholder-gray-11::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}
.placeholder-gray-11::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}
.placeholder-gray-12::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
}
.placeholder-gray-12::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
}
.placeholder-gray-13::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
}
.placeholder-gray-13::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
}
.placeholder-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
}
.placeholder-gray-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
}
.placeholder-yellow-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
}
.placeholder-yellow-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
}
.placeholder-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
}
.placeholder-orange-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
}
.placeholder-orange-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
}
.placeholder-orange-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
}
.placeholder-yellow-2::-moz-placeholder {
    color: rgba(252, 202, 25, 0.65);
}
.placeholder-yellow-2::placeholder {
    color: rgba(252, 202, 25, 0.65);
}
.placeholder-yellow-5::-moz-placeholder {
    color: rgba(249, 181, 11, 0.1);
}
.placeholder-yellow-5::placeholder {
    color: rgba(249, 181, 11, 0.1);
}
.placeholder-orange-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
}
.placeholder-orange-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
}
.placeholder-orange-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
}
.placeholder-orange-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
}
.placeholder-orange-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
}
.placeholder-orange-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
}
.placeholder-gray-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
}
.placeholder-gray-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
}
.placeholder-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
}
.placeholder-green-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
}
.placeholder-black-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
}
.placeholder-black-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
}
.placeholder-gray-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}
.placeholder-gray-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}
.placeholder-pinks-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
}
.placeholder-pinks-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
}
.placeholder-pinks-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
}
.placeholder-pinks-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
}
.placeholder-skies-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
}
.placeholder-skies-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
}
.placeholder-blues-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
}
.placeholder-blues-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
}
.placeholder-blues-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
}
.placeholder-blues-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
}
.placeholder-blues-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
}
.placeholder-blues-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
}
.placeholder-reds-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
}
.placeholder-reds-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
}
.placeholder-reds-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
}
.placeholder-reds-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
}
.placeholder-reds-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
}
.placeholder-reds-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
}
.placeholder-reds-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
}
.placeholder-reds-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
}
.placeholder-reds-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
}
.placeholder-reds-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
}
.placeholder-reds-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
}
.placeholder-reds-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
}
.placeholder-gray-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}
.placeholder-gray-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}
.placeholder-gray-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}
.placeholder-gray-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}
.placeholder-yellow-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
}
.placeholder-yellow-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
}
.placeholder-green-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
}
.placeholder-green-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
}
.placeholder-green-3::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
}
.placeholder-green-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
}
.placeholder-yellow-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
}
.placeholder-yellow-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
}
.placeholder-green-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.placeholder-green-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.placeholder-green-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
}
.placeholder-green-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
}
.placeholder-gray-7::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
}
.placeholder-gray-7::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
}
.placeholder-gray-14::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
}
.placeholder-gray-14::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
}
.placeholder-blues-4::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
}
.placeholder-blues-4::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
}
.placeholder-gray-15::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
}
.placeholder-gray-15::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
}
.placeholder-gray-16::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}
.placeholder-gray-16::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}
.placeholder-gray-17::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
}
.placeholder-gray-17::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
}
.placeholder-gray-18::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
}
.placeholder-gray-18::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
}
.placeholder-gray-19::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
}
.placeholder-gray-19::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
}
.placeholder-gray-20::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}
.placeholder-gray-20::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}
.placeholder-gray-21::-moz-placeholder {
    color: #c5c5c5;
}
.placeholder-gray-21::placeholder {
    color: #c5c5c5;
}
.placeholder-gray-22::-moz-placeholder {
    color: #bfbfbf;
}
.placeholder-gray-22::placeholder {
    color: #bfbfbf;
}
.placeholder-gray-23::-moz-placeholder {
    color: #eee;
}
.placeholder-gray-23::placeholder {
    color: #eee;
}
.placeholder-gray-24::-moz-placeholder {
    color: #b7b7b7;
}
.placeholder-gray-24::placeholder {
    color: #b7b7b7;
}
.placeholder-gray-25::-moz-placeholder {
    color: #f0f0f0;
}
.placeholder-gray-25::placeholder {
    color: #f0f0f0;
}
.placeholder-gray-26::-moz-placeholder {
    color: #efefef;
}
.placeholder-gray-26::placeholder {
    color: #efefef;
}
.placeholder-gray-27::-moz-placeholder {
    color: #bababa;
}
.placeholder-gray-27::placeholder {
    color: #bababa;
}
.placeholder-blues-5::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
}
.placeholder-blues-5::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
}
.placeholder-blues-6::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
}
.placeholder-blues-6::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
}
.placeholder-purple-1::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-1::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-2::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-purple-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
}
.focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
}
.focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
}
.focus\:placeholder-current:focus::placeholder {
    color: currentColor;
}
.focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
.focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-10:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-11:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-11:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-12:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-12:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-13:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-13:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-2:focus::-moz-placeholder {
    color: rgba(252, 202, 25, 0.65);
}
.focus\:placeholder-yellow-2:focus::placeholder {
    color: rgba(252, 202, 25, 0.65);
}
.focus\:placeholder-yellow-5:focus::-moz-placeholder {
    color: rgba(249, 181, 11, 0.1);
}
.focus\:placeholder-yellow-5:focus::placeholder {
    color: rgba(249, 181, 11, 0.1);
}
.focus\:placeholder-orange-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
}
.focus\:placeholder-orange-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
}
.focus\:placeholder-black-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
}
.focus\:placeholder-black-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pinks-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pinks-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pinks-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-pinks-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
}
.focus\:placeholder-skies-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
}
.focus\:placeholder-skies-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
}
.focus\:placeholder-reds-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
}
.focus\:placeholder-yellow-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
}
.focus\:placeholder-green-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-7:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-14:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-14:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-4:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-15:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-15:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-16:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-16:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-17:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-17:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-18:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-18:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-19:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-19:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-20:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-21:focus::-moz-placeholder {
    color: #c5c5c5;
}
.focus\:placeholder-gray-21:focus::placeholder {
    color: #c5c5c5;
}
.focus\:placeholder-gray-22:focus::-moz-placeholder {
    color: #bfbfbf;
}
.focus\:placeholder-gray-22:focus::placeholder {
    color: #bfbfbf;
}
.focus\:placeholder-gray-23:focus::-moz-placeholder {
    color: #eee;
}
.focus\:placeholder-gray-23:focus::placeholder {
    color: #eee;
}
.focus\:placeholder-gray-24:focus::-moz-placeholder {
    color: #b7b7b7;
}
.focus\:placeholder-gray-24:focus::placeholder {
    color: #b7b7b7;
}
.focus\:placeholder-gray-25:focus::-moz-placeholder {
    color: #f0f0f0;
}
.focus\:placeholder-gray-25:focus::placeholder {
    color: #f0f0f0;
}
.focus\:placeholder-gray-26:focus::-moz-placeholder {
    color: #efefef;
}
.focus\:placeholder-gray-26:focus::placeholder {
    color: #efefef;
}
.focus\:placeholder-gray-27:focus::-moz-placeholder {
    color: #bababa;
}
.focus\:placeholder-gray-27:focus::placeholder {
    color: #bababa;
}
.focus\:placeholder-blues-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-5:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
}
.focus\:placeholder-blues-6:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-1:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
}
.focus\:placeholder-purple-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
}
.placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
}
.placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
}
.placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
}
.focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
}
.focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
}
.focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
}
.focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
}
.focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
}
.focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
}
.focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
}
.focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
}
.focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
}
.focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
}
.focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
}
.focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
}
.focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
}
.focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
}
.focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
}
.focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
}
.focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
}
.focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
}
.focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
}
.focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
}
.focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
}
.focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
}
.focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
}
.focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
}
.focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
}
.focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
}
.focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
}
.focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
}
.focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
}
.focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
}
.inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
}
.inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
}
.inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
}
.inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
}
.inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
}
.inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
}
.inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
}
.inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
}
.inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
}
.inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
}
.inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
}
.inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
}
.inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
}
.inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
}
.inset-23 {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
}
.inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
}
.inset-25 {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
}
.inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
}
.inset-29 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
}
.inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
}
.inset-33 {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
}
.inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
}
.inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
}
.inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
}
.inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
}
.inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
}
.inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
}
.inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
}
.inset-63 {
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
}
.inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
}
.inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
}
.inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
}
.inset-92 {
    top: 475px;
    right: 475px;
    bottom: 475px;
    left: 475px;
}
.inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
}
.inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
}
.inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}
.inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
}
.inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
}
.inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
}
.inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
}
.inset-105p {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
}
.inset-50p {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
}
.inset-54p {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
}
.inset-1p {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}
.inset-2p {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
}
.inset-3p {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}
.inset-5p {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}
.inset-7p {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
}
.inset-9p {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
}
.inset-10p {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.inset-11p {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
}
.inset-13p {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
}
.inset-15p {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}
.inset-18p {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
}
.inset-19p {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
}
.inset-21p {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
}
.inset-22p {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
}
.inset-23p {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
}
.inset-25p {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}
.inset-26p {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
}
.inset-29p {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
}
.inset-30p {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}
.inset-31p {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
}
.inset-35p {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
}
.inset-52p {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
}
.inset-53p {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
}
.inset-55p {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
}
.inset-59p {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
}
.inset-27p {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
}
.inset-33\.5p {
    top: 33.5px;
    right: 33.5px;
    bottom: 33.5px;
    left: 33.5px;
}
.inset-38p {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
}
.inset-40p {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
}
.inset-46p {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
}
.inset-47p {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
}
.inset-49p {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
}
.inset-58p {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
}
.inset-75p {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
}
.inset-77p {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
}
.inset-60p {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
}
.inset-65p {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
}
.inset-66p {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
}
.inset-68p {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
}
.inset-70p {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
}
.inset-72p {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
}
.inset-74p {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
}
.inset-78p {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
}
.inset-80p {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
}
.inset-82p {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
}
.inset-84p {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
}
.inset-89p {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
}
.inset-93p {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
}
.inset-90p {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
}
.inset-97p {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
}
.inset-103p {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
}
.inset-116p {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
}
.inset-120p {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
}
.inset-125p {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
}
.inset-130p {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
}
.inset-135p {
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px;
}
.inset-132p {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px;
}
.inset-150p {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
}
.inset-216p {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px;
}
.inset-225p {
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px;
}
.inset-296p {
    top: 296px;
    right: 296px;
    bottom: 296px;
    left: 296px;
}
.inset-270p {
    top: 270px;
    right: 270px;
    bottom: 270px;
    left: 270px;
}
.inset-137p {
    top: 137px;
    right: 137px;
    bottom: 137px;
    left: 137px;
}
.inset-141p {
    top: 141px;
    right: 141px;
    bottom: 141px;
    left: 141px;
}
.inset-146p {
    top: 146px;
    right: 146px;
    bottom: 146px;
    left: 146px;
}
.inset-152p {
    top: 152px;
    right: 152px;
    bottom: 152px;
    left: 152px;
}
.inset-155p {
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px;
}
.inset-163p {
    top: 163px;
    right: 163px;
    bottom: 163px;
    left: 163px;
}
.inset-168p {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px;
}
.inset-173p {
    top: 173px;
    right: 173px;
    bottom: 173px;
    left: 173px;
}
.inset-210p {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
}
.inset-245p {
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px;
}
.inset-250p {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
}
.inset-260p {
    top: 260px;
    right: 260px;
    bottom: 260px;
    left: 260px;
}
.inset-263p {
    top: 263px;
    right: 263px;
    bottom: 263px;
    left: 263px;
}
.inset-266p {
    top: 266px;
    right: 266px;
    bottom: 266px;
    left: 266px;
}
.inset-275p {
    top: 275px;
    right: 275px;
    bottom: 275px;
    left: 275px;
}
.inset-300p {
    top: 300px;
    right: 300px;
    bottom: 300px;
    left: 300px;
}
.inset-312p {
    top: 312px;
    right: 312px;
    bottom: 312px;
    left: 312px;
}
.inset-318p {
    top: 318px;
    right: 318px;
    bottom: 318px;
    left: 318px;
}
.inset-322p {
    top: 322px;
    right: 322px;
    bottom: 322px;
    left: 322px;
}
.inset-337p {
    top: 337px;
    right: 337px;
    bottom: 337px;
    left: 337px;
}
.inset-345p {
    top: 345px;
    right: 345px;
    bottom: 345px;
    left: 345px;
}
.inset-344p {
    top: 344px;
    right: 344px;
    bottom: 344px;
    left: 344px;
}
.inset-354p {
    top: 354px;
    right: 354px;
    bottom: 354px;
    left: 354px;
}
.inset-364p {
    top: 364px;
    right: 364px;
    bottom: 364px;
    left: 364px;
}
.inset-370p {
    top: 370px;
    right: 370px;
    bottom: 370px;
    left: 370px;
}
.inset-382p {
    top: 382px;
    right: 382px;
    bottom: 382px;
    left: 382px;
}
.inset-385p {
    top: 385px;
    right: 385px;
    bottom: 385px;
    left: 385px;
}
.inset-400p {
    top: 400px;
    right: 400px;
    bottom: 400px;
    left: 400px;
}
.inset-407p {
    top: 407px;
    right: 407px;
    bottom: 407px;
    left: 407px;
}
.inset-411p {
    top: 411px;
    right: 411px;
    bottom: 411px;
    left: 411px;
}
.inset-418p {
    top: 418px;
    right: 418px;
    bottom: 418px;
    left: 418px;
}
.inset-430p {
    top: 430px;
    right: 430px;
    bottom: 430px;
    left: 430px;
}
.inset-450p {
    top: 450px;
    right: 450px;
    bottom: 450px;
    left: 450px;
}
.inset-468p {
    top: 468px;
    right: 468px;
    bottom: 468px;
    left: 468px;
}
.inset-485p {
    top: 485px;
    right: 485px;
    bottom: 485px;
    left: 485px;
}
.inset-491p {
    top: 491px;
    right: 491px;
    bottom: 491px;
    left: 491px;
}
.inset-494p {
    top: 494px;
    right: 494px;
    bottom: 494px;
    left: 494px;
}
.inset-470p {
    top: 470px;
    right: 470px;
    bottom: 470px;
    left: 470px;
}
.inset-480p {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
}
.inset-532p {
    top: 532px;
    right: 532px;
    bottom: 532px;
    left: 532px;
}
.inset-556p {
    top: 556px;
    right: 556px;
    bottom: 556px;
    left: 556px;
}
.inset-505p {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
}
.inset-1179p {
    top: 1179px;
    right: 1179px;
    bottom: 1179px;
    left: 1179px;
}
.inset-1253p {
    top: 1253px;
    right: 1253px;
    bottom: 1253px;
    left: 1253px;
}
.inset-1575p {
    top: 1575px;
    right: 1575px;
    bottom: 1575px;
    left: 1575px;
}
.inset-600p {
    top: 600px;
    right: 600px;
    bottom: 600px;
    left: 600px;
}
.inset-649p {
    top: 649px;
    right: 649px;
    bottom: 649px;
    left: 649px;
}
.inset-690p {
    top: 690px;
    right: 690px;
    bottom: 690px;
    left: 690px;
}
.inset-19\% {
    top: 19%;
    right: 19%;
    bottom: 19%;
    left: 19%;
}
.inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
}
.inset-24\% {
    top: 24%;
    right: 24%;
    bottom: 24%;
    left: 24%;
}
.inset-36\% {
    top: 36%;
    right: 36%;
    bottom: 36%;
    left: 36%;
}
.inset-27\% {
    top: 27%;
    right: 27%;
    bottom: 27%;
    left: 27%;
}
.inset-28\% {
    top: 28%;
    right: 28%;
    bottom: 28%;
    left: 28%;
}
.inset-42\% {
    top: 42%;
    right: 42%;
    bottom: 42%;
    left: 42%;
}
.inset-46\% {
    top: 46%;
    right: 46%;
    bottom: 46%;
    left: 46%;
}
.inset-49\% {
    top: 49%;
    right: 49%;
    bottom: 49%;
    left: 49%;
}
.inset-54\% {
    top: 54%;
    right: 54%;
    bottom: 54%;
    left: 54%;
}
.inset-58\% {
    top: 58%;
    right: 58%;
    bottom: 58%;
    left: 58%;
}
.inset-72\% {
    top: 72%;
    right: 72%;
    bottom: 72%;
    left: 72%;
}
.inset-76\% {
    top: 76%;
    right: 76%;
    bottom: 76%;
    left: 76%;
}
.inset-77\% {
    top: 77%;
    right: 77%;
    bottom: 77%;
    left: 77%;
}
.inset-340p {
    top: 340px;
    right: 340px;
    bottom: 340px;
    left: 340px;
}
.inset-700p {
    top: 700px;
    right: 700px;
    bottom: 700px;
    left: 700px;
}
.inset-848p {
    top: 848px;
    right: 848px;
    bottom: 848px;
    left: 848px;
}
.inset-850p {
    top: 850px;
    right: 850px;
    bottom: 850px;
    left: 850px;
}
.inset-860p {
    top: 860px;
    right: 860px;
    bottom: 860px;
    left: 860px;
}
.inset-1425p {
    top: 1425px;
    right: 1425px;
    bottom: 1425px;
    left: 1425px;
}
.-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
}
.-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
}
.-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
}
.-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
}
.-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
}
.-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
}
.-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
}
.-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
}
.-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
}
.-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
}
.-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
}
.-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
}
.-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
}
.-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
}
.-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
}
.-inset-23 {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
}
.-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
}
.-inset-25 {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
}
.-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
}
.-inset-29 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
}
.-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
}
.-inset-33 {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
}
.-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
}
.-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
}
.-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
}
.-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
}
.-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
}
.-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
}
.-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
}
.-inset-63 {
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
}
.-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
}
.-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
}
.-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
}
.-inset-92 {
    top: -475px;
    right: -475px;
    bottom: -475px;
    left: -475px;
}
.-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
}
.-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
}
.-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
}
.-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
}
.-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
}
.-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
}
.-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
}
.-inset-105p {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
}
.-inset-50p {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
}
.-inset-54p {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
}
.-inset-1p {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
}
.-inset-2p {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}
.-inset-3p {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
}
.-inset-5p {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
.-inset-7p {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
}
.-inset-9p {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
}
.-inset-10p {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}
.-inset-11p {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
}
.-inset-13p {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
}
.-inset-15p {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
}
.-inset-18p {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
}
.-inset-19p {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
}
.-inset-21p {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
}
.-inset-22p {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
}
.-inset-23p {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
}
.-inset-25p {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
}
.-inset-26p {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
}
.-inset-29p {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
}
.-inset-30p {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
}
.-inset-31p {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
}
.-inset-35p {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
}
.-inset-52p {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
}
.-inset-53p {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
}
.-inset-55p {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
}
.-inset-59p {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
}
.-inset-27p {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
}
.-inset-33\.5p {
    top: -33.5px;
    right: -33.5px;
    bottom: -33.5px;
    left: -33.5px;
}
.-inset-38p {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
}
.-inset-40p {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
}
.-inset-46p {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
}
.-inset-47p {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
}
.-inset-49p {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
}
.-inset-58p {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
}
.-inset-75p {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
}
.-inset-77p {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
}
.-inset-60p {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
}
.-inset-65p {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
}
.-inset-66p {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
}
.-inset-68p {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
}
.-inset-70p {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
}
.-inset-72p {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
}
.-inset-74p {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
}
.-inset-78p {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
}
.-inset-80p {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
}
.-inset-82p {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
}
.-inset-84p {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
}
.-inset-89p {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
}
.-inset-93p {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
}
.-inset-90p {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
}
.-inset-97p {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
}
.-inset-103p {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
}
.-inset-116p {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
}
.-inset-120p {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
}
.-inset-125p {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
}
.-inset-130p {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
}
.-inset-135p {
    top: -135px;
    right: -135px;
    bottom: -135px;
    left: -135px;
}
.-inset-132p {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px;
}
.-inset-150p {
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -150px;
}
.-inset-216p {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px;
}
.-inset-225p {
    top: -225px;
    right: -225px;
    bottom: -225px;
    left: -225px;
}
.-inset-296p {
    top: -296px;
    right: -296px;
    bottom: -296px;
    left: -296px;
}
.-inset-270p {
    top: -270px;
    right: -270px;
    bottom: -270px;
    left: -270px;
}
.-inset-137p {
    top: -137px;
    right: -137px;
    bottom: -137px;
    left: -137px;
}
.-inset-141p {
    top: -141px;
    right: -141px;
    bottom: -141px;
    left: -141px;
}
.-inset-146p {
    top: -146px;
    right: -146px;
    bottom: -146px;
    left: -146px;
}
.-inset-152p {
    top: -152px;
    right: -152px;
    bottom: -152px;
    left: -152px;
}
.-inset-155p {
    top: -155px;
    right: -155px;
    bottom: -155px;
    left: -155px;
}
.-inset-163p {
    top: -163px;
    right: -163px;
    bottom: -163px;
    left: -163px;
}
.-inset-168p {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px;
}
.-inset-173p {
    top: -173px;
    right: -173px;
    bottom: -173px;
    left: -173px;
}
.-inset-210p {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
}
.-inset-245p {
    top: -245px;
    right: -245px;
    bottom: -245px;
    left: -245px;
}
.-inset-250p {
    top: -250px;
    right: -250px;
    bottom: -250px;
    left: -250px;
}
.-inset-260p {
    top: -260px;
    right: -260px;
    bottom: -260px;
    left: -260px;
}
.-inset-263p {
    top: -263px;
    right: -263px;
    bottom: -263px;
    left: -263px;
}
.-inset-266p {
    top: -266px;
    right: -266px;
    bottom: -266px;
    left: -266px;
}
.-inset-275p {
    top: -275px;
    right: -275px;
    bottom: -275px;
    left: -275px;
}
.-inset-300p {
    top: -300px;
    right: -300px;
    bottom: -300px;
    left: -300px;
}
.-inset-312p {
    top: -312px;
    right: -312px;
    bottom: -312px;
    left: -312px;
}
.-inset-318p {
    top: -318px;
    right: -318px;
    bottom: -318px;
    left: -318px;
}
.-inset-322p {
    top: -322px;
    right: -322px;
    bottom: -322px;
    left: -322px;
}
.-inset-337p {
    top: -337px;
    right: -337px;
    bottom: -337px;
    left: -337px;
}
.-inset-345p {
    top: -345px;
    right: -345px;
    bottom: -345px;
    left: -345px;
}
.-inset-344p {
    top: -344px;
    right: -344px;
    bottom: -344px;
    left: -344px;
}
.-inset-354p {
    top: -354px;
    right: -354px;
    bottom: -354px;
    left: -354px;
}
.-inset-364p {
    top: -364px;
    right: -364px;
    bottom: -364px;
    left: -364px;
}
.-inset-370p {
    top: -370px;
    right: -370px;
    bottom: -370px;
    left: -370px;
}
.-inset-382p {
    top: -382px;
    right: -382px;
    bottom: -382px;
    left: -382px;
}
.-inset-385p {
    top: -385px;
    right: -385px;
    bottom: -385px;
    left: -385px;
}
.-inset-400p {
    top: -400px;
    right: -400px;
    bottom: -400px;
    left: -400px;
}
.-inset-407p {
    top: -407px;
    right: -407px;
    bottom: -407px;
    left: -407px;
}
.-inset-411p {
    top: -411px;
    right: -411px;
    bottom: -411px;
    left: -411px;
}
.-inset-418p {
    top: -418px;
    right: -418px;
    bottom: -418px;
    left: -418px;
}
.-inset-430p {
    top: -430px;
    right: -430px;
    bottom: -430px;
    left: -430px;
}
.-inset-450p {
    top: -450px;
    right: -450px;
    bottom: -450px;
    left: -450px;
}
.-inset-468p {
    top: -468px;
    right: -468px;
    bottom: -468px;
    left: -468px;
}
.-inset-485p {
    top: -485px;
    right: -485px;
    bottom: -485px;
    left: -485px;
}
.-inset-491p {
    top: -491px;
    right: -491px;
    bottom: -491px;
    left: -491px;
}
.-inset-494p {
    top: -494px;
    right: -494px;
    bottom: -494px;
    left: -494px;
}
.-inset-470p {
    top: -470px;
    right: -470px;
    bottom: -470px;
    left: -470px;
}
.-inset-480p {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
}
.-inset-532p {
    top: -532px;
    right: -532px;
    bottom: -532px;
    left: -532px;
}
.-inset-556p {
    top: -556px;
    right: -556px;
    bottom: -556px;
    left: -556px;
}
.-inset-505p {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
}
.-inset-1179p {
    top: -1179px;
    right: -1179px;
    bottom: -1179px;
    left: -1179px;
}
.-inset-1253p {
    top: -1253px;
    right: -1253px;
    bottom: -1253px;
    left: -1253px;
}
.-inset-1575p {
    top: -1575px;
    right: -1575px;
    bottom: -1575px;
    left: -1575px;
}
.-inset-600p {
    top: -600px;
    right: -600px;
    bottom: -600px;
    left: -600px;
}
.-inset-649p {
    top: -649px;
    right: -649px;
    bottom: -649px;
    left: -649px;
}
.-inset-690p {
    top: -690px;
    right: -690px;
    bottom: -690px;
    left: -690px;
}
.-inset-19\% {
    top: -19%;
    right: -19%;
    bottom: -19%;
    left: -19%;
}
.-inset-23\% {
    top: -23%;
    right: -23%;
    bottom: -23%;
    left: -23%;
}
.-inset-24\% {
    top: -24%;
    right: -24%;
    bottom: -24%;
    left: -24%;
}
.-inset-36\% {
    top: -36%;
    right: -36%;
    bottom: -36%;
    left: -36%;
}
.-inset-27\% {
    top: -27%;
    right: -27%;
    bottom: -27%;
    left: -27%;
}
.-inset-28\% {
    top: -28%;
    right: -28%;
    bottom: -28%;
    left: -28%;
}
.-inset-42\% {
    top: -42%;
    right: -42%;
    bottom: -42%;
    left: -42%;
}
.-inset-46\% {
    top: -46%;
    right: -46%;
    bottom: -46%;
    left: -46%;
}
.-inset-49\% {
    top: -49%;
    right: -49%;
    bottom: -49%;
    left: -49%;
}
.-inset-54\% {
    top: -54%;
    right: -54%;
    bottom: -54%;
    left: -54%;
}
.-inset-58\% {
    top: -58%;
    right: -58%;
    bottom: -58%;
    left: -58%;
}
.-inset-72\% {
    top: -72%;
    right: -72%;
    bottom: -72%;
    left: -72%;
}
.-inset-76\% {
    top: -76%;
    right: -76%;
    bottom: -76%;
    left: -76%;
}
.-inset-77\% {
    top: -77%;
    right: -77%;
    bottom: -77%;
    left: -77%;
}
.-inset-340p {
    top: -340px;
    right: -340px;
    bottom: -340px;
    left: -340px;
}
.-inset-700p {
    top: -700px;
    right: -700px;
    bottom: -700px;
    left: -700px;
}
.-inset-848p {
    top: -848px;
    right: -848px;
    bottom: -848px;
    left: -848px;
}
.-inset-850p {
    top: -850px;
    right: -850px;
    bottom: -850px;
    left: -850px;
}
.-inset-860p {
    top: -860px;
    right: -860px;
    bottom: -860px;
    left: -860px;
}
.-inset-1425p {
    top: -1425px;
    right: -1425px;
    bottom: -1425px;
    left: -1425px;
}
.inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
.inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
}
.inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
}
.inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
}
.inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
.inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
}
.inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
}
.-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
}
.-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
}
.-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
}
.-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
}
.-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
}
.-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
}
.-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}
.inset-y-0 {
    top: 0;
    bottom: 0;
}
.inset-x-0 {
    right: 0;
    left: 0;
}
.inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
}
.inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
}
.inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
}
.inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
}
.inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
}
.inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
}
.inset-y-4 {
    top: 1rem;
    bottom: 1rem;
}
.inset-x-4 {
    right: 1rem;
    left: 1rem;
}
.inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
}
.inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
}
.inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
}
.inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
}
.inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
}
.inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
}
.inset-y-8 {
    top: 2rem;
    bottom: 2rem;
}
.inset-x-8 {
    right: 2rem;
    left: 2rem;
}
.inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
}
.inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
}
.inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
}
.inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
}
.inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
}
.inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
}
.inset-y-12 {
    top: 3rem;
    bottom: 3rem;
}
.inset-x-12 {
    right: 3rem;
    left: 3rem;
}
.inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
}
.inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
}
.inset-y-16 {
    top: 4rem;
    bottom: 4rem;
}
.inset-x-16 {
    right: 4rem;
    left: 4rem;
}
.inset-y-20 {
    top: 5rem;
    bottom: 5rem;
}
.inset-x-20 {
    right: 5rem;
    left: 5rem;
}
.inset-y-23 {
    top: 88px;
    bottom: 88px;
}
.inset-x-23 {
    right: 88px;
    left: 88px;
}
.inset-y-24 {
    top: 6rem;
    bottom: 6rem;
}
.inset-x-24 {
    right: 6rem;
    left: 6rem;
}
.inset-y-25 {
    top: 100px;
    bottom: 100px;
}
.inset-x-25 {
    right: 100px;
    left: 100px;
}
.inset-y-28 {
    top: 7rem;
    bottom: 7rem;
}
.inset-x-28 {
    right: 7rem;
    left: 7rem;
}
.inset-y-29 {
    top: 120px;
    bottom: 120px;
}
.inset-x-29 {
    right: 120px;
    left: 120px;
}
.inset-y-32 {
    top: 8rem;
    bottom: 8rem;
}
.inset-x-32 {
    right: 8rem;
    left: 8rem;
}
.inset-y-33 {
    top: 130px;
    bottom: 130px;
}
.inset-x-33 {
    right: 130px;
    left: 130px;
}
.inset-y-36 {
    top: 9rem;
    bottom: 9rem;
}
.inset-x-36 {
    right: 9rem;
    left: 9rem;
}
.inset-y-40 {
    top: 10rem;
    bottom: 10rem;
}
.inset-x-40 {
    right: 10rem;
    left: 10rem;
}
.inset-y-44 {
    top: 11rem;
    bottom: 11rem;
}
.inset-x-44 {
    right: 11rem;
    left: 11rem;
}
.inset-y-48 {
    top: 12rem;
    bottom: 12rem;
}
.inset-x-48 {
    right: 12rem;
    left: 12rem;
}
.inset-y-52 {
    top: 13rem;
    bottom: 13rem;
}
.inset-x-52 {
    right: 13rem;
    left: 13rem;
}
.inset-y-56 {
    top: 14rem;
    bottom: 14rem;
}
.inset-x-56 {
    right: 14rem;
    left: 14rem;
}
.inset-y-60 {
    top: 15rem;
    bottom: 15rem;
}
.inset-x-60 {
    right: 15rem;
    left: 15rem;
}
.inset-y-63 {
    top: 270px;
    bottom: 270px;
}
.inset-x-63 {
    right: 270px;
    left: 270px;
}
.inset-y-64 {
    top: 16rem;
    bottom: 16rem;
}
.inset-x-64 {
    right: 16rem;
    left: 16rem;
}
.inset-y-72 {
    top: 18rem;
    bottom: 18rem;
}
.inset-x-72 {
    right: 18rem;
    left: 18rem;
}
.inset-y-80 {
    top: 20rem;
    bottom: 20rem;
}
.inset-x-80 {
    right: 20rem;
    left: 20rem;
}
.inset-y-92 {
    top: 475px;
    bottom: 475px;
}
.inset-x-92 {
    right: 475px;
    left: 475px;
}
.inset-y-96 {
    top: 24rem;
    bottom: 24rem;
}
.inset-x-96 {
    right: 24rem;
    left: 24rem;
}
.inset-y-128 {
    top: 32rem;
    bottom: 32rem;
}
.inset-x-128 {
    right: 32rem;
    left: 32rem;
}
.inset-y-auto {
    top: auto;
    bottom: auto;
}
.inset-x-auto {
    right: auto;
    left: auto;
}
.inset-y-px {
    top: 1px;
    bottom: 1px;
}
.inset-x-px {
    right: 1px;
    left: 1px;
}
.inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
}
.inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
}
.inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
}
.inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
}
.inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
}
.inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
}
.inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
}
.inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
}
.inset-y-105p {
    top: 105px;
    bottom: 105px;
}
.inset-x-105p {
    right: 105px;
    left: 105px;
}
.inset-y-50p {
    top: 50px;
    bottom: 50px;
}
.inset-x-50p {
    right: 50px;
    left: 50px;
}
.inset-y-54p {
    top: 54px;
    bottom: 54px;
}
.inset-x-54p {
    right: 54px;
    left: 54px;
}
.inset-y-1p {
    top: 1px;
    bottom: 1px;
}
.inset-x-1p {
    right: 1px;
    left: 1px;
}
.inset-y-2p {
    top: 2px;
    bottom: 2px;
}
.inset-x-2p {
    right: 2px;
    left: 2px;
}
.inset-y-3p {
    top: 3px;
    bottom: 3px;
}
.inset-x-3p {
    right: 3px;
    left: 3px;
}
.inset-y-5p {
    top: 5px;
    bottom: 5px;
}
.inset-x-5p {
    right: 5px;
    left: 5px;
}
.inset-y-7p {
    top: 7px;
    bottom: 7px;
}
.inset-x-7p {
    right: 7px;
    left: 7px;
}
.inset-y-9p {
    top: 9px;
    bottom: 9px;
}
.inset-x-9p {
    right: 9px;
    left: 9px;
}
.inset-y-10p {
    top: 10px;
    bottom: 10px;
}
.inset-x-10p {
    right: 10px;
    left: 10px;
}
.inset-y-11p {
    top: 11px;
    bottom: 11px;
}
.inset-x-11p {
    right: 11px;
    left: 11px;
}
.inset-y-13p {
    top: 13px;
    bottom: 13px;
}
.inset-x-13p {
    right: 13px;
    left: 13px;
}
.inset-y-15p {
    top: 15px;
    bottom: 15px;
}
.inset-x-15p {
    right: 15px;
    left: 15px;
}
.inset-y-18p {
    top: 18px;
    bottom: 18px;
}
.inset-x-18p {
    right: 18px;
    left: 18px;
}
.inset-y-19p {
    top: 19px;
    bottom: 19px;
}
.inset-x-19p {
    right: 19px;
    left: 19px;
}
.inset-y-21p {
    top: 21px;
    bottom: 21px;
}
.inset-x-21p {
    right: 21px;
    left: 21px;
}
.inset-y-22p {
    top: 22px;
    bottom: 22px;
}
.inset-x-22p {
    right: 22px;
    left: 22px;
}
.inset-y-23p {
    top: 23px;
    bottom: 23px;
}
.inset-x-23p {
    right: 23px;
    left: 23px;
}
.inset-y-25p {
    top: 25px;
    bottom: 25px;
}
.inset-x-25p {
    right: 25px;
    left: 25px;
}
.inset-y-26p {
    top: 26px;
    bottom: 26px;
}
.inset-x-26p {
    right: 26px;
    left: 26px;
}
.inset-y-29p {
    top: 29px;
    bottom: 29px;
}
.inset-x-29p {
    right: 29px;
    left: 29px;
}
.inset-y-30p {
    top: 30px;
    bottom: 30px;
}
.inset-x-30p {
    right: 30px;
    left: 30px;
}
.inset-y-31p {
    top: 31px;
    bottom: 31px;
}
.inset-x-31p {
    right: 31px;
    left: 31px;
}
.inset-y-35p {
    top: 35px;
    bottom: 35px;
}
.inset-x-35p {
    right: 35px;
    left: 35px;
}
.inset-y-52p {
    top: 52px;
    bottom: 52px;
}
.inset-x-52p {
    right: 52px;
    left: 52px;
}
.inset-y-53p {
    top: 53px;
    bottom: 53px;
}
.inset-x-53p {
    right: 53px;
    left: 53px;
}
.inset-y-55p {
    top: 55px;
    bottom: 55px;
}
.inset-x-55p {
    right: 55px;
    left: 55px;
}
.inset-y-59p {
    top: 59px;
    bottom: 59px;
}
.inset-x-59p {
    right: 59px;
    left: 59px;
}
.inset-y-27p {
    top: 27px;
    bottom: 27px;
}
.inset-x-27p {
    right: 27px;
    left: 27px;
}
.inset-y-33\.5p {
    top: 33.5px;
    bottom: 33.5px;
}
.inset-x-33\.5p {
    right: 33.5px;
    left: 33.5px;
}
.inset-y-38p {
    top: 38px;
    bottom: 38px;
}
.inset-x-38p {
    right: 38px;
    left: 38px;
}
.inset-y-40p {
    top: 40px;
    bottom: 40px;
}
.inset-x-40p {
    right: 40px;
    left: 40px;
}
.inset-y-46p {
    top: 46px;
    bottom: 46px;
}
.inset-x-46p {
    right: 46px;
    left: 46px;
}
.inset-y-47p {
    top: 47px;
    bottom: 47px;
}
.inset-x-47p {
    right: 47px;
    left: 47px;
}
.inset-y-49p {
    top: 49px;
    bottom: 49px;
}
.inset-x-49p {
    right: 49px;
    left: 49px;
}
.inset-y-58p {
    top: 58px;
    bottom: 58px;
}
.inset-x-58p {
    right: 58px;
    left: 58px;
}
.inset-y-75p {
    top: 75px;
    bottom: 75px;
}
.inset-x-75p {
    right: 75px;
    left: 75px;
}
.inset-y-77p {
    top: 77px;
    bottom: 77px;
}
.inset-x-77p {
    right: 77px;
    left: 77px;
}
.inset-y-60p {
    top: 60px;
    bottom: 60px;
}
.inset-x-60p {
    right: 60px;
    left: 60px;
}
.inset-y-65p {
    top: 65px;
    bottom: 65px;
}
.inset-x-65p {
    right: 65px;
    left: 65px;
}
.inset-y-66p {
    top: 66px;
    bottom: 66px;
}
.inset-x-66p {
    right: 66px;
    left: 66px;
}
.inset-y-68p {
    top: 68px;
    bottom: 68px;
}
.inset-x-68p {
    right: 68px;
    left: 68px;
}
.inset-y-70p {
    top: 70px;
    bottom: 70px;
}
.inset-x-70p {
    right: 70px;
    left: 70px;
}
.inset-y-72p {
    top: 72px;
    bottom: 72px;
}
.inset-x-72p {
    right: 72px;
    left: 72px;
}
.inset-y-74p {
    top: 74px;
    bottom: 74px;
}
.inset-x-74p {
    right: 74px;
    left: 74px;
}
.inset-y-78p {
    top: 78px;
    bottom: 78px;
}
.inset-x-78p {
    right: 78px;
    left: 78px;
}
.inset-y-80p {
    top: 80px;
    bottom: 80px;
}
.inset-x-80p {
    right: 80px;
    left: 80px;
}
.inset-y-82p {
    top: 82px;
    bottom: 82px;
}
.inset-x-82p {
    right: 82px;
    left: 82px;
}
.inset-y-84p {
    top: 84px;
    bottom: 84px;
}
.inset-x-84p {
    right: 84px;
    left: 84px;
}
.inset-y-89p {
    top: 89px;
    bottom: 89px;
}
.inset-x-89p {
    right: 89px;
    left: 89px;
}
.inset-y-93p {
    top: 93px;
    bottom: 93px;
}
.inset-x-93p {
    right: 93px;
    left: 93px;
}
.inset-y-90p {
    top: 90px;
    bottom: 90px;
}
.inset-x-90p {
    right: 90px;
    left: 90px;
}
.inset-y-97p {
    top: 97px;
    bottom: 97px;
}
.inset-x-97p {
    right: 97px;
    left: 97px;
}
.inset-y-103p {
    top: 103px;
    bottom: 103px;
}
.inset-x-103p {
    right: 103px;
    left: 103px;
}
.inset-y-116p {
    top: 116px;
    bottom: 116px;
}
.inset-x-116p {
    right: 116px;
    left: 116px;
}
.inset-y-120p {
    top: 120px;
    bottom: 120px;
}
.inset-x-120p {
    right: 120px;
    left: 120px;
}
.inset-y-125p {
    top: 125px;
    bottom: 125px;
}
.inset-x-125p {
    right: 125px;
    left: 125px;
}
.inset-y-130p {
    top: 130px;
    bottom: 130px;
}
.inset-x-130p {
    right: 130px;
    left: 130px;
}
.inset-y-135p {
    top: 135px;
    bottom: 135px;
}
.inset-x-135p {
    right: 135px;
    left: 135px;
}
.inset-y-132p {
    top: 132px;
    bottom: 132px;
}
.inset-x-132p {
    right: 132px;
    left: 132px;
}
.inset-y-150p {
    top: 150px;
    bottom: 150px;
}
.inset-x-150p {
    right: 150px;
    left: 150px;
}
.inset-y-216p {
    top: 216px;
    bottom: 216px;
}
.inset-x-216p {
    right: 216px;
    left: 216px;
}
.inset-y-225p {
    top: 225px;
    bottom: 225px;
}
.inset-x-225p {
    right: 225px;
    left: 225px;
}
.inset-y-296p {
    top: 296px;
    bottom: 296px;
}
.inset-x-296p {
    right: 296px;
    left: 296px;
}
.inset-y-270p {
    top: 270px;
    bottom: 270px;
}
.inset-x-270p {
    right: 270px;
    left: 270px;
}
.inset-y-137p {
    top: 137px;
    bottom: 137px;
}
.inset-x-137p {
    right: 137px;
    left: 137px;
}
.inset-y-141p {
    top: 141px;
    bottom: 141px;
}
.inset-x-141p {
    right: 141px;
    left: 141px;
}
.inset-y-146p {
    top: 146px;
    bottom: 146px;
}
.inset-x-146p {
    right: 146px;
    left: 146px;
}
.inset-y-152p {
    top: 152px;
    bottom: 152px;
}
.inset-x-152p {
    right: 152px;
    left: 152px;
}
.inset-y-155p {
    top: 155px;
    bottom: 155px;
}
.inset-x-155p {
    right: 155px;
    left: 155px;
}
.inset-y-163p {
    top: 163px;
    bottom: 163px;
}
.inset-x-163p {
    right: 163px;
    left: 163px;
}
.inset-y-168p {
    top: 168px;
    bottom: 168px;
}
.inset-x-168p {
    right: 168px;
    left: 168px;
}
.inset-y-173p {
    top: 173px;
    bottom: 173px;
}
.inset-x-173p {
    right: 173px;
    left: 173px;
}
.inset-y-210p {
    top: 210px;
    bottom: 210px;
}
.inset-x-210p {
    right: 210px;
    left: 210px;
}
.inset-y-245p {
    top: 245px;
    bottom: 245px;
}
.inset-x-245p {
    right: 245px;
    left: 245px;
}
.inset-y-250p {
    top: 250px;
    bottom: 250px;
}
.inset-x-250p {
    right: 250px;
    left: 250px;
}
.inset-y-260p {
    top: 260px;
    bottom: 260px;
}
.inset-x-260p {
    right: 260px;
    left: 260px;
}
.inset-y-263p {
    top: 263px;
    bottom: 263px;
}
.inset-x-263p {
    right: 263px;
    left: 263px;
}
.inset-y-266p {
    top: 266px;
    bottom: 266px;
}
.inset-x-266p {
    right: 266px;
    left: 266px;
}
.inset-y-275p {
    top: 275px;
    bottom: 275px;
}
.inset-x-275p {
    right: 275px;
    left: 275px;
}
.inset-y-300p {
    top: 300px;
    bottom: 300px;
}
.inset-x-300p {
    right: 300px;
    left: 300px;
}
.inset-y-312p {
    top: 312px;
    bottom: 312px;
}
.inset-x-312p {
    right: 312px;
    left: 312px;
}
.inset-y-318p {
    top: 318px;
    bottom: 318px;
}
.inset-x-318p {
    right: 318px;
    left: 318px;
}
.inset-y-322p {
    top: 322px;
    bottom: 322px;
}
.inset-x-322p {
    right: 322px;
    left: 322px;
}
.inset-y-337p {
    top: 337px;
    bottom: 337px;
}
.inset-x-337p {
    right: 337px;
    left: 337px;
}
.inset-y-345p {
    top: 345px;
    bottom: 345px;
}
.inset-x-345p {
    right: 345px;
    left: 345px;
}
.inset-y-344p {
    top: 344px;
    bottom: 344px;
}
.inset-x-344p {
    right: 344px;
    left: 344px;
}
.inset-y-354p {
    top: 354px;
    bottom: 354px;
}
.inset-x-354p {
    right: 354px;
    left: 354px;
}
.inset-y-364p {
    top: 364px;
    bottom: 364px;
}
.inset-x-364p {
    right: 364px;
    left: 364px;
}
.inset-y-370p {
    top: 370px;
    bottom: 370px;
}
.inset-x-370p {
    right: 370px;
    left: 370px;
}
.inset-y-382p {
    top: 382px;
    bottom: 382px;
}
.inset-x-382p {
    right: 382px;
    left: 382px;
}
.inset-y-385p {
    top: 385px;
    bottom: 385px;
}
.inset-x-385p {
    right: 385px;
    left: 385px;
}
.inset-y-400p {
    top: 400px;
    bottom: 400px;
}
.inset-x-400p {
    right: 400px;
    left: 400px;
}
.inset-y-407p {
    top: 407px;
    bottom: 407px;
}
.inset-x-407p {
    right: 407px;
    left: 407px;
}
.inset-y-411p {
    top: 411px;
    bottom: 411px;
}
.inset-x-411p {
    right: 411px;
    left: 411px;
}
.inset-y-418p {
    top: 418px;
    bottom: 418px;
}
.inset-x-418p {
    right: 418px;
    left: 418px;
}
.inset-y-430p {
    top: 430px;
    bottom: 430px;
}
.inset-x-430p {
    right: 430px;
    left: 430px;
}
.inset-y-450p {
    top: 450px;
    bottom: 450px;
}
.inset-x-450p {
    right: 450px;
    left: 450px;
}
.inset-y-468p {
    top: 468px;
    bottom: 468px;
}
.inset-x-468p {
    right: 468px;
    left: 468px;
}
.inset-y-485p {
    top: 485px;
    bottom: 485px;
}
.inset-x-485p {
    right: 485px;
    left: 485px;
}
.inset-y-491p {
    top: 491px;
    bottom: 491px;
}
.inset-x-491p {
    right: 491px;
    left: 491px;
}
.inset-y-494p {
    top: 494px;
    bottom: 494px;
}
.inset-x-494p {
    right: 494px;
    left: 494px;
}
.inset-y-470p {
    top: 470px;
    bottom: 470px;
}
.inset-x-470p {
    right: 470px;
    left: 470px;
}
.inset-y-480p {
    top: 480px;
    bottom: 480px;
}
.inset-x-480p {
    right: 480px;
    left: 480px;
}
.inset-y-532p {
    top: 532px;
    bottom: 532px;
}
.inset-x-532p {
    right: 532px;
    left: 532px;
}
.inset-y-556p {
    top: 556px;
    bottom: 556px;
}
.inset-x-556p {
    right: 556px;
    left: 556px;
}
.inset-y-505p {
    top: 505px;
    bottom: 505px;
}
.inset-x-505p {
    right: 505px;
    left: 505px;
}
.inset-y-1179p {
    top: 1179px;
    bottom: 1179px;
}
.inset-x-1179p {
    right: 1179px;
    left: 1179px;
}
.inset-y-1253p {
    top: 1253px;
    bottom: 1253px;
}
.inset-x-1253p {
    right: 1253px;
    left: 1253px;
}
.inset-y-1575p {
    top: 1575px;
    bottom: 1575px;
}
.inset-x-1575p {
    right: 1575px;
    left: 1575px;
}
.inset-y-600p {
    top: 600px;
    bottom: 600px;
}
.inset-x-600p {
    right: 600px;
    left: 600px;
}
.inset-y-649p {
    top: 649px;
    bottom: 649px;
}
.inset-x-649p {
    right: 649px;
    left: 649px;
}
.inset-y-690p {
    top: 690px;
    bottom: 690px;
}
.inset-x-690p {
    right: 690px;
    left: 690px;
}
.inset-y-19\% {
    top: 19%;
    bottom: 19%;
}
.inset-x-19\% {
    right: 19%;
    left: 19%;
}
.inset-y-23\% {
    top: 23%;
    bottom: 23%;
}
.inset-x-23\% {
    right: 23%;
    left: 23%;
}
.inset-y-24\% {
    top: 24%;
    bottom: 24%;
}
.inset-x-24\% {
    right: 24%;
    left: 24%;
}
.inset-y-36\% {
    top: 36%;
    bottom: 36%;
}
.inset-x-36\% {
    right: 36%;
    left: 36%;
}
.inset-y-27\% {
    top: 27%;
    bottom: 27%;
}
.inset-x-27\% {
    right: 27%;
    left: 27%;
}
.inset-y-28\% {
    top: 28%;
    bottom: 28%;
}
.inset-x-28\% {
    right: 28%;
    left: 28%;
}
.inset-y-42\% {
    top: 42%;
    bottom: 42%;
}
.inset-x-42\% {
    right: 42%;
    left: 42%;
}
.inset-y-46\% {
    top: 46%;
    bottom: 46%;
}
.inset-x-46\% {
    right: 46%;
    left: 46%;
}
.inset-y-49\% {
    top: 49%;
    bottom: 49%;
}
.inset-x-49\% {
    right: 49%;
    left: 49%;
}
.inset-y-54\% {
    top: 54%;
    bottom: 54%;
}
.inset-x-54\% {
    right: 54%;
    left: 54%;
}
.inset-y-58\% {
    top: 58%;
    bottom: 58%;
}
.inset-x-58\% {
    right: 58%;
    left: 58%;
}
.inset-y-72\% {
    top: 72%;
    bottom: 72%;
}
.inset-x-72\% {
    right: 72%;
    left: 72%;
}
.inset-y-76\% {
    top: 76%;
    bottom: 76%;
}
.inset-x-76\% {
    right: 76%;
    left: 76%;
}
.inset-y-77\% {
    top: 77%;
    bottom: 77%;
}
.inset-x-77\% {
    right: 77%;
    left: 77%;
}
.inset-y-340p {
    top: 340px;
    bottom: 340px;
}
.inset-x-340p {
    right: 340px;
    left: 340px;
}
.inset-y-700p {
    top: 700px;
    bottom: 700px;
}
.inset-x-700p {
    right: 700px;
    left: 700px;
}
.inset-y-848p {
    top: 848px;
    bottom: 848px;
}
.inset-x-848p {
    right: 848px;
    left: 848px;
}
.inset-y-850p {
    top: 850px;
    bottom: 850px;
}
.inset-x-850p {
    right: 850px;
    left: 850px;
}
.inset-y-860p {
    top: 860px;
    bottom: 860px;
}
.inset-x-860p {
    right: 860px;
    left: 860px;
}
.inset-y-1425p {
    top: 1425px;
    bottom: 1425px;
}
.inset-x-1425p {
    right: 1425px;
    left: 1425px;
}
.-inset-y-0 {
    top: 0;
    bottom: 0;
}
.-inset-x-0 {
    right: 0;
    left: 0;
}
.-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
}
.-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
}
.-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
}
.-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
}
.-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
}
.-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
}
.-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
}
.-inset-x-4 {
    right: -1rem;
    left: -1rem;
}
.-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
}
.-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
}
.-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
}
.-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
}
.-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
}
.-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
}
.-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
}
.-inset-x-8 {
    right: -2rem;
    left: -2rem;
}
.-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
}
.-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
}
.-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
}
.-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
}
.-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
}
.-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
}
.-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
}
.-inset-x-12 {
    right: -3rem;
    left: -3rem;
}
.-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
}
.-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
}
.-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
}
.-inset-x-16 {
    right: -4rem;
    left: -4rem;
}
.-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
}
.-inset-x-20 {
    right: -5rem;
    left: -5rem;
}
.-inset-y-23 {
    top: -88px;
    bottom: -88px;
}
.-inset-x-23 {
    right: -88px;
    left: -88px;
}
.-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
}
.-inset-x-24 {
    right: -6rem;
    left: -6rem;
}
.-inset-y-25 {
    top: -100px;
    bottom: -100px;
}
.-inset-x-25 {
    right: -100px;
    left: -100px;
}
.-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
}
.-inset-x-28 {
    right: -7rem;
    left: -7rem;
}
.-inset-y-29 {
    top: -120px;
    bottom: -120px;
}
.-inset-x-29 {
    right: -120px;
    left: -120px;
}
.-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
}
.-inset-x-32 {
    right: -8rem;
    left: -8rem;
}
.-inset-y-33 {
    top: -130px;
    bottom: -130px;
}
.-inset-x-33 {
    right: -130px;
    left: -130px;
}
.-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
}
.-inset-x-36 {
    right: -9rem;
    left: -9rem;
}
.-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
}
.-inset-x-40 {
    right: -10rem;
    left: -10rem;
}
.-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
}
.-inset-x-44 {
    right: -11rem;
    left: -11rem;
}
.-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
}
.-inset-x-48 {
    right: -12rem;
    left: -12rem;
}
.-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
}
.-inset-x-52 {
    right: -13rem;
    left: -13rem;
}
.-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
}
.-inset-x-56 {
    right: -14rem;
    left: -14rem;
}
.-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
}
.-inset-x-60 {
    right: -15rem;
    left: -15rem;
}
.-inset-y-63 {
    top: -270px;
    bottom: -270px;
}
.-inset-x-63 {
    right: -270px;
    left: -270px;
}
.-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
}
.-inset-x-64 {
    right: -16rem;
    left: -16rem;
}
.-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
}
.-inset-x-72 {
    right: -18rem;
    left: -18rem;
}
.-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
}
.-inset-x-80 {
    right: -20rem;
    left: -20rem;
}
.-inset-y-92 {
    top: -475px;
    bottom: -475px;
}
.-inset-x-92 {
    right: -475px;
    left: -475px;
}
.-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
}
.-inset-x-96 {
    right: -24rem;
    left: -24rem;
}
.-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
}
.-inset-x-128 {
    right: -32rem;
    left: -32rem;
}
.-inset-y-px {
    top: -1px;
    bottom: -1px;
}
.-inset-x-px {
    right: -1px;
    left: -1px;
}
.-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
}
.-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
}
.-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
}
.-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
}
.-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
}
.-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
}
.-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
}
.-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
}
.-inset-y-105p {
    top: -105px;
    bottom: -105px;
}
.-inset-x-105p {
    right: -105px;
    left: -105px;
}
.-inset-y-50p {
    top: -50px;
    bottom: -50px;
}
.-inset-x-50p {
    right: -50px;
    left: -50px;
}
.-inset-y-54p {
    top: -54px;
    bottom: -54px;
}
.-inset-x-54p {
    right: -54px;
    left: -54px;
}
.-inset-y-1p {
    top: -1px;
    bottom: -1px;
}
.-inset-x-1p {
    right: -1px;
    left: -1px;
}
.-inset-y-2p {
    top: -2px;
    bottom: -2px;
}
.-inset-x-2p {
    right: -2px;
    left: -2px;
}
.-inset-y-3p {
    top: -3px;
    bottom: -3px;
}
.-inset-x-3p {
    right: -3px;
    left: -3px;
}
.-inset-y-5p {
    top: -5px;
    bottom: -5px;
}
.-inset-x-5p {
    right: -5px;
    left: -5px;
}
.-inset-y-7p {
    top: -7px;
    bottom: -7px;
}
.-inset-x-7p {
    right: -7px;
    left: -7px;
}
.-inset-y-9p {
    top: -9px;
    bottom: -9px;
}
.-inset-x-9p {
    right: -9px;
    left: -9px;
}
.-inset-y-10p {
    top: -10px;
    bottom: -10px;
}
.-inset-x-10p {
    right: -10px;
    left: -10px;
}
.-inset-y-11p {
    top: -11px;
    bottom: -11px;
}
.-inset-x-11p {
    right: -11px;
    left: -11px;
}
.-inset-y-13p {
    top: -13px;
    bottom: -13px;
}
.-inset-x-13p {
    right: -13px;
    left: -13px;
}
.-inset-y-15p {
    top: -15px;
    bottom: -15px;
}
.-inset-x-15p {
    right: -15px;
    left: -15px;
}
.-inset-y-18p {
    top: -18px;
    bottom: -18px;
}
.-inset-x-18p {
    right: -18px;
    left: -18px;
}
.-inset-y-19p {
    top: -19px;
    bottom: -19px;
}
.-inset-x-19p {
    right: -19px;
    left: -19px;
}
.-inset-y-21p {
    top: -21px;
    bottom: -21px;
}
.-inset-x-21p {
    right: -21px;
    left: -21px;
}
.-inset-y-22p {
    top: -22px;
    bottom: -22px;
}
.-inset-x-22p {
    right: -22px;
    left: -22px;
}
.-inset-y-23p {
    top: -23px;
    bottom: -23px;
}
.-inset-x-23p {
    right: -23px;
    left: -23px;
}
.-inset-y-25p {
    top: -25px;
    bottom: -25px;
}
.-inset-x-25p {
    right: -25px;
    left: -25px;
}
.-inset-y-26p {
    top: -26px;
    bottom: -26px;
}
.-inset-x-26p {
    right: -26px;
    left: -26px;
}
.-inset-y-29p {
    top: -29px;
    bottom: -29px;
}
.-inset-x-29p {
    right: -29px;
    left: -29px;
}
.-inset-y-30p {
    top: -30px;
    bottom: -30px;
}
.-inset-x-30p {
    right: -30px;
    left: -30px;
}
.-inset-y-31p {
    top: -31px;
    bottom: -31px;
}
.-inset-x-31p {
    right: -31px;
    left: -31px;
}
.-inset-y-35p {
    top: -35px;
    bottom: -35px;
}
.-inset-x-35p {
    right: -35px;
    left: -35px;
}
.-inset-y-52p {
    top: -52px;
    bottom: -52px;
}
.-inset-x-52p {
    right: -52px;
    left: -52px;
}
.-inset-y-53p {
    top: -53px;
    bottom: -53px;
}
.-inset-x-53p {
    right: -53px;
    left: -53px;
}
.-inset-y-55p {
    top: -55px;
    bottom: -55px;
}
.-inset-x-55p {
    right: -55px;
    left: -55px;
}
.-inset-y-59p {
    top: -59px;
    bottom: -59px;
}
.-inset-x-59p {
    right: -59px;
    left: -59px;
}
.-inset-y-27p {
    top: -27px;
    bottom: -27px;
}
.-inset-x-27p {
    right: -27px;
    left: -27px;
}
.-inset-y-33\.5p {
    top: -33.5px;
    bottom: -33.5px;
}
.-inset-x-33\.5p {
    right: -33.5px;
    left: -33.5px;
}
.-inset-y-38p {
    top: -38px;
    bottom: -38px;
}
.-inset-x-38p {
    right: -38px;
    left: -38px;
}
.-inset-y-40p {
    top: -40px;
    bottom: -40px;
}
.-inset-x-40p {
    right: -40px;
    left: -40px;
}
.-inset-y-46p {
    top: -46px;
    bottom: -46px;
}
.-inset-x-46p {
    right: -46px;
    left: -46px;
}
.-inset-y-47p {
    top: -47px;
    bottom: -47px;
}
.-inset-x-47p {
    right: -47px;
    left: -47px;
}
.-inset-y-49p {
    top: -49px;
    bottom: -49px;
}
.-inset-x-49p {
    right: -49px;
    left: -49px;
}
.-inset-y-58p {
    top: -58px;
    bottom: -58px;
}
.-inset-x-58p {
    right: -58px;
    left: -58px;
}
.-inset-y-75p {
    top: -75px;
    bottom: -75px;
}
.-inset-x-75p {
    right: -75px;
    left: -75px;
}
.-inset-y-77p {
    top: -77px;
    bottom: -77px;
}
.-inset-x-77p {
    right: -77px;
    left: -77px;
}
.-inset-y-60p {
    top: -60px;
    bottom: -60px;
}
.-inset-x-60p {
    right: -60px;
    left: -60px;
}
.-inset-y-65p {
    top: -65px;
    bottom: -65px;
}
.-inset-x-65p {
    right: -65px;
    left: -65px;
}
.-inset-y-66p {
    top: -66px;
    bottom: -66px;
}
.-inset-x-66p {
    right: -66px;
    left: -66px;
}
.-inset-y-68p {
    top: -68px;
    bottom: -68px;
}
.-inset-x-68p {
    right: -68px;
    left: -68px;
}
.-inset-y-70p {
    top: -70px;
    bottom: -70px;
}
.-inset-x-70p {
    right: -70px;
    left: -70px;
}
.-inset-y-72p {
    top: -72px;
    bottom: -72px;
}
.-inset-x-72p {
    right: -72px;
    left: -72px;
}
.-inset-y-74p {
    top: -74px;
    bottom: -74px;
}
.-inset-x-74p {
    right: -74px;
    left: -74px;
}
.-inset-y-78p {
    top: -78px;
    bottom: -78px;
}
.-inset-x-78p {
    right: -78px;
    left: -78px;
}
.-inset-y-80p {
    top: -80px;
    bottom: -80px;
}
.-inset-x-80p {
    right: -80px;
    left: -80px;
}
.-inset-y-82p {
    top: -82px;
    bottom: -82px;
}
.-inset-x-82p {
    right: -82px;
    left: -82px;
}
.-inset-y-84p {
    top: -84px;
    bottom: -84px;
}
.-inset-x-84p {
    right: -84px;
    left: -84px;
}
.-inset-y-89p {
    top: -89px;
    bottom: -89px;
}
.-inset-x-89p {
    right: -89px;
    left: -89px;
}
.-inset-y-93p {
    top: -93px;
    bottom: -93px;
}
.-inset-x-93p {
    right: -93px;
    left: -93px;
}
.-inset-y-90p {
    top: -90px;
    bottom: -90px;
}
.-inset-x-90p {
    right: -90px;
    left: -90px;
}
.-inset-y-97p {
    top: -97px;
    bottom: -97px;
}
.-inset-x-97p {
    right: -97px;
    left: -97px;
}
.-inset-y-103p {
    top: -103px;
    bottom: -103px;
}
.-inset-x-103p {
    right: -103px;
    left: -103px;
}
.-inset-y-116p {
    top: -116px;
    bottom: -116px;
}
.-inset-x-116p {
    right: -116px;
    left: -116px;
}
.-inset-y-120p {
    top: -120px;
    bottom: -120px;
}
.-inset-x-120p {
    right: -120px;
    left: -120px;
}
.-inset-y-125p {
    top: -125px;
    bottom: -125px;
}
.-inset-x-125p {
    right: -125px;
    left: -125px;
}
.-inset-y-130p {
    top: -130px;
    bottom: -130px;
}
.-inset-x-130p {
    right: -130px;
    left: -130px;
}
.-inset-y-135p {
    top: -135px;
    bottom: -135px;
}
.-inset-x-135p {
    right: -135px;
    left: -135px;
}
.-inset-y-132p {
    top: -132px;
    bottom: -132px;
}
.-inset-x-132p {
    right: -132px;
    left: -132px;
}
.-inset-y-150p {
    top: -150px;
    bottom: -150px;
}
.-inset-x-150p {
    right: -150px;
    left: -150px;
}
.-inset-y-216p {
    top: -216px;
    bottom: -216px;
}
.-inset-x-216p {
    right: -216px;
    left: -216px;
}
.-inset-y-225p {
    top: -225px;
    bottom: -225px;
}
.-inset-x-225p {
    right: -225px;
    left: -225px;
}
.-inset-y-296p {
    top: -296px;
    bottom: -296px;
}
.-inset-x-296p {
    right: -296px;
    left: -296px;
}
.-inset-y-270p {
    top: -270px;
    bottom: -270px;
}
.-inset-x-270p {
    right: -270px;
    left: -270px;
}
.-inset-y-137p {
    top: -137px;
    bottom: -137px;
}
.-inset-x-137p {
    right: -137px;
    left: -137px;
}
.-inset-y-141p {
    top: -141px;
    bottom: -141px;
}
.-inset-x-141p {
    right: -141px;
    left: -141px;
}
.-inset-y-146p {
    top: -146px;
    bottom: -146px;
}
.-inset-x-146p {
    right: -146px;
    left: -146px;
}
.-inset-y-152p {
    top: -152px;
    bottom: -152px;
}
.-inset-x-152p {
    right: -152px;
    left: -152px;
}
.-inset-y-155p {
    top: -155px;
    bottom: -155px;
}
.-inset-x-155p {
    right: -155px;
    left: -155px;
}
.-inset-y-163p {
    top: -163px;
    bottom: -163px;
}
.-inset-x-163p {
    right: -163px;
    left: -163px;
}
.-inset-y-168p {
    top: -168px;
    bottom: -168px;
}
.-inset-x-168p {
    right: -168px;
    left: -168px;
}
.-inset-y-173p {
    top: -173px;
    bottom: -173px;
}
.-inset-x-173p {
    right: -173px;
    left: -173px;
}
.-inset-y-210p {
    top: -210px;
    bottom: -210px;
}
.-inset-x-210p {
    right: -210px;
    left: -210px;
}
.-inset-y-245p {
    top: -245px;
    bottom: -245px;
}
.-inset-x-245p {
    right: -245px;
    left: -245px;
}
.-inset-y-250p {
    top: -250px;
    bottom: -250px;
}
.-inset-x-250p {
    right: -250px;
    left: -250px;
}
.-inset-y-260p {
    top: -260px;
    bottom: -260px;
}
.-inset-x-260p {
    right: -260px;
    left: -260px;
}
.-inset-y-263p {
    top: -263px;
    bottom: -263px;
}
.-inset-x-263p {
    right: -263px;
    left: -263px;
}
.-inset-y-266p {
    top: -266px;
    bottom: -266px;
}
.-inset-x-266p {
    right: -266px;
    left: -266px;
}
.-inset-y-275p {
    top: -275px;
    bottom: -275px;
}
.-inset-x-275p {
    right: -275px;
    left: -275px;
}
.-inset-y-300p {
    top: -300px;
    bottom: -300px;
}
.-inset-x-300p {
    right: -300px;
    left: -300px;
}
.-inset-y-312p {
    top: -312px;
    bottom: -312px;
}
.-inset-x-312p {
    right: -312px;
    left: -312px;
}
.-inset-y-318p {
    top: -318px;
    bottom: -318px;
}
.-inset-x-318p {
    right: -318px;
    left: -318px;
}
.-inset-y-322p {
    top: -322px;
    bottom: -322px;
}
.-inset-x-322p {
    right: -322px;
    left: -322px;
}
.-inset-y-337p {
    top: -337px;
    bottom: -337px;
}
.-inset-x-337p {
    right: -337px;
    left: -337px;
}
.-inset-y-345p {
    top: -345px;
    bottom: -345px;
}
.-inset-x-345p {
    right: -345px;
    left: -345px;
}
.-inset-y-344p {
    top: -344px;
    bottom: -344px;
}
.-inset-x-344p {
    right: -344px;
    left: -344px;
}
.-inset-y-354p {
    top: -354px;
    bottom: -354px;
}
.-inset-x-354p {
    right: -354px;
    left: -354px;
}
.-inset-y-364p {
    top: -364px;
    bottom: -364px;
}
.-inset-x-364p {
    right: -364px;
    left: -364px;
}
.-inset-y-370p {
    top: -370px;
    bottom: -370px;
}
.-inset-x-370p {
    right: -370px;
    left: -370px;
}
.-inset-y-382p {
    top: -382px;
    bottom: -382px;
}
.-inset-x-382p {
    right: -382px;
    left: -382px;
}
.-inset-y-385p {
    top: -385px;
    bottom: -385px;
}
.-inset-x-385p {
    right: -385px;
    left: -385px;
}
.-inset-y-400p {
    top: -400px;
    bottom: -400px;
}
.-inset-x-400p {
    right: -400px;
    left: -400px;
}
.-inset-y-407p {
    top: -407px;
    bottom: -407px;
}
.-inset-x-407p {
    right: -407px;
    left: -407px;
}
.-inset-y-411p {
    top: -411px;
    bottom: -411px;
}
.-inset-x-411p {
    right: -411px;
    left: -411px;
}
.-inset-y-418p {
    top: -418px;
    bottom: -418px;
}
.-inset-x-418p {
    right: -418px;
    left: -418px;
}
.-inset-y-430p {
    top: -430px;
    bottom: -430px;
}
.-inset-x-430p {
    right: -430px;
    left: -430px;
}
.-inset-y-450p {
    top: -450px;
    bottom: -450px;
}
.-inset-x-450p {
    right: -450px;
    left: -450px;
}
.-inset-y-468p {
    top: -468px;
    bottom: -468px;
}
.-inset-x-468p {
    right: -468px;
    left: -468px;
}
.-inset-y-485p {
    top: -485px;
    bottom: -485px;
}
.-inset-x-485p {
    right: -485px;
    left: -485px;
}
.-inset-y-491p {
    top: -491px;
    bottom: -491px;
}
.-inset-x-491p {
    right: -491px;
    left: -491px;
}
.-inset-y-494p {
    top: -494px;
    bottom: -494px;
}
.-inset-x-494p {
    right: -494px;
    left: -494px;
}
.-inset-y-470p {
    top: -470px;
    bottom: -470px;
}
.-inset-x-470p {
    right: -470px;
    left: -470px;
}
.-inset-y-480p {
    top: -480px;
    bottom: -480px;
}
.-inset-x-480p {
    right: -480px;
    left: -480px;
}
.-inset-y-532p {
    top: -532px;
    bottom: -532px;
}
.-inset-x-532p {
    right: -532px;
    left: -532px;
}
.-inset-y-556p {
    top: -556px;
    bottom: -556px;
}
.-inset-x-556p {
    right: -556px;
    left: -556px;
}
.-inset-y-505p {
    top: -505px;
    bottom: -505px;
}
.-inset-x-505p {
    right: -505px;
    left: -505px;
}
.-inset-y-1179p {
    top: -1179px;
    bottom: -1179px;
}
.-inset-x-1179p {
    right: -1179px;
    left: -1179px;
}
.-inset-y-1253p {
    top: -1253px;
    bottom: -1253px;
}
.-inset-x-1253p {
    right: -1253px;
    left: -1253px;
}
.-inset-y-1575p {
    top: -1575px;
    bottom: -1575px;
}
.-inset-x-1575p {
    right: -1575px;
    left: -1575px;
}
.-inset-y-600p {
    top: -600px;
    bottom: -600px;
}
.-inset-x-600p {
    right: -600px;
    left: -600px;
}
.-inset-y-649p {
    top: -649px;
    bottom: -649px;
}
.-inset-x-649p {
    right: -649px;
    left: -649px;
}
.-inset-y-690p {
    top: -690px;
    bottom: -690px;
}
.-inset-x-690p {
    right: -690px;
    left: -690px;
}
.-inset-y-19\% {
    top: -19%;
    bottom: -19%;
}
.-inset-x-19\% {
    right: -19%;
    left: -19%;
}
.-inset-y-23\% {
    top: -23%;
    bottom: -23%;
}
.-inset-x-23\% {
    right: -23%;
    left: -23%;
}
.-inset-y-24\% {
    top: -24%;
    bottom: -24%;
}
.-inset-x-24\% {
    right: -24%;
    left: -24%;
}
.-inset-y-36\% {
    top: -36%;
    bottom: -36%;
}
.-inset-x-36\% {
    right: -36%;
    left: -36%;
}
.-inset-y-27\% {
    top: -27%;
    bottom: -27%;
}
.-inset-x-27\% {
    right: -27%;
    left: -27%;
}
.-inset-y-28\% {
    top: -28%;
    bottom: -28%;
}
.-inset-x-28\% {
    right: -28%;
    left: -28%;
}
.-inset-y-42\% {
    top: -42%;
    bottom: -42%;
}
.-inset-x-42\% {
    right: -42%;
    left: -42%;
}
.-inset-y-46\% {
    top: -46%;
    bottom: -46%;
}
.-inset-x-46\% {
    right: -46%;
    left: -46%;
}
.-inset-y-49\% {
    top: -49%;
    bottom: -49%;
}
.-inset-x-49\% {
    right: -49%;
    left: -49%;
}
.-inset-y-54\% {
    top: -54%;
    bottom: -54%;
}
.-inset-x-54\% {
    right: -54%;
    left: -54%;
}
.-inset-y-58\% {
    top: -58%;
    bottom: -58%;
}
.-inset-x-58\% {
    right: -58%;
    left: -58%;
}
.-inset-y-72\% {
    top: -72%;
    bottom: -72%;
}
.-inset-x-72\% {
    right: -72%;
    left: -72%;
}
.-inset-y-76\% {
    top: -76%;
    bottom: -76%;
}
.-inset-x-76\% {
    right: -76%;
    left: -76%;
}
.-inset-y-77\% {
    top: -77%;
    bottom: -77%;
}
.-inset-x-77\% {
    right: -77%;
    left: -77%;
}
.-inset-y-340p {
    top: -340px;
    bottom: -340px;
}
.-inset-x-340p {
    right: -340px;
    left: -340px;
}
.-inset-y-700p {
    top: -700px;
    bottom: -700px;
}
.-inset-x-700p {
    right: -700px;
    left: -700px;
}
.-inset-y-848p {
    top: -848px;
    bottom: -848px;
}
.-inset-x-848p {
    right: -848px;
    left: -848px;
}
.-inset-y-850p {
    top: -850px;
    bottom: -850px;
}
.-inset-x-850p {
    right: -850px;
    left: -850px;
}
.-inset-y-860p {
    top: -860px;
    bottom: -860px;
}
.-inset-x-860p {
    right: -860px;
    left: -860px;
}
.-inset-y-1425p {
    top: -1425px;
    bottom: -1425px;
}
.-inset-x-1425p {
    right: -1425px;
    left: -1425px;
}
.inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
}
.inset-x-1\/2 {
    right: 50%;
    left: 50%;
}
.inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
}
.inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
}
.inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
}
.inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
}
.inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
}
.inset-x-1\/4 {
    right: 25%;
    left: 25%;
}
.inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
}
.inset-x-2\/4 {
    right: 50%;
    left: 50%;
}
.inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
}
.inset-x-3\/4 {
    right: 75%;
    left: 75%;
}
.inset-y-full {
    top: 100%;
    bottom: 100%;
}
.inset-x-full {
    right: 100%;
    left: 100%;
}
.-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
}
.-inset-x-1\/2 {
    right: -50%;
    left: -50%;
}
.-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
}
.-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
}
.-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
}
.-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
}
.-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
}
.-inset-x-1\/4 {
    right: -25%;
    left: -25%;
}
.-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
}
.-inset-x-2\/4 {
    right: -50%;
    left: -50%;
}
.-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
}
.-inset-x-3\/4 {
    right: -75%;
    left: -75%;
}
.-inset-y-full {
    top: -100%;
    bottom: -100%;
}
.-inset-x-full {
    right: -100%;
    left: -100%;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.top-1 {
    top: 0.25rem;
}
.right-1 {
    right: 0.25rem;
}
.bottom-1 {
    bottom: 0.25rem;
}
.left-1 {
    left: 0.25rem;
}
.top-2 {
    top: 0.5rem;
}
.right-2 {
    right: 0.5rem;
}
.bottom-2 {
    bottom: 0.5rem;
}
.left-2 {
    left: 0.5rem;
}
.top-3 {
    top: 0.75rem;
}
.right-3 {
    right: 0.75rem;
}
.bottom-3 {
    bottom: 0.75rem;
}
.left-3 {
    left: 0.75rem;
}
.top-4 {
    top: 1rem;
}
.right-4 {
    right: 1rem;
}
.bottom-4 {
    bottom: 1rem;
}
.left-4 {
    left: 1rem;
}
.top-5 {
    top: 1.25rem;
}
.right-5 {
    right: 1.25rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.left-5 {
    left: 1.25rem;
}
.top-6 {
    top: 1.5rem;
}
.right-6 {
    right: 1.5rem;
}
.bottom-6 {
    bottom: 1.5rem;
}
.left-6 {
    left: 1.5rem;
}
.top-7 {
    top: 1.75rem;
}
.right-7 {
    right: 1.75rem;
}
.bottom-7 {
    bottom: 1.75rem;
}
.left-7 {
    left: 1.75rem;
}
.top-8 {
    top: 2rem;
}
.right-8 {
    right: 2rem;
}
.bottom-8 {
    bottom: 2rem;
}
.left-8 {
    left: 2rem;
}
.top-9 {
    top: 2.25rem;
}
.right-9 {
    right: 2.25rem;
}
.bottom-9 {
    bottom: 2.25rem;
}
.left-9 {
    left: 2.25rem;
}
.top-10 {
    top: 2.5rem;
}
.right-10 {
    right: 2.5rem;
}
.bottom-10 {
    bottom: 2.5rem;
}
.left-10 {
    left: 2.5rem;
}
.top-11 {
    top: 2.75rem;
}
.right-11 {
    right: 2.75rem;
}
.bottom-11 {
    bottom: 2.75rem;
}
.left-11 {
    left: 2.75rem;
}
.top-12 {
    top: 3rem;
}
.right-12 {
    right: 3rem;
}
.bottom-12 {
    bottom: 3rem;
}
.left-12 {
    left: 3rem;
}
.top-14 {
    top: 3.5rem;
}
.right-14 {
    right: 3.5rem;
}
.bottom-14 {
    bottom: 3.5rem;
}
.left-14 {
    left: 3.5rem;
}
.top-16 {
    top: 4rem;
}
.right-16 {
    right: 4rem;
}
.bottom-16 {
    bottom: 4rem;
}
.left-16 {
    left: 4rem;
}
.top-20 {
    top: 5rem;
}
.right-20 {
    right: 5rem;
}
.bottom-20 {
    bottom: 5rem;
}
.left-20 {
    left: 5rem;
}
.top-23 {
    top: 88px;
}
.right-23 {
    right: 88px;
}
.bottom-23 {
    bottom: 88px;
}
.left-23 {
    left: 88px;
}
.top-24 {
    top: 6rem;
}
.right-24 {
    right: 6rem;
}
.bottom-24 {
    bottom: 6rem;
}
.left-24 {
    left: 6rem;
}
.top-25 {
    top: 100px;
}
.right-25 {
    right: 100px;
}
.bottom-25 {
    bottom: 100px;
}
.left-25 {
    left: 100px;
}
.top-28 {
    top: 7rem;
}
.right-28 {
    right: 7rem;
}
.bottom-28 {
    bottom: 7rem;
}
.left-28 {
    left: 7rem;
}
.top-29 {
    top: 120px;
}
.right-29 {
    right: 120px;
}
.bottom-29 {
    bottom: 120px;
}
.left-29 {
    left: 120px;
}
.top-32 {
    top: 8rem;
}
.right-32 {
    right: 8rem;
}
.bottom-32 {
    bottom: 8rem;
}
.left-32 {
    left: 8rem;
}
.top-33 {
    top: 130px;
}
.right-33 {
    right: 130px;
}
.bottom-33 {
    bottom: 130px;
}
.left-33 {
    left: 130px;
}
.top-36 {
    top: 9rem;
}
.right-36 {
    right: 9rem;
}
.bottom-36 {
    bottom: 9rem;
}
.left-36 {
    left: 9rem;
}
.top-40 {
    top: 10rem;
}
.right-40 {
    right: 10rem;
}
.bottom-40 {
    bottom: 10rem;
}
.left-40 {
    left: 10rem;
}
.top-44 {
    top: 11rem;
}
.right-44 {
    right: 11rem;
}
.bottom-44 {
    bottom: 11rem;
}
.left-44 {
    left: 11rem;
}
.top-48 {
    top: 12rem;
}
.right-48 {
    right: 12rem;
}
.bottom-48 {
    bottom: 12rem;
}
.left-48 {
    left: 12rem;
}
.top-52 {
    top: 13rem;
}
.right-52 {
    right: 13rem;
}
.bottom-52 {
    bottom: 13rem;
}
.left-52 {
    left: 13rem;
}
.top-56 {
    top: 14rem;
}
.right-56 {
    right: 14rem;
}
.bottom-56 {
    bottom: 14rem;
}
.left-56 {
    left: 14rem;
}
.top-60 {
    top: 15rem;
}
.right-60 {
    right: 15rem;
}
.bottom-60 {
    bottom: 15rem;
}
.left-60 {
    left: 15rem;
}
.top-63 {
    top: 270px;
}
.right-63 {
    right: 270px;
}
.bottom-63 {
    bottom: 270px;
}
.left-63 {
    left: 270px;
}
.top-64 {
    top: 16rem;
}
.right-64 {
    right: 16rem;
}
.bottom-64 {
    bottom: 16rem;
}
.left-64 {
    left: 16rem;
}
.top-72 {
    top: 18rem;
}
.right-72 {
    right: 18rem;
}
.bottom-72 {
    bottom: 18rem;
}
.left-72 {
    left: 18rem;
}
.top-80 {
    top: 20rem;
}
.right-80 {
    right: 20rem;
}
.bottom-80 {
    bottom: 20rem;
}
.left-80 {
    left: 20rem;
}
.top-92 {
    top: 475px;
}
.right-92 {
    right: 475px;
}
.bottom-92 {
    bottom: 475px;
}
.left-92 {
    left: 475px;
}
.top-96 {
    top: 24rem;
}
.right-96 {
    right: 24rem;
}
.bottom-96 {
    bottom: 24rem;
}
.left-96 {
    left: 24rem;
}
.top-128 {
    top: 32rem;
}
.right-128 {
    right: 32rem;
}
.bottom-128 {
    bottom: 32rem;
}
.left-128 {
    left: 32rem;
}
.top-auto {
    top: auto;
}
.right-auto {
    right: auto;
}
.bottom-auto {
    bottom: auto;
}
.left-auto {
    left: auto;
}
.top-px {
    top: 1px;
}
.right-px {
    right: 1px;
}
.bottom-px {
    bottom: 1px;
}
.left-px {
    left: 1px;
}
.top-0\.5 {
    top: 0.125rem;
}
.right-0\.5 {
    right: 0.125rem;
}
.bottom-0\.5 {
    bottom: 0.125rem;
}
.left-0\.5 {
    left: 0.125rem;
}
.top-1\.5 {
    top: 0.375rem;
}
.right-1\.5 {
    right: 0.375rem;
}
.bottom-1\.5 {
    bottom: 0.375rem;
}
.left-1\.5 {
    left: 0.375rem;
}
.top-2\.5 {
    top: 0.625rem;
}
.right-2\.5 {
    right: 0.625rem;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.left-2\.5 {
    left: 0.625rem;
}
.top-3\.5 {
    top: 0.875rem;
}
.right-3\.5 {
    right: 0.875rem;
}
.bottom-3\.5 {
    bottom: 0.875rem;
}
.left-3\.5 {
    left: 0.875rem;
}
.top-105p {
    top: 105px;
}
.right-105p {
    right: 105px;
}
.bottom-105p {
    bottom: 105px;
}
.left-105p {
    left: 105px;
}
.top-50p {
    top: 50px;
}
.right-50p {
    right: 50px;
}
.bottom-50p {
    bottom: 50px;
}
.left-50p {
    left: 50px;
}
.top-54p {
    top: 54px;
}
.right-54p {
    right: 54px;
}
.bottom-54p {
    bottom: 54px;
}
.left-54p {
    left: 54px;
}
.top-1p {
    top: 1px;
}
.right-1p {
    right: 1px;
}
.bottom-1p {
    bottom: 1px;
}
.left-1p {
    left: 1px;
}
.top-2p {
    top: 2px;
}
.right-2p {
    right: 2px;
}
.bottom-2p {
    bottom: 2px;
}
.left-2p {
    left: 2px;
}
.top-3p {
    top: 3px;
}
.right-3p {
    right: 3px;
}
.bottom-3p {
    bottom: 3px;
}
.left-3p {
    left: 3px;
}
.top-5p {
    top: 5px;
}
.right-5p {
    right: 5px;
}
.bottom-5p {
    bottom: 5px;
}
.left-5p {
    left: 5px;
}
.top-7p {
    top: 7px;
}
.right-7p {
    right: 7px;
}
.bottom-7p {
    bottom: 7px;
}
.left-7p {
    left: 7px;
}
.top-9p {
    top: 9px;
}
.right-9p {
    right: 9px;
}
.bottom-9p {
    bottom: 9px;
}
.left-9p {
    left: 9px;
}
.top-10p {
    top: 10px;
}
.right-10p {
    right: 10px;
}
.bottom-10p {
    bottom: 10px;
}
.left-10p {
    left: 10px;
}
.top-11p {
    top: 11px;
}
.right-11p {
    right: 11px;
}
.bottom-11p {
    bottom: 11px;
}
.left-11p {
    left: 11px;
}
.top-13p {
    top: 13px;
}
.right-13p {
    right: 13px;
}
.bottom-13p {
    bottom: 13px;
}
.left-13p {
    left: 13px;
}
.top-15p {
    top: 15px;
}
.right-15p {
    right: 15px;
}
.bottom-15p {
    bottom: 15px;
}
.left-15p {
    left: 15px;
}
.top-18p {
    top: 18px;
}
.right-18p {
    right: 18px;
}
.bottom-18p {
    bottom: 18px;
}
.left-18p {
    left: 18px;
}
.top-19p {
    top: 19px;
}
.right-19p {
    right: 19px;
}
.bottom-19p {
    bottom: 19px;
}
.left-19p {
    left: 19px;
}
.top-21p {
    top: 21px;
}
.right-21p {
    right: 21px;
}
.bottom-21p {
    bottom: 21px;
}
.left-21p {
    left: 21px;
}
.top-22p {
    top: 22px;
}
.right-22p {
    right: 22px;
}
.bottom-22p {
    bottom: 22px;
}
.left-22p {
    left: 22px;
}
.top-23p {
    top: 23px;
}
.right-23p {
    right: 23px;
}
.bottom-23p {
    bottom: 23px;
}
.left-23p {
    left: 23px;
}
.top-25p {
    top: 25px;
}
.right-25p {
    right: 25px;
}
.bottom-25p {
    bottom: 25px;
}
.left-25p {
    left: 25px;
}
.top-26p {
    top: 26px;
}
.right-26p {
    right: 26px;
}
.bottom-26p {
    bottom: 26px;
}
.left-26p {
    left: 26px;
}
.top-29p {
    top: 29px;
}
.right-29p {
    right: 29px;
}
.bottom-29p {
    bottom: 29px;
}
.left-29p {
    left: 29px;
}
.top-30p {
    top: 30px;
}
.right-30p {
    right: 30px;
}
.bottom-30p {
    bottom: 30px;
}
.left-30p {
    left: 30px;
}
.top-31p {
    top: 31px;
}
.right-31p {
    right: 31px;
}
.bottom-31p {
    bottom: 31px;
}
.left-31p {
    left: 31px;
}
.top-35p {
    top: 35px;
}
.right-35p {
    right: 35px;
}
.bottom-35p {
    bottom: 35px;
}
.left-35p {
    left: 35px;
}
.top-52p {
    top: 52px;
}
.right-52p {
    right: 52px;
}
.bottom-52p {
    bottom: 52px;
}
.left-52p {
    left: 52px;
}
.top-53p {
    top: 53px;
}
.right-53p {
    right: 53px;
}
.bottom-53p {
    bottom: 53px;
}
.left-53p {
    left: 53px;
}
.top-55p {
    top: 55px;
}
.right-55p {
    right: 55px;
}
.bottom-55p {
    bottom: 55px;
}
.left-55p {
    left: 55px;
}
.top-59p {
    top: 59px;
}
.right-59p {
    right: 59px;
}
.bottom-59p {
    bottom: 59px;
}
.left-59p {
    left: 59px;
}
.top-27p {
    top: 27px;
}
.right-27p {
    right: 27px;
}
.bottom-27p {
    bottom: 27px;
}
.left-27p {
    left: 27px;
}
.top-33\.5p {
    top: 33.5px;
}
.right-33\.5p {
    right: 33.5px;
}
.bottom-33\.5p {
    bottom: 33.5px;
}
.left-33\.5p {
    left: 33.5px;
}
.top-38p {
    top: 38px;
}
.right-38p {
    right: 38px;
}
.bottom-38p {
    bottom: 38px;
}
.left-38p {
    left: 38px;
}
.top-40p {
    top: 40px;
}
.right-40p {
    right: 40px;
}
.bottom-40p {
    bottom: 40px;
}
.left-40p {
    left: 40px;
}
.top-46p {
    top: 46px;
}
.right-46p {
    right: 46px;
}
.bottom-46p {
    bottom: 46px;
}
.left-46p {
    left: 46px;
}
.top-47p {
    top: 47px;
}
.right-47p {
    right: 47px;
}
.bottom-47p {
    bottom: 47px;
}
.left-47p {
    left: 47px;
}
.top-49p {
    top: 49px;
}
.right-49p {
    right: 49px;
}
.bottom-49p {
    bottom: 49px;
}
.left-49p {
    left: 49px;
}
.top-58p {
    top: 58px;
}
.right-58p {
    right: 58px;
}
.bottom-58p {
    bottom: 58px;
}
.left-58p {
    left: 58px;
}
.top-75p {
    top: 75px;
}
.right-75p {
    right: 75px;
}
.bottom-75p {
    bottom: 75px;
}
.left-75p {
    left: 75px;
}
.top-77p {
    top: 77px;
}
.right-77p {
    right: 77px;
}
.bottom-77p {
    bottom: 77px;
}
.left-77p {
    left: 77px;
}
.top-60p {
    top: 60px;
}
.right-60p {
    right: 60px;
}
.bottom-60p {
    bottom: 60px;
}
.left-60p {
    left: 60px;
}
.top-65p {
    top: 65px;
}
.right-65p {
    right: 65px;
}
.bottom-65p {
    bottom: 65px;
}
.left-65p {
    left: 65px;
}
.top-66p {
    top: 66px;
}
.right-66p {
    right: 66px;
}
.bottom-66p {
    bottom: 66px;
}
.left-66p {
    left: 66px;
}
.top-68p {
    top: 68px;
}
.right-68p {
    right: 68px;
}
.bottom-68p {
    bottom: 68px;
}
.left-68p {
    left: 68px;
}
.top-70p {
    top: 70px;
}
.right-70p {
    right: 70px;
}
.bottom-70p {
    bottom: 70px;
}
.left-70p {
    left: 70px;
}
.top-72p {
    top: 72px;
}
.right-72p {
    right: 72px;
}
.bottom-72p {
    bottom: 72px;
}
.left-72p {
    left: 72px;
}
.top-74p {
    top: 74px;
}
.right-74p {
    right: 74px;
}
.bottom-74p {
    bottom: 74px;
}
.left-74p {
    left: 74px;
}
.top-78p {
    top: 78px;
}
.right-78p {
    right: 78px;
}
.bottom-78p {
    bottom: 78px;
}
.left-78p {
    left: 78px;
}
.top-80p {
    top: 80px;
}
.right-80p {
    right: 80px;
}
.bottom-80p {
    bottom: 80px;
}
.left-80p {
    left: 80px;
}
.top-82p {
    top: 82px;
}
.right-82p {
    right: 82px;
}
.bottom-82p {
    bottom: 82px;
}
.left-82p {
    left: 82px;
}
.top-84p {
    top: 84px;
}
.right-84p {
    right: 84px;
}
.bottom-84p {
    bottom: 84px;
}
.left-84p {
    left: 84px;
}
.top-89p {
    top: 89px;
}
.right-89p {
    right: 89px;
}
.bottom-89p {
    bottom: 89px;
}
.left-89p {
    left: 89px;
}
.top-93p {
    top: 93px;
}
.right-93p {
    right: 93px;
}
.bottom-93p {
    bottom: 93px;
}
.left-93p {
    left: 93px;
}
.top-90p {
    top: 90px;
}
.right-90p {
    right: 90px;
}
.bottom-90p {
    bottom: 90px;
}
.left-90p {
    left: 90px;
}
.top-97p {
    top: 97px;
}
.right-97p {
    right: 97px;
}
.bottom-97p {
    bottom: 97px;
}
.left-97p {
    left: 97px;
}
.top-103p {
    top: 103px;
}
.right-103p {
    right: 103px;
}
.bottom-103p {
    bottom: 103px;
}
.left-103p {
    left: 103px;
}
.top-116p {
    top: 116px;
}
.right-116p {
    right: 116px;
}
.bottom-116p {
    bottom: 116px;
}
.left-116p {
    left: 116px;
}
.top-120p {
    top: 120px;
}
.right-120p {
    right: 120px;
}
.bottom-120p {
    bottom: 120px;
}
.left-120p {
    left: 120px;
}
.top-125p {
    top: 125px;
}
.right-125p {
    right: 125px;
}
.bottom-125p {
    bottom: 125px;
}
.left-125p {
    left: 125px;
}
.top-130p {
    top: 130px;
}
.right-130p {
    right: 130px;
}
.bottom-130p {
    bottom: 130px;
}
.left-130p {
    left: 130px;
}
.top-135p {
    top: 135px;
}
.right-135p {
    right: 135px;
}
.bottom-135p {
    bottom: 135px;
}
.left-135p {
    left: 135px;
}
.top-132p {
    top: 132px;
}
.right-132p {
    right: 132px;
}
.bottom-132p {
    bottom: 132px;
}
.left-132p {
    left: 132px;
}
.top-150p {
    top: 150px;
}
.right-150p {
    right: 150px;
}
.bottom-150p {
    bottom: 150px;
}
.left-150p {
    left: 150px;
}
.top-216p {
    top: 216px;
}
.right-216p {
    right: 216px;
}
.bottom-216p {
    bottom: 216px;
}
.left-216p {
    left: 216px;
}
.top-225p {
    top: 225px;
}
.right-225p {
    right: 225px;
}
.bottom-225p {
    bottom: 225px;
}
.left-225p {
    left: 225px;
}
.top-296p {
    top: 296px;
}
.right-296p {
    right: 296px;
}
.bottom-296p {
    bottom: 296px;
}
.left-296p {
    left: 296px;
}
.top-270p {
    top: 270px;
}
.right-270p {
    right: 270px;
}
.bottom-270p {
    bottom: 270px;
}
.left-270p {
    left: 270px;
}
.top-137p {
    top: 137px;
}
.right-137p {
    right: 137px;
}
.bottom-137p {
    bottom: 137px;
}
.left-137p {
    left: 137px;
}
.top-141p {
    top: 141px;
}
.right-141p {
    right: 141px;
}
.bottom-141p {
    bottom: 141px;
}
.left-141p {
    left: 141px;
}
.top-146p {
    top: 146px;
}
.right-146p {
    right: 146px;
}
.bottom-146p {
    bottom: 146px;
}
.left-146p {
    left: 146px;
}
.top-152p {
    top: 152px;
}
.right-152p {
    right: 152px;
}
.bottom-152p {
    bottom: 152px;
}
.left-152p {
    left: 152px;
}
.top-155p {
    top: 155px;
}
.right-155p {
    right: 155px;
}
.bottom-155p {
    bottom: 155px;
}
.left-155p {
    left: 155px;
}
.top-163p {
    top: 163px;
}
.right-163p {
    right: 163px;
}
.bottom-163p {
    bottom: 163px;
}
.left-163p {
    left: 163px;
}
.top-168p {
    top: 168px;
}
.right-168p {
    right: 168px;
}
.bottom-168p {
    bottom: 168px;
}
.left-168p {
    left: 168px;
}
.top-173p {
    top: 173px;
}
.right-173p {
    right: 173px;
}
.bottom-173p {
    bottom: 173px;
}
.left-173p {
    left: 173px;
}
.top-210p {
    top: 210px;
}
.right-210p {
    right: 210px;
}
.bottom-210p {
    bottom: 210px;
}
.left-210p {
    left: 210px;
}
.top-245p {
    top: 245px;
}
.right-245p {
    right: 245px;
}
.bottom-245p {
    bottom: 245px;
}
.left-245p {
    left: 245px;
}
.top-250p {
    top: 250px;
}
.right-250p {
    right: 250px;
}
.bottom-250p {
    bottom: 250px;
}
.left-250p {
    left: 250px;
}
.top-260p {
    top: 260px;
}
.right-260p {
    right: 260px;
}
.bottom-260p {
    bottom: 260px;
}
.left-260p {
    left: 260px;
}
.top-263p {
    top: 263px;
}
.right-263p {
    right: 263px;
}
.bottom-263p {
    bottom: 263px;
}
.left-263p {
    left: 263px;
}
.top-266p {
    top: 266px;
}
.right-266p {
    right: 266px;
}
.bottom-266p {
    bottom: 266px;
}
.left-266p {
    left: 266px;
}
.top-275p {
    top: 275px;
}
.right-275p {
    right: 275px;
}
.bottom-275p {
    bottom: 275px;
}
.left-275p {
    left: 275px;
}
.top-300p {
    top: 300px;
}
.right-300p {
    right: 300px;
}
.bottom-300p {
    bottom: 300px;
}
.left-300p {
    left: 300px;
}
.top-312p {
    top: 312px;
}
.right-312p {
    right: 312px;
}
.bottom-312p {
    bottom: 312px;
}
.left-312p {
    left: 312px;
}
.top-318p {
    top: 318px;
}
.right-318p {
    right: 318px;
}
.bottom-318p {
    bottom: 318px;
}
.left-318p {
    left: 318px;
}
.top-322p {
    top: 322px;
}
.right-322p {
    right: 322px;
}
.bottom-322p {
    bottom: 322px;
}
.left-322p {
    left: 322px;
}
.top-337p {
    top: 337px;
}
.right-337p {
    right: 337px;
}
.bottom-337p {
    bottom: 337px;
}
.left-337p {
    left: 337px;
}
.top-345p {
    top: 345px;
}
.right-345p {
    right: 345px;
}
.bottom-345p {
    bottom: 345px;
}
.left-345p {
    left: 345px;
}
.top-344p {
    top: 344px;
}
.right-344p {
    right: 344px;
}
.bottom-344p {
    bottom: 344px;
}
.left-344p {
    left: 344px;
}
.top-354p {
    top: 354px;
}
.right-354p {
    right: 354px;
}
.bottom-354p {
    bottom: 354px;
}
.left-354p {
    left: 354px;
}
.top-364p {
    top: 364px;
}
.right-364p {
    right: 364px;
}
.bottom-364p {
    bottom: 364px;
}
.left-364p {
    left: 364px;
}
.top-370p {
    top: 370px;
}
.right-370p {
    right: 370px;
}
.bottom-370p {
    bottom: 370px;
}
.left-370p {
    left: 370px;
}
.top-382p {
    top: 382px;
}
.right-382p {
    right: 382px;
}
.bottom-382p {
    bottom: 382px;
}
.left-382p {
    left: 382px;
}
.top-385p {
    top: 385px;
}
.right-385p {
    right: 385px;
}
.bottom-385p {
    bottom: 385px;
}
.left-385p {
    left: 385px;
}
.top-400p {
    top: 400px;
}
.right-400p {
    right: 400px;
}
.bottom-400p {
    bottom: 400px;
}
.left-400p {
    left: 400px;
}
.top-407p {
    top: 407px;
}
.right-407p {
    right: 407px;
}
.bottom-407p {
    bottom: 407px;
}
.left-407p {
    left: 407px;
}
.top-411p {
    top: 411px;
}
.right-411p {
    right: 411px;
}
.bottom-411p {
    bottom: 411px;
}
.left-411p {
    left: 411px;
}
.top-418p {
    top: 418px;
}
.right-418p {
    right: 418px;
}
.bottom-418p {
    bottom: 418px;
}
.left-418p {
    left: 418px;
}
.top-430p {
    top: 430px;
}
.right-430p {
    right: 430px;
}
.bottom-430p {
    bottom: 430px;
}
.left-430p {
    left: 430px;
}
.top-450p {
    top: 450px;
}
.right-450p {
    right: 450px;
}
.bottom-450p {
    bottom: 450px;
}
.left-450p {
    left: 450px;
}
.top-468p {
    top: 468px;
}
.right-468p {
    right: 468px;
}
.bottom-468p {
    bottom: 468px;
}
.left-468p {
    left: 468px;
}
.top-485p {
    top: 485px;
}
.right-485p {
    right: 485px;
}
.bottom-485p {
    bottom: 485px;
}
.left-485p {
    left: 485px;
}
.top-491p {
    top: 491px;
}
.right-491p {
    right: 491px;
}
.bottom-491p {
    bottom: 491px;
}
.left-491p {
    left: 491px;
}
.top-494p {
    top: 494px;
}
.right-494p {
    right: 494px;
}
.bottom-494p {
    bottom: 494px;
}
.left-494p {
    left: 494px;
}
.top-470p {
    top: 470px;
}
.right-470p {
    right: 470px;
}
.bottom-470p {
    bottom: 470px;
}
.left-470p {
    left: 470px;
}
.top-480p {
    top: 480px;
}
.right-480p {
    right: 480px;
}
.bottom-480p {
    bottom: 480px;
}
.left-480p {
    left: 480px;
}
.top-532p {
    top: 532px;
}
.right-532p {
    right: 532px;
}
.bottom-532p {
    bottom: 532px;
}
.left-532p {
    left: 532px;
}
.top-556p {
    top: 556px;
}
.right-556p {
    right: 556px;
}
.bottom-556p {
    bottom: 556px;
}
.left-556p {
    left: 556px;
}
.top-505p {
    top: 505px;
}
.right-505p {
    right: 505px;
}
.bottom-505p {
    bottom: 505px;
}
.left-505p {
    left: 505px;
}
.top-1179p {
    top: 1179px;
}
.right-1179p {
    right: 1179px;
}
.bottom-1179p {
    bottom: 1179px;
}
.left-1179p {
    left: 1179px;
}
.top-1253p {
    top: 1253px;
}
.right-1253p {
    right: 1253px;
}
.bottom-1253p {
    bottom: 1253px;
}
.left-1253p {
    left: 1253px;
}
.top-1575p {
    top: 1575px;
}
.right-1575p {
    right: 1575px;
}
.bottom-1575p {
    bottom: 1575px;
}
.left-1575p {
    left: 1575px;
}
.top-600p {
    top: 600px;
}
.right-600p {
    right: 600px;
}
.bottom-600p {
    bottom: 600px;
}
.left-600p {
    left: 600px;
}
.top-649p {
    top: 649px;
}
.right-649p {
    right: 649px;
}
.bottom-649p {
    bottom: 649px;
}
.left-649p {
    left: 649px;
}
.top-690p {
    top: 690px;
}
.right-690p {
    right: 690px;
}
.bottom-690p {
    bottom: 690px;
}
.left-690p {
    left: 690px;
}
.top-19\% {
    top: 19%;
}
.right-19\% {
    right: 19%;
}
.bottom-19\% {
    bottom: 19%;
}
.left-19\% {
    left: 19%;
}
.top-23\% {
    top: 23%;
}
.right-23\% {
    right: 23%;
}
.bottom-23\% {
    bottom: 23%;
}
.left-23\% {
    left: 23%;
}
.top-24\% {
    top: 24%;
}
.right-24\% {
    right: 24%;
}
.bottom-24\% {
    bottom: 24%;
}
.left-24\% {
    left: 24%;
}
.top-36\% {
    top: 36%;
}
.right-36\% {
    right: 36%;
}
.bottom-36\% {
    bottom: 36%;
}
.left-36\% {
    left: 36%;
}
.top-27\% {
    top: 27%;
}
.right-27\% {
    right: 27%;
}
.bottom-27\% {
    bottom: 27%;
}
.left-27\% {
    left: 27%;
}
.top-28\% {
    top: 28%;
}
.right-28\% {
    right: 28%;
}
.bottom-28\% {
    bottom: 28%;
}
.left-28\% {
    left: 28%;
}
.top-42\% {
    top: 42%;
}
.right-42\% {
    right: 42%;
}
.bottom-42\% {
    bottom: 42%;
}
.left-42\% {
    left: 42%;
}
.top-46\% {
    top: 46%;
}
.right-46\% {
    right: 46%;
}
.bottom-46\% {
    bottom: 46%;
}
.left-46\% {
    left: 46%;
}
.top-49\% {
    top: 49%;
}
.right-49\% {
    right: 49%;
}
.bottom-49\% {
    bottom: 49%;
}
.left-49\% {
    left: 49%;
}
.top-54\% {
    top: 54%;
}
.right-54\% {
    right: 54%;
}
.bottom-54\% {
    bottom: 54%;
}
.left-54\% {
    left: 54%;
}
.top-58\% {
    top: 58%;
}
.right-58\% {
    right: 58%;
}
.bottom-58\% {
    bottom: 58%;
}
.left-58\% {
    left: 58%;
}
.top-72\% {
    top: 72%;
}
.right-72\% {
    right: 72%;
}
.bottom-72\% {
    bottom: 72%;
}
.left-72\% {
    left: 72%;
}
.top-76\% {
    top: 76%;
}
.right-76\% {
    right: 76%;
}
.bottom-76\% {
    bottom: 76%;
}
.left-76\% {
    left: 76%;
}
.top-77\% {
    top: 77%;
}
.right-77\% {
    right: 77%;
}
.bottom-77\% {
    bottom: 77%;
}
.left-77\% {
    left: 77%;
}
.top-340p {
    top: 340px;
}
.right-340p {
    right: 340px;
}
.bottom-340p {
    bottom: 340px;
}
.left-340p {
    left: 340px;
}
.top-700p {
    top: 700px;
}
.right-700p {
    right: 700px;
}
.bottom-700p {
    bottom: 700px;
}
.left-700p {
    left: 700px;
}
.top-848p {
    top: 848px;
}
.right-848p {
    right: 848px;
}
.bottom-848p {
    bottom: 848px;
}
.left-848p {
    left: 848px;
}
.top-850p {
    top: 850px;
}
.right-850p {
    right: 850px;
}
.bottom-850p {
    bottom: 850px;
}
.left-850p {
    left: 850px;
}
.top-860p {
    top: 860px;
}
.right-860p {
    right: 860px;
}
.bottom-860p {
    bottom: 860px;
}
.left-860p {
    left: 860px;
}
.top-1425p {
    top: 1425px;
}
.right-1425p {
    right: 1425px;
}
.bottom-1425p {
    bottom: 1425px;
}
.left-1425p {
    left: 1425px;
}
.-top-0 {
    top: 0;
}
.-right-0 {
    right: 0;
}
.-bottom-0 {
    bottom: 0;
}
.-left-0 {
    left: 0;
}
.-top-1 {
    top: -0.25rem;
}
.-right-1 {
    right: -0.25rem;
}
.-bottom-1 {
    bottom: -0.25rem;
}
.-left-1 {
    left: -0.25rem;
}
.-top-2 {
    top: -0.5rem;
}
.-right-2 {
    right: -0.5rem;
}
.-bottom-2 {
    bottom: -0.5rem;
}
.-left-2 {
    left: -0.5rem;
}
.-top-3 {
    top: -0.75rem;
}
.-right-3 {
    right: -0.75rem;
}
.-bottom-3 {
    bottom: -0.75rem;
}
.-left-3 {
    left: -0.75rem;
}
.-top-4 {
    top: -1rem;
}
.-right-4 {
    right: -1rem;
}
.-bottom-4 {
    bottom: -1rem;
}
.-left-4 {
    left: -1rem;
}
.-top-5 {
    top: -1.25rem;
}
.-right-5 {
    right: -1.25rem;
}
.-bottom-5 {
    bottom: -1.25rem;
}
.-left-5 {
    left: -1.25rem;
}
.-top-6 {
    top: -1.5rem;
}
.-right-6 {
    right: -1.5rem;
}
.-bottom-6 {
    bottom: -1.5rem;
}
.-left-6 {
    left: -1.5rem;
}
.-top-7 {
    top: -1.75rem;
}
.-right-7 {
    right: -1.75rem;
}
.-bottom-7 {
    bottom: -1.75rem;
}
.-left-7 {
    left: -1.75rem;
}
.-top-8 {
    top: -2rem;
}
.-right-8 {
    right: -2rem;
}
.-bottom-8 {
    bottom: -2rem;
}
.-left-8 {
    left: -2rem;
}
.-top-9 {
    top: -2.25rem;
}
.-right-9 {
    right: -2.25rem;
}
.-bottom-9 {
    bottom: -2.25rem;
}
.-left-9 {
    left: -2.25rem;
}
.-top-10 {
    top: -2.5rem;
}
.-right-10 {
    right: -2.5rem;
}
.-bottom-10 {
    bottom: -2.5rem;
}
.-left-10 {
    left: -2.5rem;
}
.-top-11 {
    top: -2.75rem;
}
.-right-11 {
    right: -2.75rem;
}
.-bottom-11 {
    bottom: -2.75rem;
}
.-left-11 {
    left: -2.75rem;
}
.-top-12 {
    top: -3rem;
}
.-right-12 {
    right: -3rem;
}
.-bottom-12 {
    bottom: -3rem;
}
.-left-12 {
    left: -3rem;
}
.-top-14 {
    top: -3.5rem;
}
.-right-14 {
    right: -3.5rem;
}
.-bottom-14 {
    bottom: -3.5rem;
}
.-left-14 {
    left: -3.5rem;
}
.-top-16 {
    top: -4rem;
}
.-right-16 {
    right: -4rem;
}
.-bottom-16 {
    bottom: -4rem;
}
.-left-16 {
    left: -4rem;
}
.-top-20 {
    top: -5rem;
}
.-right-20 {
    right: -5rem;
}
.-bottom-20 {
    bottom: -5rem;
}
.-left-20 {
    left: -5rem;
}
.-top-23 {
    top: -88px;
}
.-right-23 {
    right: -88px;
}
.-bottom-23 {
    bottom: -88px;
}
.-left-23 {
    left: -88px;
}
.-top-24 {
    top: -6rem;
}
.-right-24 {
    right: -6rem;
}
.-bottom-24 {
    bottom: -6rem;
}
.-left-24 {
    left: -6rem;
}
.-top-25 {
    top: -100px;
}
.-right-25 {
    right: -100px;
}
.-bottom-25 {
    bottom: -100px;
}
.-left-25 {
    left: -100px;
}
.-top-28 {
    top: -7rem;
}
.-right-28 {
    right: -7rem;
}
.-bottom-28 {
    bottom: -7rem;
}
.-left-28 {
    left: -7rem;
}
.-top-29 {
    top: -120px;
}
.-right-29 {
    right: -120px;
}
.-bottom-29 {
    bottom: -120px;
}
.-left-29 {
    left: -120px;
}
.-top-32 {
    top: -8rem;
}
.-right-32 {
    right: -8rem;
}
.-bottom-32 {
    bottom: -8rem;
}
.-left-32 {
    left: -8rem;
}
.-top-33 {
    top: -130px;
}
.-right-33 {
    right: -130px;
}
.-bottom-33 {
    bottom: -130px;
}
.-left-33 {
    left: -130px;
}
.-top-36 {
    top: -9rem;
}
.-right-36 {
    right: -9rem;
}
.-bottom-36 {
    bottom: -9rem;
}
.-left-36 {
    left: -9rem;
}
.-top-40 {
    top: -10rem;
}
.-right-40 {
    right: -10rem;
}
.-bottom-40 {
    bottom: -10rem;
}
.-left-40 {
    left: -10rem;
}
.-top-44 {
    top: -11rem;
}
.-right-44 {
    right: -11rem;
}
.-bottom-44 {
    bottom: -11rem;
}
.-left-44 {
    left: -11rem;
}
.-top-48 {
    top: -12rem;
}
.-right-48 {
    right: -12rem;
}
.-bottom-48 {
    bottom: -12rem;
}
.-left-48 {
    left: -12rem;
}
.-top-52 {
    top: -13rem;
}
.-right-52 {
    right: -13rem;
}
.-bottom-52 {
    bottom: -13rem;
}
.-left-52 {
    left: -13rem;
}
.-top-56 {
    top: -14rem;
}
.-right-56 {
    right: -14rem;
}
.-bottom-56 {
    bottom: -14rem;
}
.-left-56 {
    left: -14rem;
}
.-top-60 {
    top: -15rem;
}
.-right-60 {
    right: -15rem;
}
.-bottom-60 {
    bottom: -15rem;
}
.-left-60 {
    left: -15rem;
}
.-top-63 {
    top: -270px;
}
.-right-63 {
    right: -270px;
}
.-bottom-63 {
    bottom: -270px;
}
.-left-63 {
    left: -270px;
}
.-top-64 {
    top: -16rem;
}
.-right-64 {
    right: -16rem;
}
.-bottom-64 {
    bottom: -16rem;
}
.-left-64 {
    left: -16rem;
}
.-top-72 {
    top: -18rem;
}
.-right-72 {
    right: -18rem;
}
.-bottom-72 {
    bottom: -18rem;
}
.-left-72 {
    left: -18rem;
}
.-top-80 {
    top: -20rem;
}
.-right-80 {
    right: -20rem;
}
.-bottom-80 {
    bottom: -20rem;
}
.-left-80 {
    left: -20rem;
}
.-top-92 {
    top: -475px;
}
.-right-92 {
    right: -475px;
}
.-bottom-92 {
    bottom: -475px;
}
.-left-92 {
    left: -475px;
}
.-top-96 {
    top: -24rem;
}
.-right-96 {
    right: -24rem;
}
.-bottom-96 {
    bottom: -24rem;
}
.-left-96 {
    left: -24rem;
}
.-top-128 {
    top: -32rem;
}
.-right-128 {
    right: -32rem;
}
.-bottom-128 {
    bottom: -32rem;
}
.-left-128 {
    left: -32rem;
}
.-top-px {
    top: -1px;
}
.-right-px {
    right: -1px;
}
.-bottom-px {
    bottom: -1px;
}
.-left-px {
    left: -1px;
}
.-top-0\.5 {
    top: -0.125rem;
}
.-right-0\.5 {
    right: -0.125rem;
}
.-bottom-0\.5 {
    bottom: -0.125rem;
}
.-left-0\.5 {
    left: -0.125rem;
}
.-top-1\.5 {
    top: -0.375rem;
}
.-right-1\.5 {
    right: -0.375rem;
}
.-bottom-1\.5 {
    bottom: -0.375rem;
}
.-left-1\.5 {
    left: -0.375rem;
}
.-top-2\.5 {
    top: -0.625rem;
}
.-right-2\.5 {
    right: -0.625rem;
}
.-bottom-2\.5 {
    bottom: -0.625rem;
}
.-left-2\.5 {
    left: -0.625rem;
}
.-top-3\.5 {
    top: -0.875rem;
}
.-right-3\.5 {
    right: -0.875rem;
}
.-bottom-3\.5 {
    bottom: -0.875rem;
}
.-left-3\.5 {
    left: -0.875rem;
}
.-top-105p {
    top: -105px;
}
.-right-105p {
    right: -105px;
}
.-bottom-105p {
    bottom: -105px;
}
.-left-105p {
    left: -105px;
}
.-top-50p {
    top: -50px;
}
.-right-50p {
    right: -50px;
}
.-bottom-50p {
    bottom: -50px;
}
.-left-50p {
    left: -50px;
}
.-top-54p {
    top: -54px;
}
.-right-54p {
    right: -54px;
}
.-bottom-54p {
    bottom: -54px;
}
.-left-54p {
    left: -54px;
}
.-top-1p {
    top: -1px;
}
.-right-1p {
    right: -1px;
}
.-bottom-1p {
    bottom: -1px;
}
.-left-1p {
    left: -1px;
}
.-top-2p {
    top: -2px;
}
.-right-2p {
    right: -2px;
}
.-bottom-2p {
    bottom: -2px;
}
.-left-2p {
    left: -2px;
}
.-top-3p {
    top: -3px;
}
.-right-3p {
    right: -3px;
}
.-bottom-3p {
    bottom: -3px;
}
.-left-3p {
    left: -3px;
}
.-top-5p {
    top: -5px;
}
.-right-5p {
    right: -5px;
}
.-bottom-5p {
    bottom: -5px;
}
.-left-5p {
    left: -5px;
}
.-top-7p {
    top: -7px;
}
.-right-7p {
    right: -7px;
}
.-bottom-7p {
    bottom: -7px;
}
.-left-7p {
    left: -7px;
}
.-top-9p {
    top: -9px;
}
.-right-9p {
    right: -9px;
}
.-bottom-9p {
    bottom: -9px;
}
.-left-9p {
    left: -9px;
}
.-top-10p {
    top: -10px;
}
.-right-10p {
    right: -10px;
}
.-bottom-10p {
    bottom: -10px;
}
.-left-10p {
    left: -10px;
}
.-top-11p {
    top: -11px;
}
.-right-11p {
    right: -11px;
}
.-bottom-11p {
    bottom: -11px;
}
.-left-11p {
    left: -11px;
}
.-top-13p {
    top: -13px;
}
.-right-13p {
    right: -13px;
}
.-bottom-13p {
    bottom: -13px;
}
.-left-13p {
    left: -13px;
}
.-top-15p {
    top: -15px;
}
.-right-15p {
    right: -15px;
}
.-bottom-15p {
    bottom: -15px;
}
.-left-15p {
    left: -15px;
}
.-top-18p {
    top: -18px;
}
.-right-18p {
    right: -18px;
}
.-bottom-18p {
    bottom: -18px;
}
.-left-18p {
    left: -18px;
}
.-top-19p {
    top: -19px;
}
.-right-19p {
    right: -19px;
}
.-bottom-19p {
    bottom: -19px;
}
.-left-19p {
    left: -19px;
}
.-top-21p {
    top: -21px;
}
.-right-21p {
    right: -21px;
}
.-bottom-21p {
    bottom: -21px;
}
.-left-21p {
    left: -21px;
}
.-top-22p {
    top: -22px;
}
.-right-22p {
    right: -22px;
}
.-bottom-22p {
    bottom: -22px;
}
.-left-22p {
    left: -22px;
}
.-top-23p {
    top: -23px;
}
.-right-23p {
    right: -23px;
}
.-bottom-23p {
    bottom: -23px;
}
.-left-23p {
    left: -23px;
}
.-top-25p {
    top: -25px;
}
.-right-25p {
    right: -25px;
}
.-bottom-25p {
    bottom: -25px;
}
.-left-25p {
    left: -25px;
}
.-top-26p {
    top: -26px;
}
.-right-26p {
    right: -26px;
}
.-bottom-26p {
    bottom: -26px;
}
.-left-26p {
    left: -26px;
}
.-top-29p {
    top: -29px;
}
.-right-29p {
    right: -29px;
}
.-bottom-29p {
    bottom: -29px;
}
.-left-29p {
    left: -29px;
}
.-top-30p {
    top: -30px;
}
.-right-30p {
    right: -30px;
}
.-bottom-30p {
    bottom: -30px;
}
.-left-30p {
    left: -30px;
}
.-top-31p {
    top: -31px;
}
.-right-31p {
    right: -31px;
}
.-bottom-31p {
    bottom: -31px;
}
.-left-31p {
    left: -31px;
}
.-top-35p {
    top: -35px;
}
.-right-35p {
    right: -35px;
}
.-bottom-35p {
    bottom: -35px;
}
.-left-35p {
    left: -35px;
}
.-top-52p {
    top: -52px;
}
.-right-52p {
    right: -52px;
}
.-bottom-52p {
    bottom: -52px;
}
.-left-52p {
    left: -52px;
}
.-top-53p {
    top: -53px;
}
.-right-53p {
    right: -53px;
}
.-bottom-53p {
    bottom: -53px;
}
.-left-53p {
    left: -53px;
}
.-top-55p {
    top: -55px;
}
.-right-55p {
    right: -55px;
}
.-bottom-55p {
    bottom: -55px;
}
.-left-55p {
    left: -55px;
}
.-top-59p {
    top: -59px;
}
.-right-59p {
    right: -59px;
}
.-bottom-59p {
    bottom: -59px;
}
.-left-59p {
    left: -59px;
}
.-top-27p {
    top: -27px;
}
.-right-27p {
    right: -27px;
}
.-bottom-27p {
    bottom: -27px;
}
.-left-27p {
    left: -27px;
}
.-top-33\.5p {
    top: -33.5px;
}
.-right-33\.5p {
    right: -33.5px;
}
.-bottom-33\.5p {
    bottom: -33.5px;
}
.-left-33\.5p {
    left: -33.5px;
}
.-top-38p {
    top: -38px;
}
.-right-38p {
    right: -38px;
}
.-bottom-38p {
    bottom: -38px;
}
.-left-38p {
    left: -38px;
}
.-top-40p {
    top: -40px;
}
.-right-40p {
    right: -40px;
}
.-bottom-40p {
    bottom: -40px;
}
.-left-40p {
    left: -40px;
}
.-top-46p {
    top: -46px;
}
.-right-46p {
    right: -46px;
}
.-bottom-46p {
    bottom: -46px;
}
.-left-46p {
    left: -46px;
}
.-top-47p {
    top: -47px;
}
.-right-47p {
    right: -47px;
}
.-bottom-47p {
    bottom: -47px;
}
.-left-47p {
    left: -47px;
}
.-top-49p {
    top: -49px;
}
.-right-49p {
    right: -49px;
}
.-bottom-49p {
    bottom: -49px;
}
.-left-49p {
    left: -49px;
}
.-top-58p {
    top: -58px;
}
.-right-58p {
    right: -58px;
}
.-bottom-58p {
    bottom: -58px;
}
.-left-58p {
    left: -58px;
}
.-top-75p {
    top: -75px;
}
.-right-75p {
    right: -75px;
}
.-bottom-75p {
    bottom: -75px;
}
.-left-75p {
    left: -75px;
}
.-top-77p {
    top: -77px;
}
.-right-77p {
    right: -77px;
}
.-bottom-77p {
    bottom: -77px;
}
.-left-77p {
    left: -77px;
}
.-top-60p {
    top: -60px;
}
.-right-60p {
    right: -60px;
}
.-bottom-60p {
    bottom: -60px;
}
.-left-60p {
    left: -60px;
}
.-top-65p {
    top: -65px;
}
.-right-65p {
    right: -65px;
}
.-bottom-65p {
    bottom: -65px;
}
.-left-65p {
    left: -65px;
}
.-top-66p {
    top: -66px;
}
.-right-66p {
    right: -66px;
}
.-bottom-66p {
    bottom: -66px;
}
.-left-66p {
    left: -66px;
}
.-top-68p {
    top: -68px;
}
.-right-68p {
    right: -68px;
}
.-bottom-68p {
    bottom: -68px;
}
.-left-68p {
    left: -68px;
}
.-top-70p {
    top: -70px;
}
.-right-70p {
    right: -70px;
}
.-bottom-70p {
    bottom: -70px;
}
.-left-70p {
    left: -70px;
}
.-top-72p {
    top: -72px;
}
.-right-72p {
    right: -72px;
}
.-bottom-72p {
    bottom: -72px;
}
.-left-72p {
    left: -72px;
}
.-top-74p {
    top: -74px;
}
.-right-74p {
    right: -74px;
}
.-bottom-74p {
    bottom: -74px;
}
.-left-74p {
    left: -74px;
}
.-top-78p {
    top: -78px;
}
.-right-78p {
    right: -78px;
}
.-bottom-78p {
    bottom: -78px;
}
.-left-78p {
    left: -78px;
}
.-top-80p {
    top: -80px;
}
.-right-80p {
    right: -80px;
}
.-bottom-80p {
    bottom: -80px;
}
.-left-80p {
    left: -80px;
}
.-top-82p {
    top: -82px;
}
.-right-82p {
    right: -82px;
}
.-bottom-82p {
    bottom: -82px;
}
.-left-82p {
    left: -82px;
}
.-top-84p {
    top: -84px;
}
.-right-84p {
    right: -84px;
}
.-bottom-84p {
    bottom: -84px;
}
.-left-84p {
    left: -84px;
}
.-top-89p {
    top: -89px;
}
.-right-89p {
    right: -89px;
}
.-bottom-89p {
    bottom: -89px;
}
.-left-89p {
    left: -89px;
}
.-top-93p {
    top: -93px;
}
.-right-93p {
    right: -93px;
}
.-bottom-93p {
    bottom: -93px;
}
.-left-93p {
    left: -93px;
}
.-top-90p {
    top: -90px;
}
.-right-90p {
    right: -90px;
}
.-bottom-90p {
    bottom: -90px;
}
.-left-90p {
    left: -90px;
}
.-top-97p {
    top: -97px;
}
.-right-97p {
    right: -97px;
}
.-bottom-97p {
    bottom: -97px;
}
.-left-97p {
    left: -97px;
}
.-top-103p {
    top: -103px;
}
.-right-103p {
    right: -103px;
}
.-bottom-103p {
    bottom: -103px;
}
.-left-103p {
    left: -103px;
}
.-top-116p {
    top: -116px;
}
.-right-116p {
    right: -116px;
}
.-bottom-116p {
    bottom: -116px;
}
.-left-116p {
    left: -116px;
}
.-top-120p {
    top: -120px;
}
.-right-120p {
    right: -120px;
}
.-bottom-120p {
    bottom: -120px;
}
.-left-120p {
    left: -120px;
}
.-top-125p {
    top: -125px;
}
.-right-125p {
    right: -125px;
}
.-bottom-125p {
    bottom: -125px;
}
.-left-125p {
    left: -125px;
}
.-top-130p {
    top: -130px;
}
.-right-130p {
    right: -130px;
}
.-bottom-130p {
    bottom: -130px;
}
.-left-130p {
    left: -130px;
}
.-top-135p {
    top: -135px;
}
.-right-135p {
    right: -135px;
}
.-bottom-135p {
    bottom: -135px;
}
.-left-135p {
    left: -135px;
}
.-top-132p {
    top: -132px;
}
.-right-132p {
    right: -132px;
}
.-bottom-132p {
    bottom: -132px;
}
.-left-132p {
    left: -132px;
}
.-top-150p {
    top: -150px;
}
.-right-150p {
    right: -150px;
}
.-bottom-150p {
    bottom: -150px;
}
.-left-150p {
    left: -150px;
}
.-top-216p {
    top: -216px;
}
.-right-216p {
    right: -216px;
}
.-bottom-216p {
    bottom: -216px;
}
.-left-216p {
    left: -216px;
}
.-top-225p {
    top: -225px;
}
.-right-225p {
    right: -225px;
}
.-bottom-225p {
    bottom: -225px;
}
.-left-225p {
    left: -225px;
}
.-top-296p {
    top: -296px;
}
.-right-296p {
    right: -296px;
}
.-bottom-296p {
    bottom: -296px;
}
.-left-296p {
    left: -296px;
}
.-top-270p {
    top: -270px;
}
.-right-270p {
    right: -270px;
}
.-bottom-270p {
    bottom: -270px;
}
.-left-270p {
    left: -270px;
}
.-top-137p {
    top: -137px;
}
.-right-137p {
    right: -137px;
}
.-bottom-137p {
    bottom: -137px;
}
.-left-137p {
    left: -137px;
}
.-top-141p {
    top: -141px;
}
.-right-141p {
    right: -141px;
}
.-bottom-141p {
    bottom: -141px;
}
.-left-141p {
    left: -141px;
}
.-top-146p {
    top: -146px;
}
.-right-146p {
    right: -146px;
}
.-bottom-146p {
    bottom: -146px;
}
.-left-146p {
    left: -146px;
}
.-top-152p {
    top: -152px;
}
.-right-152p {
    right: -152px;
}
.-bottom-152p {
    bottom: -152px;
}
.-left-152p {
    left: -152px;
}
.-top-155p {
    top: -155px;
}
.-right-155p {
    right: -155px;
}
.-bottom-155p {
    bottom: -155px;
}
.-left-155p {
    left: -155px;
}
.-top-163p {
    top: -163px;
}
.-right-163p {
    right: -163px;
}
.-bottom-163p {
    bottom: -163px;
}
.-left-163p {
    left: -163px;
}
.-top-168p {
    top: -168px;
}
.-right-168p {
    right: -168px;
}
.-bottom-168p {
    bottom: -168px;
}
.-left-168p {
    left: -168px;
}
.-top-173p {
    top: -173px;
}
.-right-173p {
    right: -173px;
}
.-bottom-173p {
    bottom: -173px;
}
.-left-173p {
    left: -173px;
}
.-top-210p {
    top: -210px;
}
.-right-210p {
    right: -210px;
}
.-bottom-210p {
    bottom: -210px;
}
.-left-210p {
    left: -210px;
}
.-top-245p {
    top: -245px;
}
.-right-245p {
    right: -245px;
}
.-bottom-245p {
    bottom: -245px;
}
.-left-245p {
    left: -245px;
}
.-top-250p {
    top: -250px;
}
.-right-250p {
    right: -250px;
}
.-bottom-250p {
    bottom: -250px;
}
.-left-250p {
    left: -250px;
}
.-top-260p {
    top: -260px;
}
.-right-260p {
    right: -260px;
}
.-bottom-260p {
    bottom: -260px;
}
.-left-260p {
    left: -260px;
}
.-top-263p {
    top: -263px;
}
.-right-263p {
    right: -263px;
}
.-bottom-263p {
    bottom: -263px;
}
.-left-263p {
    left: -263px;
}
.-top-266p {
    top: -266px;
}
.-right-266p {
    right: -266px;
}
.-bottom-266p {
    bottom: -266px;
}
.-left-266p {
    left: -266px;
}
.-top-275p {
    top: -275px;
}
.-right-275p {
    right: -275px;
}
.-bottom-275p {
    bottom: -275px;
}
.-left-275p {
    left: -275px;
}
.-top-300p {
    top: -300px;
}
.-right-300p {
    right: -300px;
}
.-bottom-300p {
    bottom: -300px;
}
.-left-300p {
    left: -300px;
}
.-top-312p {
    top: -312px;
}
.-right-312p {
    right: -312px;
}
.-bottom-312p {
    bottom: -312px;
}
.-left-312p {
    left: -312px;
}
.-top-318p {
    top: -318px;
}
.-right-318p {
    right: -318px;
}
.-bottom-318p {
    bottom: -318px;
}
.-left-318p {
    left: -318px;
}
.-top-322p {
    top: -322px;
}
.-right-322p {
    right: -322px;
}
.-bottom-322p {
    bottom: -322px;
}
.-left-322p {
    left: -322px;
}
.-top-337p {
    top: -337px;
}
.-right-337p {
    right: -337px;
}
.-bottom-337p {
    bottom: -337px;
}
.-left-337p {
    left: -337px;
}
.-top-345p {
    top: -345px;
}
.-right-345p {
    right: -345px;
}
.-bottom-345p {
    bottom: -345px;
}
.-left-345p {
    left: -345px;
}
.-top-344p {
    top: -344px;
}
.-right-344p {
    right: -344px;
}
.-bottom-344p {
    bottom: -344px;
}
.-left-344p {
    left: -344px;
}
.-top-354p {
    top: -354px;
}
.-right-354p {
    right: -354px;
}
.-bottom-354p {
    bottom: -354px;
}
.-left-354p {
    left: -354px;
}
.-top-364p {
    top: -364px;
}
.-right-364p {
    right: -364px;
}
.-bottom-364p {
    bottom: -364px;
}
.-left-364p {
    left: -364px;
}
.-top-370p {
    top: -370px;
}
.-right-370p {
    right: -370px;
}
.-bottom-370p {
    bottom: -370px;
}
.-left-370p {
    left: -370px;
}
.-top-382p {
    top: -382px;
}
.-right-382p {
    right: -382px;
}
.-bottom-382p {
    bottom: -382px;
}
.-left-382p {
    left: -382px;
}
.-top-385p {
    top: -385px;
}
.-right-385p {
    right: -385px;
}
.-bottom-385p {
    bottom: -385px;
}
.-left-385p {
    left: -385px;
}
.-top-400p {
    top: -400px;
}
.-right-400p {
    right: -400px;
}
.-bottom-400p {
    bottom: -400px;
}
.-left-400p {
    left: -400px;
}
.-top-407p {
    top: -407px;
}
.-right-407p {
    right: -407px;
}
.-bottom-407p {
    bottom: -407px;
}
.-left-407p {
    left: -407px;
}
.-top-411p {
    top: -411px;
}
.-right-411p {
    right: -411px;
}
.-bottom-411p {
    bottom: -411px;
}
.-left-411p {
    left: -411px;
}
.-top-418p {
    top: -418px;
}
.-right-418p {
    right: -418px;
}
.-bottom-418p {
    bottom: -418px;
}
.-left-418p {
    left: -418px;
}
.-top-430p {
    top: -430px;
}
.-right-430p {
    right: -430px;
}
.-bottom-430p {
    bottom: -430px;
}
.-left-430p {
    left: -430px;
}
.-top-450p {
    top: -450px;
}
.-right-450p {
    right: -450px;
}
.-bottom-450p {
    bottom: -450px;
}
.-left-450p {
    left: -450px;
}
.-top-468p {
    top: -468px;
}
.-right-468p {
    right: -468px;
}
.-bottom-468p {
    bottom: -468px;
}
.-left-468p {
    left: -468px;
}
.-top-485p {
    top: -485px;
}
.-right-485p {
    right: -485px;
}
.-bottom-485p {
    bottom: -485px;
}
.-left-485p {
    left: -485px;
}
.-top-491p {
    top: -491px;
}
.-right-491p {
    right: -491px;
}
.-bottom-491p {
    bottom: -491px;
}
.-left-491p {
    left: -491px;
}
.-top-494p {
    top: -494px;
}
.-right-494p {
    right: -494px;
}
.-bottom-494p {
    bottom: -494px;
}
.-left-494p {
    left: -494px;
}
.-top-470p {
    top: -470px;
}
.-right-470p {
    right: -470px;
}
.-bottom-470p {
    bottom: -470px;
}
.-left-470p {
    left: -470px;
}
.-top-480p {
    top: -480px;
}
.-right-480p {
    right: -480px;
}
.-bottom-480p {
    bottom: -480px;
}
.-left-480p {
    left: -480px;
}
.-top-532p {
    top: -532px;
}
.-right-532p {
    right: -532px;
}
.-bottom-532p {
    bottom: -532px;
}
.-left-532p {
    left: -532px;
}
.-top-556p {
    top: -556px;
}
.-right-556p {
    right: -556px;
}
.-bottom-556p {
    bottom: -556px;
}
.-left-556p {
    left: -556px;
}
.-top-505p {
    top: -505px;
}
.-right-505p {
    right: -505px;
}
.-bottom-505p {
    bottom: -505px;
}
.-left-505p {
    left: -505px;
}
.-top-1179p {
    top: -1179px;
}
.-right-1179p {
    right: -1179px;
}
.-bottom-1179p {
    bottom: -1179px;
}
.-left-1179p {
    left: -1179px;
}
.-top-1253p {
    top: -1253px;
}
.-right-1253p {
    right: -1253px;
}
.-bottom-1253p {
    bottom: -1253px;
}
.-left-1253p {
    left: -1253px;
}
.-top-1575p {
    top: -1575px;
}
.-right-1575p {
    right: -1575px;
}
.-bottom-1575p {
    bottom: -1575px;
}
.-left-1575p {
    left: -1575px;
}
.-top-600p {
    top: -600px;
}
.-right-600p {
    right: -600px;
}
.-bottom-600p {
    bottom: -600px;
}
.-left-600p {
    left: -600px;
}
.-top-649p {
    top: -649px;
}
.-right-649p {
    right: -649px;
}
.-bottom-649p {
    bottom: -649px;
}
.-left-649p {
    left: -649px;
}
.-top-690p {
    top: -690px;
}
.-right-690p {
    right: -690px;
}
.-bottom-690p {
    bottom: -690px;
}
.-left-690p {
    left: -690px;
}
.-top-19\% {
    top: -19%;
}
.-right-19\% {
    right: -19%;
}
.-bottom-19\% {
    bottom: -19%;
}
.-left-19\% {
    left: -19%;
}
.-top-23\% {
    top: -23%;
}
.-right-23\% {
    right: -23%;
}
.-bottom-23\% {
    bottom: -23%;
}
.-left-23\% {
    left: -23%;
}
.-top-24\% {
    top: -24%;
}
.-right-24\% {
    right: -24%;
}
.-bottom-24\% {
    bottom: -24%;
}
.-left-24\% {
    left: -24%;
}
.-top-36\% {
    top: -36%;
}
.-right-36\% {
    right: -36%;
}
.-bottom-36\% {
    bottom: -36%;
}
.-left-36\% {
    left: -36%;
}
.-top-27\% {
    top: -27%;
}
.-right-27\% {
    right: -27%;
}
.-bottom-27\% {
    bottom: -27%;
}
.-left-27\% {
    left: -27%;
}
.-top-28\% {
    top: -28%;
}
.-right-28\% {
    right: -28%;
}
.-bottom-28\% {
    bottom: -28%;
}
.-left-28\% {
    left: -28%;
}
.-top-42\% {
    top: -42%;
}
.-right-42\% {
    right: -42%;
}
.-bottom-42\% {
    bottom: -42%;
}
.-left-42\% {
    left: -42%;
}
.-top-46\% {
    top: -46%;
}
.-right-46\% {
    right: -46%;
}
.-bottom-46\% {
    bottom: -46%;
}
.-left-46\% {
    left: -46%;
}
.-top-49\% {
    top: -49%;
}
.-right-49\% {
    right: -49%;
}
.-bottom-49\% {
    bottom: -49%;
}
.-left-49\% {
    left: -49%;
}
.-top-54\% {
    top: -54%;
}
.-right-54\% {
    right: -54%;
}
.-bottom-54\% {
    bottom: -54%;
}
.-left-54\% {
    left: -54%;
}
.-top-58\% {
    top: -58%;
}
.-right-58\% {
    right: -58%;
}
.-bottom-58\% {
    bottom: -58%;
}
.-left-58\% {
    left: -58%;
}
.-top-72\% {
    top: -72%;
}
.-right-72\% {
    right: -72%;
}
.-bottom-72\% {
    bottom: -72%;
}
.-left-72\% {
    left: -72%;
}
.-top-76\% {
    top: -76%;
}
.-right-76\% {
    right: -76%;
}
.-bottom-76\% {
    bottom: -76%;
}
.-left-76\% {
    left: -76%;
}
.-top-77\% {
    top: -77%;
}
.-right-77\% {
    right: -77%;
}
.-bottom-77\% {
    bottom: -77%;
}
.-left-77\% {
    left: -77%;
}
.-top-340p {
    top: -340px;
}
.-right-340p {
    right: -340px;
}
.-bottom-340p {
    bottom: -340px;
}
.-left-340p {
    left: -340px;
}
.-top-700p {
    top: -700px;
}
.-right-700p {
    right: -700px;
}
.-bottom-700p {
    bottom: -700px;
}
.-left-700p {
    left: -700px;
}
.-top-848p {
    top: -848px;
}
.-right-848p {
    right: -848px;
}
.-bottom-848p {
    bottom: -848px;
}
.-left-848p {
    left: -848px;
}
.-top-850p {
    top: -850px;
}
.-right-850p {
    right: -850px;
}
.-bottom-850p {
    bottom: -850px;
}
.-left-850p {
    left: -850px;
}
.-top-860p {
    top: -860px;
}
.-right-860p {
    right: -860px;
}
.-bottom-860p {
    bottom: -860px;
}
.-left-860p {
    left: -860px;
}
.-top-1425p {
    top: -1425px;
}
.-right-1425p {
    right: -1425px;
}
.-bottom-1425p {
    bottom: -1425px;
}
.-left-1425p {
    left: -1425px;
}
.top-1\/2 {
    top: 50%;
}
.right-1\/2 {
    right: 50%;
}
.bottom-1\/2 {
    bottom: 50%;
}
.left-1\/2 {
    left: 50%;
}
.top-1\/3 {
    top: 33.333333%;
}
.right-1\/3 {
    right: 33.333333%;
}
.bottom-1\/3 {
    bottom: 33.333333%;
}
.left-1\/3 {
    left: 33.333333%;
}
.top-2\/3 {
    top: 66.666667%;
}
.right-2\/3 {
    right: 66.666667%;
}
.bottom-2\/3 {
    bottom: 66.666667%;
}
.left-2\/3 {
    left: 66.666667%;
}
.top-1\/4 {
    top: 25%;
}
.right-1\/4 {
    right: 25%;
}
.bottom-1\/4 {
    bottom: 25%;
}
.left-1\/4 {
    left: 25%;
}
.top-2\/4 {
    top: 50%;
}
.right-2\/4 {
    right: 50%;
}
.bottom-2\/4 {
    bottom: 50%;
}
.left-2\/4 {
    left: 50%;
}
.top-3\/4 {
    top: 75%;
}
.right-3\/4 {
    right: 75%;
}
.bottom-3\/4 {
    bottom: 75%;
}
.left-3\/4 {
    left: 75%;
}
.top-full {
    top: 100%;
}
.right-full {
    right: 100%;
}
.bottom-full {
    bottom: 100%;
}
.left-full {
    left: 100%;
}
.-top-1\/2 {
    top: -50%;
}
.-right-1\/2 {
    right: -50%;
}
.-bottom-1\/2 {
    bottom: -50%;
}
.-left-1\/2 {
    left: -50%;
}
.-top-1\/3 {
    top: -33.333333%;
}
.-right-1\/3 {
    right: -33.333333%;
}
.-bottom-1\/3 {
    bottom: -33.333333%;
}
.-left-1\/3 {
    left: -33.333333%;
}
.-top-2\/3 {
    top: -66.666667%;
}
.-right-2\/3 {
    right: -66.666667%;
}
.-bottom-2\/3 {
    bottom: -66.666667%;
}
.-left-2\/3 {
    left: -66.666667%;
}
.-top-1\/4 {
    top: -25%;
}
.-right-1\/4 {
    right: -25%;
}
.-bottom-1\/4 {
    bottom: -25%;
}
.-left-1\/4 {
    left: -25%;
}
.-top-2\/4 {
    top: -50%;
}
.-right-2\/4 {
    right: -50%;
}
.-bottom-2\/4 {
    bottom: -50%;
}
.-left-2\/4 {
    left: -50%;
}
.-top-3\/4 {
    top: -75%;
}
.-right-3\/4 {
    right: -75%;
}
.-bottom-3\/4 {
    bottom: -75%;
}
.-left-3\/4 {
    left: -75%;
}
.-top-full {
    top: -100%;
}
.-right-full {
    right: -100%;
}
.-bottom-full {
    bottom: -100%;
}
.-left-full {
    left: -100%;
}
.resize-none {
    resize: none;
}
.resize-y {
    resize: vertical;
}
.resize-x {
    resize: horizontal;
}
.resize {
    resize: both;
}
* {
    --tw-shadow: 0 0 #0000;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
* {
    --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}
.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
    --tw-ring-inset: inset;
}
.focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
}
.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
    --tw-ring-inset: inset;
}
.ring-offset-transparent {
    --tw-ring-offset-color: transparent;
}
.ring-offset-current {
    --tw-ring-offset-color: currentColor;
}
.ring-offset-black {
    --tw-ring-offset-color: #000;
}
.ring-offset-white {
    --tw-ring-offset-color: #fff;
}
.ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
}
.ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
}
.ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
}
.ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
}
.ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
}
.ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
}
.ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
}
.ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
}
.ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
}
.ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
}
.ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
}
.ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
}
.ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
}
.ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
}
.ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
}
.ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
}
.ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
}
.ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
}
.ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
}
.ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
}
.ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
}
.ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
}
.ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
}
.ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
}
.ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
}
.ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
}
.ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
}
.ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
}
.ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
}
.ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
}
.ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
}
.ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
}
.ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
}
.ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
}
.ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
}
.ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
}
.ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
}
.ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
}
.ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
}
.ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
}
.ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
}
.ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
}
.ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
}
.ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
}
.ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
}
.ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
}
.ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
}
.ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
}
.ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
}
.ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
}
.ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
}
.ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
}
.ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
}
.ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
}
.ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
}
.ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
}
.ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
}
.ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
}
.ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
}
.ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
}
.ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
}
.ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
}
.ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
}
.ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
}
.ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
}
.ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
}
.ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
}
.ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
}
.ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
}
.ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
}
.ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
}
.ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
}
.ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
}
.ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
}
.ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
}
.ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
}
.ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
}
.ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
}
.ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
}
.ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
}
.ring-offset-gray-1 {
    --tw-ring-offset-color: #999999;
}
.ring-offset-gray-10 {
    --tw-ring-offset-color: #898989;
}
.ring-offset-gray-11 {
    --tw-ring-offset-color: #f3f3f3;
}
.ring-offset-gray-12 {
    --tw-ring-offset-color: #2c2c2c;
}
.ring-offset-gray-13 {
    --tw-ring-offset-color: #777777;
}
.ring-offset-gray-2 {
    --tw-ring-offset-color: #dfdfdf;
}
.ring-offset-yellow-1 {
    --tw-ring-offset-color: #fcca19;
}
.ring-offset-orange-1 {
    --tw-ring-offset-color: #fa886a;
}
.ring-offset-orange-2 {
    --tw-ring-offset-color: #ff9c00;
}
.ring-offset-yellow-2 {
    --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
}
.ring-offset-yellow-5 {
    --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
}
.ring-offset-orange-3 {
    --tw-ring-offset-color: #dea512;
}
.ring-offset-orange-4 {
    --tw-ring-offset-color: #fff1dc;
}
.ring-offset-orange-5 {
    --tw-ring-offset-color: #ff6c2e;
}
.ring-offset-gray-3 {
    --tw-ring-offset-color: #3f3f3f;
}
.ring-offset-green-1 {
    --tw-ring-offset-color: #009651;
}
.ring-offset-black-1 {
    --tw-ring-offset-color: #474747;
}
.ring-offset-gray-4 {
    --tw-ring-offset-color: #c4c4c4;
}
.ring-offset-pinks-1 {
    --tw-ring-offset-color: #deaab3;
}
.ring-offset-pinks-2 {
    --tw-ring-offset-color: #f9e8e8;
}
.ring-offset-skies-1 {
    --tw-ring-offset-color: #2dadd6;
}
.ring-offset-blues-1 {
    --tw-ring-offset-color: #115b98;
}
.ring-offset-blues-2 {
    --tw-ring-offset-color: #4e6297;
}
.ring-offset-blues-3 {
    --tw-ring-offset-color: #3a4a75;
}
.ring-offset-reds-1 {
    --tw-ring-offset-color: #c5331e;
}
.ring-offset-reds-2 {
    --tw-ring-offset-color: #c3573a;
}
.ring-offset-reds-3 {
    --tw-ring-offset-color: #c8191c;
}
.ring-offset-reds-4 {
    --tw-ring-offset-color: #953426;
}
.ring-offset-reds-5 {
    --tw-ring-offset-color: #f81b4d;
}
.ring-offset-reds-6 {
    --tw-ring-offset-color: #e43147;
}
.ring-offset-gray-5 {
    --tw-ring-offset-color: #cbcbcb;
}
.ring-offset-gray-6 {
    --tw-ring-offset-color: #e5e5e5;
}
.ring-offset-yellow-3 {
    --tw-ring-offset-color: #b69665;
}
.ring-offset-green-2 {
    --tw-ring-offset-color: #ebf9f1;
}
.ring-offset-green-3 {
    --tw-ring-offset-color: #33c172;
}
.ring-offset-yellow-4 {
    --tw-ring-offset-color: #fef8e7;
}
.ring-offset-green-4 {
    --tw-ring-offset-color: #10b981;
}
.ring-offset-green-5 {
    --tw-ring-offset-color: #00b14f;
}
.ring-offset-gray-7 {
    --tw-ring-offset-color: #828282;
}
.ring-offset-gray-14 {
    --tw-ring-offset-color: #b0b0b0;
}
.ring-offset-blues-4 {
    --tw-ring-offset-color: #4040a3;
}
.ring-offset-gray-15 {
    --tw-ring-offset-color: #3e3e3e;
}
.ring-offset-gray-16 {
    --tw-ring-offset-color: #505050;
}
.ring-offset-gray-17 {
    --tw-ring-offset-color: #f1f1f1;
}
.ring-offset-gray-18 {
    --tw-ring-offset-color: #929292;
}
.ring-offset-gray-19 {
    --tw-ring-offset-color: #bcbcbc;
}
.ring-offset-gray-20 {
    --tw-ring-offset-color: #f9f9f9;
}
.ring-offset-gray-21 {
    --tw-ring-offset-color: #c5c5c5;
}
.ring-offset-gray-22 {
    --tw-ring-offset-color: #bfbfbf;
}
.ring-offset-gray-23 {
    --tw-ring-offset-color: #eeeeee;
}
.ring-offset-gray-24 {
    --tw-ring-offset-color: #b7b7b7;
}
.ring-offset-gray-25 {
    --tw-ring-offset-color: #f0f0f0;
}
.ring-offset-gray-26 {
    --tw-ring-offset-color: #efefef;
}
.ring-offset-gray-27 {
    --tw-ring-offset-color: #bababa;
}
.ring-offset-blues-5 {
    --tw-ring-offset-color: #0060a9;
}
.ring-offset-blues-6 {
    --tw-ring-offset-color: #e9f2f9;
}
.ring-offset-purple-1 {
    --tw-ring-offset-color: #9747ff;
}
.ring-offset-purple-2 {
    --tw-ring-offset-color: #f8f2ff;
}
.focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
}
.focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
}
.focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
}
.focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
}
.focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
}
.focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
}
.focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
}
.focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
}
.focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
}
.focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
}
.focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
}
.focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
}
.focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
}
.focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
}
.focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
}
.focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
}
.focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
}
.focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
}
.focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
}
.focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
}
.focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
}
.focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
}
.focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
}
.focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
}
.focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
}
.focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
}
.focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
}
.focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
}
.focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
}
.focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
}
.focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
}
.focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
}
.focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
}
.focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
}
.focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
}
.focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
}
.focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
}
.focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
}
.focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
}
.focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
}
.focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
}
.focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
}
.focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
}
.focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
}
.focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
}
.focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
}
.focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
}
.focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
}
.focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
}
.focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
}
.focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
}
.focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
}
.focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
}
.focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
}
.focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
}
.focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
}
.focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
}
.focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
}
.focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
}
.focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
}
.focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
}
.focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
}
.focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
}
.focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
}
.focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
}
.focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
}
.focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
}
.focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
}
.focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
}
.focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
}
.focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
}
.focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
}
.focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
}
.focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
}
.focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
}
.focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
}
.focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
}
.focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
}
.focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
}
.focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
}
.focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
}
.focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
}
.focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
}
.focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
}
.focus-within\:ring-offset-gray-1:focus-within {
    --tw-ring-offset-color: #999999;
}
.focus-within\:ring-offset-gray-10:focus-within {
    --tw-ring-offset-color: #898989;
}
.focus-within\:ring-offset-gray-11:focus-within {
    --tw-ring-offset-color: #f3f3f3;
}
.focus-within\:ring-offset-gray-12:focus-within {
    --tw-ring-offset-color: #2c2c2c;
}
.focus-within\:ring-offset-gray-13:focus-within {
    --tw-ring-offset-color: #777777;
}
.focus-within\:ring-offset-gray-2:focus-within {
    --tw-ring-offset-color: #dfdfdf;
}
.focus-within\:ring-offset-yellow-1:focus-within {
    --tw-ring-offset-color: #fcca19;
}
.focus-within\:ring-offset-orange-1:focus-within {
    --tw-ring-offset-color: #fa886a;
}
.focus-within\:ring-offset-orange-2:focus-within {
    --tw-ring-offset-color: #ff9c00;
}
.focus-within\:ring-offset-yellow-2:focus-within {
    --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
}
.focus-within\:ring-offset-yellow-5:focus-within {
    --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
}
.focus-within\:ring-offset-orange-3:focus-within {
    --tw-ring-offset-color: #dea512;
}
.focus-within\:ring-offset-orange-4:focus-within {
    --tw-ring-offset-color: #fff1dc;
}
.focus-within\:ring-offset-orange-5:focus-within {
    --tw-ring-offset-color: #ff6c2e;
}
.focus-within\:ring-offset-gray-3:focus-within {
    --tw-ring-offset-color: #3f3f3f;
}
.focus-within\:ring-offset-green-1:focus-within {
    --tw-ring-offset-color: #009651;
}
.focus-within\:ring-offset-black-1:focus-within {
    --tw-ring-offset-color: #474747;
}
.focus-within\:ring-offset-gray-4:focus-within {
    --tw-ring-offset-color: #c4c4c4;
}
.focus-within\:ring-offset-pinks-1:focus-within {
    --tw-ring-offset-color: #deaab3;
}
.focus-within\:ring-offset-pinks-2:focus-within {
    --tw-ring-offset-color: #f9e8e8;
}
.focus-within\:ring-offset-skies-1:focus-within {
    --tw-ring-offset-color: #2dadd6;
}
.focus-within\:ring-offset-blues-1:focus-within {
    --tw-ring-offset-color: #115b98;
}
.focus-within\:ring-offset-blues-2:focus-within {
    --tw-ring-offset-color: #4e6297;
}
.focus-within\:ring-offset-blues-3:focus-within {
    --tw-ring-offset-color: #3a4a75;
}
.focus-within\:ring-offset-reds-1:focus-within {
    --tw-ring-offset-color: #c5331e;
}
.focus-within\:ring-offset-reds-2:focus-within {
    --tw-ring-offset-color: #c3573a;
}
.focus-within\:ring-offset-reds-3:focus-within {
    --tw-ring-offset-color: #c8191c;
}
.focus-within\:ring-offset-reds-4:focus-within {
    --tw-ring-offset-color: #953426;
}
.focus-within\:ring-offset-reds-5:focus-within {
    --tw-ring-offset-color: #f81b4d;
}
.focus-within\:ring-offset-reds-6:focus-within {
    --tw-ring-offset-color: #e43147;
}
.focus-within\:ring-offset-gray-5:focus-within {
    --tw-ring-offset-color: #cbcbcb;
}
.focus-within\:ring-offset-gray-6:focus-within {
    --tw-ring-offset-color: #e5e5e5;
}
.focus-within\:ring-offset-yellow-3:focus-within {
    --tw-ring-offset-color: #b69665;
}
.focus-within\:ring-offset-green-2:focus-within {
    --tw-ring-offset-color: #ebf9f1;
}
.focus-within\:ring-offset-green-3:focus-within {
    --tw-ring-offset-color: #33c172;
}
.focus-within\:ring-offset-yellow-4:focus-within {
    --tw-ring-offset-color: #fef8e7;
}
.focus-within\:ring-offset-green-4:focus-within {
    --tw-ring-offset-color: #10b981;
}
.focus-within\:ring-offset-green-5:focus-within {
    --tw-ring-offset-color: #00b14f;
}
.focus-within\:ring-offset-gray-7:focus-within {
    --tw-ring-offset-color: #828282;
}
.focus-within\:ring-offset-gray-14:focus-within {
    --tw-ring-offset-color: #b0b0b0;
}
.focus-within\:ring-offset-blues-4:focus-within {
    --tw-ring-offset-color: #4040a3;
}
.focus-within\:ring-offset-gray-15:focus-within {
    --tw-ring-offset-color: #3e3e3e;
}
.focus-within\:ring-offset-gray-16:focus-within {
    --tw-ring-offset-color: #505050;
}
.focus-within\:ring-offset-gray-17:focus-within {
    --tw-ring-offset-color: #f1f1f1;
}
.focus-within\:ring-offset-gray-18:focus-within {
    --tw-ring-offset-color: #929292;
}
.focus-within\:ring-offset-gray-19:focus-within {
    --tw-ring-offset-color: #bcbcbc;
}
.focus-within\:ring-offset-gray-20:focus-within {
    --tw-ring-offset-color: #f9f9f9;
}
.focus-within\:ring-offset-gray-21:focus-within {
    --tw-ring-offset-color: #c5c5c5;
}
.focus-within\:ring-offset-gray-22:focus-within {
    --tw-ring-offset-color: #bfbfbf;
}
.focus-within\:ring-offset-gray-23:focus-within {
    --tw-ring-offset-color: #eeeeee;
}
.focus-within\:ring-offset-gray-24:focus-within {
    --tw-ring-offset-color: #b7b7b7;
}
.focus-within\:ring-offset-gray-25:focus-within {
    --tw-ring-offset-color: #f0f0f0;
}
.focus-within\:ring-offset-gray-26:focus-within {
    --tw-ring-offset-color: #efefef;
}
.focus-within\:ring-offset-gray-27:focus-within {
    --tw-ring-offset-color: #bababa;
}
.focus-within\:ring-offset-blues-5:focus-within {
    --tw-ring-offset-color: #0060a9;
}
.focus-within\:ring-offset-blues-6:focus-within {
    --tw-ring-offset-color: #e9f2f9;
}
.focus-within\:ring-offset-purple-1:focus-within {
    --tw-ring-offset-color: #9747ff;
}
.focus-within\:ring-offset-purple-2:focus-within {
    --tw-ring-offset-color: #f8f2ff;
}
.focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
}
.focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
}
.focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
}
.focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
}
.focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
}
.focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
}
.focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
}
.focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
}
.focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
}
.focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
}
.focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
}
.focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
}
.focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
}
.focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
}
.focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
}
.focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
}
.focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
}
.focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
}
.focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
}
.focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
}
.focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
}
.focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
}
.focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
}
.focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
}
.focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
}
.focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
}
.focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
}
.focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
}
.focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
}
.focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
}
.focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
}
.focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
}
.focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
}
.focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
}
.focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
}
.focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
}
.focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
}
.focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
}
.focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
}
.focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
}
.focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
}
.focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
}
.focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
}
.focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
}
.focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
}
.focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
}
.focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
}
.focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
}
.focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
}
.focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
}
.focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
}
.focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
}
.focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
}
.focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
}
.focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
}
.focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
}
.focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
}
.focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
}
.focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
}
.focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
}
.focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
}
.focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
}
.focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
}
.focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
}
.focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
}
.focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
}
.focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
}
.focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
}
.focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
}
.focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
}
.focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
}
.focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
}
.focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
}
.focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
}
.focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
}
.focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
}
.focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
}
.focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
}
.focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
}
.focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
}
.focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
}
.focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
}
.focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
}
.focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
}
.focus\:ring-offset-gray-1:focus {
    --tw-ring-offset-color: #999999;
}
.focus\:ring-offset-gray-10:focus {
    --tw-ring-offset-color: #898989;
}
.focus\:ring-offset-gray-11:focus {
    --tw-ring-offset-color: #f3f3f3;
}
.focus\:ring-offset-gray-12:focus {
    --tw-ring-offset-color: #2c2c2c;
}
.focus\:ring-offset-gray-13:focus {
    --tw-ring-offset-color: #777777;
}
.focus\:ring-offset-gray-2:focus {
    --tw-ring-offset-color: #dfdfdf;
}
.focus\:ring-offset-yellow-1:focus {
    --tw-ring-offset-color: #fcca19;
}
.focus\:ring-offset-orange-1:focus {
    --tw-ring-offset-color: #fa886a;
}
.focus\:ring-offset-orange-2:focus {
    --tw-ring-offset-color: #ff9c00;
}
.focus\:ring-offset-yellow-2:focus {
    --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
}
.focus\:ring-offset-yellow-5:focus {
    --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
}
.focus\:ring-offset-orange-3:focus {
    --tw-ring-offset-color: #dea512;
}
.focus\:ring-offset-orange-4:focus {
    --tw-ring-offset-color: #fff1dc;
}
.focus\:ring-offset-orange-5:focus {
    --tw-ring-offset-color: #ff6c2e;
}
.focus\:ring-offset-gray-3:focus {
    --tw-ring-offset-color: #3f3f3f;
}
.focus\:ring-offset-green-1:focus {
    --tw-ring-offset-color: #009651;
}
.focus\:ring-offset-black-1:focus {
    --tw-ring-offset-color: #474747;
}
.focus\:ring-offset-gray-4:focus {
    --tw-ring-offset-color: #c4c4c4;
}
.focus\:ring-offset-pinks-1:focus {
    --tw-ring-offset-color: #deaab3;
}
.focus\:ring-offset-pinks-2:focus {
    --tw-ring-offset-color: #f9e8e8;
}
.focus\:ring-offset-skies-1:focus {
    --tw-ring-offset-color: #2dadd6;
}
.focus\:ring-offset-blues-1:focus {
    --tw-ring-offset-color: #115b98;
}
.focus\:ring-offset-blues-2:focus {
    --tw-ring-offset-color: #4e6297;
}
.focus\:ring-offset-blues-3:focus {
    --tw-ring-offset-color: #3a4a75;
}
.focus\:ring-offset-reds-1:focus {
    --tw-ring-offset-color: #c5331e;
}
.focus\:ring-offset-reds-2:focus {
    --tw-ring-offset-color: #c3573a;
}
.focus\:ring-offset-reds-3:focus {
    --tw-ring-offset-color: #c8191c;
}
.focus\:ring-offset-reds-4:focus {
    --tw-ring-offset-color: #953426;
}
.focus\:ring-offset-reds-5:focus {
    --tw-ring-offset-color: #f81b4d;
}
.focus\:ring-offset-reds-6:focus {
    --tw-ring-offset-color: #e43147;
}
.focus\:ring-offset-gray-5:focus {
    --tw-ring-offset-color: #cbcbcb;
}
.focus\:ring-offset-gray-6:focus {
    --tw-ring-offset-color: #e5e5e5;
}
.focus\:ring-offset-yellow-3:focus {
    --tw-ring-offset-color: #b69665;
}
.focus\:ring-offset-green-2:focus {
    --tw-ring-offset-color: #ebf9f1;
}
.focus\:ring-offset-green-3:focus {
    --tw-ring-offset-color: #33c172;
}
.focus\:ring-offset-yellow-4:focus {
    --tw-ring-offset-color: #fef8e7;
}
.focus\:ring-offset-green-4:focus {
    --tw-ring-offset-color: #10b981;
}
.focus\:ring-offset-green-5:focus {
    --tw-ring-offset-color: #00b14f;
}
.focus\:ring-offset-gray-7:focus {
    --tw-ring-offset-color: #828282;
}
.focus\:ring-offset-gray-14:focus {
    --tw-ring-offset-color: #b0b0b0;
}
.focus\:ring-offset-blues-4:focus {
    --tw-ring-offset-color: #4040a3;
}
.focus\:ring-offset-gray-15:focus {
    --tw-ring-offset-color: #3e3e3e;
}
.focus\:ring-offset-gray-16:focus {
    --tw-ring-offset-color: #505050;
}
.focus\:ring-offset-gray-17:focus {
    --tw-ring-offset-color: #f1f1f1;
}
.focus\:ring-offset-gray-18:focus {
    --tw-ring-offset-color: #929292;
}
.focus\:ring-offset-gray-19:focus {
    --tw-ring-offset-color: #bcbcbc;
}
.focus\:ring-offset-gray-20:focus {
    --tw-ring-offset-color: #f9f9f9;
}
.focus\:ring-offset-gray-21:focus {
    --tw-ring-offset-color: #c5c5c5;
}
.focus\:ring-offset-gray-22:focus {
    --tw-ring-offset-color: #bfbfbf;
}
.focus\:ring-offset-gray-23:focus {
    --tw-ring-offset-color: #eeeeee;
}
.focus\:ring-offset-gray-24:focus {
    --tw-ring-offset-color: #b7b7b7;
}
.focus\:ring-offset-gray-25:focus {
    --tw-ring-offset-color: #f0f0f0;
}
.focus\:ring-offset-gray-26:focus {
    --tw-ring-offset-color: #efefef;
}
.focus\:ring-offset-gray-27:focus {
    --tw-ring-offset-color: #bababa;
}
.focus\:ring-offset-blues-5:focus {
    --tw-ring-offset-color: #0060a9;
}
.focus\:ring-offset-blues-6:focus {
    --tw-ring-offset-color: #e9f2f9;
}
.focus\:ring-offset-purple-1:focus {
    --tw-ring-offset-color: #9747ff;
}
.focus\:ring-offset-purple-2:focus {
    --tw-ring-offset-color: #f8f2ff;
}
.ring-offset-0 {
    --tw-ring-offset-width: 0px;
}
.ring-offset-1 {
    --tw-ring-offset-width: 1px;
}
.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.ring-offset-4 {
    --tw-ring-offset-width: 4px;
}
.ring-offset-8 {
    --tw-ring-offset-width: 8px;
}
.focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
}
.focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
}
.focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
}
.focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
}
.focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
}
.focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
}
.focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
}
.ring-transparent {
    --tw-ring-color: transparent;
}
.ring-current {
    --tw-ring-color: currentColor;
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
.ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
.ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
.ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
.ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
.ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
.ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
.ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
.ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
.ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
.ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
.ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
.ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
.ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
.ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
.ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
.ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
.ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
.ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
.ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
.ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
.ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
.ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
.ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
.ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
.ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
.ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
.ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
.ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
.ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
.ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
.ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
.ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
.ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
.ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
.ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
.ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
.ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
.ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
.ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
.ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
.ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
.ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
.ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
.ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
.ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
.ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
.ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
.ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
.ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
.ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
.ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
.ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
.ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
.ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
.ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
.ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
.ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
.ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
.ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
.ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
.ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
.ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
.ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
.ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
.ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
.ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
.ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
.ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
.ring-gray-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}
.ring-gray-10 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
}
.ring-gray-11 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}
.ring-gray-12 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
}
.ring-gray-13 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
}
.ring-gray-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
}
.ring-yellow-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
}
.ring-orange-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
}
.ring-orange-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
}
.ring-yellow-2 {
    --tw-ring-color: rgba(252, 202, 25, 0.65);
}
.ring-yellow-5 {
    --tw-ring-color: rgba(249, 181, 11, 0.1);
}
.ring-orange-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
}
.ring-orange-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
}
.ring-orange-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
}
.ring-gray-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
}
.ring-green-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
}
.ring-black-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
}
.ring-gray-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}
.ring-pinks-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
}
.ring-pinks-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
}
.ring-skies-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
}
.ring-blues-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
}
.ring-blues-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
}
.ring-blues-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
}
.ring-reds-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
}
.ring-reds-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
}
.ring-reds-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
}
.ring-reds-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
}
.ring-reds-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
}
.ring-reds-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
}
.ring-gray-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}
.ring-gray-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}
.ring-yellow-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
}
.ring-green-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
}
.ring-green-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
}
.ring-yellow-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
}
.ring-green-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.ring-green-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
}
.ring-gray-7 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
}
.ring-gray-14 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
}
.ring-blues-4 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
}
.ring-gray-15 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
}
.ring-gray-16 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}
.ring-gray-17 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
}
.ring-gray-18 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
}
.ring-gray-19 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
}
.ring-gray-20 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}
.ring-gray-21 {
    --tw-ring-color: #c5c5c5;
}
.ring-gray-22 {
    --tw-ring-color: #bfbfbf;
}
.ring-gray-23 {
    --tw-ring-color: #eeeeee;
}
.ring-gray-24 {
    --tw-ring-color: #b7b7b7;
}
.ring-gray-25 {
    --tw-ring-color: #f0f0f0;
}
.ring-gray-26 {
    --tw-ring-color: #efefef;
}
.ring-gray-27 {
    --tw-ring-color: #bababa;
}
.ring-blues-5 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
}
.ring-blues-6 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
}
.ring-purple-1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
}
.ring-purple-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
}
.focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
}
.focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
.focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
.focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
.focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
.focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
.focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
.focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
.focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
.focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
.focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
.focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
.focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
.focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
.focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
.focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
.focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
.focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
.focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
.focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
.focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-10:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-11:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-12:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-13:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-2:focus-within {
    --tw-ring-color: rgba(252, 202, 25, 0.65);
}
.focus-within\:ring-yellow-5:focus-within {
    --tw-ring-color: rgba(249, 181, 11, 0.1);
}
.focus-within\:ring-orange-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
}
.focus-within\:ring-orange-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
}
.focus-within\:ring-green-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
}
.focus-within\:ring-black-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}
.focus-within\:ring-pinks-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
}
.focus-within\:ring-pinks-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
}
.focus-within\:ring-skies-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
}
.focus-within\:ring-blues-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
}
.focus-within\:ring-blues-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
}
.focus-within\:ring-blues-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
}
.focus-within\:ring-reds-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
}
.focus-within\:ring-green-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
}
.focus-within\:ring-green-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
}
.focus-within\:ring-yellow-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
}
.focus-within\:ring-green-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.focus-within\:ring-green-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-7:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-14:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
}
.focus-within\:ring-blues-4:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-15:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-16:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-17:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-18:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-19:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-20:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}
.focus-within\:ring-gray-21:focus-within {
    --tw-ring-color: #c5c5c5;
}
.focus-within\:ring-gray-22:focus-within {
    --tw-ring-color: #bfbfbf;
}
.focus-within\:ring-gray-23:focus-within {
    --tw-ring-color: #eeeeee;
}
.focus-within\:ring-gray-24:focus-within {
    --tw-ring-color: #b7b7b7;
}
.focus-within\:ring-gray-25:focus-within {
    --tw-ring-color: #f0f0f0;
}
.focus-within\:ring-gray-26:focus-within {
    --tw-ring-color: #efefef;
}
.focus-within\:ring-gray-27:focus-within {
    --tw-ring-color: #bababa;
}
.focus-within\:ring-blues-5:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
}
.focus-within\:ring-blues-6:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-1:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
}
.focus-within\:ring-purple-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
}
.focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
}
.focus\:ring-current:focus {
    --tw-ring-color: currentColor;
}
.focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
.focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
.focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
.focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
.focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
.focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
.focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
.focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
.focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
.focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
.focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
.focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
.focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
.focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
.focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
.focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
.focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
.focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
.focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
.focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
.focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
.focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
.focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
.focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
.focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
.focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
.focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
.focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
.focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
.focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
.focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
.focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
.focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
.focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
.focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
.focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
.focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
.focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
.focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
.focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
.focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
.focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
.focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
.focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
.focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
.focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
.focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
.focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
.focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
.focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
.focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
.focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
.focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
.focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
.focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
.focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
.focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
.focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
.focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
.focus\:ring-gray-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
}
.focus\:ring-gray-10:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
}
.focus\:ring-gray-11:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}
.focus\:ring-gray-12:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
}
.focus\:ring-gray-13:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
}
.focus\:ring-gray-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
}
.focus\:ring-yellow-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
}
.focus\:ring-orange-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
}
.focus\:ring-orange-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
}
.focus\:ring-yellow-2:focus {
    --tw-ring-color: rgba(252, 202, 25, 0.65);
}
.focus\:ring-yellow-5:focus {
    --tw-ring-color: rgba(249, 181, 11, 0.1);
}
.focus\:ring-orange-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
}
.focus\:ring-orange-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
}
.focus\:ring-orange-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
}
.focus\:ring-gray-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
}
.focus\:ring-green-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
}
.focus\:ring-black-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
}
.focus\:ring-gray-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
}
.focus\:ring-pinks-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
}
.focus\:ring-pinks-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
}
.focus\:ring-skies-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
}
.focus\:ring-blues-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
}
.focus\:ring-blues-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
}
.focus\:ring-blues-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
}
.focus\:ring-reds-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
}
.focus\:ring-reds-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
}
.focus\:ring-reds-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
}
.focus\:ring-reds-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
}
.focus\:ring-reds-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
}
.focus\:ring-reds-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
}
.focus\:ring-gray-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
}
.focus\:ring-gray-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}
.focus\:ring-yellow-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
}
.focus\:ring-green-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
}
.focus\:ring-green-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
}
.focus\:ring-yellow-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
}
.focus\:ring-green-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.focus\:ring-green-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
}
.focus\:ring-gray-7:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
}
.focus\:ring-gray-14:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
}
.focus\:ring-blues-4:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
}
.focus\:ring-gray-15:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
}
.focus\:ring-gray-16:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
}
.focus\:ring-gray-17:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
}
.focus\:ring-gray-18:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
}
.focus\:ring-gray-19:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
}
.focus\:ring-gray-20:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}
.focus\:ring-gray-21:focus {
    --tw-ring-color: #c5c5c5;
}
.focus\:ring-gray-22:focus {
    --tw-ring-color: #bfbfbf;
}
.focus\:ring-gray-23:focus {
    --tw-ring-color: #eeeeee;
}
.focus\:ring-gray-24:focus {
    --tw-ring-color: #b7b7b7;
}
.focus\:ring-gray-25:focus {
    --tw-ring-color: #f0f0f0;
}
.focus\:ring-gray-26:focus {
    --tw-ring-color: #efefef;
}
.focus\:ring-gray-27:focus {
    --tw-ring-color: #bababa;
}
.focus\:ring-blues-5:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
}
.focus\:ring-blues-6:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
}
.focus\:ring-purple-1:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
}
.focus\:ring-purple-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
}
.ring-opacity-0 {
    --tw-ring-opacity: 0;
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.ring-opacity-10 {
    --tw-ring-opacity: 0.1;
}
.ring-opacity-20 {
    --tw-ring-opacity: 0.2;
}
.ring-opacity-25 {
    --tw-ring-opacity: 0.25;
}
.ring-opacity-30 {
    --tw-ring-opacity: 0.3;
}
.ring-opacity-40 {
    --tw-ring-opacity: 0.4;
}
.ring-opacity-50 {
    --tw-ring-opacity: 0.5;
}
.ring-opacity-60 {
    --tw-ring-opacity: 0.6;
}
.ring-opacity-70 {
    --tw-ring-opacity: 0.7;
}
.ring-opacity-75 {
    --tw-ring-opacity: 0.75;
}
.ring-opacity-80 {
    --tw-ring-opacity: 0.8;
}
.ring-opacity-90 {
    --tw-ring-opacity: 0.9;
}
.ring-opacity-95 {
    --tw-ring-opacity: 0.95;
}
.ring-opacity-100 {
    --tw-ring-opacity: 1;
}
.focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
}
.focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
}
.focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
}
.focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
}
.focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
}
.focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
}
.focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
}
.focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
}
.focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
}
.focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
}
.focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
}
.focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
}
.focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
}
.focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
}
.focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
}
.focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
}
.focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
}
.focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
}
.focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
}
.focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
}
.focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
}
.focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
}
.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}
.focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
}
.focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
}
.focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
}
.focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
}
.focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
}
.focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
}
.focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
}
.fill-current {
    fill: currentColor;
}
.stroke-current {
    stroke: currentColor;
}
.stroke-0 {
    stroke-width: 0;
}
.stroke-1 {
    stroke-width: 1;
}
.stroke-2 {
    stroke-width: 2;
}
.table-auto {
    table-layout: auto;
}
.table-fixed {
    table-layout: fixed;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-transparent {
    color: transparent;
}
.text-current {
    color: currentColor;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}
.text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}
.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
}
.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
}
.text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
}
.text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
}
.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
}
.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}
.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
}
.text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
}
.text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
}
.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
}
.text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
}
.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
}
.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
}
.text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
}
.text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
}
.text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
}
.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
}
.text-gray-1 {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.text-gray-10 {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity));
}
.text-gray-11 {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
}
.text-gray-12 {
    --tw-text-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-text-opacity));
}
.text-gray-13 {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.text-gray-2 {
    --tw-text-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.text-black-2 {
    --tw-text-opacity: 1;
    color: black;
}
.text-yellow-1 {
    --tw-text-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-text-opacity));
}
.text-orange-1 {
    --tw-text-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-text-opacity));
}
.text-orange-2 {
    --tw-text-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-text-opacity));
}
.text-yellow-2 {
    color: rgba(252, 202, 25, 0.65);
}
.text-yellow-5 {
    color: rgba(249, 181, 11, 0.1);
}
.text-orange-3 {
    --tw-text-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-text-opacity));
}
.text-orange-4 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-text-opacity));
}
.text-orange-5 {
    --tw-text-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-text-opacity));
}
.text-gray-3 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-text-opacity));
}
.text-green-1 {
    --tw-text-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-text-opacity));
}
.text-black-1 {
    --tw-text-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-text-opacity));
}
.text-gray-4 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.text-pinks-1 {
    --tw-text-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-text-opacity));
}
.text-pinks-2 {
    --tw-text-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-text-opacity));
}
.text-skies-1 {
    --tw-text-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-text-opacity));
}
.text-blues-1 {
    --tw-text-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-text-opacity));
}
.text-blues-2 {
    --tw-text-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-text-opacity));
}
.text-blues-3 {
    --tw-text-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-text-opacity));
}
.text-reds-1 {
    --tw-text-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-text-opacity));
}
.text-reds-2 {
    --tw-text-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-text-opacity));
}
.text-reds-3 {
    --tw-text-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-text-opacity));
}
.text-reds-4 {
    --tw-text-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-text-opacity));
}
.text-reds-5 {
    --tw-text-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-text-opacity));
}
.text-reds-6 {
    --tw-text-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-text-opacity));
}
.text-gray-5 {
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
}
.text-gray-6 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.text-yellow-3 {
    --tw-text-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-text-opacity));
}
.text-green-2 {
    --tw-text-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-text-opacity));
}
.text-green-3 {
    --tw-text-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-text-opacity));
}
.text-yellow-4 {
    --tw-text-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-text-opacity));
}
.text-green-4 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-green-5 {
    --tw-text-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-text-opacity));
}
.text-gray-7 {
    --tw-text-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.text-gray-14 {
    --tw-text-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.text-blues-4 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-text-opacity));
}
.text-gray-15 {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.text-gray-16 {
    --tw-text-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-text-opacity));
}
.text-gray-17 {
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
}
.text-gray-18 {
    --tw-text-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-text-opacity));
}
.text-gray-19 {
    --tw-text-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-text-opacity));
}
.text-gray-20 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
}
.text-gray-21 {
    color: #c5c5c5;
}
.text-gray-22 {
    color: #bfbfbf;
}
.text-gray-23 {
    color: #eee;
}
.text-gray-24 {
    color: #b7b7b7;
}
.text-gray-25 {
    color: #f0f0f0;
}
.text-gray-26 {
    color: #efefef;
}
.text-gray-27 {
    color: #bababa;
}
.text-blues-5 {
    --tw-text-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-text-opacity));
}
.text-blues-6 {
    --tw-text-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-text-opacity));
}
.text-purple-1 {
    --tw-text-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-text-opacity));
}
.text-purple-2 {
    --tw-text-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-transparent {
    color: transparent;
}
.group:hover .group-hover\:text-current {
    color: currentColor;
}
.group:hover .group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-1 {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-10 {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-11 {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-12 {
    --tw-text-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-13 {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-2 {
    --tw-text-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-1 {
    --tw-text-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-1 {
    --tw-text-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-2 {
    --tw-text-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-2 {
    color: rgba(252, 202, 25, 0.65);
}
.group:hover .group-hover\:text-yellow-5 {
    color: rgba(249, 181, 11, 0.1);
}
.group:hover .group-hover\:text-orange-3 {
    --tw-text-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-4 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-orange-5 {
    --tw-text-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-3 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-1 {
    --tw-text-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-black-1 {
    --tw-text-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-4 {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pinks-1 {
    --tw-text-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-pinks-2 {
    --tw-text-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-skies-1 {
    --tw-text-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blues-1 {
    --tw-text-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blues-2 {
    --tw-text-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blues-3 {
    --tw-text-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-1 {
    --tw-text-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-2 {
    --tw-text-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-3 {
    --tw-text-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-4 {
    --tw-text-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-5 {
    --tw-text-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-reds-6 {
    --tw-text-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-5 {
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-6 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-3 {
    --tw-text-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-2 {
    --tw-text-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-3 {
    --tw-text-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-yellow-4 {
    --tw-text-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-4 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-green-5 {
    --tw-text-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-7 {
    --tw-text-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-14 {
    --tw-text-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blues-4 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-15 {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-16 {
    --tw-text-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-17 {
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-18 {
    --tw-text-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-19 {
    --tw-text-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-20 {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-21 {
    color: #c5c5c5;
}
.group:hover .group-hover\:text-gray-22 {
    color: #bfbfbf;
}
.group:hover .group-hover\:text-gray-23 {
    color: #eee;
}
.group:hover .group-hover\:text-gray-24 {
    color: #b7b7b7;
}
.group:hover .group-hover\:text-gray-25 {
    color: #f0f0f0;
}
.group:hover .group-hover\:text-gray-26 {
    color: #efefef;
}
.group:hover .group-hover\:text-gray-27 {
    color: #bababa;
}
.group:hover .group-hover\:text-blues-5 {
    --tw-text-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blues-6 {
    --tw-text-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-1 {
    --tw-text-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-purple-2 {
    --tw-text-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-text-opacity));
}
.focus-within\:text-transparent:focus-within {
    color: transparent;
}
.focus-within\:text-current:focus-within {
    color: currentColor;
}
.focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}
.focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}
.focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
}
.focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
}
.focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
}
.focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
}
.focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
}
.focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}
.focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
}
.focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
}
.focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
}
.focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
}
.focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
}
.focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
}
.focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
}
.focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
}
.focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
}
.focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
}
.focus-within\:text-gray-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.focus-within\:text-gray-10:focus-within {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity));
}
.focus-within\:text-gray-11:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
}
.focus-within\:text-gray-12:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-text-opacity));
}
.focus-within\:text-gray-13:focus-within {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.focus-within\:text-gray-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.focus-within\:text-yellow-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-text-opacity));
}
.focus-within\:text-orange-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-text-opacity));
}
.focus-within\:text-orange-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-text-opacity));
}
.focus-within\:text-yellow-2:focus-within {
    color: rgba(252, 202, 25, 0.65);
}
.focus-within\:text-yellow-5:focus-within {
    color: rgba(249, 181, 11, 0.1);
}
.focus-within\:text-orange-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-text-opacity));
}
.focus-within\:text-orange-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-text-opacity));
}
.focus-within\:text-orange-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-text-opacity));
}
.focus-within\:text-gray-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-text-opacity));
}
.focus-within\:text-green-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-text-opacity));
}
.focus-within\:text-black-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-text-opacity));
}
.focus-within\:text-gray-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.focus-within\:text-pinks-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-text-opacity));
}
.focus-within\:text-pinks-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-text-opacity));
}
.focus-within\:text-skies-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-text-opacity));
}
.focus-within\:text-blues-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-text-opacity));
}
.focus-within\:text-blues-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-text-opacity));
}
.focus-within\:text-blues-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-text-opacity));
}
.focus-within\:text-reds-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-text-opacity));
}
.focus-within\:text-reds-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-text-opacity));
}
.focus-within\:text-reds-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-text-opacity));
}
.focus-within\:text-reds-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-text-opacity));
}
.focus-within\:text-reds-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-text-opacity));
}
.focus-within\:text-reds-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-text-opacity));
}
.focus-within\:text-gray-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
}
.focus-within\:text-gray-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.focus-within\:text-yellow-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-text-opacity));
}
.focus-within\:text-green-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-text-opacity));
}
.focus-within\:text-green-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-text-opacity));
}
.focus-within\:text-yellow-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-text-opacity));
}
.focus-within\:text-green-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.focus-within\:text-green-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-text-opacity));
}
.focus-within\:text-gray-7:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.focus-within\:text-gray-14:focus-within {
    --tw-text-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.focus-within\:text-blues-4:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-text-opacity));
}
.focus-within\:text-gray-15:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.focus-within\:text-gray-16:focus-within {
    --tw-text-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-text-opacity));
}
.focus-within\:text-gray-17:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
}
.focus-within\:text-gray-18:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-text-opacity));
}
.focus-within\:text-gray-19:focus-within {
    --tw-text-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-text-opacity));
}
.focus-within\:text-gray-20:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
}
.focus-within\:text-gray-21:focus-within {
    color: #c5c5c5;
}
.focus-within\:text-gray-22:focus-within {
    color: #bfbfbf;
}
.focus-within\:text-gray-23:focus-within {
    color: #eee;
}
.focus-within\:text-gray-24:focus-within {
    color: #b7b7b7;
}
.focus-within\:text-gray-25:focus-within {
    color: #f0f0f0;
}
.focus-within\:text-gray-26:focus-within {
    color: #efefef;
}
.focus-within\:text-gray-27:focus-within {
    color: #bababa;
}
.focus-within\:text-blues-5:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-text-opacity));
}
.focus-within\:text-blues-6:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-text-opacity));
}
.focus-within\:text-purple-1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-text-opacity));
}
.focus-within\:text-purple-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-text-opacity));
}
.hover\:text-transparent:hover {
    color: transparent;
}
.hover\:text-current:hover {
    color: currentColor;
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}
.hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}
.hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
}
.hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
}
.hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
}
.hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
}
.hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
}
.hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}
.hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
}
.hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
}
.hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
}
.hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
}
.hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
}
.hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
}
.hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
}
.hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
}
.hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
}
.hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
}
.hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
}
.hover\:text-gray-1:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.hover\:text-gray-10:hover {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity));
}
.hover\:text-gray-11:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
}
.hover\:text-gray-12:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-text-opacity));
}
.hover\:text-gray-13:hover {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.hover\:text-gray-2:hover {
    --tw-text-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.hover\:text-yellow-1:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-text-opacity));
}
.hover\:text-orange-1:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-text-opacity));
}
.hover\:text-orange-2:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-text-opacity));
}
.hover\:text-yellow-2:hover {
    color: rgba(252, 202, 25, 0.65);
}
.hover\:text-yellow-5:hover {
    color: rgba(249, 181, 11, 0.1);
}
.hover\:text-orange-3:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-text-opacity));
}
.hover\:text-orange-4:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-text-opacity));
}
.hover\:text-orange-5:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-text-opacity));
}
.hover\:text-gray-3:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-text-opacity));
}
.hover\:text-green-1:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-text-opacity));
}
.hover\:text-black-1:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-text-opacity));
}
.hover\:text-gray-4:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.hover\:text-pinks-1:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-text-opacity));
}
.hover\:text-pinks-2:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-text-opacity));
}
.hover\:text-skies-1:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-text-opacity));
}
.hover\:text-blues-1:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-text-opacity));
}
.hover\:text-blues-2:hover {
    --tw-text-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-text-opacity));
}
.hover\:text-blues-3:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-text-opacity));
}
.hover\:text-reds-1:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-text-opacity));
}
.hover\:text-reds-2:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-text-opacity));
}
.hover\:text-reds-3:hover {
    --tw-text-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-text-opacity));
}
.hover\:text-reds-4:hover {
    --tw-text-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-text-opacity));
}
.hover\:text-reds-5:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-text-opacity));
}
.hover\:text-reds-6:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-text-opacity));
}
.hover\:text-gray-5:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
}
.hover\:text-gray-6:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.hover\:text-yellow-3:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-text-opacity));
}
.hover\:text-green-2:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-text-opacity));
}
.hover\:text-green-3:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-text-opacity));
}
.hover\:text-yellow-4:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-text-opacity));
}
.hover\:text-green-4:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.hover\:text-green-5:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-text-opacity));
}
.hover\:text-gray-7:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.hover\:text-gray-14:hover {
    --tw-text-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.hover\:text-blues-4:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-text-opacity));
}
.hover\:text-gray-15:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.hover\:text-gray-16:hover {
    --tw-text-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-text-opacity));
}
.hover\:text-gray-17:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
}
.hover\:text-gray-18:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-text-opacity));
}
.hover\:text-gray-19:hover {
    --tw-text-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-text-opacity));
}
.hover\:text-gray-20:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
}
.hover\:text-gray-21:hover {
    color: #c5c5c5;
}
.hover\:text-gray-22:hover {
    color: #bfbfbf;
}
.hover\:text-gray-23:hover {
    color: #eee;
}
.hover\:text-gray-24:hover {
    color: #b7b7b7;
}
.hover\:text-gray-25:hover {
    color: #f0f0f0;
}
.hover\:text-gray-26:hover {
    color: #efefef;
}
.hover\:text-gray-27:hover {
    color: #bababa;
}
.hover\:text-blues-5:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-text-opacity));
}
.hover\:text-blues-6:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-text-opacity));
}
.hover\:text-purple-1:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-text-opacity));
}
.hover\:text-purple-2:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-text-opacity));
}
.focus\:text-transparent:focus {
    color: transparent;
}
.focus\:text-current:focus {
    color: currentColor;
}
.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}
.focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}
.focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}
.focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
}
.focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}
.focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
}
.focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
}
.focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
}
.focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
}
.focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}
.focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}
.focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
}
.focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
}
.focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
}
.focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
}
.focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
}
.focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
}
.focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
}
.focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
}
.focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
}
.focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
}
.focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
}
.focus\:text-gray-1:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.focus\:text-gray-10:focus {
    --tw-text-opacity: 1;
    color: rgba(137, 137, 137, var(--tw-text-opacity));
}
.focus\:text-gray-11:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
}
.focus\:text-gray-12:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 44, 44, var(--tw-text-opacity));
}
.focus\:text-gray-13:focus {
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, var(--tw-text-opacity));
}
.focus\:text-gray-2:focus {
    --tw-text-opacity: 1;
    color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.focus\:text-yellow-1:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 202, 25, var(--tw-text-opacity));
}
.focus\:text-orange-1:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 136, 106, var(--tw-text-opacity));
}
.focus\:text-orange-2:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 156, 0, var(--tw-text-opacity));
}
.focus\:text-yellow-2:focus {
    color: rgba(252, 202, 25, 0.65);
}
.focus\:text-yellow-5:focus {
    color: rgba(249, 181, 11, 0.1);
}
.focus\:text-orange-3:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 165, 18, var(--tw-text-opacity));
}
.focus\:text-orange-4:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 220, var(--tw-text-opacity));
}
.focus\:text-orange-5:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 108, 46, var(--tw-text-opacity));
}
.focus\:text-gray-3:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 63, var(--tw-text-opacity));
}
.focus\:text-green-1:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 150, 81, var(--tw-text-opacity));
}
.focus\:text-black-1:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 71, 71, var(--tw-text-opacity));
}
.focus\:text-gray-4:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
}
.focus\:text-pinks-1:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 170, 179, var(--tw-text-opacity));
}
.focus\:text-pinks-2:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 232, 232, var(--tw-text-opacity));
}
.focus\:text-skies-1:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 173, 214, var(--tw-text-opacity));
}
.focus\:text-blues-1:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 91, 152, var(--tw-text-opacity));
}
.focus\:text-blues-2:focus {
    --tw-text-opacity: 1;
    color: rgba(78, 98, 151, var(--tw-text-opacity));
}
.focus\:text-blues-3:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 74, 117, var(--tw-text-opacity));
}
.focus\:text-reds-1:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 51, 30, var(--tw-text-opacity));
}
.focus\:text-reds-2:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 87, 58, var(--tw-text-opacity));
}
.focus\:text-reds-3:focus {
    --tw-text-opacity: 1;
    color: rgba(200, 25, 28, var(--tw-text-opacity));
}
.focus\:text-reds-4:focus {
    --tw-text-opacity: 1;
    color: rgba(149, 52, 38, var(--tw-text-opacity));
}
.focus\:text-reds-5:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 27, 77, var(--tw-text-opacity));
}
.focus\:text-reds-6:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 49, 71, var(--tw-text-opacity));
}
.focus\:text-gray-5:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 203, 203, var(--tw-text-opacity));
}
.focus\:text-gray-6:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.focus\:text-yellow-3:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 150, 101, var(--tw-text-opacity));
}
.focus\:text-green-2:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 249, 241, var(--tw-text-opacity));
}
.focus\:text-green-3:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 193, 114, var(--tw-text-opacity));
}
.focus\:text-yellow-4:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 248, 231, var(--tw-text-opacity));
}
.focus\:text-green-4:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.focus\:text-green-5:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 177, 79, var(--tw-text-opacity));
}
.focus\:text-gray-7:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.focus\:text-gray-14:focus {
    --tw-text-opacity: 1;
    color: rgba(176, 176, 176, var(--tw-text-opacity));
}
.focus\:text-blues-4:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 163, var(--tw-text-opacity));
}
.focus\:text-gray-15:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 62, 62, var(--tw-text-opacity));
}
.focus\:text-gray-16:focus {
    --tw-text-opacity: 1;
    color: rgba(80, 80, 80, var(--tw-text-opacity));
}
.focus\:text-gray-17:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 241, 241, var(--tw-text-opacity));
}
.focus\:text-gray-18:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 146, 146, var(--tw-text-opacity));
}
.focus\:text-gray-19:focus {
    --tw-text-opacity: 1;
    color: rgba(188, 188, 188, var(--tw-text-opacity));
}
.focus\:text-gray-20:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
}
.focus\:text-gray-21:focus {
    color: #c5c5c5;
}
.focus\:text-gray-22:focus {
    color: #bfbfbf;
}
.focus\:text-gray-23:focus {
    color: #eee;
}
.focus\:text-gray-24:focus {
    color: #b7b7b7;
}
.focus\:text-gray-25:focus {
    color: #f0f0f0;
}
.focus\:text-gray-26:focus {
    color: #efefef;
}
.focus\:text-gray-27:focus {
    color: #bababa;
}
.focus\:text-blues-5:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 96, 169, var(--tw-text-opacity));
}
.focus\:text-blues-6:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 242, 249, var(--tw-text-opacity));
}
.focus\:text-purple-1:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 71, 255, var(--tw-text-opacity));
}
.focus\:text-purple-2:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 242, 255, var(--tw-text-opacity));
}
.text-opacity-0 {
    --tw-text-opacity: 0;
}
.text-opacity-5 {
    --tw-text-opacity: 0.05;
}
.text-opacity-10 {
    --tw-text-opacity: 0.1;
}
.text-opacity-20 {
    --tw-text-opacity: 0.2;
}
.text-opacity-25 {
    --tw-text-opacity: 0.25;
}
.text-opacity-30 {
    --tw-text-opacity: 0.3;
}
.text-opacity-40 {
    --tw-text-opacity: 0.4;
}
.text-opacity-50 {
    --tw-text-opacity: 0.5;
}
.text-opacity-60 {
    --tw-text-opacity: 0.6;
}
.text-opacity-70 {
    --tw-text-opacity: 0.7;
}
.text-opacity-75 {
    --tw-text-opacity: 0.75;
}
.text-opacity-80 {
    --tw-text-opacity: 0.8;
}
.text-opacity-90 {
    --tw-text-opacity: 0.9;
}
.text-opacity-95 {
    --tw-text-opacity: 0.95;
}
.text-opacity-100 {
    --tw-text-opacity: 1;
}
.group:hover .group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
}
.group:hover .group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
}
.group:hover .group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
}
.group:hover .group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
}
.group:hover .group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
}
.group:hover .group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
}
.group:hover .group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
}
.group:hover .group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
}
.group:hover .group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
}
.group:hover .group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
}
.group:hover .group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
}
.group:hover .group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
}
.group:hover .group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
}
.group:hover .group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
}
.group:hover .group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
}
.focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
}
.focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
}
.focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
}
.focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
}
.focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
}
.focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
}
.focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
}
.focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
}
.focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
}
.focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
}
.focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
}
.focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
}
.focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
}
.focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
}
.focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
}
.hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
}
.hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
}
.hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
}
.hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
}
.hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
}
.hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
}
.hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
}
.hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
}
.hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
}
.hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
}
.hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
}
.hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
}
.hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
}
.hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
}
.hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
}
.focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
}
.focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
}
.focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
}
.focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
}
.focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
}
.focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
}
.focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
}
.focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
}
.focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
}
.focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
}
.focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
}
.focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
}
.focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
}
.focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
}
.focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis {
    text-overflow: ellipsis;
}
.overflow-clip {
    text-overflow: clip;
}
.italic {
    font-style: italic;
}
.not-italic {
    font-style: normal;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.normal-case {
    text-transform: none;
}
.underline {
    text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}
.no-underline {
    text-decoration: none;
}
.group:hover .group-hover\:underline {
    text-decoration: underline;
}
.group:hover .group-hover\:line-through {
    text-decoration: line-through;
}
.group:hover .group-hover\:no-underline {
    text-decoration: none;
}
.focus-within\:underline:focus-within {
    text-decoration: underline;
}
.focus-within\:line-through:focus-within {
    text-decoration: line-through;
}
.focus-within\:no-underline:focus-within {
    text-decoration: none;
}
.hover\:underline:hover {
    text-decoration: underline;
}
.hover\:line-through:hover {
    text-decoration: line-through;
}
.hover\:no-underline:hover {
    text-decoration: none;
}
.focus\:underline:focus {
    text-decoration: underline;
}
.focus\:line-through:focus {
    text-decoration: line-through;
}
.focus\:no-underline:focus {
    text-decoration: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.diagonal-fractions,
.lining-nums,
.oldstyle-nums,
.ordinal,
.proportional-nums,
.slashed-zero,
.stacked-fractions,
.tabular-nums {
    --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
    --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
    --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
    --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
    --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
        var(--tw-numeric-figure) var(--tw-numeric-spacing)
        var(--tw-numeric-fraction);
}
.normal-nums {
    font-variant-numeric: normal;
}
.ordinal {
    --tw-ordinal: ordinal;
}
.slashed-zero {
    --tw-slashed-zero: slashed-zero;
}
.lining-nums {
    --tw-numeric-figure: lining-nums;
}
.oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
}
.proportional-nums {
    --tw-numeric-spacing: proportional-nums;
}
.tabular-nums {
    --tw-numeric-spacing: tabular-nums;
}
.diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
}
.stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
}
.tracking-tighter {
    letter-spacing: -0.05em;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-normal {
    letter-spacing: 0;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}
.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.align-text-top {
    vertical-align: text-top;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.whitespace-normal {
    white-space: normal;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre {
    white-space: pre;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.whitespace-pre-wrap {
    white-space: pre-wrap;
}
.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}
.break-words {
    overflow-wrap: break-word;
}
.break-all {
    word-break: break-all;
}
.w-0 {
    width: 0;
}
.w-1 {
    width: 0.25rem;
}
.w-2 {
    width: 0.5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}
.w-8 {
    width: 2rem;
}
.w-9 {
    width: 2.25rem;
}
.w-10 {
    width: 2.5rem;
}
.w-11 {
    width: 2.75rem;
}
.w-12 {
    width: 3rem;
}
.w-14 {
    width: 3.5rem;
}
.w-16 {
    width: 4rem;
}
.w-20 {
    width: 5rem;
}
.w-23 {
    width: 88px;
}
.w-24 {
    width: 6rem;
}
.w-25 {
    width: 100px;
}
.w-28 {
    width: 7rem;
}
.w-29 {
    width: 120px;
}
.w-32 {
    width: 8rem;
}
.w-33 {
    width: 130px;
}
.w-36 {
    width: 9rem;
}
.w-40 {
    width: 10rem;
}
.w-44 {
    width: 11rem;
}
.w-48 {
    width: 12rem;
}
.w-52 {
    width: 13rem;
}
.w-56 {
    width: 14rem;
}
.w-60 {
    width: 15rem;
}
.w-63 {
    width: 270px;
}
.w-64 {
    width: 16rem;
}
.w-72 {
    width: 18rem;
}
.w-80 {
    width: 20rem;
}
.w-92 {
    width: 475px;
}
.w-96 {
    width: 24rem;
}
.w-128 {
    width: 32rem;
}
.w-auto {
    width: auto;
}
.w-px {
    width: 1px;
}
.w-0\.5 {
    width: 0.125rem;
}
.w-1\.5 {
    width: 0.375rem;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-105p {
    width: 105px;
}
.w-50p {
    width: 50px;
}
.w-54p {
    width: 54px;
}
.w-1p {
    width: 1px;
}
.w-2p {
    width: 2px;
}
.w-3p {
    width: 3px;
}
.w-5p {
    width: 5px;
}
.w-7p {
    width: 7px;
}
.w-9p {
    width: 9px;
}
.w-10p {
    width: 10px;
}
.w-11p {
    width: 11px;
}
.w-13p {
    width: 13px;
}
.w-15p {
    width: 15px;
}
.w-18p {
    width: 18px;
}
.w-19p {
    width: 19px;
}
.w-21p {
    width: 21px;
}
.w-22p {
    width: 22px;
}
.w-23p {
    width: 23px;
}
.w-25p {
    width: 25px;
}
.w-26p {
    width: 26px;
}
.w-29p {
    width: 29px;
}
.w-30p {
    width: 30px;
}
.w-31p {
    width: 31px;
}
.w-35p {
    width: 35px;
}
.w-52p {
    width: 52px;
}
.w-53p {
    width: 53px;
}
.w-55p {
    width: 55px;
}
.w-59p {
    width: 59px;
}
.w-27p {
    width: 27px;
}
.w-33\.5p {
    width: 33.5px;
}
.w-38p {
    width: 38px;
}
.w-40p {
    width: 40px;
}
.w-46p {
    width: 46px;
}
.w-47p {
    width: 47px;
}
.w-49p {
    width: 49px;
}
.w-58p {
    width: 58px;
}
.w-75p {
    width: 75px;
}
.w-77p {
    width: 77px;
}
.w-60p {
    width: 60px;
}
.w-65p {
    width: 65px;
}
.w-66p {
    width: 66px;
}
.w-68p {
    width: 68px;
}
.w-70p {
    width: 70px;
}
.w-72p {
    width: 72px;
}
.w-74p {
    width: 74px;
}
.w-78p {
    width: 78px;
}
.w-80p {
    width: 80px;
}
.w-82p {
    width: 82px;
}
.w-84p {
    width: 84px;
}
.w-89p {
    width: 89px;
}
.w-93p {
    width: 93px;
}
.w-90p {
    width: 90px;
}
.w-97p {
    width: 97px;
}
.w-103p {
    width: 103px;
}
.w-116p {
    width: 116px;
}
.w-120p {
    width: 120px;
}
.w-125p {
    width: 125px;
}
.w-130p {
    width: 130px;
}
.w-135p {
    width: 135px;
}
.w-132p {
    width: 132px;
}
.w-150p {
    width: 150px;
}
.w-216p {
    width: 216px;
}
.w-225p {
    width: 225px;
}
.w-296p {
    width: 296px;
}
.w-270p {
    width: 270px;
}
.w-137p {
    width: 137px;
}
.w-141p {
    width: 141px;
}
.w-146p {
    width: 146px;
}
.w-152p {
    width: 152px;
}
.w-155p {
    width: 155px;
}
.w-163p {
    width: 163px;
}
.w-168p {
    width: 168px;
}
.w-173p {
    width: 173px;
}
.w-210p {
    width: 210px;
}
.w-245p {
    width: 245px;
}
.w-250p {
    width: 250px;
}
.w-260p {
    width: 260px;
}
.w-263p {
    width: 263px;
}
.w-266p {
    width: 266px;
}
.w-275p {
    width: 275px;
}
.w-300p {
    width: 300px;
}
.w-312p {
    width: 312px;
}
.w-318p {
    width: 318px;
}
.w-322p {
    width: 322px;
}
.w-337p {
    width: 337px;
}
.w-345p {
    width: 345px;
}
.w-344p {
    width: 344px;
}
.w-354p {
    width: 354px;
}
.w-364p {
    width: 364px;
}
.w-370p {
    width: 370px;
}
.w-382p {
    width: 382px;
}
.w-385p {
    width: 385px;
}
.w-400p {
    width: 400px;
}
.w-407p {
    width: 407px;
}
.w-411p {
    width: 411px;
}
.w-418p {
    width: 418px;
}
.w-430p {
    width: 430px;
}
.w-450p {
    width: 450px;
}
.w-468p {
    width: 468px;
}
.w-485p {
    width: 485px;
}
.w-491p {
    width: 491px;
}
.w-494p {
    width: 494px;
}
.w-470p {
    width: 470px;
}
.w-480p {
    width: 480px;
}
.w-532p {
    width: 532px;
}
.w-556p {
    width: 556px;
}
.w-505p {
    width: 505px;
}
.w-1179p {
    width: 1179px;
}
.w-1253p {
    width: 1253px;
}
.w-1575p {
    width: 1575px;
}
.w-600p {
    width: 600px;
}
.w-649p {
    width: 649px;
}
.w-690p {
    width: 690px;
}
.w-19\% {
    width: 19%;
}
.w-23\% {
    width: 23%;
}
.w-24\% {
    width: 24%;
}
.w-36\% {
    width: 36%;
}
.w-27\% {
    width: 27%;
}
.w-28\% {
    width: 28%;
}
.w-42\% {
    width: 42%;
}
.w-46\% {
    width: 46%;
}
.w-49\% {
    width: 49%;
}
.w-54\% {
    width: 54%;
}
.w-58\% {
    width: 58%;
}
.w-72\% {
    width: 72%;
}
.w-76\% {
    width: 76%;
}
.w-77\% {
    width: 77%;
}
.w-340p {
    width: 340px;
}
.w-700p {
    width: 700px;
}
.w-848p {
    width: 848px;
}
.w-850p {
    width: 850px;
}
.w-860p {
    width: 860px;
}
.w-1425p {
    width: 1425px;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-2\/3 {
    width: 66.666667%;
}
.w-1\/4 {
    width: 25%;
}
.w-2\/4 {
    width: 50%;
}
.w-3\/4 {
    width: 75%;
}
.w-1\/5 {
    width: 20%;
}
.w-2\/5 {
    width: 40%;
}
.w-3\/5 {
    width: 60%;
}
.w-4\/5 {
    width: 80%;
}
.w-1\/6 {
    width: 16.666667%;
}
.w-2\/6 {
    width: 33.333333%;
}
.w-3\/6 {
    width: 50%;
}
.w-4\/6 {
    width: 66.666667%;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-2\/12 {
    width: 16.666667%;
}
.w-3\/12 {
    width: 25%;
}
.w-4\/12 {
    width: 33.333333%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-6\/12 {
    width: 50%;
}
.w-7\/12 {
    width: 58.333333%;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-9\/12 {
    width: 75%;
}
.w-10\/12 {
    width: 83.333333%;
}
.w-11\/12 {
    width: 91.666667%;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.w-min {
    width: -moz-min-content;
    width: min-content;
}
.w-max {
    width: -moz-max-content;
    width: max-content;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-auto {
    z-index: auto;
}
.z-ng {
    z-index: -1;
}
.focus-within\:z-0:focus-within {
    z-index: 0;
}
.focus-within\:z-10:focus-within {
    z-index: 10;
}
.focus-within\:z-20:focus-within {
    z-index: 20;
}
.focus-within\:z-30:focus-within {
    z-index: 30;
}
.focus-within\:z-40:focus-within {
    z-index: 40;
}
.focus-within\:z-50:focus-within {
    z-index: 50;
}
.focus-within\:z-auto:focus-within {
    z-index: auto;
}
.focus-within\:z-ng:focus-within {
    z-index: -1;
}
.focus\:z-0:focus {
    z-index: 0;
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:z-20:focus {
    z-index: 20;
}
.focus\:z-30:focus {
    z-index: 30;
}
.focus\:z-40:focus {
    z-index: 40;
}
.focus\:z-50:focus {
    z-index: 50;
}
.focus\:z-auto:focus {
    z-index: auto;
}
.focus\:z-ng:focus {
    z-index: -1;
}
.gap-0 {
    gap: 0;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-9 {
    gap: 2.25rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-11 {
    gap: 2.75rem;
}
.gap-12 {
    gap: 3rem;
}
.gap-14 {
    gap: 3.5rem;
}
.gap-16 {
    gap: 4rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-23 {
    gap: 88px;
}
.gap-24 {
    gap: 6rem;
}
.gap-25 {
    gap: 100px;
}
.gap-28 {
    gap: 7rem;
}
.gap-29 {
    gap: 120px;
}
.gap-32 {
    gap: 8rem;
}
.gap-33 {
    gap: 130px;
}
.gap-36 {
    gap: 9rem;
}
.gap-40 {
    gap: 10rem;
}
.gap-44 {
    gap: 11rem;
}
.gap-48 {
    gap: 12rem;
}
.gap-52 {
    gap: 13rem;
}
.gap-56 {
    gap: 14rem;
}
.gap-60 {
    gap: 15rem;
}
.gap-63 {
    gap: 270px;
}
.gap-64 {
    gap: 16rem;
}
.gap-72 {
    gap: 18rem;
}
.gap-80 {
    gap: 20rem;
}
.gap-92 {
    gap: 475px;
}
.gap-96 {
    gap: 24rem;
}
.gap-128 {
    gap: 32rem;
}
.gap-px {
    gap: 1px;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-3\.5 {
    gap: 0.875rem;
}
.gap-105p {
    gap: 105px;
}
.gap-50p {
    gap: 50px;
}
.gap-54p {
    gap: 54px;
}
.gap-1p {
    gap: 1px;
}
.gap-2p {
    gap: 2px;
}
.gap-3p {
    gap: 3px;
}
.gap-5p {
    gap: 5px;
}
.gap-7p {
    gap: 7px;
}
.gap-9p {
    gap: 9px;
}
.gap-10p {
    gap: 10px;
}
.gap-11p {
    gap: 11px;
}
.gap-13p {
    gap: 13px;
}
.gap-15p {
    gap: 15px;
}
.gap-18p {
    gap: 18px;
}
.gap-19p {
    gap: 19px;
}
.gap-21p {
    gap: 21px;
}
.gap-22p {
    gap: 22px;
}
.gap-23p {
    gap: 23px;
}
.gap-25p {
    gap: 25px;
}
.gap-26p {
    gap: 26px;
}
.gap-29p {
    gap: 29px;
}
.gap-30p {
    gap: 30px;
}
.gap-31p {
    gap: 31px;
}
.gap-35p {
    gap: 35px;
}
.gap-52p {
    gap: 52px;
}
.gap-53p {
    gap: 53px;
}
.gap-55p {
    gap: 55px;
}
.gap-59p {
    gap: 59px;
}
.gap-27p {
    gap: 27px;
}
.gap-33\.5p {
    gap: 33.5px;
}
.gap-38p {
    gap: 38px;
}
.gap-40p {
    gap: 40px;
}
.gap-46p {
    gap: 46px;
}
.gap-47p {
    gap: 47px;
}
.gap-49p {
    gap: 49px;
}
.gap-58p {
    gap: 58px;
}
.gap-75p {
    gap: 75px;
}
.gap-77p {
    gap: 77px;
}
.gap-60p {
    gap: 60px;
}
.gap-65p {
    gap: 65px;
}
.gap-66p {
    gap: 66px;
}
.gap-68p {
    gap: 68px;
}
.gap-70p {
    gap: 70px;
}
.gap-72p {
    gap: 72px;
}
.gap-74p {
    gap: 74px;
}
.gap-78p {
    gap: 78px;
}
.gap-80p {
    gap: 80px;
}
.gap-82p {
    gap: 82px;
}
.gap-84p {
    gap: 84px;
}
.gap-89p {
    gap: 89px;
}
.gap-93p {
    gap: 93px;
}
.gap-90p {
    gap: 90px;
}
.gap-97p {
    gap: 97px;
}
.gap-103p {
    gap: 103px;
}
.gap-116p {
    gap: 116px;
}
.gap-120p {
    gap: 120px;
}
.gap-125p {
    gap: 125px;
}
.gap-130p {
    gap: 130px;
}
.gap-135p {
    gap: 135px;
}
.gap-132p {
    gap: 132px;
}
.gap-150p {
    gap: 150px;
}
.gap-216p {
    gap: 216px;
}
.gap-225p {
    gap: 225px;
}
.gap-296p {
    gap: 296px;
}
.gap-270p {
    gap: 270px;
}
.gap-137p {
    gap: 137px;
}
.gap-141p {
    gap: 141px;
}
.gap-146p {
    gap: 146px;
}
.gap-152p {
    gap: 152px;
}
.gap-155p {
    gap: 155px;
}
.gap-163p {
    gap: 163px;
}
.gap-168p {
    gap: 168px;
}
.gap-173p {
    gap: 173px;
}
.gap-210p {
    gap: 210px;
}
.gap-245p {
    gap: 245px;
}
.gap-250p {
    gap: 250px;
}
.gap-260p {
    gap: 260px;
}
.gap-263p {
    gap: 263px;
}
.gap-266p {
    gap: 266px;
}
.gap-275p {
    gap: 275px;
}
.gap-300p {
    gap: 300px;
}
.gap-312p {
    gap: 312px;
}
.gap-318p {
    gap: 318px;
}
.gap-322p {
    gap: 322px;
}
.gap-337p {
    gap: 337px;
}
.gap-345p {
    gap: 345px;
}
.gap-344p {
    gap: 344px;
}
.gap-354p {
    gap: 354px;
}
.gap-364p {
    gap: 364px;
}
.gap-370p {
    gap: 370px;
}
.gap-382p {
    gap: 382px;
}
.gap-385p {
    gap: 385px;
}
.gap-400p {
    gap: 400px;
}
.gap-407p {
    gap: 407px;
}
.gap-411p {
    gap: 411px;
}
.gap-418p {
    gap: 418px;
}
.gap-430p {
    gap: 430px;
}
.gap-450p {
    gap: 450px;
}
.gap-468p {
    gap: 468px;
}
.gap-485p {
    gap: 485px;
}
.gap-491p {
    gap: 491px;
}
.gap-494p {
    gap: 494px;
}
.gap-470p {
    gap: 470px;
}
.gap-480p {
    gap: 480px;
}
.gap-532p {
    gap: 532px;
}
.gap-556p {
    gap: 556px;
}
.gap-505p {
    gap: 505px;
}
.gap-1179p {
    gap: 1179px;
}
.gap-1253p {
    gap: 1253px;
}
.gap-1575p {
    gap: 1575px;
}
.gap-600p {
    gap: 600px;
}
.gap-649p {
    gap: 649px;
}
.gap-690p {
    gap: 690px;
}
.gap-19\% {
    gap: 19%;
}
.gap-23\% {
    gap: 23%;
}
.gap-24\% {
    gap: 24%;
}
.gap-36\% {
    gap: 36%;
}
.gap-27\% {
    gap: 27%;
}
.gap-28\% {
    gap: 28%;
}
.gap-42\% {
    gap: 42%;
}
.gap-46\% {
    gap: 46%;
}
.gap-49\% {
    gap: 49%;
}
.gap-54\% {
    gap: 54%;
}
.gap-58\% {
    gap: 58%;
}
.gap-72\% {
    gap: 72%;
}
.gap-76\% {
    gap: 76%;
}
.gap-77\% {
    gap: 77%;
}
.gap-340p {
    gap: 340px;
}
.gap-700p {
    gap: 700px;
}
.gap-848p {
    gap: 848px;
}
.gap-850p {
    gap: 850px;
}
.gap-860p {
    gap: 860px;
}
.gap-1425p {
    gap: 1425px;
}
.gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}
.gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}
.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}
.gap-x-11 {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
}
.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}
.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
}
.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}
.gap-x-23 {
    -moz-column-gap: 88px;
    column-gap: 88px;
}
.gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
}
.gap-x-25 {
    -moz-column-gap: 100px;
    column-gap: 100px;
}
.gap-x-28 {
    -moz-column-gap: 7rem;
    column-gap: 7rem;
}
.gap-x-29 {
    -moz-column-gap: 120px;
    column-gap: 120px;
}
.gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
}
.gap-x-33 {
    -moz-column-gap: 130px;
    column-gap: 130px;
}
.gap-x-36 {
    -moz-column-gap: 9rem;
    column-gap: 9rem;
}
.gap-x-40 {
    -moz-column-gap: 10rem;
    column-gap: 10rem;
}
.gap-x-44 {
    -moz-column-gap: 11rem;
    column-gap: 11rem;
}
.gap-x-48 {
    -moz-column-gap: 12rem;
    column-gap: 12rem;
}
.gap-x-52 {
    -moz-column-gap: 13rem;
    column-gap: 13rem;
}
.gap-x-56 {
    -moz-column-gap: 14rem;
    column-gap: 14rem;
}
.gap-x-60 {
    -moz-column-gap: 15rem;
    column-gap: 15rem;
}
.gap-x-63 {
    -moz-column-gap: 270px;
    column-gap: 270px;
}
.gap-x-64 {
    -moz-column-gap: 16rem;
    column-gap: 16rem;
}
.gap-x-72 {
    -moz-column-gap: 18rem;
    column-gap: 18rem;
}
.gap-x-80 {
    -moz-column-gap: 20rem;
    column-gap: 20rem;
}
.gap-x-92 {
    -moz-column-gap: 475px;
    column-gap: 475px;
}
.gap-x-96 {
    -moz-column-gap: 24rem;
    column-gap: 24rem;
}
.gap-x-128 {
    -moz-column-gap: 32rem;
    column-gap: 32rem;
}
.gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px;
}
.gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
}
.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}
.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
}
.gap-x-105p {
    -moz-column-gap: 105px;
    column-gap: 105px;
}
.gap-x-50p {
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.gap-x-54p {
    -moz-column-gap: 54px;
    column-gap: 54px;
}
.gap-x-1p {
    -moz-column-gap: 1px;
    column-gap: 1px;
}
.gap-x-2p {
    -moz-column-gap: 2px;
    column-gap: 2px;
}
.gap-x-3p {
    -moz-column-gap: 3px;
    column-gap: 3px;
}
.gap-x-5p {
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.gap-x-7p {
    -moz-column-gap: 7px;
    column-gap: 7px;
}
.gap-x-9p {
    -moz-column-gap: 9px;
    column-gap: 9px;
}
.gap-x-10p {
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.gap-x-11p {
    -moz-column-gap: 11px;
    column-gap: 11px;
}
.gap-x-13p {
    -moz-column-gap: 13px;
    column-gap: 13px;
}
.gap-x-15p {
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.gap-x-18p {
    -moz-column-gap: 18px;
    column-gap: 18px;
}
.gap-x-19p {
    -moz-column-gap: 19px;
    column-gap: 19px;
}
.gap-x-21p {
    -moz-column-gap: 21px;
    column-gap: 21px;
}
.gap-x-22p {
    -moz-column-gap: 22px;
    column-gap: 22px;
}
.gap-x-23p {
    -moz-column-gap: 23px;
    column-gap: 23px;
}
.gap-x-25p {
    -moz-column-gap: 25px;
    column-gap: 25px;
}
.gap-x-26p {
    -moz-column-gap: 26px;
    column-gap: 26px;
}
.gap-x-29p {
    -moz-column-gap: 29px;
    column-gap: 29px;
}
.gap-x-30p {
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.gap-x-31p {
    -moz-column-gap: 31px;
    column-gap: 31px;
}
.gap-x-35p {
    -moz-column-gap: 35px;
    column-gap: 35px;
}
.gap-x-52p {
    -moz-column-gap: 52px;
    column-gap: 52px;
}
.gap-x-53p {
    -moz-column-gap: 53px;
    column-gap: 53px;
}
.gap-x-55p {
    -moz-column-gap: 55px;
    column-gap: 55px;
}
.gap-x-59p {
    -moz-column-gap: 59px;
    column-gap: 59px;
}
.gap-x-27p {
    -moz-column-gap: 27px;
    column-gap: 27px;
}
.gap-x-33\.5p {
    -moz-column-gap: 33.5px;
    column-gap: 33.5px;
}
.gap-x-38p {
    -moz-column-gap: 38px;
    column-gap: 38px;
}
.gap-x-40p {
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.gap-x-46p {
    -moz-column-gap: 46px;
    column-gap: 46px;
}
.gap-x-47p {
    -moz-column-gap: 47px;
    column-gap: 47px;
}
.gap-x-49p {
    -moz-column-gap: 49px;
    column-gap: 49px;
}
.gap-x-58p {
    -moz-column-gap: 58px;
    column-gap: 58px;
}
.gap-x-75p {
    -moz-column-gap: 75px;
    column-gap: 75px;
}
.gap-x-77p {
    -moz-column-gap: 77px;
    column-gap: 77px;
}
.gap-x-60p {
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.gap-x-65p {
    -moz-column-gap: 65px;
    column-gap: 65px;
}
.gap-x-66p {
    -moz-column-gap: 66px;
    column-gap: 66px;
}
.gap-x-68p {
    -moz-column-gap: 68px;
    column-gap: 68px;
}
.gap-x-70p {
    -moz-column-gap: 70px;
    column-gap: 70px;
}
.gap-x-72p {
    -moz-column-gap: 72px;
    column-gap: 72px;
}
.gap-x-74p {
    -moz-column-gap: 74px;
    column-gap: 74px;
}
.gap-x-78p {
    -moz-column-gap: 78px;
    column-gap: 78px;
}
.gap-x-80p {
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.gap-x-82p {
    -moz-column-gap: 82px;
    column-gap: 82px;
}
.gap-x-84p {
    -moz-column-gap: 84px;
    column-gap: 84px;
}
.gap-x-89p {
    -moz-column-gap: 89px;
    column-gap: 89px;
}
.gap-x-93p {
    -moz-column-gap: 93px;
    column-gap: 93px;
}
.gap-x-90p {
    -moz-column-gap: 90px;
    column-gap: 90px;
}
.gap-x-97p {
    -moz-column-gap: 97px;
    column-gap: 97px;
}
.gap-x-103p {
    -moz-column-gap: 103px;
    column-gap: 103px;
}
.gap-x-116p {
    -moz-column-gap: 116px;
    column-gap: 116px;
}
.gap-x-120p {
    -moz-column-gap: 120px;
    column-gap: 120px;
}
.gap-x-125p {
    -moz-column-gap: 125px;
    column-gap: 125px;
}
.gap-x-130p {
    -moz-column-gap: 130px;
    column-gap: 130px;
}
.gap-x-135p {
    -moz-column-gap: 135px;
    column-gap: 135px;
}
.gap-x-132p {
    -moz-column-gap: 132px;
    column-gap: 132px;
}
.gap-x-150p {
    -moz-column-gap: 150px;
    column-gap: 150px;
}
.gap-x-216p {
    -moz-column-gap: 216px;
    column-gap: 216px;
}
.gap-x-225p {
    -moz-column-gap: 225px;
    column-gap: 225px;
}
.gap-x-296p {
    -moz-column-gap: 296px;
    column-gap: 296px;
}
.gap-x-270p {
    -moz-column-gap: 270px;
    column-gap: 270px;
}
.gap-x-137p {
    -moz-column-gap: 137px;
    column-gap: 137px;
}
.gap-x-141p {
    -moz-column-gap: 141px;
    column-gap: 141px;
}
.gap-x-146p {
    -moz-column-gap: 146px;
    column-gap: 146px;
}
.gap-x-152p {
    -moz-column-gap: 152px;
    column-gap: 152px;
}
.gap-x-155p {
    -moz-column-gap: 155px;
    column-gap: 155px;
}
.gap-x-163p {
    -moz-column-gap: 163px;
    column-gap: 163px;
}
.gap-x-168p {
    -moz-column-gap: 168px;
    column-gap: 168px;
}
.gap-x-173p {
    -moz-column-gap: 173px;
    column-gap: 173px;
}
.gap-x-210p {
    -moz-column-gap: 210px;
    column-gap: 210px;
}
.gap-x-245p {
    -moz-column-gap: 245px;
    column-gap: 245px;
}
.gap-x-250p {
    -moz-column-gap: 250px;
    column-gap: 250px;
}
.gap-x-260p {
    -moz-column-gap: 260px;
    column-gap: 260px;
}
.gap-x-263p {
    -moz-column-gap: 263px;
    column-gap: 263px;
}
.gap-x-266p {
    -moz-column-gap: 266px;
    column-gap: 266px;
}
.gap-x-275p {
    -moz-column-gap: 275px;
    column-gap: 275px;
}
.gap-x-300p {
    -moz-column-gap: 300px;
    column-gap: 300px;
}
.gap-x-312p {
    -moz-column-gap: 312px;
    column-gap: 312px;
}
.gap-x-318p {
    -moz-column-gap: 318px;
    column-gap: 318px;
}
.gap-x-322p {
    -moz-column-gap: 322px;
    column-gap: 322px;
}
.gap-x-337p {
    -moz-column-gap: 337px;
    column-gap: 337px;
}
.gap-x-345p {
    -moz-column-gap: 345px;
    column-gap: 345px;
}
.gap-x-344p {
    -moz-column-gap: 344px;
    column-gap: 344px;
}
.gap-x-354p {
    -moz-column-gap: 354px;
    column-gap: 354px;
}
.gap-x-364p {
    -moz-column-gap: 364px;
    column-gap: 364px;
}
.gap-x-370p {
    -moz-column-gap: 370px;
    column-gap: 370px;
}
.gap-x-382p {
    -moz-column-gap: 382px;
    column-gap: 382px;
}
.gap-x-385p {
    -moz-column-gap: 385px;
    column-gap: 385px;
}
.gap-x-400p {
    -moz-column-gap: 400px;
    column-gap: 400px;
}
.gap-x-407p {
    -moz-column-gap: 407px;
    column-gap: 407px;
}
.gap-x-411p {
    -moz-column-gap: 411px;
    column-gap: 411px;
}
.gap-x-418p {
    -moz-column-gap: 418px;
    column-gap: 418px;
}
.gap-x-430p {
    -moz-column-gap: 430px;
    column-gap: 430px;
}
.gap-x-450p {
    -moz-column-gap: 450px;
    column-gap: 450px;
}
.gap-x-468p {
    -moz-column-gap: 468px;
    column-gap: 468px;
}
.gap-x-485p {
    -moz-column-gap: 485px;
    column-gap: 485px;
}
.gap-x-491p {
    -moz-column-gap: 491px;
    column-gap: 491px;
}
.gap-x-494p {
    -moz-column-gap: 494px;
    column-gap: 494px;
}
.gap-x-470p {
    -moz-column-gap: 470px;
    column-gap: 470px;
}
.gap-x-480p {
    -moz-column-gap: 480px;
    column-gap: 480px;
}
.gap-x-532p {
    -moz-column-gap: 532px;
    column-gap: 532px;
}
.gap-x-556p {
    -moz-column-gap: 556px;
    column-gap: 556px;
}
.gap-x-505p {
    -moz-column-gap: 505px;
    column-gap: 505px;
}
.gap-x-1179p {
    -moz-column-gap: 1179px;
    column-gap: 1179px;
}
.gap-x-1253p {
    -moz-column-gap: 1253px;
    column-gap: 1253px;
}
.gap-x-1575p {
    -moz-column-gap: 1575px;
    column-gap: 1575px;
}
.gap-x-600p {
    -moz-column-gap: 600px;
    column-gap: 600px;
}
.gap-x-649p {
    -moz-column-gap: 649px;
    column-gap: 649px;
}
.gap-x-690p {
    -moz-column-gap: 690px;
    column-gap: 690px;
}
.gap-x-19\% {
    -moz-column-gap: 19%;
    column-gap: 19%;
}
.gap-x-23\% {
    -moz-column-gap: 23%;
    column-gap: 23%;
}
.gap-x-24\% {
    -moz-column-gap: 24%;
    column-gap: 24%;
}
.gap-x-36\% {
    -moz-column-gap: 36%;
    column-gap: 36%;
}
.gap-x-27\% {
    -moz-column-gap: 27%;
    column-gap: 27%;
}
.gap-x-28\% {
    -moz-column-gap: 28%;
    column-gap: 28%;
}
.gap-x-42\% {
    -moz-column-gap: 42%;
    column-gap: 42%;
}
.gap-x-46\% {
    -moz-column-gap: 46%;
    column-gap: 46%;
}
.gap-x-49\% {
    -moz-column-gap: 49%;
    column-gap: 49%;
}
.gap-x-54\% {
    -moz-column-gap: 54%;
    column-gap: 54%;
}
.gap-x-58\% {
    -moz-column-gap: 58%;
    column-gap: 58%;
}
.gap-x-72\% {
    -moz-column-gap: 72%;
    column-gap: 72%;
}
.gap-x-76\% {
    -moz-column-gap: 76%;
    column-gap: 76%;
}
.gap-x-77\% {
    -moz-column-gap: 77%;
    column-gap: 77%;
}
.gap-x-340p {
    -moz-column-gap: 340px;
    column-gap: 340px;
}
.gap-x-700p {
    -moz-column-gap: 700px;
    column-gap: 700px;
}
.gap-x-848p {
    -moz-column-gap: 848px;
    column-gap: 848px;
}
.gap-x-850p {
    -moz-column-gap: 850px;
    column-gap: 850px;
}
.gap-x-860p {
    -moz-column-gap: 860px;
    column-gap: 860px;
}
.gap-x-1425p {
    -moz-column-gap: 1425px;
    column-gap: 1425px;
}
.gap-y-0 {
    row-gap: 0;
}
.gap-y-1 {
    row-gap: 0.25rem;
}
.gap-y-2 {
    row-gap: 0.5rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.gap-y-5 {
    row-gap: 1.25rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-y-7 {
    row-gap: 1.75rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-y-9 {
    row-gap: 2.25rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-11 {
    row-gap: 2.75rem;
}
.gap-y-12 {
    row-gap: 3rem;
}
.gap-y-14 {
    row-gap: 3.5rem;
}
.gap-y-16 {
    row-gap: 4rem;
}
.gap-y-20 {
    row-gap: 5rem;
}
.gap-y-23 {
    row-gap: 88px;
}
.gap-y-24 {
    row-gap: 6rem;
}
.gap-y-25 {
    row-gap: 100px;
}
.gap-y-28 {
    row-gap: 7rem;
}
.gap-y-29 {
    row-gap: 120px;
}
.gap-y-32 {
    row-gap: 8rem;
}
.gap-y-33 {
    row-gap: 130px;
}
.gap-y-36 {
    row-gap: 9rem;
}
.gap-y-40 {
    row-gap: 10rem;
}
.gap-y-44 {
    row-gap: 11rem;
}
.gap-y-48 {
    row-gap: 12rem;
}
.gap-y-52 {
    row-gap: 13rem;
}
.gap-y-56 {
    row-gap: 14rem;
}
.gap-y-60 {
    row-gap: 15rem;
}
.gap-y-63 {
    row-gap: 270px;
}
.gap-y-64 {
    row-gap: 16rem;
}
.gap-y-72 {
    row-gap: 18rem;
}
.gap-y-80 {
    row-gap: 20rem;
}
.gap-y-92 {
    row-gap: 475px;
}
.gap-y-96 {
    row-gap: 24rem;
}
.gap-y-128 {
    row-gap: 32rem;
}
.gap-y-px {
    row-gap: 1px;
}
.gap-y-0\.5 {
    row-gap: 0.125rem;
}
.gap-y-1\.5 {
    row-gap: 0.375rem;
}
.gap-y-2\.5 {
    row-gap: 0.625rem;
}
.gap-y-3\.5 {
    row-gap: 0.875rem;
}
.gap-y-105p {
    row-gap: 105px;
}
.gap-y-50p {
    row-gap: 50px;
}
.gap-y-54p {
    row-gap: 54px;
}
.gap-y-1p {
    row-gap: 1px;
}
.gap-y-2p {
    row-gap: 2px;
}
.gap-y-3p {
    row-gap: 3px;
}
.gap-y-5p {
    row-gap: 5px;
}
.gap-y-7p {
    row-gap: 7px;
}
.gap-y-9p {
    row-gap: 9px;
}
.gap-y-10p {
    row-gap: 10px;
}
.gap-y-11p {
    row-gap: 11px;
}
.gap-y-13p {
    row-gap: 13px;
}
.gap-y-15p {
    row-gap: 15px;
}
.gap-y-18p {
    row-gap: 18px;
}
.gap-y-19p {
    row-gap: 19px;
}
.gap-y-21p {
    row-gap: 21px;
}
.gap-y-22p {
    row-gap: 22px;
}
.gap-y-23p {
    row-gap: 23px;
}
.gap-y-25p {
    row-gap: 25px;
}
.gap-y-26p {
    row-gap: 26px;
}
.gap-y-29p {
    row-gap: 29px;
}
.gap-y-30p {
    row-gap: 30px;
}
.gap-y-31p {
    row-gap: 31px;
}
.gap-y-35p {
    row-gap: 35px;
}
.gap-y-52p {
    row-gap: 52px;
}
.gap-y-53p {
    row-gap: 53px;
}
.gap-y-55p {
    row-gap: 55px;
}
.gap-y-59p {
    row-gap: 59px;
}
.gap-y-27p {
    row-gap: 27px;
}
.gap-y-33\.5p {
    row-gap: 33.5px;
}
.gap-y-38p {
    row-gap: 38px;
}
.gap-y-40p {
    row-gap: 40px;
}
.gap-y-46p {
    row-gap: 46px;
}
.gap-y-47p {
    row-gap: 47px;
}
.gap-y-49p {
    row-gap: 49px;
}
.gap-y-58p {
    row-gap: 58px;
}
.gap-y-75p {
    row-gap: 75px;
}
.gap-y-77p {
    row-gap: 77px;
}
.gap-y-60p {
    row-gap: 60px;
}
.gap-y-65p {
    row-gap: 65px;
}
.gap-y-66p {
    row-gap: 66px;
}
.gap-y-68p {
    row-gap: 68px;
}
.gap-y-70p {
    row-gap: 70px;
}
.gap-y-72p {
    row-gap: 72px;
}
.gap-y-74p {
    row-gap: 74px;
}
.gap-y-78p {
    row-gap: 78px;
}
.gap-y-80p {
    row-gap: 80px;
}
.gap-y-82p {
    row-gap: 82px;
}
.gap-y-84p {
    row-gap: 84px;
}
.gap-y-89p {
    row-gap: 89px;
}
.gap-y-93p {
    row-gap: 93px;
}
.gap-y-90p {
    row-gap: 90px;
}
.gap-y-97p {
    row-gap: 97px;
}
.gap-y-103p {
    row-gap: 103px;
}
.gap-y-116p {
    row-gap: 116px;
}
.gap-y-120p {
    row-gap: 120px;
}
.gap-y-125p {
    row-gap: 125px;
}
.gap-y-130p {
    row-gap: 130px;
}
.gap-y-135p {
    row-gap: 135px;
}
.gap-y-132p {
    row-gap: 132px;
}
.gap-y-150p {
    row-gap: 150px;
}
.gap-y-216p {
    row-gap: 216px;
}
.gap-y-225p {
    row-gap: 225px;
}
.gap-y-296p {
    row-gap: 296px;
}
.gap-y-270p {
    row-gap: 270px;
}
.gap-y-137p {
    row-gap: 137px;
}
.gap-y-141p {
    row-gap: 141px;
}
.gap-y-146p {
    row-gap: 146px;
}
.gap-y-152p {
    row-gap: 152px;
}
.gap-y-155p {
    row-gap: 155px;
}
.gap-y-163p {
    row-gap: 163px;
}
.gap-y-168p {
    row-gap: 168px;
}
.gap-y-173p {
    row-gap: 173px;
}
.gap-y-210p {
    row-gap: 210px;
}
.gap-y-245p {
    row-gap: 245px;
}
.gap-y-250p {
    row-gap: 250px;
}
.gap-y-260p {
    row-gap: 260px;
}
.gap-y-263p {
    row-gap: 263px;
}
.gap-y-266p {
    row-gap: 266px;
}
.gap-y-275p {
    row-gap: 275px;
}
.gap-y-300p {
    row-gap: 300px;
}
.gap-y-312p {
    row-gap: 312px;
}
.gap-y-318p {
    row-gap: 318px;
}
.gap-y-322p {
    row-gap: 322px;
}
.gap-y-337p {
    row-gap: 337px;
}
.gap-y-345p {
    row-gap: 345px;
}
.gap-y-344p {
    row-gap: 344px;
}
.gap-y-354p {
    row-gap: 354px;
}
.gap-y-364p {
    row-gap: 364px;
}
.gap-y-370p {
    row-gap: 370px;
}
.gap-y-382p {
    row-gap: 382px;
}
.gap-y-385p {
    row-gap: 385px;
}
.gap-y-400p {
    row-gap: 400px;
}
.gap-y-407p {
    row-gap: 407px;
}
.gap-y-411p {
    row-gap: 411px;
}
.gap-y-418p {
    row-gap: 418px;
}
.gap-y-430p {
    row-gap: 430px;
}
.gap-y-450p {
    row-gap: 450px;
}
.gap-y-468p {
    row-gap: 468px;
}
.gap-y-485p {
    row-gap: 485px;
}
.gap-y-491p {
    row-gap: 491px;
}
.gap-y-494p {
    row-gap: 494px;
}
.gap-y-470p {
    row-gap: 470px;
}
.gap-y-480p {
    row-gap: 480px;
}
.gap-y-532p {
    row-gap: 532px;
}
.gap-y-556p {
    row-gap: 556px;
}
.gap-y-505p {
    row-gap: 505px;
}
.gap-y-1179p {
    row-gap: 1179px;
}
.gap-y-1253p {
    row-gap: 1253px;
}
.gap-y-1575p {
    row-gap: 1575px;
}
.gap-y-600p {
    row-gap: 600px;
}
.gap-y-649p {
    row-gap: 649px;
}
.gap-y-690p {
    row-gap: 690px;
}
.gap-y-19\% {
    row-gap: 19%;
}
.gap-y-23\% {
    row-gap: 23%;
}
.gap-y-24\% {
    row-gap: 24%;
}
.gap-y-36\% {
    row-gap: 36%;
}
.gap-y-27\% {
    row-gap: 27%;
}
.gap-y-28\% {
    row-gap: 28%;
}
.gap-y-42\% {
    row-gap: 42%;
}
.gap-y-46\% {
    row-gap: 46%;
}
.gap-y-49\% {
    row-gap: 49%;
}
.gap-y-54\% {
    row-gap: 54%;
}
.gap-y-58\% {
    row-gap: 58%;
}
.gap-y-72\% {
    row-gap: 72%;
}
.gap-y-76\% {
    row-gap: 76%;
}
.gap-y-77\% {
    row-gap: 77%;
}
.gap-y-340p {
    row-gap: 340px;
}
.gap-y-700p {
    row-gap: 700px;
}
.gap-y-848p {
    row-gap: 848px;
}
.gap-y-850p {
    row-gap: 850px;
}
.gap-y-860p {
    row-gap: 860px;
}
.gap-y-1425p {
    row-gap: 1425px;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-flow-row-dense {
    grid-auto-flow: row dense;
}
.grid-flow-col-dense {
    grid-auto-flow: column dense;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
    grid-template-columns: none;
}
.auto-cols-auto {
    grid-auto-columns: auto;
}
.auto-cols-min {
    grid-auto-columns: min-content;
}
.auto-cols-max {
    grid-auto-columns: max-content;
}
.auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}
.col-auto {
    grid-column: auto;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-5 {
    grid-column: span 5 / span 5;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.col-span-7 {
    grid-column: span 7 / span 7;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.col-span-9 {
    grid-column: span 9 / span 9;
}
.col-span-10 {
    grid-column: span 10 / span 10;
}
.col-span-11 {
    grid-column: span 11 / span 11;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-full {
    grid-column: 1/-1;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.col-start-3 {
    grid-column-start: 3;
}
.col-start-4 {
    grid-column-start: 4;
}
.col-start-5 {
    grid-column-start: 5;
}
.col-start-6 {
    grid-column-start: 6;
}
.col-start-7 {
    grid-column-start: 7;
}
.col-start-8 {
    grid-column-start: 8;
}
.col-start-9 {
    grid-column-start: 9;
}
.col-start-10 {
    grid-column-start: 10;
}
.col-start-11 {
    grid-column-start: 11;
}
.col-start-12 {
    grid-column-start: 12;
}
.col-start-13 {
    grid-column-start: 13;
}
.col-start-auto {
    grid-column-start: auto;
}
.col-end-1 {
    grid-column-end: 1;
}
.col-end-2 {
    grid-column-end: 2;
}
.col-end-3 {
    grid-column-end: 3;
}
.col-end-4 {
    grid-column-end: 4;
}
.col-end-5 {
    grid-column-end: 5;
}
.col-end-6 {
    grid-column-end: 6;
}
.col-end-7 {
    grid-column-end: 7;
}
.col-end-8 {
    grid-column-end: 8;
}
.col-end-9 {
    grid-column-end: 9;
}
.col-end-10 {
    grid-column-end: 10;
}
.col-end-11 {
    grid-column-end: 11;
}
.col-end-12 {
    grid-column-end: 12;
}
.col-end-13 {
    grid-column-end: 13;
}
.col-end-auto {
    grid-column-end: auto;
}
.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-none {
    grid-template-rows: none;
}
.auto-rows-auto {
    grid-auto-rows: auto;
}
.auto-rows-min {
    grid-auto-rows: min-content;
}
.auto-rows-max {
    grid-auto-rows: max-content;
}
.auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}
.row-auto {
    grid-row: auto;
}
.row-span-1 {
    grid-row: span 1 / span 1;
}
.row-span-2 {
    grid-row: span 2 / span 2;
}
.row-span-3 {
    grid-row: span 3 / span 3;
}
.row-span-4 {
    grid-row: span 4 / span 4;
}
.row-span-5 {
    grid-row: span 5 / span 5;
}
.row-span-6 {
    grid-row: span 6 / span 6;
}
.row-span-full {
    grid-row: 1/-1;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-start-2 {
    grid-row-start: 2;
}
.row-start-3 {
    grid-row-start: 3;
}
.row-start-4 {
    grid-row-start: 4;
}
.row-start-5 {
    grid-row-start: 5;
}
.row-start-6 {
    grid-row-start: 6;
}
.row-start-7 {
    grid-row-start: 7;
}
.row-start-auto {
    grid-row-start: auto;
}
.row-end-1 {
    grid-row-end: 1;
}
.row-end-2 {
    grid-row-end: 2;
}
.row-end-3 {
    grid-row-end: 3;
}
.row-end-4 {
    grid-row-end: 4;
}
.row-end-5 {
    grid-row-end: 5;
}
.row-end-6 {
    grid-row-end: 6;
}
.row-end-7 {
    grid-row-end: 7;
}
.row-end-auto {
    grid-row-end: auto;
}
.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
    transform: none;
}
.origin-center {
    transform-origin: center;
}
.origin-top {
    transform-origin: top;
}
.origin-top-right {
    transform-origin: top right;
}
.origin-right {
    transform-origin: right;
}
.origin-bottom-right {
    transform-origin: bottom right;
}
.origin-bottom {
    transform-origin: bottom;
}
.origin-bottom-left {
    transform-origin: bottom left;
}
.origin-left {
    transform-origin: left;
}
.origin-top-left {
    transform-origin: top left;
}
.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}
.scale-50 {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
}
.scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
}
.scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.scale-minus {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
}
.scale-x-0 {
    --tw-scale-x: 0;
}
.scale-x-50 {
    --tw-scale-x: 0.5;
}
.scale-x-75 {
    --tw-scale-x: 0.75;
}
.scale-x-90 {
    --tw-scale-x: 0.9;
}
.scale-x-95 {
    --tw-scale-x: 0.95;
}
.scale-x-100 {
    --tw-scale-x: 1;
}
.scale-x-105 {
    --tw-scale-x: 1.05;
}
.scale-x-110 {
    --tw-scale-x: 1.1;
}
.scale-x-125 {
    --tw-scale-x: 1.25;
}
.scale-x-150 {
    --tw-scale-x: 1.5;
}
.scale-x-minus {
    --tw-scale-x: -1;
}
.scale-y-0 {
    --tw-scale-y: 0;
}
.scale-y-50 {
    --tw-scale-y: 0.5;
}
.scale-y-75 {
    --tw-scale-y: 0.75;
}
.scale-y-90 {
    --tw-scale-y: 0.9;
}
.scale-y-95 {
    --tw-scale-y: 0.95;
}
.scale-y-100 {
    --tw-scale-y: 1;
}
.scale-y-105 {
    --tw-scale-y: 1.05;
}
.scale-y-110 {
    --tw-scale-y: 1.1;
}
.scale-y-125 {
    --tw-scale-y: 1.25;
}
.scale-y-150 {
    --tw-scale-y: 1.5;
}
.scale-y-minus {
    --tw-scale-y: -1;
}
.hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}
.hover\:scale-50:hover {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
}
.hover\:scale-75:hover {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
}
.hover\:scale-90:hover {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
}
.hover\:scale-95:hover {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
}
.hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.hover\:scale-minus:hover {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
}
.hover\:scale-x-0:hover {
    --tw-scale-x: 0;
}
.hover\:scale-x-50:hover {
    --tw-scale-x: 0.5;
}
.hover\:scale-x-75:hover {
    --tw-scale-x: 0.75;
}
.hover\:scale-x-90:hover {
    --tw-scale-x: 0.9;
}
.hover\:scale-x-95:hover {
    --tw-scale-x: 0.95;
}
.hover\:scale-x-100:hover {
    --tw-scale-x: 1;
}
.hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
}
.hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
}
.hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
}
.hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
}
.hover\:scale-x-minus:hover {
    --tw-scale-x: -1;
}
.hover\:scale-y-0:hover {
    --tw-scale-y: 0;
}
.hover\:scale-y-50:hover {
    --tw-scale-y: 0.5;
}
.hover\:scale-y-75:hover {
    --tw-scale-y: 0.75;
}
.hover\:scale-y-90:hover {
    --tw-scale-y: 0.9;
}
.hover\:scale-y-95:hover {
    --tw-scale-y: 0.95;
}
.hover\:scale-y-100:hover {
    --tw-scale-y: 1;
}
.hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
}
.hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
}
.hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
}
.hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
}
.hover\:scale-y-minus:hover {
    --tw-scale-y: -1;
}
.focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}
.focus\:scale-50:focus {
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
}
.focus\:scale-75:focus {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
}
.focus\:scale-90:focus {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
}
.focus\:scale-95:focus {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
}
.focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}
.focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}
.focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}
.focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.focus\:scale-minus:focus {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
}
.focus\:scale-x-0:focus {
    --tw-scale-x: 0;
}
.focus\:scale-x-50:focus {
    --tw-scale-x: 0.5;
}
.focus\:scale-x-75:focus {
    --tw-scale-x: 0.75;
}
.focus\:scale-x-90:focus {
    --tw-scale-x: 0.9;
}
.focus\:scale-x-95:focus {
    --tw-scale-x: 0.95;
}
.focus\:scale-x-100:focus {
    --tw-scale-x: 1;
}
.focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
}
.focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
}
.focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
}
.focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
}
.focus\:scale-x-minus:focus {
    --tw-scale-x: -1;
}
.focus\:scale-y-0:focus {
    --tw-scale-y: 0;
}
.focus\:scale-y-50:focus {
    --tw-scale-y: 0.5;
}
.focus\:scale-y-75:focus {
    --tw-scale-y: 0.75;
}
.focus\:scale-y-90:focus {
    --tw-scale-y: 0.9;
}
.focus\:scale-y-95:focus {
    --tw-scale-y: 0.95;
}
.focus\:scale-y-100:focus {
    --tw-scale-y: 1;
}
.focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
}
.focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
}
.focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
}
.focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
}
.focus\:scale-y-minus:focus {
    --tw-scale-y: -1;
}
.rotate-0 {
    --tw-rotate: 0deg;
}
.rotate-1 {
    --tw-rotate: 1deg;
}
.rotate-2 {
    --tw-rotate: 2deg;
}
.rotate-3 {
    --tw-rotate: 3deg;
}
.rotate-6 {
    --tw-rotate: 6deg;
}
.rotate-12 {
    --tw-rotate: 12deg;
}
.rotate-45 {
    --tw-rotate: 45deg;
}
.rotate-90 {
    --tw-rotate: 90deg;
}
.rotate-180 {
    --tw-rotate: 180deg;
}
.-rotate-180 {
    --tw-rotate: -180deg;
}
.-rotate-90 {
    --tw-rotate: -90deg;
}
.-rotate-45 {
    --tw-rotate: -45deg;
}
.-rotate-12 {
    --tw-rotate: -12deg;
}
.-rotate-6 {
    --tw-rotate: -6deg;
}
.-rotate-3 {
    --tw-rotate: -3deg;
}
.-rotate-2 {
    --tw-rotate: -2deg;
}
.-rotate-1 {
    --tw-rotate: -1deg;
}
.hover\:rotate-0:hover {
    --tw-rotate: 0deg;
}
.hover\:rotate-1:hover {
    --tw-rotate: 1deg;
}
.hover\:rotate-2:hover {
    --tw-rotate: 2deg;
}
.hover\:rotate-3:hover {
    --tw-rotate: 3deg;
}
.hover\:rotate-6:hover {
    --tw-rotate: 6deg;
}
.hover\:rotate-12:hover {
    --tw-rotate: 12deg;
}
.hover\:rotate-45:hover {
    --tw-rotate: 45deg;
}
.hover\:rotate-90:hover {
    --tw-rotate: 90deg;
}
.hover\:rotate-180:hover {
    --tw-rotate: 180deg;
}
.hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
}
.hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
}
.hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
}
.hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
}
.hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
}
.hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
}
.hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
}
.hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
}
.focus\:rotate-0:focus {
    --tw-rotate: 0deg;
}
.focus\:rotate-1:focus {
    --tw-rotate: 1deg;
}
.focus\:rotate-2:focus {
    --tw-rotate: 2deg;
}
.focus\:rotate-3:focus {
    --tw-rotate: 3deg;
}
.focus\:rotate-6:focus {
    --tw-rotate: 6deg;
}
.focus\:rotate-12:focus {
    --tw-rotate: 12deg;
}
.focus\:rotate-45:focus {
    --tw-rotate: 45deg;
}
.focus\:rotate-90:focus {
    --tw-rotate: 90deg;
}
.focus\:rotate-180:focus {
    --tw-rotate: 180deg;
}
.focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
}
.focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
}
.focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
}
.focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
}
.focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
}
.focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
}
.focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
}
.focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
}
.translate-x-0 {
    --tw-translate-x: 0px;
}
.translate-x-1 {
    --tw-translate-x: 0.25rem;
}
.translate-x-2 {
    --tw-translate-x: 0.5rem;
}
.translate-x-3 {
    --tw-translate-x: 0.75rem;
}
.translate-x-4 {
    --tw-translate-x: 1rem;
}
.translate-x-5 {
    --tw-translate-x: 1.25rem;
}
.translate-x-6 {
    --tw-translate-x: 1.5rem;
}
.translate-x-7 {
    --tw-translate-x: 1.75rem;
}
.translate-x-8 {
    --tw-translate-x: 2rem;
}
.translate-x-9 {
    --tw-translate-x: 2.25rem;
}
.translate-x-10 {
    --tw-translate-x: 2.5rem;
}
.translate-x-11 {
    --tw-translate-x: 2.75rem;
}
.translate-x-12 {
    --tw-translate-x: 3rem;
}
.translate-x-14 {
    --tw-translate-x: 3.5rem;
}
.translate-x-16 {
    --tw-translate-x: 4rem;
}
.translate-x-20 {
    --tw-translate-x: 5rem;
}
.translate-x-23 {
    --tw-translate-x: 88px;
}
.translate-x-24 {
    --tw-translate-x: 6rem;
}
.translate-x-25 {
    --tw-translate-x: 100px;
}
.translate-x-28 {
    --tw-translate-x: 7rem;
}
.translate-x-29 {
    --tw-translate-x: 120px;
}
.translate-x-32 {
    --tw-translate-x: 8rem;
}
.translate-x-33 {
    --tw-translate-x: 130px;
}
.translate-x-36 {
    --tw-translate-x: 9rem;
}
.translate-x-40 {
    --tw-translate-x: 10rem;
}
.translate-x-44 {
    --tw-translate-x: 11rem;
}
.translate-x-48 {
    --tw-translate-x: 12rem;
}
.translate-x-52 {
    --tw-translate-x: 13rem;
}
.translate-x-56 {
    --tw-translate-x: 14rem;
}
.translate-x-60 {
    --tw-translate-x: 15rem;
}
.translate-x-63 {
    --tw-translate-x: 270px;
}
.translate-x-64 {
    --tw-translate-x: 16rem;
}
.translate-x-72 {
    --tw-translate-x: 18rem;
}
.translate-x-80 {
    --tw-translate-x: 20rem;
}
.translate-x-92 {
    --tw-translate-x: 475px;
}
.translate-x-96 {
    --tw-translate-x: 24rem;
}
.translate-x-128 {
    --tw-translate-x: 32rem;
}
.translate-x-px {
    --tw-translate-x: 1px;
}
.translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
}
.translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
}
.translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
}
.translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
}
.translate-x-105p {
    --tw-translate-x: 105px;
}
.translate-x-50p {
    --tw-translate-x: 50px;
}
.translate-x-54p {
    --tw-translate-x: 54px;
}
.translate-x-1p {
    --tw-translate-x: 1px;
}
.translate-x-2p {
    --tw-translate-x: 2px;
}
.translate-x-3p {
    --tw-translate-x: 3px;
}
.translate-x-5p {
    --tw-translate-x: 5px;
}
.translate-x-7p {
    --tw-translate-x: 7px;
}
.translate-x-9p {
    --tw-translate-x: 9px;
}
.translate-x-10p {
    --tw-translate-x: 10px;
}
.translate-x-11p {
    --tw-translate-x: 11px;
}
.translate-x-13p {
    --tw-translate-x: 13px;
}
.translate-x-15p {
    --tw-translate-x: 15px;
}
.translate-x-18p {
    --tw-translate-x: 18px;
}
.translate-x-19p {
    --tw-translate-x: 19px;
}
.translate-x-21p {
    --tw-translate-x: 21px;
}
.translate-x-22p {
    --tw-translate-x: 22px;
}
.translate-x-23p {
    --tw-translate-x: 23px;
}
.translate-x-25p {
    --tw-translate-x: 25px;
}
.translate-x-26p {
    --tw-translate-x: 26px;
}
.translate-x-29p {
    --tw-translate-x: 29px;
}
.translate-x-30p {
    --tw-translate-x: 30px;
}
.translate-x-31p {
    --tw-translate-x: 31px;
}
.translate-x-35p {
    --tw-translate-x: 35px;
}
.translate-x-52p {
    --tw-translate-x: 52px;
}
.translate-x-53p {
    --tw-translate-x: 53px;
}
.translate-x-55p {
    --tw-translate-x: 55px;
}
.translate-x-59p {
    --tw-translate-x: 59px;
}
.translate-x-27p {
    --tw-translate-x: 27px;
}
.translate-x-33\.5p {
    --tw-translate-x: 33.5px;
}
.translate-x-38p {
    --tw-translate-x: 38px;
}
.translate-x-40p {
    --tw-translate-x: 40px;
}
.translate-x-46p {
    --tw-translate-x: 46px;
}
.translate-x-47p {
    --tw-translate-x: 47px;
}
.translate-x-49p {
    --tw-translate-x: 49px;
}
.translate-x-58p {
    --tw-translate-x: 58px;
}
.translate-x-75p {
    --tw-translate-x: 75px;
}
.translate-x-77p {
    --tw-translate-x: 77px;
}
.translate-x-60p {
    --tw-translate-x: 60px;
}
.translate-x-65p {
    --tw-translate-x: 65px;
}
.translate-x-66p {
    --tw-translate-x: 66px;
}
.translate-x-68p {
    --tw-translate-x: 68px;
}
.translate-x-70p {
    --tw-translate-x: 70px;
}
.translate-x-72p {
    --tw-translate-x: 72px;
}
.translate-x-74p {
    --tw-translate-x: 74px;
}
.translate-x-78p {
    --tw-translate-x: 78px;
}
.translate-x-80p {
    --tw-translate-x: 80px;
}
.translate-x-82p {
    --tw-translate-x: 82px;
}
.translate-x-84p {
    --tw-translate-x: 84px;
}
.translate-x-89p {
    --tw-translate-x: 89px;
}
.translate-x-93p {
    --tw-translate-x: 93px;
}
.translate-x-90p {
    --tw-translate-x: 90px;
}
.translate-x-97p {
    --tw-translate-x: 97px;
}
.translate-x-103p {
    --tw-translate-x: 103px;
}
.translate-x-116p {
    --tw-translate-x: 116px;
}
.translate-x-120p {
    --tw-translate-x: 120px;
}
.translate-x-125p {
    --tw-translate-x: 125px;
}
.translate-x-130p {
    --tw-translate-x: 130px;
}
.translate-x-135p {
    --tw-translate-x: 135px;
}
.translate-x-132p {
    --tw-translate-x: 132px;
}
.translate-x-150p {
    --tw-translate-x: 150px;
}
.translate-x-216p {
    --tw-translate-x: 216px;
}
.translate-x-225p {
    --tw-translate-x: 225px;
}
.translate-x-296p {
    --tw-translate-x: 296px;
}
.translate-x-270p {
    --tw-translate-x: 270px;
}
.translate-x-137p {
    --tw-translate-x: 137px;
}
.translate-x-141p {
    --tw-translate-x: 141px;
}
.translate-x-146p {
    --tw-translate-x: 146px;
}
.translate-x-152p {
    --tw-translate-x: 152px;
}
.translate-x-155p {
    --tw-translate-x: 155px;
}
.translate-x-163p {
    --tw-translate-x: 163px;
}
.translate-x-168p {
    --tw-translate-x: 168px;
}
.translate-x-173p {
    --tw-translate-x: 173px;
}
.translate-x-210p {
    --tw-translate-x: 210px;
}
.translate-x-245p {
    --tw-translate-x: 245px;
}
.translate-x-250p {
    --tw-translate-x: 250px;
}
.translate-x-260p {
    --tw-translate-x: 260px;
}
.translate-x-263p {
    --tw-translate-x: 263px;
}
.translate-x-266p {
    --tw-translate-x: 266px;
}
.translate-x-275p {
    --tw-translate-x: 275px;
}
.translate-x-300p {
    --tw-translate-x: 300px;
}
.translate-x-312p {
    --tw-translate-x: 312px;
}
.translate-x-318p {
    --tw-translate-x: 318px;
}
.translate-x-322p {
    --tw-translate-x: 322px;
}
.translate-x-337p {
    --tw-translate-x: 337px;
}
.translate-x-345p {
    --tw-translate-x: 345px;
}
.translate-x-344p {
    --tw-translate-x: 344px;
}
.translate-x-354p {
    --tw-translate-x: 354px;
}
.translate-x-364p {
    --tw-translate-x: 364px;
}
.translate-x-370p {
    --tw-translate-x: 370px;
}
.translate-x-382p {
    --tw-translate-x: 382px;
}
.translate-x-385p {
    --tw-translate-x: 385px;
}
.translate-x-400p {
    --tw-translate-x: 400px;
}
.translate-x-407p {
    --tw-translate-x: 407px;
}
.translate-x-411p {
    --tw-translate-x: 411px;
}
.translate-x-418p {
    --tw-translate-x: 418px;
}
.translate-x-430p {
    --tw-translate-x: 430px;
}
.translate-x-450p {
    --tw-translate-x: 450px;
}
.translate-x-468p {
    --tw-translate-x: 468px;
}
.translate-x-485p {
    --tw-translate-x: 485px;
}
.translate-x-491p {
    --tw-translate-x: 491px;
}
.translate-x-494p {
    --tw-translate-x: 494px;
}
.translate-x-470p {
    --tw-translate-x: 470px;
}
.translate-x-480p {
    --tw-translate-x: 480px;
}
.translate-x-532p {
    --tw-translate-x: 532px;
}
.translate-x-556p {
    --tw-translate-x: 556px;
}
.translate-x-505p {
    --tw-translate-x: 505px;
}
.translate-x-1179p {
    --tw-translate-x: 1179px;
}
.translate-x-1253p {
    --tw-translate-x: 1253px;
}
.translate-x-1575p {
    --tw-translate-x: 1575px;
}
.translate-x-600p {
    --tw-translate-x: 600px;
}
.translate-x-649p {
    --tw-translate-x: 649px;
}
.translate-x-690p {
    --tw-translate-x: 690px;
}
.translate-x-19\% {
    --tw-translate-x: 19%;
}
.translate-x-23\% {
    --tw-translate-x: 23%;
}
.translate-x-24\% {
    --tw-translate-x: 24%;
}
.translate-x-36\% {
    --tw-translate-x: 36%;
}
.translate-x-27\% {
    --tw-translate-x: 27%;
}
.translate-x-28\% {
    --tw-translate-x: 28%;
}
.translate-x-42\% {
    --tw-translate-x: 42%;
}
.translate-x-46\% {
    --tw-translate-x: 46%;
}
.translate-x-49\% {
    --tw-translate-x: 49%;
}
.translate-x-54\% {
    --tw-translate-x: 54%;
}
.translate-x-58\% {
    --tw-translate-x: 58%;
}
.translate-x-72\% {
    --tw-translate-x: 72%;
}
.translate-x-76\% {
    --tw-translate-x: 76%;
}
.translate-x-77\% {
    --tw-translate-x: 77%;
}
.translate-x-340p {
    --tw-translate-x: 340px;
}
.translate-x-700p {
    --tw-translate-x: 700px;
}
.translate-x-848p {
    --tw-translate-x: 848px;
}
.translate-x-850p {
    --tw-translate-x: 850px;
}
.translate-x-860p {
    --tw-translate-x: 860px;
}
.translate-x-1425p {
    --tw-translate-x: 1425px;
}
.-translate-x-0 {
    --tw-translate-x: 0px;
}
.-translate-x-1 {
    --tw-translate-x: -0.25rem;
}
.-translate-x-2 {
    --tw-translate-x: -0.5rem;
}
.-translate-x-3 {
    --tw-translate-x: -0.75rem;
}
.-translate-x-4 {
    --tw-translate-x: -1rem;
}
.-translate-x-5 {
    --tw-translate-x: -1.25rem;
}
.-translate-x-6 {
    --tw-translate-x: -1.5rem;
}
.-translate-x-7 {
    --tw-translate-x: -1.75rem;
}
.-translate-x-8 {
    --tw-translate-x: -2rem;
}
.-translate-x-9 {
    --tw-translate-x: -2.25rem;
}
.-translate-x-10 {
    --tw-translate-x: -2.5rem;
}
.-translate-x-11 {
    --tw-translate-x: -2.75rem;
}
.-translate-x-12 {
    --tw-translate-x: -3rem;
}
.-translate-x-14 {
    --tw-translate-x: -3.5rem;
}
.-translate-x-16 {
    --tw-translate-x: -4rem;
}
.-translate-x-20 {
    --tw-translate-x: -5rem;
}
.-translate-x-23 {
    --tw-translate-x: -88px;
}
.-translate-x-24 {
    --tw-translate-x: -6rem;
}
.-translate-x-25 {
    --tw-translate-x: -100px;
}
.-translate-x-28 {
    --tw-translate-x: -7rem;
}
.-translate-x-29 {
    --tw-translate-x: -120px;
}
.-translate-x-32 {
    --tw-translate-x: -8rem;
}
.-translate-x-33 {
    --tw-translate-x: -130px;
}
.-translate-x-36 {
    --tw-translate-x: -9rem;
}
.-translate-x-40 {
    --tw-translate-x: -10rem;
}
.-translate-x-44 {
    --tw-translate-x: -11rem;
}
.-translate-x-48 {
    --tw-translate-x: -12rem;
}
.-translate-x-52 {
    --tw-translate-x: -13rem;
}
.-translate-x-56 {
    --tw-translate-x: -14rem;
}
.-translate-x-60 {
    --tw-translate-x: -15rem;
}
.-translate-x-63 {
    --tw-translate-x: -270px;
}
.-translate-x-64 {
    --tw-translate-x: -16rem;
}
.-translate-x-72 {
    --tw-translate-x: -18rem;
}
.-translate-x-80 {
    --tw-translate-x: -20rem;
}
.-translate-x-92 {
    --tw-translate-x: -475px;
}
.-translate-x-96 {
    --tw-translate-x: -24rem;
}
.-translate-x-128 {
    --tw-translate-x: -32rem;
}
.-translate-x-px {
    --tw-translate-x: -1px;
}
.-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
}
.-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
}
.-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
}
.-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
}
.-translate-x-105p {
    --tw-translate-x: -105px;
}
.-translate-x-50p {
    --tw-translate-x: -50px;
}
.-translate-x-54p {
    --tw-translate-x: -54px;
}
.-translate-x-1p {
    --tw-translate-x: -1px;
}
.-translate-x-2p {
    --tw-translate-x: -2px;
}
.-translate-x-3p {
    --tw-translate-x: -3px;
}
.-translate-x-5p {
    --tw-translate-x: -5px;
}
.-translate-x-7p {
    --tw-translate-x: -7px;
}
.-translate-x-9p {
    --tw-translate-x: -9px;
}
.-translate-x-10p {
    --tw-translate-x: -10px;
}
.-translate-x-11p {
    --tw-translate-x: -11px;
}
.-translate-x-13p {
    --tw-translate-x: -13px;
}
.-translate-x-15p {
    --tw-translate-x: -15px;
}
.-translate-x-18p {
    --tw-translate-x: -18px;
}
.-translate-x-19p {
    --tw-translate-x: -19px;
}
.-translate-x-21p {
    --tw-translate-x: -21px;
}
.-translate-x-22p {
    --tw-translate-x: -22px;
}
.-translate-x-23p {
    --tw-translate-x: -23px;
}
.-translate-x-25p {
    --tw-translate-x: -25px;
}
.-translate-x-26p {
    --tw-translate-x: -26px;
}
.-translate-x-29p {
    --tw-translate-x: -29px;
}
.-translate-x-30p {
    --tw-translate-x: -30px;
}
.-translate-x-31p {
    --tw-translate-x: -31px;
}
.-translate-x-35p {
    --tw-translate-x: -35px;
}
.-translate-x-52p {
    --tw-translate-x: -52px;
}
.-translate-x-53p {
    --tw-translate-x: -53px;
}
.-translate-x-55p {
    --tw-translate-x: -55px;
}
.-translate-x-59p {
    --tw-translate-x: -59px;
}
.-translate-x-27p {
    --tw-translate-x: -27px;
}
.-translate-x-33\.5p {
    --tw-translate-x: -33.5px;
}
.-translate-x-38p {
    --tw-translate-x: -38px;
}
.-translate-x-40p {
    --tw-translate-x: -40px;
}
.-translate-x-46p {
    --tw-translate-x: -46px;
}
.-translate-x-47p {
    --tw-translate-x: -47px;
}
.-translate-x-49p {
    --tw-translate-x: -49px;
}
.-translate-x-58p {
    --tw-translate-x: -58px;
}
.-translate-x-75p {
    --tw-translate-x: -75px;
}
.-translate-x-77p {
    --tw-translate-x: -77px;
}
.-translate-x-60p {
    --tw-translate-x: -60px;
}
.-translate-x-65p {
    --tw-translate-x: -65px;
}
.-translate-x-66p {
    --tw-translate-x: -66px;
}
.-translate-x-68p {
    --tw-translate-x: -68px;
}
.-translate-x-70p {
    --tw-translate-x: -70px;
}
.-translate-x-72p {
    --tw-translate-x: -72px;
}
.-translate-x-74p {
    --tw-translate-x: -74px;
}
.-translate-x-78p {
    --tw-translate-x: -78px;
}
.-translate-x-80p {
    --tw-translate-x: -80px;
}
.-translate-x-82p {
    --tw-translate-x: -82px;
}
.-translate-x-84p {
    --tw-translate-x: -84px;
}
.-translate-x-89p {
    --tw-translate-x: -89px;
}
.-translate-x-93p {
    --tw-translate-x: -93px;
}
.-translate-x-90p {
    --tw-translate-x: -90px;
}
.-translate-x-97p {
    --tw-translate-x: -97px;
}
.-translate-x-103p {
    --tw-translate-x: -103px;
}
.-translate-x-116p {
    --tw-translate-x: -116px;
}
.-translate-x-120p {
    --tw-translate-x: -120px;
}
.-translate-x-125p {
    --tw-translate-x: -125px;
}
.-translate-x-130p {
    --tw-translate-x: -130px;
}
.-translate-x-135p {
    --tw-translate-x: -135px;
}
.-translate-x-132p {
    --tw-translate-x: -132px;
}
.-translate-x-150p {
    --tw-translate-x: -150px;
}
.-translate-x-216p {
    --tw-translate-x: -216px;
}
.-translate-x-225p {
    --tw-translate-x: -225px;
}
.-translate-x-296p {
    --tw-translate-x: -296px;
}
.-translate-x-270p {
    --tw-translate-x: -270px;
}
.-translate-x-137p {
    --tw-translate-x: -137px;
}
.-translate-x-141p {
    --tw-translate-x: -141px;
}
.-translate-x-146p {
    --tw-translate-x: -146px;
}
.-translate-x-152p {
    --tw-translate-x: -152px;
}
.-translate-x-155p {
    --tw-translate-x: -155px;
}
.-translate-x-163p {
    --tw-translate-x: -163px;
}
.-translate-x-168p {
    --tw-translate-x: -168px;
}
.-translate-x-173p {
    --tw-translate-x: -173px;
}
.-translate-x-210p {
    --tw-translate-x: -210px;
}
.-translate-x-245p {
    --tw-translate-x: -245px;
}
.-translate-x-250p {
    --tw-translate-x: -250px;
}
.-translate-x-260p {
    --tw-translate-x: -260px;
}
.-translate-x-263p {
    --tw-translate-x: -263px;
}
.-translate-x-266p {
    --tw-translate-x: -266px;
}
.-translate-x-275p {
    --tw-translate-x: -275px;
}
.-translate-x-300p {
    --tw-translate-x: -300px;
}
.-translate-x-312p {
    --tw-translate-x: -312px;
}
.-translate-x-318p {
    --tw-translate-x: -318px;
}
.-translate-x-322p {
    --tw-translate-x: -322px;
}
.-translate-x-337p {
    --tw-translate-x: -337px;
}
.-translate-x-345p {
    --tw-translate-x: -345px;
}
.-translate-x-344p {
    --tw-translate-x: -344px;
}
.-translate-x-354p {
    --tw-translate-x: -354px;
}
.-translate-x-364p {
    --tw-translate-x: -364px;
}
.-translate-x-370p {
    --tw-translate-x: -370px;
}
.-translate-x-382p {
    --tw-translate-x: -382px;
}
.-translate-x-385p {
    --tw-translate-x: -385px;
}
.-translate-x-400p {
    --tw-translate-x: -400px;
}
.-translate-x-407p {
    --tw-translate-x: -407px;
}
.-translate-x-411p {
    --tw-translate-x: -411px;
}
.-translate-x-418p {
    --tw-translate-x: -418px;
}
.-translate-x-430p {
    --tw-translate-x: -430px;
}
.-translate-x-450p {
    --tw-translate-x: -450px;
}
.-translate-x-468p {
    --tw-translate-x: -468px;
}
.-translate-x-485p {
    --tw-translate-x: -485px;
}
.-translate-x-491p {
    --tw-translate-x: -491px;
}
.-translate-x-494p {
    --tw-translate-x: -494px;
}
.-translate-x-470p {
    --tw-translate-x: -470px;
}
.-translate-x-480p {
    --tw-translate-x: -480px;
}
.-translate-x-532p {
    --tw-translate-x: -532px;
}
.-translate-x-556p {
    --tw-translate-x: -556px;
}
.-translate-x-505p {
    --tw-translate-x: -505px;
}
.-translate-x-1179p {
    --tw-translate-x: -1179px;
}
.-translate-x-1253p {
    --tw-translate-x: -1253px;
}
.-translate-x-1575p {
    --tw-translate-x: -1575px;
}
.-translate-x-600p {
    --tw-translate-x: -600px;
}
.-translate-x-649p {
    --tw-translate-x: -649px;
}
.-translate-x-690p {
    --tw-translate-x: -690px;
}
.-translate-x-19\% {
    --tw-translate-x: -19%;
}
.-translate-x-23\% {
    --tw-translate-x: -23%;
}
.-translate-x-24\% {
    --tw-translate-x: -24%;
}
.-translate-x-36\% {
    --tw-translate-x: -36%;
}
.-translate-x-27\% {
    --tw-translate-x: -27%;
}
.-translate-x-28\% {
    --tw-translate-x: -28%;
}
.-translate-x-42\% {
    --tw-translate-x: -42%;
}
.-translate-x-46\% {
    --tw-translate-x: -46%;
}
.-translate-x-49\% {
    --tw-translate-x: -49%;
}
.-translate-x-54\% {
    --tw-translate-x: -54%;
}
.-translate-x-58\% {
    --tw-translate-x: -58%;
}
.-translate-x-72\% {
    --tw-translate-x: -72%;
}
.-translate-x-76\% {
    --tw-translate-x: -76%;
}
.-translate-x-77\% {
    --tw-translate-x: -77%;
}
.-translate-x-340p {
    --tw-translate-x: -340px;
}
.-translate-x-700p {
    --tw-translate-x: -700px;
}
.-translate-x-848p {
    --tw-translate-x: -848px;
}
.-translate-x-850p {
    --tw-translate-x: -850px;
}
.-translate-x-860p {
    --tw-translate-x: -860px;
}
.-translate-x-1425p {
    --tw-translate-x: -1425px;
}
.translate-x-1\/2 {
    --tw-translate-x: 50%;
}
.translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
}
.translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
}
.translate-x-1\/4 {
    --tw-translate-x: 25%;
}
.translate-x-2\/4 {
    --tw-translate-x: 50%;
}
.translate-x-3\/4 {
    --tw-translate-x: 75%;
}
.translate-x-full {
    --tw-translate-x: 100%;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}
.-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
}
.-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
}
.-translate-x-1\/4 {
    --tw-translate-x: -25%;
}
.-translate-x-2\/4 {
    --tw-translate-x: -50%;
}
.-translate-x-3\/4 {
    --tw-translate-x: -75%;
}
.-translate-x-full {
    --tw-translate-x: -100%;
}
.translate-y-0 {
    --tw-translate-y: 0px;
}
.translate-y-1 {
    --tw-translate-y: 0.25rem;
}
.translate-y-2 {
    --tw-translate-y: 0.5rem;
}
.translate-y-3 {
    --tw-translate-y: 0.75rem;
}
.translate-y-4 {
    --tw-translate-y: 1rem;
}
.translate-y-5 {
    --tw-translate-y: 1.25rem;
}
.translate-y-6 {
    --tw-translate-y: 1.5rem;
}
.translate-y-7 {
    --tw-translate-y: 1.75rem;
}
.translate-y-8 {
    --tw-translate-y: 2rem;
}
.translate-y-9 {
    --tw-translate-y: 2.25rem;
}
.translate-y-10 {
    --tw-translate-y: 2.5rem;
}
.translate-y-11 {
    --tw-translate-y: 2.75rem;
}
.translate-y-12 {
    --tw-translate-y: 3rem;
}
.translate-y-14 {
    --tw-translate-y: 3.5rem;
}
.translate-y-16 {
    --tw-translate-y: 4rem;
}
.translate-y-20 {
    --tw-translate-y: 5rem;
}
.translate-y-23 {
    --tw-translate-y: 88px;
}
.translate-y-24 {
    --tw-translate-y: 6rem;
}
.translate-y-25 {
    --tw-translate-y: 100px;
}
.translate-y-28 {
    --tw-translate-y: 7rem;
}
.translate-y-29 {
    --tw-translate-y: 120px;
}
.translate-y-32 {
    --tw-translate-y: 8rem;
}
.translate-y-33 {
    --tw-translate-y: 130px;
}
.translate-y-36 {
    --tw-translate-y: 9rem;
}
.translate-y-40 {
    --tw-translate-y: 10rem;
}
.translate-y-44 {
    --tw-translate-y: 11rem;
}
.translate-y-48 {
    --tw-translate-y: 12rem;
}
.translate-y-52 {
    --tw-translate-y: 13rem;
}
.translate-y-56 {
    --tw-translate-y: 14rem;
}
.translate-y-60 {
    --tw-translate-y: 15rem;
}
.translate-y-63 {
    --tw-translate-y: 270px;
}
.translate-y-64 {
    --tw-translate-y: 16rem;
}
.translate-y-72 {
    --tw-translate-y: 18rem;
}
.translate-y-80 {
    --tw-translate-y: 20rem;
}
.translate-y-92 {
    --tw-translate-y: 475px;
}
.translate-y-96 {
    --tw-translate-y: 24rem;
}
.translate-y-128 {
    --tw-translate-y: 32rem;
}
.translate-y-px {
    --tw-translate-y: 1px;
}
.translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
}
.translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
}
.translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
}
.translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
}
.translate-y-105p {
    --tw-translate-y: 105px;
}
.translate-y-50p {
    --tw-translate-y: 50px;
}
.translate-y-54p {
    --tw-translate-y: 54px;
}
.translate-y-1p {
    --tw-translate-y: 1px;
}
.translate-y-2p {
    --tw-translate-y: 2px;
}
.translate-y-3p {
    --tw-translate-y: 3px;
}
.translate-y-5p {
    --tw-translate-y: 5px;
}
.translate-y-7p {
    --tw-translate-y: 7px;
}
.translate-y-9p {
    --tw-translate-y: 9px;
}
.translate-y-10p {
    --tw-translate-y: 10px;
}
.translate-y-11p {
    --tw-translate-y: 11px;
}
.translate-y-13p {
    --tw-translate-y: 13px;
}
.translate-y-15p {
    --tw-translate-y: 15px;
}
.translate-y-18p {
    --tw-translate-y: 18px;
}
.translate-y-19p {
    --tw-translate-y: 19px;
}
.translate-y-21p {
    --tw-translate-y: 21px;
}
.translate-y-22p {
    --tw-translate-y: 22px;
}
.translate-y-23p {
    --tw-translate-y: 23px;
}
.translate-y-25p {
    --tw-translate-y: 25px;
}
.translate-y-26p {
    --tw-translate-y: 26px;
}
.translate-y-29p {
    --tw-translate-y: 29px;
}
.translate-y-30p {
    --tw-translate-y: 30px;
}
.translate-y-31p {
    --tw-translate-y: 31px;
}
.translate-y-35p {
    --tw-translate-y: 35px;
}
.translate-y-52p {
    --tw-translate-y: 52px;
}
.translate-y-53p {
    --tw-translate-y: 53px;
}
.translate-y-55p {
    --tw-translate-y: 55px;
}
.translate-y-59p {
    --tw-translate-y: 59px;
}
.translate-y-27p {
    --tw-translate-y: 27px;
}
.translate-y-33\.5p {
    --tw-translate-y: 33.5px;
}
.translate-y-38p {
    --tw-translate-y: 38px;
}
.translate-y-40p {
    --tw-translate-y: 40px;
}
.translate-y-46p {
    --tw-translate-y: 46px;
}
.translate-y-47p {
    --tw-translate-y: 47px;
}
.translate-y-49p {
    --tw-translate-y: 49px;
}
.translate-y-58p {
    --tw-translate-y: 58px;
}
.translate-y-75p {
    --tw-translate-y: 75px;
}
.translate-y-77p {
    --tw-translate-y: 77px;
}
.translate-y-60p {
    --tw-translate-y: 60px;
}
.translate-y-65p {
    --tw-translate-y: 65px;
}
.translate-y-66p {
    --tw-translate-y: 66px;
}
.translate-y-68p {
    --tw-translate-y: 68px;
}
.translate-y-70p {
    --tw-translate-y: 70px;
}
.translate-y-72p {
    --tw-translate-y: 72px;
}
.translate-y-74p {
    --tw-translate-y: 74px;
}
.translate-y-78p {
    --tw-translate-y: 78px;
}
.translate-y-80p {
    --tw-translate-y: 80px;
}
.translate-y-82p {
    --tw-translate-y: 82px;
}
.translate-y-84p {
    --tw-translate-y: 84px;
}
.translate-y-89p {
    --tw-translate-y: 89px;
}
.translate-y-93p {
    --tw-translate-y: 93px;
}
.translate-y-90p {
    --tw-translate-y: 90px;
}
.translate-y-97p {
    --tw-translate-y: 97px;
}
.translate-y-103p {
    --tw-translate-y: 103px;
}
.translate-y-116p {
    --tw-translate-y: 116px;
}
.translate-y-120p {
    --tw-translate-y: 120px;
}
.translate-y-125p {
    --tw-translate-y: 125px;
}
.translate-y-130p {
    --tw-translate-y: 130px;
}
.translate-y-135p {
    --tw-translate-y: 135px;
}
.translate-y-132p {
    --tw-translate-y: 132px;
}
.translate-y-150p {
    --tw-translate-y: 150px;
}
.translate-y-216p {
    --tw-translate-y: 216px;
}
.translate-y-225p {
    --tw-translate-y: 225px;
}
.translate-y-296p {
    --tw-translate-y: 296px;
}
.translate-y-270p {
    --tw-translate-y: 270px;
}
.translate-y-137p {
    --tw-translate-y: 137px;
}
.translate-y-141p {
    --tw-translate-y: 141px;
}
.translate-y-146p {
    --tw-translate-y: 146px;
}
.translate-y-152p {
    --tw-translate-y: 152px;
}
.translate-y-155p {
    --tw-translate-y: 155px;
}
.translate-y-163p {
    --tw-translate-y: 163px;
}
.translate-y-168p {
    --tw-translate-y: 168px;
}
.translate-y-173p {
    --tw-translate-y: 173px;
}
.translate-y-210p {
    --tw-translate-y: 210px;
}
.translate-y-245p {
    --tw-translate-y: 245px;
}
.translate-y-250p {
    --tw-translate-y: 250px;
}
.translate-y-260p {
    --tw-translate-y: 260px;
}
.translate-y-263p {
    --tw-translate-y: 263px;
}
.translate-y-266p {
    --tw-translate-y: 266px;
}
.translate-y-275p {
    --tw-translate-y: 275px;
}
.translate-y-300p {
    --tw-translate-y: 300px;
}
.translate-y-312p {
    --tw-translate-y: 312px;
}
.translate-y-318p {
    --tw-translate-y: 318px;
}
.translate-y-322p {
    --tw-translate-y: 322px;
}
.translate-y-337p {
    --tw-translate-y: 337px;
}
.translate-y-345p {
    --tw-translate-y: 345px;
}
.translate-y-344p {
    --tw-translate-y: 344px;
}
.translate-y-354p {
    --tw-translate-y: 354px;
}
.translate-y-364p {
    --tw-translate-y: 364px;
}
.translate-y-370p {
    --tw-translate-y: 370px;
}
.translate-y-382p {
    --tw-translate-y: 382px;
}
.translate-y-385p {
    --tw-translate-y: 385px;
}
.translate-y-400p {
    --tw-translate-y: 400px;
}
.translate-y-407p {
    --tw-translate-y: 407px;
}
.translate-y-411p {
    --tw-translate-y: 411px;
}
.translate-y-418p {
    --tw-translate-y: 418px;
}
.translate-y-430p {
    --tw-translate-y: 430px;
}
.translate-y-450p {
    --tw-translate-y: 450px;
}
.translate-y-468p {
    --tw-translate-y: 468px;
}
.translate-y-485p {
    --tw-translate-y: 485px;
}
.translate-y-491p {
    --tw-translate-y: 491px;
}
.translate-y-494p {
    --tw-translate-y: 494px;
}
.translate-y-470p {
    --tw-translate-y: 470px;
}
.translate-y-480p {
    --tw-translate-y: 480px;
}
.translate-y-532p {
    --tw-translate-y: 532px;
}
.translate-y-556p {
    --tw-translate-y: 556px;
}
.translate-y-505p {
    --tw-translate-y: 505px;
}
.translate-y-1179p {
    --tw-translate-y: 1179px;
}
.translate-y-1253p {
    --tw-translate-y: 1253px;
}
.translate-y-1575p {
    --tw-translate-y: 1575px;
}
.translate-y-600p {
    --tw-translate-y: 600px;
}
.translate-y-649p {
    --tw-translate-y: 649px;
}
.translate-y-690p {
    --tw-translate-y: 690px;
}
.translate-y-19\% {
    --tw-translate-y: 19%;
}
.translate-y-23\% {
    --tw-translate-y: 23%;
}
.translate-y-24\% {
    --tw-translate-y: 24%;
}
.translate-y-36\% {
    --tw-translate-y: 36%;
}
.translate-y-27\% {
    --tw-translate-y: 27%;
}
.translate-y-28\% {
    --tw-translate-y: 28%;
}
.translate-y-42\% {
    --tw-translate-y: 42%;
}
.translate-y-46\% {
    --tw-translate-y: 46%;
}
.translate-y-49\% {
    --tw-translate-y: 49%;
}
.translate-y-54\% {
    --tw-translate-y: 54%;
}
.translate-y-58\% {
    --tw-translate-y: 58%;
}
.translate-y-72\% {
    --tw-translate-y: 72%;
}
.translate-y-76\% {
    --tw-translate-y: 76%;
}
.translate-y-77\% {
    --tw-translate-y: 77%;
}
.translate-y-340p {
    --tw-translate-y: 340px;
}
.translate-y-700p {
    --tw-translate-y: 700px;
}
.translate-y-848p {
    --tw-translate-y: 848px;
}
.translate-y-850p {
    --tw-translate-y: 850px;
}
.translate-y-860p {
    --tw-translate-y: 860px;
}
.translate-y-1425p {
    --tw-translate-y: 1425px;
}
.-translate-y-0 {
    --tw-translate-y: 0px;
}
.-translate-y-1 {
    --tw-translate-y: -0.25rem;
}
.-translate-y-2 {
    --tw-translate-y: -0.5rem;
}
.-translate-y-3 {
    --tw-translate-y: -0.75rem;
}
.-translate-y-4 {
    --tw-translate-y: -1rem;
}
.-translate-y-5 {
    --tw-translate-y: -1.25rem;
}
.-translate-y-6 {
    --tw-translate-y: -1.5rem;
}
.-translate-y-7 {
    --tw-translate-y: -1.75rem;
}
.-translate-y-8 {
    --tw-translate-y: -2rem;
}
.-translate-y-9 {
    --tw-translate-y: -2.25rem;
}
.-translate-y-10 {
    --tw-translate-y: -2.5rem;
}
.-translate-y-11 {
    --tw-translate-y: -2.75rem;
}
.-translate-y-12 {
    --tw-translate-y: -3rem;
}
.-translate-y-14 {
    --tw-translate-y: -3.5rem;
}
.-translate-y-16 {
    --tw-translate-y: -4rem;
}
.-translate-y-20 {
    --tw-translate-y: -5rem;
}
.-translate-y-23 {
    --tw-translate-y: -88px;
}
.-translate-y-24 {
    --tw-translate-y: -6rem;
}
.-translate-y-25 {
    --tw-translate-y: -100px;
}
.-translate-y-28 {
    --tw-translate-y: -7rem;
}
.-translate-y-29 {
    --tw-translate-y: -120px;
}
.-translate-y-32 {
    --tw-translate-y: -8rem;
}
.-translate-y-33 {
    --tw-translate-y: -130px;
}
.-translate-y-36 {
    --tw-translate-y: -9rem;
}
.-translate-y-40 {
    --tw-translate-y: -10rem;
}
.-translate-y-44 {
    --tw-translate-y: -11rem;
}
.-translate-y-48 {
    --tw-translate-y: -12rem;
}
.-translate-y-52 {
    --tw-translate-y: -13rem;
}
.-translate-y-56 {
    --tw-translate-y: -14rem;
}
.-translate-y-60 {
    --tw-translate-y: -15rem;
}
.-translate-y-63 {
    --tw-translate-y: -270px;
}
.-translate-y-64 {
    --tw-translate-y: -16rem;
}
.-translate-y-72 {
    --tw-translate-y: -18rem;
}
.-translate-y-80 {
    --tw-translate-y: -20rem;
}
.-translate-y-92 {
    --tw-translate-y: -475px;
}
.-translate-y-96 {
    --tw-translate-y: -24rem;
}
.-translate-y-128 {
    --tw-translate-y: -32rem;
}
.-translate-y-px {
    --tw-translate-y: -1px;
}
.-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
}
.-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
}
.-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
}
.-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
}
.-translate-y-105p {
    --tw-translate-y: -105px;
}
.-translate-y-50p {
    --tw-translate-y: -50px;
}
.-translate-y-54p {
    --tw-translate-y: -54px;
}
.-translate-y-1p {
    --tw-translate-y: -1px;
}
.-translate-y-2p {
    --tw-translate-y: -2px;
}
.-translate-y-3p {
    --tw-translate-y: -3px;
}
.-translate-y-5p {
    --tw-translate-y: -5px;
}
.-translate-y-7p {
    --tw-translate-y: -7px;
}
.-translate-y-9p {
    --tw-translate-y: -9px;
}
.-translate-y-10p {
    --tw-translate-y: -10px;
}
.-translate-y-11p {
    --tw-translate-y: -11px;
}
.-translate-y-13p {
    --tw-translate-y: -13px;
}
.-translate-y-15p {
    --tw-translate-y: -15px;
}
.-translate-y-18p {
    --tw-translate-y: -18px;
}
.-translate-y-19p {
    --tw-translate-y: -19px;
}
.-translate-y-21p {
    --tw-translate-y: -21px;
}
.-translate-y-22p {
    --tw-translate-y: -22px;
}
.-translate-y-23p {
    --tw-translate-y: -23px;
}
.-translate-y-25p {
    --tw-translate-y: -25px;
}
.-translate-y-26p {
    --tw-translate-y: -26px;
}
.-translate-y-29p {
    --tw-translate-y: -29px;
}
.-translate-y-30p {
    --tw-translate-y: -30px;
}
.-translate-y-31p {
    --tw-translate-y: -31px;
}
.-translate-y-35p {
    --tw-translate-y: -35px;
}
.-translate-y-52p {
    --tw-translate-y: -52px;
}
.-translate-y-53p {
    --tw-translate-y: -53px;
}
.-translate-y-55p {
    --tw-translate-y: -55px;
}
.-translate-y-59p {
    --tw-translate-y: -59px;
}
.-translate-y-27p {
    --tw-translate-y: -27px;
}
.-translate-y-33\.5p {
    --tw-translate-y: -33.5px;
}
.-translate-y-38p {
    --tw-translate-y: -38px;
}
.-translate-y-40p {
    --tw-translate-y: -40px;
}
.-translate-y-46p {
    --tw-translate-y: -46px;
}
.-translate-y-47p {
    --tw-translate-y: -47px;
}
.-translate-y-49p {
    --tw-translate-y: -49px;
}
.-translate-y-58p {
    --tw-translate-y: -58px;
}
.-translate-y-75p {
    --tw-translate-y: -75px;
}
.-translate-y-77p {
    --tw-translate-y: -77px;
}
.-translate-y-60p {
    --tw-translate-y: -60px;
}
.-translate-y-65p {
    --tw-translate-y: -65px;
}
.-translate-y-66p {
    --tw-translate-y: -66px;
}
.-translate-y-68p {
    --tw-translate-y: -68px;
}
.-translate-y-70p {
    --tw-translate-y: -70px;
}
.-translate-y-72p {
    --tw-translate-y: -72px;
}
.-translate-y-74p {
    --tw-translate-y: -74px;
}
.-translate-y-78p {
    --tw-translate-y: -78px;
}
.-translate-y-80p {
    --tw-translate-y: -80px;
}
.-translate-y-82p {
    --tw-translate-y: -82px;
}
.-translate-y-84p {
    --tw-translate-y: -84px;
}
.-translate-y-89p {
    --tw-translate-y: -89px;
}
.-translate-y-93p {
    --tw-translate-y: -93px;
}
.-translate-y-90p {
    --tw-translate-y: -90px;
}
.-translate-y-97p {
    --tw-translate-y: -97px;
}
.-translate-y-103p {
    --tw-translate-y: -103px;
}
.-translate-y-116p {
    --tw-translate-y: -116px;
}
.-translate-y-120p {
    --tw-translate-y: -120px;
}
.-translate-y-125p {
    --tw-translate-y: -125px;
}
.-translate-y-130p {
    --tw-translate-y: -130px;
}
.-translate-y-135p {
    --tw-translate-y: -135px;
}
.-translate-y-132p {
    --tw-translate-y: -132px;
}
.-translate-y-150p {
    --tw-translate-y: -150px;
}
.-translate-y-216p {
    --tw-translate-y: -216px;
}
.-translate-y-225p {
    --tw-translate-y: -225px;
}
.-translate-y-296p {
    --tw-translate-y: -296px;
}
.-translate-y-270p {
    --tw-translate-y: -270px;
}
.-translate-y-137p {
    --tw-translate-y: -137px;
}
.-translate-y-141p {
    --tw-translate-y: -141px;
}
.-translate-y-146p {
    --tw-translate-y: -146px;
}
.-translate-y-152p {
    --tw-translate-y: -152px;
}
.-translate-y-155p {
    --tw-translate-y: -155px;
}
.-translate-y-163p {
    --tw-translate-y: -163px;
}
.-translate-y-168p {
    --tw-translate-y: -168px;
}
.-translate-y-173p {
    --tw-translate-y: -173px;
}
.-translate-y-210p {
    --tw-translate-y: -210px;
}
.-translate-y-245p {
    --tw-translate-y: -245px;
}
.-translate-y-250p {
    --tw-translate-y: -250px;
}
.-translate-y-260p {
    --tw-translate-y: -260px;
}
.-translate-y-263p {
    --tw-translate-y: -263px;
}
.-translate-y-266p {
    --tw-translate-y: -266px;
}
.-translate-y-275p {
    --tw-translate-y: -275px;
}
.-translate-y-300p {
    --tw-translate-y: -300px;
}
.-translate-y-312p {
    --tw-translate-y: -312px;
}
.-translate-y-318p {
    --tw-translate-y: -318px;
}
.-translate-y-322p {
    --tw-translate-y: -322px;
}
.-translate-y-337p {
    --tw-translate-y: -337px;
}
.-translate-y-345p {
    --tw-translate-y: -345px;
}
.-translate-y-344p {
    --tw-translate-y: -344px;
}
.-translate-y-354p {
    --tw-translate-y: -354px;
}
.-translate-y-364p {
    --tw-translate-y: -364px;
}
.-translate-y-370p {
    --tw-translate-y: -370px;
}
.-translate-y-382p {
    --tw-translate-y: -382px;
}
.-translate-y-385p {
    --tw-translate-y: -385px;
}
.-translate-y-400p {
    --tw-translate-y: -400px;
}
.-translate-y-407p {
    --tw-translate-y: -407px;
}
.-translate-y-411p {
    --tw-translate-y: -411px;
}
.-translate-y-418p {
    --tw-translate-y: -418px;
}
.-translate-y-430p {
    --tw-translate-y: -430px;
}
.-translate-y-450p {
    --tw-translate-y: -450px;
}
.-translate-y-468p {
    --tw-translate-y: -468px;
}
.-translate-y-485p {
    --tw-translate-y: -485px;
}
.-translate-y-491p {
    --tw-translate-y: -491px;
}
.-translate-y-494p {
    --tw-translate-y: -494px;
}
.-translate-y-470p {
    --tw-translate-y: -470px;
}
.-translate-y-480p {
    --tw-translate-y: -480px;
}
.-translate-y-532p {
    --tw-translate-y: -532px;
}
.-translate-y-556p {
    --tw-translate-y: -556px;
}
.-translate-y-505p {
    --tw-translate-y: -505px;
}
.-translate-y-1179p {
    --tw-translate-y: -1179px;
}
.-translate-y-1253p {
    --tw-translate-y: -1253px;
}
.-translate-y-1575p {
    --tw-translate-y: -1575px;
}
.-translate-y-600p {
    --tw-translate-y: -600px;
}
.-translate-y-649p {
    --tw-translate-y: -649px;
}
.-translate-y-690p {
    --tw-translate-y: -690px;
}
.-translate-y-19\% {
    --tw-translate-y: -19%;
}
.-translate-y-23\% {
    --tw-translate-y: -23%;
}
.-translate-y-24\% {
    --tw-translate-y: -24%;
}
.-translate-y-36\% {
    --tw-translate-y: -36%;
}
.-translate-y-27\% {
    --tw-translate-y: -27%;
}
.-translate-y-28\% {
    --tw-translate-y: -28%;
}
.-translate-y-42\% {
    --tw-translate-y: -42%;
}
.-translate-y-46\% {
    --tw-translate-y: -46%;
}
.-translate-y-49\% {
    --tw-translate-y: -49%;
}
.-translate-y-54\% {
    --tw-translate-y: -54%;
}
.-translate-y-58\% {
    --tw-translate-y: -58%;
}
.-translate-y-72\% {
    --tw-translate-y: -72%;
}
.-translate-y-76\% {
    --tw-translate-y: -76%;
}
.-translate-y-77\% {
    --tw-translate-y: -77%;
}
.-translate-y-340p {
    --tw-translate-y: -340px;
}
.-translate-y-700p {
    --tw-translate-y: -700px;
}
.-translate-y-848p {
    --tw-translate-y: -848px;
}
.-translate-y-850p {
    --tw-translate-y: -850px;
}
.-translate-y-860p {
    --tw-translate-y: -860px;
}
.-translate-y-1425p {
    --tw-translate-y: -1425px;
}
.translate-y-1\/2 {
    --tw-translate-y: 50%;
}
.translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
}
.translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
}
.translate-y-1\/4 {
    --tw-translate-y: 25%;
}
.translate-y-2\/4 {
    --tw-translate-y: 50%;
}
.translate-y-3\/4 {
    --tw-translate-y: 75%;
}
.translate-y-full {
    --tw-translate-y: 100%;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}
.-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
}
.-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
}
.-translate-y-1\/4 {
    --tw-translate-y: -25%;
}
.-translate-y-2\/4 {
    --tw-translate-y: -50%;
}
.-translate-y-3\/4 {
    --tw-translate-y: -75%;
}
.-translate-y-full {
    --tw-translate-y: -100%;
}
.hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
}
.hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
}
.hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
}
.hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
}
.hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
}
.hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
}
.hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
}
.hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
}
.hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
}
.hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
}
.hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
}
.hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
}
.hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
}
.hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
}
.hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
}
.hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
}
.hover\:translate-x-23:hover {
    --tw-translate-x: 88px;
}
.hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
}
.hover\:translate-x-25:hover {
    --tw-translate-x: 100px;
}
.hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
}
.hover\:translate-x-29:hover {
    --tw-translate-x: 120px;
}
.hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
}
.hover\:translate-x-33:hover {
    --tw-translate-x: 130px;
}
.hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
}
.hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
}
.hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
}
.hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
}
.hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
}
.hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
}
.hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
}
.hover\:translate-x-63:hover {
    --tw-translate-x: 270px;
}
.hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
}
.hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
}
.hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
}
.hover\:translate-x-92:hover {
    --tw-translate-x: 475px;
}
.hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
}
.hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
}
.hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
}
.hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
}
.hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
}
.hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
}
.hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
}
.hover\:translate-x-105p:hover {
    --tw-translate-x: 105px;
}
.hover\:translate-x-50p:hover {
    --tw-translate-x: 50px;
}
.hover\:translate-x-54p:hover {
    --tw-translate-x: 54px;
}
.hover\:translate-x-1p:hover {
    --tw-translate-x: 1px;
}
.hover\:translate-x-2p:hover {
    --tw-translate-x: 2px;
}
.hover\:translate-x-3p:hover {
    --tw-translate-x: 3px;
}
.hover\:translate-x-5p:hover {
    --tw-translate-x: 5px;
}
.hover\:translate-x-7p:hover {
    --tw-translate-x: 7px;
}
.hover\:translate-x-9p:hover {
    --tw-translate-x: 9px;
}
.hover\:translate-x-10p:hover {
    --tw-translate-x: 10px;
}
.hover\:translate-x-11p:hover {
    --tw-translate-x: 11px;
}
.hover\:translate-x-13p:hover {
    --tw-translate-x: 13px;
}
.hover\:translate-x-15p:hover {
    --tw-translate-x: 15px;
}
.hover\:translate-x-18p:hover {
    --tw-translate-x: 18px;
}
.hover\:translate-x-19p:hover {
    --tw-translate-x: 19px;
}
.hover\:translate-x-21p:hover {
    --tw-translate-x: 21px;
}
.hover\:translate-x-22p:hover {
    --tw-translate-x: 22px;
}
.hover\:translate-x-23p:hover {
    --tw-translate-x: 23px;
}
.hover\:translate-x-25p:hover {
    --tw-translate-x: 25px;
}
.hover\:translate-x-26p:hover {
    --tw-translate-x: 26px;
}
.hover\:translate-x-29p:hover {
    --tw-translate-x: 29px;
}
.hover\:translate-x-30p:hover {
    --tw-translate-x: 30px;
}
.hover\:translate-x-31p:hover {
    --tw-translate-x: 31px;
}
.hover\:translate-x-35p:hover {
    --tw-translate-x: 35px;
}
.hover\:translate-x-52p:hover {
    --tw-translate-x: 52px;
}
.hover\:translate-x-53p:hover {
    --tw-translate-x: 53px;
}
.hover\:translate-x-55p:hover {
    --tw-translate-x: 55px;
}
.hover\:translate-x-59p:hover {
    --tw-translate-x: 59px;
}
.hover\:translate-x-27p:hover {
    --tw-translate-x: 27px;
}
.hover\:translate-x-33\.5p:hover {
    --tw-translate-x: 33.5px;
}
.hover\:translate-x-38p:hover {
    --tw-translate-x: 38px;
}
.hover\:translate-x-40p:hover {
    --tw-translate-x: 40px;
}
.hover\:translate-x-46p:hover {
    --tw-translate-x: 46px;
}
.hover\:translate-x-47p:hover {
    --tw-translate-x: 47px;
}
.hover\:translate-x-49p:hover {
    --tw-translate-x: 49px;
}
.hover\:translate-x-58p:hover {
    --tw-translate-x: 58px;
}
.hover\:translate-x-75p:hover {
    --tw-translate-x: 75px;
}
.hover\:translate-x-77p:hover {
    --tw-translate-x: 77px;
}
.hover\:translate-x-60p:hover {
    --tw-translate-x: 60px;
}
.hover\:translate-x-65p:hover {
    --tw-translate-x: 65px;
}
.hover\:translate-x-66p:hover {
    --tw-translate-x: 66px;
}
.hover\:translate-x-68p:hover {
    --tw-translate-x: 68px;
}
.hover\:translate-x-70p:hover {
    --tw-translate-x: 70px;
}
.hover\:translate-x-72p:hover {
    --tw-translate-x: 72px;
}
.hover\:translate-x-74p:hover {
    --tw-translate-x: 74px;
}
.hover\:translate-x-78p:hover {
    --tw-translate-x: 78px;
}
.hover\:translate-x-80p:hover {
    --tw-translate-x: 80px;
}
.hover\:translate-x-82p:hover {
    --tw-translate-x: 82px;
}
.hover\:translate-x-84p:hover {
    --tw-translate-x: 84px;
}
.hover\:translate-x-89p:hover {
    --tw-translate-x: 89px;
}
.hover\:translate-x-93p:hover {
    --tw-translate-x: 93px;
}
.hover\:translate-x-90p:hover {
    --tw-translate-x: 90px;
}
.hover\:translate-x-97p:hover {
    --tw-translate-x: 97px;
}
.hover\:translate-x-103p:hover {
    --tw-translate-x: 103px;
}
.hover\:translate-x-116p:hover {
    --tw-translate-x: 116px;
}
.hover\:translate-x-120p:hover {
    --tw-translate-x: 120px;
}
.hover\:translate-x-125p:hover {
    --tw-translate-x: 125px;
}
.hover\:translate-x-130p:hover {
    --tw-translate-x: 130px;
}
.hover\:translate-x-135p:hover {
    --tw-translate-x: 135px;
}
.hover\:translate-x-132p:hover {
    --tw-translate-x: 132px;
}
.hover\:translate-x-150p:hover {
    --tw-translate-x: 150px;
}
.hover\:translate-x-216p:hover {
    --tw-translate-x: 216px;
}
.hover\:translate-x-225p:hover {
    --tw-translate-x: 225px;
}
.hover\:translate-x-296p:hover {
    --tw-translate-x: 296px;
}
.hover\:translate-x-270p:hover {
    --tw-translate-x: 270px;
}
.hover\:translate-x-137p:hover {
    --tw-translate-x: 137px;
}
.hover\:translate-x-141p:hover {
    --tw-translate-x: 141px;
}
.hover\:translate-x-146p:hover {
    --tw-translate-x: 146px;
}
.hover\:translate-x-152p:hover {
    --tw-translate-x: 152px;
}
.hover\:translate-x-155p:hover {
    --tw-translate-x: 155px;
}
.hover\:translate-x-163p:hover {
    --tw-translate-x: 163px;
}
.hover\:translate-x-168p:hover {
    --tw-translate-x: 168px;
}
.hover\:translate-x-173p:hover {
    --tw-translate-x: 173px;
}
.hover\:translate-x-210p:hover {
    --tw-translate-x: 210px;
}
.hover\:translate-x-245p:hover {
    --tw-translate-x: 245px;
}
.hover\:translate-x-250p:hover {
    --tw-translate-x: 250px;
}
.hover\:translate-x-260p:hover {
    --tw-translate-x: 260px;
}
.hover\:translate-x-263p:hover {
    --tw-translate-x: 263px;
}
.hover\:translate-x-266p:hover {
    --tw-translate-x: 266px;
}
.hover\:translate-x-275p:hover {
    --tw-translate-x: 275px;
}
.hover\:translate-x-300p:hover {
    --tw-translate-x: 300px;
}
.hover\:translate-x-312p:hover {
    --tw-translate-x: 312px;
}
.hover\:translate-x-318p:hover {
    --tw-translate-x: 318px;
}
.hover\:translate-x-322p:hover {
    --tw-translate-x: 322px;
}
.hover\:translate-x-337p:hover {
    --tw-translate-x: 337px;
}
.hover\:translate-x-345p:hover {
    --tw-translate-x: 345px;
}
.hover\:translate-x-344p:hover {
    --tw-translate-x: 344px;
}
.hover\:translate-x-354p:hover {
    --tw-translate-x: 354px;
}
.hover\:translate-x-364p:hover {
    --tw-translate-x: 364px;
}
.hover\:translate-x-370p:hover {
    --tw-translate-x: 370px;
}
.hover\:translate-x-382p:hover {
    --tw-translate-x: 382px;
}
.hover\:translate-x-385p:hover {
    --tw-translate-x: 385px;
}
.hover\:translate-x-400p:hover {
    --tw-translate-x: 400px;
}
.hover\:translate-x-407p:hover {
    --tw-translate-x: 407px;
}
.hover\:translate-x-411p:hover {
    --tw-translate-x: 411px;
}
.hover\:translate-x-418p:hover {
    --tw-translate-x: 418px;
}
.hover\:translate-x-430p:hover {
    --tw-translate-x: 430px;
}
.hover\:translate-x-450p:hover {
    --tw-translate-x: 450px;
}
.hover\:translate-x-468p:hover {
    --tw-translate-x: 468px;
}
.hover\:translate-x-485p:hover {
    --tw-translate-x: 485px;
}
.hover\:translate-x-491p:hover {
    --tw-translate-x: 491px;
}
.hover\:translate-x-494p:hover {
    --tw-translate-x: 494px;
}
.hover\:translate-x-470p:hover {
    --tw-translate-x: 470px;
}
.hover\:translate-x-480p:hover {
    --tw-translate-x: 480px;
}
.hover\:translate-x-532p:hover {
    --tw-translate-x: 532px;
}
.hover\:translate-x-556p:hover {
    --tw-translate-x: 556px;
}
.hover\:translate-x-505p:hover {
    --tw-translate-x: 505px;
}
.hover\:translate-x-1179p:hover {
    --tw-translate-x: 1179px;
}
.hover\:translate-x-1253p:hover {
    --tw-translate-x: 1253px;
}
.hover\:translate-x-1575p:hover {
    --tw-translate-x: 1575px;
}
.hover\:translate-x-600p:hover {
    --tw-translate-x: 600px;
}
.hover\:translate-x-649p:hover {
    --tw-translate-x: 649px;
}
.hover\:translate-x-690p:hover {
    --tw-translate-x: 690px;
}
.hover\:translate-x-19\%:hover {
    --tw-translate-x: 19%;
}
.hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
}
.hover\:translate-x-24\%:hover {
    --tw-translate-x: 24%;
}
.hover\:translate-x-36\%:hover {
    --tw-translate-x: 36%;
}
.hover\:translate-x-27\%:hover {
    --tw-translate-x: 27%;
}
.hover\:translate-x-28\%:hover {
    --tw-translate-x: 28%;
}
.hover\:translate-x-42\%:hover {
    --tw-translate-x: 42%;
}
.hover\:translate-x-46\%:hover {
    --tw-translate-x: 46%;
}
.hover\:translate-x-49\%:hover {
    --tw-translate-x: 49%;
}
.hover\:translate-x-54\%:hover {
    --tw-translate-x: 54%;
}
.hover\:translate-x-58\%:hover {
    --tw-translate-x: 58%;
}
.hover\:translate-x-72\%:hover {
    --tw-translate-x: 72%;
}
.hover\:translate-x-76\%:hover {
    --tw-translate-x: 76%;
}
.hover\:translate-x-77\%:hover {
    --tw-translate-x: 77%;
}
.hover\:translate-x-340p:hover {
    --tw-translate-x: 340px;
}
.hover\:translate-x-700p:hover {
    --tw-translate-x: 700px;
}
.hover\:translate-x-848p:hover {
    --tw-translate-x: 848px;
}
.hover\:translate-x-850p:hover {
    --tw-translate-x: 850px;
}
.hover\:translate-x-860p:hover {
    --tw-translate-x: 860px;
}
.hover\:translate-x-1425p:hover {
    --tw-translate-x: 1425px;
}
.hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
}
.hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
}
.hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
}
.hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
}
.hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
}
.hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
}
.hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
}
.hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
}
.hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
}
.hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
}
.hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
}
.hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
}
.hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
}
.hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
}
.hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
}
.hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
}
.hover\:-translate-x-23:hover {
    --tw-translate-x: -88px;
}
.hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
}
.hover\:-translate-x-25:hover {
    --tw-translate-x: -100px;
}
.hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
}
.hover\:-translate-x-29:hover {
    --tw-translate-x: -120px;
}
.hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
}
.hover\:-translate-x-33:hover {
    --tw-translate-x: -130px;
}
.hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
}
.hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
}
.hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
}
.hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
}
.hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
}
.hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
}
.hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
}
.hover\:-translate-x-63:hover {
    --tw-translate-x: -270px;
}
.hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
}
.hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
}
.hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
}
.hover\:-translate-x-92:hover {
    --tw-translate-x: -475px;
}
.hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
}
.hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
}
.hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
}
.hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
}
.hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
}
.hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
}
.hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
}
.hover\:-translate-x-105p:hover {
    --tw-translate-x: -105px;
}
.hover\:-translate-x-50p:hover {
    --tw-translate-x: -50px;
}
.hover\:-translate-x-54p:hover {
    --tw-translate-x: -54px;
}
.hover\:-translate-x-1p:hover {
    --tw-translate-x: -1px;
}
.hover\:-translate-x-2p:hover {
    --tw-translate-x: -2px;
}
.hover\:-translate-x-3p:hover {
    --tw-translate-x: -3px;
}
.hover\:-translate-x-5p:hover {
    --tw-translate-x: -5px;
}
.hover\:-translate-x-7p:hover {
    --tw-translate-x: -7px;
}
.hover\:-translate-x-9p:hover {
    --tw-translate-x: -9px;
}
.hover\:-translate-x-10p:hover {
    --tw-translate-x: -10px;
}
.hover\:-translate-x-11p:hover {
    --tw-translate-x: -11px;
}
.hover\:-translate-x-13p:hover {
    --tw-translate-x: -13px;
}
.hover\:-translate-x-15p:hover {
    --tw-translate-x: -15px;
}
.hover\:-translate-x-18p:hover {
    --tw-translate-x: -18px;
}
.hover\:-translate-x-19p:hover {
    --tw-translate-x: -19px;
}
.hover\:-translate-x-21p:hover {
    --tw-translate-x: -21px;
}
.hover\:-translate-x-22p:hover {
    --tw-translate-x: -22px;
}
.hover\:-translate-x-23p:hover {
    --tw-translate-x: -23px;
}
.hover\:-translate-x-25p:hover {
    --tw-translate-x: -25px;
}
.hover\:-translate-x-26p:hover {
    --tw-translate-x: -26px;
}
.hover\:-translate-x-29p:hover {
    --tw-translate-x: -29px;
}
.hover\:-translate-x-30p:hover {
    --tw-translate-x: -30px;
}
.hover\:-translate-x-31p:hover {
    --tw-translate-x: -31px;
}
.hover\:-translate-x-35p:hover {
    --tw-translate-x: -35px;
}
.hover\:-translate-x-52p:hover {
    --tw-translate-x: -52px;
}
.hover\:-translate-x-53p:hover {
    --tw-translate-x: -53px;
}
.hover\:-translate-x-55p:hover {
    --tw-translate-x: -55px;
}
.hover\:-translate-x-59p:hover {
    --tw-translate-x: -59px;
}
.hover\:-translate-x-27p:hover {
    --tw-translate-x: -27px;
}
.hover\:-translate-x-33\.5p:hover {
    --tw-translate-x: -33.5px;
}
.hover\:-translate-x-38p:hover {
    --tw-translate-x: -38px;
}
.hover\:-translate-x-40p:hover {
    --tw-translate-x: -40px;
}
.hover\:-translate-x-46p:hover {
    --tw-translate-x: -46px;
}
.hover\:-translate-x-47p:hover {
    --tw-translate-x: -47px;
}
.hover\:-translate-x-49p:hover {
    --tw-translate-x: -49px;
}
.hover\:-translate-x-58p:hover {
    --tw-translate-x: -58px;
}
.hover\:-translate-x-75p:hover {
    --tw-translate-x: -75px;
}
.hover\:-translate-x-77p:hover {
    --tw-translate-x: -77px;
}
.hover\:-translate-x-60p:hover {
    --tw-translate-x: -60px;
}
.hover\:-translate-x-65p:hover {
    --tw-translate-x: -65px;
}
.hover\:-translate-x-66p:hover {
    --tw-translate-x: -66px;
}
.hover\:-translate-x-68p:hover {
    --tw-translate-x: -68px;
}
.hover\:-translate-x-70p:hover {
    --tw-translate-x: -70px;
}
.hover\:-translate-x-72p:hover {
    --tw-translate-x: -72px;
}
.hover\:-translate-x-74p:hover {
    --tw-translate-x: -74px;
}
.hover\:-translate-x-78p:hover {
    --tw-translate-x: -78px;
}
.hover\:-translate-x-80p:hover {
    --tw-translate-x: -80px;
}
.hover\:-translate-x-82p:hover {
    --tw-translate-x: -82px;
}
.hover\:-translate-x-84p:hover {
    --tw-translate-x: -84px;
}
.hover\:-translate-x-89p:hover {
    --tw-translate-x: -89px;
}
.hover\:-translate-x-93p:hover {
    --tw-translate-x: -93px;
}
.hover\:-translate-x-90p:hover {
    --tw-translate-x: -90px;
}
.hover\:-translate-x-97p:hover {
    --tw-translate-x: -97px;
}
.hover\:-translate-x-103p:hover {
    --tw-translate-x: -103px;
}
.hover\:-translate-x-116p:hover {
    --tw-translate-x: -116px;
}
.hover\:-translate-x-120p:hover {
    --tw-translate-x: -120px;
}
.hover\:-translate-x-125p:hover {
    --tw-translate-x: -125px;
}
.hover\:-translate-x-130p:hover {
    --tw-translate-x: -130px;
}
.hover\:-translate-x-135p:hover {
    --tw-translate-x: -135px;
}
.hover\:-translate-x-132p:hover {
    --tw-translate-x: -132px;
}
.hover\:-translate-x-150p:hover {
    --tw-translate-x: -150px;
}
.hover\:-translate-x-216p:hover {
    --tw-translate-x: -216px;
}
.hover\:-translate-x-225p:hover {
    --tw-translate-x: -225px;
}
.hover\:-translate-x-296p:hover {
    --tw-translate-x: -296px;
}
.hover\:-translate-x-270p:hover {
    --tw-translate-x: -270px;
}
.hover\:-translate-x-137p:hover {
    --tw-translate-x: -137px;
}
.hover\:-translate-x-141p:hover {
    --tw-translate-x: -141px;
}
.hover\:-translate-x-146p:hover {
    --tw-translate-x: -146px;
}
.hover\:-translate-x-152p:hover {
    --tw-translate-x: -152px;
}
.hover\:-translate-x-155p:hover {
    --tw-translate-x: -155px;
}
.hover\:-translate-x-163p:hover {
    --tw-translate-x: -163px;
}
.hover\:-translate-x-168p:hover {
    --tw-translate-x: -168px;
}
.hover\:-translate-x-173p:hover {
    --tw-translate-x: -173px;
}
.hover\:-translate-x-210p:hover {
    --tw-translate-x: -210px;
}
.hover\:-translate-x-245p:hover {
    --tw-translate-x: -245px;
}
.hover\:-translate-x-250p:hover {
    --tw-translate-x: -250px;
}
.hover\:-translate-x-260p:hover {
    --tw-translate-x: -260px;
}
.hover\:-translate-x-263p:hover {
    --tw-translate-x: -263px;
}
.hover\:-translate-x-266p:hover {
    --tw-translate-x: -266px;
}
.hover\:-translate-x-275p:hover {
    --tw-translate-x: -275px;
}
.hover\:-translate-x-300p:hover {
    --tw-translate-x: -300px;
}
.hover\:-translate-x-312p:hover {
    --tw-translate-x: -312px;
}
.hover\:-translate-x-318p:hover {
    --tw-translate-x: -318px;
}
.hover\:-translate-x-322p:hover {
    --tw-translate-x: -322px;
}
.hover\:-translate-x-337p:hover {
    --tw-translate-x: -337px;
}
.hover\:-translate-x-345p:hover {
    --tw-translate-x: -345px;
}
.hover\:-translate-x-344p:hover {
    --tw-translate-x: -344px;
}
.hover\:-translate-x-354p:hover {
    --tw-translate-x: -354px;
}
.hover\:-translate-x-364p:hover {
    --tw-translate-x: -364px;
}
.hover\:-translate-x-370p:hover {
    --tw-translate-x: -370px;
}
.hover\:-translate-x-382p:hover {
    --tw-translate-x: -382px;
}
.hover\:-translate-x-385p:hover {
    --tw-translate-x: -385px;
}
.hover\:-translate-x-400p:hover {
    --tw-translate-x: -400px;
}
.hover\:-translate-x-407p:hover {
    --tw-translate-x: -407px;
}
.hover\:-translate-x-411p:hover {
    --tw-translate-x: -411px;
}
.hover\:-translate-x-418p:hover {
    --tw-translate-x: -418px;
}
.hover\:-translate-x-430p:hover {
    --tw-translate-x: -430px;
}
.hover\:-translate-x-450p:hover {
    --tw-translate-x: -450px;
}
.hover\:-translate-x-468p:hover {
    --tw-translate-x: -468px;
}
.hover\:-translate-x-485p:hover {
    --tw-translate-x: -485px;
}
.hover\:-translate-x-491p:hover {
    --tw-translate-x: -491px;
}
.hover\:-translate-x-494p:hover {
    --tw-translate-x: -494px;
}
.hover\:-translate-x-470p:hover {
    --tw-translate-x: -470px;
}
.hover\:-translate-x-480p:hover {
    --tw-translate-x: -480px;
}
.hover\:-translate-x-532p:hover {
    --tw-translate-x: -532px;
}
.hover\:-translate-x-556p:hover {
    --tw-translate-x: -556px;
}
.hover\:-translate-x-505p:hover {
    --tw-translate-x: -505px;
}
.hover\:-translate-x-1179p:hover {
    --tw-translate-x: -1179px;
}
.hover\:-translate-x-1253p:hover {
    --tw-translate-x: -1253px;
}
.hover\:-translate-x-1575p:hover {
    --tw-translate-x: -1575px;
}
.hover\:-translate-x-600p:hover {
    --tw-translate-x: -600px;
}
.hover\:-translate-x-649p:hover {
    --tw-translate-x: -649px;
}
.hover\:-translate-x-690p:hover {
    --tw-translate-x: -690px;
}
.hover\:-translate-x-19\%:hover {
    --tw-translate-x: -19%;
}
.hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
}
.hover\:-translate-x-24\%:hover {
    --tw-translate-x: -24%;
}
.hover\:-translate-x-36\%:hover {
    --tw-translate-x: -36%;
}
.hover\:-translate-x-27\%:hover {
    --tw-translate-x: -27%;
}
.hover\:-translate-x-28\%:hover {
    --tw-translate-x: -28%;
}
.hover\:-translate-x-42\%:hover {
    --tw-translate-x: -42%;
}
.hover\:-translate-x-46\%:hover {
    --tw-translate-x: -46%;
}
.hover\:-translate-x-49\%:hover {
    --tw-translate-x: -49%;
}
.hover\:-translate-x-54\%:hover {
    --tw-translate-x: -54%;
}
.hover\:-translate-x-58\%:hover {
    --tw-translate-x: -58%;
}
.hover\:-translate-x-72\%:hover {
    --tw-translate-x: -72%;
}
.hover\:-translate-x-76\%:hover {
    --tw-translate-x: -76%;
}
.hover\:-translate-x-77\%:hover {
    --tw-translate-x: -77%;
}
.hover\:-translate-x-340p:hover {
    --tw-translate-x: -340px;
}
.hover\:-translate-x-700p:hover {
    --tw-translate-x: -700px;
}
.hover\:-translate-x-848p:hover {
    --tw-translate-x: -848px;
}
.hover\:-translate-x-850p:hover {
    --tw-translate-x: -850px;
}
.hover\:-translate-x-860p:hover {
    --tw-translate-x: -860px;
}
.hover\:-translate-x-1425p:hover {
    --tw-translate-x: -1425px;
}
.hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
}
.hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
}
.hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
}
.hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
}
.hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
}
.hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
}
.hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
}
.hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
}
.hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
}
.hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
}
.hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
}
.hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
}
.hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
}
.hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
}
.hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
}
.hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
}
.hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
}
.hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
}
.hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
}
.hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
}
.hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
}
.hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
}
.hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
}
.hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
}
.hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
}
.hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
}
.hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
}
.hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
}
.hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
}
.hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
}
.hover\:translate-y-23:hover {
    --tw-translate-y: 88px;
}
.hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
}
.hover\:translate-y-25:hover {
    --tw-translate-y: 100px;
}
.hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
}
.hover\:translate-y-29:hover {
    --tw-translate-y: 120px;
}
.hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
}
.hover\:translate-y-33:hover {
    --tw-translate-y: 130px;
}
.hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
}
.hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
}
.hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
}
.hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
}
.hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
}
.hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
}
.hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
}
.hover\:translate-y-63:hover {
    --tw-translate-y: 270px;
}
.hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
}
.hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
}
.hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
}
.hover\:translate-y-92:hover {
    --tw-translate-y: 475px;
}
.hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
}
.hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
}
.hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
}
.hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
}
.hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
}
.hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
}
.hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
}
.hover\:translate-y-105p:hover {
    --tw-translate-y: 105px;
}
.hover\:translate-y-50p:hover {
    --tw-translate-y: 50px;
}
.hover\:translate-y-54p:hover {
    --tw-translate-y: 54px;
}
.hover\:translate-y-1p:hover {
    --tw-translate-y: 1px;
}
.hover\:translate-y-2p:hover {
    --tw-translate-y: 2px;
}
.hover\:translate-y-3p:hover {
    --tw-translate-y: 3px;
}
.hover\:translate-y-5p:hover {
    --tw-translate-y: 5px;
}
.hover\:translate-y-7p:hover {
    --tw-translate-y: 7px;
}
.hover\:translate-y-9p:hover {
    --tw-translate-y: 9px;
}
.hover\:translate-y-10p:hover {
    --tw-translate-y: 10px;
}
.hover\:translate-y-11p:hover {
    --tw-translate-y: 11px;
}
.hover\:translate-y-13p:hover {
    --tw-translate-y: 13px;
}
.hover\:translate-y-15p:hover {
    --tw-translate-y: 15px;
}
.hover\:translate-y-18p:hover {
    --tw-translate-y: 18px;
}
.hover\:translate-y-19p:hover {
    --tw-translate-y: 19px;
}
.hover\:translate-y-21p:hover {
    --tw-translate-y: 21px;
}
.hover\:translate-y-22p:hover {
    --tw-translate-y: 22px;
}
.hover\:translate-y-23p:hover {
    --tw-translate-y: 23px;
}
.hover\:translate-y-25p:hover {
    --tw-translate-y: 25px;
}
.hover\:translate-y-26p:hover {
    --tw-translate-y: 26px;
}
.hover\:translate-y-29p:hover {
    --tw-translate-y: 29px;
}
.hover\:translate-y-30p:hover {
    --tw-translate-y: 30px;
}
.hover\:translate-y-31p:hover {
    --tw-translate-y: 31px;
}
.hover\:translate-y-35p:hover {
    --tw-translate-y: 35px;
}
.hover\:translate-y-52p:hover {
    --tw-translate-y: 52px;
}
.hover\:translate-y-53p:hover {
    --tw-translate-y: 53px;
}
.hover\:translate-y-55p:hover {
    --tw-translate-y: 55px;
}
.hover\:translate-y-59p:hover {
    --tw-translate-y: 59px;
}
.hover\:translate-y-27p:hover {
    --tw-translate-y: 27px;
}
.hover\:translate-y-33\.5p:hover {
    --tw-translate-y: 33.5px;
}
.hover\:translate-y-38p:hover {
    --tw-translate-y: 38px;
}
.hover\:translate-y-40p:hover {
    --tw-translate-y: 40px;
}
.hover\:translate-y-46p:hover {
    --tw-translate-y: 46px;
}
.hover\:translate-y-47p:hover {
    --tw-translate-y: 47px;
}
.hover\:translate-y-49p:hover {
    --tw-translate-y: 49px;
}
.hover\:translate-y-58p:hover {
    --tw-translate-y: 58px;
}
.hover\:translate-y-75p:hover {
    --tw-translate-y: 75px;
}
.hover\:translate-y-77p:hover {
    --tw-translate-y: 77px;
}
.hover\:translate-y-60p:hover {
    --tw-translate-y: 60px;
}
.hover\:translate-y-65p:hover {
    --tw-translate-y: 65px;
}
.hover\:translate-y-66p:hover {
    --tw-translate-y: 66px;
}
.hover\:translate-y-68p:hover {
    --tw-translate-y: 68px;
}
.hover\:translate-y-70p:hover {
    --tw-translate-y: 70px;
}
.hover\:translate-y-72p:hover {
    --tw-translate-y: 72px;
}
.hover\:translate-y-74p:hover {
    --tw-translate-y: 74px;
}
.hover\:translate-y-78p:hover {
    --tw-translate-y: 78px;
}
.hover\:translate-y-80p:hover {
    --tw-translate-y: 80px;
}
.hover\:translate-y-82p:hover {
    --tw-translate-y: 82px;
}
.hover\:translate-y-84p:hover {
    --tw-translate-y: 84px;
}
.hover\:translate-y-89p:hover {
    --tw-translate-y: 89px;
}
.hover\:translate-y-93p:hover {
    --tw-translate-y: 93px;
}
.hover\:translate-y-90p:hover {
    --tw-translate-y: 90px;
}
.hover\:translate-y-97p:hover {
    --tw-translate-y: 97px;
}
.hover\:translate-y-103p:hover {
    --tw-translate-y: 103px;
}
.hover\:translate-y-116p:hover {
    --tw-translate-y: 116px;
}
.hover\:translate-y-120p:hover {
    --tw-translate-y: 120px;
}
.hover\:translate-y-125p:hover {
    --tw-translate-y: 125px;
}
.hover\:translate-y-130p:hover {
    --tw-translate-y: 130px;
}
.hover\:translate-y-135p:hover {
    --tw-translate-y: 135px;
}
.hover\:translate-y-132p:hover {
    --tw-translate-y: 132px;
}
.hover\:translate-y-150p:hover {
    --tw-translate-y: 150px;
}
.hover\:translate-y-216p:hover {
    --tw-translate-y: 216px;
}
.hover\:translate-y-225p:hover {
    --tw-translate-y: 225px;
}
.hover\:translate-y-296p:hover {
    --tw-translate-y: 296px;
}
.hover\:translate-y-270p:hover {
    --tw-translate-y: 270px;
}
.hover\:translate-y-137p:hover {
    --tw-translate-y: 137px;
}
.hover\:translate-y-141p:hover {
    --tw-translate-y: 141px;
}
.hover\:translate-y-146p:hover {
    --tw-translate-y: 146px;
}
.hover\:translate-y-152p:hover {
    --tw-translate-y: 152px;
}
.hover\:translate-y-155p:hover {
    --tw-translate-y: 155px;
}
.hover\:translate-y-163p:hover {
    --tw-translate-y: 163px;
}
.hover\:translate-y-168p:hover {
    --tw-translate-y: 168px;
}
.hover\:translate-y-173p:hover {
    --tw-translate-y: 173px;
}
.hover\:translate-y-210p:hover {
    --tw-translate-y: 210px;
}
.hover\:translate-y-245p:hover {
    --tw-translate-y: 245px;
}
.hover\:translate-y-250p:hover {
    --tw-translate-y: 250px;
}
.hover\:translate-y-260p:hover {
    --tw-translate-y: 260px;
}
.hover\:translate-y-263p:hover {
    --tw-translate-y: 263px;
}
.hover\:translate-y-266p:hover {
    --tw-translate-y: 266px;
}
.hover\:translate-y-275p:hover {
    --tw-translate-y: 275px;
}
.hover\:translate-y-300p:hover {
    --tw-translate-y: 300px;
}
.hover\:translate-y-312p:hover {
    --tw-translate-y: 312px;
}
.hover\:translate-y-318p:hover {
    --tw-translate-y: 318px;
}
.hover\:translate-y-322p:hover {
    --tw-translate-y: 322px;
}
.hover\:translate-y-337p:hover {
    --tw-translate-y: 337px;
}
.hover\:translate-y-345p:hover {
    --tw-translate-y: 345px;
}
.hover\:translate-y-344p:hover {
    --tw-translate-y: 344px;
}
.hover\:translate-y-354p:hover {
    --tw-translate-y: 354px;
}
.hover\:translate-y-364p:hover {
    --tw-translate-y: 364px;
}
.hover\:translate-y-370p:hover {
    --tw-translate-y: 370px;
}
.hover\:translate-y-382p:hover {
    --tw-translate-y: 382px;
}
.hover\:translate-y-385p:hover {
    --tw-translate-y: 385px;
}
.hover\:translate-y-400p:hover {
    --tw-translate-y: 400px;
}
.hover\:translate-y-407p:hover {
    --tw-translate-y: 407px;
}
.hover\:translate-y-411p:hover {
    --tw-translate-y: 411px;
}
.hover\:translate-y-418p:hover {
    --tw-translate-y: 418px;
}
.hover\:translate-y-430p:hover {
    --tw-translate-y: 430px;
}
.hover\:translate-y-450p:hover {
    --tw-translate-y: 450px;
}
.hover\:translate-y-468p:hover {
    --tw-translate-y: 468px;
}
.hover\:translate-y-485p:hover {
    --tw-translate-y: 485px;
}
.hover\:translate-y-491p:hover {
    --tw-translate-y: 491px;
}
.hover\:translate-y-494p:hover {
    --tw-translate-y: 494px;
}
.hover\:translate-y-470p:hover {
    --tw-translate-y: 470px;
}
.hover\:translate-y-480p:hover {
    --tw-translate-y: 480px;
}
.hover\:translate-y-532p:hover {
    --tw-translate-y: 532px;
}
.hover\:translate-y-556p:hover {
    --tw-translate-y: 556px;
}
.hover\:translate-y-505p:hover {
    --tw-translate-y: 505px;
}
.hover\:translate-y-1179p:hover {
    --tw-translate-y: 1179px;
}
.hover\:translate-y-1253p:hover {
    --tw-translate-y: 1253px;
}
.hover\:translate-y-1575p:hover {
    --tw-translate-y: 1575px;
}
.hover\:translate-y-600p:hover {
    --tw-translate-y: 600px;
}
.hover\:translate-y-649p:hover {
    --tw-translate-y: 649px;
}
.hover\:translate-y-690p:hover {
    --tw-translate-y: 690px;
}
.hover\:translate-y-19\%:hover {
    --tw-translate-y: 19%;
}
.hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
}
.hover\:translate-y-24\%:hover {
    --tw-translate-y: 24%;
}
.hover\:translate-y-36\%:hover {
    --tw-translate-y: 36%;
}
.hover\:translate-y-27\%:hover {
    --tw-translate-y: 27%;
}
.hover\:translate-y-28\%:hover {
    --tw-translate-y: 28%;
}
.hover\:translate-y-42\%:hover {
    --tw-translate-y: 42%;
}
.hover\:translate-y-46\%:hover {
    --tw-translate-y: 46%;
}
.hover\:translate-y-49\%:hover {
    --tw-translate-y: 49%;
}
.hover\:translate-y-54\%:hover {
    --tw-translate-y: 54%;
}
.hover\:translate-y-58\%:hover {
    --tw-translate-y: 58%;
}
.hover\:translate-y-72\%:hover {
    --tw-translate-y: 72%;
}
.hover\:translate-y-76\%:hover {
    --tw-translate-y: 76%;
}
.hover\:translate-y-77\%:hover {
    --tw-translate-y: 77%;
}
.hover\:translate-y-340p:hover {
    --tw-translate-y: 340px;
}
.hover\:translate-y-700p:hover {
    --tw-translate-y: 700px;
}
.hover\:translate-y-848p:hover {
    --tw-translate-y: 848px;
}
.hover\:translate-y-850p:hover {
    --tw-translate-y: 850px;
}
.hover\:translate-y-860p:hover {
    --tw-translate-y: 860px;
}
.hover\:translate-y-1425p:hover {
    --tw-translate-y: 1425px;
}
.hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
}
.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
}
.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
}
.hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
}
.hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
}
.hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
}
.hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
}
.hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
}
.hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
}
.hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
}
.hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
}
.hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
}
.hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
}
.hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
}
.hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
}
.hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
}
.hover\:-translate-y-23:hover {
    --tw-translate-y: -88px;
}
.hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
}
.hover\:-translate-y-25:hover {
    --tw-translate-y: -100px;
}
.hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
}
.hover\:-translate-y-29:hover {
    --tw-translate-y: -120px;
}
.hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
}
.hover\:-translate-y-33:hover {
    --tw-translate-y: -130px;
}
.hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
}
.hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
}
.hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
}
.hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
}
.hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
}
.hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
}
.hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
}
.hover\:-translate-y-63:hover {
    --tw-translate-y: -270px;
}
.hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
}
.hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
}
.hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
}
.hover\:-translate-y-92:hover {
    --tw-translate-y: -475px;
}
.hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
}
.hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
}
.hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
}
.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
}
.hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
}
.hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
}
.hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
}
.hover\:-translate-y-105p:hover {
    --tw-translate-y: -105px;
}
.hover\:-translate-y-50p:hover {
    --tw-translate-y: -50px;
}
.hover\:-translate-y-54p:hover {
    --tw-translate-y: -54px;
}
.hover\:-translate-y-1p:hover {
    --tw-translate-y: -1px;
}
.hover\:-translate-y-2p:hover {
    --tw-translate-y: -2px;
}
.hover\:-translate-y-3p:hover {
    --tw-translate-y: -3px;
}
.hover\:-translate-y-5p:hover {
    --tw-translate-y: -5px;
}
.hover\:-translate-y-7p:hover {
    --tw-translate-y: -7px;
}
.hover\:-translate-y-9p:hover {
    --tw-translate-y: -9px;
}
.hover\:-translate-y-10p:hover {
    --tw-translate-y: -10px;
}
.hover\:-translate-y-11p:hover {
    --tw-translate-y: -11px;
}
.hover\:-translate-y-13p:hover {
    --tw-translate-y: -13px;
}
.hover\:-translate-y-15p:hover {
    --tw-translate-y: -15px;
}
.hover\:-translate-y-18p:hover {
    --tw-translate-y: -18px;
}
.hover\:-translate-y-19p:hover {
    --tw-translate-y: -19px;
}
.hover\:-translate-y-21p:hover {
    --tw-translate-y: -21px;
}
.hover\:-translate-y-22p:hover {
    --tw-translate-y: -22px;
}
.hover\:-translate-y-23p:hover {
    --tw-translate-y: -23px;
}
.hover\:-translate-y-25p:hover {
    --tw-translate-y: -25px;
}
.hover\:-translate-y-26p:hover {
    --tw-translate-y: -26px;
}
.hover\:-translate-y-29p:hover {
    --tw-translate-y: -29px;
}
.hover\:-translate-y-30p:hover {
    --tw-translate-y: -30px;
}
.hover\:-translate-y-31p:hover {
    --tw-translate-y: -31px;
}
.hover\:-translate-y-35p:hover {
    --tw-translate-y: -35px;
}
.hover\:-translate-y-52p:hover {
    --tw-translate-y: -52px;
}
.hover\:-translate-y-53p:hover {
    --tw-translate-y: -53px;
}
.hover\:-translate-y-55p:hover {
    --tw-translate-y: -55px;
}
.hover\:-translate-y-59p:hover {
    --tw-translate-y: -59px;
}
.hover\:-translate-y-27p:hover {
    --tw-translate-y: -27px;
}
.hover\:-translate-y-33\.5p:hover {
    --tw-translate-y: -33.5px;
}
.hover\:-translate-y-38p:hover {
    --tw-translate-y: -38px;
}
.hover\:-translate-y-40p:hover {
    --tw-translate-y: -40px;
}
.hover\:-translate-y-46p:hover {
    --tw-translate-y: -46px;
}
.hover\:-translate-y-47p:hover {
    --tw-translate-y: -47px;
}
.hover\:-translate-y-49p:hover {
    --tw-translate-y: -49px;
}
.hover\:-translate-y-58p:hover {
    --tw-translate-y: -58px;
}
.hover\:-translate-y-75p:hover {
    --tw-translate-y: -75px;
}
.hover\:-translate-y-77p:hover {
    --tw-translate-y: -77px;
}
.hover\:-translate-y-60p:hover {
    --tw-translate-y: -60px;
}
.hover\:-translate-y-65p:hover {
    --tw-translate-y: -65px;
}
.hover\:-translate-y-66p:hover {
    --tw-translate-y: -66px;
}
.hover\:-translate-y-68p:hover {
    --tw-translate-y: -68px;
}
.hover\:-translate-y-70p:hover {
    --tw-translate-y: -70px;
}
.hover\:-translate-y-72p:hover {
    --tw-translate-y: -72px;
}
.hover\:-translate-y-74p:hover {
    --tw-translate-y: -74px;
}
.hover\:-translate-y-78p:hover {
    --tw-translate-y: -78px;
}
.hover\:-translate-y-80p:hover {
    --tw-translate-y: -80px;
}
.hover\:-translate-y-82p:hover {
    --tw-translate-y: -82px;
}
.hover\:-translate-y-84p:hover {
    --tw-translate-y: -84px;
}
.hover\:-translate-y-89p:hover {
    --tw-translate-y: -89px;
}
.hover\:-translate-y-93p:hover {
    --tw-translate-y: -93px;
}
.hover\:-translate-y-90p:hover {
    --tw-translate-y: -90px;
}
.hover\:-translate-y-97p:hover {
    --tw-translate-y: -97px;
}
.hover\:-translate-y-103p:hover {
    --tw-translate-y: -103px;
}
.hover\:-translate-y-116p:hover {
    --tw-translate-y: -116px;
}
.hover\:-translate-y-120p:hover {
    --tw-translate-y: -120px;
}
.hover\:-translate-y-125p:hover {
    --tw-translate-y: -125px;
}
.hover\:-translate-y-130p:hover {
    --tw-translate-y: -130px;
}
.hover\:-translate-y-135p:hover {
    --tw-translate-y: -135px;
}
.hover\:-translate-y-132p:hover {
    --tw-translate-y: -132px;
}
.hover\:-translate-y-150p:hover {
    --tw-translate-y: -150px;
}
.hover\:-translate-y-216p:hover {
    --tw-translate-y: -216px;
}
.hover\:-translate-y-225p:hover {
    --tw-translate-y: -225px;
}
.hover\:-translate-y-296p:hover {
    --tw-translate-y: -296px;
}
.hover\:-translate-y-270p:hover {
    --tw-translate-y: -270px;
}
.hover\:-translate-y-137p:hover {
    --tw-translate-y: -137px;
}
.hover\:-translate-y-141p:hover {
    --tw-translate-y: -141px;
}
.hover\:-translate-y-146p:hover {
    --tw-translate-y: -146px;
}
.hover\:-translate-y-152p:hover {
    --tw-translate-y: -152px;
}
.hover\:-translate-y-155p:hover {
    --tw-translate-y: -155px;
}
.hover\:-translate-y-163p:hover {
    --tw-translate-y: -163px;
}
.hover\:-translate-y-168p:hover {
    --tw-translate-y: -168px;
}
.hover\:-translate-y-173p:hover {
    --tw-translate-y: -173px;
}
.hover\:-translate-y-210p:hover {
    --tw-translate-y: -210px;
}
.hover\:-translate-y-245p:hover {
    --tw-translate-y: -245px;
}
.hover\:-translate-y-250p:hover {
    --tw-translate-y: -250px;
}
.hover\:-translate-y-260p:hover {
    --tw-translate-y: -260px;
}
.hover\:-translate-y-263p:hover {
    --tw-translate-y: -263px;
}
.hover\:-translate-y-266p:hover {
    --tw-translate-y: -266px;
}
.hover\:-translate-y-275p:hover {
    --tw-translate-y: -275px;
}
.hover\:-translate-y-300p:hover {
    --tw-translate-y: -300px;
}
.hover\:-translate-y-312p:hover {
    --tw-translate-y: -312px;
}
.hover\:-translate-y-318p:hover {
    --tw-translate-y: -318px;
}
.hover\:-translate-y-322p:hover {
    --tw-translate-y: -322px;
}
.hover\:-translate-y-337p:hover {
    --tw-translate-y: -337px;
}
.hover\:-translate-y-345p:hover {
    --tw-translate-y: -345px;
}
.hover\:-translate-y-344p:hover {
    --tw-translate-y: -344px;
}
.hover\:-translate-y-354p:hover {
    --tw-translate-y: -354px;
}
.hover\:-translate-y-364p:hover {
    --tw-translate-y: -364px;
}
.hover\:-translate-y-370p:hover {
    --tw-translate-y: -370px;
}
.hover\:-translate-y-382p:hover {
    --tw-translate-y: -382px;
}
.hover\:-translate-y-385p:hover {
    --tw-translate-y: -385px;
}
.hover\:-translate-y-400p:hover {
    --tw-translate-y: -400px;
}
.hover\:-translate-y-407p:hover {
    --tw-translate-y: -407px;
}
.hover\:-translate-y-411p:hover {
    --tw-translate-y: -411px;
}
.hover\:-translate-y-418p:hover {
    --tw-translate-y: -418px;
}
.hover\:-translate-y-430p:hover {
    --tw-translate-y: -430px;
}
.hover\:-translate-y-450p:hover {
    --tw-translate-y: -450px;
}
.hover\:-translate-y-468p:hover {
    --tw-translate-y: -468px;
}
.hover\:-translate-y-485p:hover {
    --tw-translate-y: -485px;
}
.hover\:-translate-y-491p:hover {
    --tw-translate-y: -491px;
}
.hover\:-translate-y-494p:hover {
    --tw-translate-y: -494px;
}
.hover\:-translate-y-470p:hover {
    --tw-translate-y: -470px;
}
.hover\:-translate-y-480p:hover {
    --tw-translate-y: -480px;
}
.hover\:-translate-y-532p:hover {
    --tw-translate-y: -532px;
}
.hover\:-translate-y-556p:hover {
    --tw-translate-y: -556px;
}
.hover\:-translate-y-505p:hover {
    --tw-translate-y: -505px;
}
.hover\:-translate-y-1179p:hover {
    --tw-translate-y: -1179px;
}
.hover\:-translate-y-1253p:hover {
    --tw-translate-y: -1253px;
}
.hover\:-translate-y-1575p:hover {
    --tw-translate-y: -1575px;
}
.hover\:-translate-y-600p:hover {
    --tw-translate-y: -600px;
}
.hover\:-translate-y-649p:hover {
    --tw-translate-y: -649px;
}
.hover\:-translate-y-690p:hover {
    --tw-translate-y: -690px;
}
.hover\:-translate-y-19\%:hover {
    --tw-translate-y: -19%;
}
.hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
}
.hover\:-translate-y-24\%:hover {
    --tw-translate-y: -24%;
}
.hover\:-translate-y-36\%:hover {
    --tw-translate-y: -36%;
}
.hover\:-translate-y-27\%:hover {
    --tw-translate-y: -27%;
}
.hover\:-translate-y-28\%:hover {
    --tw-translate-y: -28%;
}
.hover\:-translate-y-42\%:hover {
    --tw-translate-y: -42%;
}
.hover\:-translate-y-46\%:hover {
    --tw-translate-y: -46%;
}
.hover\:-translate-y-49\%:hover {
    --tw-translate-y: -49%;
}
.hover\:-translate-y-54\%:hover {
    --tw-translate-y: -54%;
}
.hover\:-translate-y-58\%:hover {
    --tw-translate-y: -58%;
}
.hover\:-translate-y-72\%:hover {
    --tw-translate-y: -72%;
}
.hover\:-translate-y-76\%:hover {
    --tw-translate-y: -76%;
}
.hover\:-translate-y-77\%:hover {
    --tw-translate-y: -77%;
}
.hover\:-translate-y-340p:hover {
    --tw-translate-y: -340px;
}
.hover\:-translate-y-700p:hover {
    --tw-translate-y: -700px;
}
.hover\:-translate-y-848p:hover {
    --tw-translate-y: -848px;
}
.hover\:-translate-y-850p:hover {
    --tw-translate-y: -850px;
}
.hover\:-translate-y-860p:hover {
    --tw-translate-y: -860px;
}
.hover\:-translate-y-1425p:hover {
    --tw-translate-y: -1425px;
}
.hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
}
.hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
}
.hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
}
.hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
}
.hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
}
.hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
}
.hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
}
.hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
}
.hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
}
.hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
}
.hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
}
.hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
}
.hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
}
.hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
}
.focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
}
.focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
}
.focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
}
.focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
}
.focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
}
.focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
}
.focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
}
.focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
}
.focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
}
.focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
}
.focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
}
.focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
}
.focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
}
.focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
}
.focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
}
.focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
}
.focus\:translate-x-23:focus {
    --tw-translate-x: 88px;
}
.focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
}
.focus\:translate-x-25:focus {
    --tw-translate-x: 100px;
}
.focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
}
.focus\:translate-x-29:focus {
    --tw-translate-x: 120px;
}
.focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
}
.focus\:translate-x-33:focus {
    --tw-translate-x: 130px;
}
.focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
}
.focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
}
.focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
}
.focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
}
.focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
}
.focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
}
.focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
}
.focus\:translate-x-63:focus {
    --tw-translate-x: 270px;
}
.focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
}
.focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
}
.focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
}
.focus\:translate-x-92:focus {
    --tw-translate-x: 475px;
}
.focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
}
.focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
}
.focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
}
.focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
}
.focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
}
.focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
}
.focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
}
.focus\:translate-x-105p:focus {
    --tw-translate-x: 105px;
}
.focus\:translate-x-50p:focus {
    --tw-translate-x: 50px;
}
.focus\:translate-x-54p:focus {
    --tw-translate-x: 54px;
}
.focus\:translate-x-1p:focus {
    --tw-translate-x: 1px;
}
.focus\:translate-x-2p:focus {
    --tw-translate-x: 2px;
}
.focus\:translate-x-3p:focus {
    --tw-translate-x: 3px;
}
.focus\:translate-x-5p:focus {
    --tw-translate-x: 5px;
}
.focus\:translate-x-7p:focus {
    --tw-translate-x: 7px;
}
.focus\:translate-x-9p:focus {
    --tw-translate-x: 9px;
}
.focus\:translate-x-10p:focus {
    --tw-translate-x: 10px;
}
.focus\:translate-x-11p:focus {
    --tw-translate-x: 11px;
}
.focus\:translate-x-13p:focus {
    --tw-translate-x: 13px;
}
.focus\:translate-x-15p:focus {
    --tw-translate-x: 15px;
}
.focus\:translate-x-18p:focus {
    --tw-translate-x: 18px;
}
.focus\:translate-x-19p:focus {
    --tw-translate-x: 19px;
}
.focus\:translate-x-21p:focus {
    --tw-translate-x: 21px;
}
.focus\:translate-x-22p:focus {
    --tw-translate-x: 22px;
}
.focus\:translate-x-23p:focus {
    --tw-translate-x: 23px;
}
.focus\:translate-x-25p:focus {
    --tw-translate-x: 25px;
}
.focus\:translate-x-26p:focus {
    --tw-translate-x: 26px;
}
.focus\:translate-x-29p:focus {
    --tw-translate-x: 29px;
}
.focus\:translate-x-30p:focus {
    --tw-translate-x: 30px;
}
.focus\:translate-x-31p:focus {
    --tw-translate-x: 31px;
}
.focus\:translate-x-35p:focus {
    --tw-translate-x: 35px;
}
.focus\:translate-x-52p:focus {
    --tw-translate-x: 52px;
}
.focus\:translate-x-53p:focus {
    --tw-translate-x: 53px;
}
.focus\:translate-x-55p:focus {
    --tw-translate-x: 55px;
}
.focus\:translate-x-59p:focus {
    --tw-translate-x: 59px;
}
.focus\:translate-x-27p:focus {
    --tw-translate-x: 27px;
}
.focus\:translate-x-33\.5p:focus {
    --tw-translate-x: 33.5px;
}
.focus\:translate-x-38p:focus {
    --tw-translate-x: 38px;
}
.focus\:translate-x-40p:focus {
    --tw-translate-x: 40px;
}
.focus\:translate-x-46p:focus {
    --tw-translate-x: 46px;
}
.focus\:translate-x-47p:focus {
    --tw-translate-x: 47px;
}
.focus\:translate-x-49p:focus {
    --tw-translate-x: 49px;
}
.focus\:translate-x-58p:focus {
    --tw-translate-x: 58px;
}
.focus\:translate-x-75p:focus {
    --tw-translate-x: 75px;
}
.focus\:translate-x-77p:focus {
    --tw-translate-x: 77px;
}
.focus\:translate-x-60p:focus {
    --tw-translate-x: 60px;
}
.focus\:translate-x-65p:focus {
    --tw-translate-x: 65px;
}
.focus\:translate-x-66p:focus {
    --tw-translate-x: 66px;
}
.focus\:translate-x-68p:focus {
    --tw-translate-x: 68px;
}
.focus\:translate-x-70p:focus {
    --tw-translate-x: 70px;
}
.focus\:translate-x-72p:focus {
    --tw-translate-x: 72px;
}
.focus\:translate-x-74p:focus {
    --tw-translate-x: 74px;
}
.focus\:translate-x-78p:focus {
    --tw-translate-x: 78px;
}
.focus\:translate-x-80p:focus {
    --tw-translate-x: 80px;
}
.focus\:translate-x-82p:focus {
    --tw-translate-x: 82px;
}
.focus\:translate-x-84p:focus {
    --tw-translate-x: 84px;
}
.focus\:translate-x-89p:focus {
    --tw-translate-x: 89px;
}
.focus\:translate-x-93p:focus {
    --tw-translate-x: 93px;
}
.focus\:translate-x-90p:focus {
    --tw-translate-x: 90px;
}
.focus\:translate-x-97p:focus {
    --tw-translate-x: 97px;
}
.focus\:translate-x-103p:focus {
    --tw-translate-x: 103px;
}
.focus\:translate-x-116p:focus {
    --tw-translate-x: 116px;
}
.focus\:translate-x-120p:focus {
    --tw-translate-x: 120px;
}
.focus\:translate-x-125p:focus {
    --tw-translate-x: 125px;
}
.focus\:translate-x-130p:focus {
    --tw-translate-x: 130px;
}
.focus\:translate-x-135p:focus {
    --tw-translate-x: 135px;
}
.focus\:translate-x-132p:focus {
    --tw-translate-x: 132px;
}
.focus\:translate-x-150p:focus {
    --tw-translate-x: 150px;
}
.focus\:translate-x-216p:focus {
    --tw-translate-x: 216px;
}
.focus\:translate-x-225p:focus {
    --tw-translate-x: 225px;
}
.focus\:translate-x-296p:focus {
    --tw-translate-x: 296px;
}
.focus\:translate-x-270p:focus {
    --tw-translate-x: 270px;
}
.focus\:translate-x-137p:focus {
    --tw-translate-x: 137px;
}
.focus\:translate-x-141p:focus {
    --tw-translate-x: 141px;
}
.focus\:translate-x-146p:focus {
    --tw-translate-x: 146px;
}
.focus\:translate-x-152p:focus {
    --tw-translate-x: 152px;
}
.focus\:translate-x-155p:focus {
    --tw-translate-x: 155px;
}
.focus\:translate-x-163p:focus {
    --tw-translate-x: 163px;
}
.focus\:translate-x-168p:focus {
    --tw-translate-x: 168px;
}
.focus\:translate-x-173p:focus {
    --tw-translate-x: 173px;
}
.focus\:translate-x-210p:focus {
    --tw-translate-x: 210px;
}
.focus\:translate-x-245p:focus {
    --tw-translate-x: 245px;
}
.focus\:translate-x-250p:focus {
    --tw-translate-x: 250px;
}
.focus\:translate-x-260p:focus {
    --tw-translate-x: 260px;
}
.focus\:translate-x-263p:focus {
    --tw-translate-x: 263px;
}
.focus\:translate-x-266p:focus {
    --tw-translate-x: 266px;
}
.focus\:translate-x-275p:focus {
    --tw-translate-x: 275px;
}
.focus\:translate-x-300p:focus {
    --tw-translate-x: 300px;
}
.focus\:translate-x-312p:focus {
    --tw-translate-x: 312px;
}
.focus\:translate-x-318p:focus {
    --tw-translate-x: 318px;
}
.focus\:translate-x-322p:focus {
    --tw-translate-x: 322px;
}
.focus\:translate-x-337p:focus {
    --tw-translate-x: 337px;
}
.focus\:translate-x-345p:focus {
    --tw-translate-x: 345px;
}
.focus\:translate-x-344p:focus {
    --tw-translate-x: 344px;
}
.focus\:translate-x-354p:focus {
    --tw-translate-x: 354px;
}
.focus\:translate-x-364p:focus {
    --tw-translate-x: 364px;
}
.focus\:translate-x-370p:focus {
    --tw-translate-x: 370px;
}
.focus\:translate-x-382p:focus {
    --tw-translate-x: 382px;
}
.focus\:translate-x-385p:focus {
    --tw-translate-x: 385px;
}
.focus\:translate-x-400p:focus {
    --tw-translate-x: 400px;
}
.focus\:translate-x-407p:focus {
    --tw-translate-x: 407px;
}
.focus\:translate-x-411p:focus {
    --tw-translate-x: 411px;
}
.focus\:translate-x-418p:focus {
    --tw-translate-x: 418px;
}
.focus\:translate-x-430p:focus {
    --tw-translate-x: 430px;
}
.focus\:translate-x-450p:focus {
    --tw-translate-x: 450px;
}
.focus\:translate-x-468p:focus {
    --tw-translate-x: 468px;
}
.focus\:translate-x-485p:focus {
    --tw-translate-x: 485px;
}
.focus\:translate-x-491p:focus {
    --tw-translate-x: 491px;
}
.focus\:translate-x-494p:focus {
    --tw-translate-x: 494px;
}
.focus\:translate-x-470p:focus {
    --tw-translate-x: 470px;
}
.focus\:translate-x-480p:focus {
    --tw-translate-x: 480px;
}
.focus\:translate-x-532p:focus {
    --tw-translate-x: 532px;
}
.focus\:translate-x-556p:focus {
    --tw-translate-x: 556px;
}
.focus\:translate-x-505p:focus {
    --tw-translate-x: 505px;
}
.focus\:translate-x-1179p:focus {
    --tw-translate-x: 1179px;
}
.focus\:translate-x-1253p:focus {
    --tw-translate-x: 1253px;
}
.focus\:translate-x-1575p:focus {
    --tw-translate-x: 1575px;
}
.focus\:translate-x-600p:focus {
    --tw-translate-x: 600px;
}
.focus\:translate-x-649p:focus {
    --tw-translate-x: 649px;
}
.focus\:translate-x-690p:focus {
    --tw-translate-x: 690px;
}
.focus\:translate-x-19\%:focus {
    --tw-translate-x: 19%;
}
.focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
}
.focus\:translate-x-24\%:focus {
    --tw-translate-x: 24%;
}
.focus\:translate-x-36\%:focus {
    --tw-translate-x: 36%;
}
.focus\:translate-x-27\%:focus {
    --tw-translate-x: 27%;
}
.focus\:translate-x-28\%:focus {
    --tw-translate-x: 28%;
}
.focus\:translate-x-42\%:focus {
    --tw-translate-x: 42%;
}
.focus\:translate-x-46\%:focus {
    --tw-translate-x: 46%;
}
.focus\:translate-x-49\%:focus {
    --tw-translate-x: 49%;
}
.focus\:translate-x-54\%:focus {
    --tw-translate-x: 54%;
}
.focus\:translate-x-58\%:focus {
    --tw-translate-x: 58%;
}
.focus\:translate-x-72\%:focus {
    --tw-translate-x: 72%;
}
.focus\:translate-x-76\%:focus {
    --tw-translate-x: 76%;
}
.focus\:translate-x-77\%:focus {
    --tw-translate-x: 77%;
}
.focus\:translate-x-340p:focus {
    --tw-translate-x: 340px;
}
.focus\:translate-x-700p:focus {
    --tw-translate-x: 700px;
}
.focus\:translate-x-848p:focus {
    --tw-translate-x: 848px;
}
.focus\:translate-x-850p:focus {
    --tw-translate-x: 850px;
}
.focus\:translate-x-860p:focus {
    --tw-translate-x: 860px;
}
.focus\:translate-x-1425p:focus {
    --tw-translate-x: 1425px;
}
.focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
}
.focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
}
.focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
}
.focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
}
.focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
}
.focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
}
.focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
}
.focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
}
.focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
}
.focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
}
.focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
}
.focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
}
.focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
}
.focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
}
.focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
}
.focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
}
.focus\:-translate-x-23:focus {
    --tw-translate-x: -88px;
}
.focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
}
.focus\:-translate-x-25:focus {
    --tw-translate-x: -100px;
}
.focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
}
.focus\:-translate-x-29:focus {
    --tw-translate-x: -120px;
}
.focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
}
.focus\:-translate-x-33:focus {
    --tw-translate-x: -130px;
}
.focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
}
.focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
}
.focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
}
.focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
}
.focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
}
.focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
}
.focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
}
.focus\:-translate-x-63:focus {
    --tw-translate-x: -270px;
}
.focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
}
.focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
}
.focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
}
.focus\:-translate-x-92:focus {
    --tw-translate-x: -475px;
}
.focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
}
.focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
}
.focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
}
.focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
}
.focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
}
.focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
}
.focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
}
.focus\:-translate-x-105p:focus {
    --tw-translate-x: -105px;
}
.focus\:-translate-x-50p:focus {
    --tw-translate-x: -50px;
}
.focus\:-translate-x-54p:focus {
    --tw-translate-x: -54px;
}
.focus\:-translate-x-1p:focus {
    --tw-translate-x: -1px;
}
.focus\:-translate-x-2p:focus {
    --tw-translate-x: -2px;
}
.focus\:-translate-x-3p:focus {
    --tw-translate-x: -3px;
}
.focus\:-translate-x-5p:focus {
    --tw-translate-x: -5px;
}
.focus\:-translate-x-7p:focus {
    --tw-translate-x: -7px;
}
.focus\:-translate-x-9p:focus {
    --tw-translate-x: -9px;
}
.focus\:-translate-x-10p:focus {
    --tw-translate-x: -10px;
}
.focus\:-translate-x-11p:focus {
    --tw-translate-x: -11px;
}
.focus\:-translate-x-13p:focus {
    --tw-translate-x: -13px;
}
.focus\:-translate-x-15p:focus {
    --tw-translate-x: -15px;
}
.focus\:-translate-x-18p:focus {
    --tw-translate-x: -18px;
}
.focus\:-translate-x-19p:focus {
    --tw-translate-x: -19px;
}
.focus\:-translate-x-21p:focus {
    --tw-translate-x: -21px;
}
.focus\:-translate-x-22p:focus {
    --tw-translate-x: -22px;
}
.focus\:-translate-x-23p:focus {
    --tw-translate-x: -23px;
}
.focus\:-translate-x-25p:focus {
    --tw-translate-x: -25px;
}
.focus\:-translate-x-26p:focus {
    --tw-translate-x: -26px;
}
.focus\:-translate-x-29p:focus {
    --tw-translate-x: -29px;
}
.focus\:-translate-x-30p:focus {
    --tw-translate-x: -30px;
}
.focus\:-translate-x-31p:focus {
    --tw-translate-x: -31px;
}
.focus\:-translate-x-35p:focus {
    --tw-translate-x: -35px;
}
.focus\:-translate-x-52p:focus {
    --tw-translate-x: -52px;
}
.focus\:-translate-x-53p:focus {
    --tw-translate-x: -53px;
}
.focus\:-translate-x-55p:focus {
    --tw-translate-x: -55px;
}
.focus\:-translate-x-59p:focus {
    --tw-translate-x: -59px;
}
.focus\:-translate-x-27p:focus {
    --tw-translate-x: -27px;
}
.focus\:-translate-x-33\.5p:focus {
    --tw-translate-x: -33.5px;
}
.focus\:-translate-x-38p:focus {
    --tw-translate-x: -38px;
}
.focus\:-translate-x-40p:focus {
    --tw-translate-x: -40px;
}
.focus\:-translate-x-46p:focus {
    --tw-translate-x: -46px;
}
.focus\:-translate-x-47p:focus {
    --tw-translate-x: -47px;
}
.focus\:-translate-x-49p:focus {
    --tw-translate-x: -49px;
}
.focus\:-translate-x-58p:focus {
    --tw-translate-x: -58px;
}
.focus\:-translate-x-75p:focus {
    --tw-translate-x: -75px;
}
.focus\:-translate-x-77p:focus {
    --tw-translate-x: -77px;
}
.focus\:-translate-x-60p:focus {
    --tw-translate-x: -60px;
}
.focus\:-translate-x-65p:focus {
    --tw-translate-x: -65px;
}
.focus\:-translate-x-66p:focus {
    --tw-translate-x: -66px;
}
.focus\:-translate-x-68p:focus {
    --tw-translate-x: -68px;
}
.focus\:-translate-x-70p:focus {
    --tw-translate-x: -70px;
}
.focus\:-translate-x-72p:focus {
    --tw-translate-x: -72px;
}
.focus\:-translate-x-74p:focus {
    --tw-translate-x: -74px;
}
.focus\:-translate-x-78p:focus {
    --tw-translate-x: -78px;
}
.focus\:-translate-x-80p:focus {
    --tw-translate-x: -80px;
}
.focus\:-translate-x-82p:focus {
    --tw-translate-x: -82px;
}
.focus\:-translate-x-84p:focus {
    --tw-translate-x: -84px;
}
.focus\:-translate-x-89p:focus {
    --tw-translate-x: -89px;
}
.focus\:-translate-x-93p:focus {
    --tw-translate-x: -93px;
}
.focus\:-translate-x-90p:focus {
    --tw-translate-x: -90px;
}
.focus\:-translate-x-97p:focus {
    --tw-translate-x: -97px;
}
.focus\:-translate-x-103p:focus {
    --tw-translate-x: -103px;
}
.focus\:-translate-x-116p:focus {
    --tw-translate-x: -116px;
}
.focus\:-translate-x-120p:focus {
    --tw-translate-x: -120px;
}
.focus\:-translate-x-125p:focus {
    --tw-translate-x: -125px;
}
.focus\:-translate-x-130p:focus {
    --tw-translate-x: -130px;
}
.focus\:-translate-x-135p:focus {
    --tw-translate-x: -135px;
}
.focus\:-translate-x-132p:focus {
    --tw-translate-x: -132px;
}
.focus\:-translate-x-150p:focus {
    --tw-translate-x: -150px;
}
.focus\:-translate-x-216p:focus {
    --tw-translate-x: -216px;
}
.focus\:-translate-x-225p:focus {
    --tw-translate-x: -225px;
}
.focus\:-translate-x-296p:focus {
    --tw-translate-x: -296px;
}
.focus\:-translate-x-270p:focus {
    --tw-translate-x: -270px;
}
.focus\:-translate-x-137p:focus {
    --tw-translate-x: -137px;
}
.focus\:-translate-x-141p:focus {
    --tw-translate-x: -141px;
}
.focus\:-translate-x-146p:focus {
    --tw-translate-x: -146px;
}
.focus\:-translate-x-152p:focus {
    --tw-translate-x: -152px;
}
.focus\:-translate-x-155p:focus {
    --tw-translate-x: -155px;
}
.focus\:-translate-x-163p:focus {
    --tw-translate-x: -163px;
}
.focus\:-translate-x-168p:focus {
    --tw-translate-x: -168px;
}
.focus\:-translate-x-173p:focus {
    --tw-translate-x: -173px;
}
.focus\:-translate-x-210p:focus {
    --tw-translate-x: -210px;
}
.focus\:-translate-x-245p:focus {
    --tw-translate-x: -245px;
}
.focus\:-translate-x-250p:focus {
    --tw-translate-x: -250px;
}
.focus\:-translate-x-260p:focus {
    --tw-translate-x: -260px;
}
.focus\:-translate-x-263p:focus {
    --tw-translate-x: -263px;
}
.focus\:-translate-x-266p:focus {
    --tw-translate-x: -266px;
}
.focus\:-translate-x-275p:focus {
    --tw-translate-x: -275px;
}
.focus\:-translate-x-300p:focus {
    --tw-translate-x: -300px;
}
.focus\:-translate-x-312p:focus {
    --tw-translate-x: -312px;
}
.focus\:-translate-x-318p:focus {
    --tw-translate-x: -318px;
}
.focus\:-translate-x-322p:focus {
    --tw-translate-x: -322px;
}
.focus\:-translate-x-337p:focus {
    --tw-translate-x: -337px;
}
.focus\:-translate-x-345p:focus {
    --tw-translate-x: -345px;
}
.focus\:-translate-x-344p:focus {
    --tw-translate-x: -344px;
}
.focus\:-translate-x-354p:focus {
    --tw-translate-x: -354px;
}
.focus\:-translate-x-364p:focus {
    --tw-translate-x: -364px;
}
.focus\:-translate-x-370p:focus {
    --tw-translate-x: -370px;
}
.focus\:-translate-x-382p:focus {
    --tw-translate-x: -382px;
}
.focus\:-translate-x-385p:focus {
    --tw-translate-x: -385px;
}
.focus\:-translate-x-400p:focus {
    --tw-translate-x: -400px;
}
.focus\:-translate-x-407p:focus {
    --tw-translate-x: -407px;
}
.focus\:-translate-x-411p:focus {
    --tw-translate-x: -411px;
}
.focus\:-translate-x-418p:focus {
    --tw-translate-x: -418px;
}
.focus\:-translate-x-430p:focus {
    --tw-translate-x: -430px;
}
.focus\:-translate-x-450p:focus {
    --tw-translate-x: -450px;
}
.focus\:-translate-x-468p:focus {
    --tw-translate-x: -468px;
}
.focus\:-translate-x-485p:focus {
    --tw-translate-x: -485px;
}
.focus\:-translate-x-491p:focus {
    --tw-translate-x: -491px;
}
.focus\:-translate-x-494p:focus {
    --tw-translate-x: -494px;
}
.focus\:-translate-x-470p:focus {
    --tw-translate-x: -470px;
}
.focus\:-translate-x-480p:focus {
    --tw-translate-x: -480px;
}
.focus\:-translate-x-532p:focus {
    --tw-translate-x: -532px;
}
.focus\:-translate-x-556p:focus {
    --tw-translate-x: -556px;
}
.focus\:-translate-x-505p:focus {
    --tw-translate-x: -505px;
}
.focus\:-translate-x-1179p:focus {
    --tw-translate-x: -1179px;
}
.focus\:-translate-x-1253p:focus {
    --tw-translate-x: -1253px;
}
.focus\:-translate-x-1575p:focus {
    --tw-translate-x: -1575px;
}
.focus\:-translate-x-600p:focus {
    --tw-translate-x: -600px;
}
.focus\:-translate-x-649p:focus {
    --tw-translate-x: -649px;
}
.focus\:-translate-x-690p:focus {
    --tw-translate-x: -690px;
}
.focus\:-translate-x-19\%:focus {
    --tw-translate-x: -19%;
}
.focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
}
.focus\:-translate-x-24\%:focus {
    --tw-translate-x: -24%;
}
.focus\:-translate-x-36\%:focus {
    --tw-translate-x: -36%;
}
.focus\:-translate-x-27\%:focus {
    --tw-translate-x: -27%;
}
.focus\:-translate-x-28\%:focus {
    --tw-translate-x: -28%;
}
.focus\:-translate-x-42\%:focus {
    --tw-translate-x: -42%;
}
.focus\:-translate-x-46\%:focus {
    --tw-translate-x: -46%;
}
.focus\:-translate-x-49\%:focus {
    --tw-translate-x: -49%;
}
.focus\:-translate-x-54\%:focus {
    --tw-translate-x: -54%;
}
.focus\:-translate-x-58\%:focus {
    --tw-translate-x: -58%;
}
.focus\:-translate-x-72\%:focus {
    --tw-translate-x: -72%;
}
.focus\:-translate-x-76\%:focus {
    --tw-translate-x: -76%;
}
.focus\:-translate-x-77\%:focus {
    --tw-translate-x: -77%;
}
.focus\:-translate-x-340p:focus {
    --tw-translate-x: -340px;
}
.focus\:-translate-x-700p:focus {
    --tw-translate-x: -700px;
}
.focus\:-translate-x-848p:focus {
    --tw-translate-x: -848px;
}
.focus\:-translate-x-850p:focus {
    --tw-translate-x: -850px;
}
.focus\:-translate-x-860p:focus {
    --tw-translate-x: -860px;
}
.focus\:-translate-x-1425p:focus {
    --tw-translate-x: -1425px;
}
.focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
}
.focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
}
.focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
}
.focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
}
.focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
}
.focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
}
.focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
}
.focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
}
.focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
}
.focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
}
.focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
}
.focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
}
.focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
}
.focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
}
.focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
}
.focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
}
.focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
}
.focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
}
.focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
}
.focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
}
.focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
}
.focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
}
.focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
}
.focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
}
.focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
}
.focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
}
.focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
}
.focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
}
.focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
}
.focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
}
.focus\:translate-y-23:focus {
    --tw-translate-y: 88px;
}
.focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
}
.focus\:translate-y-25:focus {
    --tw-translate-y: 100px;
}
.focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
}
.focus\:translate-y-29:focus {
    --tw-translate-y: 120px;
}
.focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
}
.focus\:translate-y-33:focus {
    --tw-translate-y: 130px;
}
.focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
}
.focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
}
.focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
}
.focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
}
.focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
}
.focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
}
.focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
}
.focus\:translate-y-63:focus {
    --tw-translate-y: 270px;
}
.focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
}
.focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
}
.focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
}
.focus\:translate-y-92:focus {
    --tw-translate-y: 475px;
}
.focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
}
.focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
}
.focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
}
.focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
}
.focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
}
.focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
}
.focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
}
.focus\:translate-y-105p:focus {
    --tw-translate-y: 105px;
}
.focus\:translate-y-50p:focus {
    --tw-translate-y: 50px;
}
.focus\:translate-y-54p:focus {
    --tw-translate-y: 54px;
}
.focus\:translate-y-1p:focus {
    --tw-translate-y: 1px;
}
.focus\:translate-y-2p:focus {
    --tw-translate-y: 2px;
}
.focus\:translate-y-3p:focus {
    --tw-translate-y: 3px;
}
.focus\:translate-y-5p:focus {
    --tw-translate-y: 5px;
}
.focus\:translate-y-7p:focus {
    --tw-translate-y: 7px;
}
.focus\:translate-y-9p:focus {
    --tw-translate-y: 9px;
}
.focus\:translate-y-10p:focus {
    --tw-translate-y: 10px;
}
.focus\:translate-y-11p:focus {
    --tw-translate-y: 11px;
}
.focus\:translate-y-13p:focus {
    --tw-translate-y: 13px;
}
.focus\:translate-y-15p:focus {
    --tw-translate-y: 15px;
}
.focus\:translate-y-18p:focus {
    --tw-translate-y: 18px;
}
.focus\:translate-y-19p:focus {
    --tw-translate-y: 19px;
}
.focus\:translate-y-21p:focus {
    --tw-translate-y: 21px;
}
.focus\:translate-y-22p:focus {
    --tw-translate-y: 22px;
}
.focus\:translate-y-23p:focus {
    --tw-translate-y: 23px;
}
.focus\:translate-y-25p:focus {
    --tw-translate-y: 25px;
}
.focus\:translate-y-26p:focus {
    --tw-translate-y: 26px;
}
.focus\:translate-y-29p:focus {
    --tw-translate-y: 29px;
}
.focus\:translate-y-30p:focus {
    --tw-translate-y: 30px;
}
.focus\:translate-y-31p:focus {
    --tw-translate-y: 31px;
}
.focus\:translate-y-35p:focus {
    --tw-translate-y: 35px;
}
.focus\:translate-y-52p:focus {
    --tw-translate-y: 52px;
}
.focus\:translate-y-53p:focus {
    --tw-translate-y: 53px;
}
.focus\:translate-y-55p:focus {
    --tw-translate-y: 55px;
}
.focus\:translate-y-59p:focus {
    --tw-translate-y: 59px;
}
.focus\:translate-y-27p:focus {
    --tw-translate-y: 27px;
}
.focus\:translate-y-33\.5p:focus {
    --tw-translate-y: 33.5px;
}
.focus\:translate-y-38p:focus {
    --tw-translate-y: 38px;
}
.focus\:translate-y-40p:focus {
    --tw-translate-y: 40px;
}
.focus\:translate-y-46p:focus {
    --tw-translate-y: 46px;
}
.focus\:translate-y-47p:focus {
    --tw-translate-y: 47px;
}
.focus\:translate-y-49p:focus {
    --tw-translate-y: 49px;
}
.focus\:translate-y-58p:focus {
    --tw-translate-y: 58px;
}
.focus\:translate-y-75p:focus {
    --tw-translate-y: 75px;
}
.focus\:translate-y-77p:focus {
    --tw-translate-y: 77px;
}
.focus\:translate-y-60p:focus {
    --tw-translate-y: 60px;
}
.focus\:translate-y-65p:focus {
    --tw-translate-y: 65px;
}
.focus\:translate-y-66p:focus {
    --tw-translate-y: 66px;
}
.focus\:translate-y-68p:focus {
    --tw-translate-y: 68px;
}
.focus\:translate-y-70p:focus {
    --tw-translate-y: 70px;
}
.focus\:translate-y-72p:focus {
    --tw-translate-y: 72px;
}
.focus\:translate-y-74p:focus {
    --tw-translate-y: 74px;
}
.focus\:translate-y-78p:focus {
    --tw-translate-y: 78px;
}
.focus\:translate-y-80p:focus {
    --tw-translate-y: 80px;
}
.focus\:translate-y-82p:focus {
    --tw-translate-y: 82px;
}
.focus\:translate-y-84p:focus {
    --tw-translate-y: 84px;
}
.focus\:translate-y-89p:focus {
    --tw-translate-y: 89px;
}
.focus\:translate-y-93p:focus {
    --tw-translate-y: 93px;
}
.focus\:translate-y-90p:focus {
    --tw-translate-y: 90px;
}
.focus\:translate-y-97p:focus {
    --tw-translate-y: 97px;
}
.focus\:translate-y-103p:focus {
    --tw-translate-y: 103px;
}
.focus\:translate-y-116p:focus {
    --tw-translate-y: 116px;
}
.focus\:translate-y-120p:focus {
    --tw-translate-y: 120px;
}
.focus\:translate-y-125p:focus {
    --tw-translate-y: 125px;
}
.focus\:translate-y-130p:focus {
    --tw-translate-y: 130px;
}
.focus\:translate-y-135p:focus {
    --tw-translate-y: 135px;
}
.focus\:translate-y-132p:focus {
    --tw-translate-y: 132px;
}
.focus\:translate-y-150p:focus {
    --tw-translate-y: 150px;
}
.focus\:translate-y-216p:focus {
    --tw-translate-y: 216px;
}
.focus\:translate-y-225p:focus {
    --tw-translate-y: 225px;
}
.focus\:translate-y-296p:focus {
    --tw-translate-y: 296px;
}
.focus\:translate-y-270p:focus {
    --tw-translate-y: 270px;
}
.focus\:translate-y-137p:focus {
    --tw-translate-y: 137px;
}
.focus\:translate-y-141p:focus {
    --tw-translate-y: 141px;
}
.focus\:translate-y-146p:focus {
    --tw-translate-y: 146px;
}
.focus\:translate-y-152p:focus {
    --tw-translate-y: 152px;
}
.focus\:translate-y-155p:focus {
    --tw-translate-y: 155px;
}
.focus\:translate-y-163p:focus {
    --tw-translate-y: 163px;
}
.focus\:translate-y-168p:focus {
    --tw-translate-y: 168px;
}
.focus\:translate-y-173p:focus {
    --tw-translate-y: 173px;
}
.focus\:translate-y-210p:focus {
    --tw-translate-y: 210px;
}
.focus\:translate-y-245p:focus {
    --tw-translate-y: 245px;
}
.focus\:translate-y-250p:focus {
    --tw-translate-y: 250px;
}
.focus\:translate-y-260p:focus {
    --tw-translate-y: 260px;
}
.focus\:translate-y-263p:focus {
    --tw-translate-y: 263px;
}
.focus\:translate-y-266p:focus {
    --tw-translate-y: 266px;
}
.focus\:translate-y-275p:focus {
    --tw-translate-y: 275px;
}
.focus\:translate-y-300p:focus {
    --tw-translate-y: 300px;
}
.focus\:translate-y-312p:focus {
    --tw-translate-y: 312px;
}
.focus\:translate-y-318p:focus {
    --tw-translate-y: 318px;
}
.focus\:translate-y-322p:focus {
    --tw-translate-y: 322px;
}
.focus\:translate-y-337p:focus {
    --tw-translate-y: 337px;
}
.focus\:translate-y-345p:focus {
    --tw-translate-y: 345px;
}
.focus\:translate-y-344p:focus {
    --tw-translate-y: 344px;
}
.focus\:translate-y-354p:focus {
    --tw-translate-y: 354px;
}
.focus\:translate-y-364p:focus {
    --tw-translate-y: 364px;
}
.focus\:translate-y-370p:focus {
    --tw-translate-y: 370px;
}
.focus\:translate-y-382p:focus {
    --tw-translate-y: 382px;
}
.focus\:translate-y-385p:focus {
    --tw-translate-y: 385px;
}
.focus\:translate-y-400p:focus {
    --tw-translate-y: 400px;
}
.focus\:translate-y-407p:focus {
    --tw-translate-y: 407px;
}
.focus\:translate-y-411p:focus {
    --tw-translate-y: 411px;
}
.focus\:translate-y-418p:focus {
    --tw-translate-y: 418px;
}
.focus\:translate-y-430p:focus {
    --tw-translate-y: 430px;
}
.focus\:translate-y-450p:focus {
    --tw-translate-y: 450px;
}
.focus\:translate-y-468p:focus {
    --tw-translate-y: 468px;
}
.focus\:translate-y-485p:focus {
    --tw-translate-y: 485px;
}
.focus\:translate-y-491p:focus {
    --tw-translate-y: 491px;
}
.focus\:translate-y-494p:focus {
    --tw-translate-y: 494px;
}
.focus\:translate-y-470p:focus {
    --tw-translate-y: 470px;
}
.focus\:translate-y-480p:focus {
    --tw-translate-y: 480px;
}
.focus\:translate-y-532p:focus {
    --tw-translate-y: 532px;
}
.focus\:translate-y-556p:focus {
    --tw-translate-y: 556px;
}
.focus\:translate-y-505p:focus {
    --tw-translate-y: 505px;
}
.focus\:translate-y-1179p:focus {
    --tw-translate-y: 1179px;
}
.focus\:translate-y-1253p:focus {
    --tw-translate-y: 1253px;
}
.focus\:translate-y-1575p:focus {
    --tw-translate-y: 1575px;
}
.focus\:translate-y-600p:focus {
    --tw-translate-y: 600px;
}
.focus\:translate-y-649p:focus {
    --tw-translate-y: 649px;
}
.focus\:translate-y-690p:focus {
    --tw-translate-y: 690px;
}
.focus\:translate-y-19\%:focus {
    --tw-translate-y: 19%;
}
.focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
}
.focus\:translate-y-24\%:focus {
    --tw-translate-y: 24%;
}
.focus\:translate-y-36\%:focus {
    --tw-translate-y: 36%;
}
.focus\:translate-y-27\%:focus {
    --tw-translate-y: 27%;
}
.focus\:translate-y-28\%:focus {
    --tw-translate-y: 28%;
}
.focus\:translate-y-42\%:focus {
    --tw-translate-y: 42%;
}
.focus\:translate-y-46\%:focus {
    --tw-translate-y: 46%;
}
.focus\:translate-y-49\%:focus {
    --tw-translate-y: 49%;
}
.focus\:translate-y-54\%:focus {
    --tw-translate-y: 54%;
}
.focus\:translate-y-58\%:focus {
    --tw-translate-y: 58%;
}
.focus\:translate-y-72\%:focus {
    --tw-translate-y: 72%;
}
.focus\:translate-y-76\%:focus {
    --tw-translate-y: 76%;
}
.focus\:translate-y-77\%:focus {
    --tw-translate-y: 77%;
}
.focus\:translate-y-340p:focus {
    --tw-translate-y: 340px;
}
.focus\:translate-y-700p:focus {
    --tw-translate-y: 700px;
}
.focus\:translate-y-848p:focus {
    --tw-translate-y: 848px;
}
.focus\:translate-y-850p:focus {
    --tw-translate-y: 850px;
}
.focus\:translate-y-860p:focus {
    --tw-translate-y: 860px;
}
.focus\:translate-y-1425p:focus {
    --tw-translate-y: 1425px;
}
.focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
}
.focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
}
.focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
}
.focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
}
.focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
}
.focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
}
.focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
}
.focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
}
.focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
}
.focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
}
.focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
}
.focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
}
.focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
}
.focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
}
.focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
}
.focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
}
.focus\:-translate-y-23:focus {
    --tw-translate-y: -88px;
}
.focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
}
.focus\:-translate-y-25:focus {
    --tw-translate-y: -100px;
}
.focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
}
.focus\:-translate-y-29:focus {
    --tw-translate-y: -120px;
}
.focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
}
.focus\:-translate-y-33:focus {
    --tw-translate-y: -130px;
}
.focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
}
.focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
}
.focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
}
.focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
}
.focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
}
.focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
}
.focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
}
.focus\:-translate-y-63:focus {
    --tw-translate-y: -270px;
}
.focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
}
.focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
}
.focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
}
.focus\:-translate-y-92:focus {
    --tw-translate-y: -475px;
}
.focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
}
.focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
}
.focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
}
.focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
}
.focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
}
.focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
}
.focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
}
.focus\:-translate-y-105p:focus {
    --tw-translate-y: -105px;
}
.focus\:-translate-y-50p:focus {
    --tw-translate-y: -50px;
}
.focus\:-translate-y-54p:focus {
    --tw-translate-y: -54px;
}
.focus\:-translate-y-1p:focus {
    --tw-translate-y: -1px;
}
.focus\:-translate-y-2p:focus {
    --tw-translate-y: -2px;
}
.focus\:-translate-y-3p:focus {
    --tw-translate-y: -3px;
}
.focus\:-translate-y-5p:focus {
    --tw-translate-y: -5px;
}
.focus\:-translate-y-7p:focus {
    --tw-translate-y: -7px;
}
.focus\:-translate-y-9p:focus {
    --tw-translate-y: -9px;
}
.focus\:-translate-y-10p:focus {
    --tw-translate-y: -10px;
}
.focus\:-translate-y-11p:focus {
    --tw-translate-y: -11px;
}
.focus\:-translate-y-13p:focus {
    --tw-translate-y: -13px;
}
.focus\:-translate-y-15p:focus {
    --tw-translate-y: -15px;
}
.focus\:-translate-y-18p:focus {
    --tw-translate-y: -18px;
}
.focus\:-translate-y-19p:focus {
    --tw-translate-y: -19px;
}
.focus\:-translate-y-21p:focus {
    --tw-translate-y: -21px;
}
.focus\:-translate-y-22p:focus {
    --tw-translate-y: -22px;
}
.focus\:-translate-y-23p:focus {
    --tw-translate-y: -23px;
}
.focus\:-translate-y-25p:focus {
    --tw-translate-y: -25px;
}
.focus\:-translate-y-26p:focus {
    --tw-translate-y: -26px;
}
.focus\:-translate-y-29p:focus {
    --tw-translate-y: -29px;
}
.focus\:-translate-y-30p:focus {
    --tw-translate-y: -30px;
}
.focus\:-translate-y-31p:focus {
    --tw-translate-y: -31px;
}
.focus\:-translate-y-35p:focus {
    --tw-translate-y: -35px;
}
.focus\:-translate-y-52p:focus {
    --tw-translate-y: -52px;
}
.focus\:-translate-y-53p:focus {
    --tw-translate-y: -53px;
}
.focus\:-translate-y-55p:focus {
    --tw-translate-y: -55px;
}
.focus\:-translate-y-59p:focus {
    --tw-translate-y: -59px;
}
.focus\:-translate-y-27p:focus {
    --tw-translate-y: -27px;
}
.focus\:-translate-y-33\.5p:focus {
    --tw-translate-y: -33.5px;
}
.focus\:-translate-y-38p:focus {
    --tw-translate-y: -38px;
}
.focus\:-translate-y-40p:focus {
    --tw-translate-y: -40px;
}
.focus\:-translate-y-46p:focus {
    --tw-translate-y: -46px;
}
.focus\:-translate-y-47p:focus {
    --tw-translate-y: -47px;
}
.focus\:-translate-y-49p:focus {
    --tw-translate-y: -49px;
}
.focus\:-translate-y-58p:focus {
    --tw-translate-y: -58px;
}
.focus\:-translate-y-75p:focus {
    --tw-translate-y: -75px;
}
.focus\:-translate-y-77p:focus {
    --tw-translate-y: -77px;
}
.focus\:-translate-y-60p:focus {
    --tw-translate-y: -60px;
}
.focus\:-translate-y-65p:focus {
    --tw-translate-y: -65px;
}
.focus\:-translate-y-66p:focus {
    --tw-translate-y: -66px;
}
.focus\:-translate-y-68p:focus {
    --tw-translate-y: -68px;
}
.focus\:-translate-y-70p:focus {
    --tw-translate-y: -70px;
}
.focus\:-translate-y-72p:focus {
    --tw-translate-y: -72px;
}
.focus\:-translate-y-74p:focus {
    --tw-translate-y: -74px;
}
.focus\:-translate-y-78p:focus {
    --tw-translate-y: -78px;
}
.focus\:-translate-y-80p:focus {
    --tw-translate-y: -80px;
}
.focus\:-translate-y-82p:focus {
    --tw-translate-y: -82px;
}
.focus\:-translate-y-84p:focus {
    --tw-translate-y: -84px;
}
.focus\:-translate-y-89p:focus {
    --tw-translate-y: -89px;
}
.focus\:-translate-y-93p:focus {
    --tw-translate-y: -93px;
}
.focus\:-translate-y-90p:focus {
    --tw-translate-y: -90px;
}
.focus\:-translate-y-97p:focus {
    --tw-translate-y: -97px;
}
.focus\:-translate-y-103p:focus {
    --tw-translate-y: -103px;
}
.focus\:-translate-y-116p:focus {
    --tw-translate-y: -116px;
}
.focus\:-translate-y-120p:focus {
    --tw-translate-y: -120px;
}
.focus\:-translate-y-125p:focus {
    --tw-translate-y: -125px;
}
.focus\:-translate-y-130p:focus {
    --tw-translate-y: -130px;
}
.focus\:-translate-y-135p:focus {
    --tw-translate-y: -135px;
}
.focus\:-translate-y-132p:focus {
    --tw-translate-y: -132px;
}
.focus\:-translate-y-150p:focus {
    --tw-translate-y: -150px;
}
.focus\:-translate-y-216p:focus {
    --tw-translate-y: -216px;
}
.focus\:-translate-y-225p:focus {
    --tw-translate-y: -225px;
}
.focus\:-translate-y-296p:focus {
    --tw-translate-y: -296px;
}
.focus\:-translate-y-270p:focus {
    --tw-translate-y: -270px;
}
.focus\:-translate-y-137p:focus {
    --tw-translate-y: -137px;
}
.focus\:-translate-y-141p:focus {
    --tw-translate-y: -141px;
}
.focus\:-translate-y-146p:focus {
    --tw-translate-y: -146px;
}
.focus\:-translate-y-152p:focus {
    --tw-translate-y: -152px;
}
.focus\:-translate-y-155p:focus {
    --tw-translate-y: -155px;
}
.focus\:-translate-y-163p:focus {
    --tw-translate-y: -163px;
}
.focus\:-translate-y-168p:focus {
    --tw-translate-y: -168px;
}
.focus\:-translate-y-173p:focus {
    --tw-translate-y: -173px;
}
.focus\:-translate-y-210p:focus {
    --tw-translate-y: -210px;
}
.focus\:-translate-y-245p:focus {
    --tw-translate-y: -245px;
}
.focus\:-translate-y-250p:focus {
    --tw-translate-y: -250px;
}
.focus\:-translate-y-260p:focus {
    --tw-translate-y: -260px;
}
.focus\:-translate-y-263p:focus {
    --tw-translate-y: -263px;
}
.focus\:-translate-y-266p:focus {
    --tw-translate-y: -266px;
}
.focus\:-translate-y-275p:focus {
    --tw-translate-y: -275px;
}
.focus\:-translate-y-300p:focus {
    --tw-translate-y: -300px;
}
.focus\:-translate-y-312p:focus {
    --tw-translate-y: -312px;
}
.focus\:-translate-y-318p:focus {
    --tw-translate-y: -318px;
}
.focus\:-translate-y-322p:focus {
    --tw-translate-y: -322px;
}
.focus\:-translate-y-337p:focus {
    --tw-translate-y: -337px;
}
.focus\:-translate-y-345p:focus {
    --tw-translate-y: -345px;
}
.focus\:-translate-y-344p:focus {
    --tw-translate-y: -344px;
}
.focus\:-translate-y-354p:focus {
    --tw-translate-y: -354px;
}
.focus\:-translate-y-364p:focus {
    --tw-translate-y: -364px;
}
.focus\:-translate-y-370p:focus {
    --tw-translate-y: -370px;
}
.focus\:-translate-y-382p:focus {
    --tw-translate-y: -382px;
}
.focus\:-translate-y-385p:focus {
    --tw-translate-y: -385px;
}
.focus\:-translate-y-400p:focus {
    --tw-translate-y: -400px;
}
.focus\:-translate-y-407p:focus {
    --tw-translate-y: -407px;
}
.focus\:-translate-y-411p:focus {
    --tw-translate-y: -411px;
}
.focus\:-translate-y-418p:focus {
    --tw-translate-y: -418px;
}
.focus\:-translate-y-430p:focus {
    --tw-translate-y: -430px;
}
.focus\:-translate-y-450p:focus {
    --tw-translate-y: -450px;
}
.focus\:-translate-y-468p:focus {
    --tw-translate-y: -468px;
}
.focus\:-translate-y-485p:focus {
    --tw-translate-y: -485px;
}
.focus\:-translate-y-491p:focus {
    --tw-translate-y: -491px;
}
.focus\:-translate-y-494p:focus {
    --tw-translate-y: -494px;
}
.focus\:-translate-y-470p:focus {
    --tw-translate-y: -470px;
}
.focus\:-translate-y-480p:focus {
    --tw-translate-y: -480px;
}
.focus\:-translate-y-532p:focus {
    --tw-translate-y: -532px;
}
.focus\:-translate-y-556p:focus {
    --tw-translate-y: -556px;
}
.focus\:-translate-y-505p:focus {
    --tw-translate-y: -505px;
}
.focus\:-translate-y-1179p:focus {
    --tw-translate-y: -1179px;
}
.focus\:-translate-y-1253p:focus {
    --tw-translate-y: -1253px;
}
.focus\:-translate-y-1575p:focus {
    --tw-translate-y: -1575px;
}
.focus\:-translate-y-600p:focus {
    --tw-translate-y: -600px;
}
.focus\:-translate-y-649p:focus {
    --tw-translate-y: -649px;
}
.focus\:-translate-y-690p:focus {
    --tw-translate-y: -690px;
}
.focus\:-translate-y-19\%:focus {
    --tw-translate-y: -19%;
}
.focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
}
.focus\:-translate-y-24\%:focus {
    --tw-translate-y: -24%;
}
.focus\:-translate-y-36\%:focus {
    --tw-translate-y: -36%;
}
.focus\:-translate-y-27\%:focus {
    --tw-translate-y: -27%;
}
.focus\:-translate-y-28\%:focus {
    --tw-translate-y: -28%;
}
.focus\:-translate-y-42\%:focus {
    --tw-translate-y: -42%;
}
.focus\:-translate-y-46\%:focus {
    --tw-translate-y: -46%;
}
.focus\:-translate-y-49\%:focus {
    --tw-translate-y: -49%;
}
.focus\:-translate-y-54\%:focus {
    --tw-translate-y: -54%;
}
.focus\:-translate-y-58\%:focus {
    --tw-translate-y: -58%;
}
.focus\:-translate-y-72\%:focus {
    --tw-translate-y: -72%;
}
.focus\:-translate-y-76\%:focus {
    --tw-translate-y: -76%;
}
.focus\:-translate-y-77\%:focus {
    --tw-translate-y: -77%;
}
.focus\:-translate-y-340p:focus {
    --tw-translate-y: -340px;
}
.focus\:-translate-y-700p:focus {
    --tw-translate-y: -700px;
}
.focus\:-translate-y-848p:focus {
    --tw-translate-y: -848px;
}
.focus\:-translate-y-850p:focus {
    --tw-translate-y: -850px;
}
.focus\:-translate-y-860p:focus {
    --tw-translate-y: -860px;
}
.focus\:-translate-y-1425p:focus {
    --tw-translate-y: -1425px;
}
.focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
}
.focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
}
.focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
}
.focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
}
.focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
}
.focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
}
.focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
}
.focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
}
.focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
}
.focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
}
.focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
}
.focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
}
.focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
}
.focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
}
.skew-x-0 {
    --tw-skew-x: 0deg;
}
.skew-x-1 {
    --tw-skew-x: 1deg;
}
.skew-x-2 {
    --tw-skew-x: 2deg;
}
.skew-x-3 {
    --tw-skew-x: 3deg;
}
.skew-x-6 {
    --tw-skew-x: 6deg;
}
.skew-x-12 {
    --tw-skew-x: 12deg;
}
.-skew-x-12 {
    --tw-skew-x: -12deg;
}
.-skew-x-6 {
    --tw-skew-x: -6deg;
}
.-skew-x-3 {
    --tw-skew-x: -3deg;
}
.-skew-x-2 {
    --tw-skew-x: -2deg;
}
.-skew-x-1 {
    --tw-skew-x: -1deg;
}
.skew-y-0 {
    --tw-skew-y: 0deg;
}
.skew-y-1 {
    --tw-skew-y: 1deg;
}
.skew-y-2 {
    --tw-skew-y: 2deg;
}
.skew-y-3 {
    --tw-skew-y: 3deg;
}
.skew-y-6 {
    --tw-skew-y: 6deg;
}
.skew-y-12 {
    --tw-skew-y: 12deg;
}
.-skew-y-12 {
    --tw-skew-y: -12deg;
}
.-skew-y-6 {
    --tw-skew-y: -6deg;
}
.-skew-y-3 {
    --tw-skew-y: -3deg;
}
.-skew-y-2 {
    --tw-skew-y: -2deg;
}
.-skew-y-1 {
    --tw-skew-y: -1deg;
}
.hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
}
.hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
}
.hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
}
.hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
}
.hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
}
.hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
}
.hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
}
.hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
}
.hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
}
.hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
}
.hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
}
.hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
}
.hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
}
.hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
}
.hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
}
.hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
}
.hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
}
.hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
}
.hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
}
.hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
}
.hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
}
.hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
}
.focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
}
.focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
}
.focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
}
.focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
}
.focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
}
.focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
}
.focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
}
.focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
}
.focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
}
.focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
}
.focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
}
.focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
}
.focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
}
.focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
}
.focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
}
.focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
}
.focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
}
.focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
}
.focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
}
.focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
}
.focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
}
.focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
}
.transition-none {
    transition-property: none;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.ease-linear {
    transition-timing-function: linear;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-75 {
    transition-duration: 75ms;
}
.duration-100 {
    transition-duration: 0.1s;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-300 {
    transition-duration: 0.3s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.duration-700 {
    transition-duration: 0.7s;
}
.duration-1000 {
    transition-duration: 1s;
}
.delay-75 {
    transition-delay: 75ms;
}
.delay-100 {
    transition-delay: 0.1s;
}
.delay-150 {
    transition-delay: 150ms;
}
.delay-200 {
    transition-delay: 0.2s;
}
.delay-300 {
    transition-delay: 0.3s;
}
.delay-500 {
    transition-delay: 0.5s;
}
.delay-700 {
    transition-delay: 0.7s;
}
.delay-1000 {
    transition-delay: 1s;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes ping {
    100%,
    75% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
.animate-none {
    animation: none;
}
.animate-spin {
    animation: spin 1s linear infinite;
}
.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-bounce {
    animation: bounce 1s infinite;
}
.unreset a {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.unreset p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.unreset table {
    text-align: center;
    width: 100%;
}
.unreset td,
.unreset th {
    border-width: 1px;
    padding: 0.625rem;
}
.unreset blockquote,
.unreset figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.unreset blockquote {
    border-left: 0.25rem solid #eaeaea;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}
.unreset hr {
    border-width: 1px;
}
.unreset h1 {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.unreset h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.unreset h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.unreset h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.unreset h5 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.unreset h6 {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.unreset article h1,
.unreset aside h1,
.unreset nav h1,
.unreset section h1 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.unreset article article h1,
.unreset article aside h1,
.unreset article nav h1,
.unreset article section h1,
.unreset aside article h1,
.unreset aside aside h1,
.unreset aside nav h1,
.unreset aside section h1,
.unreset nav article h1,
.unreset nav aside h1,
.unreset nav nav h1,
.unreset nav section h1,
.unreset section article h1,
.unreset section aside h1,
.unreset section nav h1,
.unreset section section h1 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.unreset article article article h1,
.unreset article article aside h1,
.unreset article article nav h1,
.unreset article article section h1,
.unreset article aside article h1,
.unreset article aside aside h1,
.unreset article aside nav h1,
.unreset article aside section h1,
.unreset article nav article h1,
.unreset article nav aside h1,
.unreset article nav nav h1,
.unreset article nav section h1,
.unreset article section article h1,
.unreset article section aside h1,
.unreset article section nav h1,
.unreset article section section h1,
.unreset aside article article h1,
.unreset aside article aside h1,
.unreset aside article nav h1,
.unreset aside article section h1,
.unreset aside aside article h1,
.unreset aside aside aside h1,
.unreset aside aside nav h1,
.unreset aside aside section h1,
.unreset aside nav article h1,
.unreset aside nav aside h1,
.unreset aside nav nav h1,
.unreset aside nav section h1,
.unreset aside section article h1,
.unreset aside section aside h1,
.unreset aside section nav h1,
.unreset aside section section h1,
.unreset nav article article h1,
.unreset nav article aside h1,
.unreset nav article nav h1,
.unreset nav article section h1,
.unreset nav aside article h1,
.unreset nav aside aside h1,
.unreset nav aside nav h1,
.unreset nav aside section h1,
.unreset nav nav article h1,
.unreset nav nav aside h1,
.unreset nav nav nav h1,
.unreset nav nav section h1,
.unreset nav section article h1,
.unreset nav section aside h1,
.unreset nav section nav h1,
.unreset nav section section h1,
.unreset section article article h1,
.unreset section article aside h1,
.unreset section article nav h1,
.unreset section article section h1,
.unreset section aside article h1,
.unreset section aside aside h1,
.unreset section aside nav h1,
.unreset section aside section h1,
.unreset section nav article h1,
.unreset section nav aside h1,
.unreset section nav nav h1,
.unreset section nav section h1,
.unreset section section article h1,
.unreset section section aside h1,
.unreset section section nav h1,
.unreset section section section h1 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.unreset article article article article h1,
.unreset article article article aside h1,
.unreset article article article nav h1,
.unreset article article article section h1,
.unreset article article aside article h1,
.unreset article article aside aside h1,
.unreset article article aside nav h1,
.unreset article article aside section h1,
.unreset article article nav article h1,
.unreset article article nav aside h1,
.unreset article article nav nav h1,
.unreset article article nav section h1,
.unreset article article section article h1,
.unreset article article section aside h1,
.unreset article article section nav h1,
.unreset article article section section h1,
.unreset article aside article article h1,
.unreset article aside article aside h1,
.unreset article aside article nav h1,
.unreset article aside article section h1,
.unreset article aside aside article h1,
.unreset article aside aside aside h1,
.unreset article aside aside nav h1,
.unreset article aside aside section h1,
.unreset article aside nav article h1,
.unreset article aside nav aside h1,
.unreset article aside nav nav h1,
.unreset article aside nav section h1,
.unreset article aside section article h1,
.unreset article aside section aside h1,
.unreset article aside section nav h1,
.unreset article aside section section h1,
.unreset article nav article article h1,
.unreset article nav article aside h1,
.unreset article nav article nav h1,
.unreset article nav article section h1,
.unreset article nav aside article h1,
.unreset article nav aside aside h1,
.unreset article nav aside nav h1,
.unreset article nav aside section h1,
.unreset article nav nav article h1,
.unreset article nav nav aside h1,
.unreset article nav nav nav h1,
.unreset article nav nav section h1,
.unreset article nav section article h1,
.unreset article nav section aside h1,
.unreset article nav section nav h1,
.unreset article nav section section h1,
.unreset article section article article h1,
.unreset article section article aside h1,
.unreset article section article nav h1,
.unreset article section article section h1,
.unreset article section aside article h1,
.unreset article section aside aside h1,
.unreset article section aside nav h1,
.unreset article section aside section h1,
.unreset article section nav article h1,
.unreset article section nav aside h1,
.unreset article section nav nav h1,
.unreset article section nav section h1,
.unreset article section section article h1,
.unreset article section section aside h1,
.unreset article section section nav h1,
.unreset article section section section h1,
.unreset aside article article article h1,
.unreset aside article article aside h1,
.unreset aside article article nav h1,
.unreset aside article article section h1,
.unreset aside article aside article h1,
.unreset aside article aside aside h1,
.unreset aside article aside nav h1,
.unreset aside article aside section h1,
.unreset aside article nav article h1,
.unreset aside article nav aside h1,
.unreset aside article nav nav h1,
.unreset aside article nav section h1,
.unreset aside article section article h1,
.unreset aside article section aside h1,
.unreset aside article section nav h1,
.unreset aside article section section h1,
.unreset aside aside article article h1,
.unreset aside aside article aside h1,
.unreset aside aside article nav h1,
.unreset aside aside article section h1,
.unreset aside aside aside article h1,
.unreset aside aside aside aside h1,
.unreset aside aside aside nav h1,
.unreset aside aside aside section h1,
.unreset aside aside nav article h1,
.unreset aside aside nav aside h1,
.unreset aside aside nav nav h1,
.unreset aside aside nav section h1,
.unreset aside aside section article h1,
.unreset aside aside section aside h1,
.unreset aside aside section nav h1,
.unreset aside aside section section h1,
.unreset aside nav article article h1,
.unreset aside nav article aside h1,
.unreset aside nav article nav h1,
.unreset aside nav article section h1,
.unreset aside nav aside article h1,
.unreset aside nav aside aside h1,
.unreset aside nav aside nav h1,
.unreset aside nav aside section h1,
.unreset aside nav nav article h1,
.unreset aside nav nav aside h1,
.unreset aside nav nav nav h1,
.unreset aside nav nav section h1,
.unreset aside nav section article h1,
.unreset aside nav section aside h1,
.unreset aside nav section nav h1,
.unreset aside nav section section h1,
.unreset aside section article article h1,
.unreset aside section article aside h1,
.unreset aside section article nav h1,
.unreset aside section article section h1,
.unreset aside section aside article h1,
.unreset aside section aside aside h1,
.unreset aside section aside nav h1,
.unreset aside section aside section h1,
.unreset aside section nav article h1,
.unreset aside section nav aside h1,
.unreset aside section nav nav h1,
.unreset aside section nav section h1,
.unreset aside section section article h1,
.unreset aside section section aside h1,
.unreset aside section section nav h1,
.unreset aside section section section h1,
.unreset nav article article article h1,
.unreset nav article article aside h1,
.unreset nav article article nav h1,
.unreset nav article article section h1,
.unreset nav article aside article h1,
.unreset nav article aside aside h1,
.unreset nav article aside nav h1,
.unreset nav article aside section h1,
.unreset nav article nav article h1,
.unreset nav article nav aside h1,
.unreset nav article nav nav h1,
.unreset nav article nav section h1,
.unreset nav article section article h1,
.unreset nav article section aside h1,
.unreset nav article section nav h1,
.unreset nav article section section h1,
.unreset nav aside article article h1,
.unreset nav aside article aside h1,
.unreset nav aside article nav h1,
.unreset nav aside article section h1,
.unreset nav aside aside article h1,
.unreset nav aside aside aside h1,
.unreset nav aside aside nav h1,
.unreset nav aside aside section h1,
.unreset nav aside nav article h1,
.unreset nav aside nav aside h1,
.unreset nav aside nav nav h1,
.unreset nav aside nav section h1,
.unreset nav aside section article h1,
.unreset nav aside section aside h1,
.unreset nav aside section nav h1,
.unreset nav aside section section h1,
.unreset nav nav article article h1,
.unreset nav nav article aside h1,
.unreset nav nav article nav h1,
.unreset nav nav article section h1,
.unreset nav nav aside article h1,
.unreset nav nav aside aside h1,
.unreset nav nav aside nav h1,
.unreset nav nav aside section h1,
.unreset nav nav nav article h1,
.unreset nav nav nav aside h1,
.unreset nav nav nav nav h1,
.unreset nav nav nav section h1,
.unreset nav nav section article h1,
.unreset nav nav section aside h1,
.unreset nav nav section nav h1,
.unreset nav nav section section h1,
.unreset nav section article article h1,
.unreset nav section article aside h1,
.unreset nav section article nav h1,
.unreset nav section article section h1,
.unreset nav section aside article h1,
.unreset nav section aside aside h1,
.unreset nav section aside nav h1,
.unreset nav section aside section h1,
.unreset nav section nav article h1,
.unreset nav section nav aside h1,
.unreset nav section nav nav h1,
.unreset nav section nav section h1,
.unreset nav section section article h1,
.unreset nav section section aside h1,
.unreset nav section section nav h1,
.unreset nav section section section h1,
.unreset section article article article h1,
.unreset section article article aside h1,
.unreset section article article nav h1,
.unreset section article article section h1,
.unreset section article aside article h1,
.unreset section article aside aside h1,
.unreset section article aside nav h1,
.unreset section article aside section h1,
.unreset section article nav article h1,
.unreset section article nav aside h1,
.unreset section article nav nav h1,
.unreset section article nav section h1,
.unreset section article section article h1,
.unreset section article section aside h1,
.unreset section article section nav h1,
.unreset section article section section h1,
.unreset section aside article article h1,
.unreset section aside article aside h1,
.unreset section aside article nav h1,
.unreset section aside article section h1,
.unreset section aside aside article h1,
.unreset section aside aside aside h1,
.unreset section aside aside nav h1,
.unreset section aside aside section h1,
.unreset section aside nav article h1,
.unreset section aside nav aside h1,
.unreset section aside nav nav h1,
.unreset section aside nav section h1,
.unreset section aside section article h1,
.unreset section aside section aside h1,
.unreset section aside section nav h1,
.unreset section aside section section h1,
.unreset section nav article article h1,
.unreset section nav article aside h1,
.unreset section nav article nav h1,
.unreset section nav article section h1,
.unreset section nav aside article h1,
.unreset section nav aside aside h1,
.unreset section nav aside nav h1,
.unreset section nav aside section h1,
.unreset section nav nav article h1,
.unreset section nav nav aside h1,
.unreset section nav nav nav h1,
.unreset section nav nav section h1,
.unreset section nav section article h1,
.unreset section nav section aside h1,
.unreset section nav section nav h1,
.unreset section nav section section h1,
.unreset section section article article h1,
.unreset section section article aside h1,
.unreset section section article nav h1,
.unreset section section article section h1,
.unreset section section aside article h1,
.unreset section section aside aside h1,
.unreset section section aside nav h1,
.unreset section section aside section h1,
.unreset section section nav article h1,
.unreset section section nav aside h1,
.unreset section section nav nav h1,
.unreset section section nav section h1,
.unreset section section section article h1,
.unreset section section section aside h1,
.unreset section section section nav h1,
.unreset section section section section h1 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.unreset article article article article article h1,
.unreset article article article article aside h1,
.unreset article article article article nav h1,
.unreset article article article article section h1,
.unreset article article article aside article h1,
.unreset article article article aside aside h1,
.unreset article article article aside nav h1,
.unreset article article article aside section h1,
.unreset article article article nav article h1,
.unreset article article article nav aside h1,
.unreset article article article nav nav h1,
.unreset article article article nav section h1,
.unreset article article article section article h1,
.unreset article article article section aside h1,
.unreset article article article section nav h1,
.unreset article article article section section h1,
.unreset article article aside article article h1,
.unreset article article aside article aside h1,
.unreset article article aside article nav h1,
.unreset article article aside article section h1,
.unreset article article aside aside article h1,
.unreset article article aside aside aside h1,
.unreset article article aside aside nav h1,
.unreset article article aside aside section h1,
.unreset article article aside nav article h1,
.unreset article article aside nav aside h1,
.unreset article article aside nav nav h1,
.unreset article article aside nav section h1,
.unreset article article aside section article h1,
.unreset article article aside section aside h1,
.unreset article article aside section nav h1,
.unreset article article aside section section h1,
.unreset article article nav article article h1,
.unreset article article nav article aside h1,
.unreset article article nav article nav h1,
.unreset article article nav article section h1,
.unreset article article nav aside article h1,
.unreset article article nav aside aside h1,
.unreset article article nav aside nav h1,
.unreset article article nav aside section h1,
.unreset article article nav nav article h1,
.unreset article article nav nav aside h1,
.unreset article article nav nav nav h1,
.unreset article article nav nav section h1,
.unreset article article nav section article h1,
.unreset article article nav section aside h1,
.unreset article article nav section nav h1,
.unreset article article nav section section h1,
.unreset article article section article article h1,
.unreset article article section article aside h1,
.unreset article article section article nav h1,
.unreset article article section article section h1,
.unreset article article section aside article h1,
.unreset article article section aside aside h1,
.unreset article article section aside nav h1,
.unreset article article section aside section h1,
.unreset article article section nav article h1,
.unreset article article section nav aside h1,
.unreset article article section nav nav h1,
.unreset article article section nav section h1,
.unreset article article section section article h1,
.unreset article article section section aside h1,
.unreset article article section section nav h1,
.unreset article article section section section h1,
.unreset article aside article article article h1,
.unreset article aside article article aside h1,
.unreset article aside article article nav h1,
.unreset article aside article article section h1,
.unreset article aside article aside article h1,
.unreset article aside article aside aside h1,
.unreset article aside article aside nav h1,
.unreset article aside article aside section h1,
.unreset article aside article nav article h1,
.unreset article aside article nav aside h1,
.unreset article aside article nav nav h1,
.unreset article aside article nav section h1,
.unreset article aside article section article h1,
.unreset article aside article section aside h1,
.unreset article aside article section nav h1,
.unreset article aside article section section h1,
.unreset article aside aside article article h1,
.unreset article aside aside article aside h1,
.unreset article aside aside article nav h1,
.unreset article aside aside article section h1,
.unreset article aside aside aside article h1,
.unreset article aside aside aside aside h1,
.unreset article aside aside aside nav h1,
.unreset article aside aside aside section h1,
.unreset article aside aside nav article h1,
.unreset article aside aside nav aside h1,
.unreset article aside aside nav nav h1,
.unreset article aside aside nav section h1,
.unreset article aside aside section article h1,
.unreset article aside aside section aside h1,
.unreset article aside aside section nav h1,
.unreset article aside aside section section h1,
.unreset article aside nav article article h1,
.unreset article aside nav article aside h1,
.unreset article aside nav article nav h1,
.unreset article aside nav article section h1,
.unreset article aside nav aside article h1,
.unreset article aside nav aside aside h1,
.unreset article aside nav aside nav h1,
.unreset article aside nav aside section h1,
.unreset article aside nav nav article h1,
.unreset article aside nav nav aside h1,
.unreset article aside nav nav nav h1,
.unreset article aside nav nav section h1,
.unreset article aside nav section article h1,
.unreset article aside nav section aside h1,
.unreset article aside nav section nav h1,
.unreset article aside nav section section h1,
.unreset article aside section article article h1,
.unreset article aside section article aside h1,
.unreset article aside section article nav h1,
.unreset article aside section article section h1,
.unreset article aside section aside article h1,
.unreset article aside section aside aside h1,
.unreset article aside section aside nav h1,
.unreset article aside section aside section h1,
.unreset article aside section nav article h1,
.unreset article aside section nav aside h1,
.unreset article aside section nav nav h1,
.unreset article aside section nav section h1,
.unreset article aside section section article h1,
.unreset article aside section section aside h1,
.unreset article aside section section nav h1,
.unreset article aside section section section h1,
.unreset article nav article article article h1,
.unreset article nav article article aside h1,
.unreset article nav article article nav h1,
.unreset article nav article article section h1,
.unreset article nav article aside article h1,
.unreset article nav article aside aside h1,
.unreset article nav article aside nav h1,
.unreset article nav article aside section h1,
.unreset article nav article nav article h1,
.unreset article nav article nav aside h1,
.unreset article nav article nav nav h1,
.unreset article nav article nav section h1,
.unreset article nav article section article h1,
.unreset article nav article section aside h1,
.unreset article nav article section nav h1,
.unreset article nav article section section h1,
.unreset article nav aside article article h1,
.unreset article nav aside article aside h1,
.unreset article nav aside article nav h1,
.unreset article nav aside article section h1,
.unreset article nav aside aside article h1,
.unreset article nav aside aside aside h1,
.unreset article nav aside aside nav h1,
.unreset article nav aside aside section h1,
.unreset article nav aside nav article h1,
.unreset article nav aside nav aside h1,
.unreset article nav aside nav nav h1,
.unreset article nav aside nav section h1,
.unreset article nav aside section article h1,
.unreset article nav aside section aside h1,
.unreset article nav aside section nav h1,
.unreset article nav aside section section h1,
.unreset article nav nav article article h1,
.unreset article nav nav article aside h1,
.unreset article nav nav article nav h1,
.unreset article nav nav article section h1,
.unreset article nav nav aside article h1,
.unreset article nav nav aside aside h1,
.unreset article nav nav aside nav h1,
.unreset article nav nav aside section h1,
.unreset article nav nav nav article h1,
.unreset article nav nav nav aside h1,
.unreset article nav nav nav nav h1,
.unreset article nav nav nav section h1,
.unreset article nav nav section article h1,
.unreset article nav nav section aside h1,
.unreset article nav nav section nav h1,
.unreset article nav nav section section h1,
.unreset article nav section article article h1,
.unreset article nav section article aside h1,
.unreset article nav section article nav h1,
.unreset article nav section article section h1,
.unreset article nav section aside article h1,
.unreset article nav section aside aside h1,
.unreset article nav section aside nav h1,
.unreset article nav section aside section h1,
.unreset article nav section nav article h1,
.unreset article nav section nav aside h1,
.unreset article nav section nav nav h1,
.unreset article nav section nav section h1,
.unreset article nav section section article h1,
.unreset article nav section section aside h1,
.unreset article nav section section nav h1,
.unreset article nav section section section h1,
.unreset article section article article article h1,
.unreset article section article article aside h1,
.unreset article section article article nav h1,
.unreset article section article article section h1,
.unreset article section article aside article h1,
.unreset article section article aside aside h1,
.unreset article section article aside nav h1,
.unreset article section article aside section h1,
.unreset article section article nav article h1,
.unreset article section article nav aside h1,
.unreset article section article nav nav h1,
.unreset article section article nav section h1,
.unreset article section article section article h1,
.unreset article section article section aside h1,
.unreset article section article section nav h1,
.unreset article section article section section h1,
.unreset article section aside article article h1,
.unreset article section aside article aside h1,
.unreset article section aside article nav h1,
.unreset article section aside article section h1,
.unreset article section aside aside article h1,
.unreset article section aside aside aside h1,
.unreset article section aside aside nav h1,
.unreset article section aside aside section h1,
.unreset article section aside nav article h1,
.unreset article section aside nav aside h1,
.unreset article section aside nav nav h1,
.unreset article section aside nav section h1,
.unreset article section aside section article h1,
.unreset article section aside section aside h1,
.unreset article section aside section nav h1,
.unreset article section aside section section h1,
.unreset article section nav article article h1,
.unreset article section nav article aside h1,
.unreset article section nav article nav h1,
.unreset article section nav article section h1,
.unreset article section nav aside article h1,
.unreset article section nav aside aside h1,
.unreset article section nav aside nav h1,
.unreset article section nav aside section h1,
.unreset article section nav nav article h1,
.unreset article section nav nav aside h1,
.unreset article section nav nav nav h1,
.unreset article section nav nav section h1,
.unreset article section nav section article h1,
.unreset article section nav section aside h1,
.unreset article section nav section nav h1,
.unreset article section nav section section h1,
.unreset article section section article article h1,
.unreset article section section article aside h1,
.unreset article section section article nav h1,
.unreset article section section article section h1,
.unreset article section section aside article h1,
.unreset article section section aside aside h1,
.unreset article section section aside nav h1,
.unreset article section section aside section h1,
.unreset article section section nav article h1,
.unreset article section section nav aside h1,
.unreset article section section nav nav h1,
.unreset article section section nav section h1,
.unreset article section section section article h1,
.unreset article section section section aside h1,
.unreset article section section section nav h1,
.unreset article section section section section h1,
.unreset aside article article article article h1,
.unreset aside article article article aside h1,
.unreset aside article article article nav h1,
.unreset aside article article article section h1,
.unreset aside article article aside article h1,
.unreset aside article article aside aside h1,
.unreset aside article article aside nav h1,
.unreset aside article article aside section h1,
.unreset aside article article nav article h1,
.unreset aside article article nav aside h1,
.unreset aside article article nav nav h1,
.unreset aside article article nav section h1,
.unreset aside article article section article h1,
.unreset aside article article section aside h1,
.unreset aside article article section nav h1,
.unreset aside article article section section h1,
.unreset aside article aside article article h1,
.unreset aside article aside article aside h1,
.unreset aside article aside article nav h1,
.unreset aside article aside article section h1,
.unreset aside article aside aside article h1,
.unreset aside article aside aside aside h1,
.unreset aside article aside aside nav h1,
.unreset aside article aside aside section h1,
.unreset aside article aside nav article h1,
.unreset aside article aside nav aside h1,
.unreset aside article aside nav nav h1,
.unreset aside article aside nav section h1,
.unreset aside article aside section article h1,
.unreset aside article aside section aside h1,
.unreset aside article aside section nav h1,
.unreset aside article aside section section h1,
.unreset aside article nav article article h1,
.unreset aside article nav article aside h1,
.unreset aside article nav article nav h1,
.unreset aside article nav article section h1,
.unreset aside article nav aside article h1,
.unreset aside article nav aside aside h1,
.unreset aside article nav aside nav h1,
.unreset aside article nav aside section h1,
.unreset aside article nav nav article h1,
.unreset aside article nav nav aside h1,
.unreset aside article nav nav nav h1,
.unreset aside article nav nav section h1,
.unreset aside article nav section article h1,
.unreset aside article nav section aside h1,
.unreset aside article nav section nav h1,
.unreset aside article nav section section h1,
.unreset aside article section article article h1,
.unreset aside article section article aside h1,
.unreset aside article section article nav h1,
.unreset aside article section article section h1,
.unreset aside article section aside article h1,
.unreset aside article section aside aside h1,
.unreset aside article section aside nav h1,
.unreset aside article section aside section h1,
.unreset aside article section nav article h1,
.unreset aside article section nav aside h1,
.unreset aside article section nav nav h1,
.unreset aside article section nav section h1,
.unreset aside article section section article h1,
.unreset aside article section section aside h1,
.unreset aside article section section nav h1,
.unreset aside article section section section h1,
.unreset aside aside article article article h1,
.unreset aside aside article article aside h1,
.unreset aside aside article article nav h1,
.unreset aside aside article article section h1,
.unreset aside aside article aside article h1,
.unreset aside aside article aside aside h1,
.unreset aside aside article aside nav h1,
.unreset aside aside article aside section h1,
.unreset aside aside article nav article h1,
.unreset aside aside article nav aside h1,
.unreset aside aside article nav nav h1,
.unreset aside aside article nav section h1,
.unreset aside aside article section article h1,
.unreset aside aside article section aside h1,
.unreset aside aside article section nav h1,
.unreset aside aside article section section h1,
.unreset aside aside aside article article h1,
.unreset aside aside aside article aside h1,
.unreset aside aside aside article nav h1,
.unreset aside aside aside article section h1,
.unreset aside aside aside aside article h1,
.unreset aside aside aside aside aside h1,
.unreset aside aside aside aside nav h1,
.unreset aside aside aside aside section h1,
.unreset aside aside aside nav article h1,
.unreset aside aside aside nav aside h1,
.unreset aside aside aside nav nav h1,
.unreset aside aside aside nav section h1,
.unreset aside aside aside section article h1,
.unreset aside aside aside section aside h1,
.unreset aside aside aside section nav h1,
.unreset aside aside aside section section h1,
.unreset aside aside nav article article h1,
.unreset aside aside nav article aside h1,
.unreset aside aside nav article nav h1,
.unreset aside aside nav article section h1,
.unreset aside aside nav aside article h1,
.unreset aside aside nav aside aside h1,
.unreset aside aside nav aside nav h1,
.unreset aside aside nav aside section h1,
.unreset aside aside nav nav article h1,
.unreset aside aside nav nav aside h1,
.unreset aside aside nav nav nav h1,
.unreset aside aside nav nav section h1,
.unreset aside aside nav section article h1,
.unreset aside aside nav section aside h1,
.unreset aside aside nav section nav h1,
.unreset aside aside nav section section h1,
.unreset aside aside section article article h1,
.unreset aside aside section article aside h1,
.unreset aside aside section article nav h1,
.unreset aside aside section article section h1,
.unreset aside aside section aside article h1,
.unreset aside aside section aside aside h1,
.unreset aside aside section aside nav h1,
.unreset aside aside section aside section h1,
.unreset aside aside section nav article h1,
.unreset aside aside section nav aside h1,
.unreset aside aside section nav nav h1,
.unreset aside aside section nav section h1,
.unreset aside aside section section article h1,
.unreset aside aside section section aside h1,
.unreset aside aside section section nav h1,
.unreset aside aside section section section h1,
.unreset aside nav article article article h1,
.unreset aside nav article article aside h1,
.unreset aside nav article article nav h1,
.unreset aside nav article article section h1,
.unreset aside nav article aside article h1,
.unreset aside nav article aside aside h1,
.unreset aside nav article aside nav h1,
.unreset aside nav article aside section h1,
.unreset aside nav article nav article h1,
.unreset aside nav article nav aside h1,
.unreset aside nav article nav nav h1,
.unreset aside nav article nav section h1,
.unreset aside nav article section article h1,
.unreset aside nav article section aside h1,
.unreset aside nav article section nav h1,
.unreset aside nav article section section h1,
.unreset aside nav aside article article h1,
.unreset aside nav aside article aside h1,
.unreset aside nav aside article nav h1,
.unreset aside nav aside article section h1,
.unreset aside nav aside aside article h1,
.unreset aside nav aside aside aside h1,
.unreset aside nav aside aside nav h1,
.unreset aside nav aside aside section h1,
.unreset aside nav aside nav article h1,
.unreset aside nav aside nav aside h1,
.unreset aside nav aside nav nav h1,
.unreset aside nav aside nav section h1,
.unreset aside nav aside section article h1,
.unreset aside nav aside section aside h1,
.unreset aside nav aside section nav h1,
.unreset aside nav aside section section h1,
.unreset aside nav nav article article h1,
.unreset aside nav nav article aside h1,
.unreset aside nav nav article nav h1,
.unreset aside nav nav article section h1,
.unreset aside nav nav aside article h1,
.unreset aside nav nav aside aside h1,
.unreset aside nav nav aside nav h1,
.unreset aside nav nav aside section h1,
.unreset aside nav nav nav article h1,
.unreset aside nav nav nav aside h1,
.unreset aside nav nav nav nav h1,
.unreset aside nav nav nav section h1,
.unreset aside nav nav section article h1,
.unreset aside nav nav section aside h1,
.unreset aside nav nav section nav h1,
.unreset aside nav nav section section h1,
.unreset aside nav section article article h1,
.unreset aside nav section article aside h1,
.unreset aside nav section article nav h1,
.unreset aside nav section article section h1,
.unreset aside nav section aside article h1,
.unreset aside nav section aside aside h1,
.unreset aside nav section aside nav h1,
.unreset aside nav section aside section h1,
.unreset aside nav section nav article h1,
.unreset aside nav section nav aside h1,
.unreset aside nav section nav nav h1,
.unreset aside nav section nav section h1,
.unreset aside nav section section article h1,
.unreset aside nav section section aside h1,
.unreset aside nav section section nav h1,
.unreset aside nav section section section h1,
.unreset aside section article article article h1,
.unreset aside section article article aside h1,
.unreset aside section article article nav h1,
.unreset aside section article article section h1,
.unreset aside section article aside article h1,
.unreset aside section article aside aside h1,
.unreset aside section article aside nav h1,
.unreset aside section article aside section h1,
.unreset aside section article nav article h1,
.unreset aside section article nav aside h1,
.unreset aside section article nav nav h1,
.unreset aside section article nav section h1,
.unreset aside section article section article h1,
.unreset aside section article section aside h1,
.unreset aside section article section nav h1,
.unreset aside section article section section h1,
.unreset aside section aside article article h1,
.unreset aside section aside article aside h1,
.unreset aside section aside article nav h1,
.unreset aside section aside article section h1,
.unreset aside section aside aside article h1,
.unreset aside section aside aside aside h1,
.unreset aside section aside aside nav h1,
.unreset aside section aside aside section h1,
.unreset aside section aside nav article h1,
.unreset aside section aside nav aside h1,
.unreset aside section aside nav nav h1,
.unreset aside section aside nav section h1,
.unreset aside section aside section article h1,
.unreset aside section aside section aside h1,
.unreset aside section aside section nav h1,
.unreset aside section aside section section h1,
.unreset aside section nav article article h1,
.unreset aside section nav article aside h1,
.unreset aside section nav article nav h1,
.unreset aside section nav article section h1,
.unreset aside section nav aside article h1,
.unreset aside section nav aside aside h1,
.unreset aside section nav aside nav h1,
.unreset aside section nav aside section h1,
.unreset aside section nav nav article h1,
.unreset aside section nav nav aside h1,
.unreset aside section nav nav nav h1,
.unreset aside section nav nav section h1,
.unreset aside section nav section article h1,
.unreset aside section nav section aside h1,
.unreset aside section nav section nav h1,
.unreset aside section nav section section h1,
.unreset aside section section article article h1,
.unreset aside section section article aside h1,
.unreset aside section section article nav h1,
.unreset aside section section article section h1,
.unreset aside section section aside article h1,
.unreset aside section section aside aside h1,
.unreset aside section section aside nav h1,
.unreset aside section section aside section h1,
.unreset aside section section nav article h1,
.unreset aside section section nav aside h1,
.unreset aside section section nav nav h1,
.unreset aside section section nav section h1,
.unreset aside section section section article h1,
.unreset aside section section section aside h1,
.unreset aside section section section nav h1,
.unreset aside section section section section h1,
.unreset nav article article article article h1,
.unreset nav article article article aside h1,
.unreset nav article article article nav h1,
.unreset nav article article article section h1,
.unreset nav article article aside article h1,
.unreset nav article article aside aside h1,
.unreset nav article article aside nav h1,
.unreset nav article article aside section h1,
.unreset nav article article nav article h1,
.unreset nav article article nav aside h1,
.unreset nav article article nav nav h1,
.unreset nav article article nav section h1,
.unreset nav article article section article h1,
.unreset nav article article section aside h1,
.unreset nav article article section nav h1,
.unreset nav article article section section h1,
.unreset nav article aside article article h1,
.unreset nav article aside article aside h1,
.unreset nav article aside article nav h1,
.unreset nav article aside article section h1,
.unreset nav article aside aside article h1,
.unreset nav article aside aside aside h1,
.unreset nav article aside aside nav h1,
.unreset nav article aside aside section h1,
.unreset nav article aside nav article h1,
.unreset nav article aside nav aside h1,
.unreset nav article aside nav nav h1,
.unreset nav article aside nav section h1,
.unreset nav article aside section article h1,
.unreset nav article aside section aside h1,
.unreset nav article aside section nav h1,
.unreset nav article aside section section h1,
.unreset nav article nav article article h1,
.unreset nav article nav article aside h1,
.unreset nav article nav article nav h1,
.unreset nav article nav article section h1,
.unreset nav article nav aside article h1,
.unreset nav article nav aside aside h1,
.unreset nav article nav aside nav h1,
.unreset nav article nav aside section h1,
.unreset nav article nav nav article h1,
.unreset nav article nav nav aside h1,
.unreset nav article nav nav nav h1,
.unreset nav article nav nav section h1,
.unreset nav article nav section article h1,
.unreset nav article nav section aside h1,
.unreset nav article nav section nav h1,
.unreset nav article nav section section h1,
.unreset nav article section article article h1,
.unreset nav article section article aside h1,
.unreset nav article section article nav h1,
.unreset nav article section article section h1,
.unreset nav article section aside article h1,
.unreset nav article section aside aside h1,
.unreset nav article section aside nav h1,
.unreset nav article section aside section h1,
.unreset nav article section nav article h1,
.unreset nav article section nav aside h1,
.unreset nav article section nav nav h1,
.unreset nav article section nav section h1,
.unreset nav article section section article h1,
.unreset nav article section section aside h1,
.unreset nav article section section nav h1,
.unreset nav article section section section h1,
.unreset nav aside article article article h1,
.unreset nav aside article article aside h1,
.unreset nav aside article article nav h1,
.unreset nav aside article article section h1,
.unreset nav aside article aside article h1,
.unreset nav aside article aside aside h1,
.unreset nav aside article aside nav h1,
.unreset nav aside article aside section h1,
.unreset nav aside article nav article h1,
.unreset nav aside article nav aside h1,
.unreset nav aside article nav nav h1,
.unreset nav aside article nav section h1,
.unreset nav aside article section article h1,
.unreset nav aside article section aside h1,
.unreset nav aside article section nav h1,
.unreset nav aside article section section h1,
.unreset nav aside aside article article h1,
.unreset nav aside aside article aside h1,
.unreset nav aside aside article nav h1,
.unreset nav aside aside article section h1,
.unreset nav aside aside aside article h1,
.unreset nav aside aside aside aside h1,
.unreset nav aside aside aside nav h1,
.unreset nav aside aside aside section h1,
.unreset nav aside aside nav article h1,
.unreset nav aside aside nav aside h1,
.unreset nav aside aside nav nav h1,
.unreset nav aside aside nav section h1,
.unreset nav aside aside section article h1,
.unreset nav aside aside section aside h1,
.unreset nav aside aside section nav h1,
.unreset nav aside aside section section h1,
.unreset nav aside nav article article h1,
.unreset nav aside nav article aside h1,
.unreset nav aside nav article nav h1,
.unreset nav aside nav article section h1,
.unreset nav aside nav aside article h1,
.unreset nav aside nav aside aside h1,
.unreset nav aside nav aside nav h1,
.unreset nav aside nav aside section h1,
.unreset nav aside nav nav article h1,
.unreset nav aside nav nav aside h1,
.unreset nav aside nav nav nav h1,
.unreset nav aside nav nav section h1,
.unreset nav aside nav section article h1,
.unreset nav aside nav section aside h1,
.unreset nav aside nav section nav h1,
.unreset nav aside nav section section h1,
.unreset nav aside section article article h1,
.unreset nav aside section article aside h1,
.unreset nav aside section article nav h1,
.unreset nav aside section article section h1,
.unreset nav aside section aside article h1,
.unreset nav aside section aside aside h1,
.unreset nav aside section aside nav h1,
.unreset nav aside section aside section h1,
.unreset nav aside section nav article h1,
.unreset nav aside section nav aside h1,
.unreset nav aside section nav nav h1,
.unreset nav aside section nav section h1,
.unreset nav aside section section article h1,
.unreset nav aside section section aside h1,
.unreset nav aside section section nav h1,
.unreset nav aside section section section h1,
.unreset nav nav article article article h1,
.unreset nav nav article article aside h1,
.unreset nav nav article article nav h1,
.unreset nav nav article article section h1,
.unreset nav nav article aside article h1,
.unreset nav nav article aside aside h1,
.unreset nav nav article aside nav h1,
.unreset nav nav article aside section h1,
.unreset nav nav article nav article h1,
.unreset nav nav article nav aside h1,
.unreset nav nav article nav nav h1,
.unreset nav nav article nav section h1,
.unreset nav nav article section article h1,
.unreset nav nav article section aside h1,
.unreset nav nav article section nav h1,
.unreset nav nav article section section h1,
.unreset nav nav aside article article h1,
.unreset nav nav aside article aside h1,
.unreset nav nav aside article nav h1,
.unreset nav nav aside article section h1,
.unreset nav nav aside aside article h1,
.unreset nav nav aside aside aside h1,
.unreset nav nav aside aside nav h1,
.unreset nav nav aside aside section h1,
.unreset nav nav aside nav article h1,
.unreset nav nav aside nav aside h1,
.unreset nav nav aside nav nav h1,
.unreset nav nav aside nav section h1,
.unreset nav nav aside section article h1,
.unreset nav nav aside section aside h1,
.unreset nav nav aside section nav h1,
.unreset nav nav aside section section h1,
.unreset nav nav nav article article h1,
.unreset nav nav nav article aside h1,
.unreset nav nav nav article nav h1,
.unreset nav nav nav article section h1,
.unreset nav nav nav aside article h1,
.unreset nav nav nav aside aside h1,
.unreset nav nav nav aside nav h1,
.unreset nav nav nav aside section h1,
.unreset nav nav nav nav article h1,
.unreset nav nav nav nav aside h1,
.unreset nav nav nav nav nav h1,
.unreset nav nav nav nav section h1,
.unreset nav nav nav section article h1,
.unreset nav nav nav section aside h1,
.unreset nav nav nav section nav h1,
.unreset nav nav nav section section h1,
.unreset nav nav section article article h1,
.unreset nav nav section article aside h1,
.unreset nav nav section article nav h1,
.unreset nav nav section article section h1,
.unreset nav nav section aside article h1,
.unreset nav nav section aside aside h1,
.unreset nav nav section aside nav h1,
.unreset nav nav section aside section h1,
.unreset nav nav section nav article h1,
.unreset nav nav section nav aside h1,
.unreset nav nav section nav nav h1,
.unreset nav nav section nav section h1,
.unreset nav nav section section article h1,
.unreset nav nav section section aside h1,
.unreset nav nav section section nav h1,
.unreset nav nav section section section h1,
.unreset nav section article article article h1,
.unreset nav section article article aside h1,
.unreset nav section article article nav h1,
.unreset nav section article article section h1,
.unreset nav section article aside article h1,
.unreset nav section article aside aside h1,
.unreset nav section article aside nav h1,
.unreset nav section article aside section h1,
.unreset nav section article nav article h1,
.unreset nav section article nav aside h1,
.unreset nav section article nav nav h1,
.unreset nav section article nav section h1,
.unreset nav section article section article h1,
.unreset nav section article section aside h1,
.unreset nav section article section nav h1,
.unreset nav section article section section h1,
.unreset nav section aside article article h1,
.unreset nav section aside article aside h1,
.unreset nav section aside article nav h1,
.unreset nav section aside article section h1,
.unreset nav section aside aside article h1,
.unreset nav section aside aside aside h1,
.unreset nav section aside aside nav h1,
.unreset nav section aside aside section h1,
.unreset nav section aside nav article h1,
.unreset nav section aside nav aside h1,
.unreset nav section aside nav nav h1,
.unreset nav section aside nav section h1,
.unreset nav section aside section article h1,
.unreset nav section aside section aside h1,
.unreset nav section aside section nav h1,
.unreset nav section aside section section h1,
.unreset nav section nav article article h1,
.unreset nav section nav article aside h1,
.unreset nav section nav article nav h1,
.unreset nav section nav article section h1,
.unreset nav section nav aside article h1,
.unreset nav section nav aside aside h1,
.unreset nav section nav aside nav h1,
.unreset nav section nav aside section h1,
.unreset nav section nav nav article h1,
.unreset nav section nav nav aside h1,
.unreset nav section nav nav nav h1,
.unreset nav section nav nav section h1,
.unreset nav section nav section article h1,
.unreset nav section nav section aside h1,
.unreset nav section nav section nav h1,
.unreset nav section nav section section h1,
.unreset nav section section article article h1,
.unreset nav section section article aside h1,
.unreset nav section section article nav h1,
.unreset nav section section article section h1,
.unreset nav section section aside article h1,
.unreset nav section section aside aside h1,
.unreset nav section section aside nav h1,
.unreset nav section section aside section h1,
.unreset nav section section nav article h1,
.unreset nav section section nav aside h1,
.unreset nav section section nav nav h1,
.unreset nav section section nav section h1,
.unreset nav section section section article h1,
.unreset nav section section section aside h1,
.unreset nav section section section nav h1,
.unreset nav section section section section h1,
.unreset section article article article article h1,
.unreset section article article article aside h1,
.unreset section article article article nav h1,
.unreset section article article article section h1,
.unreset section article article aside article h1,
.unreset section article article aside aside h1,
.unreset section article article aside nav h1,
.unreset section article article aside section h1,
.unreset section article article nav article h1,
.unreset section article article nav aside h1,
.unreset section article article nav nav h1,
.unreset section article article nav section h1,
.unreset section article article section article h1,
.unreset section article article section aside h1,
.unreset section article article section nav h1,
.unreset section article article section section h1,
.unreset section article aside article article h1,
.unreset section article aside article aside h1,
.unreset section article aside article nav h1,
.unreset section article aside article section h1,
.unreset section article aside aside article h1,
.unreset section article aside aside aside h1,
.unreset section article aside aside nav h1,
.unreset section article aside aside section h1,
.unreset section article aside nav article h1,
.unreset section article aside nav aside h1,
.unreset section article aside nav nav h1,
.unreset section article aside nav section h1,
.unreset section article aside section article h1,
.unreset section article aside section aside h1,
.unreset section article aside section nav h1,
.unreset section article aside section section h1,
.unreset section article nav article article h1,
.unreset section article nav article aside h1,
.unreset section article nav article nav h1,
.unreset section article nav article section h1,
.unreset section article nav aside article h1,
.unreset section article nav aside aside h1,
.unreset section article nav aside nav h1,
.unreset section article nav aside section h1,
.unreset section article nav nav article h1,
.unreset section article nav nav aside h1,
.unreset section article nav nav nav h1,
.unreset section article nav nav section h1,
.unreset section article nav section article h1,
.unreset section article nav section aside h1,
.unreset section article nav section nav h1,
.unreset section article nav section section h1,
.unreset section article section article article h1,
.unreset section article section article aside h1,
.unreset section article section article nav h1,
.unreset section article section article section h1,
.unreset section article section aside article h1,
.unreset section article section aside aside h1,
.unreset section article section aside nav h1,
.unreset section article section aside section h1,
.unreset section article section nav article h1,
.unreset section article section nav aside h1,
.unreset section article section nav nav h1,
.unreset section article section nav section h1,
.unreset section article section section article h1,
.unreset section article section section aside h1,
.unreset section article section section nav h1,
.unreset section article section section section h1,
.unreset section aside article article article h1,
.unreset section aside article article aside h1,
.unreset section aside article article nav h1,
.unreset section aside article article section h1,
.unreset section aside article aside article h1,
.unreset section aside article aside aside h1,
.unreset section aside article aside nav h1,
.unreset section aside article aside section h1,
.unreset section aside article nav article h1,
.unreset section aside article nav aside h1,
.unreset section aside article nav nav h1,
.unreset section aside article nav section h1,
.unreset section aside article section article h1,
.unreset section aside article section aside h1,
.unreset section aside article section nav h1,
.unreset section aside article section section h1,
.unreset section aside aside article article h1,
.unreset section aside aside article aside h1,
.unreset section aside aside article nav h1,
.unreset section aside aside article section h1,
.unreset section aside aside aside article h1,
.unreset section aside aside aside aside h1,
.unreset section aside aside aside nav h1,
.unreset section aside aside aside section h1,
.unreset section aside aside nav article h1,
.unreset section aside aside nav aside h1,
.unreset section aside aside nav nav h1,
.unreset section aside aside nav section h1,
.unreset section aside aside section article h1,
.unreset section aside aside section aside h1,
.unreset section aside aside section nav h1,
.unreset section aside aside section section h1,
.unreset section aside nav article article h1,
.unreset section aside nav article aside h1,
.unreset section aside nav article nav h1,
.unreset section aside nav article section h1,
.unreset section aside nav aside article h1,
.unreset section aside nav aside aside h1,
.unreset section aside nav aside nav h1,
.unreset section aside nav aside section h1,
.unreset section aside nav nav article h1,
.unreset section aside nav nav aside h1,
.unreset section aside nav nav nav h1,
.unreset section aside nav nav section h1,
.unreset section aside nav section article h1,
.unreset section aside nav section aside h1,
.unreset section aside nav section nav h1,
.unreset section aside nav section section h1,
.unreset section aside section article article h1,
.unreset section aside section article aside h1,
.unreset section aside section article nav h1,
.unreset section aside section article section h1,
.unreset section aside section aside article h1,
.unreset section aside section aside aside h1,
.unreset section aside section aside nav h1,
.unreset section aside section aside section h1,
.unreset section aside section nav article h1,
.unreset section aside section nav aside h1,
.unreset section aside section nav nav h1,
.unreset section aside section nav section h1,
.unreset section aside section section article h1,
.unreset section aside section section aside h1,
.unreset section aside section section nav h1,
.unreset section aside section section section h1,
.unreset section nav article article article h1,
.unreset section nav article article aside h1,
.unreset section nav article article nav h1,
.unreset section nav article article section h1,
.unreset section nav article aside article h1,
.unreset section nav article aside aside h1,
.unreset section nav article aside nav h1,
.unreset section nav article aside section h1,
.unreset section nav article nav article h1,
.unreset section nav article nav aside h1,
.unreset section nav article nav nav h1,
.unreset section nav article nav section h1,
.unreset section nav article section article h1,
.unreset section nav article section aside h1,
.unreset section nav article section nav h1,
.unreset section nav article section section h1,
.unreset section nav aside article article h1,
.unreset section nav aside article aside h1,
.unreset section nav aside article nav h1,
.unreset section nav aside article section h1,
.unreset section nav aside aside article h1,
.unreset section nav aside aside aside h1,
.unreset section nav aside aside nav h1,
.unreset section nav aside aside section h1,
.unreset section nav aside nav article h1,
.unreset section nav aside nav aside h1,
.unreset section nav aside nav nav h1,
.unreset section nav aside nav section h1,
.unreset section nav aside section article h1,
.unreset section nav aside section aside h1,
.unreset section nav aside section nav h1,
.unreset section nav aside section section h1,
.unreset section nav nav article article h1,
.unreset section nav nav article aside h1,
.unreset section nav nav article nav h1,
.unreset section nav nav article section h1,
.unreset section nav nav aside article h1,
.unreset section nav nav aside aside h1,
.unreset section nav nav aside nav h1,
.unreset section nav nav aside section h1,
.unreset section nav nav nav article h1,
.unreset section nav nav nav aside h1,
.unreset section nav nav nav nav h1,
.unreset section nav nav nav section h1,
.unreset section nav nav section article h1,
.unreset section nav nav section aside h1,
.unreset section nav nav section nav h1,
.unreset section nav nav section section h1,
.unreset section nav section article article h1,
.unreset section nav section article aside h1,
.unreset section nav section article nav h1,
.unreset section nav section article section h1,
.unreset section nav section aside article h1,
.unreset section nav section aside aside h1,
.unreset section nav section aside nav h1,
.unreset section nav section aside section h1,
.unreset section nav section nav article h1,
.unreset section nav section nav aside h1,
.unreset section nav section nav nav h1,
.unreset section nav section nav section h1,
.unreset section nav section section article h1,
.unreset section nav section section aside h1,
.unreset section nav section section nav h1,
.unreset section nav section section section h1,
.unreset section section article article article h1,
.unreset section section article article aside h1,
.unreset section section article article nav h1,
.unreset section section article article section h1,
.unreset section section article aside article h1,
.unreset section section article aside aside h1,
.unreset section section article aside nav h1,
.unreset section section article aside section h1,
.unreset section section article nav article h1,
.unreset section section article nav aside h1,
.unreset section section article nav nav h1,
.unreset section section article nav section h1,
.unreset section section article section article h1,
.unreset section section article section aside h1,
.unreset section section article section nav h1,
.unreset section section article section section h1,
.unreset section section aside article article h1,
.unreset section section aside article aside h1,
.unreset section section aside article nav h1,
.unreset section section aside article section h1,
.unreset section section aside aside article h1,
.unreset section section aside aside aside h1,
.unreset section section aside aside nav h1,
.unreset section section aside aside section h1,
.unreset section section aside nav article h1,
.unreset section section aside nav aside h1,
.unreset section section aside nav nav h1,
.unreset section section aside nav section h1,
.unreset section section aside section article h1,
.unreset section section aside section aside h1,
.unreset section section aside section nav h1,
.unreset section section aside section section h1,
.unreset section section nav article article h1,
.unreset section section nav article aside h1,
.unreset section section nav article nav h1,
.unreset section section nav article section h1,
.unreset section section nav aside article h1,
.unreset section section nav aside aside h1,
.unreset section section nav aside nav h1,
.unreset section section nav aside section h1,
.unreset section section nav nav article h1,
.unreset section section nav nav aside h1,
.unreset section section nav nav nav h1,
.unreset section section nav nav section h1,
.unreset section section nav section article h1,
.unreset section section nav section aside h1,
.unreset section section nav section nav h1,
.unreset section section nav section section h1,
.unreset section section section article article h1,
.unreset section section section article aside h1,
.unreset section section section article nav h1,
.unreset section section section article section h1,
.unreset section section section aside article h1,
.unreset section section section aside aside h1,
.unreset section section section aside nav h1,
.unreset section section section aside section h1,
.unreset section section section nav article h1,
.unreset section section section nav aside h1,
.unreset section section section nav nav h1,
.unreset section section section nav section h1,
.unreset section section section section article h1,
.unreset section section section section aside h1,
.unreset section section section section nav h1,
.unreset section section section section section h1 {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.unreset menu,
.unreset ul {
    list-style-type: disc;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-left: 2.5rem;
}
.unreset ol {
    list-style-type: decimal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}
.unreset ol ul,
.unreset ul ul {
    list-style-type: circle;
}
.unreset ol ol ul,
.unreset ol ul ul,
.unreset ul ol ul,
.unreset ul ul ul {
    list-style-type: square;
}
.unreset dd {
    padding-left: 2.5rem;
}
.unreset dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.unreset dl dl,
.unreset dl menu,
.unreset dl ol,
.unreset dl ul,
.unreset menu dl,
.unreset menu menu,
.unreset menu ol,
.unreset menu ul,
.unreset ol dl,
.unreset ol menu,
.unreset ol ol,
.unreset ol ul,
.unreset ul dl,
.unreset ul menu,
.unreset ul ol,
.unreset ul ul {
    margin: 0;
}
.unreset legend {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.unreset fieldset {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}
.unreset b,
.unreset strong {
    font-weight: 700;
}
.unreset pre {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (min-width: 640px) {
    .sm\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .sm\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .sm\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .sm\:container {
            max-width: 480px;
        }
    }
    @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: 1920px) {
        .sm\:container {
            max-width: 1920px;
        }
    }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }
    .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .sm\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .sm\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }
    .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }
    .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }
    .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .sm\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .sm\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .sm\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .sm\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .sm\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .sm\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .sm\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .sm\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .sm\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .sm\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .sm\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .sm\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .sm\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .sm\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .sm\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .sm\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .sm\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .sm\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .sm\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .sm\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .sm\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .sm\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .sm\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .sm\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .sm\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .sm\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .sm\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .sm\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .sm\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .sm\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .sm\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .sm\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .sm\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .sm\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .sm\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .sm\:bg-fixed {
        background-attachment: fixed;
    }
    .sm\:bg-local {
        background-attachment: local;
    }
    .sm\:bg-scroll {
        background-attachment: scroll;
    }
    .sm\:bg-clip-border {
        background-clip: border-box;
    }
    .sm\:bg-clip-padding {
        background-clip: padding-box;
    }
    .sm\:bg-clip-content {
        background-clip: content-box;
    }
    .sm\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .sm\:bg-transparent {
        background-color: transparent;
    }
    .sm\:bg-current {
        background-color: currentColor;
    }
    .sm\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .sm\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .sm\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .sm\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .sm\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .sm\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .sm\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .sm\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .sm\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .sm\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .sm\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .sm\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .sm\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .sm\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .sm\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .sm\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .sm\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .sm\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .sm\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .sm\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .sm\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .sm\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .sm\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .sm\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .sm\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .sm\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .sm\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .sm\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .sm\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .sm\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .sm\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .sm\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .sm\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .sm\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .sm\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .sm\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .sm\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .sm\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .sm\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .sm\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .sm\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .sm\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .sm\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .sm\:bg-gray-23 {
        background-color: #eee;
    }
    .sm\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .sm\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .sm\:bg-gray-26 {
        background-color: #efefef;
    }
    .sm\:bg-gray-27 {
        background-color: #bababa;
    }
    .sm\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .sm\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .sm\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .sm\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .sm\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .sm\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .sm\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .sm\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .sm\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .sm\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .sm\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .sm\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .sm\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .sm\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .sm\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .sm\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .sm\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .sm\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .sm\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .sm\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .sm\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .sm\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .sm\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .sm\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .sm\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .sm\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .sm\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .sm\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .sm\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .sm\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .sm\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .sm\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .sm\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .sm\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .sm\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .sm\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .sm\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .sm\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .sm\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .sm\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .sm\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .sm\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .sm\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .sm\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .sm\:bg-none {
        background-image: none;
    }
    .sm\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .sm\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .sm\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .sm\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .sm\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .sm\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .sm\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .sm\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .sm\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .sm\:to-current {
        --tw-gradient-to: currentColor;
    }
    .sm\:to-black {
        --tw-gradient-to: #000;
    }
    .sm\:to-white {
        --tw-gradient-to: #fff;
    }
    .sm\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .sm\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .sm\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .sm\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .sm\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .sm\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .sm\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .sm\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .sm\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .sm\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .sm\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .sm\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .sm\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .sm\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .sm\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .sm\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .sm\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .sm\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .sm\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .sm\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .sm\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .sm\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .sm\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .sm\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .sm\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .sm\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .sm\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .sm\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .sm\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .sm\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .sm\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .sm\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .sm\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .sm\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .sm\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .sm\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .sm\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .sm\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .sm\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .sm\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .sm\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .sm\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .sm\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .sm\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .sm\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .sm\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .sm\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .sm\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .sm\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .sm\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .sm\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .sm\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .sm\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .sm\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .sm\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .sm\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .sm\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .sm\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .sm\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .sm\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .sm\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .sm\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .sm\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .sm\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .sm\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .sm\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .sm\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .sm\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .sm\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .sm\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .sm\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .sm\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .sm\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .sm\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .sm\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .sm\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .sm\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .sm\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .sm\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .sm\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .sm\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .sm\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .sm\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .sm\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .sm\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .sm\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .sm\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .sm\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .sm\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .sm\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .sm\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .sm\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .sm\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .sm\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .sm\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .sm\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .sm\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .sm\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .sm\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .sm\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .sm\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .sm\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .sm\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .sm\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .sm\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .sm\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .sm\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .sm\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .sm\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .sm\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .sm\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .sm\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .sm\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .sm\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .sm\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .sm\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .sm\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .sm\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .sm\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .sm\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .sm\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .sm\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .sm\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .sm\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .sm\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .sm\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .sm\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .sm\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .sm\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .sm\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .sm\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .sm\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .sm\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .sm\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .sm\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .sm\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .sm\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .sm\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .sm\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:hover\:from-yellow-50:hover {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:hover\:from-yellow-100:hover {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:hover\:from-yellow-200:hover {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:hover\:from-yellow-300:hover {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:hover\:from-yellow-400:hover {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:hover\:from-yellow-500:hover {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:hover\:from-yellow-600:hover {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:hover\:from-yellow-700:hover {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:hover\:from-yellow-800:hover {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:hover\:from-yellow-900:hover {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:hover\:from-green-50:hover {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:hover\:from-green-100:hover {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:hover\:from-green-200:hover {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:hover\:from-green-300:hover {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:hover\:from-green-400:hover {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:hover\:from-green-500:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:hover\:from-green-600:hover {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:hover\:from-green-700:hover {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:hover\:from-green-800:hover {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:hover\:from-green-900:hover {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:hover\:from-blue-50:hover {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:hover\:from-blue-100:hover {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:hover\:from-blue-200:hover {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:hover\:from-blue-300:hover {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:hover\:from-blue-400:hover {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:hover\:from-blue-500:hover {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:hover\:from-blue-600:hover {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:hover\:from-blue-700:hover {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:hover\:from-blue-800:hover {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:hover\:from-blue-900:hover {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:hover\:from-purple-50:hover {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:hover\:from-purple-100:hover {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:hover\:from-purple-200:hover {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:hover\:from-purple-300:hover {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:hover\:from-purple-400:hover {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:hover\:from-purple-500:hover {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:hover\:from-purple-600:hover {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:hover\:from-purple-700:hover {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:hover\:from-purple-800:hover {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:hover\:from-purple-900:hover {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:hover\:from-pink-50:hover {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:hover\:from-pink-100:hover {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:hover\:from-pink-200:hover {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:hover\:from-pink-300:hover {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:hover\:from-pink-400:hover {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:hover\:from-pink-500:hover {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:hover\:from-pink-600:hover {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:hover\:from-pink-700:hover {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:hover\:from-pink-800:hover {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:hover\:from-pink-900:hover {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .sm\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .sm\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .sm\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .sm\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .sm\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .sm\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .sm\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .sm\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .sm\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .sm\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .sm\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .sm\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .sm\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .sm\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .sm\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .sm\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .sm\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .sm\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .sm\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .sm\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .sm\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .sm\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .sm\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .sm\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .sm\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .sm\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .sm\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .sm\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .sm\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .sm\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .sm\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .sm\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .sm\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .sm\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .sm\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .sm\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .sm\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .sm\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .sm\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .sm\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .sm\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .sm\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .sm\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .sm\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .sm\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .sm\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .sm\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .sm\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .sm\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .sm\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .sm\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .sm\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .sm\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .sm\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .sm\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .sm\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .sm\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .sm\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .sm\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .sm\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .sm\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .sm\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .sm\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .sm\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .sm\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .sm\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .sm\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .sm\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .sm\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .sm\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .sm\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .sm\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .sm\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .sm\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .sm\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .sm\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .sm\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .sm\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .sm\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .sm\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .sm\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .sm\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .sm\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .sm\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .sm\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .sm\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .sm\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .sm\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .sm\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .sm\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .sm\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .sm\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .sm\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .sm\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .sm\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .sm\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .sm\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .sm\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .sm\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .sm\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .sm\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .sm\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .sm\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .sm\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .sm\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .sm\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .sm\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .sm\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .sm\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .sm\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .sm\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .sm\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .sm\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .sm\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .sm\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .sm\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .sm\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .sm\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .sm\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .sm\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .sm\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .sm\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .sm\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .sm\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .sm\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .sm\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .sm\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .sm\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .sm\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .sm\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .sm\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .sm\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .sm\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .sm\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .sm\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .sm\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .sm\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .sm\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .sm\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .sm\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .sm\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .sm\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:focus\:from-yellow-50:focus {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:focus\:from-yellow-100:focus {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:focus\:from-yellow-200:focus {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:focus\:from-yellow-300:focus {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:focus\:from-yellow-400:focus {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:focus\:from-yellow-500:focus {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:focus\:from-yellow-600:focus {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:focus\:from-yellow-700:focus {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:focus\:from-yellow-800:focus {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:focus\:from-yellow-900:focus {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:focus\:from-green-50:focus {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:focus\:from-green-100:focus {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:focus\:from-green-200:focus {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:focus\:from-green-300:focus {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:focus\:from-green-400:focus {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:focus\:from-green-500:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:focus\:from-green-600:focus {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:focus\:from-green-700:focus {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:focus\:from-green-800:focus {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:focus\:from-green-900:focus {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:focus\:from-blue-50:focus {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:focus\:from-blue-100:focus {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:focus\:from-blue-200:focus {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:focus\:from-blue-300:focus {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:focus\:from-blue-400:focus {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:focus\:from-blue-500:focus {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:focus\:from-blue-600:focus {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:focus\:from-blue-700:focus {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:focus\:from-blue-800:focus {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:focus\:from-blue-900:focus {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:focus\:from-purple-50:focus {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:focus\:from-purple-100:focus {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:focus\:from-purple-200:focus {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:focus\:from-purple-300:focus {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:focus\:from-purple-400:focus {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:focus\:from-purple-500:focus {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:focus\:from-purple-600:focus {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:focus\:from-purple-700:focus {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:focus\:from-purple-800:focus {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:focus\:from-purple-900:focus {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:focus\:from-pink-50:focus {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:focus\:from-pink-100:focus {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:focus\:from-pink-200:focus {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:focus\:from-pink-300:focus {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:focus\:from-pink-400:focus {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:focus\:from-pink-500:focus {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:focus\:from-pink-600:focus {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:focus\:from-pink-700:focus {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:focus\:from-pink-800:focus {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:focus\:from-pink-900:focus {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .sm\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .sm\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .sm\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .sm\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .sm\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .sm\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .sm\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .sm\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .sm\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .sm\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .sm\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .sm\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .sm\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .sm\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .sm\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .sm\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .sm\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .sm\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .sm\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .sm\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .sm\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .sm\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .sm\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .sm\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .sm\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .sm\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .sm\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .sm\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .sm\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .sm\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .sm\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .sm\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .sm\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .sm\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .sm\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .sm\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .sm\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .sm\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .sm\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .sm\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .sm\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .sm\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .sm\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .sm\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .sm\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .sm\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .sm\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .sm\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .sm\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .sm\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .sm\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .sm\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .sm\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .sm\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .sm\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .sm\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .sm\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .sm\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .sm\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .sm\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .sm\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .sm\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .sm\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .sm\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .sm\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .sm\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .sm\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .sm\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .sm\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .sm\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .sm\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .sm\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .sm\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .sm\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .sm\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .sm\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .sm\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .sm\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .sm\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .sm\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .sm\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .sm\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .sm\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .sm\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .sm\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .sm\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .sm\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .sm\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .sm\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .sm\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .sm\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .sm\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .sm\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .sm\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .sm\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .sm\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .sm\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .sm\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .sm\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .sm\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .sm\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .sm\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .sm\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .sm\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .sm\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .sm\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .sm\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .sm\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .sm\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .sm\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .sm\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .sm\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .sm\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .sm\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .sm\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .sm\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .sm\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .sm\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .sm\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .sm\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .sm\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .sm\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .sm\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .sm\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .sm\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .sm\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .sm\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .sm\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .sm\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .sm\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .sm\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .sm\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .sm\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .sm\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .sm\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .sm\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .sm\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .sm\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .sm\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .sm\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .sm\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .sm\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .sm\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .sm\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .sm\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .sm\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .sm\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .sm\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .sm\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .sm\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .sm\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .sm\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .sm\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .sm\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .sm\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .sm\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .sm\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .sm\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .sm\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .sm\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .sm\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .sm\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .sm\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .sm\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .sm\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .sm\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .sm\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .sm\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .sm\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .sm\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .sm\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .sm\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .sm\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .sm\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .sm\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .sm\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .sm\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .sm\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .sm\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .sm\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .sm\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .sm\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .sm\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .sm\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .sm\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .sm\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .sm\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .sm\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .sm\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .sm\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .sm\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .sm\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .sm\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .sm\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .sm\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .sm\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .sm\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .sm\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .sm\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .sm\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .sm\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .sm\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .sm\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .sm\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .sm\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .sm\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .sm\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .sm\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .sm\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .sm\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .sm\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .sm\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .sm\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .sm\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .sm\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .sm\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .sm\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .sm\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .sm\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .sm\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .sm\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .sm\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .sm\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .sm\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .sm\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .sm\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .sm\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .sm\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .sm\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .sm\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .sm\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .sm\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .sm\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .sm\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .sm\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .sm\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .sm\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .sm\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .sm\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .sm\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .sm\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .sm\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .sm\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .sm\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .sm\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .sm\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .sm\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .sm\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .sm\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .sm\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .sm\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .sm\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .sm\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .sm\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .sm\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .sm\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .sm\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .sm\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .sm\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .sm\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .sm\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .sm\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .sm\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .sm\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .sm\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .sm\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .sm\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .sm\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .sm\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .sm\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .sm\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .sm\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .sm\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .sm\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .sm\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .sm\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .sm\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .sm\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .sm\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .sm\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .sm\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .sm\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .sm\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .sm\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .sm\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .sm\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .sm\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .sm\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .sm\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .sm\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .sm\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .sm\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .sm\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .sm\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .sm\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .sm\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .sm\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .sm\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .sm\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .sm\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .sm\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .sm\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .sm\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .sm\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .sm\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .sm\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .sm\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .sm\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .sm\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .sm\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .sm\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .sm\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .sm\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .sm\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .sm\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .sm\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .sm\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .sm\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .sm\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .sm\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .sm\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .sm\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .sm\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .sm\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .sm\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .sm\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .sm\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .sm\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .sm\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .sm\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .sm\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .sm\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .sm\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .sm\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .sm\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .sm\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .sm\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .sm\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .sm\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .sm\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .sm\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .sm\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .sm\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .sm\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .sm\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .sm\:bg-bottom {
        background-position: bottom;
    }
    .sm\:bg-center {
        background-position: center;
    }
    .sm\:bg-left {
        background-position: left;
    }
    .sm\:bg-left-bottom {
        background-position: left bottom;
    }
    .sm\:bg-left-top {
        background-position: left top;
    }
    .sm\:bg-right {
        background-position: right;
    }
    .sm\:bg-right-bottom {
        background-position: right bottom;
    }
    .sm\:bg-right-top {
        background-position: right top;
    }
    .sm\:bg-top {
        background-position: top;
    }
    .sm\:bg-repeat {
        background-repeat: repeat;
    }
    .sm\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .sm\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .sm\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .sm\:bg-repeat-round {
        background-repeat: round;
    }
    .sm\:bg-repeat-space {
        background-repeat: space;
    }
    .sm\:bg-auto {
        background-size: auto;
    }
    .sm\:bg-cover {
        background-size: cover;
    }
    .sm\:bg-contain {
        background-size: contain;
    }
    .sm\:border-collapse {
        border-collapse: collapse;
    }
    .sm\:border-separate {
        border-collapse: separate;
    }
    .sm\:border-transparent {
        border-color: transparent;
    }
    .sm\:border-current {
        border-color: currentColor;
    }
    .sm\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .sm\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .sm\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .sm\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .sm\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .sm\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .sm\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .sm\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .sm\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .sm\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .sm\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .sm\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .sm\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .sm\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .sm\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .sm\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .sm\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .sm\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .sm\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .sm\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .sm\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .sm\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .sm\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .sm\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .sm\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .sm\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .sm\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .sm\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .sm\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .sm\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .sm\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .sm\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .sm\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .sm\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .sm\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .sm\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .sm\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .sm\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .sm\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .sm\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .sm\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .sm\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .sm\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .sm\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .sm\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .sm\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .sm\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .sm\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .sm\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .sm\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .sm\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .sm\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .sm\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .sm\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .sm\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .sm\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .sm\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .sm\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .sm\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .sm\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .sm\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .sm\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .sm\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .sm\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .sm\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .sm\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .sm\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .sm\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .sm\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .sm\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .sm\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .sm\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .sm\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .sm\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .sm\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .sm\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .sm\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .sm\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .sm\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .sm\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .sm\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .sm\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .sm\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .sm\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .sm\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .sm\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .sm\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .sm\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .sm\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .sm\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .sm\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .sm\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .sm\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .sm\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .sm\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .sm\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .sm\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .sm\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .sm\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .sm\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .sm\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .sm\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .sm\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .sm\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .sm\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .sm\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .sm\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .sm\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .sm\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .sm\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .sm\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .sm\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .sm\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .sm\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .sm\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .sm\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .sm\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .sm\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .sm\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .sm\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .sm\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .sm\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .sm\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .sm\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .sm\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .sm\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .sm\:border-gray-23 {
        border-color: #eee;
    }
    .sm\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .sm\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .sm\:border-gray-26 {
        border-color: #efefef;
    }
    .sm\:border-gray-27 {
        border-color: #bababa;
    }
    .sm\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .sm\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .sm\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .sm\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .sm\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .sm\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .sm\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .sm\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .sm\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .sm\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .sm\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .sm\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .sm\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .sm\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .sm\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .sm\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .sm\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .sm\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .sm\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .sm\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .sm\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .sm\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .sm\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .sm\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .sm\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .sm\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .sm\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .sm\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .sm\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .sm\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .sm\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .sm\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .sm\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .sm\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .sm\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .sm\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .sm\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .sm\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .sm\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .sm\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .sm\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .sm\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .sm\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .sm\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .sm\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .sm\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .sm\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .sm\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .sm\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .sm\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .sm\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .sm\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .sm\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .sm\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .sm\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .sm\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .sm\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .sm\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .sm\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .sm\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .sm\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .sm\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .sm\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .sm\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .sm\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .sm\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .sm\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .sm\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .sm\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .sm\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .sm\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .sm\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .sm\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .sm\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .sm\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .sm\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .sm\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .sm\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .sm\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .sm\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .sm\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .sm\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .sm\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .sm\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .sm\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .sm\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .sm\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .sm\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .sm\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .sm\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .sm\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .sm\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .sm\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .sm\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .sm\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .sm\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .sm\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .sm\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .sm\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .sm\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .sm\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .sm\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .sm\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .sm\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .sm\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .sm\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .sm\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .sm\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .sm\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .sm\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .sm\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .sm\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .sm\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .sm\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .sm\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .sm\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .sm\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .sm\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .sm\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .sm\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .sm\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .sm\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .sm\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .sm\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .sm\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .sm\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .sm\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .sm\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .sm\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .sm\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .sm\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .sm\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .sm\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .sm\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .sm\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .sm\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .sm\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .sm\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .sm\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .sm\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .sm\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .sm\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .sm\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .sm\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .sm\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .sm\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .sm\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .sm\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .sm\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .sm\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .sm\:rounded-none {
        border-radius: 0;
    }
    .sm\:rounded-sm {
        border-radius: 0.125rem;
    }
    .sm\:rounded {
        border-radius: 0.25rem;
    }
    .sm\:rounded-md {
        border-radius: 0.375rem;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:rounded-xl {
        border-radius: 0.75rem;
    }
    .sm\:rounded-2xl {
        border-radius: 1rem;
    }
    .sm\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .sm\:rounded-full {
        border-radius: 9999px;
    }
    .sm\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .sm\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sm\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sm\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sm\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .sm\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .sm\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .sm\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .sm\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .sm\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .sm\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .sm\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .sm\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .sm\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .sm\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .sm\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .sm\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .sm\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .sm\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .sm\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .sm\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .sm\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .sm\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .sm\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .sm\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .sm\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .sm\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .sm\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .sm\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .sm\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .sm\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .sm\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .sm\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .sm\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .sm\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .sm\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .sm\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .sm\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .sm\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .sm\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .sm\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .sm\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .sm\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .sm\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .sm\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .sm\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .sm\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .sm\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .sm\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .sm\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .sm\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .sm\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .sm\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .sm\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .sm\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .sm\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .sm\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .sm\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .sm\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .sm\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .sm\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .sm\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .sm\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .sm\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .sm\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .sm\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .sm\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .sm\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .sm\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .sm\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .sm\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .sm\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .sm\:border-solid {
        border-style: solid;
    }
    .sm\:border-dashed {
        border-style: dashed;
    }
    .sm\:border-dotted {
        border-style: dotted;
    }
    .sm\:border-double {
        border-style: double;
    }
    .sm\:border-none {
        border-style: none;
    }
    .sm\:border-0 {
        border-width: 0;
    }
    .sm\:border-2 {
        border-width: 2px;
    }
    .sm\:border-4 {
        border-width: 4px;
    }
    .sm\:border-8 {
        border-width: 8px;
    }
    .sm\:border {
        border-width: 1px;
    }
    .sm\:border-t-0 {
        border-top-width: 0;
    }
    .sm\:border-r-0 {
        border-right-width: 0;
    }
    .sm\:border-b-0 {
        border-bottom-width: 0;
    }
    .sm\:border-l-0 {
        border-left-width: 0;
    }
    .sm\:border-t-2 {
        border-top-width: 2px;
    }
    .sm\:border-r-2 {
        border-right-width: 2px;
    }
    .sm\:border-b-2 {
        border-bottom-width: 2px;
    }
    .sm\:border-l-2 {
        border-left-width: 2px;
    }
    .sm\:border-t-4 {
        border-top-width: 4px;
    }
    .sm\:border-r-4 {
        border-right-width: 4px;
    }
    .sm\:border-b-4 {
        border-bottom-width: 4px;
    }
    .sm\:border-l-4 {
        border-left-width: 4px;
    }
    .sm\:border-t-8 {
        border-top-width: 8px;
    }
    .sm\:border-r-8 {
        border-right-width: 8px;
    }
    .sm\:border-b-8 {
        border-bottom-width: 8px;
    }
    .sm\:border-l-8 {
        border-left-width: 8px;
    }
    .sm\:border-t {
        border-top-width: 1px;
    }
    .sm\:border-r {
        border-right-width: 1px;
    }
    .sm\:border-b {
        border-bottom-width: 1px;
    }
    .sm\:border-l {
        border-left-width: 1px;
    }
    .sm\:box-border {
        box-sizing: border-box;
    }
    .sm\:box-content {
        box-sizing: content-box;
    }
    .sm\:cursor-auto {
        cursor: auto;
    }
    .sm\:cursor-default {
        cursor: default;
    }
    .sm\:cursor-pointer {
        cursor: pointer;
    }
    .sm\:cursor-wait {
        cursor: wait;
    }
    .sm\:cursor-text {
        cursor: text;
    }
    .sm\:cursor-move {
        cursor: move;
    }
    .sm\:cursor-help {
        cursor: help;
    }
    .sm\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:inline-flex {
        display: inline-flex;
    }
    .sm\:table {
        display: table;
    }
    .sm\:table-caption {
        display: table-caption;
    }
    .sm\:table-cell {
        display: table-cell;
    }
    .sm\:table-column {
        display: table-column;
    }
    .sm\:table-column-group {
        display: table-column-group;
    }
    .sm\:table-footer-group {
        display: table-footer-group;
    }
    .sm\:table-header-group {
        display: table-header-group;
    }
    .sm\:table-row-group {
        display: table-row-group;
    }
    .sm\:table-row {
        display: table-row;
    }
    .sm\:flow-root {
        display: flow-root;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:inline-grid {
        display: inline-grid;
    }
    .sm\:contents {
        display: contents;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:place-items-auto {
        place-items: auto;
    }
    .sm\:place-items-start {
        place-items: start;
    }
    .sm\:place-items-end {
        place-items: end;
    }
    .sm\:place-items-center {
        place-items: center;
    }
    .sm\:place-items-stretch {
        place-items: stretch;
    }
    .sm\:place-content-center {
        place-content: center;
    }
    .sm\:place-content-start {
        place-content: start;
    }
    .sm\:place-content-end {
        place-content: end;
    }
    .sm\:place-content-between {
        place-content: space-between;
    }
    .sm\:place-content-around {
        place-content: space-around;
    }
    .sm\:place-content-evenly {
        place-content: space-evenly;
    }
    .sm\:place-content-stretch {
        place-content: stretch;
    }
    .sm\:place-self-auto {
        place-self: auto;
    }
    .sm\:place-self-start {
        place-self: start;
    }
    .sm\:place-self-end {
        place-self: end;
    }
    .sm\:place-self-center {
        place-self: center;
    }
    .sm\:place-self-stretch {
        place-self: stretch;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:items-baseline {
        align-items: baseline;
    }
    .sm\:items-stretch {
        align-items: stretch;
    }
    .sm\:content-center {
        align-content: center;
    }
    .sm\:content-start {
        align-content: flex-start;
    }
    .sm\:content-end {
        align-content: flex-end;
    }
    .sm\:content-between {
        align-content: space-between;
    }
    .sm\:content-around {
        align-content: space-around;
    }
    .sm\:content-evenly {
        align-content: space-evenly;
    }
    .sm\:self-auto {
        align-self: auto;
    }
    .sm\:self-start {
        align-self: flex-start;
    }
    .sm\:self-end {
        align-self: flex-end;
    }
    .sm\:self-center {
        align-self: center;
    }
    .sm\:self-stretch {
        align-self: stretch;
    }
    .sm\:justify-items-auto {
        justify-items: auto;
    }
    .sm\:justify-items-start {
        justify-items: start;
    }
    .sm\:justify-items-end {
        justify-items: end;
    }
    .sm\:justify-items-center {
        justify-items: center;
    }
    .sm\:justify-items-stretch {
        justify-items: stretch;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-end {
        justify-content: flex-end;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:justify-around {
        justify-content: space-around;
    }
    .sm\:justify-evenly {
        justify-content: space-evenly;
    }
    .sm\:justify-self-auto {
        justify-self: auto;
    }
    .sm\:justify-self-start {
        justify-self: start;
    }
    .sm\:justify-self-end {
        justify-self: end;
    }
    .sm\:justify-self-center {
        justify-self: center;
    }
    .sm\:justify-self-stretch {
        justify-self: stretch;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:flex-auto {
        flex: 1 1 auto;
    }
    .sm\:flex-initial {
        flex: 0 1 auto;
    }
    .sm\:flex-none {
        flex: none;
    }
    .sm\:flex-grow-0 {
        flex-grow: 0;
    }
    .sm\:flex-grow {
        flex-grow: 1;
    }
    .sm\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .sm\:flex-shrink {
        flex-shrink: 1;
    }
    .sm\:order-1 {
        order: 1;
    }
    .sm\:order-2 {
        order: 2;
    }
    .sm\:order-3 {
        order: 3;
    }
    .sm\:order-4 {
        order: 4;
    }
    .sm\:order-5 {
        order: 5;
    }
    .sm\:order-6 {
        order: 6;
    }
    .sm\:order-7 {
        order: 7;
    }
    .sm\:order-8 {
        order: 8;
    }
    .sm\:order-9 {
        order: 9;
    }
    .sm\:order-10 {
        order: 10;
    }
    .sm\:order-11 {
        order: 11;
    }
    .sm\:order-12 {
        order: 12;
    }
    .sm\:order-first {
        order: -9999;
    }
    .sm\:order-last {
        order: 9999;
    }
    .sm\:order-none {
        order: 0;
    }
    .sm\:float-right {
        float: right;
    }
    .sm\:float-left {
        float: left;
    }
    .sm\:float-none {
        float: none;
    }
    .sm\:clear-left {
        clear: left;
    }
    .sm\:clear-right {
        clear: right;
    }
    .sm\:clear-both {
        clear: both;
    }
    .sm\:clear-none {
        clear: none;
    }
    .sm\:font-sans {
        font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
            BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
            "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
    }
    .sm\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .sm\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .sm\:font-DM {
        font-family: DM Sans;
    }
    .sm\:font-thin {
        font-weight: 100;
    }
    .sm\:font-extralight {
        font-weight: 200;
    }
    .sm\:font-light {
        font-weight: 300;
    }
    .sm\:font-normal {
        font-weight: 400;
    }
    .sm\:font-medium {
        font-weight: 500;
    }
    .sm\:font-semibold {
        font-weight: 600;
    }
    .sm\:font-bold {
        font-weight: 700;
    }
    .sm\:font-extrabold {
        font-weight: 800;
    }
    .sm\:font-black {
        font-weight: 900;
    }
    .sm\:h-0 {
        height: 0;
    }
    .sm\:h-1 {
        height: 0.25rem;
    }
    .sm\:h-2 {
        height: 0.5rem;
    }
    .sm\:h-3 {
        height: 0.75rem;
    }
    .sm\:h-4 {
        height: 1rem;
    }
    .sm\:h-5 {
        height: 1.25rem;
    }
    .sm\:h-6 {
        height: 1.5rem;
    }
    .sm\:h-7 {
        height: 1.75rem;
    }
    .sm\:h-8 {
        height: 2rem;
    }
    .sm\:h-9 {
        height: 2.25rem;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:h-11 {
        height: 2.75rem;
    }
    .sm\:h-12 {
        height: 3rem;
    }
    .sm\:h-14 {
        height: 3.5rem;
    }
    .sm\:h-16 {
        height: 4rem;
    }
    .sm\:h-20 {
        height: 5rem;
    }
    .sm\:h-23 {
        height: 88px;
    }
    .sm\:h-24 {
        height: 6rem;
    }
    .sm\:h-25 {
        height: 100px;
    }
    .sm\:h-28 {
        height: 7rem;
    }
    .sm\:h-29 {
        height: 120px;
    }
    .sm\:h-32 {
        height: 8rem;
    }
    .sm\:h-33 {
        height: 130px;
    }
    .sm\:h-36 {
        height: 9rem;
    }
    .sm\:h-40 {
        height: 10rem;
    }
    .sm\:h-44 {
        height: 11rem;
    }
    .sm\:h-48 {
        height: 12rem;
    }
    .sm\:h-52 {
        height: 13rem;
    }
    .sm\:h-56 {
        height: 14rem;
    }
    .sm\:h-60 {
        height: 15rem;
    }
    .sm\:h-63 {
        height: 270px;
    }
    .sm\:h-64 {
        height: 16rem;
    }
    .sm\:h-72 {
        height: 18rem;
    }
    .sm\:h-80 {
        height: 20rem;
    }
    .sm\:h-92 {
        height: 475px;
    }
    .sm\:h-96 {
        height: 24rem;
    }
    .sm\:h-128 {
        height: 32rem;
    }
    .sm\:h-auto {
        height: auto;
    }
    .sm\:h-px {
        height: 1px;
    }
    .sm\:h-0\.5 {
        height: 0.125rem;
    }
    .sm\:h-1\.5 {
        height: 0.375rem;
    }
    .sm\:h-2\.5 {
        height: 0.625rem;
    }
    .sm\:h-3\.5 {
        height: 0.875rem;
    }
    .sm\:h-105p {
        height: 105px;
    }
    .sm\:h-50p {
        height: 50px;
    }
    .sm\:h-54p {
        height: 54px;
    }
    .sm\:h-1p {
        height: 1px;
    }
    .sm\:h-2p {
        height: 2px;
    }
    .sm\:h-3p {
        height: 3px;
    }
    .sm\:h-5p {
        height: 5px;
    }
    .sm\:h-7p {
        height: 7px;
    }
    .sm\:h-9p {
        height: 9px;
    }
    .sm\:h-10p {
        height: 10px;
    }
    .sm\:h-11p {
        height: 11px;
    }
    .sm\:h-13p {
        height: 13px;
    }
    .sm\:h-15p {
        height: 15px;
    }
    .sm\:h-18p {
        height: 18px;
    }
    .sm\:h-19p {
        height: 19px;
    }
    .sm\:h-21p {
        height: 21px;
    }
    .sm\:h-22p {
        height: 22px;
    }
    .sm\:h-23p {
        height: 23px;
    }
    .sm\:h-25p {
        height: 25px;
    }
    .sm\:h-26p {
        height: 26px;
    }
    .sm\:h-29p {
        height: 29px;
    }
    .sm\:h-30p {
        height: 30px;
    }
    .sm\:h-31p {
        height: 31px;
    }
    .sm\:h-35p {
        height: 35px;
    }
    .sm\:h-52p {
        height: 52px;
    }
    .sm\:h-53p {
        height: 53px;
    }
    .sm\:h-55p {
        height: 55px;
    }
    .sm\:h-59p {
        height: 59px;
    }
    .sm\:h-27p {
        height: 27px;
    }
    .sm\:h-33\.5p {
        height: 33.5px;
    }
    .sm\:h-38p {
        height: 38px;
    }
    .sm\:h-40p {
        height: 40px;
    }
    .sm\:h-46p {
        height: 46px;
    }
    .sm\:h-47p {
        height: 47px;
    }
    .sm\:h-49p {
        height: 49px;
    }
    .sm\:h-58p {
        height: 58px;
    }
    .sm\:h-75p {
        height: 75px;
    }
    .sm\:h-77p {
        height: 77px;
    }
    .sm\:h-60p {
        height: 60px;
    }
    .sm\:h-65p {
        height: 65px;
    }
    .sm\:h-66p {
        height: 66px;
    }
    .sm\:h-68p {
        height: 68px;
    }
    .sm\:h-70p {
        height: 70px;
    }
    .sm\:h-72p {
        height: 72px;
    }
    .sm\:h-74p {
        height: 74px;
    }
    .sm\:h-78p {
        height: 78px;
    }
    .sm\:h-80p {
        height: 80px;
    }
    .sm\:h-82p {
        height: 82px;
    }
    .sm\:h-84p {
        height: 84px;
    }
    .sm\:h-89p {
        height: 89px;
    }
    .sm\:h-93p {
        height: 93px;
    }
    .sm\:h-90p {
        height: 90px;
    }
    .sm\:h-97p {
        height: 97px;
    }
    .sm\:h-103p {
        height: 103px;
    }
    .sm\:h-116p {
        height: 116px;
    }
    .sm\:h-120p {
        height: 120px;
    }
    .sm\:h-125p {
        height: 125px;
    }
    .sm\:h-130p {
        height: 130px;
    }
    .sm\:h-135p {
        height: 135px;
    }
    .sm\:h-132p {
        height: 132px;
    }
    .sm\:h-150p {
        height: 150px;
    }
    .sm\:h-216p {
        height: 216px;
    }
    .sm\:h-225p {
        height: 225px;
    }
    .sm\:h-296p {
        height: 296px;
    }
    .sm\:h-270p {
        height: 270px;
    }
    .sm\:h-137p {
        height: 137px;
    }
    .sm\:h-141p {
        height: 141px;
    }
    .sm\:h-146p {
        height: 146px;
    }
    .sm\:h-152p {
        height: 152px;
    }
    .sm\:h-155p {
        height: 155px;
    }
    .sm\:h-163p {
        height: 163px;
    }
    .sm\:h-168p {
        height: 168px;
    }
    .sm\:h-173p {
        height: 173px;
    }
    .sm\:h-210p {
        height: 210px;
    }
    .sm\:h-245p {
        height: 245px;
    }
    .sm\:h-250p {
        height: 250px;
    }
    .sm\:h-260p {
        height: 260px;
    }
    .sm\:h-263p {
        height: 263px;
    }
    .sm\:h-266p {
        height: 266px;
    }
    .sm\:h-275p {
        height: 275px;
    }
    .sm\:h-300p {
        height: 300px;
    }
    .sm\:h-312p {
        height: 312px;
    }
    .sm\:h-318p {
        height: 318px;
    }
    .sm\:h-322p {
        height: 322px;
    }
    .sm\:h-337p {
        height: 337px;
    }
    .sm\:h-345p {
        height: 345px;
    }
    .sm\:h-344p {
        height: 344px;
    }
    .sm\:h-354p {
        height: 354px;
    }
    .sm\:h-364p {
        height: 364px;
    }
    .sm\:h-370p {
        height: 370px;
    }
    .sm\:h-382p {
        height: 382px;
    }
    .sm\:h-385p {
        height: 385px;
    }
    .sm\:h-400p {
        height: 400px;
    }
    .sm\:h-407p {
        height: 407px;
    }
    .sm\:h-411p {
        height: 411px;
    }
    .sm\:h-418p {
        height: 418px;
    }
    .sm\:h-430p {
        height: 430px;
    }
    .sm\:h-450p {
        height: 450px;
    }
    .sm\:h-468p {
        height: 468px;
    }
    .sm\:h-485p {
        height: 485px;
    }
    .sm\:h-491p {
        height: 491px;
    }
    .sm\:h-494p {
        height: 494px;
    }
    .sm\:h-470p {
        height: 470px;
    }
    .sm\:h-480p {
        height: 480px;
    }
    .sm\:h-532p {
        height: 532px;
    }
    .sm\:h-556p {
        height: 556px;
    }
    .sm\:h-505p {
        height: 505px;
    }
    .sm\:h-1179p {
        height: 1179px;
    }
    .sm\:h-1253p {
        height: 1253px;
    }
    .sm\:h-1575p {
        height: 1575px;
    }
    .sm\:h-600p {
        height: 600px;
    }
    .sm\:h-649p {
        height: 649px;
    }
    .sm\:h-690p {
        height: 690px;
    }
    .sm\:h-19\% {
        height: 19%;
    }
    .sm\:h-23\% {
        height: 23%;
    }
    .sm\:h-24\% {
        height: 24%;
    }
    .sm\:h-36\% {
        height: 36%;
    }
    .sm\:h-27\% {
        height: 27%;
    }
    .sm\:h-28\% {
        height: 28%;
    }
    .sm\:h-42\% {
        height: 42%;
    }
    .sm\:h-46\% {
        height: 46%;
    }
    .sm\:h-49\% {
        height: 49%;
    }
    .sm\:h-54\% {
        height: 54%;
    }
    .sm\:h-58\% {
        height: 58%;
    }
    .sm\:h-72\% {
        height: 72%;
    }
    .sm\:h-76\% {
        height: 76%;
    }
    .sm\:h-77\% {
        height: 77%;
    }
    .sm\:h-340p {
        height: 340px;
    }
    .sm\:h-700p {
        height: 700px;
    }
    .sm\:h-848p {
        height: 848px;
    }
    .sm\:h-850p {
        height: 850px;
    }
    .sm\:h-860p {
        height: 860px;
    }
    .sm\:h-1425p {
        height: 1425px;
    }
    .sm\:h-1\/2 {
        height: 50%;
    }
    .sm\:h-1\/3 {
        height: 33.333333%;
    }
    .sm\:h-2\/3 {
        height: 66.666667%;
    }
    .sm\:h-1\/4 {
        height: 25%;
    }
    .sm\:h-2\/4 {
        height: 50%;
    }
    .sm\:h-3\/4 {
        height: 75%;
    }
    .sm\:h-1\/5 {
        height: 20%;
    }
    .sm\:h-2\/5 {
        height: 40%;
    }
    .sm\:h-3\/5 {
        height: 60%;
    }
    .sm\:h-4\/5 {
        height: 80%;
    }
    .sm\:h-1\/6 {
        height: 16.666667%;
    }
    .sm\:h-2\/6 {
        height: 33.333333%;
    }
    .sm\:h-3\/6 {
        height: 50%;
    }
    .sm\:h-4\/6 {
        height: 66.666667%;
    }
    .sm\:h-5\/6 {
        height: 83.333333%;
    }
    .sm\:h-full {
        height: 100%;
    }
    .sm\:h-screen {
        height: 100vh;
    }
    .sm\:text-8 {
        font-size: 8px;
    }
    .sm\:text-11 {
        font-size: 11px;
    }
    .sm\:text-13 {
        font-size: 13px;
    }
    .sm\:text-15 {
        font-size: 15px;
    }
    .sm\:text-17 {
        font-size: 17px;
    }
    .sm\:text-18 {
        font-size: 18px;
    }
    .sm\:text-19 {
        font-size: 19px;
    }
    .sm\:text-20 {
        font-size: 20px;
    }
    .sm\:text-22 {
        font-size: 22px;
    }
    .sm\:text-23 {
        font-size: 23px;
    }
    .sm\:text-26 {
        font-size: 26px;
    }
    .sm\:text-28 {
        font-size: 28px;
    }
    .sm\:text-32 {
        font-size: 32px;
    }
    .sm\:text-33 {
        font-size: 33px;
    }
    .sm\:text-34 {
        font-size: 34px;
    }
    .sm\:text-40 {
        font-size: 40px;
    }
    .sm\:text-42 {
        font-size: 42px;
    }
    .sm\:text-46 {
        font-size: 46px;
    }
    .sm\:text-52 {
        font-size: 52px;
    }
    .sm\:text-66 {
        font-size: 66px;
    }
    .sm\:text-108 {
        font-size: 108px;
    }
    .sm\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .sm\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .sm\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .sm\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .sm\:text-xss {
        font-size: 10px;
    }
    .sm\:text-2\.5xl {
        font-size: 28px;
    }
    .sm\:leading-3 {
        line-height: 0.75rem;
    }
    .sm\:leading-4 {
        line-height: 1rem;
    }
    .sm\:leading-5 {
        line-height: 1.25rem;
    }
    .sm\:leading-6 {
        line-height: 1.5rem;
    }
    .sm\:leading-7 {
        line-height: 1.75rem;
    }
    .sm\:leading-8 {
        line-height: 2rem;
    }
    .sm\:leading-9 {
        line-height: 2.25rem;
    }
    .sm\:leading-10 {
        line-height: 2.5rem;
    }
    .sm\:leading-none {
        line-height: 1;
    }
    .sm\:leading-tight {
        line-height: 1.25;
    }
    .sm\:leading-snug {
        line-height: 1.375;
    }
    .sm\:leading-normal {
        line-height: 1.5;
    }
    .sm\:leading-relaxed {
        line-height: 1.625;
    }
    .sm\:leading-loose {
        line-height: 2;
    }
    .sm\:leading-15p {
        line-height: 15px;
    }
    .sm\:leading-22p {
        line-height: 22px;
    }
    .sm\:leading-29p {
        line-height: 29px;
    }
    .sm\:leading-34p {
        line-height: 34px;
    }
    .sm\:leading-42p {
        line-height: 42px;
    }
    .sm\:leading-48p {
        line-height: 48px;
    }
    .sm\:leading-55p {
        line-height: 55px;
    }
    .sm\:leading-60p {
        line-height: 60px;
    }
    .sm\:leading-140p {
        line-height: 140px;
    }
    .sm\:list-inside {
        list-style-position: inside;
    }
    .sm\:list-outside {
        list-style-position: outside;
    }
    .sm\:list-none {
        list-style-type: none;
    }
    .sm\:list-disc {
        list-style-type: disc;
    }
    .sm\:list-decimal {
        list-style-type: decimal;
    }
    .sm\:m-0 {
        margin: 0;
    }
    .sm\:m-1 {
        margin: 0.25rem;
    }
    .sm\:m-2 {
        margin: 0.5rem;
    }
    .sm\:m-3 {
        margin: 0.75rem;
    }
    .sm\:m-4 {
        margin: 1rem;
    }
    .sm\:m-5 {
        margin: 1.25rem;
    }
    .sm\:m-6 {
        margin: 1.5rem;
    }
    .sm\:m-7 {
        margin: 1.75rem;
    }
    .sm\:m-8 {
        margin: 2rem;
    }
    .sm\:m-9 {
        margin: 2.25rem;
    }
    .sm\:m-10 {
        margin: 2.5rem;
    }
    .sm\:m-11 {
        margin: 2.75rem;
    }
    .sm\:m-12 {
        margin: 3rem;
    }
    .sm\:m-14 {
        margin: 3.5rem;
    }
    .sm\:m-16 {
        margin: 4rem;
    }
    .sm\:m-20 {
        margin: 5rem;
    }
    .sm\:m-23 {
        margin: 88px;
    }
    .sm\:m-24 {
        margin: 6rem;
    }
    .sm\:m-25 {
        margin: 100px;
    }
    .sm\:m-28 {
        margin: 7rem;
    }
    .sm\:m-29 {
        margin: 120px;
    }
    .sm\:m-32 {
        margin: 8rem;
    }
    .sm\:m-33 {
        margin: 130px;
    }
    .sm\:m-36 {
        margin: 9rem;
    }
    .sm\:m-40 {
        margin: 10rem;
    }
    .sm\:m-44 {
        margin: 11rem;
    }
    .sm\:m-48 {
        margin: 12rem;
    }
    .sm\:m-52 {
        margin: 13rem;
    }
    .sm\:m-56 {
        margin: 14rem;
    }
    .sm\:m-60 {
        margin: 15rem;
    }
    .sm\:m-63 {
        margin: 270px;
    }
    .sm\:m-64 {
        margin: 16rem;
    }
    .sm\:m-72 {
        margin: 18rem;
    }
    .sm\:m-80 {
        margin: 20rem;
    }
    .sm\:m-92 {
        margin: 375px;
    }
    .sm\:m-96 {
        margin: 24rem;
    }
    .sm\:m-128 {
        margin: 32rem;
    }
    .sm\:m-auto {
        margin: auto;
    }
    .sm\:m-px {
        margin: 1px;
    }
    .sm\:m-0\.5 {
        margin: 0.125rem;
    }
    .sm\:m-1\.5 {
        margin: 0.375rem;
    }
    .sm\:m-2\.5 {
        margin: 0.625rem;
    }
    .sm\:m-3\.5 {
        margin: 0.875rem;
    }
    .sm\:m-105p {
        margin: 105px;
    }
    .sm\:m-50p {
        margin: 50px;
    }
    .sm\:m-54p {
        margin: 54px;
    }
    .sm\:m-1p {
        margin: 1px;
    }
    .sm\:m-2p {
        margin: 2px;
    }
    .sm\:m-3p {
        margin: 3px;
    }
    .sm\:m-5p {
        margin: 5px;
    }
    .sm\:m-7p {
        margin: 7px;
    }
    .sm\:m-9p {
        margin: 9px;
    }
    .sm\:m-10p {
        margin: 10px;
    }
    .sm\:m-11p {
        margin: 11px;
    }
    .sm\:m-13p {
        margin: 13px;
    }
    .sm\:m-15p {
        margin: 15px;
    }
    .sm\:m-18p {
        margin: 18px;
    }
    .sm\:m-19p {
        margin: 19px;
    }
    .sm\:m-21p {
        margin: 21px;
    }
    .sm\:m-22p {
        margin: 22px;
    }
    .sm\:m-23p {
        margin: 23px;
    }
    .sm\:m-25p {
        margin: 25px;
    }
    .sm\:m-26p {
        margin: 26px;
    }
    .sm\:m-29p {
        margin: 29px;
    }
    .sm\:m-30p {
        margin: 30px;
    }
    .sm\:m-31p {
        margin: 31px;
    }
    .sm\:m-35p {
        margin: 35px;
    }
    .sm\:m-52p {
        margin: 52px;
    }
    .sm\:m-53p {
        margin: 53px;
    }
    .sm\:m-55p {
        margin: 55px;
    }
    .sm\:m-59p {
        margin: 59px;
    }
    .sm\:m-27p {
        margin: 27px;
    }
    .sm\:m-33\.5p {
        margin: 33.5px;
    }
    .sm\:m-38p {
        margin: 38px;
    }
    .sm\:m-40p {
        margin: 40px;
    }
    .sm\:m-46p {
        margin: 46px;
    }
    .sm\:m-47p {
        margin: 47px;
    }
    .sm\:m-49p {
        margin: 49px;
    }
    .sm\:m-58p {
        margin: 58px;
    }
    .sm\:m-75p {
        margin: 75px;
    }
    .sm\:m-77p {
        margin: 77px;
    }
    .sm\:m-60p {
        margin: 60px;
    }
    .sm\:m-65p {
        margin: 65px;
    }
    .sm\:m-66p {
        margin: 66px;
    }
    .sm\:m-68p {
        margin: 68px;
    }
    .sm\:m-70p {
        margin: 70px;
    }
    .sm\:m-72p {
        margin: 72px;
    }
    .sm\:m-74p {
        margin: 74px;
    }
    .sm\:m-78p {
        margin: 78px;
    }
    .sm\:m-80p {
        margin: 80px;
    }
    .sm\:m-82p {
        margin: 82px;
    }
    .sm\:m-84p {
        margin: 84px;
    }
    .sm\:m-89p {
        margin: 89px;
    }
    .sm\:m-93p {
        margin: 93px;
    }
    .sm\:m-90p {
        margin: 90px;
    }
    .sm\:m-97p {
        margin: 97px;
    }
    .sm\:m-103p {
        margin: 103px;
    }
    .sm\:m-116p {
        margin: 116px;
    }
    .sm\:m-120p {
        margin: 120px;
    }
    .sm\:m-125p {
        margin: 125px;
    }
    .sm\:m-130p {
        margin: 130px;
    }
    .sm\:m-135p {
        margin: 135px;
    }
    .sm\:m-132p {
        margin: 132px;
    }
    .sm\:m-150p {
        margin: 150px;
    }
    .sm\:m-216p {
        margin: 216px;
    }
    .sm\:m-225p {
        margin: 225px;
    }
    .sm\:m-296p {
        margin: 296px;
    }
    .sm\:m-270p {
        margin: 270px;
    }
    .sm\:m-137p {
        margin: 137px;
    }
    .sm\:m-141p {
        margin: 141px;
    }
    .sm\:m-146p {
        margin: 146px;
    }
    .sm\:m-152p {
        margin: 152px;
    }
    .sm\:m-155p {
        margin: 155px;
    }
    .sm\:m-163p {
        margin: 163px;
    }
    .sm\:m-168p {
        margin: 168px;
    }
    .sm\:m-173p {
        margin: 173px;
    }
    .sm\:m-210p {
        margin: 210px;
    }
    .sm\:m-245p {
        margin: 245px;
    }
    .sm\:m-250p {
        margin: 250px;
    }
    .sm\:m-260p {
        margin: 260px;
    }
    .sm\:m-263p {
        margin: 263px;
    }
    .sm\:m-266p {
        margin: 266px;
    }
    .sm\:m-275p {
        margin: 275px;
    }
    .sm\:m-300p {
        margin: 300px;
    }
    .sm\:m-312p {
        margin: 312px;
    }
    .sm\:m-318p {
        margin: 318px;
    }
    .sm\:m-322p {
        margin: 322px;
    }
    .sm\:m-337p {
        margin: 337px;
    }
    .sm\:m-345p {
        margin: 345px;
    }
    .sm\:m-344p {
        margin: 344px;
    }
    .sm\:m-354p {
        margin: 354px;
    }
    .sm\:m-364p {
        margin: 364px;
    }
    .sm\:m-370p {
        margin: 370px;
    }
    .sm\:m-382p {
        margin: 382px;
    }
    .sm\:m-385p {
        margin: 385px;
    }
    .sm\:m-400p {
        margin: 400px;
    }
    .sm\:m-407p {
        margin: 407px;
    }
    .sm\:m-411p {
        margin: 411px;
    }
    .sm\:m-418p {
        margin: 418px;
    }
    .sm\:m-430p {
        margin: 430px;
    }
    .sm\:m-450p {
        margin: 450px;
    }
    .sm\:m-468p {
        margin: 468px;
    }
    .sm\:m-485p {
        margin: 485px;
    }
    .sm\:m-491p {
        margin: 491px;
    }
    .sm\:m-494p {
        margin: 494px;
    }
    .sm\:m-470p {
        margin: 470px;
    }
    .sm\:m-480p {
        margin: 480px;
    }
    .sm\:m-532p {
        margin: 532px;
    }
    .sm\:m-556p {
        margin: 556px;
    }
    .sm\:m-505p {
        margin: 505px;
    }
    .sm\:m-1179p {
        margin: 1179px;
    }
    .sm\:m-1253p {
        margin: 1253px;
    }
    .sm\:m-1575p {
        margin: 1575px;
    }
    .sm\:m-600p {
        margin: 600px;
    }
    .sm\:m-649p {
        margin: 649px;
    }
    .sm\:m-690p {
        margin: 690px;
    }
    .sm\:m-19\% {
        margin: 19%;
    }
    .sm\:m-23\% {
        margin: 23%;
    }
    .sm\:m-24\% {
        margin: 24%;
    }
    .sm\:m-36\% {
        margin: 36%;
    }
    .sm\:m-27\% {
        margin: 27%;
    }
    .sm\:m-28\% {
        margin: 28%;
    }
    .sm\:m-42\% {
        margin: 42%;
    }
    .sm\:m-46\% {
        margin: 46%;
    }
    .sm\:m-49\% {
        margin: 49%;
    }
    .sm\:m-54\% {
        margin: 54%;
    }
    .sm\:m-58\% {
        margin: 58%;
    }
    .sm\:m-72\% {
        margin: 72%;
    }
    .sm\:m-76\% {
        margin: 76%;
    }
    .sm\:m-77\% {
        margin: 77%;
    }
    .sm\:m-340p {
        margin: 340px;
    }
    .sm\:m-700p {
        margin: 700px;
    }
    .sm\:m-848p {
        margin: 848px;
    }
    .sm\:m-850p {
        margin: 850px;
    }
    .sm\:m-860p {
        margin: 860px;
    }
    .sm\:m-1425p {
        margin: 1425px;
    }
    .sm\:-m-0 {
        margin: 0;
    }
    .sm\:-m-1 {
        margin: -0.25rem;
    }
    .sm\:-m-2 {
        margin: -0.5rem;
    }
    .sm\:-m-3 {
        margin: -0.75rem;
    }
    .sm\:-m-4 {
        margin: -1rem;
    }
    .sm\:-m-5 {
        margin: -1.25rem;
    }
    .sm\:-m-6 {
        margin: -1.5rem;
    }
    .sm\:-m-7 {
        margin: -1.75rem;
    }
    .sm\:-m-8 {
        margin: -2rem;
    }
    .sm\:-m-9 {
        margin: -2.25rem;
    }
    .sm\:-m-10 {
        margin: -2.5rem;
    }
    .sm\:-m-11 {
        margin: -2.75rem;
    }
    .sm\:-m-12 {
        margin: -3rem;
    }
    .sm\:-m-14 {
        margin: -3.5rem;
    }
    .sm\:-m-16 {
        margin: -4rem;
    }
    .sm\:-m-20 {
        margin: -5rem;
    }
    .sm\:-m-23 {
        margin: -88px;
    }
    .sm\:-m-24 {
        margin: -6rem;
    }
    .sm\:-m-25 {
        margin: -100px;
    }
    .sm\:-m-28 {
        margin: -7rem;
    }
    .sm\:-m-29 {
        margin: -120px;
    }
    .sm\:-m-32 {
        margin: -8rem;
    }
    .sm\:-m-33 {
        margin: -130px;
    }
    .sm\:-m-36 {
        margin: -9rem;
    }
    .sm\:-m-40 {
        margin: -10rem;
    }
    .sm\:-m-44 {
        margin: -11rem;
    }
    .sm\:-m-48 {
        margin: -12rem;
    }
    .sm\:-m-52 {
        margin: -13rem;
    }
    .sm\:-m-56 {
        margin: -14rem;
    }
    .sm\:-m-60 {
        margin: -15rem;
    }
    .sm\:-m-63 {
        margin: -270px;
    }
    .sm\:-m-64 {
        margin: -16rem;
    }
    .sm\:-m-72 {
        margin: -18rem;
    }
    .sm\:-m-80 {
        margin: -20rem;
    }
    .sm\:-m-92 {
        margin: -475px;
    }
    .sm\:-m-96 {
        margin: -24rem;
    }
    .sm\:-m-128 {
        margin: -32rem;
    }
    .sm\:-m-px {
        margin: -1px;
    }
    .sm\:-m-0\.5 {
        margin: -0.125rem;
    }
    .sm\:-m-1\.5 {
        margin: -0.375rem;
    }
    .sm\:-m-2\.5 {
        margin: -0.625rem;
    }
    .sm\:-m-3\.5 {
        margin: -0.875rem;
    }
    .sm\:-m-105p {
        margin: -105px;
    }
    .sm\:-m-50p {
        margin: -50px;
    }
    .sm\:-m-54p {
        margin: -54px;
    }
    .sm\:-m-1p {
        margin: -1px;
    }
    .sm\:-m-2p {
        margin: -2px;
    }
    .sm\:-m-3p {
        margin: -3px;
    }
    .sm\:-m-5p {
        margin: -5px;
    }
    .sm\:-m-7p {
        margin: -7px;
    }
    .sm\:-m-9p {
        margin: -9px;
    }
    .sm\:-m-10p {
        margin: -10px;
    }
    .sm\:-m-11p {
        margin: -11px;
    }
    .sm\:-m-13p {
        margin: -13px;
    }
    .sm\:-m-15p {
        margin: -15px;
    }
    .sm\:-m-18p {
        margin: -18px;
    }
    .sm\:-m-19p {
        margin: -19px;
    }
    .sm\:-m-21p {
        margin: -21px;
    }
    .sm\:-m-22p {
        margin: -22px;
    }
    .sm\:-m-23p {
        margin: -23px;
    }
    .sm\:-m-25p {
        margin: -25px;
    }
    .sm\:-m-26p {
        margin: -26px;
    }
    .sm\:-m-29p {
        margin: -29px;
    }
    .sm\:-m-30p {
        margin: -30px;
    }
    .sm\:-m-31p {
        margin: -31px;
    }
    .sm\:-m-35p {
        margin: -35px;
    }
    .sm\:-m-52p {
        margin: -52px;
    }
    .sm\:-m-53p {
        margin: -53px;
    }
    .sm\:-m-55p {
        margin: -55px;
    }
    .sm\:-m-59p {
        margin: -59px;
    }
    .sm\:-m-27p {
        margin: -27px;
    }
    .sm\:-m-33\.5p {
        margin: -33.5px;
    }
    .sm\:-m-38p {
        margin: -38px;
    }
    .sm\:-m-40p {
        margin: -40px;
    }
    .sm\:-m-46p {
        margin: -46px;
    }
    .sm\:-m-47p {
        margin: -47px;
    }
    .sm\:-m-49p {
        margin: -49px;
    }
    .sm\:-m-58p {
        margin: -58px;
    }
    .sm\:-m-75p {
        margin: -75px;
    }
    .sm\:-m-77p {
        margin: -77px;
    }
    .sm\:-m-60p {
        margin: -60px;
    }
    .sm\:-m-65p {
        margin: -65px;
    }
    .sm\:-m-66p {
        margin: -66px;
    }
    .sm\:-m-68p {
        margin: -68px;
    }
    .sm\:-m-70p {
        margin: -70px;
    }
    .sm\:-m-72p {
        margin: -72px;
    }
    .sm\:-m-74p {
        margin: -74px;
    }
    .sm\:-m-78p {
        margin: -78px;
    }
    .sm\:-m-80p {
        margin: -80px;
    }
    .sm\:-m-82p {
        margin: -82px;
    }
    .sm\:-m-84p {
        margin: -84px;
    }
    .sm\:-m-89p {
        margin: -89px;
    }
    .sm\:-m-93p {
        margin: -93px;
    }
    .sm\:-m-90p {
        margin: -90px;
    }
    .sm\:-m-97p {
        margin: -97px;
    }
    .sm\:-m-103p {
        margin: -103px;
    }
    .sm\:-m-116p {
        margin: -116px;
    }
    .sm\:-m-120p {
        margin: -120px;
    }
    .sm\:-m-125p {
        margin: -125px;
    }
    .sm\:-m-130p {
        margin: -130px;
    }
    .sm\:-m-135p {
        margin: -135px;
    }
    .sm\:-m-132p {
        margin: -132px;
    }
    .sm\:-m-150p {
        margin: -150px;
    }
    .sm\:-m-216p {
        margin: -216px;
    }
    .sm\:-m-225p {
        margin: -225px;
    }
    .sm\:-m-296p {
        margin: -296px;
    }
    .sm\:-m-270p {
        margin: -270px;
    }
    .sm\:-m-137p {
        margin: -137px;
    }
    .sm\:-m-141p {
        margin: -141px;
    }
    .sm\:-m-146p {
        margin: -146px;
    }
    .sm\:-m-152p {
        margin: -152px;
    }
    .sm\:-m-155p {
        margin: -155px;
    }
    .sm\:-m-163p {
        margin: -163px;
    }
    .sm\:-m-168p {
        margin: -168px;
    }
    .sm\:-m-173p {
        margin: -173px;
    }
    .sm\:-m-210p {
        margin: -210px;
    }
    .sm\:-m-245p {
        margin: -245px;
    }
    .sm\:-m-250p {
        margin: -250px;
    }
    .sm\:-m-260p {
        margin: -260px;
    }
    .sm\:-m-263p {
        margin: -263px;
    }
    .sm\:-m-266p {
        margin: -266px;
    }
    .sm\:-m-275p {
        margin: -275px;
    }
    .sm\:-m-300p {
        margin: -300px;
    }
    .sm\:-m-312p {
        margin: -312px;
    }
    .sm\:-m-318p {
        margin: -318px;
    }
    .sm\:-m-322p {
        margin: -322px;
    }
    .sm\:-m-337p {
        margin: -337px;
    }
    .sm\:-m-345p {
        margin: -345px;
    }
    .sm\:-m-344p {
        margin: -344px;
    }
    .sm\:-m-354p {
        margin: -354px;
    }
    .sm\:-m-364p {
        margin: -364px;
    }
    .sm\:-m-370p {
        margin: -370px;
    }
    .sm\:-m-382p {
        margin: -382px;
    }
    .sm\:-m-385p {
        margin: -385px;
    }
    .sm\:-m-400p {
        margin: -400px;
    }
    .sm\:-m-407p {
        margin: -407px;
    }
    .sm\:-m-411p {
        margin: -411px;
    }
    .sm\:-m-418p {
        margin: -418px;
    }
    .sm\:-m-430p {
        margin: -430px;
    }
    .sm\:-m-450p {
        margin: -450px;
    }
    .sm\:-m-468p {
        margin: -468px;
    }
    .sm\:-m-485p {
        margin: -485px;
    }
    .sm\:-m-491p {
        margin: -491px;
    }
    .sm\:-m-494p {
        margin: -494px;
    }
    .sm\:-m-470p {
        margin: -470px;
    }
    .sm\:-m-480p {
        margin: -480px;
    }
    .sm\:-m-532p {
        margin: -532px;
    }
    .sm\:-m-556p {
        margin: -556px;
    }
    .sm\:-m-505p {
        margin: -505px;
    }
    .sm\:-m-1179p {
        margin: -1179px;
    }
    .sm\:-m-1253p {
        margin: -1253px;
    }
    .sm\:-m-1575p {
        margin: -1575px;
    }
    .sm\:-m-600p {
        margin: -600px;
    }
    .sm\:-m-649p {
        margin: -649px;
    }
    .sm\:-m-690p {
        margin: -690px;
    }
    .sm\:-m-19\% {
        margin: -19%;
    }
    .sm\:-m-23\% {
        margin: -23%;
    }
    .sm\:-m-24\% {
        margin: -24%;
    }
    .sm\:-m-36\% {
        margin: -36%;
    }
    .sm\:-m-27\% {
        margin: -27%;
    }
    .sm\:-m-28\% {
        margin: -28%;
    }
    .sm\:-m-42\% {
        margin: -42%;
    }
    .sm\:-m-46\% {
        margin: -46%;
    }
    .sm\:-m-49\% {
        margin: -49%;
    }
    .sm\:-m-54\% {
        margin: -54%;
    }
    .sm\:-m-58\% {
        margin: -58%;
    }
    .sm\:-m-72\% {
        margin: -72%;
    }
    .sm\:-m-76\% {
        margin: -76%;
    }
    .sm\:-m-77\% {
        margin: -77%;
    }
    .sm\:-m-340p {
        margin: -340px;
    }
    .sm\:-m-700p {
        margin: -700px;
    }
    .sm\:-m-848p {
        margin: -848px;
    }
    .sm\:-m-850p {
        margin: -850px;
    }
    .sm\:-m-860p {
        margin: -860px;
    }
    .sm\:-m-1425p {
        margin: -1425px;
    }
    .sm\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .sm\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .sm\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .sm\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .sm\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .sm\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .sm\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .sm\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .sm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .sm\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .sm\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .sm\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .sm\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .sm\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .sm\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .sm\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .sm\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .sm\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .sm\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .sm\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .sm\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .sm\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .sm\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .sm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .sm\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .sm\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .sm\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .sm\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .sm\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .sm\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .sm\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .sm\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .sm\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .sm\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .sm\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .sm\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .sm\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .sm\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .sm\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .sm\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .sm\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .sm\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .sm\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .sm\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .sm\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .sm\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .sm\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .sm\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .sm\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .sm\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .sm\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .sm\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .sm\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .sm\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .sm\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .sm\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .sm\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .sm\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .sm\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .sm\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .sm\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .sm\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .sm\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .sm\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .sm\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .sm\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .sm\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .sm\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .sm\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .sm\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .sm\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .sm\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .sm\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .sm\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .sm\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .sm\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .sm\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .sm\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .sm\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .sm\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .sm\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sm\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .sm\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .sm\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .sm\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .sm\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .sm\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .sm\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .sm\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .sm\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .sm\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sm\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .sm\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .sm\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .sm\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .sm\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .sm\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sm\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .sm\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .sm\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .sm\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .sm\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .sm\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sm\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .sm\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .sm\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .sm\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .sm\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .sm\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .sm\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .sm\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .sm\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .sm\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .sm\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .sm\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .sm\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .sm\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .sm\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .sm\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .sm\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .sm\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sm\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .sm\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .sm\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .sm\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .sm\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .sm\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .sm\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .sm\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .sm\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .sm\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .sm\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .sm\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .sm\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .sm\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .sm\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .sm\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .sm\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .sm\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .sm\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .sm\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sm\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .sm\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .sm\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .sm\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .sm\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .sm\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .sm\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .sm\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .sm\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .sm\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .sm\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .sm\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .sm\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .sm\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .sm\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .sm\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .sm\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .sm\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .sm\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .sm\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .sm\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .sm\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .sm\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .sm\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .sm\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .sm\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .sm\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .sm\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .sm\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .sm\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sm\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .sm\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .sm\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .sm\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .sm\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .sm\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .sm\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .sm\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .sm\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .sm\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .sm\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .sm\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .sm\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .sm\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .sm\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .sm\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .sm\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .sm\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .sm\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .sm\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .sm\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .sm\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .sm\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .sm\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .sm\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .sm\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .sm\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .sm\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .sm\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .sm\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .sm\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .sm\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .sm\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .sm\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .sm\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .sm\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .sm\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .sm\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .sm\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .sm\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .sm\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .sm\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .sm\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .sm\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .sm\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .sm\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .sm\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .sm\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .sm\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .sm\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .sm\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .sm\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .sm\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .sm\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .sm\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .sm\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .sm\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .sm\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .sm\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .sm\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .sm\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .sm\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .sm\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .sm\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .sm\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .sm\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .sm\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .sm\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .sm\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .sm\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .sm\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .sm\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .sm\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .sm\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .sm\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .sm\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .sm\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .sm\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .sm\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .sm\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .sm\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .sm\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .sm\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .sm\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .sm\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .sm\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .sm\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .sm\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .sm\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .sm\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .sm\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .sm\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .sm\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .sm\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .sm\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .sm\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .sm\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .sm\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .sm\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .sm\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .sm\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .sm\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .sm\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .sm\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .sm\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .sm\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .sm\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .sm\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .sm\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .sm\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .sm\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .sm\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .sm\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .sm\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .sm\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .sm\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .sm\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .sm\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .sm\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .sm\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .sm\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .sm\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .sm\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .sm\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .sm\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .sm\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .sm\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .sm\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .sm\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .sm\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .sm\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .sm\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .sm\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .sm\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .sm\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .sm\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .sm\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .sm\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .sm\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .sm\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .sm\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .sm\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .sm\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .sm\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .sm\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .sm\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .sm\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .sm\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .sm\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .sm\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .sm\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .sm\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .sm\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .sm\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .sm\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .sm\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .sm\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .sm\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .sm\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .sm\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .sm\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .sm\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .sm\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .sm\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .sm\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .sm\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .sm\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .sm\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .sm\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .sm\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .sm\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .sm\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .sm\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .sm\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sm\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .sm\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .sm\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .sm\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .sm\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .sm\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .sm\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .sm\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .sm\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .sm\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .sm\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .sm\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .sm\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .sm\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .sm\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .sm\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .sm\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .sm\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .sm\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .sm\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .sm\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .sm\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .sm\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .sm\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .sm\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .sm\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .sm\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .sm\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .sm\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .sm\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .sm\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .sm\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .sm\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .sm\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .sm\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .sm\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .sm\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .sm\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .sm\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .sm\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .sm\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .sm\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .sm\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .sm\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .sm\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .sm\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .sm\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .sm\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .sm\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .sm\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .sm\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .sm\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .sm\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .sm\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .sm\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .sm\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .sm\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .sm\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .sm\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .sm\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .sm\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .sm\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .sm\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .sm\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .sm\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .sm\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .sm\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .sm\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .sm\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .sm\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .sm\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .sm\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .sm\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .sm\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .sm\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .sm\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .sm\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .sm\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .sm\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .sm\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .sm\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .sm\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .sm\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .sm\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .sm\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .sm\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .sm\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .sm\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .sm\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .sm\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .sm\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .sm\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .sm\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .sm\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .sm\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .sm\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .sm\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .sm\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .sm\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sm\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .sm\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .sm\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .sm\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .sm\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .sm\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sm\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .sm\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .sm\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .sm\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .sm\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .sm\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .sm\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .sm\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .sm\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .sm\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .sm\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .sm\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .sm\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .sm\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .sm\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .sm\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .sm\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .sm\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .sm\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .sm\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .sm\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .sm\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .sm\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .sm\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .sm\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .sm\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .sm\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .sm\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .sm\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .sm\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .sm\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .sm\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .sm\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .sm\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .sm\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .sm\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .sm\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .sm\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .sm\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .sm\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .sm\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .sm\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .sm\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .sm\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .sm\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .sm\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .sm\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .sm\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .sm\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .sm\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .sm\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .sm\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .sm\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .sm\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .sm\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .sm\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .sm\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .sm\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .sm\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .sm\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .sm\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .sm\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .sm\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .sm\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .sm\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .sm\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .sm\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .sm\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .sm\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .sm\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .sm\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .sm\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .sm\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .sm\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .sm\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .sm\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .sm\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .sm\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .sm\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .sm\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .sm\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .sm\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .sm\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .sm\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .sm\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .sm\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .sm\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .sm\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .sm\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .sm\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .sm\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .sm\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .sm\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .sm\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .sm\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .sm\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .sm\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .sm\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .sm\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .sm\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .sm\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .sm\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .sm\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .sm\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .sm\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .sm\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .sm\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .sm\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .sm\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .sm\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .sm\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .sm\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .sm\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .sm\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .sm\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .sm\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .sm\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .sm\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .sm\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .sm\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .sm\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .sm\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .sm\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .sm\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .sm\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .sm\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .sm\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .sm\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .sm\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .sm\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .sm\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .sm\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .sm\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .sm\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .sm\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .sm\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .sm\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .sm\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .sm\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .sm\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .sm\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .sm\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .sm\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .sm\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .sm\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .sm\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .sm\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .sm\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .sm\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .sm\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .sm\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .sm\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .sm\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .sm\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .sm\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .sm\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .sm\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .sm\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .sm\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .sm\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .sm\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .sm\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .sm\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .sm\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .sm\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .sm\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .sm\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .sm\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .sm\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .sm\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .sm\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .sm\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .sm\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .sm\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .sm\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .sm\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .sm\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .sm\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .sm\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .sm\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .sm\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .sm\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .sm\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .sm\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .sm\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .sm\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .sm\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .sm\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .sm\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .sm\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .sm\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .sm\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .sm\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .sm\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .sm\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .sm\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .sm\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .sm\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .sm\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .sm\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .sm\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .sm\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .sm\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .sm\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .sm\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .sm\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .sm\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .sm\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .sm\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .sm\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .sm\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .sm\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .sm\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .sm\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .sm\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .sm\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .sm\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .sm\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .sm\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .sm\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .sm\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .sm\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .sm\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .sm\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .sm\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .sm\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .sm\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .sm\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .sm\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .sm\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .sm\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .sm\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .sm\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .sm\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .sm\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .sm\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .sm\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .sm\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .sm\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .sm\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:mr-0 {
        margin-right: 0;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }
    .sm\:ml-0 {
        margin-left: 0;
    }
    .sm\:mt-1 {
        margin-top: 0.25rem;
    }
    .sm\:mr-1 {
        margin-right: 0.25rem;
    }
    .sm\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .sm\:ml-1 {
        margin-left: 0.25rem;
    }
    .sm\:mt-2 {
        margin-top: 0.5rem;
    }
    .sm\:mr-2 {
        margin-right: 0.5rem;
    }
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .sm\:ml-2 {
        margin-left: 0.5rem;
    }
    .sm\:mt-3 {
        margin-top: 0.75rem;
    }
    .sm\:mr-3 {
        margin-right: 0.75rem;
    }
    .sm\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:mr-4 {
        margin-right: 1rem;
    }
    .sm\:mb-4 {
        margin-bottom: 1rem;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mr-5 {
        margin-right: 1.25rem;
    }
    .sm\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .sm\:ml-5 {
        margin-left: 1.25rem;
    }
    .sm\:mt-6 {
        margin-top: 1.5rem;
    }
    .sm\:mr-6 {
        margin-right: 1.5rem;
    }
    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:mt-7 {
        margin-top: 1.75rem;
    }
    .sm\:mr-7 {
        margin-right: 1.75rem;
    }
    .sm\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .sm\:ml-7 {
        margin-left: 1.75rem;
    }
    .sm\:mt-8 {
        margin-top: 2rem;
    }
    .sm\:mr-8 {
        margin-right: 2rem;
    }
    .sm\:mb-8 {
        margin-bottom: 2rem;
    }
    .sm\:ml-8 {
        margin-left: 2rem;
    }
    .sm\:mt-9 {
        margin-top: 2.25rem;
    }
    .sm\:mr-9 {
        margin-right: 2.25rem;
    }
    .sm\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .sm\:ml-9 {
        margin-left: 2.25rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mr-10 {
        margin-right: 2.5rem;
    }
    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:mt-11 {
        margin-top: 2.75rem;
    }
    .sm\:mr-11 {
        margin-right: 2.75rem;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .sm\:ml-11 {
        margin-left: 2.75rem;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mr-12 {
        margin-right: 3rem;
    }
    .sm\:mb-12 {
        margin-bottom: 3rem;
    }
    .sm\:ml-12 {
        margin-left: 3rem;
    }
    .sm\:mt-14 {
        margin-top: 3.5rem;
    }
    .sm\:mr-14 {
        margin-right: 3.5rem;
    }
    .sm\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .sm\:ml-14 {
        margin-left: 3.5rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mr-16 {
        margin-right: 4rem;
    }
    .sm\:mb-16 {
        margin-bottom: 4rem;
    }
    .sm\:ml-16 {
        margin-left: 4rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:mr-20 {
        margin-right: 5rem;
    }
    .sm\:mb-20 {
        margin-bottom: 5rem;
    }
    .sm\:ml-20 {
        margin-left: 5rem;
    }
    .sm\:mt-23 {
        margin-top: 88px;
    }
    .sm\:mr-23 {
        margin-right: 88px;
    }
    .sm\:mb-23 {
        margin-bottom: 88px;
    }
    .sm\:ml-23 {
        margin-left: 88px;
    }
    .sm\:mt-24 {
        margin-top: 6rem;
    }
    .sm\:mr-24 {
        margin-right: 6rem;
    }
    .sm\:mb-24 {
        margin-bottom: 6rem;
    }
    .sm\:ml-24 {
        margin-left: 6rem;
    }
    .sm\:mt-25 {
        margin-top: 100px;
    }
    .sm\:mr-25 {
        margin-right: 100px;
    }
    .sm\:mb-25 {
        margin-bottom: 100px;
    }
    .sm\:ml-25 {
        margin-left: 100px;
    }
    .sm\:mt-28 {
        margin-top: 7rem;
    }
    .sm\:mr-28 {
        margin-right: 7rem;
    }
    .sm\:mb-28 {
        margin-bottom: 7rem;
    }
    .sm\:ml-28 {
        margin-left: 7rem;
    }
    .sm\:mt-29 {
        margin-top: 120px;
    }
    .sm\:mr-29 {
        margin-right: 120px;
    }
    .sm\:mb-29 {
        margin-bottom: 120px;
    }
    .sm\:ml-29 {
        margin-left: 120px;
    }
    .sm\:mt-32 {
        margin-top: 8rem;
    }
    .sm\:mr-32 {
        margin-right: 8rem;
    }
    .sm\:mb-32 {
        margin-bottom: 8rem;
    }
    .sm\:ml-32 {
        margin-left: 8rem;
    }
    .sm\:mt-33 {
        margin-top: 130px;
    }
    .sm\:mr-33 {
        margin-right: 130px;
    }
    .sm\:mb-33 {
        margin-bottom: 130px;
    }
    .sm\:ml-33 {
        margin-left: 130px;
    }
    .sm\:mt-36 {
        margin-top: 9rem;
    }
    .sm\:mr-36 {
        margin-right: 9rem;
    }
    .sm\:mb-36 {
        margin-bottom: 9rem;
    }
    .sm\:ml-36 {
        margin-left: 9rem;
    }
    .sm\:mt-40 {
        margin-top: 10rem;
    }
    .sm\:mr-40 {
        margin-right: 10rem;
    }
    .sm\:mb-40 {
        margin-bottom: 10rem;
    }
    .sm\:ml-40 {
        margin-left: 10rem;
    }
    .sm\:mt-44 {
        margin-top: 11rem;
    }
    .sm\:mr-44 {
        margin-right: 11rem;
    }
    .sm\:mb-44 {
        margin-bottom: 11rem;
    }
    .sm\:ml-44 {
        margin-left: 11rem;
    }
    .sm\:mt-48 {
        margin-top: 12rem;
    }
    .sm\:mr-48 {
        margin-right: 12rem;
    }
    .sm\:mb-48 {
        margin-bottom: 12rem;
    }
    .sm\:ml-48 {
        margin-left: 12rem;
    }
    .sm\:mt-52 {
        margin-top: 13rem;
    }
    .sm\:mr-52 {
        margin-right: 13rem;
    }
    .sm\:mb-52 {
        margin-bottom: 13rem;
    }
    .sm\:ml-52 {
        margin-left: 13rem;
    }
    .sm\:mt-56 {
        margin-top: 14rem;
    }
    .sm\:mr-56 {
        margin-right: 14rem;
    }
    .sm\:mb-56 {
        margin-bottom: 14rem;
    }
    .sm\:ml-56 {
        margin-left: 14rem;
    }
    .sm\:mt-60 {
        margin-top: 15rem;
    }
    .sm\:mr-60 {
        margin-right: 15rem;
    }
    .sm\:mb-60 {
        margin-bottom: 15rem;
    }
    .sm\:ml-60 {
        margin-left: 15rem;
    }
    .sm\:mt-63 {
        margin-top: 270px;
    }
    .sm\:mr-63 {
        margin-right: 270px;
    }
    .sm\:mb-63 {
        margin-bottom: 270px;
    }
    .sm\:ml-63 {
        margin-left: 270px;
    }
    .sm\:mt-64 {
        margin-top: 16rem;
    }
    .sm\:mr-64 {
        margin-right: 16rem;
    }
    .sm\:mb-64 {
        margin-bottom: 16rem;
    }
    .sm\:ml-64 {
        margin-left: 16rem;
    }
    .sm\:mt-72 {
        margin-top: 18rem;
    }
    .sm\:mr-72 {
        margin-right: 18rem;
    }
    .sm\:mb-72 {
        margin-bottom: 18rem;
    }
    .sm\:ml-72 {
        margin-left: 18rem;
    }
    .sm\:mt-80 {
        margin-top: 20rem;
    }
    .sm\:mr-80 {
        margin-right: 20rem;
    }
    .sm\:mb-80 {
        margin-bottom: 20rem;
    }
    .sm\:ml-80 {
        margin-left: 20rem;
    }
    .sm\:mt-92 {
        margin-top: 375px;
    }
    .sm\:mr-92 {
        margin-right: 375px;
    }
    .sm\:mb-92 {
        margin-bottom: 375px;
    }
    .sm\:ml-92 {
        margin-left: 375px;
    }
    .sm\:mt-96 {
        margin-top: 24rem;
    }
    .sm\:mr-96 {
        margin-right: 24rem;
    }
    .sm\:mb-96 {
        margin-bottom: 24rem;
    }
    .sm\:ml-96 {
        margin-left: 24rem;
    }
    .sm\:mt-128 {
        margin-top: 32rem;
    }
    .sm\:mr-128 {
        margin-right: 32rem;
    }
    .sm\:mb-128 {
        margin-bottom: 32rem;
    }
    .sm\:ml-128 {
        margin-left: 32rem;
    }
    .sm\:mt-auto {
        margin-top: auto;
    }
    .sm\:mr-auto {
        margin-right: auto;
    }
    .sm\:mb-auto {
        margin-bottom: auto;
    }
    .sm\:ml-auto {
        margin-left: auto;
    }
    .sm\:mt-px {
        margin-top: 1px;
    }
    .sm\:mr-px {
        margin-right: 1px;
    }
    .sm\:mb-px {
        margin-bottom: 1px;
    }
    .sm\:ml-px {
        margin-left: 1px;
    }
    .sm\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .sm\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .sm\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .sm\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .sm\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .sm\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .sm\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .sm\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .sm\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .sm\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .sm\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .sm\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .sm\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .sm\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .sm\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .sm\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .sm\:mt-105p {
        margin-top: 105px;
    }
    .sm\:mr-105p {
        margin-right: 105px;
    }
    .sm\:mb-105p {
        margin-bottom: 105px;
    }
    .sm\:ml-105p {
        margin-left: 105px;
    }
    .sm\:mt-50p {
        margin-top: 50px;
    }
    .sm\:mr-50p {
        margin-right: 50px;
    }
    .sm\:mb-50p {
        margin-bottom: 50px;
    }
    .sm\:ml-50p {
        margin-left: 50px;
    }
    .sm\:mt-54p {
        margin-top: 54px;
    }
    .sm\:mr-54p {
        margin-right: 54px;
    }
    .sm\:mb-54p {
        margin-bottom: 54px;
    }
    .sm\:ml-54p {
        margin-left: 54px;
    }
    .sm\:mt-1p {
        margin-top: 1px;
    }
    .sm\:mr-1p {
        margin-right: 1px;
    }
    .sm\:mb-1p {
        margin-bottom: 1px;
    }
    .sm\:ml-1p {
        margin-left: 1px;
    }
    .sm\:mt-2p {
        margin-top: 2px;
    }
    .sm\:mr-2p {
        margin-right: 2px;
    }
    .sm\:mb-2p {
        margin-bottom: 2px;
    }
    .sm\:ml-2p {
        margin-left: 2px;
    }
    .sm\:mt-3p {
        margin-top: 3px;
    }
    .sm\:mr-3p {
        margin-right: 3px;
    }
    .sm\:mb-3p {
        margin-bottom: 3px;
    }
    .sm\:ml-3p {
        margin-left: 3px;
    }
    .sm\:mt-5p {
        margin-top: 5px;
    }
    .sm\:mr-5p {
        margin-right: 5px;
    }
    .sm\:mb-5p {
        margin-bottom: 5px;
    }
    .sm\:ml-5p {
        margin-left: 5px;
    }
    .sm\:mt-7p {
        margin-top: 7px;
    }
    .sm\:mr-7p {
        margin-right: 7px;
    }
    .sm\:mb-7p {
        margin-bottom: 7px;
    }
    .sm\:ml-7p {
        margin-left: 7px;
    }
    .sm\:mt-9p {
        margin-top: 9px;
    }
    .sm\:mr-9p {
        margin-right: 9px;
    }
    .sm\:mb-9p {
        margin-bottom: 9px;
    }
    .sm\:ml-9p {
        margin-left: 9px;
    }
    .sm\:mt-10p {
        margin-top: 10px;
    }
    .sm\:mr-10p {
        margin-right: 10px;
    }
    .sm\:mb-10p {
        margin-bottom: 10px;
    }
    .sm\:ml-10p {
        margin-left: 10px;
    }
    .sm\:mt-11p {
        margin-top: 11px;
    }
    .sm\:mr-11p {
        margin-right: 11px;
    }
    .sm\:mb-11p {
        margin-bottom: 11px;
    }
    .sm\:ml-11p {
        margin-left: 11px;
    }
    .sm\:mt-13p {
        margin-top: 13px;
    }
    .sm\:mr-13p {
        margin-right: 13px;
    }
    .sm\:mb-13p {
        margin-bottom: 13px;
    }
    .sm\:ml-13p {
        margin-left: 13px;
    }
    .sm\:mt-15p {
        margin-top: 15px;
    }
    .sm\:mr-15p {
        margin-right: 15px;
    }
    .sm\:mb-15p {
        margin-bottom: 15px;
    }
    .sm\:ml-15p {
        margin-left: 15px;
    }
    .sm\:mt-18p {
        margin-top: 18px;
    }
    .sm\:mr-18p {
        margin-right: 18px;
    }
    .sm\:mb-18p {
        margin-bottom: 18px;
    }
    .sm\:ml-18p {
        margin-left: 18px;
    }
    .sm\:mt-19p {
        margin-top: 19px;
    }
    .sm\:mr-19p {
        margin-right: 19px;
    }
    .sm\:mb-19p {
        margin-bottom: 19px;
    }
    .sm\:ml-19p {
        margin-left: 19px;
    }
    .sm\:mt-21p {
        margin-top: 21px;
    }
    .sm\:mr-21p {
        margin-right: 21px;
    }
    .sm\:mb-21p {
        margin-bottom: 21px;
    }
    .sm\:ml-21p {
        margin-left: 21px;
    }
    .sm\:mt-22p {
        margin-top: 22px;
    }
    .sm\:mr-22p {
        margin-right: 22px;
    }
    .sm\:mb-22p {
        margin-bottom: 22px;
    }
    .sm\:ml-22p {
        margin-left: 22px;
    }
    .sm\:mt-23p {
        margin-top: 23px;
    }
    .sm\:mr-23p {
        margin-right: 23px;
    }
    .sm\:mb-23p {
        margin-bottom: 23px;
    }
    .sm\:ml-23p {
        margin-left: 23px;
    }
    .sm\:mt-25p {
        margin-top: 25px;
    }
    .sm\:mr-25p {
        margin-right: 25px;
    }
    .sm\:mb-25p {
        margin-bottom: 25px;
    }
    .sm\:ml-25p {
        margin-left: 25px;
    }
    .sm\:mt-26p {
        margin-top: 26px;
    }
    .sm\:mr-26p {
        margin-right: 26px;
    }
    .sm\:mb-26p {
        margin-bottom: 26px;
    }
    .sm\:ml-26p {
        margin-left: 26px;
    }
    .sm\:mt-29p {
        margin-top: 29px;
    }
    .sm\:mr-29p {
        margin-right: 29px;
    }
    .sm\:mb-29p {
        margin-bottom: 29px;
    }
    .sm\:ml-29p {
        margin-left: 29px;
    }
    .sm\:mt-30p {
        margin-top: 30px;
    }
    .sm\:mr-30p {
        margin-right: 30px;
    }
    .sm\:mb-30p {
        margin-bottom: 30px;
    }
    .sm\:ml-30p {
        margin-left: 30px;
    }
    .sm\:mt-31p {
        margin-top: 31px;
    }
    .sm\:mr-31p {
        margin-right: 31px;
    }
    .sm\:mb-31p {
        margin-bottom: 31px;
    }
    .sm\:ml-31p {
        margin-left: 31px;
    }
    .sm\:mt-35p {
        margin-top: 35px;
    }
    .sm\:mr-35p {
        margin-right: 35px;
    }
    .sm\:mb-35p {
        margin-bottom: 35px;
    }
    .sm\:ml-35p {
        margin-left: 35px;
    }
    .sm\:mt-52p {
        margin-top: 52px;
    }
    .sm\:mr-52p {
        margin-right: 52px;
    }
    .sm\:mb-52p {
        margin-bottom: 52px;
    }
    .sm\:ml-52p {
        margin-left: 52px;
    }
    .sm\:mt-53p {
        margin-top: 53px;
    }
    .sm\:mr-53p {
        margin-right: 53px;
    }
    .sm\:mb-53p {
        margin-bottom: 53px;
    }
    .sm\:ml-53p {
        margin-left: 53px;
    }
    .sm\:mt-55p {
        margin-top: 55px;
    }
    .sm\:mr-55p {
        margin-right: 55px;
    }
    .sm\:mb-55p {
        margin-bottom: 55px;
    }
    .sm\:ml-55p {
        margin-left: 55px;
    }
    .sm\:mt-59p {
        margin-top: 59px;
    }
    .sm\:mr-59p {
        margin-right: 59px;
    }
    .sm\:mb-59p {
        margin-bottom: 59px;
    }
    .sm\:ml-59p {
        margin-left: 59px;
    }
    .sm\:mt-27p {
        margin-top: 27px;
    }
    .sm\:mr-27p {
        margin-right: 27px;
    }
    .sm\:mb-27p {
        margin-bottom: 27px;
    }
    .sm\:ml-27p {
        margin-left: 27px;
    }
    .sm\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .sm\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .sm\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .sm\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .sm\:mt-38p {
        margin-top: 38px;
    }
    .sm\:mr-38p {
        margin-right: 38px;
    }
    .sm\:mb-38p {
        margin-bottom: 38px;
    }
    .sm\:ml-38p {
        margin-left: 38px;
    }
    .sm\:mt-40p {
        margin-top: 40px;
    }
    .sm\:mr-40p {
        margin-right: 40px;
    }
    .sm\:mb-40p {
        margin-bottom: 40px;
    }
    .sm\:ml-40p {
        margin-left: 40px;
    }
    .sm\:mt-46p {
        margin-top: 46px;
    }
    .sm\:mr-46p {
        margin-right: 46px;
    }
    .sm\:mb-46p {
        margin-bottom: 46px;
    }
    .sm\:ml-46p {
        margin-left: 46px;
    }
    .sm\:mt-47p {
        margin-top: 47px;
    }
    .sm\:mr-47p {
        margin-right: 47px;
    }
    .sm\:mb-47p {
        margin-bottom: 47px;
    }
    .sm\:ml-47p {
        margin-left: 47px;
    }
    .sm\:mt-49p {
        margin-top: 49px;
    }
    .sm\:mr-49p {
        margin-right: 49px;
    }
    .sm\:mb-49p {
        margin-bottom: 49px;
    }
    .sm\:ml-49p {
        margin-left: 49px;
    }
    .sm\:mt-58p {
        margin-top: 58px;
    }
    .sm\:mr-58p {
        margin-right: 58px;
    }
    .sm\:mb-58p {
        margin-bottom: 58px;
    }
    .sm\:ml-58p {
        margin-left: 58px;
    }
    .sm\:mt-75p {
        margin-top: 75px;
    }
    .sm\:mr-75p {
        margin-right: 75px;
    }
    .sm\:mb-75p {
        margin-bottom: 75px;
    }
    .sm\:ml-75p {
        margin-left: 75px;
    }
    .sm\:mt-77p {
        margin-top: 77px;
    }
    .sm\:mr-77p {
        margin-right: 77px;
    }
    .sm\:mb-77p {
        margin-bottom: 77px;
    }
    .sm\:ml-77p {
        margin-left: 77px;
    }
    .sm\:mt-60p {
        margin-top: 60px;
    }
    .sm\:mr-60p {
        margin-right: 60px;
    }
    .sm\:mb-60p {
        margin-bottom: 60px;
    }
    .sm\:ml-60p {
        margin-left: 60px;
    }
    .sm\:mt-65p {
        margin-top: 65px;
    }
    .sm\:mr-65p {
        margin-right: 65px;
    }
    .sm\:mb-65p {
        margin-bottom: 65px;
    }
    .sm\:ml-65p {
        margin-left: 65px;
    }
    .sm\:mt-66p {
        margin-top: 66px;
    }
    .sm\:mr-66p {
        margin-right: 66px;
    }
    .sm\:mb-66p {
        margin-bottom: 66px;
    }
    .sm\:ml-66p {
        margin-left: 66px;
    }
    .sm\:mt-68p {
        margin-top: 68px;
    }
    .sm\:mr-68p {
        margin-right: 68px;
    }
    .sm\:mb-68p {
        margin-bottom: 68px;
    }
    .sm\:ml-68p {
        margin-left: 68px;
    }
    .sm\:mt-70p {
        margin-top: 70px;
    }
    .sm\:mr-70p {
        margin-right: 70px;
    }
    .sm\:mb-70p {
        margin-bottom: 70px;
    }
    .sm\:ml-70p {
        margin-left: 70px;
    }
    .sm\:mt-72p {
        margin-top: 72px;
    }
    .sm\:mr-72p {
        margin-right: 72px;
    }
    .sm\:mb-72p {
        margin-bottom: 72px;
    }
    .sm\:ml-72p {
        margin-left: 72px;
    }
    .sm\:mt-74p {
        margin-top: 74px;
    }
    .sm\:mr-74p {
        margin-right: 74px;
    }
    .sm\:mb-74p {
        margin-bottom: 74px;
    }
    .sm\:ml-74p {
        margin-left: 74px;
    }
    .sm\:mt-78p {
        margin-top: 78px;
    }
    .sm\:mr-78p {
        margin-right: 78px;
    }
    .sm\:mb-78p {
        margin-bottom: 78px;
    }
    .sm\:ml-78p {
        margin-left: 78px;
    }
    .sm\:mt-80p {
        margin-top: 80px;
    }
    .sm\:mr-80p {
        margin-right: 80px;
    }
    .sm\:mb-80p {
        margin-bottom: 80px;
    }
    .sm\:ml-80p {
        margin-left: 80px;
    }
    .sm\:mt-82p {
        margin-top: 82px;
    }
    .sm\:mr-82p {
        margin-right: 82px;
    }
    .sm\:mb-82p {
        margin-bottom: 82px;
    }
    .sm\:ml-82p {
        margin-left: 82px;
    }
    .sm\:mt-84p {
        margin-top: 84px;
    }
    .sm\:mr-84p {
        margin-right: 84px;
    }
    .sm\:mb-84p {
        margin-bottom: 84px;
    }
    .sm\:ml-84p {
        margin-left: 84px;
    }
    .sm\:mt-89p {
        margin-top: 89px;
    }
    .sm\:mr-89p {
        margin-right: 89px;
    }
    .sm\:mb-89p {
        margin-bottom: 89px;
    }
    .sm\:ml-89p {
        margin-left: 89px;
    }
    .sm\:mt-93p {
        margin-top: 93px;
    }
    .sm\:mr-93p {
        margin-right: 93px;
    }
    .sm\:mb-93p {
        margin-bottom: 93px;
    }
    .sm\:ml-93p {
        margin-left: 93px;
    }
    .sm\:mt-90p {
        margin-top: 90px;
    }
    .sm\:mr-90p {
        margin-right: 90px;
    }
    .sm\:mb-90p {
        margin-bottom: 90px;
    }
    .sm\:ml-90p {
        margin-left: 90px;
    }
    .sm\:mt-97p {
        margin-top: 97px;
    }
    .sm\:mr-97p {
        margin-right: 97px;
    }
    .sm\:mb-97p {
        margin-bottom: 97px;
    }
    .sm\:ml-97p {
        margin-left: 97px;
    }
    .sm\:mt-103p {
        margin-top: 103px;
    }
    .sm\:mr-103p {
        margin-right: 103px;
    }
    .sm\:mb-103p {
        margin-bottom: 103px;
    }
    .sm\:ml-103p {
        margin-left: 103px;
    }
    .sm\:mt-116p {
        margin-top: 116px;
    }
    .sm\:mr-116p {
        margin-right: 116px;
    }
    .sm\:mb-116p {
        margin-bottom: 116px;
    }
    .sm\:ml-116p {
        margin-left: 116px;
    }
    .sm\:mt-120p {
        margin-top: 120px;
    }
    .sm\:mr-120p {
        margin-right: 120px;
    }
    .sm\:mb-120p {
        margin-bottom: 120px;
    }
    .sm\:ml-120p {
        margin-left: 120px;
    }
    .sm\:mt-125p {
        margin-top: 125px;
    }
    .sm\:mr-125p {
        margin-right: 125px;
    }
    .sm\:mb-125p {
        margin-bottom: 125px;
    }
    .sm\:ml-125p {
        margin-left: 125px;
    }
    .sm\:mt-130p {
        margin-top: 130px;
    }
    .sm\:mr-130p {
        margin-right: 130px;
    }
    .sm\:mb-130p {
        margin-bottom: 130px;
    }
    .sm\:ml-130p {
        margin-left: 130px;
    }
    .sm\:mt-135p {
        margin-top: 135px;
    }
    .sm\:mr-135p {
        margin-right: 135px;
    }
    .sm\:mb-135p {
        margin-bottom: 135px;
    }
    .sm\:ml-135p {
        margin-left: 135px;
    }
    .sm\:mt-132p {
        margin-top: 132px;
    }
    .sm\:mr-132p {
        margin-right: 132px;
    }
    .sm\:mb-132p {
        margin-bottom: 132px;
    }
    .sm\:ml-132p {
        margin-left: 132px;
    }
    .sm\:mt-150p {
        margin-top: 150px;
    }
    .sm\:mr-150p {
        margin-right: 150px;
    }
    .sm\:mb-150p {
        margin-bottom: 150px;
    }
    .sm\:ml-150p {
        margin-left: 150px;
    }
    .sm\:mt-216p {
        margin-top: 216px;
    }
    .sm\:mr-216p {
        margin-right: 216px;
    }
    .sm\:mb-216p {
        margin-bottom: 216px;
    }
    .sm\:ml-216p {
        margin-left: 216px;
    }
    .sm\:mt-225p {
        margin-top: 225px;
    }
    .sm\:mr-225p {
        margin-right: 225px;
    }
    .sm\:mb-225p {
        margin-bottom: 225px;
    }
    .sm\:ml-225p {
        margin-left: 225px;
    }
    .sm\:mt-296p {
        margin-top: 296px;
    }
    .sm\:mr-296p {
        margin-right: 296px;
    }
    .sm\:mb-296p {
        margin-bottom: 296px;
    }
    .sm\:ml-296p {
        margin-left: 296px;
    }
    .sm\:mt-270p {
        margin-top: 270px;
    }
    .sm\:mr-270p {
        margin-right: 270px;
    }
    .sm\:mb-270p {
        margin-bottom: 270px;
    }
    .sm\:ml-270p {
        margin-left: 270px;
    }
    .sm\:mt-137p {
        margin-top: 137px;
    }
    .sm\:mr-137p {
        margin-right: 137px;
    }
    .sm\:mb-137p {
        margin-bottom: 137px;
    }
    .sm\:ml-137p {
        margin-left: 137px;
    }
    .sm\:mt-141p {
        margin-top: 141px;
    }
    .sm\:mr-141p {
        margin-right: 141px;
    }
    .sm\:mb-141p {
        margin-bottom: 141px;
    }
    .sm\:ml-141p {
        margin-left: 141px;
    }
    .sm\:mt-146p {
        margin-top: 146px;
    }
    .sm\:mr-146p {
        margin-right: 146px;
    }
    .sm\:mb-146p {
        margin-bottom: 146px;
    }
    .sm\:ml-146p {
        margin-left: 146px;
    }
    .sm\:mt-152p {
        margin-top: 152px;
    }
    .sm\:mr-152p {
        margin-right: 152px;
    }
    .sm\:mb-152p {
        margin-bottom: 152px;
    }
    .sm\:ml-152p {
        margin-left: 152px;
    }
    .sm\:mt-155p {
        margin-top: 155px;
    }
    .sm\:mr-155p {
        margin-right: 155px;
    }
    .sm\:mb-155p {
        margin-bottom: 155px;
    }
    .sm\:ml-155p {
        margin-left: 155px;
    }
    .sm\:mt-163p {
        margin-top: 163px;
    }
    .sm\:mr-163p {
        margin-right: 163px;
    }
    .sm\:mb-163p {
        margin-bottom: 163px;
    }
    .sm\:ml-163p {
        margin-left: 163px;
    }
    .sm\:mt-168p {
        margin-top: 168px;
    }
    .sm\:mr-168p {
        margin-right: 168px;
    }
    .sm\:mb-168p {
        margin-bottom: 168px;
    }
    .sm\:ml-168p {
        margin-left: 168px;
    }
    .sm\:mt-173p {
        margin-top: 173px;
    }
    .sm\:mr-173p {
        margin-right: 173px;
    }
    .sm\:mb-173p {
        margin-bottom: 173px;
    }
    .sm\:ml-173p {
        margin-left: 173px;
    }
    .sm\:mt-210p {
        margin-top: 210px;
    }
    .sm\:mr-210p {
        margin-right: 210px;
    }
    .sm\:mb-210p {
        margin-bottom: 210px;
    }
    .sm\:ml-210p {
        margin-left: 210px;
    }
    .sm\:mt-245p {
        margin-top: 245px;
    }
    .sm\:mr-245p {
        margin-right: 245px;
    }
    .sm\:mb-245p {
        margin-bottom: 245px;
    }
    .sm\:ml-245p {
        margin-left: 245px;
    }
    .sm\:mt-250p {
        margin-top: 250px;
    }
    .sm\:mr-250p {
        margin-right: 250px;
    }
    .sm\:mb-250p {
        margin-bottom: 250px;
    }
    .sm\:ml-250p {
        margin-left: 250px;
    }
    .sm\:mt-260p {
        margin-top: 260px;
    }
    .sm\:mr-260p {
        margin-right: 260px;
    }
    .sm\:mb-260p {
        margin-bottom: 260px;
    }
    .sm\:ml-260p {
        margin-left: 260px;
    }
    .sm\:mt-263p {
        margin-top: 263px;
    }
    .sm\:mr-263p {
        margin-right: 263px;
    }
    .sm\:mb-263p {
        margin-bottom: 263px;
    }
    .sm\:ml-263p {
        margin-left: 263px;
    }
    .sm\:mt-266p {
        margin-top: 266px;
    }
    .sm\:mr-266p {
        margin-right: 266px;
    }
    .sm\:mb-266p {
        margin-bottom: 266px;
    }
    .sm\:ml-266p {
        margin-left: 266px;
    }
    .sm\:mt-275p {
        margin-top: 275px;
    }
    .sm\:mr-275p {
        margin-right: 275px;
    }
    .sm\:mb-275p {
        margin-bottom: 275px;
    }
    .sm\:ml-275p {
        margin-left: 275px;
    }
    .sm\:mt-300p {
        margin-top: 300px;
    }
    .sm\:mr-300p {
        margin-right: 300px;
    }
    .sm\:mb-300p {
        margin-bottom: 300px;
    }
    .sm\:ml-300p {
        margin-left: 300px;
    }
    .sm\:mt-312p {
        margin-top: 312px;
    }
    .sm\:mr-312p {
        margin-right: 312px;
    }
    .sm\:mb-312p {
        margin-bottom: 312px;
    }
    .sm\:ml-312p {
        margin-left: 312px;
    }
    .sm\:mt-318p {
        margin-top: 318px;
    }
    .sm\:mr-318p {
        margin-right: 318px;
    }
    .sm\:mb-318p {
        margin-bottom: 318px;
    }
    .sm\:ml-318p {
        margin-left: 318px;
    }
    .sm\:mt-322p {
        margin-top: 322px;
    }
    .sm\:mr-322p {
        margin-right: 322px;
    }
    .sm\:mb-322p {
        margin-bottom: 322px;
    }
    .sm\:ml-322p {
        margin-left: 322px;
    }
    .sm\:mt-337p {
        margin-top: 337px;
    }
    .sm\:mr-337p {
        margin-right: 337px;
    }
    .sm\:mb-337p {
        margin-bottom: 337px;
    }
    .sm\:ml-337p {
        margin-left: 337px;
    }
    .sm\:mt-345p {
        margin-top: 345px;
    }
    .sm\:mr-345p {
        margin-right: 345px;
    }
    .sm\:mb-345p {
        margin-bottom: 345px;
    }
    .sm\:ml-345p {
        margin-left: 345px;
    }
    .sm\:mt-344p {
        margin-top: 344px;
    }
    .sm\:mr-344p {
        margin-right: 344px;
    }
    .sm\:mb-344p {
        margin-bottom: 344px;
    }
    .sm\:ml-344p {
        margin-left: 344px;
    }
    .sm\:mt-354p {
        margin-top: 354px;
    }
    .sm\:mr-354p {
        margin-right: 354px;
    }
    .sm\:mb-354p {
        margin-bottom: 354px;
    }
    .sm\:ml-354p {
        margin-left: 354px;
    }
    .sm\:mt-364p {
        margin-top: 364px;
    }
    .sm\:mr-364p {
        margin-right: 364px;
    }
    .sm\:mb-364p {
        margin-bottom: 364px;
    }
    .sm\:ml-364p {
        margin-left: 364px;
    }
    .sm\:mt-370p {
        margin-top: 370px;
    }
    .sm\:mr-370p {
        margin-right: 370px;
    }
    .sm\:mb-370p {
        margin-bottom: 370px;
    }
    .sm\:ml-370p {
        margin-left: 370px;
    }
    .sm\:mt-382p {
        margin-top: 382px;
    }
    .sm\:mr-382p {
        margin-right: 382px;
    }
    .sm\:mb-382p {
        margin-bottom: 382px;
    }
    .sm\:ml-382p {
        margin-left: 382px;
    }
    .sm\:mt-385p {
        margin-top: 385px;
    }
    .sm\:mr-385p {
        margin-right: 385px;
    }
    .sm\:mb-385p {
        margin-bottom: 385px;
    }
    .sm\:ml-385p {
        margin-left: 385px;
    }
    .sm\:mt-400p {
        margin-top: 400px;
    }
    .sm\:mr-400p {
        margin-right: 400px;
    }
    .sm\:mb-400p {
        margin-bottom: 400px;
    }
    .sm\:ml-400p {
        margin-left: 400px;
    }
    .sm\:mt-407p {
        margin-top: 407px;
    }
    .sm\:mr-407p {
        margin-right: 407px;
    }
    .sm\:mb-407p {
        margin-bottom: 407px;
    }
    .sm\:ml-407p {
        margin-left: 407px;
    }
    .sm\:mt-411p {
        margin-top: 411px;
    }
    .sm\:mr-411p {
        margin-right: 411px;
    }
    .sm\:mb-411p {
        margin-bottom: 411px;
    }
    .sm\:ml-411p {
        margin-left: 411px;
    }
    .sm\:mt-418p {
        margin-top: 418px;
    }
    .sm\:mr-418p {
        margin-right: 418px;
    }
    .sm\:mb-418p {
        margin-bottom: 418px;
    }
    .sm\:ml-418p {
        margin-left: 418px;
    }
    .sm\:mt-430p {
        margin-top: 430px;
    }
    .sm\:mr-430p {
        margin-right: 430px;
    }
    .sm\:mb-430p {
        margin-bottom: 430px;
    }
    .sm\:ml-430p {
        margin-left: 430px;
    }
    .sm\:mt-450p {
        margin-top: 450px;
    }
    .sm\:mr-450p {
        margin-right: 450px;
    }
    .sm\:mb-450p {
        margin-bottom: 450px;
    }
    .sm\:ml-450p {
        margin-left: 450px;
    }
    .sm\:mt-468p {
        margin-top: 468px;
    }
    .sm\:mr-468p {
        margin-right: 468px;
    }
    .sm\:mb-468p {
        margin-bottom: 468px;
    }
    .sm\:ml-468p {
        margin-left: 468px;
    }
    .sm\:mt-485p {
        margin-top: 485px;
    }
    .sm\:mr-485p {
        margin-right: 485px;
    }
    .sm\:mb-485p {
        margin-bottom: 485px;
    }
    .sm\:ml-485p {
        margin-left: 485px;
    }
    .sm\:mt-491p {
        margin-top: 491px;
    }
    .sm\:mr-491p {
        margin-right: 491px;
    }
    .sm\:mb-491p {
        margin-bottom: 491px;
    }
    .sm\:ml-491p {
        margin-left: 491px;
    }
    .sm\:mt-494p {
        margin-top: 494px;
    }
    .sm\:mr-494p {
        margin-right: 494px;
    }
    .sm\:mb-494p {
        margin-bottom: 494px;
    }
    .sm\:ml-494p {
        margin-left: 494px;
    }
    .sm\:mt-470p {
        margin-top: 470px;
    }
    .sm\:mr-470p {
        margin-right: 470px;
    }
    .sm\:mb-470p {
        margin-bottom: 470px;
    }
    .sm\:ml-470p {
        margin-left: 470px;
    }
    .sm\:mt-480p {
        margin-top: 480px;
    }
    .sm\:mr-480p {
        margin-right: 480px;
    }
    .sm\:mb-480p {
        margin-bottom: 480px;
    }
    .sm\:ml-480p {
        margin-left: 480px;
    }
    .sm\:mt-532p {
        margin-top: 532px;
    }
    .sm\:mr-532p {
        margin-right: 532px;
    }
    .sm\:mb-532p {
        margin-bottom: 532px;
    }
    .sm\:ml-532p {
        margin-left: 532px;
    }
    .sm\:mt-556p {
        margin-top: 556px;
    }
    .sm\:mr-556p {
        margin-right: 556px;
    }
    .sm\:mb-556p {
        margin-bottom: 556px;
    }
    .sm\:ml-556p {
        margin-left: 556px;
    }
    .sm\:mt-505p {
        margin-top: 505px;
    }
    .sm\:mr-505p {
        margin-right: 505px;
    }
    .sm\:mb-505p {
        margin-bottom: 505px;
    }
    .sm\:ml-505p {
        margin-left: 505px;
    }
    .sm\:mt-1179p {
        margin-top: 1179px;
    }
    .sm\:mr-1179p {
        margin-right: 1179px;
    }
    .sm\:mb-1179p {
        margin-bottom: 1179px;
    }
    .sm\:ml-1179p {
        margin-left: 1179px;
    }
    .sm\:mt-1253p {
        margin-top: 1253px;
    }
    .sm\:mr-1253p {
        margin-right: 1253px;
    }
    .sm\:mb-1253p {
        margin-bottom: 1253px;
    }
    .sm\:ml-1253p {
        margin-left: 1253px;
    }
    .sm\:mt-1575p {
        margin-top: 1575px;
    }
    .sm\:mr-1575p {
        margin-right: 1575px;
    }
    .sm\:mb-1575p {
        margin-bottom: 1575px;
    }
    .sm\:ml-1575p {
        margin-left: 1575px;
    }
    .sm\:mt-600p {
        margin-top: 600px;
    }
    .sm\:mr-600p {
        margin-right: 600px;
    }
    .sm\:mb-600p {
        margin-bottom: 600px;
    }
    .sm\:ml-600p {
        margin-left: 600px;
    }
    .sm\:mt-649p {
        margin-top: 649px;
    }
    .sm\:mr-649p {
        margin-right: 649px;
    }
    .sm\:mb-649p {
        margin-bottom: 649px;
    }
    .sm\:ml-649p {
        margin-left: 649px;
    }
    .sm\:mt-690p {
        margin-top: 690px;
    }
    .sm\:mr-690p {
        margin-right: 690px;
    }
    .sm\:mb-690p {
        margin-bottom: 690px;
    }
    .sm\:ml-690p {
        margin-left: 690px;
    }
    .sm\:mt-19\% {
        margin-top: 19%;
    }
    .sm\:mr-19\% {
        margin-right: 19%;
    }
    .sm\:mb-19\% {
        margin-bottom: 19%;
    }
    .sm\:ml-19\% {
        margin-left: 19%;
    }
    .sm\:mt-23\% {
        margin-top: 23%;
    }
    .sm\:mr-23\% {
        margin-right: 23%;
    }
    .sm\:mb-23\% {
        margin-bottom: 23%;
    }
    .sm\:ml-23\% {
        margin-left: 23%;
    }
    .sm\:mt-24\% {
        margin-top: 24%;
    }
    .sm\:mr-24\% {
        margin-right: 24%;
    }
    .sm\:mb-24\% {
        margin-bottom: 24%;
    }
    .sm\:ml-24\% {
        margin-left: 24%;
    }
    .sm\:mt-36\% {
        margin-top: 36%;
    }
    .sm\:mr-36\% {
        margin-right: 36%;
    }
    .sm\:mb-36\% {
        margin-bottom: 36%;
    }
    .sm\:ml-36\% {
        margin-left: 36%;
    }
    .sm\:mt-27\% {
        margin-top: 27%;
    }
    .sm\:mr-27\% {
        margin-right: 27%;
    }
    .sm\:mb-27\% {
        margin-bottom: 27%;
    }
    .sm\:ml-27\% {
        margin-left: 27%;
    }
    .sm\:mt-28\% {
        margin-top: 28%;
    }
    .sm\:mr-28\% {
        margin-right: 28%;
    }
    .sm\:mb-28\% {
        margin-bottom: 28%;
    }
    .sm\:ml-28\% {
        margin-left: 28%;
    }
    .sm\:mt-42\% {
        margin-top: 42%;
    }
    .sm\:mr-42\% {
        margin-right: 42%;
    }
    .sm\:mb-42\% {
        margin-bottom: 42%;
    }
    .sm\:ml-42\% {
        margin-left: 42%;
    }
    .sm\:mt-46\% {
        margin-top: 46%;
    }
    .sm\:mr-46\% {
        margin-right: 46%;
    }
    .sm\:mb-46\% {
        margin-bottom: 46%;
    }
    .sm\:ml-46\% {
        margin-left: 46%;
    }
    .sm\:mt-49\% {
        margin-top: 49%;
    }
    .sm\:mr-49\% {
        margin-right: 49%;
    }
    .sm\:mb-49\% {
        margin-bottom: 49%;
    }
    .sm\:ml-49\% {
        margin-left: 49%;
    }
    .sm\:mt-54\% {
        margin-top: 54%;
    }
    .sm\:mr-54\% {
        margin-right: 54%;
    }
    .sm\:mb-54\% {
        margin-bottom: 54%;
    }
    .sm\:ml-54\% {
        margin-left: 54%;
    }
    .sm\:mt-58\% {
        margin-top: 58%;
    }
    .sm\:mr-58\% {
        margin-right: 58%;
    }
    .sm\:mb-58\% {
        margin-bottom: 58%;
    }
    .sm\:ml-58\% {
        margin-left: 58%;
    }
    .sm\:mt-72\% {
        margin-top: 72%;
    }
    .sm\:mr-72\% {
        margin-right: 72%;
    }
    .sm\:mb-72\% {
        margin-bottom: 72%;
    }
    .sm\:ml-72\% {
        margin-left: 72%;
    }
    .sm\:mt-76\% {
        margin-top: 76%;
    }
    .sm\:mr-76\% {
        margin-right: 76%;
    }
    .sm\:mb-76\% {
        margin-bottom: 76%;
    }
    .sm\:ml-76\% {
        margin-left: 76%;
    }
    .sm\:mt-77\% {
        margin-top: 77%;
    }
    .sm\:mr-77\% {
        margin-right: 77%;
    }
    .sm\:mb-77\% {
        margin-bottom: 77%;
    }
    .sm\:ml-77\% {
        margin-left: 77%;
    }
    .sm\:mt-340p {
        margin-top: 340px;
    }
    .sm\:mr-340p {
        margin-right: 340px;
    }
    .sm\:mb-340p {
        margin-bottom: 340px;
    }
    .sm\:ml-340p {
        margin-left: 340px;
    }
    .sm\:mt-700p {
        margin-top: 700px;
    }
    .sm\:mr-700p {
        margin-right: 700px;
    }
    .sm\:mb-700p {
        margin-bottom: 700px;
    }
    .sm\:ml-700p {
        margin-left: 700px;
    }
    .sm\:mt-848p {
        margin-top: 848px;
    }
    .sm\:mr-848p {
        margin-right: 848px;
    }
    .sm\:mb-848p {
        margin-bottom: 848px;
    }
    .sm\:ml-848p {
        margin-left: 848px;
    }
    .sm\:mt-850p {
        margin-top: 850px;
    }
    .sm\:mr-850p {
        margin-right: 850px;
    }
    .sm\:mb-850p {
        margin-bottom: 850px;
    }
    .sm\:ml-850p {
        margin-left: 850px;
    }
    .sm\:mt-860p {
        margin-top: 860px;
    }
    .sm\:mr-860p {
        margin-right: 860px;
    }
    .sm\:mb-860p {
        margin-bottom: 860px;
    }
    .sm\:ml-860p {
        margin-left: 860px;
    }
    .sm\:mt-1425p {
        margin-top: 1425px;
    }
    .sm\:mr-1425p {
        margin-right: 1425px;
    }
    .sm\:mb-1425p {
        margin-bottom: 1425px;
    }
    .sm\:ml-1425p {
        margin-left: 1425px;
    }
    .sm\:-mt-0 {
        margin-top: 0;
    }
    .sm\:-mr-0 {
        margin-right: 0;
    }
    .sm\:-mb-0 {
        margin-bottom: 0;
    }
    .sm\:-ml-0 {
        margin-left: 0;
    }
    .sm\:-mt-1 {
        margin-top: -0.25rem;
    }
    .sm\:-mr-1 {
        margin-right: -0.25rem;
    }
    .sm\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .sm\:-ml-1 {
        margin-left: -0.25rem;
    }
    .sm\:-mt-2 {
        margin-top: -0.5rem;
    }
    .sm\:-mr-2 {
        margin-right: -0.5rem;
    }
    .sm\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .sm\:-ml-2 {
        margin-left: -0.5rem;
    }
    .sm\:-mt-3 {
        margin-top: -0.75rem;
    }
    .sm\:-mr-3 {
        margin-right: -0.75rem;
    }
    .sm\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .sm\:-ml-3 {
        margin-left: -0.75rem;
    }
    .sm\:-mt-4 {
        margin-top: -1rem;
    }
    .sm\:-mr-4 {
        margin-right: -1rem;
    }
    .sm\:-mb-4 {
        margin-bottom: -1rem;
    }
    .sm\:-ml-4 {
        margin-left: -1rem;
    }
    .sm\:-mt-5 {
        margin-top: -1.25rem;
    }
    .sm\:-mr-5 {
        margin-right: -1.25rem;
    }
    .sm\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .sm\:-ml-5 {
        margin-left: -1.25rem;
    }
    .sm\:-mt-6 {
        margin-top: -1.5rem;
    }
    .sm\:-mr-6 {
        margin-right: -1.5rem;
    }
    .sm\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .sm\:-ml-6 {
        margin-left: -1.5rem;
    }
    .sm\:-mt-7 {
        margin-top: -1.75rem;
    }
    .sm\:-mr-7 {
        margin-right: -1.75rem;
    }
    .sm\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .sm\:-ml-7 {
        margin-left: -1.75rem;
    }
    .sm\:-mt-8 {
        margin-top: -2rem;
    }
    .sm\:-mr-8 {
        margin-right: -2rem;
    }
    .sm\:-mb-8 {
        margin-bottom: -2rem;
    }
    .sm\:-ml-8 {
        margin-left: -2rem;
    }
    .sm\:-mt-9 {
        margin-top: -2.25rem;
    }
    .sm\:-mr-9 {
        margin-right: -2.25rem;
    }
    .sm\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .sm\:-ml-9 {
        margin-left: -2.25rem;
    }
    .sm\:-mt-10 {
        margin-top: -2.5rem;
    }
    .sm\:-mr-10 {
        margin-right: -2.5rem;
    }
    .sm\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .sm\:-ml-10 {
        margin-left: -2.5rem;
    }
    .sm\:-mt-11 {
        margin-top: -2.75rem;
    }
    .sm\:-mr-11 {
        margin-right: -2.75rem;
    }
    .sm\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .sm\:-ml-11 {
        margin-left: -2.75rem;
    }
    .sm\:-mt-12 {
        margin-top: -3rem;
    }
    .sm\:-mr-12 {
        margin-right: -3rem;
    }
    .sm\:-mb-12 {
        margin-bottom: -3rem;
    }
    .sm\:-ml-12 {
        margin-left: -3rem;
    }
    .sm\:-mt-14 {
        margin-top: -3.5rem;
    }
    .sm\:-mr-14 {
        margin-right: -3.5rem;
    }
    .sm\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .sm\:-ml-14 {
        margin-left: -3.5rem;
    }
    .sm\:-mt-16 {
        margin-top: -4rem;
    }
    .sm\:-mr-16 {
        margin-right: -4rem;
    }
    .sm\:-mb-16 {
        margin-bottom: -4rem;
    }
    .sm\:-ml-16 {
        margin-left: -4rem;
    }
    .sm\:-mt-20 {
        margin-top: -5rem;
    }
    .sm\:-mr-20 {
        margin-right: -5rem;
    }
    .sm\:-mb-20 {
        margin-bottom: -5rem;
    }
    .sm\:-ml-20 {
        margin-left: -5rem;
    }
    .sm\:-mt-23 {
        margin-top: -88px;
    }
    .sm\:-mr-23 {
        margin-right: -88px;
    }
    .sm\:-mb-23 {
        margin-bottom: -88px;
    }
    .sm\:-ml-23 {
        margin-left: -88px;
    }
    .sm\:-mt-24 {
        margin-top: -6rem;
    }
    .sm\:-mr-24 {
        margin-right: -6rem;
    }
    .sm\:-mb-24 {
        margin-bottom: -6rem;
    }
    .sm\:-ml-24 {
        margin-left: -6rem;
    }
    .sm\:-mt-25 {
        margin-top: -100px;
    }
    .sm\:-mr-25 {
        margin-right: -100px;
    }
    .sm\:-mb-25 {
        margin-bottom: -100px;
    }
    .sm\:-ml-25 {
        margin-left: -100px;
    }
    .sm\:-mt-28 {
        margin-top: -7rem;
    }
    .sm\:-mr-28 {
        margin-right: -7rem;
    }
    .sm\:-mb-28 {
        margin-bottom: -7rem;
    }
    .sm\:-ml-28 {
        margin-left: -7rem;
    }
    .sm\:-mt-29 {
        margin-top: -120px;
    }
    .sm\:-mr-29 {
        margin-right: -120px;
    }
    .sm\:-mb-29 {
        margin-bottom: -120px;
    }
    .sm\:-ml-29 {
        margin-left: -120px;
    }
    .sm\:-mt-32 {
        margin-top: -8rem;
    }
    .sm\:-mr-32 {
        margin-right: -8rem;
    }
    .sm\:-mb-32 {
        margin-bottom: -8rem;
    }
    .sm\:-ml-32 {
        margin-left: -8rem;
    }
    .sm\:-mt-33 {
        margin-top: -130px;
    }
    .sm\:-mr-33 {
        margin-right: -130px;
    }
    .sm\:-mb-33 {
        margin-bottom: -130px;
    }
    .sm\:-ml-33 {
        margin-left: -130px;
    }
    .sm\:-mt-36 {
        margin-top: -9rem;
    }
    .sm\:-mr-36 {
        margin-right: -9rem;
    }
    .sm\:-mb-36 {
        margin-bottom: -9rem;
    }
    .sm\:-ml-36 {
        margin-left: -9rem;
    }
    .sm\:-mt-40 {
        margin-top: -10rem;
    }
    .sm\:-mr-40 {
        margin-right: -10rem;
    }
    .sm\:-mb-40 {
        margin-bottom: -10rem;
    }
    .sm\:-ml-40 {
        margin-left: -10rem;
    }
    .sm\:-mt-44 {
        margin-top: -11rem;
    }
    .sm\:-mr-44 {
        margin-right: -11rem;
    }
    .sm\:-mb-44 {
        margin-bottom: -11rem;
    }
    .sm\:-ml-44 {
        margin-left: -11rem;
    }
    .sm\:-mt-48 {
        margin-top: -12rem;
    }
    .sm\:-mr-48 {
        margin-right: -12rem;
    }
    .sm\:-mb-48 {
        margin-bottom: -12rem;
    }
    .sm\:-ml-48 {
        margin-left: -12rem;
    }
    .sm\:-mt-52 {
        margin-top: -13rem;
    }
    .sm\:-mr-52 {
        margin-right: -13rem;
    }
    .sm\:-mb-52 {
        margin-bottom: -13rem;
    }
    .sm\:-ml-52 {
        margin-left: -13rem;
    }
    .sm\:-mt-56 {
        margin-top: -14rem;
    }
    .sm\:-mr-56 {
        margin-right: -14rem;
    }
    .sm\:-mb-56 {
        margin-bottom: -14rem;
    }
    .sm\:-ml-56 {
        margin-left: -14rem;
    }
    .sm\:-mt-60 {
        margin-top: -15rem;
    }
    .sm\:-mr-60 {
        margin-right: -15rem;
    }
    .sm\:-mb-60 {
        margin-bottom: -15rem;
    }
    .sm\:-ml-60 {
        margin-left: -15rem;
    }
    .sm\:-mt-63 {
        margin-top: -270px;
    }
    .sm\:-mr-63 {
        margin-right: -270px;
    }
    .sm\:-mb-63 {
        margin-bottom: -270px;
    }
    .sm\:-ml-63 {
        margin-left: -270px;
    }
    .sm\:-mt-64 {
        margin-top: -16rem;
    }
    .sm\:-mr-64 {
        margin-right: -16rem;
    }
    .sm\:-mb-64 {
        margin-bottom: -16rem;
    }
    .sm\:-ml-64 {
        margin-left: -16rem;
    }
    .sm\:-mt-72 {
        margin-top: -18rem;
    }
    .sm\:-mr-72 {
        margin-right: -18rem;
    }
    .sm\:-mb-72 {
        margin-bottom: -18rem;
    }
    .sm\:-ml-72 {
        margin-left: -18rem;
    }
    .sm\:-mt-80 {
        margin-top: -20rem;
    }
    .sm\:-mr-80 {
        margin-right: -20rem;
    }
    .sm\:-mb-80 {
        margin-bottom: -20rem;
    }
    .sm\:-ml-80 {
        margin-left: -20rem;
    }
    .sm\:-mt-92 {
        margin-top: -475px;
    }
    .sm\:-mr-92 {
        margin-right: -475px;
    }
    .sm\:-mb-92 {
        margin-bottom: -475px;
    }
    .sm\:-ml-92 {
        margin-left: -475px;
    }
    .sm\:-mt-96 {
        margin-top: -24rem;
    }
    .sm\:-mr-96 {
        margin-right: -24rem;
    }
    .sm\:-mb-96 {
        margin-bottom: -24rem;
    }
    .sm\:-ml-96 {
        margin-left: -24rem;
    }
    .sm\:-mt-128 {
        margin-top: -32rem;
    }
    .sm\:-mr-128 {
        margin-right: -32rem;
    }
    .sm\:-mb-128 {
        margin-bottom: -32rem;
    }
    .sm\:-ml-128 {
        margin-left: -32rem;
    }
    .sm\:-mt-px {
        margin-top: -1px;
    }
    .sm\:-mr-px {
        margin-right: -1px;
    }
    .sm\:-mb-px {
        margin-bottom: -1px;
    }
    .sm\:-ml-px {
        margin-left: -1px;
    }
    .sm\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .sm\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .sm\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .sm\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .sm\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .sm\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .sm\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .sm\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .sm\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .sm\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .sm\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .sm\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .sm\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .sm\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .sm\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .sm\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .sm\:-mt-105p {
        margin-top: -105px;
    }
    .sm\:-mr-105p {
        margin-right: -105px;
    }
    .sm\:-mb-105p {
        margin-bottom: -105px;
    }
    .sm\:-ml-105p {
        margin-left: -105px;
    }
    .sm\:-mt-50p {
        margin-top: -50px;
    }
    .sm\:-mr-50p {
        margin-right: -50px;
    }
    .sm\:-mb-50p {
        margin-bottom: -50px;
    }
    .sm\:-ml-50p {
        margin-left: -50px;
    }
    .sm\:-mt-54p {
        margin-top: -54px;
    }
    .sm\:-mr-54p {
        margin-right: -54px;
    }
    .sm\:-mb-54p {
        margin-bottom: -54px;
    }
    .sm\:-ml-54p {
        margin-left: -54px;
    }
    .sm\:-mt-1p {
        margin-top: -1px;
    }
    .sm\:-mr-1p {
        margin-right: -1px;
    }
    .sm\:-mb-1p {
        margin-bottom: -1px;
    }
    .sm\:-ml-1p {
        margin-left: -1px;
    }
    .sm\:-mt-2p {
        margin-top: -2px;
    }
    .sm\:-mr-2p {
        margin-right: -2px;
    }
    .sm\:-mb-2p {
        margin-bottom: -2px;
    }
    .sm\:-ml-2p {
        margin-left: -2px;
    }
    .sm\:-mt-3p {
        margin-top: -3px;
    }
    .sm\:-mr-3p {
        margin-right: -3px;
    }
    .sm\:-mb-3p {
        margin-bottom: -3px;
    }
    .sm\:-ml-3p {
        margin-left: -3px;
    }
    .sm\:-mt-5p {
        margin-top: -5px;
    }
    .sm\:-mr-5p {
        margin-right: -5px;
    }
    .sm\:-mb-5p {
        margin-bottom: -5px;
    }
    .sm\:-ml-5p {
        margin-left: -5px;
    }
    .sm\:-mt-7p {
        margin-top: -7px;
    }
    .sm\:-mr-7p {
        margin-right: -7px;
    }
    .sm\:-mb-7p {
        margin-bottom: -7px;
    }
    .sm\:-ml-7p {
        margin-left: -7px;
    }
    .sm\:-mt-9p {
        margin-top: -9px;
    }
    .sm\:-mr-9p {
        margin-right: -9px;
    }
    .sm\:-mb-9p {
        margin-bottom: -9px;
    }
    .sm\:-ml-9p {
        margin-left: -9px;
    }
    .sm\:-mt-10p {
        margin-top: -10px;
    }
    .sm\:-mr-10p {
        margin-right: -10px;
    }
    .sm\:-mb-10p {
        margin-bottom: -10px;
    }
    .sm\:-ml-10p {
        margin-left: -10px;
    }
    .sm\:-mt-11p {
        margin-top: -11px;
    }
    .sm\:-mr-11p {
        margin-right: -11px;
    }
    .sm\:-mb-11p {
        margin-bottom: -11px;
    }
    .sm\:-ml-11p {
        margin-left: -11px;
    }
    .sm\:-mt-13p {
        margin-top: -13px;
    }
    .sm\:-mr-13p {
        margin-right: -13px;
    }
    .sm\:-mb-13p {
        margin-bottom: -13px;
    }
    .sm\:-ml-13p {
        margin-left: -13px;
    }
    .sm\:-mt-15p {
        margin-top: -15px;
    }
    .sm\:-mr-15p {
        margin-right: -15px;
    }
    .sm\:-mb-15p {
        margin-bottom: -15px;
    }
    .sm\:-ml-15p {
        margin-left: -15px;
    }
    .sm\:-mt-18p {
        margin-top: -18px;
    }
    .sm\:-mr-18p {
        margin-right: -18px;
    }
    .sm\:-mb-18p {
        margin-bottom: -18px;
    }
    .sm\:-ml-18p {
        margin-left: -18px;
    }
    .sm\:-mt-19p {
        margin-top: -19px;
    }
    .sm\:-mr-19p {
        margin-right: -19px;
    }
    .sm\:-mb-19p {
        margin-bottom: -19px;
    }
    .sm\:-ml-19p {
        margin-left: -19px;
    }
    .sm\:-mt-21p {
        margin-top: -21px;
    }
    .sm\:-mr-21p {
        margin-right: -21px;
    }
    .sm\:-mb-21p {
        margin-bottom: -21px;
    }
    .sm\:-ml-21p {
        margin-left: -21px;
    }
    .sm\:-mt-22p {
        margin-top: -22px;
    }
    .sm\:-mr-22p {
        margin-right: -22px;
    }
    .sm\:-mb-22p {
        margin-bottom: -22px;
    }
    .sm\:-ml-22p {
        margin-left: -22px;
    }
    .sm\:-mt-23p {
        margin-top: -23px;
    }
    .sm\:-mr-23p {
        margin-right: -23px;
    }
    .sm\:-mb-23p {
        margin-bottom: -23px;
    }
    .sm\:-ml-23p {
        margin-left: -23px;
    }
    .sm\:-mt-25p {
        margin-top: -25px;
    }
    .sm\:-mr-25p {
        margin-right: -25px;
    }
    .sm\:-mb-25p {
        margin-bottom: -25px;
    }
    .sm\:-ml-25p {
        margin-left: -25px;
    }
    .sm\:-mt-26p {
        margin-top: -26px;
    }
    .sm\:-mr-26p {
        margin-right: -26px;
    }
    .sm\:-mb-26p {
        margin-bottom: -26px;
    }
    .sm\:-ml-26p {
        margin-left: -26px;
    }
    .sm\:-mt-29p {
        margin-top: -29px;
    }
    .sm\:-mr-29p {
        margin-right: -29px;
    }
    .sm\:-mb-29p {
        margin-bottom: -29px;
    }
    .sm\:-ml-29p {
        margin-left: -29px;
    }
    .sm\:-mt-30p {
        margin-top: -30px;
    }
    .sm\:-mr-30p {
        margin-right: -30px;
    }
    .sm\:-mb-30p {
        margin-bottom: -30px;
    }
    .sm\:-ml-30p {
        margin-left: -30px;
    }
    .sm\:-mt-31p {
        margin-top: -31px;
    }
    .sm\:-mr-31p {
        margin-right: -31px;
    }
    .sm\:-mb-31p {
        margin-bottom: -31px;
    }
    .sm\:-ml-31p {
        margin-left: -31px;
    }
    .sm\:-mt-35p {
        margin-top: -35px;
    }
    .sm\:-mr-35p {
        margin-right: -35px;
    }
    .sm\:-mb-35p {
        margin-bottom: -35px;
    }
    .sm\:-ml-35p {
        margin-left: -35px;
    }
    .sm\:-mt-52p {
        margin-top: -52px;
    }
    .sm\:-mr-52p {
        margin-right: -52px;
    }
    .sm\:-mb-52p {
        margin-bottom: -52px;
    }
    .sm\:-ml-52p {
        margin-left: -52px;
    }
    .sm\:-mt-53p {
        margin-top: -53px;
    }
    .sm\:-mr-53p {
        margin-right: -53px;
    }
    .sm\:-mb-53p {
        margin-bottom: -53px;
    }
    .sm\:-ml-53p {
        margin-left: -53px;
    }
    .sm\:-mt-55p {
        margin-top: -55px;
    }
    .sm\:-mr-55p {
        margin-right: -55px;
    }
    .sm\:-mb-55p {
        margin-bottom: -55px;
    }
    .sm\:-ml-55p {
        margin-left: -55px;
    }
    .sm\:-mt-59p {
        margin-top: -59px;
    }
    .sm\:-mr-59p {
        margin-right: -59px;
    }
    .sm\:-mb-59p {
        margin-bottom: -59px;
    }
    .sm\:-ml-59p {
        margin-left: -59px;
    }
    .sm\:-mt-27p {
        margin-top: -27px;
    }
    .sm\:-mr-27p {
        margin-right: -27px;
    }
    .sm\:-mb-27p {
        margin-bottom: -27px;
    }
    .sm\:-ml-27p {
        margin-left: -27px;
    }
    .sm\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .sm\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .sm\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .sm\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .sm\:-mt-38p {
        margin-top: -38px;
    }
    .sm\:-mr-38p {
        margin-right: -38px;
    }
    .sm\:-mb-38p {
        margin-bottom: -38px;
    }
    .sm\:-ml-38p {
        margin-left: -38px;
    }
    .sm\:-mt-40p {
        margin-top: -40px;
    }
    .sm\:-mr-40p {
        margin-right: -40px;
    }
    .sm\:-mb-40p {
        margin-bottom: -40px;
    }
    .sm\:-ml-40p {
        margin-left: -40px;
    }
    .sm\:-mt-46p {
        margin-top: -46px;
    }
    .sm\:-mr-46p {
        margin-right: -46px;
    }
    .sm\:-mb-46p {
        margin-bottom: -46px;
    }
    .sm\:-ml-46p {
        margin-left: -46px;
    }
    .sm\:-mt-47p {
        margin-top: -47px;
    }
    .sm\:-mr-47p {
        margin-right: -47px;
    }
    .sm\:-mb-47p {
        margin-bottom: -47px;
    }
    .sm\:-ml-47p {
        margin-left: -47px;
    }
    .sm\:-mt-49p {
        margin-top: -49px;
    }
    .sm\:-mr-49p {
        margin-right: -49px;
    }
    .sm\:-mb-49p {
        margin-bottom: -49px;
    }
    .sm\:-ml-49p {
        margin-left: -49px;
    }
    .sm\:-mt-58p {
        margin-top: -58px;
    }
    .sm\:-mr-58p {
        margin-right: -58px;
    }
    .sm\:-mb-58p {
        margin-bottom: -58px;
    }
    .sm\:-ml-58p {
        margin-left: -58px;
    }
    .sm\:-mt-75p {
        margin-top: -75px;
    }
    .sm\:-mr-75p {
        margin-right: -75px;
    }
    .sm\:-mb-75p {
        margin-bottom: -75px;
    }
    .sm\:-ml-75p {
        margin-left: -75px;
    }
    .sm\:-mt-77p {
        margin-top: -77px;
    }
    .sm\:-mr-77p {
        margin-right: -77px;
    }
    .sm\:-mb-77p {
        margin-bottom: -77px;
    }
    .sm\:-ml-77p {
        margin-left: -77px;
    }
    .sm\:-mt-60p {
        margin-top: -60px;
    }
    .sm\:-mr-60p {
        margin-right: -60px;
    }
    .sm\:-mb-60p {
        margin-bottom: -60px;
    }
    .sm\:-ml-60p {
        margin-left: -60px;
    }
    .sm\:-mt-65p {
        margin-top: -65px;
    }
    .sm\:-mr-65p {
        margin-right: -65px;
    }
    .sm\:-mb-65p {
        margin-bottom: -65px;
    }
    .sm\:-ml-65p {
        margin-left: -65px;
    }
    .sm\:-mt-66p {
        margin-top: -66px;
    }
    .sm\:-mr-66p {
        margin-right: -66px;
    }
    .sm\:-mb-66p {
        margin-bottom: -66px;
    }
    .sm\:-ml-66p {
        margin-left: -66px;
    }
    .sm\:-mt-68p {
        margin-top: -68px;
    }
    .sm\:-mr-68p {
        margin-right: -68px;
    }
    .sm\:-mb-68p {
        margin-bottom: -68px;
    }
    .sm\:-ml-68p {
        margin-left: -68px;
    }
    .sm\:-mt-70p {
        margin-top: -70px;
    }
    .sm\:-mr-70p {
        margin-right: -70px;
    }
    .sm\:-mb-70p {
        margin-bottom: -70px;
    }
    .sm\:-ml-70p {
        margin-left: -70px;
    }
    .sm\:-mt-72p {
        margin-top: -72px;
    }
    .sm\:-mr-72p {
        margin-right: -72px;
    }
    .sm\:-mb-72p {
        margin-bottom: -72px;
    }
    .sm\:-ml-72p {
        margin-left: -72px;
    }
    .sm\:-mt-74p {
        margin-top: -74px;
    }
    .sm\:-mr-74p {
        margin-right: -74px;
    }
    .sm\:-mb-74p {
        margin-bottom: -74px;
    }
    .sm\:-ml-74p {
        margin-left: -74px;
    }
    .sm\:-mt-78p {
        margin-top: -78px;
    }
    .sm\:-mr-78p {
        margin-right: -78px;
    }
    .sm\:-mb-78p {
        margin-bottom: -78px;
    }
    .sm\:-ml-78p {
        margin-left: -78px;
    }
    .sm\:-mt-80p {
        margin-top: -80px;
    }
    .sm\:-mr-80p {
        margin-right: -80px;
    }
    .sm\:-mb-80p {
        margin-bottom: -80px;
    }
    .sm\:-ml-80p {
        margin-left: -80px;
    }
    .sm\:-mt-82p {
        margin-top: -82px;
    }
    .sm\:-mr-82p {
        margin-right: -82px;
    }
    .sm\:-mb-82p {
        margin-bottom: -82px;
    }
    .sm\:-ml-82p {
        margin-left: -82px;
    }
    .sm\:-mt-84p {
        margin-top: -84px;
    }
    .sm\:-mr-84p {
        margin-right: -84px;
    }
    .sm\:-mb-84p {
        margin-bottom: -84px;
    }
    .sm\:-ml-84p {
        margin-left: -84px;
    }
    .sm\:-mt-89p {
        margin-top: -89px;
    }
    .sm\:-mr-89p {
        margin-right: -89px;
    }
    .sm\:-mb-89p {
        margin-bottom: -89px;
    }
    .sm\:-ml-89p {
        margin-left: -89px;
    }
    .sm\:-mt-93p {
        margin-top: -93px;
    }
    .sm\:-mr-93p {
        margin-right: -93px;
    }
    .sm\:-mb-93p {
        margin-bottom: -93px;
    }
    .sm\:-ml-93p {
        margin-left: -93px;
    }
    .sm\:-mt-90p {
        margin-top: -90px;
    }
    .sm\:-mr-90p {
        margin-right: -90px;
    }
    .sm\:-mb-90p {
        margin-bottom: -90px;
    }
    .sm\:-ml-90p {
        margin-left: -90px;
    }
    .sm\:-mt-97p {
        margin-top: -97px;
    }
    .sm\:-mr-97p {
        margin-right: -97px;
    }
    .sm\:-mb-97p {
        margin-bottom: -97px;
    }
    .sm\:-ml-97p {
        margin-left: -97px;
    }
    .sm\:-mt-103p {
        margin-top: -103px;
    }
    .sm\:-mr-103p {
        margin-right: -103px;
    }
    .sm\:-mb-103p {
        margin-bottom: -103px;
    }
    .sm\:-ml-103p {
        margin-left: -103px;
    }
    .sm\:-mt-116p {
        margin-top: -116px;
    }
    .sm\:-mr-116p {
        margin-right: -116px;
    }
    .sm\:-mb-116p {
        margin-bottom: -116px;
    }
    .sm\:-ml-116p {
        margin-left: -116px;
    }
    .sm\:-mt-120p {
        margin-top: -120px;
    }
    .sm\:-mr-120p {
        margin-right: -120px;
    }
    .sm\:-mb-120p {
        margin-bottom: -120px;
    }
    .sm\:-ml-120p {
        margin-left: -120px;
    }
    .sm\:-mt-125p {
        margin-top: -125px;
    }
    .sm\:-mr-125p {
        margin-right: -125px;
    }
    .sm\:-mb-125p {
        margin-bottom: -125px;
    }
    .sm\:-ml-125p {
        margin-left: -125px;
    }
    .sm\:-mt-130p {
        margin-top: -130px;
    }
    .sm\:-mr-130p {
        margin-right: -130px;
    }
    .sm\:-mb-130p {
        margin-bottom: -130px;
    }
    .sm\:-ml-130p {
        margin-left: -130px;
    }
    .sm\:-mt-135p {
        margin-top: -135px;
    }
    .sm\:-mr-135p {
        margin-right: -135px;
    }
    .sm\:-mb-135p {
        margin-bottom: -135px;
    }
    .sm\:-ml-135p {
        margin-left: -135px;
    }
    .sm\:-mt-132p {
        margin-top: -132px;
    }
    .sm\:-mr-132p {
        margin-right: -132px;
    }
    .sm\:-mb-132p {
        margin-bottom: -132px;
    }
    .sm\:-ml-132p {
        margin-left: -132px;
    }
    .sm\:-mt-150p {
        margin-top: -150px;
    }
    .sm\:-mr-150p {
        margin-right: -150px;
    }
    .sm\:-mb-150p {
        margin-bottom: -150px;
    }
    .sm\:-ml-150p {
        margin-left: -150px;
    }
    .sm\:-mt-216p {
        margin-top: -216px;
    }
    .sm\:-mr-216p {
        margin-right: -216px;
    }
    .sm\:-mb-216p {
        margin-bottom: -216px;
    }
    .sm\:-ml-216p {
        margin-left: -216px;
    }
    .sm\:-mt-225p {
        margin-top: -225px;
    }
    .sm\:-mr-225p {
        margin-right: -225px;
    }
    .sm\:-mb-225p {
        margin-bottom: -225px;
    }
    .sm\:-ml-225p {
        margin-left: -225px;
    }
    .sm\:-mt-296p {
        margin-top: -296px;
    }
    .sm\:-mr-296p {
        margin-right: -296px;
    }
    .sm\:-mb-296p {
        margin-bottom: -296px;
    }
    .sm\:-ml-296p {
        margin-left: -296px;
    }
    .sm\:-mt-270p {
        margin-top: -270px;
    }
    .sm\:-mr-270p {
        margin-right: -270px;
    }
    .sm\:-mb-270p {
        margin-bottom: -270px;
    }
    .sm\:-ml-270p {
        margin-left: -270px;
    }
    .sm\:-mt-137p {
        margin-top: -137px;
    }
    .sm\:-mr-137p {
        margin-right: -137px;
    }
    .sm\:-mb-137p {
        margin-bottom: -137px;
    }
    .sm\:-ml-137p {
        margin-left: -137px;
    }
    .sm\:-mt-141p {
        margin-top: -141px;
    }
    .sm\:-mr-141p {
        margin-right: -141px;
    }
    .sm\:-mb-141p {
        margin-bottom: -141px;
    }
    .sm\:-ml-141p {
        margin-left: -141px;
    }
    .sm\:-mt-146p {
        margin-top: -146px;
    }
    .sm\:-mr-146p {
        margin-right: -146px;
    }
    .sm\:-mb-146p {
        margin-bottom: -146px;
    }
    .sm\:-ml-146p {
        margin-left: -146px;
    }
    .sm\:-mt-152p {
        margin-top: -152px;
    }
    .sm\:-mr-152p {
        margin-right: -152px;
    }
    .sm\:-mb-152p {
        margin-bottom: -152px;
    }
    .sm\:-ml-152p {
        margin-left: -152px;
    }
    .sm\:-mt-155p {
        margin-top: -155px;
    }
    .sm\:-mr-155p {
        margin-right: -155px;
    }
    .sm\:-mb-155p {
        margin-bottom: -155px;
    }
    .sm\:-ml-155p {
        margin-left: -155px;
    }
    .sm\:-mt-163p {
        margin-top: -163px;
    }
    .sm\:-mr-163p {
        margin-right: -163px;
    }
    .sm\:-mb-163p {
        margin-bottom: -163px;
    }
    .sm\:-ml-163p {
        margin-left: -163px;
    }
    .sm\:-mt-168p {
        margin-top: -168px;
    }
    .sm\:-mr-168p {
        margin-right: -168px;
    }
    .sm\:-mb-168p {
        margin-bottom: -168px;
    }
    .sm\:-ml-168p {
        margin-left: -168px;
    }
    .sm\:-mt-173p {
        margin-top: -173px;
    }
    .sm\:-mr-173p {
        margin-right: -173px;
    }
    .sm\:-mb-173p {
        margin-bottom: -173px;
    }
    .sm\:-ml-173p {
        margin-left: -173px;
    }
    .sm\:-mt-210p {
        margin-top: -210px;
    }
    .sm\:-mr-210p {
        margin-right: -210px;
    }
    .sm\:-mb-210p {
        margin-bottom: -210px;
    }
    .sm\:-ml-210p {
        margin-left: -210px;
    }
    .sm\:-mt-245p {
        margin-top: -245px;
    }
    .sm\:-mr-245p {
        margin-right: -245px;
    }
    .sm\:-mb-245p {
        margin-bottom: -245px;
    }
    .sm\:-ml-245p {
        margin-left: -245px;
    }
    .sm\:-mt-250p {
        margin-top: -250px;
    }
    .sm\:-mr-250p {
        margin-right: -250px;
    }
    .sm\:-mb-250p {
        margin-bottom: -250px;
    }
    .sm\:-ml-250p {
        margin-left: -250px;
    }
    .sm\:-mt-260p {
        margin-top: -260px;
    }
    .sm\:-mr-260p {
        margin-right: -260px;
    }
    .sm\:-mb-260p {
        margin-bottom: -260px;
    }
    .sm\:-ml-260p {
        margin-left: -260px;
    }
    .sm\:-mt-263p {
        margin-top: -263px;
    }
    .sm\:-mr-263p {
        margin-right: -263px;
    }
    .sm\:-mb-263p {
        margin-bottom: -263px;
    }
    .sm\:-ml-263p {
        margin-left: -263px;
    }
    .sm\:-mt-266p {
        margin-top: -266px;
    }
    .sm\:-mr-266p {
        margin-right: -266px;
    }
    .sm\:-mb-266p {
        margin-bottom: -266px;
    }
    .sm\:-ml-266p {
        margin-left: -266px;
    }
    .sm\:-mt-275p {
        margin-top: -275px;
    }
    .sm\:-mr-275p {
        margin-right: -275px;
    }
    .sm\:-mb-275p {
        margin-bottom: -275px;
    }
    .sm\:-ml-275p {
        margin-left: -275px;
    }
    .sm\:-mt-300p {
        margin-top: -300px;
    }
    .sm\:-mr-300p {
        margin-right: -300px;
    }
    .sm\:-mb-300p {
        margin-bottom: -300px;
    }
    .sm\:-ml-300p {
        margin-left: -300px;
    }
    .sm\:-mt-312p {
        margin-top: -312px;
    }
    .sm\:-mr-312p {
        margin-right: -312px;
    }
    .sm\:-mb-312p {
        margin-bottom: -312px;
    }
    .sm\:-ml-312p {
        margin-left: -312px;
    }
    .sm\:-mt-318p {
        margin-top: -318px;
    }
    .sm\:-mr-318p {
        margin-right: -318px;
    }
    .sm\:-mb-318p {
        margin-bottom: -318px;
    }
    .sm\:-ml-318p {
        margin-left: -318px;
    }
    .sm\:-mt-322p {
        margin-top: -322px;
    }
    .sm\:-mr-322p {
        margin-right: -322px;
    }
    .sm\:-mb-322p {
        margin-bottom: -322px;
    }
    .sm\:-ml-322p {
        margin-left: -322px;
    }
    .sm\:-mt-337p {
        margin-top: -337px;
    }
    .sm\:-mr-337p {
        margin-right: -337px;
    }
    .sm\:-mb-337p {
        margin-bottom: -337px;
    }
    .sm\:-ml-337p {
        margin-left: -337px;
    }
    .sm\:-mt-345p {
        margin-top: -345px;
    }
    .sm\:-mr-345p {
        margin-right: -345px;
    }
    .sm\:-mb-345p {
        margin-bottom: -345px;
    }
    .sm\:-ml-345p {
        margin-left: -345px;
    }
    .sm\:-mt-344p {
        margin-top: -344px;
    }
    .sm\:-mr-344p {
        margin-right: -344px;
    }
    .sm\:-mb-344p {
        margin-bottom: -344px;
    }
    .sm\:-ml-344p {
        margin-left: -344px;
    }
    .sm\:-mt-354p {
        margin-top: -354px;
    }
    .sm\:-mr-354p {
        margin-right: -354px;
    }
    .sm\:-mb-354p {
        margin-bottom: -354px;
    }
    .sm\:-ml-354p {
        margin-left: -354px;
    }
    .sm\:-mt-364p {
        margin-top: -364px;
    }
    .sm\:-mr-364p {
        margin-right: -364px;
    }
    .sm\:-mb-364p {
        margin-bottom: -364px;
    }
    .sm\:-ml-364p {
        margin-left: -364px;
    }
    .sm\:-mt-370p {
        margin-top: -370px;
    }
    .sm\:-mr-370p {
        margin-right: -370px;
    }
    .sm\:-mb-370p {
        margin-bottom: -370px;
    }
    .sm\:-ml-370p {
        margin-left: -370px;
    }
    .sm\:-mt-382p {
        margin-top: -382px;
    }
    .sm\:-mr-382p {
        margin-right: -382px;
    }
    .sm\:-mb-382p {
        margin-bottom: -382px;
    }
    .sm\:-ml-382p {
        margin-left: -382px;
    }
    .sm\:-mt-385p {
        margin-top: -385px;
    }
    .sm\:-mr-385p {
        margin-right: -385px;
    }
    .sm\:-mb-385p {
        margin-bottom: -385px;
    }
    .sm\:-ml-385p {
        margin-left: -385px;
    }
    .sm\:-mt-400p {
        margin-top: -400px;
    }
    .sm\:-mr-400p {
        margin-right: -400px;
    }
    .sm\:-mb-400p {
        margin-bottom: -400px;
    }
    .sm\:-ml-400p {
        margin-left: -400px;
    }
    .sm\:-mt-407p {
        margin-top: -407px;
    }
    .sm\:-mr-407p {
        margin-right: -407px;
    }
    .sm\:-mb-407p {
        margin-bottom: -407px;
    }
    .sm\:-ml-407p {
        margin-left: -407px;
    }
    .sm\:-mt-411p {
        margin-top: -411px;
    }
    .sm\:-mr-411p {
        margin-right: -411px;
    }
    .sm\:-mb-411p {
        margin-bottom: -411px;
    }
    .sm\:-ml-411p {
        margin-left: -411px;
    }
    .sm\:-mt-418p {
        margin-top: -418px;
    }
    .sm\:-mr-418p {
        margin-right: -418px;
    }
    .sm\:-mb-418p {
        margin-bottom: -418px;
    }
    .sm\:-ml-418p {
        margin-left: -418px;
    }
    .sm\:-mt-430p {
        margin-top: -430px;
    }
    .sm\:-mr-430p {
        margin-right: -430px;
    }
    .sm\:-mb-430p {
        margin-bottom: -430px;
    }
    .sm\:-ml-430p {
        margin-left: -430px;
    }
    .sm\:-mt-450p {
        margin-top: -450px;
    }
    .sm\:-mr-450p {
        margin-right: -450px;
    }
    .sm\:-mb-450p {
        margin-bottom: -450px;
    }
    .sm\:-ml-450p {
        margin-left: -450px;
    }
    .sm\:-mt-468p {
        margin-top: -468px;
    }
    .sm\:-mr-468p {
        margin-right: -468px;
    }
    .sm\:-mb-468p {
        margin-bottom: -468px;
    }
    .sm\:-ml-468p {
        margin-left: -468px;
    }
    .sm\:-mt-485p {
        margin-top: -485px;
    }
    .sm\:-mr-485p {
        margin-right: -485px;
    }
    .sm\:-mb-485p {
        margin-bottom: -485px;
    }
    .sm\:-ml-485p {
        margin-left: -485px;
    }
    .sm\:-mt-491p {
        margin-top: -491px;
    }
    .sm\:-mr-491p {
        margin-right: -491px;
    }
    .sm\:-mb-491p {
        margin-bottom: -491px;
    }
    .sm\:-ml-491p {
        margin-left: -491px;
    }
    .sm\:-mt-494p {
        margin-top: -494px;
    }
    .sm\:-mr-494p {
        margin-right: -494px;
    }
    .sm\:-mb-494p {
        margin-bottom: -494px;
    }
    .sm\:-ml-494p {
        margin-left: -494px;
    }
    .sm\:-mt-470p {
        margin-top: -470px;
    }
    .sm\:-mr-470p {
        margin-right: -470px;
    }
    .sm\:-mb-470p {
        margin-bottom: -470px;
    }
    .sm\:-ml-470p {
        margin-left: -470px;
    }
    .sm\:-mt-480p {
        margin-top: -480px;
    }
    .sm\:-mr-480p {
        margin-right: -480px;
    }
    .sm\:-mb-480p {
        margin-bottom: -480px;
    }
    .sm\:-ml-480p {
        margin-left: -480px;
    }
    .sm\:-mt-532p {
        margin-top: -532px;
    }
    .sm\:-mr-532p {
        margin-right: -532px;
    }
    .sm\:-mb-532p {
        margin-bottom: -532px;
    }
    .sm\:-ml-532p {
        margin-left: -532px;
    }
    .sm\:-mt-556p {
        margin-top: -556px;
    }
    .sm\:-mr-556p {
        margin-right: -556px;
    }
    .sm\:-mb-556p {
        margin-bottom: -556px;
    }
    .sm\:-ml-556p {
        margin-left: -556px;
    }
    .sm\:-mt-505p {
        margin-top: -505px;
    }
    .sm\:-mr-505p {
        margin-right: -505px;
    }
    .sm\:-mb-505p {
        margin-bottom: -505px;
    }
    .sm\:-ml-505p {
        margin-left: -505px;
    }
    .sm\:-mt-1179p {
        margin-top: -1179px;
    }
    .sm\:-mr-1179p {
        margin-right: -1179px;
    }
    .sm\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .sm\:-ml-1179p {
        margin-left: -1179px;
    }
    .sm\:-mt-1253p {
        margin-top: -1253px;
    }
    .sm\:-mr-1253p {
        margin-right: -1253px;
    }
    .sm\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .sm\:-ml-1253p {
        margin-left: -1253px;
    }
    .sm\:-mt-1575p {
        margin-top: -1575px;
    }
    .sm\:-mr-1575p {
        margin-right: -1575px;
    }
    .sm\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .sm\:-ml-1575p {
        margin-left: -1575px;
    }
    .sm\:-mt-600p {
        margin-top: -600px;
    }
    .sm\:-mr-600p {
        margin-right: -600px;
    }
    .sm\:-mb-600p {
        margin-bottom: -600px;
    }
    .sm\:-ml-600p {
        margin-left: -600px;
    }
    .sm\:-mt-649p {
        margin-top: -649px;
    }
    .sm\:-mr-649p {
        margin-right: -649px;
    }
    .sm\:-mb-649p {
        margin-bottom: -649px;
    }
    .sm\:-ml-649p {
        margin-left: -649px;
    }
    .sm\:-mt-690p {
        margin-top: -690px;
    }
    .sm\:-mr-690p {
        margin-right: -690px;
    }
    .sm\:-mb-690p {
        margin-bottom: -690px;
    }
    .sm\:-ml-690p {
        margin-left: -690px;
    }
    .sm\:-mt-19\% {
        margin-top: -19%;
    }
    .sm\:-mr-19\% {
        margin-right: -19%;
    }
    .sm\:-mb-19\% {
        margin-bottom: -19%;
    }
    .sm\:-ml-19\% {
        margin-left: -19%;
    }
    .sm\:-mt-23\% {
        margin-top: -23%;
    }
    .sm\:-mr-23\% {
        margin-right: -23%;
    }
    .sm\:-mb-23\% {
        margin-bottom: -23%;
    }
    .sm\:-ml-23\% {
        margin-left: -23%;
    }
    .sm\:-mt-24\% {
        margin-top: -24%;
    }
    .sm\:-mr-24\% {
        margin-right: -24%;
    }
    .sm\:-mb-24\% {
        margin-bottom: -24%;
    }
    .sm\:-ml-24\% {
        margin-left: -24%;
    }
    .sm\:-mt-36\% {
        margin-top: -36%;
    }
    .sm\:-mr-36\% {
        margin-right: -36%;
    }
    .sm\:-mb-36\% {
        margin-bottom: -36%;
    }
    .sm\:-ml-36\% {
        margin-left: -36%;
    }
    .sm\:-mt-27\% {
        margin-top: -27%;
    }
    .sm\:-mr-27\% {
        margin-right: -27%;
    }
    .sm\:-mb-27\% {
        margin-bottom: -27%;
    }
    .sm\:-ml-27\% {
        margin-left: -27%;
    }
    .sm\:-mt-28\% {
        margin-top: -28%;
    }
    .sm\:-mr-28\% {
        margin-right: -28%;
    }
    .sm\:-mb-28\% {
        margin-bottom: -28%;
    }
    .sm\:-ml-28\% {
        margin-left: -28%;
    }
    .sm\:-mt-42\% {
        margin-top: -42%;
    }
    .sm\:-mr-42\% {
        margin-right: -42%;
    }
    .sm\:-mb-42\% {
        margin-bottom: -42%;
    }
    .sm\:-ml-42\% {
        margin-left: -42%;
    }
    .sm\:-mt-46\% {
        margin-top: -46%;
    }
    .sm\:-mr-46\% {
        margin-right: -46%;
    }
    .sm\:-mb-46\% {
        margin-bottom: -46%;
    }
    .sm\:-ml-46\% {
        margin-left: -46%;
    }
    .sm\:-mt-49\% {
        margin-top: -49%;
    }
    .sm\:-mr-49\% {
        margin-right: -49%;
    }
    .sm\:-mb-49\% {
        margin-bottom: -49%;
    }
    .sm\:-ml-49\% {
        margin-left: -49%;
    }
    .sm\:-mt-54\% {
        margin-top: -54%;
    }
    .sm\:-mr-54\% {
        margin-right: -54%;
    }
    .sm\:-mb-54\% {
        margin-bottom: -54%;
    }
    .sm\:-ml-54\% {
        margin-left: -54%;
    }
    .sm\:-mt-58\% {
        margin-top: -58%;
    }
    .sm\:-mr-58\% {
        margin-right: -58%;
    }
    .sm\:-mb-58\% {
        margin-bottom: -58%;
    }
    .sm\:-ml-58\% {
        margin-left: -58%;
    }
    .sm\:-mt-72\% {
        margin-top: -72%;
    }
    .sm\:-mr-72\% {
        margin-right: -72%;
    }
    .sm\:-mb-72\% {
        margin-bottom: -72%;
    }
    .sm\:-ml-72\% {
        margin-left: -72%;
    }
    .sm\:-mt-76\% {
        margin-top: -76%;
    }
    .sm\:-mr-76\% {
        margin-right: -76%;
    }
    .sm\:-mb-76\% {
        margin-bottom: -76%;
    }
    .sm\:-ml-76\% {
        margin-left: -76%;
    }
    .sm\:-mt-77\% {
        margin-top: -77%;
    }
    .sm\:-mr-77\% {
        margin-right: -77%;
    }
    .sm\:-mb-77\% {
        margin-bottom: -77%;
    }
    .sm\:-ml-77\% {
        margin-left: -77%;
    }
    .sm\:-mt-340p {
        margin-top: -340px;
    }
    .sm\:-mr-340p {
        margin-right: -340px;
    }
    .sm\:-mb-340p {
        margin-bottom: -340px;
    }
    .sm\:-ml-340p {
        margin-left: -340px;
    }
    .sm\:-mt-700p {
        margin-top: -700px;
    }
    .sm\:-mr-700p {
        margin-right: -700px;
    }
    .sm\:-mb-700p {
        margin-bottom: -700px;
    }
    .sm\:-ml-700p {
        margin-left: -700px;
    }
    .sm\:-mt-848p {
        margin-top: -848px;
    }
    .sm\:-mr-848p {
        margin-right: -848px;
    }
    .sm\:-mb-848p {
        margin-bottom: -848px;
    }
    .sm\:-ml-848p {
        margin-left: -848px;
    }
    .sm\:-mt-850p {
        margin-top: -850px;
    }
    .sm\:-mr-850p {
        margin-right: -850px;
    }
    .sm\:-mb-850p {
        margin-bottom: -850px;
    }
    .sm\:-ml-850p {
        margin-left: -850px;
    }
    .sm\:-mt-860p {
        margin-top: -860px;
    }
    .sm\:-mr-860p {
        margin-right: -860px;
    }
    .sm\:-mb-860p {
        margin-bottom: -860px;
    }
    .sm\:-ml-860p {
        margin-left: -860px;
    }
    .sm\:-mt-1425p {
        margin-top: -1425px;
    }
    .sm\:-mr-1425p {
        margin-right: -1425px;
    }
    .sm\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .sm\:-ml-1425p {
        margin-left: -1425px;
    }
    .sm\:max-h-0 {
        max-height: 0;
    }
    .sm\:max-h-1 {
        max-height: 0.25rem;
    }
    .sm\:max-h-2 {
        max-height: 0.5rem;
    }
    .sm\:max-h-3 {
        max-height: 0.75rem;
    }
    .sm\:max-h-4 {
        max-height: 1rem;
    }
    .sm\:max-h-5 {
        max-height: 1.25rem;
    }
    .sm\:max-h-6 {
        max-height: 1.5rem;
    }
    .sm\:max-h-7 {
        max-height: 1.75rem;
    }
    .sm\:max-h-8 {
        max-height: 2rem;
    }
    .sm\:max-h-9 {
        max-height: 2.25rem;
    }
    .sm\:max-h-10 {
        max-height: 2.5rem;
    }
    .sm\:max-h-11 {
        max-height: 2.75rem;
    }
    .sm\:max-h-12 {
        max-height: 3rem;
    }
    .sm\:max-h-14 {
        max-height: 3.5rem;
    }
    .sm\:max-h-16 {
        max-height: 4rem;
    }
    .sm\:max-h-20 {
        max-height: 5rem;
    }
    .sm\:max-h-23 {
        max-height: 88px;
    }
    .sm\:max-h-24 {
        max-height: 6rem;
    }
    .sm\:max-h-25 {
        max-height: 100px;
    }
    .sm\:max-h-28 {
        max-height: 7rem;
    }
    .sm\:max-h-29 {
        max-height: 120px;
    }
    .sm\:max-h-32 {
        max-height: 8rem;
    }
    .sm\:max-h-33 {
        max-height: 130px;
    }
    .sm\:max-h-36 {
        max-height: 9rem;
    }
    .sm\:max-h-40 {
        max-height: 10rem;
    }
    .sm\:max-h-44 {
        max-height: 11rem;
    }
    .sm\:max-h-48 {
        max-height: 12rem;
    }
    .sm\:max-h-52 {
        max-height: 13rem;
    }
    .sm\:max-h-56 {
        max-height: 14rem;
    }
    .sm\:max-h-60 {
        max-height: 15rem;
    }
    .sm\:max-h-63 {
        max-height: 270px;
    }
    .sm\:max-h-64 {
        max-height: 16rem;
    }
    .sm\:max-h-72 {
        max-height: 18rem;
    }
    .sm\:max-h-80 {
        max-height: 20rem;
    }
    .sm\:max-h-92 {
        max-height: 475px;
    }
    .sm\:max-h-96 {
        max-height: 24rem;
    }
    .sm\:max-h-128 {
        max-height: 32rem;
    }
    .sm\:max-h-px {
        max-height: 1px;
    }
    .sm\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .sm\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .sm\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .sm\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .sm\:max-h-105p {
        max-height: 105px;
    }
    .sm\:max-h-50p {
        max-height: 50px;
    }
    .sm\:max-h-54p {
        max-height: 54px;
    }
    .sm\:max-h-1p {
        max-height: 1px;
    }
    .sm\:max-h-2p {
        max-height: 2px;
    }
    .sm\:max-h-3p {
        max-height: 3px;
    }
    .sm\:max-h-5p {
        max-height: 5px;
    }
    .sm\:max-h-7p {
        max-height: 7px;
    }
    .sm\:max-h-9p {
        max-height: 9px;
    }
    .sm\:max-h-10p {
        max-height: 10px;
    }
    .sm\:max-h-11p {
        max-height: 11px;
    }
    .sm\:max-h-13p {
        max-height: 13px;
    }
    .sm\:max-h-15p {
        max-height: 15px;
    }
    .sm\:max-h-18p {
        max-height: 18px;
    }
    .sm\:max-h-19p {
        max-height: 19px;
    }
    .sm\:max-h-21p {
        max-height: 21px;
    }
    .sm\:max-h-22p {
        max-height: 22px;
    }
    .sm\:max-h-23p {
        max-height: 23px;
    }
    .sm\:max-h-25p {
        max-height: 25px;
    }
    .sm\:max-h-26p {
        max-height: 26px;
    }
    .sm\:max-h-29p {
        max-height: 29px;
    }
    .sm\:max-h-30p {
        max-height: 30px;
    }
    .sm\:max-h-31p {
        max-height: 31px;
    }
    .sm\:max-h-35p {
        max-height: 35px;
    }
    .sm\:max-h-52p {
        max-height: 52px;
    }
    .sm\:max-h-53p {
        max-height: 53px;
    }
    .sm\:max-h-55p {
        max-height: 55px;
    }
    .sm\:max-h-59p {
        max-height: 59px;
    }
    .sm\:max-h-27p {
        max-height: 27px;
    }
    .sm\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .sm\:max-h-38p {
        max-height: 38px;
    }
    .sm\:max-h-40p {
        max-height: 40px;
    }
    .sm\:max-h-46p {
        max-height: 46px;
    }
    .sm\:max-h-47p {
        max-height: 47px;
    }
    .sm\:max-h-49p {
        max-height: 49px;
    }
    .sm\:max-h-58p {
        max-height: 58px;
    }
    .sm\:max-h-75p {
        max-height: 75px;
    }
    .sm\:max-h-77p {
        max-height: 77px;
    }
    .sm\:max-h-60p {
        max-height: 60px;
    }
    .sm\:max-h-65p {
        max-height: 65px;
    }
    .sm\:max-h-66p {
        max-height: 66px;
    }
    .sm\:max-h-68p {
        max-height: 68px;
    }
    .sm\:max-h-70p {
        max-height: 70px;
    }
    .sm\:max-h-72p {
        max-height: 72px;
    }
    .sm\:max-h-74p {
        max-height: 74px;
    }
    .sm\:max-h-78p {
        max-height: 78px;
    }
    .sm\:max-h-80p {
        max-height: 80px;
    }
    .sm\:max-h-82p {
        max-height: 82px;
    }
    .sm\:max-h-84p {
        max-height: 84px;
    }
    .sm\:max-h-89p {
        max-height: 89px;
    }
    .sm\:max-h-93p {
        max-height: 93px;
    }
    .sm\:max-h-90p {
        max-height: 90px;
    }
    .sm\:max-h-97p {
        max-height: 97px;
    }
    .sm\:max-h-103p {
        max-height: 103px;
    }
    .sm\:max-h-116p {
        max-height: 116px;
    }
    .sm\:max-h-120p {
        max-height: 120px;
    }
    .sm\:max-h-125p {
        max-height: 125px;
    }
    .sm\:max-h-130p {
        max-height: 130px;
    }
    .sm\:max-h-135p {
        max-height: 135px;
    }
    .sm\:max-h-132p {
        max-height: 132px;
    }
    .sm\:max-h-150p {
        max-height: 150px;
    }
    .sm\:max-h-216p {
        max-height: 216px;
    }
    .sm\:max-h-225p {
        max-height: 225px;
    }
    .sm\:max-h-296p {
        max-height: 296px;
    }
    .sm\:max-h-270p {
        max-height: 270px;
    }
    .sm\:max-h-137p {
        max-height: 137px;
    }
    .sm\:max-h-141p {
        max-height: 141px;
    }
    .sm\:max-h-146p {
        max-height: 146px;
    }
    .sm\:max-h-152p {
        max-height: 152px;
    }
    .sm\:max-h-155p {
        max-height: 155px;
    }
    .sm\:max-h-163p {
        max-height: 163px;
    }
    .sm\:max-h-168p {
        max-height: 168px;
    }
    .sm\:max-h-173p {
        max-height: 173px;
    }
    .sm\:max-h-210p {
        max-height: 210px;
    }
    .sm\:max-h-245p {
        max-height: 245px;
    }
    .sm\:max-h-250p {
        max-height: 250px;
    }
    .sm\:max-h-260p {
        max-height: 260px;
    }
    .sm\:max-h-263p {
        max-height: 263px;
    }
    .sm\:max-h-266p {
        max-height: 266px;
    }
    .sm\:max-h-275p {
        max-height: 275px;
    }
    .sm\:max-h-300p {
        max-height: 300px;
    }
    .sm\:max-h-312p {
        max-height: 312px;
    }
    .sm\:max-h-318p {
        max-height: 318px;
    }
    .sm\:max-h-322p {
        max-height: 322px;
    }
    .sm\:max-h-337p {
        max-height: 337px;
    }
    .sm\:max-h-345p {
        max-height: 345px;
    }
    .sm\:max-h-344p {
        max-height: 344px;
    }
    .sm\:max-h-354p {
        max-height: 354px;
    }
    .sm\:max-h-364p {
        max-height: 364px;
    }
    .sm\:max-h-370p {
        max-height: 370px;
    }
    .sm\:max-h-382p {
        max-height: 382px;
    }
    .sm\:max-h-385p {
        max-height: 385px;
    }
    .sm\:max-h-400p {
        max-height: 400px;
    }
    .sm\:max-h-407p {
        max-height: 407px;
    }
    .sm\:max-h-411p {
        max-height: 411px;
    }
    .sm\:max-h-418p {
        max-height: 418px;
    }
    .sm\:max-h-430p {
        max-height: 430px;
    }
    .sm\:max-h-450p {
        max-height: 450px;
    }
    .sm\:max-h-468p {
        max-height: 468px;
    }
    .sm\:max-h-485p {
        max-height: 485px;
    }
    .sm\:max-h-491p {
        max-height: 491px;
    }
    .sm\:max-h-494p {
        max-height: 494px;
    }
    .sm\:max-h-470p {
        max-height: 470px;
    }
    .sm\:max-h-480p {
        max-height: 480px;
    }
    .sm\:max-h-532p {
        max-height: 532px;
    }
    .sm\:max-h-556p {
        max-height: 556px;
    }
    .sm\:max-h-505p {
        max-height: 505px;
    }
    .sm\:max-h-1179p {
        max-height: 1179px;
    }
    .sm\:max-h-1253p {
        max-height: 1253px;
    }
    .sm\:max-h-1575p {
        max-height: 1575px;
    }
    .sm\:max-h-600p {
        max-height: 600px;
    }
    .sm\:max-h-649p {
        max-height: 649px;
    }
    .sm\:max-h-690p {
        max-height: 690px;
    }
    .sm\:max-h-19\% {
        max-height: 19%;
    }
    .sm\:max-h-23\% {
        max-height: 23%;
    }
    .sm\:max-h-24\% {
        max-height: 24%;
    }
    .sm\:max-h-36\% {
        max-height: 36%;
    }
    .sm\:max-h-27\% {
        max-height: 27%;
    }
    .sm\:max-h-28\% {
        max-height: 28%;
    }
    .sm\:max-h-42\% {
        max-height: 42%;
    }
    .sm\:max-h-46\% {
        max-height: 46%;
    }
    .sm\:max-h-49\% {
        max-height: 49%;
    }
    .sm\:max-h-54\% {
        max-height: 54%;
    }
    .sm\:max-h-58\% {
        max-height: 58%;
    }
    .sm\:max-h-72\% {
        max-height: 72%;
    }
    .sm\:max-h-76\% {
        max-height: 76%;
    }
    .sm\:max-h-77\% {
        max-height: 77%;
    }
    .sm\:max-h-340p {
        max-height: 340px;
    }
    .sm\:max-h-700p {
        max-height: 700px;
    }
    .sm\:max-h-848p {
        max-height: 848px;
    }
    .sm\:max-h-850p {
        max-height: 850px;
    }
    .sm\:max-h-860p {
        max-height: 860px;
    }
    .sm\:max-h-1425p {
        max-height: 1425px;
    }
    .sm\:max-h-full {
        max-height: 100%;
    }
    .sm\:max-h-screen {
        max-height: 100vh;
    }
    .sm\:max-w-0 {
        max-width: 0;
    }
    .sm\:max-w-none {
        max-width: none;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:max-w-sm {
        max-width: 24rem;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:max-w-xl {
        max-width: 36rem;
    }
    .sm\:max-w-2xl {
        max-width: 42rem;
    }
    .sm\:max-w-3xl {
        max-width: 48rem;
    }
    .sm\:max-w-4xl {
        max-width: 56rem;
    }
    .sm\:max-w-5xl {
        max-width: 64rem;
    }
    .sm\:max-w-6xl {
        max-width: 72rem;
    }
    .sm\:max-w-7xl {
        max-width: 80rem;
    }
    .sm\:max-w-full {
        max-width: 100%;
    }
    .sm\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .sm\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .sm\:max-w-prose {
        max-width: 65ch;
    }
    .sm\:max-w-screen-sm {
        max-width: 640px;
    }
    .sm\:max-w-screen-md {
        max-width: 768px;
    }
    .sm\:max-w-screen-lg {
        max-width: 1024px;
    }
    .sm\:max-w-screen-xl {
        max-width: 1280px;
    }
    .sm\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .sm\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .sm\:min-h-0 {
        min-height: 0;
    }
    .sm\:min-h-full {
        min-height: 100%;
    }
    .sm\:min-h-screen {
        min-height: 100vh;
    }
    .sm\:min-w-0 {
        min-width: 0;
    }
    .sm\:min-w-full {
        min-width: 100%;
    }
    .sm\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .sm\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .sm\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .sm\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .sm\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .sm\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .sm\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .sm\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .sm\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .sm\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .sm\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .sm\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .sm\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .sm\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .sm\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .sm\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .sm\:opacity-0 {
        opacity: 0;
    }
    .sm\:opacity-5 {
        opacity: 0.05;
    }
    .sm\:opacity-10 {
        opacity: 0.1;
    }
    .sm\:opacity-20 {
        opacity: 0.2;
    }
    .sm\:opacity-25 {
        opacity: 0.25;
    }
    .sm\:opacity-30 {
        opacity: 0.3;
    }
    .sm\:opacity-40 {
        opacity: 0.4;
    }
    .sm\:opacity-50 {
        opacity: 0.5;
    }
    .sm\:opacity-60 {
        opacity: 0.6;
    }
    .sm\:opacity-70 {
        opacity: 0.7;
    }
    .sm\:opacity-75 {
        opacity: 0.75;
    }
    .sm\:opacity-80 {
        opacity: 0.8;
    }
    .sm\:opacity-90 {
        opacity: 0.9;
    }
    .sm\:opacity-95 {
        opacity: 0.95;
    }
    .sm\:opacity-100 {
        opacity: 1;
    }
    .group:hover .sm\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .sm\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .sm\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .sm\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .sm\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .sm\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .sm\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .sm\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .sm\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .sm\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .sm\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .sm\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .sm\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .sm\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .sm\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .sm\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .sm\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .sm\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .sm\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .sm\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .sm\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .sm\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .sm\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .sm\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .sm\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .sm\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .sm\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .sm\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .sm\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .sm\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .sm\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .sm\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .sm\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .sm\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .sm\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .sm\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .sm\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .sm\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .sm\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .sm\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .sm\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .sm\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .sm\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .sm\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .sm\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .sm\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .sm\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .sm\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .sm\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .sm\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .sm\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .sm\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .sm\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .sm\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .sm\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .sm\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .sm\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .sm\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .sm\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .sm\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .sm\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .sm\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .sm\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .sm\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .sm\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .sm\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .sm\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .sm\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .sm\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .sm\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .sm\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .sm\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .sm\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .sm\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .sm\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .sm\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .sm\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .sm\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .sm\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .sm\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .sm\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .sm\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .sm\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .sm\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .sm\:overflow-auto {
        overflow: auto;
    }
    .sm\:overflow-hidden {
        overflow: hidden;
    }
    .sm\:overflow-visible {
        overflow: visible;
    }
    .sm\:overflow-scroll {
        overflow: scroll;
    }
    .sm\:overflow-x-auto {
        overflow-x: auto;
    }
    .sm\:overflow-y-auto {
        overflow-y: auto;
    }
    .sm\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .sm\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .sm\:overflow-x-visible {
        overflow-x: visible;
    }
    .sm\:overflow-y-visible {
        overflow-y: visible;
    }
    .sm\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .sm\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .sm\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .sm\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .sm\:overscroll-none {
        overscroll-behavior: none;
    }
    .sm\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .sm\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .sm\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .sm\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .sm\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .sm\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .sm\:p-0 {
        padding: 0;
    }
    .sm\:p-1 {
        padding: 0.25rem;
    }
    .sm\:p-2 {
        padding: 0.5rem;
    }
    .sm\:p-3 {
        padding: 0.75rem;
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:p-5 {
        padding: 1.25rem;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:p-7 {
        padding: 1.75rem;
    }
    .sm\:p-8 {
        padding: 2rem;
    }
    .sm\:p-9 {
        padding: 2.25rem;
    }
    .sm\:p-10 {
        padding: 2.5rem;
    }
    .sm\:p-11 {
        padding: 2.75rem;
    }
    .sm\:p-12 {
        padding: 3rem;
    }
    .sm\:p-14 {
        padding: 3.5rem;
    }
    .sm\:p-16 {
        padding: 4rem;
    }
    .sm\:p-20 {
        padding: 5rem;
    }
    .sm\:p-23 {
        padding: 88px;
    }
    .sm\:p-24 {
        padding: 6rem;
    }
    .sm\:p-25 {
        padding: 100px;
    }
    .sm\:p-28 {
        padding: 7rem;
    }
    .sm\:p-29 {
        padding: 120px;
    }
    .sm\:p-32 {
        padding: 8rem;
    }
    .sm\:p-33 {
        padding: 130px;
    }
    .sm\:p-36 {
        padding: 9rem;
    }
    .sm\:p-40 {
        padding: 10rem;
    }
    .sm\:p-44 {
        padding: 11rem;
    }
    .sm\:p-48 {
        padding: 12rem;
    }
    .sm\:p-52 {
        padding: 13rem;
    }
    .sm\:p-56 {
        padding: 14rem;
    }
    .sm\:p-60 {
        padding: 15rem;
    }
    .sm\:p-63 {
        padding: 270px;
    }
    .sm\:p-64 {
        padding: 16rem;
    }
    .sm\:p-72 {
        padding: 18rem;
    }
    .sm\:p-80 {
        padding: 20rem;
    }
    .sm\:p-92 {
        padding: 475px;
    }
    .sm\:p-96 {
        padding: 24rem;
    }
    .sm\:p-128 {
        padding: 32rem;
    }
    .sm\:p-px {
        padding: 1px;
    }
    .sm\:p-0\.5 {
        padding: 0.125rem;
    }
    .sm\:p-1\.5 {
        padding: 0.375rem;
    }
    .sm\:p-2\.5 {
        padding: 0.625rem;
    }
    .sm\:p-3\.5 {
        padding: 0.875rem;
    }
    .sm\:p-105p {
        padding: 105px;
    }
    .sm\:p-50p {
        padding: 50px;
    }
    .sm\:p-54p {
        padding: 54px;
    }
    .sm\:p-1p {
        padding: 1px;
    }
    .sm\:p-2p {
        padding: 2px;
    }
    .sm\:p-3p {
        padding: 3px;
    }
    .sm\:p-5p {
        padding: 5px;
    }
    .sm\:p-7p {
        padding: 7px;
    }
    .sm\:p-9p {
        padding: 9px;
    }
    .sm\:p-10p {
        padding: 10px;
    }
    .sm\:p-11p {
        padding: 11px;
    }
    .sm\:p-13p {
        padding: 13px;
    }
    .sm\:p-15p {
        padding: 15px;
    }
    .sm\:p-18p {
        padding: 18px;
    }
    .sm\:p-19p {
        padding: 19px;
    }
    .sm\:p-21p {
        padding: 21px;
    }
    .sm\:p-22p {
        padding: 22px;
    }
    .sm\:p-23p {
        padding: 23px;
    }
    .sm\:p-25p {
        padding: 25px;
    }
    .sm\:p-26p {
        padding: 26px;
    }
    .sm\:p-29p {
        padding: 29px;
    }
    .sm\:p-30p {
        padding: 30px;
    }
    .sm\:p-31p {
        padding: 31px;
    }
    .sm\:p-35p {
        padding: 35px;
    }
    .sm\:p-52p {
        padding: 52px;
    }
    .sm\:p-53p {
        padding: 53px;
    }
    .sm\:p-55p {
        padding: 55px;
    }
    .sm\:p-59p {
        padding: 59px;
    }
    .sm\:p-27p {
        padding: 27px;
    }
    .sm\:p-33\.5p {
        padding: 33.5px;
    }
    .sm\:p-38p {
        padding: 38px;
    }
    .sm\:p-40p {
        padding: 40px;
    }
    .sm\:p-46p {
        padding: 46px;
    }
    .sm\:p-47p {
        padding: 47px;
    }
    .sm\:p-49p {
        padding: 49px;
    }
    .sm\:p-58p {
        padding: 58px;
    }
    .sm\:p-75p {
        padding: 75px;
    }
    .sm\:p-77p {
        padding: 77px;
    }
    .sm\:p-60p {
        padding: 60px;
    }
    .sm\:p-65p {
        padding: 65px;
    }
    .sm\:p-66p {
        padding: 66px;
    }
    .sm\:p-68p {
        padding: 68px;
    }
    .sm\:p-70p {
        padding: 70px;
    }
    .sm\:p-72p {
        padding: 72px;
    }
    .sm\:p-74p {
        padding: 74px;
    }
    .sm\:p-78p {
        padding: 78px;
    }
    .sm\:p-80p {
        padding: 80px;
    }
    .sm\:p-82p {
        padding: 82px;
    }
    .sm\:p-84p {
        padding: 84px;
    }
    .sm\:p-89p {
        padding: 89px;
    }
    .sm\:p-93p {
        padding: 93px;
    }
    .sm\:p-90p {
        padding: 90px;
    }
    .sm\:p-97p {
        padding: 97px;
    }
    .sm\:p-103p {
        padding: 103px;
    }
    .sm\:p-116p {
        padding: 116px;
    }
    .sm\:p-120p {
        padding: 120px;
    }
    .sm\:p-125p {
        padding: 125px;
    }
    .sm\:p-130p {
        padding: 130px;
    }
    .sm\:p-135p {
        padding: 135px;
    }
    .sm\:p-132p {
        padding: 132px;
    }
    .sm\:p-150p {
        padding: 150px;
    }
    .sm\:p-216p {
        padding: 216px;
    }
    .sm\:p-225p {
        padding: 225px;
    }
    .sm\:p-296p {
        padding: 296px;
    }
    .sm\:p-270p {
        padding: 270px;
    }
    .sm\:p-137p {
        padding: 137px;
    }
    .sm\:p-141p {
        padding: 141px;
    }
    .sm\:p-146p {
        padding: 146px;
    }
    .sm\:p-152p {
        padding: 152px;
    }
    .sm\:p-155p {
        padding: 155px;
    }
    .sm\:p-163p {
        padding: 163px;
    }
    .sm\:p-168p {
        padding: 168px;
    }
    .sm\:p-173p {
        padding: 173px;
    }
    .sm\:p-210p {
        padding: 210px;
    }
    .sm\:p-245p {
        padding: 245px;
    }
    .sm\:p-250p {
        padding: 250px;
    }
    .sm\:p-260p {
        padding: 260px;
    }
    .sm\:p-263p {
        padding: 263px;
    }
    .sm\:p-266p {
        padding: 266px;
    }
    .sm\:p-275p {
        padding: 275px;
    }
    .sm\:p-300p {
        padding: 300px;
    }
    .sm\:p-312p {
        padding: 312px;
    }
    .sm\:p-318p {
        padding: 318px;
    }
    .sm\:p-322p {
        padding: 322px;
    }
    .sm\:p-337p {
        padding: 337px;
    }
    .sm\:p-345p {
        padding: 345px;
    }
    .sm\:p-344p {
        padding: 344px;
    }
    .sm\:p-354p {
        padding: 354px;
    }
    .sm\:p-364p {
        padding: 364px;
    }
    .sm\:p-370p {
        padding: 370px;
    }
    .sm\:p-382p {
        padding: 382px;
    }
    .sm\:p-385p {
        padding: 385px;
    }
    .sm\:p-400p {
        padding: 400px;
    }
    .sm\:p-407p {
        padding: 407px;
    }
    .sm\:p-411p {
        padding: 411px;
    }
    .sm\:p-418p {
        padding: 418px;
    }
    .sm\:p-430p {
        padding: 430px;
    }
    .sm\:p-450p {
        padding: 450px;
    }
    .sm\:p-468p {
        padding: 468px;
    }
    .sm\:p-485p {
        padding: 485px;
    }
    .sm\:p-491p {
        padding: 491px;
    }
    .sm\:p-494p {
        padding: 494px;
    }
    .sm\:p-470p {
        padding: 470px;
    }
    .sm\:p-480p {
        padding: 480px;
    }
    .sm\:p-532p {
        padding: 532px;
    }
    .sm\:p-556p {
        padding: 556px;
    }
    .sm\:p-505p {
        padding: 505px;
    }
    .sm\:p-1179p {
        padding: 1179px;
    }
    .sm\:p-1253p {
        padding: 1253px;
    }
    .sm\:p-1575p {
        padding: 1575px;
    }
    .sm\:p-600p {
        padding: 600px;
    }
    .sm\:p-649p {
        padding: 649px;
    }
    .sm\:p-690p {
        padding: 690px;
    }
    .sm\:p-19\% {
        padding: 19%;
    }
    .sm\:p-23\% {
        padding: 23%;
    }
    .sm\:p-24\% {
        padding: 24%;
    }
    .sm\:p-36\% {
        padding: 36%;
    }
    .sm\:p-27\% {
        padding: 27%;
    }
    .sm\:p-28\% {
        padding: 28%;
    }
    .sm\:p-42\% {
        padding: 42%;
    }
    .sm\:p-46\% {
        padding: 46%;
    }
    .sm\:p-49\% {
        padding: 49%;
    }
    .sm\:p-54\% {
        padding: 54%;
    }
    .sm\:p-58\% {
        padding: 58%;
    }
    .sm\:p-72\% {
        padding: 72%;
    }
    .sm\:p-76\% {
        padding: 76%;
    }
    .sm\:p-77\% {
        padding: 77%;
    }
    .sm\:p-340p {
        padding: 340px;
    }
    .sm\:p-700p {
        padding: 700px;
    }
    .sm\:p-848p {
        padding: 848px;
    }
    .sm\:p-850p {
        padding: 850px;
    }
    .sm\:p-860p {
        padding: 860px;
    }
    .sm\:p-1425p {
        padding: 1425px;
    }
    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sm\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .sm\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .sm\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .sm\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .sm\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .sm\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .sm\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .sm\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .sm\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sm\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .sm\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .sm\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .sm\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .sm\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .sm\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .sm\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .sm\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .sm\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .sm\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .sm\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .sm\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .sm\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .sm\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .sm\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .sm\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .sm\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .sm\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .sm\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .sm\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .sm\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .sm\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .sm\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .sm\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .sm\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .sm\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .sm\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .sm\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .sm\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .sm\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .sm\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .sm\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .sm\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .sm\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .sm\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .sm\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .sm\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .sm\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .sm\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .sm\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .sm\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .sm\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .sm\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .sm\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .sm\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .sm\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .sm\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .sm\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sm\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .sm\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .sm\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .sm\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .sm\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .sm\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .sm\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .sm\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .sm\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .sm\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .sm\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sm\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .sm\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .sm\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .sm\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .sm\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sm\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sm\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .sm\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .sm\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .sm\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sm\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sm\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sm\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .sm\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .sm\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .sm\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .sm\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .sm\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .sm\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .sm\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .sm\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .sm\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .sm\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sm\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sm\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .sm\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .sm\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .sm\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .sm\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sm\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sm\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .sm\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .sm\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sm\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .sm\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .sm\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .sm\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .sm\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .sm\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .sm\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .sm\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .sm\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .sm\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .sm\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .sm\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .sm\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .sm\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .sm\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .sm\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sm\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sm\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .sm\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .sm\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .sm\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .sm\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .sm\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .sm\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .sm\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .sm\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .sm\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .sm\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .sm\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .sm\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sm\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .sm\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .sm\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .sm\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .sm\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .sm\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .sm\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .sm\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sm\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .sm\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .sm\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .sm\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .sm\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .sm\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .sm\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .sm\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sm\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .sm\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .sm\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .sm\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .sm\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .sm\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .sm\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .sm\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .sm\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .sm\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .sm\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .sm\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .sm\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .sm\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .sm\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .sm\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .sm\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .sm\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .sm\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .sm\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .sm\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .sm\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .sm\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .sm\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .sm\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .sm\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .sm\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .sm\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .sm\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .sm\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .sm\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .sm\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .sm\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .sm\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .sm\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .sm\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .sm\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .sm\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .sm\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .sm\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .sm\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .sm\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .sm\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .sm\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .sm\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .sm\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .sm\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .sm\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .sm\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .sm\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .sm\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .sm\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .sm\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .sm\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .sm\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .sm\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .sm\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .sm\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .sm\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .sm\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .sm\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .sm\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .sm\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .sm\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .sm\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .sm\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .sm\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .sm\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .sm\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .sm\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .sm\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .sm\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .sm\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .sm\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .sm\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .sm\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .sm\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .sm\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .sm\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .sm\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .sm\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .sm\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .sm\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .sm\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .sm\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .sm\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .sm\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .sm\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .sm\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .sm\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .sm\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .sm\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .sm\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .sm\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .sm\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .sm\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .sm\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .sm\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .sm\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .sm\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .sm\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .sm\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .sm\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .sm\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .sm\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .sm\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .sm\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .sm\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .sm\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .sm\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .sm\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .sm\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .sm\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .sm\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .sm\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .sm\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .sm\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .sm\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .sm\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .sm\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .sm\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .sm\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .sm\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .sm\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .sm\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .sm\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .sm\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .sm\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .sm\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .sm\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .sm\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .sm\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .sm\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .sm\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .sm\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .sm\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .sm\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .sm\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .sm\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .sm\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .sm\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .sm\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .sm\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .sm\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .sm\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .sm\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .sm\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .sm\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .sm\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .sm\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .sm\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .sm\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .sm\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .sm\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .sm\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .sm\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .sm\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .sm\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .sm\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .sm\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .sm\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .sm\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .sm\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .sm\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .sm\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .sm\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .sm\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .sm\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .sm\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .sm\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .sm\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .sm\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .sm\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .sm\:pt-0 {
        padding-top: 0;
    }
    .sm\:pr-0 {
        padding-right: 0;
    }
    .sm\:pb-0 {
        padding-bottom: 0;
    }
    .sm\:pl-0 {
        padding-left: 0;
    }
    .sm\:pt-1 {
        padding-top: 0.25rem;
    }
    .sm\:pr-1 {
        padding-right: 0.25rem;
    }
    .sm\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .sm\:pl-1 {
        padding-left: 0.25rem;
    }
    .sm\:pt-2 {
        padding-top: 0.5rem;
    }
    .sm\:pr-2 {
        padding-right: 0.5rem;
    }
    .sm\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .sm\:pl-2 {
        padding-left: 0.5rem;
    }
    .sm\:pt-3 {
        padding-top: 0.75rem;
    }
    .sm\:pr-3 {
        padding-right: 0.75rem;
    }
    .sm\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .sm\:pl-3 {
        padding-left: 0.75rem;
    }
    .sm\:pt-4 {
        padding-top: 1rem;
    }
    .sm\:pr-4 {
        padding-right: 1rem;
    }
    .sm\:pb-4 {
        padding-bottom: 1rem;
    }
    .sm\:pl-4 {
        padding-left: 1rem;
    }
    .sm\:pt-5 {
        padding-top: 1.25rem;
    }
    .sm\:pr-5 {
        padding-right: 1.25rem;
    }
    .sm\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .sm\:pl-5 {
        padding-left: 1.25rem;
    }
    .sm\:pt-6 {
        padding-top: 1.5rem;
    }
    .sm\:pr-6 {
        padding-right: 1.5rem;
    }
    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pt-7 {
        padding-top: 1.75rem;
    }
    .sm\:pr-7 {
        padding-right: 1.75rem;
    }
    .sm\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .sm\:pl-7 {
        padding-left: 1.75rem;
    }
    .sm\:pt-8 {
        padding-top: 2rem;
    }
    .sm\:pr-8 {
        padding-right: 2rem;
    }
    .sm\:pb-8 {
        padding-bottom: 2rem;
    }
    .sm\:pl-8 {
        padding-left: 2rem;
    }
    .sm\:pt-9 {
        padding-top: 2.25rem;
    }
    .sm\:pr-9 {
        padding-right: 2.25rem;
    }
    .sm\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .sm\:pl-9 {
        padding-left: 2.25rem;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem;
    }
    .sm\:pr-10 {
        padding-right: 2.5rem;
    }
    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .sm\:pl-10 {
        padding-left: 2.5rem;
    }
    .sm\:pt-11 {
        padding-top: 2.75rem;
    }
    .sm\:pr-11 {
        padding-right: 2.75rem;
    }
    .sm\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .sm\:pl-11 {
        padding-left: 2.75rem;
    }
    .sm\:pt-12 {
        padding-top: 3rem;
    }
    .sm\:pr-12 {
        padding-right: 3rem;
    }
    .sm\:pb-12 {
        padding-bottom: 3rem;
    }
    .sm\:pl-12 {
        padding-left: 3rem;
    }
    .sm\:pt-14 {
        padding-top: 3.5rem;
    }
    .sm\:pr-14 {
        padding-right: 3.5rem;
    }
    .sm\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .sm\:pl-14 {
        padding-left: 3.5rem;
    }
    .sm\:pt-16 {
        padding-top: 4rem;
    }
    .sm\:pr-16 {
        padding-right: 4rem;
    }
    .sm\:pb-16 {
        padding-bottom: 4rem;
    }
    .sm\:pl-16 {
        padding-left: 4rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
    .sm\:pr-20 {
        padding-right: 5rem;
    }
    .sm\:pb-20 {
        padding-bottom: 5rem;
    }
    .sm\:pl-20 {
        padding-left: 5rem;
    }
    .sm\:pt-23 {
        padding-top: 88px;
    }
    .sm\:pr-23 {
        padding-right: 88px;
    }
    .sm\:pb-23 {
        padding-bottom: 88px;
    }
    .sm\:pl-23 {
        padding-left: 88px;
    }
    .sm\:pt-24 {
        padding-top: 6rem;
    }
    .sm\:pr-24 {
        padding-right: 6rem;
    }
    .sm\:pb-24 {
        padding-bottom: 6rem;
    }
    .sm\:pl-24 {
        padding-left: 6rem;
    }
    .sm\:pt-25 {
        padding-top: 100px;
    }
    .sm\:pr-25 {
        padding-right: 100px;
    }
    .sm\:pb-25 {
        padding-bottom: 100px;
    }
    .sm\:pl-25 {
        padding-left: 100px;
    }
    .sm\:pt-28 {
        padding-top: 7rem;
    }
    .sm\:pr-28 {
        padding-right: 7rem;
    }
    .sm\:pb-28 {
        padding-bottom: 7rem;
    }
    .sm\:pl-28 {
        padding-left: 7rem;
    }
    .sm\:pt-29 {
        padding-top: 120px;
    }
    .sm\:pr-29 {
        padding-right: 120px;
    }
    .sm\:pb-29 {
        padding-bottom: 120px;
    }
    .sm\:pl-29 {
        padding-left: 120px;
    }
    .sm\:pt-32 {
        padding-top: 8rem;
    }
    .sm\:pr-32 {
        padding-right: 8rem;
    }
    .sm\:pb-32 {
        padding-bottom: 8rem;
    }
    .sm\:pl-32 {
        padding-left: 8rem;
    }
    .sm\:pt-33 {
        padding-top: 130px;
    }
    .sm\:pr-33 {
        padding-right: 130px;
    }
    .sm\:pb-33 {
        padding-bottom: 130px;
    }
    .sm\:pl-33 {
        padding-left: 130px;
    }
    .sm\:pt-36 {
        padding-top: 9rem;
    }
    .sm\:pr-36 {
        padding-right: 9rem;
    }
    .sm\:pb-36 {
        padding-bottom: 9rem;
    }
    .sm\:pl-36 {
        padding-left: 9rem;
    }
    .sm\:pt-40 {
        padding-top: 10rem;
    }
    .sm\:pr-40 {
        padding-right: 10rem;
    }
    .sm\:pb-40 {
        padding-bottom: 10rem;
    }
    .sm\:pl-40 {
        padding-left: 10rem;
    }
    .sm\:pt-44 {
        padding-top: 11rem;
    }
    .sm\:pr-44 {
        padding-right: 11rem;
    }
    .sm\:pb-44 {
        padding-bottom: 11rem;
    }
    .sm\:pl-44 {
        padding-left: 11rem;
    }
    .sm\:pt-48 {
        padding-top: 12rem;
    }
    .sm\:pr-48 {
        padding-right: 12rem;
    }
    .sm\:pb-48 {
        padding-bottom: 12rem;
    }
    .sm\:pl-48 {
        padding-left: 12rem;
    }
    .sm\:pt-52 {
        padding-top: 13rem;
    }
    .sm\:pr-52 {
        padding-right: 13rem;
    }
    .sm\:pb-52 {
        padding-bottom: 13rem;
    }
    .sm\:pl-52 {
        padding-left: 13rem;
    }
    .sm\:pt-56 {
        padding-top: 14rem;
    }
    .sm\:pr-56 {
        padding-right: 14rem;
    }
    .sm\:pb-56 {
        padding-bottom: 14rem;
    }
    .sm\:pl-56 {
        padding-left: 14rem;
    }
    .sm\:pt-60 {
        padding-top: 15rem;
    }
    .sm\:pr-60 {
        padding-right: 15rem;
    }
    .sm\:pb-60 {
        padding-bottom: 15rem;
    }
    .sm\:pl-60 {
        padding-left: 15rem;
    }
    .sm\:pt-63 {
        padding-top: 270px;
    }
    .sm\:pr-63 {
        padding-right: 270px;
    }
    .sm\:pb-63 {
        padding-bottom: 270px;
    }
    .sm\:pl-63 {
        padding-left: 270px;
    }
    .sm\:pt-64 {
        padding-top: 16rem;
    }
    .sm\:pr-64 {
        padding-right: 16rem;
    }
    .sm\:pb-64 {
        padding-bottom: 16rem;
    }
    .sm\:pl-64 {
        padding-left: 16rem;
    }
    .sm\:pt-72 {
        padding-top: 18rem;
    }
    .sm\:pr-72 {
        padding-right: 18rem;
    }
    .sm\:pb-72 {
        padding-bottom: 18rem;
    }
    .sm\:pl-72 {
        padding-left: 18rem;
    }
    .sm\:pt-80 {
        padding-top: 20rem;
    }
    .sm\:pr-80 {
        padding-right: 20rem;
    }
    .sm\:pb-80 {
        padding-bottom: 20rem;
    }
    .sm\:pl-80 {
        padding-left: 20rem;
    }
    .sm\:pt-92 {
        padding-top: 475px;
    }
    .sm\:pr-92 {
        padding-right: 475px;
    }
    .sm\:pb-92 {
        padding-bottom: 475px;
    }
    .sm\:pl-92 {
        padding-left: 475px;
    }
    .sm\:pt-96 {
        padding-top: 24rem;
    }
    .sm\:pr-96 {
        padding-right: 24rem;
    }
    .sm\:pb-96 {
        padding-bottom: 24rem;
    }
    .sm\:pl-96 {
        padding-left: 24rem;
    }
    .sm\:pt-128 {
        padding-top: 32rem;
    }
    .sm\:pr-128 {
        padding-right: 32rem;
    }
    .sm\:pb-128 {
        padding-bottom: 32rem;
    }
    .sm\:pl-128 {
        padding-left: 32rem;
    }
    .sm\:pt-px {
        padding-top: 1px;
    }
    .sm\:pr-px {
        padding-right: 1px;
    }
    .sm\:pb-px {
        padding-bottom: 1px;
    }
    .sm\:pl-px {
        padding-left: 1px;
    }
    .sm\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .sm\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .sm\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .sm\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .sm\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .sm\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .sm\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .sm\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .sm\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .sm\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .sm\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .sm\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .sm\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .sm\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .sm\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .sm\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .sm\:pt-105p {
        padding-top: 105px;
    }
    .sm\:pr-105p {
        padding-right: 105px;
    }
    .sm\:pb-105p {
        padding-bottom: 105px;
    }
    .sm\:pl-105p {
        padding-left: 105px;
    }
    .sm\:pt-50p {
        padding-top: 50px;
    }
    .sm\:pr-50p {
        padding-right: 50px;
    }
    .sm\:pb-50p {
        padding-bottom: 50px;
    }
    .sm\:pl-50p {
        padding-left: 50px;
    }
    .sm\:pt-54p {
        padding-top: 54px;
    }
    .sm\:pr-54p {
        padding-right: 54px;
    }
    .sm\:pb-54p {
        padding-bottom: 54px;
    }
    .sm\:pl-54p {
        padding-left: 54px;
    }
    .sm\:pt-1p {
        padding-top: 1px;
    }
    .sm\:pr-1p {
        padding-right: 1px;
    }
    .sm\:pb-1p {
        padding-bottom: 1px;
    }
    .sm\:pl-1p {
        padding-left: 1px;
    }
    .sm\:pt-2p {
        padding-top: 2px;
    }
    .sm\:pr-2p {
        padding-right: 2px;
    }
    .sm\:pb-2p {
        padding-bottom: 2px;
    }
    .sm\:pl-2p {
        padding-left: 2px;
    }
    .sm\:pt-3p {
        padding-top: 3px;
    }
    .sm\:pr-3p {
        padding-right: 3px;
    }
    .sm\:pb-3p {
        padding-bottom: 3px;
    }
    .sm\:pl-3p {
        padding-left: 3px;
    }
    .sm\:pt-5p {
        padding-top: 5px;
    }
    .sm\:pr-5p {
        padding-right: 5px;
    }
    .sm\:pb-5p {
        padding-bottom: 5px;
    }
    .sm\:pl-5p {
        padding-left: 5px;
    }
    .sm\:pt-7p {
        padding-top: 7px;
    }
    .sm\:pr-7p {
        padding-right: 7px;
    }
    .sm\:pb-7p {
        padding-bottom: 7px;
    }
    .sm\:pl-7p {
        padding-left: 7px;
    }
    .sm\:pt-9p {
        padding-top: 9px;
    }
    .sm\:pr-9p {
        padding-right: 9px;
    }
    .sm\:pb-9p {
        padding-bottom: 9px;
    }
    .sm\:pl-9p {
        padding-left: 9px;
    }
    .sm\:pt-10p {
        padding-top: 10px;
    }
    .sm\:pr-10p {
        padding-right: 10px;
    }
    .sm\:pb-10p {
        padding-bottom: 10px;
    }
    .sm\:pl-10p {
        padding-left: 10px;
    }
    .sm\:pt-11p {
        padding-top: 11px;
    }
    .sm\:pr-11p {
        padding-right: 11px;
    }
    .sm\:pb-11p {
        padding-bottom: 11px;
    }
    .sm\:pl-11p {
        padding-left: 11px;
    }
    .sm\:pt-13p {
        padding-top: 13px;
    }
    .sm\:pr-13p {
        padding-right: 13px;
    }
    .sm\:pb-13p {
        padding-bottom: 13px;
    }
    .sm\:pl-13p {
        padding-left: 13px;
    }
    .sm\:pt-15p {
        padding-top: 15px;
    }
    .sm\:pr-15p {
        padding-right: 15px;
    }
    .sm\:pb-15p {
        padding-bottom: 15px;
    }
    .sm\:pl-15p {
        padding-left: 15px;
    }
    .sm\:pt-18p {
        padding-top: 18px;
    }
    .sm\:pr-18p {
        padding-right: 18px;
    }
    .sm\:pb-18p {
        padding-bottom: 18px;
    }
    .sm\:pl-18p {
        padding-left: 18px;
    }
    .sm\:pt-19p {
        padding-top: 19px;
    }
    .sm\:pr-19p {
        padding-right: 19px;
    }
    .sm\:pb-19p {
        padding-bottom: 19px;
    }
    .sm\:pl-19p {
        padding-left: 19px;
    }
    .sm\:pt-21p {
        padding-top: 21px;
    }
    .sm\:pr-21p {
        padding-right: 21px;
    }
    .sm\:pb-21p {
        padding-bottom: 21px;
    }
    .sm\:pl-21p {
        padding-left: 21px;
    }
    .sm\:pt-22p {
        padding-top: 22px;
    }
    .sm\:pr-22p {
        padding-right: 22px;
    }
    .sm\:pb-22p {
        padding-bottom: 22px;
    }
    .sm\:pl-22p {
        padding-left: 22px;
    }
    .sm\:pt-23p {
        padding-top: 23px;
    }
    .sm\:pr-23p {
        padding-right: 23px;
    }
    .sm\:pb-23p {
        padding-bottom: 23px;
    }
    .sm\:pl-23p {
        padding-left: 23px;
    }
    .sm\:pt-25p {
        padding-top: 25px;
    }
    .sm\:pr-25p {
        padding-right: 25px;
    }
    .sm\:pb-25p {
        padding-bottom: 25px;
    }
    .sm\:pl-25p {
        padding-left: 25px;
    }
    .sm\:pt-26p {
        padding-top: 26px;
    }
    .sm\:pr-26p {
        padding-right: 26px;
    }
    .sm\:pb-26p {
        padding-bottom: 26px;
    }
    .sm\:pl-26p {
        padding-left: 26px;
    }
    .sm\:pt-29p {
        padding-top: 29px;
    }
    .sm\:pr-29p {
        padding-right: 29px;
    }
    .sm\:pb-29p {
        padding-bottom: 29px;
    }
    .sm\:pl-29p {
        padding-left: 29px;
    }
    .sm\:pt-30p {
        padding-top: 30px;
    }
    .sm\:pr-30p {
        padding-right: 30px;
    }
    .sm\:pb-30p {
        padding-bottom: 30px;
    }
    .sm\:pl-30p {
        padding-left: 30px;
    }
    .sm\:pt-31p {
        padding-top: 31px;
    }
    .sm\:pr-31p {
        padding-right: 31px;
    }
    .sm\:pb-31p {
        padding-bottom: 31px;
    }
    .sm\:pl-31p {
        padding-left: 31px;
    }
    .sm\:pt-35p {
        padding-top: 35px;
    }
    .sm\:pr-35p {
        padding-right: 35px;
    }
    .sm\:pb-35p {
        padding-bottom: 35px;
    }
    .sm\:pl-35p {
        padding-left: 35px;
    }
    .sm\:pt-52p {
        padding-top: 52px;
    }
    .sm\:pr-52p {
        padding-right: 52px;
    }
    .sm\:pb-52p {
        padding-bottom: 52px;
    }
    .sm\:pl-52p {
        padding-left: 52px;
    }
    .sm\:pt-53p {
        padding-top: 53px;
    }
    .sm\:pr-53p {
        padding-right: 53px;
    }
    .sm\:pb-53p {
        padding-bottom: 53px;
    }
    .sm\:pl-53p {
        padding-left: 53px;
    }
    .sm\:pt-55p {
        padding-top: 55px;
    }
    .sm\:pr-55p {
        padding-right: 55px;
    }
    .sm\:pb-55p {
        padding-bottom: 55px;
    }
    .sm\:pl-55p {
        padding-left: 55px;
    }
    .sm\:pt-59p {
        padding-top: 59px;
    }
    .sm\:pr-59p {
        padding-right: 59px;
    }
    .sm\:pb-59p {
        padding-bottom: 59px;
    }
    .sm\:pl-59p {
        padding-left: 59px;
    }
    .sm\:pt-27p {
        padding-top: 27px;
    }
    .sm\:pr-27p {
        padding-right: 27px;
    }
    .sm\:pb-27p {
        padding-bottom: 27px;
    }
    .sm\:pl-27p {
        padding-left: 27px;
    }
    .sm\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .sm\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .sm\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .sm\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .sm\:pt-38p {
        padding-top: 38px;
    }
    .sm\:pr-38p {
        padding-right: 38px;
    }
    .sm\:pb-38p {
        padding-bottom: 38px;
    }
    .sm\:pl-38p {
        padding-left: 38px;
    }
    .sm\:pt-40p {
        padding-top: 40px;
    }
    .sm\:pr-40p {
        padding-right: 40px;
    }
    .sm\:pb-40p {
        padding-bottom: 40px;
    }
    .sm\:pl-40p {
        padding-left: 40px;
    }
    .sm\:pt-46p {
        padding-top: 46px;
    }
    .sm\:pr-46p {
        padding-right: 46px;
    }
    .sm\:pb-46p {
        padding-bottom: 46px;
    }
    .sm\:pl-46p {
        padding-left: 46px;
    }
    .sm\:pt-47p {
        padding-top: 47px;
    }
    .sm\:pr-47p {
        padding-right: 47px;
    }
    .sm\:pb-47p {
        padding-bottom: 47px;
    }
    .sm\:pl-47p {
        padding-left: 47px;
    }
    .sm\:pt-49p {
        padding-top: 49px;
    }
    .sm\:pr-49p {
        padding-right: 49px;
    }
    .sm\:pb-49p {
        padding-bottom: 49px;
    }
    .sm\:pl-49p {
        padding-left: 49px;
    }
    .sm\:pt-58p {
        padding-top: 58px;
    }
    .sm\:pr-58p {
        padding-right: 58px;
    }
    .sm\:pb-58p {
        padding-bottom: 58px;
    }
    .sm\:pl-58p {
        padding-left: 58px;
    }
    .sm\:pt-75p {
        padding-top: 75px;
    }
    .sm\:pr-75p {
        padding-right: 75px;
    }
    .sm\:pb-75p {
        padding-bottom: 75px;
    }
    .sm\:pl-75p {
        padding-left: 75px;
    }
    .sm\:pt-77p {
        padding-top: 77px;
    }
    .sm\:pr-77p {
        padding-right: 77px;
    }
    .sm\:pb-77p {
        padding-bottom: 77px;
    }
    .sm\:pl-77p {
        padding-left: 77px;
    }
    .sm\:pt-60p {
        padding-top: 60px;
    }
    .sm\:pr-60p {
        padding-right: 60px;
    }
    .sm\:pb-60p {
        padding-bottom: 60px;
    }
    .sm\:pl-60p {
        padding-left: 60px;
    }
    .sm\:pt-65p {
        padding-top: 65px;
    }
    .sm\:pr-65p {
        padding-right: 65px;
    }
    .sm\:pb-65p {
        padding-bottom: 65px;
    }
    .sm\:pl-65p {
        padding-left: 65px;
    }
    .sm\:pt-66p {
        padding-top: 66px;
    }
    .sm\:pr-66p {
        padding-right: 66px;
    }
    .sm\:pb-66p {
        padding-bottom: 66px;
    }
    .sm\:pl-66p {
        padding-left: 66px;
    }
    .sm\:pt-68p {
        padding-top: 68px;
    }
    .sm\:pr-68p {
        padding-right: 68px;
    }
    .sm\:pb-68p {
        padding-bottom: 68px;
    }
    .sm\:pl-68p {
        padding-left: 68px;
    }
    .sm\:pt-70p {
        padding-top: 70px;
    }
    .sm\:pr-70p {
        padding-right: 70px;
    }
    .sm\:pb-70p {
        padding-bottom: 70px;
    }
    .sm\:pl-70p {
        padding-left: 70px;
    }
    .sm\:pt-72p {
        padding-top: 72px;
    }
    .sm\:pr-72p {
        padding-right: 72px;
    }
    .sm\:pb-72p {
        padding-bottom: 72px;
    }
    .sm\:pl-72p {
        padding-left: 72px;
    }
    .sm\:pt-74p {
        padding-top: 74px;
    }
    .sm\:pr-74p {
        padding-right: 74px;
    }
    .sm\:pb-74p {
        padding-bottom: 74px;
    }
    .sm\:pl-74p {
        padding-left: 74px;
    }
    .sm\:pt-78p {
        padding-top: 78px;
    }
    .sm\:pr-78p {
        padding-right: 78px;
    }
    .sm\:pb-78p {
        padding-bottom: 78px;
    }
    .sm\:pl-78p {
        padding-left: 78px;
    }
    .sm\:pt-80p {
        padding-top: 80px;
    }
    .sm\:pr-80p {
        padding-right: 80px;
    }
    .sm\:pb-80p {
        padding-bottom: 80px;
    }
    .sm\:pl-80p {
        padding-left: 80px;
    }
    .sm\:pt-82p {
        padding-top: 82px;
    }
    .sm\:pr-82p {
        padding-right: 82px;
    }
    .sm\:pb-82p {
        padding-bottom: 82px;
    }
    .sm\:pl-82p {
        padding-left: 82px;
    }
    .sm\:pt-84p {
        padding-top: 84px;
    }
    .sm\:pr-84p {
        padding-right: 84px;
    }
    .sm\:pb-84p {
        padding-bottom: 84px;
    }
    .sm\:pl-84p {
        padding-left: 84px;
    }
    .sm\:pt-89p {
        padding-top: 89px;
    }
    .sm\:pr-89p {
        padding-right: 89px;
    }
    .sm\:pb-89p {
        padding-bottom: 89px;
    }
    .sm\:pl-89p {
        padding-left: 89px;
    }
    .sm\:pt-93p {
        padding-top: 93px;
    }
    .sm\:pr-93p {
        padding-right: 93px;
    }
    .sm\:pb-93p {
        padding-bottom: 93px;
    }
    .sm\:pl-93p {
        padding-left: 93px;
    }
    .sm\:pt-90p {
        padding-top: 90px;
    }
    .sm\:pr-90p {
        padding-right: 90px;
    }
    .sm\:pb-90p {
        padding-bottom: 90px;
    }
    .sm\:pl-90p {
        padding-left: 90px;
    }
    .sm\:pt-97p {
        padding-top: 97px;
    }
    .sm\:pr-97p {
        padding-right: 97px;
    }
    .sm\:pb-97p {
        padding-bottom: 97px;
    }
    .sm\:pl-97p {
        padding-left: 97px;
    }
    .sm\:pt-103p {
        padding-top: 103px;
    }
    .sm\:pr-103p {
        padding-right: 103px;
    }
    .sm\:pb-103p {
        padding-bottom: 103px;
    }
    .sm\:pl-103p {
        padding-left: 103px;
    }
    .sm\:pt-116p {
        padding-top: 116px;
    }
    .sm\:pr-116p {
        padding-right: 116px;
    }
    .sm\:pb-116p {
        padding-bottom: 116px;
    }
    .sm\:pl-116p {
        padding-left: 116px;
    }
    .sm\:pt-120p {
        padding-top: 120px;
    }
    .sm\:pr-120p {
        padding-right: 120px;
    }
    .sm\:pb-120p {
        padding-bottom: 120px;
    }
    .sm\:pl-120p {
        padding-left: 120px;
    }
    .sm\:pt-125p {
        padding-top: 125px;
    }
    .sm\:pr-125p {
        padding-right: 125px;
    }
    .sm\:pb-125p {
        padding-bottom: 125px;
    }
    .sm\:pl-125p {
        padding-left: 125px;
    }
    .sm\:pt-130p {
        padding-top: 130px;
    }
    .sm\:pr-130p {
        padding-right: 130px;
    }
    .sm\:pb-130p {
        padding-bottom: 130px;
    }
    .sm\:pl-130p {
        padding-left: 130px;
    }
    .sm\:pt-135p {
        padding-top: 135px;
    }
    .sm\:pr-135p {
        padding-right: 135px;
    }
    .sm\:pb-135p {
        padding-bottom: 135px;
    }
    .sm\:pl-135p {
        padding-left: 135px;
    }
    .sm\:pt-132p {
        padding-top: 132px;
    }
    .sm\:pr-132p {
        padding-right: 132px;
    }
    .sm\:pb-132p {
        padding-bottom: 132px;
    }
    .sm\:pl-132p {
        padding-left: 132px;
    }
    .sm\:pt-150p {
        padding-top: 150px;
    }
    .sm\:pr-150p {
        padding-right: 150px;
    }
    .sm\:pb-150p {
        padding-bottom: 150px;
    }
    .sm\:pl-150p {
        padding-left: 150px;
    }
    .sm\:pt-216p {
        padding-top: 216px;
    }
    .sm\:pr-216p {
        padding-right: 216px;
    }
    .sm\:pb-216p {
        padding-bottom: 216px;
    }
    .sm\:pl-216p {
        padding-left: 216px;
    }
    .sm\:pt-225p {
        padding-top: 225px;
    }
    .sm\:pr-225p {
        padding-right: 225px;
    }
    .sm\:pb-225p {
        padding-bottom: 225px;
    }
    .sm\:pl-225p {
        padding-left: 225px;
    }
    .sm\:pt-296p {
        padding-top: 296px;
    }
    .sm\:pr-296p {
        padding-right: 296px;
    }
    .sm\:pb-296p {
        padding-bottom: 296px;
    }
    .sm\:pl-296p {
        padding-left: 296px;
    }
    .sm\:pt-270p {
        padding-top: 270px;
    }
    .sm\:pr-270p {
        padding-right: 270px;
    }
    .sm\:pb-270p {
        padding-bottom: 270px;
    }
    .sm\:pl-270p {
        padding-left: 270px;
    }
    .sm\:pt-137p {
        padding-top: 137px;
    }
    .sm\:pr-137p {
        padding-right: 137px;
    }
    .sm\:pb-137p {
        padding-bottom: 137px;
    }
    .sm\:pl-137p {
        padding-left: 137px;
    }
    .sm\:pt-141p {
        padding-top: 141px;
    }
    .sm\:pr-141p {
        padding-right: 141px;
    }
    .sm\:pb-141p {
        padding-bottom: 141px;
    }
    .sm\:pl-141p {
        padding-left: 141px;
    }
    .sm\:pt-146p {
        padding-top: 146px;
    }
    .sm\:pr-146p {
        padding-right: 146px;
    }
    .sm\:pb-146p {
        padding-bottom: 146px;
    }
    .sm\:pl-146p {
        padding-left: 146px;
    }
    .sm\:pt-152p {
        padding-top: 152px;
    }
    .sm\:pr-152p {
        padding-right: 152px;
    }
    .sm\:pb-152p {
        padding-bottom: 152px;
    }
    .sm\:pl-152p {
        padding-left: 152px;
    }
    .sm\:pt-155p {
        padding-top: 155px;
    }
    .sm\:pr-155p {
        padding-right: 155px;
    }
    .sm\:pb-155p {
        padding-bottom: 155px;
    }
    .sm\:pl-155p {
        padding-left: 155px;
    }
    .sm\:pt-163p {
        padding-top: 163px;
    }
    .sm\:pr-163p {
        padding-right: 163px;
    }
    .sm\:pb-163p {
        padding-bottom: 163px;
    }
    .sm\:pl-163p {
        padding-left: 163px;
    }
    .sm\:pt-168p {
        padding-top: 168px;
    }
    .sm\:pr-168p {
        padding-right: 168px;
    }
    .sm\:pb-168p {
        padding-bottom: 168px;
    }
    .sm\:pl-168p {
        padding-left: 168px;
    }
    .sm\:pt-173p {
        padding-top: 173px;
    }
    .sm\:pr-173p {
        padding-right: 173px;
    }
    .sm\:pb-173p {
        padding-bottom: 173px;
    }
    .sm\:pl-173p {
        padding-left: 173px;
    }
    .sm\:pt-210p {
        padding-top: 210px;
    }
    .sm\:pr-210p {
        padding-right: 210px;
    }
    .sm\:pb-210p {
        padding-bottom: 210px;
    }
    .sm\:pl-210p {
        padding-left: 210px;
    }
    .sm\:pt-245p {
        padding-top: 245px;
    }
    .sm\:pr-245p {
        padding-right: 245px;
    }
    .sm\:pb-245p {
        padding-bottom: 245px;
    }
    .sm\:pl-245p {
        padding-left: 245px;
    }
    .sm\:pt-250p {
        padding-top: 250px;
    }
    .sm\:pr-250p {
        padding-right: 250px;
    }
    .sm\:pb-250p {
        padding-bottom: 250px;
    }
    .sm\:pl-250p {
        padding-left: 250px;
    }
    .sm\:pt-260p {
        padding-top: 260px;
    }
    .sm\:pr-260p {
        padding-right: 260px;
    }
    .sm\:pb-260p {
        padding-bottom: 260px;
    }
    .sm\:pl-260p {
        padding-left: 260px;
    }
    .sm\:pt-263p {
        padding-top: 263px;
    }
    .sm\:pr-263p {
        padding-right: 263px;
    }
    .sm\:pb-263p {
        padding-bottom: 263px;
    }
    .sm\:pl-263p {
        padding-left: 263px;
    }
    .sm\:pt-266p {
        padding-top: 266px;
    }
    .sm\:pr-266p {
        padding-right: 266px;
    }
    .sm\:pb-266p {
        padding-bottom: 266px;
    }
    .sm\:pl-266p {
        padding-left: 266px;
    }
    .sm\:pt-275p {
        padding-top: 275px;
    }
    .sm\:pr-275p {
        padding-right: 275px;
    }
    .sm\:pb-275p {
        padding-bottom: 275px;
    }
    .sm\:pl-275p {
        padding-left: 275px;
    }
    .sm\:pt-300p {
        padding-top: 300px;
    }
    .sm\:pr-300p {
        padding-right: 300px;
    }
    .sm\:pb-300p {
        padding-bottom: 300px;
    }
    .sm\:pl-300p {
        padding-left: 300px;
    }
    .sm\:pt-312p {
        padding-top: 312px;
    }
    .sm\:pr-312p {
        padding-right: 312px;
    }
    .sm\:pb-312p {
        padding-bottom: 312px;
    }
    .sm\:pl-312p {
        padding-left: 312px;
    }
    .sm\:pt-318p {
        padding-top: 318px;
    }
    .sm\:pr-318p {
        padding-right: 318px;
    }
    .sm\:pb-318p {
        padding-bottom: 318px;
    }
    .sm\:pl-318p {
        padding-left: 318px;
    }
    .sm\:pt-322p {
        padding-top: 322px;
    }
    .sm\:pr-322p {
        padding-right: 322px;
    }
    .sm\:pb-322p {
        padding-bottom: 322px;
    }
    .sm\:pl-322p {
        padding-left: 322px;
    }
    .sm\:pt-337p {
        padding-top: 337px;
    }
    .sm\:pr-337p {
        padding-right: 337px;
    }
    .sm\:pb-337p {
        padding-bottom: 337px;
    }
    .sm\:pl-337p {
        padding-left: 337px;
    }
    .sm\:pt-345p {
        padding-top: 345px;
    }
    .sm\:pr-345p {
        padding-right: 345px;
    }
    .sm\:pb-345p {
        padding-bottom: 345px;
    }
    .sm\:pl-345p {
        padding-left: 345px;
    }
    .sm\:pt-344p {
        padding-top: 344px;
    }
    .sm\:pr-344p {
        padding-right: 344px;
    }
    .sm\:pb-344p {
        padding-bottom: 344px;
    }
    .sm\:pl-344p {
        padding-left: 344px;
    }
    .sm\:pt-354p {
        padding-top: 354px;
    }
    .sm\:pr-354p {
        padding-right: 354px;
    }
    .sm\:pb-354p {
        padding-bottom: 354px;
    }
    .sm\:pl-354p {
        padding-left: 354px;
    }
    .sm\:pt-364p {
        padding-top: 364px;
    }
    .sm\:pr-364p {
        padding-right: 364px;
    }
    .sm\:pb-364p {
        padding-bottom: 364px;
    }
    .sm\:pl-364p {
        padding-left: 364px;
    }
    .sm\:pt-370p {
        padding-top: 370px;
    }
    .sm\:pr-370p {
        padding-right: 370px;
    }
    .sm\:pb-370p {
        padding-bottom: 370px;
    }
    .sm\:pl-370p {
        padding-left: 370px;
    }
    .sm\:pt-382p {
        padding-top: 382px;
    }
    .sm\:pr-382p {
        padding-right: 382px;
    }
    .sm\:pb-382p {
        padding-bottom: 382px;
    }
    .sm\:pl-382p {
        padding-left: 382px;
    }
    .sm\:pt-385p {
        padding-top: 385px;
    }
    .sm\:pr-385p {
        padding-right: 385px;
    }
    .sm\:pb-385p {
        padding-bottom: 385px;
    }
    .sm\:pl-385p {
        padding-left: 385px;
    }
    .sm\:pt-400p {
        padding-top: 400px;
    }
    .sm\:pr-400p {
        padding-right: 400px;
    }
    .sm\:pb-400p {
        padding-bottom: 400px;
    }
    .sm\:pl-400p {
        padding-left: 400px;
    }
    .sm\:pt-407p {
        padding-top: 407px;
    }
    .sm\:pr-407p {
        padding-right: 407px;
    }
    .sm\:pb-407p {
        padding-bottom: 407px;
    }
    .sm\:pl-407p {
        padding-left: 407px;
    }
    .sm\:pt-411p {
        padding-top: 411px;
    }
    .sm\:pr-411p {
        padding-right: 411px;
    }
    .sm\:pb-411p {
        padding-bottom: 411px;
    }
    .sm\:pl-411p {
        padding-left: 411px;
    }
    .sm\:pt-418p {
        padding-top: 418px;
    }
    .sm\:pr-418p {
        padding-right: 418px;
    }
    .sm\:pb-418p {
        padding-bottom: 418px;
    }
    .sm\:pl-418p {
        padding-left: 418px;
    }
    .sm\:pt-430p {
        padding-top: 430px;
    }
    .sm\:pr-430p {
        padding-right: 430px;
    }
    .sm\:pb-430p {
        padding-bottom: 430px;
    }
    .sm\:pl-430p {
        padding-left: 430px;
    }
    .sm\:pt-450p {
        padding-top: 450px;
    }
    .sm\:pr-450p {
        padding-right: 450px;
    }
    .sm\:pb-450p {
        padding-bottom: 450px;
    }
    .sm\:pl-450p {
        padding-left: 450px;
    }
    .sm\:pt-468p {
        padding-top: 468px;
    }
    .sm\:pr-468p {
        padding-right: 468px;
    }
    .sm\:pb-468p {
        padding-bottom: 468px;
    }
    .sm\:pl-468p {
        padding-left: 468px;
    }
    .sm\:pt-485p {
        padding-top: 485px;
    }
    .sm\:pr-485p {
        padding-right: 485px;
    }
    .sm\:pb-485p {
        padding-bottom: 485px;
    }
    .sm\:pl-485p {
        padding-left: 485px;
    }
    .sm\:pt-491p {
        padding-top: 491px;
    }
    .sm\:pr-491p {
        padding-right: 491px;
    }
    .sm\:pb-491p {
        padding-bottom: 491px;
    }
    .sm\:pl-491p {
        padding-left: 491px;
    }
    .sm\:pt-494p {
        padding-top: 494px;
    }
    .sm\:pr-494p {
        padding-right: 494px;
    }
    .sm\:pb-494p {
        padding-bottom: 494px;
    }
    .sm\:pl-494p {
        padding-left: 494px;
    }
    .sm\:pt-470p {
        padding-top: 470px;
    }
    .sm\:pr-470p {
        padding-right: 470px;
    }
    .sm\:pb-470p {
        padding-bottom: 470px;
    }
    .sm\:pl-470p {
        padding-left: 470px;
    }
    .sm\:pt-480p {
        padding-top: 480px;
    }
    .sm\:pr-480p {
        padding-right: 480px;
    }
    .sm\:pb-480p {
        padding-bottom: 480px;
    }
    .sm\:pl-480p {
        padding-left: 480px;
    }
    .sm\:pt-532p {
        padding-top: 532px;
    }
    .sm\:pr-532p {
        padding-right: 532px;
    }
    .sm\:pb-532p {
        padding-bottom: 532px;
    }
    .sm\:pl-532p {
        padding-left: 532px;
    }
    .sm\:pt-556p {
        padding-top: 556px;
    }
    .sm\:pr-556p {
        padding-right: 556px;
    }
    .sm\:pb-556p {
        padding-bottom: 556px;
    }
    .sm\:pl-556p {
        padding-left: 556px;
    }
    .sm\:pt-505p {
        padding-top: 505px;
    }
    .sm\:pr-505p {
        padding-right: 505px;
    }
    .sm\:pb-505p {
        padding-bottom: 505px;
    }
    .sm\:pl-505p {
        padding-left: 505px;
    }
    .sm\:pt-1179p {
        padding-top: 1179px;
    }
    .sm\:pr-1179p {
        padding-right: 1179px;
    }
    .sm\:pb-1179p {
        padding-bottom: 1179px;
    }
    .sm\:pl-1179p {
        padding-left: 1179px;
    }
    .sm\:pt-1253p {
        padding-top: 1253px;
    }
    .sm\:pr-1253p {
        padding-right: 1253px;
    }
    .sm\:pb-1253p {
        padding-bottom: 1253px;
    }
    .sm\:pl-1253p {
        padding-left: 1253px;
    }
    .sm\:pt-1575p {
        padding-top: 1575px;
    }
    .sm\:pr-1575p {
        padding-right: 1575px;
    }
    .sm\:pb-1575p {
        padding-bottom: 1575px;
    }
    .sm\:pl-1575p {
        padding-left: 1575px;
    }
    .sm\:pt-600p {
        padding-top: 600px;
    }
    .sm\:pr-600p {
        padding-right: 600px;
    }
    .sm\:pb-600p {
        padding-bottom: 600px;
    }
    .sm\:pl-600p {
        padding-left: 600px;
    }
    .sm\:pt-649p {
        padding-top: 649px;
    }
    .sm\:pr-649p {
        padding-right: 649px;
    }
    .sm\:pb-649p {
        padding-bottom: 649px;
    }
    .sm\:pl-649p {
        padding-left: 649px;
    }
    .sm\:pt-690p {
        padding-top: 690px;
    }
    .sm\:pr-690p {
        padding-right: 690px;
    }
    .sm\:pb-690p {
        padding-bottom: 690px;
    }
    .sm\:pl-690p {
        padding-left: 690px;
    }
    .sm\:pt-19\% {
        padding-top: 19%;
    }
    .sm\:pr-19\% {
        padding-right: 19%;
    }
    .sm\:pb-19\% {
        padding-bottom: 19%;
    }
    .sm\:pl-19\% {
        padding-left: 19%;
    }
    .sm\:pt-23\% {
        padding-top: 23%;
    }
    .sm\:pr-23\% {
        padding-right: 23%;
    }
    .sm\:pb-23\% {
        padding-bottom: 23%;
    }
    .sm\:pl-23\% {
        padding-left: 23%;
    }
    .sm\:pt-24\% {
        padding-top: 24%;
    }
    .sm\:pr-24\% {
        padding-right: 24%;
    }
    .sm\:pb-24\% {
        padding-bottom: 24%;
    }
    .sm\:pl-24\% {
        padding-left: 24%;
    }
    .sm\:pt-36\% {
        padding-top: 36%;
    }
    .sm\:pr-36\% {
        padding-right: 36%;
    }
    .sm\:pb-36\% {
        padding-bottom: 36%;
    }
    .sm\:pl-36\% {
        padding-left: 36%;
    }
    .sm\:pt-27\% {
        padding-top: 27%;
    }
    .sm\:pr-27\% {
        padding-right: 27%;
    }
    .sm\:pb-27\% {
        padding-bottom: 27%;
    }
    .sm\:pl-27\% {
        padding-left: 27%;
    }
    .sm\:pt-28\% {
        padding-top: 28%;
    }
    .sm\:pr-28\% {
        padding-right: 28%;
    }
    .sm\:pb-28\% {
        padding-bottom: 28%;
    }
    .sm\:pl-28\% {
        padding-left: 28%;
    }
    .sm\:pt-42\% {
        padding-top: 42%;
    }
    .sm\:pr-42\% {
        padding-right: 42%;
    }
    .sm\:pb-42\% {
        padding-bottom: 42%;
    }
    .sm\:pl-42\% {
        padding-left: 42%;
    }
    .sm\:pt-46\% {
        padding-top: 46%;
    }
    .sm\:pr-46\% {
        padding-right: 46%;
    }
    .sm\:pb-46\% {
        padding-bottom: 46%;
    }
    .sm\:pl-46\% {
        padding-left: 46%;
    }
    .sm\:pt-49\% {
        padding-top: 49%;
    }
    .sm\:pr-49\% {
        padding-right: 49%;
    }
    .sm\:pb-49\% {
        padding-bottom: 49%;
    }
    .sm\:pl-49\% {
        padding-left: 49%;
    }
    .sm\:pt-54\% {
        padding-top: 54%;
    }
    .sm\:pr-54\% {
        padding-right: 54%;
    }
    .sm\:pb-54\% {
        padding-bottom: 54%;
    }
    .sm\:pl-54\% {
        padding-left: 54%;
    }
    .sm\:pt-58\% {
        padding-top: 58%;
    }
    .sm\:pr-58\% {
        padding-right: 58%;
    }
    .sm\:pb-58\% {
        padding-bottom: 58%;
    }
    .sm\:pl-58\% {
        padding-left: 58%;
    }
    .sm\:pt-72\% {
        padding-top: 72%;
    }
    .sm\:pr-72\% {
        padding-right: 72%;
    }
    .sm\:pb-72\% {
        padding-bottom: 72%;
    }
    .sm\:pl-72\% {
        padding-left: 72%;
    }
    .sm\:pt-76\% {
        padding-top: 76%;
    }
    .sm\:pr-76\% {
        padding-right: 76%;
    }
    .sm\:pb-76\% {
        padding-bottom: 76%;
    }
    .sm\:pl-76\% {
        padding-left: 76%;
    }
    .sm\:pt-77\% {
        padding-top: 77%;
    }
    .sm\:pr-77\% {
        padding-right: 77%;
    }
    .sm\:pb-77\% {
        padding-bottom: 77%;
    }
    .sm\:pl-77\% {
        padding-left: 77%;
    }
    .sm\:pt-340p {
        padding-top: 340px;
    }
    .sm\:pr-340p {
        padding-right: 340px;
    }
    .sm\:pb-340p {
        padding-bottom: 340px;
    }
    .sm\:pl-340p {
        padding-left: 340px;
    }
    .sm\:pt-700p {
        padding-top: 700px;
    }
    .sm\:pr-700p {
        padding-right: 700px;
    }
    .sm\:pb-700p {
        padding-bottom: 700px;
    }
    .sm\:pl-700p {
        padding-left: 700px;
    }
    .sm\:pt-848p {
        padding-top: 848px;
    }
    .sm\:pr-848p {
        padding-right: 848px;
    }
    .sm\:pb-848p {
        padding-bottom: 848px;
    }
    .sm\:pl-848p {
        padding-left: 848px;
    }
    .sm\:pt-850p {
        padding-top: 850px;
    }
    .sm\:pr-850p {
        padding-right: 850px;
    }
    .sm\:pb-850p {
        padding-bottom: 850px;
    }
    .sm\:pl-850p {
        padding-left: 850px;
    }
    .sm\:pt-860p {
        padding-top: 860px;
    }
    .sm\:pr-860p {
        padding-right: 860px;
    }
    .sm\:pb-860p {
        padding-bottom: 860px;
    }
    .sm\:pl-860p {
        padding-left: 860px;
    }
    .sm\:pt-1425p {
        padding-top: 1425px;
    }
    .sm\:pr-1425p {
        padding-right: 1425px;
    }
    .sm\:pb-1425p {
        padding-bottom: 1425px;
    }
    .sm\:pl-1425p {
        padding-left: 1425px;
    }
    .sm\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .sm\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .sm\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .sm\:placeholder-current::placeholder {
        color: currentColor;
    }
    .sm\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .sm\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .sm\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .sm\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .sm\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .sm\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .sm\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .sm\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .sm\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .sm\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .sm\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .sm\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .sm\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .sm\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .sm\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .sm\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .sm\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .sm\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .sm\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .sm\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .sm\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .sm\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .sm\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .sm\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .sm\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .sm\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .sm\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .sm\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .sm\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .sm\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .sm\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .sm\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .sm\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .sm\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .sm\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .sm\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .sm\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .sm\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .sm\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .sm\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .sm\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .sm\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .sm\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .sm\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .sm\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .sm\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .sm\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .sm\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .sm\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .sm\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .sm\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .sm\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .sm\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .sm\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .sm\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .sm\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .sm\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .sm\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .sm\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .sm\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .sm\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .sm\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .sm\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .sm\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .sm\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .sm\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .sm\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .sm\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .sm\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .sm\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .sm\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .sm\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .sm\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .sm\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .sm\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .sm\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .sm\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .sm\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .sm\:pointer-events-none {
        pointer-events: none;
    }
    .sm\:pointer-events-auto {
        pointer-events: auto;
    }
    .sm\:static {
        position: static;
    }
    .sm\:fixed {
        position: fixed;
    }
    .sm\:absolute {
        position: absolute;
    }
    .sm\:relative {
        position: relative;
    }
    .sm\:sticky {
        position: sticky;
    }
    .sm\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .sm\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .sm\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .sm\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .sm\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .sm\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .sm\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .sm\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .sm\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .sm\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .sm\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .sm\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .sm\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .sm\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .sm\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .sm\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .sm\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .sm\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .sm\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .sm\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .sm\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .sm\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .sm\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .sm\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .sm\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .sm\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .sm\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .sm\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .sm\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .sm\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .sm\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .sm\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .sm\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .sm\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .sm\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .sm\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .sm\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .sm\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .sm\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .sm\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .sm\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .sm\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .sm\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .sm\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .sm\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .sm\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .sm\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .sm\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .sm\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .sm\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .sm\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .sm\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .sm\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .sm\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .sm\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .sm\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .sm\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .sm\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .sm\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .sm\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .sm\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .sm\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .sm\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .sm\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .sm\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .sm\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .sm\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .sm\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .sm\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .sm\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .sm\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .sm\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .sm\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .sm\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .sm\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .sm\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .sm\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .sm\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .sm\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .sm\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .sm\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .sm\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .sm\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .sm\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .sm\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .sm\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .sm\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .sm\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .sm\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .sm\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .sm\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .sm\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .sm\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .sm\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .sm\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .sm\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .sm\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .sm\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .sm\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .sm\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .sm\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .sm\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .sm\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .sm\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .sm\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .sm\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .sm\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .sm\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .sm\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .sm\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .sm\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .sm\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .sm\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .sm\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .sm\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .sm\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .sm\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .sm\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .sm\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .sm\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .sm\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .sm\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .sm\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .sm\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .sm\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .sm\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .sm\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .sm\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .sm\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .sm\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .sm\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .sm\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .sm\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .sm\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .sm\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .sm\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .sm\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .sm\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .sm\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .sm\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .sm\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .sm\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .sm\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .sm\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .sm\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .sm\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .sm\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .sm\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .sm\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .sm\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .sm\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .sm\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .sm\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .sm\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .sm\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .sm\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .sm\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .sm\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .sm\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .sm\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .sm\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .sm\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .sm\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .sm\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .sm\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .sm\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .sm\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .sm\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .sm\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .sm\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .sm\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .sm\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .sm\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .sm\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .sm\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .sm\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .sm\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .sm\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .sm\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .sm\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .sm\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .sm\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .sm\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .sm\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .sm\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .sm\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .sm\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .sm\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .sm\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .sm\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .sm\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .sm\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .sm\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .sm\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .sm\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .sm\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .sm\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .sm\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .sm\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .sm\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .sm\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .sm\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .sm\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .sm\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .sm\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .sm\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .sm\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .sm\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .sm\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .sm\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .sm\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .sm\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .sm\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .sm\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .sm\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .sm\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .sm\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .sm\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .sm\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .sm\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .sm\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .sm\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .sm\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .sm\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .sm\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .sm\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .sm\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .sm\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .sm\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .sm\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .sm\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .sm\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .sm\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .sm\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .sm\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .sm\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .sm\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .sm\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .sm\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .sm\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .sm\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .sm\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .sm\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .sm\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .sm\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .sm\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .sm\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .sm\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .sm\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .sm\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .sm\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .sm\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .sm\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .sm\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .sm\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .sm\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .sm\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .sm\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .sm\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .sm\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .sm\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .sm\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .sm\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .sm\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .sm\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .sm\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .sm\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .sm\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .sm\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .sm\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .sm\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .sm\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .sm\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .sm\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .sm\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .sm\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .sm\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .sm\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .sm\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .sm\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .sm\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .sm\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .sm\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .sm\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .sm\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .sm\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .sm\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .sm\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .sm\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .sm\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .sm\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .sm\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .sm\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .sm\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .sm\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .sm\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .sm\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .sm\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .sm\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .sm\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .sm\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .sm\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .sm\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .sm\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .sm\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .sm\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .sm\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .sm\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .sm\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .sm\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .sm\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .sm\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .sm\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .sm\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .sm\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .sm\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .sm\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .sm\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .sm\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .sm\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .sm\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .sm\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .sm\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .sm\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .sm\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .sm\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .sm\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .sm\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .sm\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .sm\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .sm\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .sm\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .sm\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .sm\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .sm\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .sm\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .sm\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .sm\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .sm\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .sm\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .sm\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .sm\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .sm\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .sm\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .sm\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .sm\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .sm\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .sm\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .sm\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .sm\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .sm\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .sm\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .sm\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .sm\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .sm\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .sm\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .sm\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .sm\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .sm\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .sm\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .sm\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .sm\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .sm\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .sm\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .sm\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .sm\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .sm\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .sm\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .sm\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .sm\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .sm\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .sm\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .sm\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .sm\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .sm\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .sm\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .sm\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .sm\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .sm\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .sm\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .sm\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .sm\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .sm\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .sm\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .sm\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .sm\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .sm\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .sm\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .sm\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .sm\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .sm\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .sm\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .sm\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .sm\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .sm\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .sm\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .sm\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .sm\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .sm\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .sm\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .sm\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .sm\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .sm\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .sm\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .sm\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .sm\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .sm\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .sm\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .sm\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .sm\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .sm\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .sm\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .sm\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .sm\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .sm\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .sm\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .sm\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .sm\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .sm\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .sm\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .sm\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .sm\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .sm\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .sm\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .sm\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .sm\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .sm\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .sm\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .sm\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .sm\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .sm\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .sm\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .sm\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .sm\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .sm\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .sm\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .sm\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .sm\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .sm\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .sm\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .sm\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .sm\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .sm\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .sm\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .sm\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .sm\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .sm\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .sm\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .sm\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .sm\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .sm\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .sm\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .sm\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .sm\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .sm\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .sm\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .sm\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .sm\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .sm\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .sm\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .sm\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .sm\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .sm\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .sm\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .sm\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .sm\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .sm\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .sm\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .sm\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .sm\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .sm\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .sm\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .sm\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .sm\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .sm\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .sm\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .sm\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .sm\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .sm\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .sm\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .sm\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .sm\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .sm\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .sm\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .sm\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .sm\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .sm\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .sm\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .sm\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .sm\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .sm\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .sm\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .sm\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .sm\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .sm\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .sm\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .sm\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .sm\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .sm\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .sm\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .sm\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .sm\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .sm\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .sm\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .sm\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .sm\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .sm\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .sm\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .sm\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .sm\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .sm\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .sm\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .sm\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .sm\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .sm\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .sm\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .sm\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .sm\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .sm\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .sm\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .sm\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .sm\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .sm\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .sm\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .sm\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .sm\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .sm\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .sm\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .sm\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .sm\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .sm\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .sm\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .sm\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .sm\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .sm\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .sm\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .sm\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .sm\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .sm\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .sm\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .sm\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .sm\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .sm\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .sm\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .sm\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .sm\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .sm\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .sm\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .sm\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .sm\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .sm\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .sm\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .sm\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .sm\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .sm\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .sm\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .sm\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .sm\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .sm\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .sm\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .sm\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .sm\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .sm\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .sm\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .sm\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .sm\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .sm\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .sm\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .sm\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .sm\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .sm\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .sm\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .sm\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .sm\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .sm\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .sm\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .sm\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .sm\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .sm\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .sm\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .sm\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .sm\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .sm\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .sm\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .sm\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .sm\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .sm\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .sm\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .sm\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .sm\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .sm\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .sm\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .sm\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .sm\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .sm\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .sm\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .sm\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .sm\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .sm\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .sm\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .sm\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .sm\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .sm\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .sm\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .sm\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .sm\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .sm\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .sm\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .sm\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .sm\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .sm\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .sm\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .sm\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .sm\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .sm\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .sm\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .sm\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .sm\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .sm\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .sm\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .sm\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .sm\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .sm\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .sm\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .sm\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .sm\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .sm\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .sm\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .sm\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .sm\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .sm\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .sm\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .sm\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .sm\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .sm\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .sm\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .sm\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .sm\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .sm\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .sm\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .sm\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .sm\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .sm\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .sm\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .sm\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .sm\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .sm\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .sm\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .sm\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .sm\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .sm\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .sm\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .sm\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .sm\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .sm\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .sm\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .sm\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .sm\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .sm\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .sm\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .sm\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .sm\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .sm\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .sm\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .sm\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .sm\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .sm\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .sm\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .sm\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .sm\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .sm\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .sm\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .sm\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .sm\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .sm\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .sm\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .sm\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .sm\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .sm\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .sm\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .sm\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .sm\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .sm\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .sm\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .sm\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .sm\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .sm\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .sm\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .sm\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .sm\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .sm\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .sm\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .sm\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .sm\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .sm\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .sm\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .sm\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .sm\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .sm\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .sm\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .sm\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .sm\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .sm\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .sm\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .sm\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .sm\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .sm\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .sm\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .sm\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .sm\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .sm\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .sm\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .sm\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .sm\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .sm\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .sm\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .sm\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .sm\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .sm\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .sm\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .sm\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .sm\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .sm\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .sm\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .sm\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .sm\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .sm\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .sm\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .sm\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .sm\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .sm\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .sm\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .sm\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .sm\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .sm\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .sm\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .sm\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .sm\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .sm\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .sm\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .sm\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .sm\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .sm\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .sm\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .sm\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .sm\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .sm\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .sm\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .sm\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .sm\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .sm\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .sm\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .sm\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .sm\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .sm\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .sm\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .sm\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .sm\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .sm\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .sm\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .sm\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .sm\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .sm\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .sm\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .sm\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .sm\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .sm\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .sm\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .sm\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .sm\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .sm\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .sm\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .sm\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .sm\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .sm\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .sm\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .sm\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .sm\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .sm\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .sm\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .sm\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .sm\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .sm\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .sm\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .sm\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .sm\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .sm\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .sm\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .sm\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .sm\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .sm\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .sm\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .sm\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .sm\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .sm\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .sm\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .sm\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .sm\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .sm\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .sm\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .sm\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .sm\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .sm\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .sm\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .sm\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .sm\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .sm\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .sm\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .sm\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .sm\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .sm\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .sm\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .sm\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .sm\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .sm\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .sm\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .sm\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .sm\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .sm\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .sm\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .sm\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .sm\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .sm\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .sm\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .sm\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .sm\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .sm\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .sm\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .sm\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .sm\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .sm\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .sm\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .sm\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .sm\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .sm\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .sm\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .sm\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .sm\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .sm\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .sm\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .sm\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .sm\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .sm\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .sm\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .sm\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .sm\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .sm\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .sm\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .sm\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .sm\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .sm\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .sm\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .sm\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .sm\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .sm\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .sm\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .sm\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .sm\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .sm\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .sm\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .sm\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .sm\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .sm\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .sm\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .sm\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .sm\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .sm\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .sm\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .sm\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .sm\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .sm\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .sm\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .sm\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .sm\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .sm\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .sm\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .sm\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .sm\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .sm\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .sm\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .sm\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .sm\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .sm\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .sm\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .sm\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .sm\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .sm\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .sm\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .sm\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .sm\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .sm\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .sm\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .sm\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .sm\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .sm\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .sm\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .sm\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .sm\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .sm\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .sm\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .sm\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .sm\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .sm\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .sm\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .sm\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .sm\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .sm\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .sm\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .sm\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .sm\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .sm\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .sm\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .sm\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .sm\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .sm\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .sm\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .sm\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .sm\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .sm\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .sm\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .sm\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .sm\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .sm\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .sm\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .sm\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .sm\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .sm\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .sm\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .sm\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .sm\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .sm\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .sm\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .sm\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .sm\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .sm\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .sm\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .sm\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .sm\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .sm\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .sm\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .sm\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .sm\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .sm\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .sm\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .sm\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .sm\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .sm\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .sm\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .sm\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .sm\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .sm\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .sm\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .sm\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .sm\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .sm\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .sm\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .sm\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .sm\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .sm\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .sm\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .sm\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .sm\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .sm\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .sm\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .sm\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .sm\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .sm\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .sm\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .sm\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .sm\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .sm\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .sm\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .sm\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .sm\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .sm\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .sm\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .sm\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .sm\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .sm\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .sm\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .sm\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .sm\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .sm\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .sm\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .sm\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .sm\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .sm\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .sm\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .sm\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .sm\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .sm\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .sm\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .sm\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .sm\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .sm\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .sm\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .sm\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .sm\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .sm\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .sm\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .sm\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .sm\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .sm\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .sm\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .sm\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .sm\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .sm\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .sm\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .sm\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .sm\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .sm\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .sm\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .sm\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .sm\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .sm\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .sm\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .sm\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .sm\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .sm\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .sm\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .sm\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .sm\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .sm\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .sm\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .sm\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .sm\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .sm\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .sm\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .sm\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .sm\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .sm\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .sm\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .sm\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .sm\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .sm\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .sm\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .sm\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .sm\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .sm\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .sm\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .sm\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .sm\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .sm\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .sm\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .sm\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .sm\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .sm\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .sm\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .sm\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .sm\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .sm\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .sm\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .sm\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .sm\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .sm\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .sm\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .sm\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .sm\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .sm\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .sm\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .sm\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .sm\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .sm\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .sm\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .sm\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .sm\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .sm\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .sm\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .sm\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .sm\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .sm\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .sm\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .sm\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .sm\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .sm\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .sm\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .sm\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .sm\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .sm\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .sm\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .sm\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .sm\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .sm\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .sm\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .sm\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .sm\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .sm\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .sm\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .sm\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .sm\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .sm\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .sm\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .sm\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .sm\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .sm\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .sm\:top-0 {
        top: 0;
    }
    .sm\:right-0 {
        right: 0;
    }
    .sm\:bottom-0 {
        bottom: 0;
    }
    .sm\:left-0 {
        left: 0;
    }
    .sm\:top-1 {
        top: 0.25rem;
    }
    .sm\:right-1 {
        right: 0.25rem;
    }
    .sm\:bottom-1 {
        bottom: 0.25rem;
    }
    .sm\:left-1 {
        left: 0.25rem;
    }
    .sm\:top-2 {
        top: 0.5rem;
    }
    .sm\:right-2 {
        right: 0.5rem;
    }
    .sm\:bottom-2 {
        bottom: 0.5rem;
    }
    .sm\:left-2 {
        left: 0.5rem;
    }
    .sm\:top-3 {
        top: 0.75rem;
    }
    .sm\:right-3 {
        right: 0.75rem;
    }
    .sm\:bottom-3 {
        bottom: 0.75rem;
    }
    .sm\:left-3 {
        left: 0.75rem;
    }
    .sm\:top-4 {
        top: 1rem;
    }
    .sm\:right-4 {
        right: 1rem;
    }
    .sm\:bottom-4 {
        bottom: 1rem;
    }
    .sm\:left-4 {
        left: 1rem;
    }
    .sm\:top-5 {
        top: 1.25rem;
    }
    .sm\:right-5 {
        right: 1.25rem;
    }
    .sm\:bottom-5 {
        bottom: 1.25rem;
    }
    .sm\:left-5 {
        left: 1.25rem;
    }
    .sm\:top-6 {
        top: 1.5rem;
    }
    .sm\:right-6 {
        right: 1.5rem;
    }
    .sm\:bottom-6 {
        bottom: 1.5rem;
    }
    .sm\:left-6 {
        left: 1.5rem;
    }
    .sm\:top-7 {
        top: 1.75rem;
    }
    .sm\:right-7 {
        right: 1.75rem;
    }
    .sm\:bottom-7 {
        bottom: 1.75rem;
    }
    .sm\:left-7 {
        left: 1.75rem;
    }
    .sm\:top-8 {
        top: 2rem;
    }
    .sm\:right-8 {
        right: 2rem;
    }
    .sm\:bottom-8 {
        bottom: 2rem;
    }
    .sm\:left-8 {
        left: 2rem;
    }
    .sm\:top-9 {
        top: 2.25rem;
    }
    .sm\:right-9 {
        right: 2.25rem;
    }
    .sm\:bottom-9 {
        bottom: 2.25rem;
    }
    .sm\:left-9 {
        left: 2.25rem;
    }
    .sm\:top-10 {
        top: 2.5rem;
    }
    .sm\:right-10 {
        right: 2.5rem;
    }
    .sm\:bottom-10 {
        bottom: 2.5rem;
    }
    .sm\:left-10 {
        left: 2.5rem;
    }
    .sm\:top-11 {
        top: 2.75rem;
    }
    .sm\:right-11 {
        right: 2.75rem;
    }
    .sm\:bottom-11 {
        bottom: 2.75rem;
    }
    .sm\:left-11 {
        left: 2.75rem;
    }
    .sm\:top-12 {
        top: 3rem;
    }
    .sm\:right-12 {
        right: 3rem;
    }
    .sm\:bottom-12 {
        bottom: 3rem;
    }
    .sm\:left-12 {
        left: 3rem;
    }
    .sm\:top-14 {
        top: 3.5rem;
    }
    .sm\:right-14 {
        right: 3.5rem;
    }
    .sm\:bottom-14 {
        bottom: 3.5rem;
    }
    .sm\:left-14 {
        left: 3.5rem;
    }
    .sm\:top-16 {
        top: 4rem;
    }
    .sm\:right-16 {
        right: 4rem;
    }
    .sm\:bottom-16 {
        bottom: 4rem;
    }
    .sm\:left-16 {
        left: 4rem;
    }
    .sm\:top-20 {
        top: 5rem;
    }
    .sm\:right-20 {
        right: 5rem;
    }
    .sm\:bottom-20 {
        bottom: 5rem;
    }
    .sm\:left-20 {
        left: 5rem;
    }
    .sm\:top-23 {
        top: 88px;
    }
    .sm\:right-23 {
        right: 88px;
    }
    .sm\:bottom-23 {
        bottom: 88px;
    }
    .sm\:left-23 {
        left: 88px;
    }
    .sm\:top-24 {
        top: 6rem;
    }
    .sm\:right-24 {
        right: 6rem;
    }
    .sm\:bottom-24 {
        bottom: 6rem;
    }
    .sm\:left-24 {
        left: 6rem;
    }
    .sm\:top-25 {
        top: 100px;
    }
    .sm\:right-25 {
        right: 100px;
    }
    .sm\:bottom-25 {
        bottom: 100px;
    }
    .sm\:left-25 {
        left: 100px;
    }
    .sm\:top-28 {
        top: 7rem;
    }
    .sm\:right-28 {
        right: 7rem;
    }
    .sm\:bottom-28 {
        bottom: 7rem;
    }
    .sm\:left-28 {
        left: 7rem;
    }
    .sm\:top-29 {
        top: 120px;
    }
    .sm\:right-29 {
        right: 120px;
    }
    .sm\:bottom-29 {
        bottom: 120px;
    }
    .sm\:left-29 {
        left: 120px;
    }
    .sm\:top-32 {
        top: 8rem;
    }
    .sm\:right-32 {
        right: 8rem;
    }
    .sm\:bottom-32 {
        bottom: 8rem;
    }
    .sm\:left-32 {
        left: 8rem;
    }
    .sm\:top-33 {
        top: 130px;
    }
    .sm\:right-33 {
        right: 130px;
    }
    .sm\:bottom-33 {
        bottom: 130px;
    }
    .sm\:left-33 {
        left: 130px;
    }
    .sm\:top-36 {
        top: 9rem;
    }
    .sm\:right-36 {
        right: 9rem;
    }
    .sm\:bottom-36 {
        bottom: 9rem;
    }
    .sm\:left-36 {
        left: 9rem;
    }
    .sm\:top-40 {
        top: 10rem;
    }
    .sm\:right-40 {
        right: 10rem;
    }
    .sm\:bottom-40 {
        bottom: 10rem;
    }
    .sm\:left-40 {
        left: 10rem;
    }
    .sm\:top-44 {
        top: 11rem;
    }
    .sm\:right-44 {
        right: 11rem;
    }
    .sm\:bottom-44 {
        bottom: 11rem;
    }
    .sm\:left-44 {
        left: 11rem;
    }
    .sm\:top-48 {
        top: 12rem;
    }
    .sm\:right-48 {
        right: 12rem;
    }
    .sm\:bottom-48 {
        bottom: 12rem;
    }
    .sm\:left-48 {
        left: 12rem;
    }
    .sm\:top-52 {
        top: 13rem;
    }
    .sm\:right-52 {
        right: 13rem;
    }
    .sm\:bottom-52 {
        bottom: 13rem;
    }
    .sm\:left-52 {
        left: 13rem;
    }
    .sm\:top-56 {
        top: 14rem;
    }
    .sm\:right-56 {
        right: 14rem;
    }
    .sm\:bottom-56 {
        bottom: 14rem;
    }
    .sm\:left-56 {
        left: 14rem;
    }
    .sm\:top-60 {
        top: 15rem;
    }
    .sm\:right-60 {
        right: 15rem;
    }
    .sm\:bottom-60 {
        bottom: 15rem;
    }
    .sm\:left-60 {
        left: 15rem;
    }
    .sm\:top-63 {
        top: 270px;
    }
    .sm\:right-63 {
        right: 270px;
    }
    .sm\:bottom-63 {
        bottom: 270px;
    }
    .sm\:left-63 {
        left: 270px;
    }
    .sm\:top-64 {
        top: 16rem;
    }
    .sm\:right-64 {
        right: 16rem;
    }
    .sm\:bottom-64 {
        bottom: 16rem;
    }
    .sm\:left-64 {
        left: 16rem;
    }
    .sm\:top-72 {
        top: 18rem;
    }
    .sm\:right-72 {
        right: 18rem;
    }
    .sm\:bottom-72 {
        bottom: 18rem;
    }
    .sm\:left-72 {
        left: 18rem;
    }
    .sm\:top-80 {
        top: 20rem;
    }
    .sm\:right-80 {
        right: 20rem;
    }
    .sm\:bottom-80 {
        bottom: 20rem;
    }
    .sm\:left-80 {
        left: 20rem;
    }
    .sm\:top-92 {
        top: 475px;
    }
    .sm\:right-92 {
        right: 475px;
    }
    .sm\:bottom-92 {
        bottom: 475px;
    }
    .sm\:left-92 {
        left: 475px;
    }
    .sm\:top-96 {
        top: 24rem;
    }
    .sm\:right-96 {
        right: 24rem;
    }
    .sm\:bottom-96 {
        bottom: 24rem;
    }
    .sm\:left-96 {
        left: 24rem;
    }
    .sm\:top-128 {
        top: 32rem;
    }
    .sm\:right-128 {
        right: 32rem;
    }
    .sm\:bottom-128 {
        bottom: 32rem;
    }
    .sm\:left-128 {
        left: 32rem;
    }
    .sm\:top-auto {
        top: auto;
    }
    .sm\:right-auto {
        right: auto;
    }
    .sm\:bottom-auto {
        bottom: auto;
    }
    .sm\:left-auto {
        left: auto;
    }
    .sm\:top-px {
        top: 1px;
    }
    .sm\:right-px {
        right: 1px;
    }
    .sm\:bottom-px {
        bottom: 1px;
    }
    .sm\:left-px {
        left: 1px;
    }
    .sm\:top-0\.5 {
        top: 0.125rem;
    }
    .sm\:right-0\.5 {
        right: 0.125rem;
    }
    .sm\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .sm\:left-0\.5 {
        left: 0.125rem;
    }
    .sm\:top-1\.5 {
        top: 0.375rem;
    }
    .sm\:right-1\.5 {
        right: 0.375rem;
    }
    .sm\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .sm\:left-1\.5 {
        left: 0.375rem;
    }
    .sm\:top-2\.5 {
        top: 0.625rem;
    }
    .sm\:right-2\.5 {
        right: 0.625rem;
    }
    .sm\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .sm\:left-2\.5 {
        left: 0.625rem;
    }
    .sm\:top-3\.5 {
        top: 0.875rem;
    }
    .sm\:right-3\.5 {
        right: 0.875rem;
    }
    .sm\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .sm\:left-3\.5 {
        left: 0.875rem;
    }
    .sm\:top-105p {
        top: 105px;
    }
    .sm\:right-105p {
        right: 105px;
    }
    .sm\:bottom-105p {
        bottom: 105px;
    }
    .sm\:left-105p {
        left: 105px;
    }
    .sm\:top-50p {
        top: 50px;
    }
    .sm\:right-50p {
        right: 50px;
    }
    .sm\:bottom-50p {
        bottom: 50px;
    }
    .sm\:left-50p {
        left: 50px;
    }
    .sm\:top-54p {
        top: 54px;
    }
    .sm\:right-54p {
        right: 54px;
    }
    .sm\:bottom-54p {
        bottom: 54px;
    }
    .sm\:left-54p {
        left: 54px;
    }
    .sm\:top-1p {
        top: 1px;
    }
    .sm\:right-1p {
        right: 1px;
    }
    .sm\:bottom-1p {
        bottom: 1px;
    }
    .sm\:left-1p {
        left: 1px;
    }
    .sm\:top-2p {
        top: 2px;
    }
    .sm\:right-2p {
        right: 2px;
    }
    .sm\:bottom-2p {
        bottom: 2px;
    }
    .sm\:left-2p {
        left: 2px;
    }
    .sm\:top-3p {
        top: 3px;
    }
    .sm\:right-3p {
        right: 3px;
    }
    .sm\:bottom-3p {
        bottom: 3px;
    }
    .sm\:left-3p {
        left: 3px;
    }
    .sm\:top-5p {
        top: 5px;
    }
    .sm\:right-5p {
        right: 5px;
    }
    .sm\:bottom-5p {
        bottom: 5px;
    }
    .sm\:left-5p {
        left: 5px;
    }
    .sm\:top-7p {
        top: 7px;
    }
    .sm\:right-7p {
        right: 7px;
    }
    .sm\:bottom-7p {
        bottom: 7px;
    }
    .sm\:left-7p {
        left: 7px;
    }
    .sm\:top-9p {
        top: 9px;
    }
    .sm\:right-9p {
        right: 9px;
    }
    .sm\:bottom-9p {
        bottom: 9px;
    }
    .sm\:left-9p {
        left: 9px;
    }
    .sm\:top-10p {
        top: 10px;
    }
    .sm\:right-10p {
        right: 10px;
    }
    .sm\:bottom-10p {
        bottom: 10px;
    }
    .sm\:left-10p {
        left: 10px;
    }
    .sm\:top-11p {
        top: 11px;
    }
    .sm\:right-11p {
        right: 11px;
    }
    .sm\:bottom-11p {
        bottom: 11px;
    }
    .sm\:left-11p {
        left: 11px;
    }
    .sm\:top-13p {
        top: 13px;
    }
    .sm\:right-13p {
        right: 13px;
    }
    .sm\:bottom-13p {
        bottom: 13px;
    }
    .sm\:left-13p {
        left: 13px;
    }
    .sm\:top-15p {
        top: 15px;
    }
    .sm\:right-15p {
        right: 15px;
    }
    .sm\:bottom-15p {
        bottom: 15px;
    }
    .sm\:left-15p {
        left: 15px;
    }
    .sm\:top-18p {
        top: 18px;
    }
    .sm\:right-18p {
        right: 18px;
    }
    .sm\:bottom-18p {
        bottom: 18px;
    }
    .sm\:left-18p {
        left: 18px;
    }
    .sm\:top-19p {
        top: 19px;
    }
    .sm\:right-19p {
        right: 19px;
    }
    .sm\:bottom-19p {
        bottom: 19px;
    }
    .sm\:left-19p {
        left: 19px;
    }
    .sm\:top-21p {
        top: 21px;
    }
    .sm\:right-21p {
        right: 21px;
    }
    .sm\:bottom-21p {
        bottom: 21px;
    }
    .sm\:left-21p {
        left: 21px;
    }
    .sm\:top-22p {
        top: 22px;
    }
    .sm\:right-22p {
        right: 22px;
    }
    .sm\:bottom-22p {
        bottom: 22px;
    }
    .sm\:left-22p {
        left: 22px;
    }
    .sm\:top-23p {
        top: 23px;
    }
    .sm\:right-23p {
        right: 23px;
    }
    .sm\:bottom-23p {
        bottom: 23px;
    }
    .sm\:left-23p {
        left: 23px;
    }
    .sm\:top-25p {
        top: 25px;
    }
    .sm\:right-25p {
        right: 25px;
    }
    .sm\:bottom-25p {
        bottom: 25px;
    }
    .sm\:left-25p {
        left: 25px;
    }
    .sm\:top-26p {
        top: 26px;
    }
    .sm\:right-26p {
        right: 26px;
    }
    .sm\:bottom-26p {
        bottom: 26px;
    }
    .sm\:left-26p {
        left: 26px;
    }
    .sm\:top-29p {
        top: 29px;
    }
    .sm\:right-29p {
        right: 29px;
    }
    .sm\:bottom-29p {
        bottom: 29px;
    }
    .sm\:left-29p {
        left: 29px;
    }
    .sm\:top-30p {
        top: 30px;
    }
    .sm\:right-30p {
        right: 30px;
    }
    .sm\:bottom-30p {
        bottom: 30px;
    }
    .sm\:left-30p {
        left: 30px;
    }
    .sm\:top-31p {
        top: 31px;
    }
    .sm\:right-31p {
        right: 31px;
    }
    .sm\:bottom-31p {
        bottom: 31px;
    }
    .sm\:left-31p {
        left: 31px;
    }
    .sm\:top-35p {
        top: 35px;
    }
    .sm\:right-35p {
        right: 35px;
    }
    .sm\:bottom-35p {
        bottom: 35px;
    }
    .sm\:left-35p {
        left: 35px;
    }
    .sm\:top-52p {
        top: 52px;
    }
    .sm\:right-52p {
        right: 52px;
    }
    .sm\:bottom-52p {
        bottom: 52px;
    }
    .sm\:left-52p {
        left: 52px;
    }
    .sm\:top-53p {
        top: 53px;
    }
    .sm\:right-53p {
        right: 53px;
    }
    .sm\:bottom-53p {
        bottom: 53px;
    }
    .sm\:left-53p {
        left: 53px;
    }
    .sm\:top-55p {
        top: 55px;
    }
    .sm\:right-55p {
        right: 55px;
    }
    .sm\:bottom-55p {
        bottom: 55px;
    }
    .sm\:left-55p {
        left: 55px;
    }
    .sm\:top-59p {
        top: 59px;
    }
    .sm\:right-59p {
        right: 59px;
    }
    .sm\:bottom-59p {
        bottom: 59px;
    }
    .sm\:left-59p {
        left: 59px;
    }
    .sm\:top-27p {
        top: 27px;
    }
    .sm\:right-27p {
        right: 27px;
    }
    .sm\:bottom-27p {
        bottom: 27px;
    }
    .sm\:left-27p {
        left: 27px;
    }
    .sm\:top-33\.5p {
        top: 33.5px;
    }
    .sm\:right-33\.5p {
        right: 33.5px;
    }
    .sm\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .sm\:left-33\.5p {
        left: 33.5px;
    }
    .sm\:top-38p {
        top: 38px;
    }
    .sm\:right-38p {
        right: 38px;
    }
    .sm\:bottom-38p {
        bottom: 38px;
    }
    .sm\:left-38p {
        left: 38px;
    }
    .sm\:top-40p {
        top: 40px;
    }
    .sm\:right-40p {
        right: 40px;
    }
    .sm\:bottom-40p {
        bottom: 40px;
    }
    .sm\:left-40p {
        left: 40px;
    }
    .sm\:top-46p {
        top: 46px;
    }
    .sm\:right-46p {
        right: 46px;
    }
    .sm\:bottom-46p {
        bottom: 46px;
    }
    .sm\:left-46p {
        left: 46px;
    }
    .sm\:top-47p {
        top: 47px;
    }
    .sm\:right-47p {
        right: 47px;
    }
    .sm\:bottom-47p {
        bottom: 47px;
    }
    .sm\:left-47p {
        left: 47px;
    }
    .sm\:top-49p {
        top: 49px;
    }
    .sm\:right-49p {
        right: 49px;
    }
    .sm\:bottom-49p {
        bottom: 49px;
    }
    .sm\:left-49p {
        left: 49px;
    }
    .sm\:top-58p {
        top: 58px;
    }
    .sm\:right-58p {
        right: 58px;
    }
    .sm\:bottom-58p {
        bottom: 58px;
    }
    .sm\:left-58p {
        left: 58px;
    }
    .sm\:top-75p {
        top: 75px;
    }
    .sm\:right-75p {
        right: 75px;
    }
    .sm\:bottom-75p {
        bottom: 75px;
    }
    .sm\:left-75p {
        left: 75px;
    }
    .sm\:top-77p {
        top: 77px;
    }
    .sm\:right-77p {
        right: 77px;
    }
    .sm\:bottom-77p {
        bottom: 77px;
    }
    .sm\:left-77p {
        left: 77px;
    }
    .sm\:top-60p {
        top: 60px;
    }
    .sm\:right-60p {
        right: 60px;
    }
    .sm\:bottom-60p {
        bottom: 60px;
    }
    .sm\:left-60p {
        left: 60px;
    }
    .sm\:top-65p {
        top: 65px;
    }
    .sm\:right-65p {
        right: 65px;
    }
    .sm\:bottom-65p {
        bottom: 65px;
    }
    .sm\:left-65p {
        left: 65px;
    }
    .sm\:top-66p {
        top: 66px;
    }
    .sm\:right-66p {
        right: 66px;
    }
    .sm\:bottom-66p {
        bottom: 66px;
    }
    .sm\:left-66p {
        left: 66px;
    }
    .sm\:top-68p {
        top: 68px;
    }
    .sm\:right-68p {
        right: 68px;
    }
    .sm\:bottom-68p {
        bottom: 68px;
    }
    .sm\:left-68p {
        left: 68px;
    }
    .sm\:top-70p {
        top: 70px;
    }
    .sm\:right-70p {
        right: 70px;
    }
    .sm\:bottom-70p {
        bottom: 70px;
    }
    .sm\:left-70p {
        left: 70px;
    }
    .sm\:top-72p {
        top: 72px;
    }
    .sm\:right-72p {
        right: 72px;
    }
    .sm\:bottom-72p {
        bottom: 72px;
    }
    .sm\:left-72p {
        left: 72px;
    }
    .sm\:top-74p {
        top: 74px;
    }
    .sm\:right-74p {
        right: 74px;
    }
    .sm\:bottom-74p {
        bottom: 74px;
    }
    .sm\:left-74p {
        left: 74px;
    }
    .sm\:top-78p {
        top: 78px;
    }
    .sm\:right-78p {
        right: 78px;
    }
    .sm\:bottom-78p {
        bottom: 78px;
    }
    .sm\:left-78p {
        left: 78px;
    }
    .sm\:top-80p {
        top: 80px;
    }
    .sm\:right-80p {
        right: 80px;
    }
    .sm\:bottom-80p {
        bottom: 80px;
    }
    .sm\:left-80p {
        left: 80px;
    }
    .sm\:top-82p {
        top: 82px;
    }
    .sm\:right-82p {
        right: 82px;
    }
    .sm\:bottom-82p {
        bottom: 82px;
    }
    .sm\:left-82p {
        left: 82px;
    }
    .sm\:top-84p {
        top: 84px;
    }
    .sm\:right-84p {
        right: 84px;
    }
    .sm\:bottom-84p {
        bottom: 84px;
    }
    .sm\:left-84p {
        left: 84px;
    }
    .sm\:top-89p {
        top: 89px;
    }
    .sm\:right-89p {
        right: 89px;
    }
    .sm\:bottom-89p {
        bottom: 89px;
    }
    .sm\:left-89p {
        left: 89px;
    }
    .sm\:top-93p {
        top: 93px;
    }
    .sm\:right-93p {
        right: 93px;
    }
    .sm\:bottom-93p {
        bottom: 93px;
    }
    .sm\:left-93p {
        left: 93px;
    }
    .sm\:top-90p {
        top: 90px;
    }
    .sm\:right-90p {
        right: 90px;
    }
    .sm\:bottom-90p {
        bottom: 90px;
    }
    .sm\:left-90p {
        left: 90px;
    }
    .sm\:top-97p {
        top: 97px;
    }
    .sm\:right-97p {
        right: 97px;
    }
    .sm\:bottom-97p {
        bottom: 97px;
    }
    .sm\:left-97p {
        left: 97px;
    }
    .sm\:top-103p {
        top: 103px;
    }
    .sm\:right-103p {
        right: 103px;
    }
    .sm\:bottom-103p {
        bottom: 103px;
    }
    .sm\:left-103p {
        left: 103px;
    }
    .sm\:top-116p {
        top: 116px;
    }
    .sm\:right-116p {
        right: 116px;
    }
    .sm\:bottom-116p {
        bottom: 116px;
    }
    .sm\:left-116p {
        left: 116px;
    }
    .sm\:top-120p {
        top: 120px;
    }
    .sm\:right-120p {
        right: 120px;
    }
    .sm\:bottom-120p {
        bottom: 120px;
    }
    .sm\:left-120p {
        left: 120px;
    }
    .sm\:top-125p {
        top: 125px;
    }
    .sm\:right-125p {
        right: 125px;
    }
    .sm\:bottom-125p {
        bottom: 125px;
    }
    .sm\:left-125p {
        left: 125px;
    }
    .sm\:top-130p {
        top: 130px;
    }
    .sm\:right-130p {
        right: 130px;
    }
    .sm\:bottom-130p {
        bottom: 130px;
    }
    .sm\:left-130p {
        left: 130px;
    }
    .sm\:top-135p {
        top: 135px;
    }
    .sm\:right-135p {
        right: 135px;
    }
    .sm\:bottom-135p {
        bottom: 135px;
    }
    .sm\:left-135p {
        left: 135px;
    }
    .sm\:top-132p {
        top: 132px;
    }
    .sm\:right-132p {
        right: 132px;
    }
    .sm\:bottom-132p {
        bottom: 132px;
    }
    .sm\:left-132p {
        left: 132px;
    }
    .sm\:top-150p {
        top: 150px;
    }
    .sm\:right-150p {
        right: 150px;
    }
    .sm\:bottom-150p {
        bottom: 150px;
    }
    .sm\:left-150p {
        left: 150px;
    }
    .sm\:top-216p {
        top: 216px;
    }
    .sm\:right-216p {
        right: 216px;
    }
    .sm\:bottom-216p {
        bottom: 216px;
    }
    .sm\:left-216p {
        left: 216px;
    }
    .sm\:top-225p {
        top: 225px;
    }
    .sm\:right-225p {
        right: 225px;
    }
    .sm\:bottom-225p {
        bottom: 225px;
    }
    .sm\:left-225p {
        left: 225px;
    }
    .sm\:top-296p {
        top: 296px;
    }
    .sm\:right-296p {
        right: 296px;
    }
    .sm\:bottom-296p {
        bottom: 296px;
    }
    .sm\:left-296p {
        left: 296px;
    }
    .sm\:top-270p {
        top: 270px;
    }
    .sm\:right-270p {
        right: 270px;
    }
    .sm\:bottom-270p {
        bottom: 270px;
    }
    .sm\:left-270p {
        left: 270px;
    }
    .sm\:top-137p {
        top: 137px;
    }
    .sm\:right-137p {
        right: 137px;
    }
    .sm\:bottom-137p {
        bottom: 137px;
    }
    .sm\:left-137p {
        left: 137px;
    }
    .sm\:top-141p {
        top: 141px;
    }
    .sm\:right-141p {
        right: 141px;
    }
    .sm\:bottom-141p {
        bottom: 141px;
    }
    .sm\:left-141p {
        left: 141px;
    }
    .sm\:top-146p {
        top: 146px;
    }
    .sm\:right-146p {
        right: 146px;
    }
    .sm\:bottom-146p {
        bottom: 146px;
    }
    .sm\:left-146p {
        left: 146px;
    }
    .sm\:top-152p {
        top: 152px;
    }
    .sm\:right-152p {
        right: 152px;
    }
    .sm\:bottom-152p {
        bottom: 152px;
    }
    .sm\:left-152p {
        left: 152px;
    }
    .sm\:top-155p {
        top: 155px;
    }
    .sm\:right-155p {
        right: 155px;
    }
    .sm\:bottom-155p {
        bottom: 155px;
    }
    .sm\:left-155p {
        left: 155px;
    }
    .sm\:top-163p {
        top: 163px;
    }
    .sm\:right-163p {
        right: 163px;
    }
    .sm\:bottom-163p {
        bottom: 163px;
    }
    .sm\:left-163p {
        left: 163px;
    }
    .sm\:top-168p {
        top: 168px;
    }
    .sm\:right-168p {
        right: 168px;
    }
    .sm\:bottom-168p {
        bottom: 168px;
    }
    .sm\:left-168p {
        left: 168px;
    }
    .sm\:top-173p {
        top: 173px;
    }
    .sm\:right-173p {
        right: 173px;
    }
    .sm\:bottom-173p {
        bottom: 173px;
    }
    .sm\:left-173p {
        left: 173px;
    }
    .sm\:top-210p {
        top: 210px;
    }
    .sm\:right-210p {
        right: 210px;
    }
    .sm\:bottom-210p {
        bottom: 210px;
    }
    .sm\:left-210p {
        left: 210px;
    }
    .sm\:top-245p {
        top: 245px;
    }
    .sm\:right-245p {
        right: 245px;
    }
    .sm\:bottom-245p {
        bottom: 245px;
    }
    .sm\:left-245p {
        left: 245px;
    }
    .sm\:top-250p {
        top: 250px;
    }
    .sm\:right-250p {
        right: 250px;
    }
    .sm\:bottom-250p {
        bottom: 250px;
    }
    .sm\:left-250p {
        left: 250px;
    }
    .sm\:top-260p {
        top: 260px;
    }
    .sm\:right-260p {
        right: 260px;
    }
    .sm\:bottom-260p {
        bottom: 260px;
    }
    .sm\:left-260p {
        left: 260px;
    }
    .sm\:top-263p {
        top: 263px;
    }
    .sm\:right-263p {
        right: 263px;
    }
    .sm\:bottom-263p {
        bottom: 263px;
    }
    .sm\:left-263p {
        left: 263px;
    }
    .sm\:top-266p {
        top: 266px;
    }
    .sm\:right-266p {
        right: 266px;
    }
    .sm\:bottom-266p {
        bottom: 266px;
    }
    .sm\:left-266p {
        left: 266px;
    }
    .sm\:top-275p {
        top: 275px;
    }
    .sm\:right-275p {
        right: 275px;
    }
    .sm\:bottom-275p {
        bottom: 275px;
    }
    .sm\:left-275p {
        left: 275px;
    }
    .sm\:top-300p {
        top: 300px;
    }
    .sm\:right-300p {
        right: 300px;
    }
    .sm\:bottom-300p {
        bottom: 300px;
    }
    .sm\:left-300p {
        left: 300px;
    }
    .sm\:top-312p {
        top: 312px;
    }
    .sm\:right-312p {
        right: 312px;
    }
    .sm\:bottom-312p {
        bottom: 312px;
    }
    .sm\:left-312p {
        left: 312px;
    }
    .sm\:top-318p {
        top: 318px;
    }
    .sm\:right-318p {
        right: 318px;
    }
    .sm\:bottom-318p {
        bottom: 318px;
    }
    .sm\:left-318p {
        left: 318px;
    }
    .sm\:top-322p {
        top: 322px;
    }
    .sm\:right-322p {
        right: 322px;
    }
    .sm\:bottom-322p {
        bottom: 322px;
    }
    .sm\:left-322p {
        left: 322px;
    }
    .sm\:top-337p {
        top: 337px;
    }
    .sm\:right-337p {
        right: 337px;
    }
    .sm\:bottom-337p {
        bottom: 337px;
    }
    .sm\:left-337p {
        left: 337px;
    }
    .sm\:top-345p {
        top: 345px;
    }
    .sm\:right-345p {
        right: 345px;
    }
    .sm\:bottom-345p {
        bottom: 345px;
    }
    .sm\:left-345p {
        left: 345px;
    }
    .sm\:top-344p {
        top: 344px;
    }
    .sm\:right-344p {
        right: 344px;
    }
    .sm\:bottom-344p {
        bottom: 344px;
    }
    .sm\:left-344p {
        left: 344px;
    }
    .sm\:top-354p {
        top: 354px;
    }
    .sm\:right-354p {
        right: 354px;
    }
    .sm\:bottom-354p {
        bottom: 354px;
    }
    .sm\:left-354p {
        left: 354px;
    }
    .sm\:top-364p {
        top: 364px;
    }
    .sm\:right-364p {
        right: 364px;
    }
    .sm\:bottom-364p {
        bottom: 364px;
    }
    .sm\:left-364p {
        left: 364px;
    }
    .sm\:top-370p {
        top: 370px;
    }
    .sm\:right-370p {
        right: 370px;
    }
    .sm\:bottom-370p {
        bottom: 370px;
    }
    .sm\:left-370p {
        left: 370px;
    }
    .sm\:top-382p {
        top: 382px;
    }
    .sm\:right-382p {
        right: 382px;
    }
    .sm\:bottom-382p {
        bottom: 382px;
    }
    .sm\:left-382p {
        left: 382px;
    }
    .sm\:top-385p {
        top: 385px;
    }
    .sm\:right-385p {
        right: 385px;
    }
    .sm\:bottom-385p {
        bottom: 385px;
    }
    .sm\:left-385p {
        left: 385px;
    }
    .sm\:top-400p {
        top: 400px;
    }
    .sm\:right-400p {
        right: 400px;
    }
    .sm\:bottom-400p {
        bottom: 400px;
    }
    .sm\:left-400p {
        left: 400px;
    }
    .sm\:top-407p {
        top: 407px;
    }
    .sm\:right-407p {
        right: 407px;
    }
    .sm\:bottom-407p {
        bottom: 407px;
    }
    .sm\:left-407p {
        left: 407px;
    }
    .sm\:top-411p {
        top: 411px;
    }
    .sm\:right-411p {
        right: 411px;
    }
    .sm\:bottom-411p {
        bottom: 411px;
    }
    .sm\:left-411p {
        left: 411px;
    }
    .sm\:top-418p {
        top: 418px;
    }
    .sm\:right-418p {
        right: 418px;
    }
    .sm\:bottom-418p {
        bottom: 418px;
    }
    .sm\:left-418p {
        left: 418px;
    }
    .sm\:top-430p {
        top: 430px;
    }
    .sm\:right-430p {
        right: 430px;
    }
    .sm\:bottom-430p {
        bottom: 430px;
    }
    .sm\:left-430p {
        left: 430px;
    }
    .sm\:top-450p {
        top: 450px;
    }
    .sm\:right-450p {
        right: 450px;
    }
    .sm\:bottom-450p {
        bottom: 450px;
    }
    .sm\:left-450p {
        left: 450px;
    }
    .sm\:top-468p {
        top: 468px;
    }
    .sm\:right-468p {
        right: 468px;
    }
    .sm\:bottom-468p {
        bottom: 468px;
    }
    .sm\:left-468p {
        left: 468px;
    }
    .sm\:top-485p {
        top: 485px;
    }
    .sm\:right-485p {
        right: 485px;
    }
    .sm\:bottom-485p {
        bottom: 485px;
    }
    .sm\:left-485p {
        left: 485px;
    }
    .sm\:top-491p {
        top: 491px;
    }
    .sm\:right-491p {
        right: 491px;
    }
    .sm\:bottom-491p {
        bottom: 491px;
    }
    .sm\:left-491p {
        left: 491px;
    }
    .sm\:top-494p {
        top: 494px;
    }
    .sm\:right-494p {
        right: 494px;
    }
    .sm\:bottom-494p {
        bottom: 494px;
    }
    .sm\:left-494p {
        left: 494px;
    }
    .sm\:top-470p {
        top: 470px;
    }
    .sm\:right-470p {
        right: 470px;
    }
    .sm\:bottom-470p {
        bottom: 470px;
    }
    .sm\:left-470p {
        left: 470px;
    }
    .sm\:top-480p {
        top: 480px;
    }
    .sm\:right-480p {
        right: 480px;
    }
    .sm\:bottom-480p {
        bottom: 480px;
    }
    .sm\:left-480p {
        left: 480px;
    }
    .sm\:top-532p {
        top: 532px;
    }
    .sm\:right-532p {
        right: 532px;
    }
    .sm\:bottom-532p {
        bottom: 532px;
    }
    .sm\:left-532p {
        left: 532px;
    }
    .sm\:top-556p {
        top: 556px;
    }
    .sm\:right-556p {
        right: 556px;
    }
    .sm\:bottom-556p {
        bottom: 556px;
    }
    .sm\:left-556p {
        left: 556px;
    }
    .sm\:top-505p {
        top: 505px;
    }
    .sm\:right-505p {
        right: 505px;
    }
    .sm\:bottom-505p {
        bottom: 505px;
    }
    .sm\:left-505p {
        left: 505px;
    }
    .sm\:top-1179p {
        top: 1179px;
    }
    .sm\:right-1179p {
        right: 1179px;
    }
    .sm\:bottom-1179p {
        bottom: 1179px;
    }
    .sm\:left-1179p {
        left: 1179px;
    }
    .sm\:top-1253p {
        top: 1253px;
    }
    .sm\:right-1253p {
        right: 1253px;
    }
    .sm\:bottom-1253p {
        bottom: 1253px;
    }
    .sm\:left-1253p {
        left: 1253px;
    }
    .sm\:top-1575p {
        top: 1575px;
    }
    .sm\:right-1575p {
        right: 1575px;
    }
    .sm\:bottom-1575p {
        bottom: 1575px;
    }
    .sm\:left-1575p {
        left: 1575px;
    }
    .sm\:top-600p {
        top: 600px;
    }
    .sm\:right-600p {
        right: 600px;
    }
    .sm\:bottom-600p {
        bottom: 600px;
    }
    .sm\:left-600p {
        left: 600px;
    }
    .sm\:top-649p {
        top: 649px;
    }
    .sm\:right-649p {
        right: 649px;
    }
    .sm\:bottom-649p {
        bottom: 649px;
    }
    .sm\:left-649p {
        left: 649px;
    }
    .sm\:top-690p {
        top: 690px;
    }
    .sm\:right-690p {
        right: 690px;
    }
    .sm\:bottom-690p {
        bottom: 690px;
    }
    .sm\:left-690p {
        left: 690px;
    }
    .sm\:top-19\% {
        top: 19%;
    }
    .sm\:right-19\% {
        right: 19%;
    }
    .sm\:bottom-19\% {
        bottom: 19%;
    }
    .sm\:left-19\% {
        left: 19%;
    }
    .sm\:top-23\% {
        top: 23%;
    }
    .sm\:right-23\% {
        right: 23%;
    }
    .sm\:bottom-23\% {
        bottom: 23%;
    }
    .sm\:left-23\% {
        left: 23%;
    }
    .sm\:top-24\% {
        top: 24%;
    }
    .sm\:right-24\% {
        right: 24%;
    }
    .sm\:bottom-24\% {
        bottom: 24%;
    }
    .sm\:left-24\% {
        left: 24%;
    }
    .sm\:top-36\% {
        top: 36%;
    }
    .sm\:right-36\% {
        right: 36%;
    }
    .sm\:bottom-36\% {
        bottom: 36%;
    }
    .sm\:left-36\% {
        left: 36%;
    }
    .sm\:top-27\% {
        top: 27%;
    }
    .sm\:right-27\% {
        right: 27%;
    }
    .sm\:bottom-27\% {
        bottom: 27%;
    }
    .sm\:left-27\% {
        left: 27%;
    }
    .sm\:top-28\% {
        top: 28%;
    }
    .sm\:right-28\% {
        right: 28%;
    }
    .sm\:bottom-28\% {
        bottom: 28%;
    }
    .sm\:left-28\% {
        left: 28%;
    }
    .sm\:top-42\% {
        top: 42%;
    }
    .sm\:right-42\% {
        right: 42%;
    }
    .sm\:bottom-42\% {
        bottom: 42%;
    }
    .sm\:left-42\% {
        left: 42%;
    }
    .sm\:top-46\% {
        top: 46%;
    }
    .sm\:right-46\% {
        right: 46%;
    }
    .sm\:bottom-46\% {
        bottom: 46%;
    }
    .sm\:left-46\% {
        left: 46%;
    }
    .sm\:top-49\% {
        top: 49%;
    }
    .sm\:right-49\% {
        right: 49%;
    }
    .sm\:bottom-49\% {
        bottom: 49%;
    }
    .sm\:left-49\% {
        left: 49%;
    }
    .sm\:top-54\% {
        top: 54%;
    }
    .sm\:right-54\% {
        right: 54%;
    }
    .sm\:bottom-54\% {
        bottom: 54%;
    }
    .sm\:left-54\% {
        left: 54%;
    }
    .sm\:top-58\% {
        top: 58%;
    }
    .sm\:right-58\% {
        right: 58%;
    }
    .sm\:bottom-58\% {
        bottom: 58%;
    }
    .sm\:left-58\% {
        left: 58%;
    }
    .sm\:top-72\% {
        top: 72%;
    }
    .sm\:right-72\% {
        right: 72%;
    }
    .sm\:bottom-72\% {
        bottom: 72%;
    }
    .sm\:left-72\% {
        left: 72%;
    }
    .sm\:top-76\% {
        top: 76%;
    }
    .sm\:right-76\% {
        right: 76%;
    }
    .sm\:bottom-76\% {
        bottom: 76%;
    }
    .sm\:left-76\% {
        left: 76%;
    }
    .sm\:top-77\% {
        top: 77%;
    }
    .sm\:right-77\% {
        right: 77%;
    }
    .sm\:bottom-77\% {
        bottom: 77%;
    }
    .sm\:left-77\% {
        left: 77%;
    }
    .sm\:top-340p {
        top: 340px;
    }
    .sm\:right-340p {
        right: 340px;
    }
    .sm\:bottom-340p {
        bottom: 340px;
    }
    .sm\:left-340p {
        left: 340px;
    }
    .sm\:top-700p {
        top: 700px;
    }
    .sm\:right-700p {
        right: 700px;
    }
    .sm\:bottom-700p {
        bottom: 700px;
    }
    .sm\:left-700p {
        left: 700px;
    }
    .sm\:top-848p {
        top: 848px;
    }
    .sm\:right-848p {
        right: 848px;
    }
    .sm\:bottom-848p {
        bottom: 848px;
    }
    .sm\:left-848p {
        left: 848px;
    }
    .sm\:top-850p {
        top: 850px;
    }
    .sm\:right-850p {
        right: 850px;
    }
    .sm\:bottom-850p {
        bottom: 850px;
    }
    .sm\:left-850p {
        left: 850px;
    }
    .sm\:top-860p {
        top: 860px;
    }
    .sm\:right-860p {
        right: 860px;
    }
    .sm\:bottom-860p {
        bottom: 860px;
    }
    .sm\:left-860p {
        left: 860px;
    }
    .sm\:top-1425p {
        top: 1425px;
    }
    .sm\:right-1425p {
        right: 1425px;
    }
    .sm\:bottom-1425p {
        bottom: 1425px;
    }
    .sm\:left-1425p {
        left: 1425px;
    }
    .sm\:-top-0 {
        top: 0;
    }
    .sm\:-right-0 {
        right: 0;
    }
    .sm\:-bottom-0 {
        bottom: 0;
    }
    .sm\:-left-0 {
        left: 0;
    }
    .sm\:-top-1 {
        top: -0.25rem;
    }
    .sm\:-right-1 {
        right: -0.25rem;
    }
    .sm\:-bottom-1 {
        bottom: -0.25rem;
    }
    .sm\:-left-1 {
        left: -0.25rem;
    }
    .sm\:-top-2 {
        top: -0.5rem;
    }
    .sm\:-right-2 {
        right: -0.5rem;
    }
    .sm\:-bottom-2 {
        bottom: -0.5rem;
    }
    .sm\:-left-2 {
        left: -0.5rem;
    }
    .sm\:-top-3 {
        top: -0.75rem;
    }
    .sm\:-right-3 {
        right: -0.75rem;
    }
    .sm\:-bottom-3 {
        bottom: -0.75rem;
    }
    .sm\:-left-3 {
        left: -0.75rem;
    }
    .sm\:-top-4 {
        top: -1rem;
    }
    .sm\:-right-4 {
        right: -1rem;
    }
    .sm\:-bottom-4 {
        bottom: -1rem;
    }
    .sm\:-left-4 {
        left: -1rem;
    }
    .sm\:-top-5 {
        top: -1.25rem;
    }
    .sm\:-right-5 {
        right: -1.25rem;
    }
    .sm\:-bottom-5 {
        bottom: -1.25rem;
    }
    .sm\:-left-5 {
        left: -1.25rem;
    }
    .sm\:-top-6 {
        top: -1.5rem;
    }
    .sm\:-right-6 {
        right: -1.5rem;
    }
    .sm\:-bottom-6 {
        bottom: -1.5rem;
    }
    .sm\:-left-6 {
        left: -1.5rem;
    }
    .sm\:-top-7 {
        top: -1.75rem;
    }
    .sm\:-right-7 {
        right: -1.75rem;
    }
    .sm\:-bottom-7 {
        bottom: -1.75rem;
    }
    .sm\:-left-7 {
        left: -1.75rem;
    }
    .sm\:-top-8 {
        top: -2rem;
    }
    .sm\:-right-8 {
        right: -2rem;
    }
    .sm\:-bottom-8 {
        bottom: -2rem;
    }
    .sm\:-left-8 {
        left: -2rem;
    }
    .sm\:-top-9 {
        top: -2.25rem;
    }
    .sm\:-right-9 {
        right: -2.25rem;
    }
    .sm\:-bottom-9 {
        bottom: -2.25rem;
    }
    .sm\:-left-9 {
        left: -2.25rem;
    }
    .sm\:-top-10 {
        top: -2.5rem;
    }
    .sm\:-right-10 {
        right: -2.5rem;
    }
    .sm\:-bottom-10 {
        bottom: -2.5rem;
    }
    .sm\:-left-10 {
        left: -2.5rem;
    }
    .sm\:-top-11 {
        top: -2.75rem;
    }
    .sm\:-right-11 {
        right: -2.75rem;
    }
    .sm\:-bottom-11 {
        bottom: -2.75rem;
    }
    .sm\:-left-11 {
        left: -2.75rem;
    }
    .sm\:-top-12 {
        top: -3rem;
    }
    .sm\:-right-12 {
        right: -3rem;
    }
    .sm\:-bottom-12 {
        bottom: -3rem;
    }
    .sm\:-left-12 {
        left: -3rem;
    }
    .sm\:-top-14 {
        top: -3.5rem;
    }
    .sm\:-right-14 {
        right: -3.5rem;
    }
    .sm\:-bottom-14 {
        bottom: -3.5rem;
    }
    .sm\:-left-14 {
        left: -3.5rem;
    }
    .sm\:-top-16 {
        top: -4rem;
    }
    .sm\:-right-16 {
        right: -4rem;
    }
    .sm\:-bottom-16 {
        bottom: -4rem;
    }
    .sm\:-left-16 {
        left: -4rem;
    }
    .sm\:-top-20 {
        top: -5rem;
    }
    .sm\:-right-20 {
        right: -5rem;
    }
    .sm\:-bottom-20 {
        bottom: -5rem;
    }
    .sm\:-left-20 {
        left: -5rem;
    }
    .sm\:-top-23 {
        top: -88px;
    }
    .sm\:-right-23 {
        right: -88px;
    }
    .sm\:-bottom-23 {
        bottom: -88px;
    }
    .sm\:-left-23 {
        left: -88px;
    }
    .sm\:-top-24 {
        top: -6rem;
    }
    .sm\:-right-24 {
        right: -6rem;
    }
    .sm\:-bottom-24 {
        bottom: -6rem;
    }
    .sm\:-left-24 {
        left: -6rem;
    }
    .sm\:-top-25 {
        top: -100px;
    }
    .sm\:-right-25 {
        right: -100px;
    }
    .sm\:-bottom-25 {
        bottom: -100px;
    }
    .sm\:-left-25 {
        left: -100px;
    }
    .sm\:-top-28 {
        top: -7rem;
    }
    .sm\:-right-28 {
        right: -7rem;
    }
    .sm\:-bottom-28 {
        bottom: -7rem;
    }
    .sm\:-left-28 {
        left: -7rem;
    }
    .sm\:-top-29 {
        top: -120px;
    }
    .sm\:-right-29 {
        right: -120px;
    }
    .sm\:-bottom-29 {
        bottom: -120px;
    }
    .sm\:-left-29 {
        left: -120px;
    }
    .sm\:-top-32 {
        top: -8rem;
    }
    .sm\:-right-32 {
        right: -8rem;
    }
    .sm\:-bottom-32 {
        bottom: -8rem;
    }
    .sm\:-left-32 {
        left: -8rem;
    }
    .sm\:-top-33 {
        top: -130px;
    }
    .sm\:-right-33 {
        right: -130px;
    }
    .sm\:-bottom-33 {
        bottom: -130px;
    }
    .sm\:-left-33 {
        left: -130px;
    }
    .sm\:-top-36 {
        top: -9rem;
    }
    .sm\:-right-36 {
        right: -9rem;
    }
    .sm\:-bottom-36 {
        bottom: -9rem;
    }
    .sm\:-left-36 {
        left: -9rem;
    }
    .sm\:-top-40 {
        top: -10rem;
    }
    .sm\:-right-40 {
        right: -10rem;
    }
    .sm\:-bottom-40 {
        bottom: -10rem;
    }
    .sm\:-left-40 {
        left: -10rem;
    }
    .sm\:-top-44 {
        top: -11rem;
    }
    .sm\:-right-44 {
        right: -11rem;
    }
    .sm\:-bottom-44 {
        bottom: -11rem;
    }
    .sm\:-left-44 {
        left: -11rem;
    }
    .sm\:-top-48 {
        top: -12rem;
    }
    .sm\:-right-48 {
        right: -12rem;
    }
    .sm\:-bottom-48 {
        bottom: -12rem;
    }
    .sm\:-left-48 {
        left: -12rem;
    }
    .sm\:-top-52 {
        top: -13rem;
    }
    .sm\:-right-52 {
        right: -13rem;
    }
    .sm\:-bottom-52 {
        bottom: -13rem;
    }
    .sm\:-left-52 {
        left: -13rem;
    }
    .sm\:-top-56 {
        top: -14rem;
    }
    .sm\:-right-56 {
        right: -14rem;
    }
    .sm\:-bottom-56 {
        bottom: -14rem;
    }
    .sm\:-left-56 {
        left: -14rem;
    }
    .sm\:-top-60 {
        top: -15rem;
    }
    .sm\:-right-60 {
        right: -15rem;
    }
    .sm\:-bottom-60 {
        bottom: -15rem;
    }
    .sm\:-left-60 {
        left: -15rem;
    }
    .sm\:-top-63 {
        top: -270px;
    }
    .sm\:-right-63 {
        right: -270px;
    }
    .sm\:-bottom-63 {
        bottom: -270px;
    }
    .sm\:-left-63 {
        left: -270px;
    }
    .sm\:-top-64 {
        top: -16rem;
    }
    .sm\:-right-64 {
        right: -16rem;
    }
    .sm\:-bottom-64 {
        bottom: -16rem;
    }
    .sm\:-left-64 {
        left: -16rem;
    }
    .sm\:-top-72 {
        top: -18rem;
    }
    .sm\:-right-72 {
        right: -18rem;
    }
    .sm\:-bottom-72 {
        bottom: -18rem;
    }
    .sm\:-left-72 {
        left: -18rem;
    }
    .sm\:-top-80 {
        top: -20rem;
    }
    .sm\:-right-80 {
        right: -20rem;
    }
    .sm\:-bottom-80 {
        bottom: -20rem;
    }
    .sm\:-left-80 {
        left: -20rem;
    }
    .sm\:-top-92 {
        top: -475px;
    }
    .sm\:-right-92 {
        right: -475px;
    }
    .sm\:-bottom-92 {
        bottom: -475px;
    }
    .sm\:-left-92 {
        left: -475px;
    }
    .sm\:-top-96 {
        top: -24rem;
    }
    .sm\:-right-96 {
        right: -24rem;
    }
    .sm\:-bottom-96 {
        bottom: -24rem;
    }
    .sm\:-left-96 {
        left: -24rem;
    }
    .sm\:-top-128 {
        top: -32rem;
    }
    .sm\:-right-128 {
        right: -32rem;
    }
    .sm\:-bottom-128 {
        bottom: -32rem;
    }
    .sm\:-left-128 {
        left: -32rem;
    }
    .sm\:-top-px {
        top: -1px;
    }
    .sm\:-right-px {
        right: -1px;
    }
    .sm\:-bottom-px {
        bottom: -1px;
    }
    .sm\:-left-px {
        left: -1px;
    }
    .sm\:-top-0\.5 {
        top: -0.125rem;
    }
    .sm\:-right-0\.5 {
        right: -0.125rem;
    }
    .sm\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .sm\:-left-0\.5 {
        left: -0.125rem;
    }
    .sm\:-top-1\.5 {
        top: -0.375rem;
    }
    .sm\:-right-1\.5 {
        right: -0.375rem;
    }
    .sm\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .sm\:-left-1\.5 {
        left: -0.375rem;
    }
    .sm\:-top-2\.5 {
        top: -0.625rem;
    }
    .sm\:-right-2\.5 {
        right: -0.625rem;
    }
    .sm\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .sm\:-left-2\.5 {
        left: -0.625rem;
    }
    .sm\:-top-3\.5 {
        top: -0.875rem;
    }
    .sm\:-right-3\.5 {
        right: -0.875rem;
    }
    .sm\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .sm\:-left-3\.5 {
        left: -0.875rem;
    }
    .sm\:-top-105p {
        top: -105px;
    }
    .sm\:-right-105p {
        right: -105px;
    }
    .sm\:-bottom-105p {
        bottom: -105px;
    }
    .sm\:-left-105p {
        left: -105px;
    }
    .sm\:-top-50p {
        top: -50px;
    }
    .sm\:-right-50p {
        right: -50px;
    }
    .sm\:-bottom-50p {
        bottom: -50px;
    }
    .sm\:-left-50p {
        left: -50px;
    }
    .sm\:-top-54p {
        top: -54px;
    }
    .sm\:-right-54p {
        right: -54px;
    }
    .sm\:-bottom-54p {
        bottom: -54px;
    }
    .sm\:-left-54p {
        left: -54px;
    }
    .sm\:-top-1p {
        top: -1px;
    }
    .sm\:-right-1p {
        right: -1px;
    }
    .sm\:-bottom-1p {
        bottom: -1px;
    }
    .sm\:-left-1p {
        left: -1px;
    }
    .sm\:-top-2p {
        top: -2px;
    }
    .sm\:-right-2p {
        right: -2px;
    }
    .sm\:-bottom-2p {
        bottom: -2px;
    }
    .sm\:-left-2p {
        left: -2px;
    }
    .sm\:-top-3p {
        top: -3px;
    }
    .sm\:-right-3p {
        right: -3px;
    }
    .sm\:-bottom-3p {
        bottom: -3px;
    }
    .sm\:-left-3p {
        left: -3px;
    }
    .sm\:-top-5p {
        top: -5px;
    }
    .sm\:-right-5p {
        right: -5px;
    }
    .sm\:-bottom-5p {
        bottom: -5px;
    }
    .sm\:-left-5p {
        left: -5px;
    }
    .sm\:-top-7p {
        top: -7px;
    }
    .sm\:-right-7p {
        right: -7px;
    }
    .sm\:-bottom-7p {
        bottom: -7px;
    }
    .sm\:-left-7p {
        left: -7px;
    }
    .sm\:-top-9p {
        top: -9px;
    }
    .sm\:-right-9p {
        right: -9px;
    }
    .sm\:-bottom-9p {
        bottom: -9px;
    }
    .sm\:-left-9p {
        left: -9px;
    }
    .sm\:-top-10p {
        top: -10px;
    }
    .sm\:-right-10p {
        right: -10px;
    }
    .sm\:-bottom-10p {
        bottom: -10px;
    }
    .sm\:-left-10p {
        left: -10px;
    }
    .sm\:-top-11p {
        top: -11px;
    }
    .sm\:-right-11p {
        right: -11px;
    }
    .sm\:-bottom-11p {
        bottom: -11px;
    }
    .sm\:-left-11p {
        left: -11px;
    }
    .sm\:-top-13p {
        top: -13px;
    }
    .sm\:-right-13p {
        right: -13px;
    }
    .sm\:-bottom-13p {
        bottom: -13px;
    }
    .sm\:-left-13p {
        left: -13px;
    }
    .sm\:-top-15p {
        top: -15px;
    }
    .sm\:-right-15p {
        right: -15px;
    }
    .sm\:-bottom-15p {
        bottom: -15px;
    }
    .sm\:-left-15p {
        left: -15px;
    }
    .sm\:-top-18p {
        top: -18px;
    }
    .sm\:-right-18p {
        right: -18px;
    }
    .sm\:-bottom-18p {
        bottom: -18px;
    }
    .sm\:-left-18p {
        left: -18px;
    }
    .sm\:-top-19p {
        top: -19px;
    }
    .sm\:-right-19p {
        right: -19px;
    }
    .sm\:-bottom-19p {
        bottom: -19px;
    }
    .sm\:-left-19p {
        left: -19px;
    }
    .sm\:-top-21p {
        top: -21px;
    }
    .sm\:-right-21p {
        right: -21px;
    }
    .sm\:-bottom-21p {
        bottom: -21px;
    }
    .sm\:-left-21p {
        left: -21px;
    }
    .sm\:-top-22p {
        top: -22px;
    }
    .sm\:-right-22p {
        right: -22px;
    }
    .sm\:-bottom-22p {
        bottom: -22px;
    }
    .sm\:-left-22p {
        left: -22px;
    }
    .sm\:-top-23p {
        top: -23px;
    }
    .sm\:-right-23p {
        right: -23px;
    }
    .sm\:-bottom-23p {
        bottom: -23px;
    }
    .sm\:-left-23p {
        left: -23px;
    }
    .sm\:-top-25p {
        top: -25px;
    }
    .sm\:-right-25p {
        right: -25px;
    }
    .sm\:-bottom-25p {
        bottom: -25px;
    }
    .sm\:-left-25p {
        left: -25px;
    }
    .sm\:-top-26p {
        top: -26px;
    }
    .sm\:-right-26p {
        right: -26px;
    }
    .sm\:-bottom-26p {
        bottom: -26px;
    }
    .sm\:-left-26p {
        left: -26px;
    }
    .sm\:-top-29p {
        top: -29px;
    }
    .sm\:-right-29p {
        right: -29px;
    }
    .sm\:-bottom-29p {
        bottom: -29px;
    }
    .sm\:-left-29p {
        left: -29px;
    }
    .sm\:-top-30p {
        top: -30px;
    }
    .sm\:-right-30p {
        right: -30px;
    }
    .sm\:-bottom-30p {
        bottom: -30px;
    }
    .sm\:-left-30p {
        left: -30px;
    }
    .sm\:-top-31p {
        top: -31px;
    }
    .sm\:-right-31p {
        right: -31px;
    }
    .sm\:-bottom-31p {
        bottom: -31px;
    }
    .sm\:-left-31p {
        left: -31px;
    }
    .sm\:-top-35p {
        top: -35px;
    }
    .sm\:-right-35p {
        right: -35px;
    }
    .sm\:-bottom-35p {
        bottom: -35px;
    }
    .sm\:-left-35p {
        left: -35px;
    }
    .sm\:-top-52p {
        top: -52px;
    }
    .sm\:-right-52p {
        right: -52px;
    }
    .sm\:-bottom-52p {
        bottom: -52px;
    }
    .sm\:-left-52p {
        left: -52px;
    }
    .sm\:-top-53p {
        top: -53px;
    }
    .sm\:-right-53p {
        right: -53px;
    }
    .sm\:-bottom-53p {
        bottom: -53px;
    }
    .sm\:-left-53p {
        left: -53px;
    }
    .sm\:-top-55p {
        top: -55px;
    }
    .sm\:-right-55p {
        right: -55px;
    }
    .sm\:-bottom-55p {
        bottom: -55px;
    }
    .sm\:-left-55p {
        left: -55px;
    }
    .sm\:-top-59p {
        top: -59px;
    }
    .sm\:-right-59p {
        right: -59px;
    }
    .sm\:-bottom-59p {
        bottom: -59px;
    }
    .sm\:-left-59p {
        left: -59px;
    }
    .sm\:-top-27p {
        top: -27px;
    }
    .sm\:-right-27p {
        right: -27px;
    }
    .sm\:-bottom-27p {
        bottom: -27px;
    }
    .sm\:-left-27p {
        left: -27px;
    }
    .sm\:-top-33\.5p {
        top: -33.5px;
    }
    .sm\:-right-33\.5p {
        right: -33.5px;
    }
    .sm\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .sm\:-left-33\.5p {
        left: -33.5px;
    }
    .sm\:-top-38p {
        top: -38px;
    }
    .sm\:-right-38p {
        right: -38px;
    }
    .sm\:-bottom-38p {
        bottom: -38px;
    }
    .sm\:-left-38p {
        left: -38px;
    }
    .sm\:-top-40p {
        top: -40px;
    }
    .sm\:-right-40p {
        right: -40px;
    }
    .sm\:-bottom-40p {
        bottom: -40px;
    }
    .sm\:-left-40p {
        left: -40px;
    }
    .sm\:-top-46p {
        top: -46px;
    }
    .sm\:-right-46p {
        right: -46px;
    }
    .sm\:-bottom-46p {
        bottom: -46px;
    }
    .sm\:-left-46p {
        left: -46px;
    }
    .sm\:-top-47p {
        top: -47px;
    }
    .sm\:-right-47p {
        right: -47px;
    }
    .sm\:-bottom-47p {
        bottom: -47px;
    }
    .sm\:-left-47p {
        left: -47px;
    }
    .sm\:-top-49p {
        top: -49px;
    }
    .sm\:-right-49p {
        right: -49px;
    }
    .sm\:-bottom-49p {
        bottom: -49px;
    }
    .sm\:-left-49p {
        left: -49px;
    }
    .sm\:-top-58p {
        top: -58px;
    }
    .sm\:-right-58p {
        right: -58px;
    }
    .sm\:-bottom-58p {
        bottom: -58px;
    }
    .sm\:-left-58p {
        left: -58px;
    }
    .sm\:-top-75p {
        top: -75px;
    }
    .sm\:-right-75p {
        right: -75px;
    }
    .sm\:-bottom-75p {
        bottom: -75px;
    }
    .sm\:-left-75p {
        left: -75px;
    }
    .sm\:-top-77p {
        top: -77px;
    }
    .sm\:-right-77p {
        right: -77px;
    }
    .sm\:-bottom-77p {
        bottom: -77px;
    }
    .sm\:-left-77p {
        left: -77px;
    }
    .sm\:-top-60p {
        top: -60px;
    }
    .sm\:-right-60p {
        right: -60px;
    }
    .sm\:-bottom-60p {
        bottom: -60px;
    }
    .sm\:-left-60p {
        left: -60px;
    }
    .sm\:-top-65p {
        top: -65px;
    }
    .sm\:-right-65p {
        right: -65px;
    }
    .sm\:-bottom-65p {
        bottom: -65px;
    }
    .sm\:-left-65p {
        left: -65px;
    }
    .sm\:-top-66p {
        top: -66px;
    }
    .sm\:-right-66p {
        right: -66px;
    }
    .sm\:-bottom-66p {
        bottom: -66px;
    }
    .sm\:-left-66p {
        left: -66px;
    }
    .sm\:-top-68p {
        top: -68px;
    }
    .sm\:-right-68p {
        right: -68px;
    }
    .sm\:-bottom-68p {
        bottom: -68px;
    }
    .sm\:-left-68p {
        left: -68px;
    }
    .sm\:-top-70p {
        top: -70px;
    }
    .sm\:-right-70p {
        right: -70px;
    }
    .sm\:-bottom-70p {
        bottom: -70px;
    }
    .sm\:-left-70p {
        left: -70px;
    }
    .sm\:-top-72p {
        top: -72px;
    }
    .sm\:-right-72p {
        right: -72px;
    }
    .sm\:-bottom-72p {
        bottom: -72px;
    }
    .sm\:-left-72p {
        left: -72px;
    }
    .sm\:-top-74p {
        top: -74px;
    }
    .sm\:-right-74p {
        right: -74px;
    }
    .sm\:-bottom-74p {
        bottom: -74px;
    }
    .sm\:-left-74p {
        left: -74px;
    }
    .sm\:-top-78p {
        top: -78px;
    }
    .sm\:-right-78p {
        right: -78px;
    }
    .sm\:-bottom-78p {
        bottom: -78px;
    }
    .sm\:-left-78p {
        left: -78px;
    }
    .sm\:-top-80p {
        top: -80px;
    }
    .sm\:-right-80p {
        right: -80px;
    }
    .sm\:-bottom-80p {
        bottom: -80px;
    }
    .sm\:-left-80p {
        left: -80px;
    }
    .sm\:-top-82p {
        top: -82px;
    }
    .sm\:-right-82p {
        right: -82px;
    }
    .sm\:-bottom-82p {
        bottom: -82px;
    }
    .sm\:-left-82p {
        left: -82px;
    }
    .sm\:-top-84p {
        top: -84px;
    }
    .sm\:-right-84p {
        right: -84px;
    }
    .sm\:-bottom-84p {
        bottom: -84px;
    }
    .sm\:-left-84p {
        left: -84px;
    }
    .sm\:-top-89p {
        top: -89px;
    }
    .sm\:-right-89p {
        right: -89px;
    }
    .sm\:-bottom-89p {
        bottom: -89px;
    }
    .sm\:-left-89p {
        left: -89px;
    }
    .sm\:-top-93p {
        top: -93px;
    }
    .sm\:-right-93p {
        right: -93px;
    }
    .sm\:-bottom-93p {
        bottom: -93px;
    }
    .sm\:-left-93p {
        left: -93px;
    }
    .sm\:-top-90p {
        top: -90px;
    }
    .sm\:-right-90p {
        right: -90px;
    }
    .sm\:-bottom-90p {
        bottom: -90px;
    }
    .sm\:-left-90p {
        left: -90px;
    }
    .sm\:-top-97p {
        top: -97px;
    }
    .sm\:-right-97p {
        right: -97px;
    }
    .sm\:-bottom-97p {
        bottom: -97px;
    }
    .sm\:-left-97p {
        left: -97px;
    }
    .sm\:-top-103p {
        top: -103px;
    }
    .sm\:-right-103p {
        right: -103px;
    }
    .sm\:-bottom-103p {
        bottom: -103px;
    }
    .sm\:-left-103p {
        left: -103px;
    }
    .sm\:-top-116p {
        top: -116px;
    }
    .sm\:-right-116p {
        right: -116px;
    }
    .sm\:-bottom-116p {
        bottom: -116px;
    }
    .sm\:-left-116p {
        left: -116px;
    }
    .sm\:-top-120p {
        top: -120px;
    }
    .sm\:-right-120p {
        right: -120px;
    }
    .sm\:-bottom-120p {
        bottom: -120px;
    }
    .sm\:-left-120p {
        left: -120px;
    }
    .sm\:-top-125p {
        top: -125px;
    }
    .sm\:-right-125p {
        right: -125px;
    }
    .sm\:-bottom-125p {
        bottom: -125px;
    }
    .sm\:-left-125p {
        left: -125px;
    }
    .sm\:-top-130p {
        top: -130px;
    }
    .sm\:-right-130p {
        right: -130px;
    }
    .sm\:-bottom-130p {
        bottom: -130px;
    }
    .sm\:-left-130p {
        left: -130px;
    }
    .sm\:-top-135p {
        top: -135px;
    }
    .sm\:-right-135p {
        right: -135px;
    }
    .sm\:-bottom-135p {
        bottom: -135px;
    }
    .sm\:-left-135p {
        left: -135px;
    }
    .sm\:-top-132p {
        top: -132px;
    }
    .sm\:-right-132p {
        right: -132px;
    }
    .sm\:-bottom-132p {
        bottom: -132px;
    }
    .sm\:-left-132p {
        left: -132px;
    }
    .sm\:-top-150p {
        top: -150px;
    }
    .sm\:-right-150p {
        right: -150px;
    }
    .sm\:-bottom-150p {
        bottom: -150px;
    }
    .sm\:-left-150p {
        left: -150px;
    }
    .sm\:-top-216p {
        top: -216px;
    }
    .sm\:-right-216p {
        right: -216px;
    }
    .sm\:-bottom-216p {
        bottom: -216px;
    }
    .sm\:-left-216p {
        left: -216px;
    }
    .sm\:-top-225p {
        top: -225px;
    }
    .sm\:-right-225p {
        right: -225px;
    }
    .sm\:-bottom-225p {
        bottom: -225px;
    }
    .sm\:-left-225p {
        left: -225px;
    }
    .sm\:-top-296p {
        top: -296px;
    }
    .sm\:-right-296p {
        right: -296px;
    }
    .sm\:-bottom-296p {
        bottom: -296px;
    }
    .sm\:-left-296p {
        left: -296px;
    }
    .sm\:-top-270p {
        top: -270px;
    }
    .sm\:-right-270p {
        right: -270px;
    }
    .sm\:-bottom-270p {
        bottom: -270px;
    }
    .sm\:-left-270p {
        left: -270px;
    }
    .sm\:-top-137p {
        top: -137px;
    }
    .sm\:-right-137p {
        right: -137px;
    }
    .sm\:-bottom-137p {
        bottom: -137px;
    }
    .sm\:-left-137p {
        left: -137px;
    }
    .sm\:-top-141p {
        top: -141px;
    }
    .sm\:-right-141p {
        right: -141px;
    }
    .sm\:-bottom-141p {
        bottom: -141px;
    }
    .sm\:-left-141p {
        left: -141px;
    }
    .sm\:-top-146p {
        top: -146px;
    }
    .sm\:-right-146p {
        right: -146px;
    }
    .sm\:-bottom-146p {
        bottom: -146px;
    }
    .sm\:-left-146p {
        left: -146px;
    }
    .sm\:-top-152p {
        top: -152px;
    }
    .sm\:-right-152p {
        right: -152px;
    }
    .sm\:-bottom-152p {
        bottom: -152px;
    }
    .sm\:-left-152p {
        left: -152px;
    }
    .sm\:-top-155p {
        top: -155px;
    }
    .sm\:-right-155p {
        right: -155px;
    }
    .sm\:-bottom-155p {
        bottom: -155px;
    }
    .sm\:-left-155p {
        left: -155px;
    }
    .sm\:-top-163p {
        top: -163px;
    }
    .sm\:-right-163p {
        right: -163px;
    }
    .sm\:-bottom-163p {
        bottom: -163px;
    }
    .sm\:-left-163p {
        left: -163px;
    }
    .sm\:-top-168p {
        top: -168px;
    }
    .sm\:-right-168p {
        right: -168px;
    }
    .sm\:-bottom-168p {
        bottom: -168px;
    }
    .sm\:-left-168p {
        left: -168px;
    }
    .sm\:-top-173p {
        top: -173px;
    }
    .sm\:-right-173p {
        right: -173px;
    }
    .sm\:-bottom-173p {
        bottom: -173px;
    }
    .sm\:-left-173p {
        left: -173px;
    }
    .sm\:-top-210p {
        top: -210px;
    }
    .sm\:-right-210p {
        right: -210px;
    }
    .sm\:-bottom-210p {
        bottom: -210px;
    }
    .sm\:-left-210p {
        left: -210px;
    }
    .sm\:-top-245p {
        top: -245px;
    }
    .sm\:-right-245p {
        right: -245px;
    }
    .sm\:-bottom-245p {
        bottom: -245px;
    }
    .sm\:-left-245p {
        left: -245px;
    }
    .sm\:-top-250p {
        top: -250px;
    }
    .sm\:-right-250p {
        right: -250px;
    }
    .sm\:-bottom-250p {
        bottom: -250px;
    }
    .sm\:-left-250p {
        left: -250px;
    }
    .sm\:-top-260p {
        top: -260px;
    }
    .sm\:-right-260p {
        right: -260px;
    }
    .sm\:-bottom-260p {
        bottom: -260px;
    }
    .sm\:-left-260p {
        left: -260px;
    }
    .sm\:-top-263p {
        top: -263px;
    }
    .sm\:-right-263p {
        right: -263px;
    }
    .sm\:-bottom-263p {
        bottom: -263px;
    }
    .sm\:-left-263p {
        left: -263px;
    }
    .sm\:-top-266p {
        top: -266px;
    }
    .sm\:-right-266p {
        right: -266px;
    }
    .sm\:-bottom-266p {
        bottom: -266px;
    }
    .sm\:-left-266p {
        left: -266px;
    }
    .sm\:-top-275p {
        top: -275px;
    }
    .sm\:-right-275p {
        right: -275px;
    }
    .sm\:-bottom-275p {
        bottom: -275px;
    }
    .sm\:-left-275p {
        left: -275px;
    }
    .sm\:-top-300p {
        top: -300px;
    }
    .sm\:-right-300p {
        right: -300px;
    }
    .sm\:-bottom-300p {
        bottom: -300px;
    }
    .sm\:-left-300p {
        left: -300px;
    }
    .sm\:-top-312p {
        top: -312px;
    }
    .sm\:-right-312p {
        right: -312px;
    }
    .sm\:-bottom-312p {
        bottom: -312px;
    }
    .sm\:-left-312p {
        left: -312px;
    }
    .sm\:-top-318p {
        top: -318px;
    }
    .sm\:-right-318p {
        right: -318px;
    }
    .sm\:-bottom-318p {
        bottom: -318px;
    }
    .sm\:-left-318p {
        left: -318px;
    }
    .sm\:-top-322p {
        top: -322px;
    }
    .sm\:-right-322p {
        right: -322px;
    }
    .sm\:-bottom-322p {
        bottom: -322px;
    }
    .sm\:-left-322p {
        left: -322px;
    }
    .sm\:-top-337p {
        top: -337px;
    }
    .sm\:-right-337p {
        right: -337px;
    }
    .sm\:-bottom-337p {
        bottom: -337px;
    }
    .sm\:-left-337p {
        left: -337px;
    }
    .sm\:-top-345p {
        top: -345px;
    }
    .sm\:-right-345p {
        right: -345px;
    }
    .sm\:-bottom-345p {
        bottom: -345px;
    }
    .sm\:-left-345p {
        left: -345px;
    }
    .sm\:-top-344p {
        top: -344px;
    }
    .sm\:-right-344p {
        right: -344px;
    }
    .sm\:-bottom-344p {
        bottom: -344px;
    }
    .sm\:-left-344p {
        left: -344px;
    }
    .sm\:-top-354p {
        top: -354px;
    }
    .sm\:-right-354p {
        right: -354px;
    }
    .sm\:-bottom-354p {
        bottom: -354px;
    }
    .sm\:-left-354p {
        left: -354px;
    }
    .sm\:-top-364p {
        top: -364px;
    }
    .sm\:-right-364p {
        right: -364px;
    }
    .sm\:-bottom-364p {
        bottom: -364px;
    }
    .sm\:-left-364p {
        left: -364px;
    }
    .sm\:-top-370p {
        top: -370px;
    }
    .sm\:-right-370p {
        right: -370px;
    }
    .sm\:-bottom-370p {
        bottom: -370px;
    }
    .sm\:-left-370p {
        left: -370px;
    }
    .sm\:-top-382p {
        top: -382px;
    }
    .sm\:-right-382p {
        right: -382px;
    }
    .sm\:-bottom-382p {
        bottom: -382px;
    }
    .sm\:-left-382p {
        left: -382px;
    }
    .sm\:-top-385p {
        top: -385px;
    }
    .sm\:-right-385p {
        right: -385px;
    }
    .sm\:-bottom-385p {
        bottom: -385px;
    }
    .sm\:-left-385p {
        left: -385px;
    }
    .sm\:-top-400p {
        top: -400px;
    }
    .sm\:-right-400p {
        right: -400px;
    }
    .sm\:-bottom-400p {
        bottom: -400px;
    }
    .sm\:-left-400p {
        left: -400px;
    }
    .sm\:-top-407p {
        top: -407px;
    }
    .sm\:-right-407p {
        right: -407px;
    }
    .sm\:-bottom-407p {
        bottom: -407px;
    }
    .sm\:-left-407p {
        left: -407px;
    }
    .sm\:-top-411p {
        top: -411px;
    }
    .sm\:-right-411p {
        right: -411px;
    }
    .sm\:-bottom-411p {
        bottom: -411px;
    }
    .sm\:-left-411p {
        left: -411px;
    }
    .sm\:-top-418p {
        top: -418px;
    }
    .sm\:-right-418p {
        right: -418px;
    }
    .sm\:-bottom-418p {
        bottom: -418px;
    }
    .sm\:-left-418p {
        left: -418px;
    }
    .sm\:-top-430p {
        top: -430px;
    }
    .sm\:-right-430p {
        right: -430px;
    }
    .sm\:-bottom-430p {
        bottom: -430px;
    }
    .sm\:-left-430p {
        left: -430px;
    }
    .sm\:-top-450p {
        top: -450px;
    }
    .sm\:-right-450p {
        right: -450px;
    }
    .sm\:-bottom-450p {
        bottom: -450px;
    }
    .sm\:-left-450p {
        left: -450px;
    }
    .sm\:-top-468p {
        top: -468px;
    }
    .sm\:-right-468p {
        right: -468px;
    }
    .sm\:-bottom-468p {
        bottom: -468px;
    }
    .sm\:-left-468p {
        left: -468px;
    }
    .sm\:-top-485p {
        top: -485px;
    }
    .sm\:-right-485p {
        right: -485px;
    }
    .sm\:-bottom-485p {
        bottom: -485px;
    }
    .sm\:-left-485p {
        left: -485px;
    }
    .sm\:-top-491p {
        top: -491px;
    }
    .sm\:-right-491p {
        right: -491px;
    }
    .sm\:-bottom-491p {
        bottom: -491px;
    }
    .sm\:-left-491p {
        left: -491px;
    }
    .sm\:-top-494p {
        top: -494px;
    }
    .sm\:-right-494p {
        right: -494px;
    }
    .sm\:-bottom-494p {
        bottom: -494px;
    }
    .sm\:-left-494p {
        left: -494px;
    }
    .sm\:-top-470p {
        top: -470px;
    }
    .sm\:-right-470p {
        right: -470px;
    }
    .sm\:-bottom-470p {
        bottom: -470px;
    }
    .sm\:-left-470p {
        left: -470px;
    }
    .sm\:-top-480p {
        top: -480px;
    }
    .sm\:-right-480p {
        right: -480px;
    }
    .sm\:-bottom-480p {
        bottom: -480px;
    }
    .sm\:-left-480p {
        left: -480px;
    }
    .sm\:-top-532p {
        top: -532px;
    }
    .sm\:-right-532p {
        right: -532px;
    }
    .sm\:-bottom-532p {
        bottom: -532px;
    }
    .sm\:-left-532p {
        left: -532px;
    }
    .sm\:-top-556p {
        top: -556px;
    }
    .sm\:-right-556p {
        right: -556px;
    }
    .sm\:-bottom-556p {
        bottom: -556px;
    }
    .sm\:-left-556p {
        left: -556px;
    }
    .sm\:-top-505p {
        top: -505px;
    }
    .sm\:-right-505p {
        right: -505px;
    }
    .sm\:-bottom-505p {
        bottom: -505px;
    }
    .sm\:-left-505p {
        left: -505px;
    }
    .sm\:-top-1179p {
        top: -1179px;
    }
    .sm\:-right-1179p {
        right: -1179px;
    }
    .sm\:-bottom-1179p {
        bottom: -1179px;
    }
    .sm\:-left-1179p {
        left: -1179px;
    }
    .sm\:-top-1253p {
        top: -1253px;
    }
    .sm\:-right-1253p {
        right: -1253px;
    }
    .sm\:-bottom-1253p {
        bottom: -1253px;
    }
    .sm\:-left-1253p {
        left: -1253px;
    }
    .sm\:-top-1575p {
        top: -1575px;
    }
    .sm\:-right-1575p {
        right: -1575px;
    }
    .sm\:-bottom-1575p {
        bottom: -1575px;
    }
    .sm\:-left-1575p {
        left: -1575px;
    }
    .sm\:-top-600p {
        top: -600px;
    }
    .sm\:-right-600p {
        right: -600px;
    }
    .sm\:-bottom-600p {
        bottom: -600px;
    }
    .sm\:-left-600p {
        left: -600px;
    }
    .sm\:-top-649p {
        top: -649px;
    }
    .sm\:-right-649p {
        right: -649px;
    }
    .sm\:-bottom-649p {
        bottom: -649px;
    }
    .sm\:-left-649p {
        left: -649px;
    }
    .sm\:-top-690p {
        top: -690px;
    }
    .sm\:-right-690p {
        right: -690px;
    }
    .sm\:-bottom-690p {
        bottom: -690px;
    }
    .sm\:-left-690p {
        left: -690px;
    }
    .sm\:-top-19\% {
        top: -19%;
    }
    .sm\:-right-19\% {
        right: -19%;
    }
    .sm\:-bottom-19\% {
        bottom: -19%;
    }
    .sm\:-left-19\% {
        left: -19%;
    }
    .sm\:-top-23\% {
        top: -23%;
    }
    .sm\:-right-23\% {
        right: -23%;
    }
    .sm\:-bottom-23\% {
        bottom: -23%;
    }
    .sm\:-left-23\% {
        left: -23%;
    }
    .sm\:-top-24\% {
        top: -24%;
    }
    .sm\:-right-24\% {
        right: -24%;
    }
    .sm\:-bottom-24\% {
        bottom: -24%;
    }
    .sm\:-left-24\% {
        left: -24%;
    }
    .sm\:-top-36\% {
        top: -36%;
    }
    .sm\:-right-36\% {
        right: -36%;
    }
    .sm\:-bottom-36\% {
        bottom: -36%;
    }
    .sm\:-left-36\% {
        left: -36%;
    }
    .sm\:-top-27\% {
        top: -27%;
    }
    .sm\:-right-27\% {
        right: -27%;
    }
    .sm\:-bottom-27\% {
        bottom: -27%;
    }
    .sm\:-left-27\% {
        left: -27%;
    }
    .sm\:-top-28\% {
        top: -28%;
    }
    .sm\:-right-28\% {
        right: -28%;
    }
    .sm\:-bottom-28\% {
        bottom: -28%;
    }
    .sm\:-left-28\% {
        left: -28%;
    }
    .sm\:-top-42\% {
        top: -42%;
    }
    .sm\:-right-42\% {
        right: -42%;
    }
    .sm\:-bottom-42\% {
        bottom: -42%;
    }
    .sm\:-left-42\% {
        left: -42%;
    }
    .sm\:-top-46\% {
        top: -46%;
    }
    .sm\:-right-46\% {
        right: -46%;
    }
    .sm\:-bottom-46\% {
        bottom: -46%;
    }
    .sm\:-left-46\% {
        left: -46%;
    }
    .sm\:-top-49\% {
        top: -49%;
    }
    .sm\:-right-49\% {
        right: -49%;
    }
    .sm\:-bottom-49\% {
        bottom: -49%;
    }
    .sm\:-left-49\% {
        left: -49%;
    }
    .sm\:-top-54\% {
        top: -54%;
    }
    .sm\:-right-54\% {
        right: -54%;
    }
    .sm\:-bottom-54\% {
        bottom: -54%;
    }
    .sm\:-left-54\% {
        left: -54%;
    }
    .sm\:-top-58\% {
        top: -58%;
    }
    .sm\:-right-58\% {
        right: -58%;
    }
    .sm\:-bottom-58\% {
        bottom: -58%;
    }
    .sm\:-left-58\% {
        left: -58%;
    }
    .sm\:-top-72\% {
        top: -72%;
    }
    .sm\:-right-72\% {
        right: -72%;
    }
    .sm\:-bottom-72\% {
        bottom: -72%;
    }
    .sm\:-left-72\% {
        left: -72%;
    }
    .sm\:-top-76\% {
        top: -76%;
    }
    .sm\:-right-76\% {
        right: -76%;
    }
    .sm\:-bottom-76\% {
        bottom: -76%;
    }
    .sm\:-left-76\% {
        left: -76%;
    }
    .sm\:-top-77\% {
        top: -77%;
    }
    .sm\:-right-77\% {
        right: -77%;
    }
    .sm\:-bottom-77\% {
        bottom: -77%;
    }
    .sm\:-left-77\% {
        left: -77%;
    }
    .sm\:-top-340p {
        top: -340px;
    }
    .sm\:-right-340p {
        right: -340px;
    }
    .sm\:-bottom-340p {
        bottom: -340px;
    }
    .sm\:-left-340p {
        left: -340px;
    }
    .sm\:-top-700p {
        top: -700px;
    }
    .sm\:-right-700p {
        right: -700px;
    }
    .sm\:-bottom-700p {
        bottom: -700px;
    }
    .sm\:-left-700p {
        left: -700px;
    }
    .sm\:-top-848p {
        top: -848px;
    }
    .sm\:-right-848p {
        right: -848px;
    }
    .sm\:-bottom-848p {
        bottom: -848px;
    }
    .sm\:-left-848p {
        left: -848px;
    }
    .sm\:-top-850p {
        top: -850px;
    }
    .sm\:-right-850p {
        right: -850px;
    }
    .sm\:-bottom-850p {
        bottom: -850px;
    }
    .sm\:-left-850p {
        left: -850px;
    }
    .sm\:-top-860p {
        top: -860px;
    }
    .sm\:-right-860p {
        right: -860px;
    }
    .sm\:-bottom-860p {
        bottom: -860px;
    }
    .sm\:-left-860p {
        left: -860px;
    }
    .sm\:-top-1425p {
        top: -1425px;
    }
    .sm\:-right-1425p {
        right: -1425px;
    }
    .sm\:-bottom-1425p {
        bottom: -1425px;
    }
    .sm\:-left-1425p {
        left: -1425px;
    }
    .sm\:top-1\/2 {
        top: 50%;
    }
    .sm\:right-1\/2 {
        right: 50%;
    }
    .sm\:bottom-1\/2 {
        bottom: 50%;
    }
    .sm\:left-1\/2 {
        left: 50%;
    }
    .sm\:top-1\/3 {
        top: 33.333333%;
    }
    .sm\:right-1\/3 {
        right: 33.333333%;
    }
    .sm\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .sm\:left-1\/3 {
        left: 33.333333%;
    }
    .sm\:top-2\/3 {
        top: 66.666667%;
    }
    .sm\:right-2\/3 {
        right: 66.666667%;
    }
    .sm\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .sm\:left-2\/3 {
        left: 66.666667%;
    }
    .sm\:top-1\/4 {
        top: 25%;
    }
    .sm\:right-1\/4 {
        right: 25%;
    }
    .sm\:bottom-1\/4 {
        bottom: 25%;
    }
    .sm\:left-1\/4 {
        left: 25%;
    }
    .sm\:top-2\/4 {
        top: 50%;
    }
    .sm\:right-2\/4 {
        right: 50%;
    }
    .sm\:bottom-2\/4 {
        bottom: 50%;
    }
    .sm\:left-2\/4 {
        left: 50%;
    }
    .sm\:top-3\/4 {
        top: 75%;
    }
    .sm\:right-3\/4 {
        right: 75%;
    }
    .sm\:bottom-3\/4 {
        bottom: 75%;
    }
    .sm\:left-3\/4 {
        left: 75%;
    }
    .sm\:top-full {
        top: 100%;
    }
    .sm\:right-full {
        right: 100%;
    }
    .sm\:bottom-full {
        bottom: 100%;
    }
    .sm\:left-full {
        left: 100%;
    }
    .sm\:-top-1\/2 {
        top: -50%;
    }
    .sm\:-right-1\/2 {
        right: -50%;
    }
    .sm\:-bottom-1\/2 {
        bottom: -50%;
    }
    .sm\:-left-1\/2 {
        left: -50%;
    }
    .sm\:-top-1\/3 {
        top: -33.333333%;
    }
    .sm\:-right-1\/3 {
        right: -33.333333%;
    }
    .sm\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .sm\:-left-1\/3 {
        left: -33.333333%;
    }
    .sm\:-top-2\/3 {
        top: -66.666667%;
    }
    .sm\:-right-2\/3 {
        right: -66.666667%;
    }
    .sm\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .sm\:-left-2\/3 {
        left: -66.666667%;
    }
    .sm\:-top-1\/4 {
        top: -25%;
    }
    .sm\:-right-1\/4 {
        right: -25%;
    }
    .sm\:-bottom-1\/4 {
        bottom: -25%;
    }
    .sm\:-left-1\/4 {
        left: -25%;
    }
    .sm\:-top-2\/4 {
        top: -50%;
    }
    .sm\:-right-2\/4 {
        right: -50%;
    }
    .sm\:-bottom-2\/4 {
        bottom: -50%;
    }
    .sm\:-left-2\/4 {
        left: -50%;
    }
    .sm\:-top-3\/4 {
        top: -75%;
    }
    .sm\:-right-3\/4 {
        right: -75%;
    }
    .sm\:-bottom-3\/4 {
        bottom: -75%;
    }
    .sm\:-left-3\/4 {
        left: -75%;
    }
    .sm\:-top-full {
        top: -100%;
    }
    .sm\:-right-full {
        right: -100%;
    }
    .sm\:-bottom-full {
        bottom: -100%;
    }
    .sm\:-left-full {
        left: -100%;
    }
    .sm\:resize-none {
        resize: none;
    }
    .sm\:resize-y {
        resize: vertical;
    }
    .sm\:resize-x {
        resize: horizontal;
    }
    .sm\:resize {
        resize: both;
    }
    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .sm\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:ring-inset {
        --tw-ring-inset: inset;
    }
    .sm\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .sm\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .sm\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .sm\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .sm\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .sm\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .sm\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .sm\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .sm\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .sm\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .sm\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .sm\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .sm\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .sm\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .sm\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .sm\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .sm\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .sm\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .sm\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .sm\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .sm\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .sm\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .sm\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .sm\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .sm\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .sm\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .sm\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .sm\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .sm\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .sm\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .sm\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .sm\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .sm\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .sm\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .sm\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .sm\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .sm\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .sm\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .sm\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .sm\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .sm\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .sm\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .sm\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .sm\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .sm\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .sm\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .sm\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .sm\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .sm\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .sm\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .sm\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .sm\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .sm\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .sm\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .sm\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .sm\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .sm\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .sm\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .sm\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .sm\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .sm\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .sm\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .sm\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .sm\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .sm\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .sm\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .sm\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .sm\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .sm\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .sm\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .sm\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .sm\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .sm\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .sm\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .sm\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .sm\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .sm\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .sm\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .sm\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .sm\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .sm\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .sm\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .sm\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .sm\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .sm\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .sm\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .sm\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .sm\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .sm\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .sm\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .sm\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .sm\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .sm\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .sm\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .sm\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .sm\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .sm\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .sm\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .sm\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .sm\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .sm\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .sm\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .sm\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .sm\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .sm\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .sm\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .sm\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .sm\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .sm\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .sm\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .sm\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .sm\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .sm\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .sm\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .sm\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .sm\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .sm\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .sm\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .sm\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .sm\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .sm\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .sm\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .sm\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .sm\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .sm\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .sm\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .sm\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .sm\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .sm\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .sm\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .sm\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .sm\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .sm\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .sm\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .sm\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .sm\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .sm\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .sm\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .sm\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .sm\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .sm\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .sm\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .sm\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .sm\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .sm\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .sm\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .sm\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .sm\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .sm\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .sm\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .sm\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .sm\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .sm\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .sm\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .sm\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .sm\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .sm\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .sm\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .sm\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .sm\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .sm\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .sm\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .sm\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .sm\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .sm\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .sm\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .sm\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .sm\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .sm\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .sm\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .sm\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .sm\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .sm\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .sm\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .sm\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .sm\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .sm\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .sm\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .sm\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .sm\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .sm\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .sm\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .sm\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .sm\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .sm\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .sm\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .sm\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .sm\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .sm\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .sm\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .sm\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .sm\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .sm\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .sm\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .sm\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .sm\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .sm\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .sm\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .sm\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .sm\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .sm\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .sm\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .sm\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .sm\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .sm\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .sm\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .sm\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .sm\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .sm\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .sm\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .sm\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .sm\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .sm\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .sm\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .sm\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .sm\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .sm\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .sm\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .sm\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .sm\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .sm\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .sm\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .sm\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .sm\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .sm\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .sm\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .sm\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .sm\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .sm\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .sm\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .sm\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .sm\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .sm\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .sm\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .sm\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .sm\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .sm\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .sm\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .sm\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .sm\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .sm\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .sm\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .sm\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .sm\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .sm\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .sm\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .sm\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .sm\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .sm\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .sm\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .sm\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .sm\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .sm\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .sm\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .sm\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .sm\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .sm\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .sm\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .sm\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .sm\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .sm\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .sm\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .sm\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .sm\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .sm\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .sm\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .sm\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .sm\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .sm\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .sm\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .sm\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .sm\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .sm\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .sm\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .sm\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .sm\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .sm\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .sm\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .sm\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .sm\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .sm\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .sm\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .sm\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .sm\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .sm\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .sm\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .sm\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .sm\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .sm\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .sm\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .sm\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .sm\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .sm\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .sm\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .sm\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .sm\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .sm\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .sm\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .sm\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .sm\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .sm\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .sm\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .sm\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .sm\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .sm\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .sm\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .sm\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .sm\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .sm\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .sm\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .sm\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .sm\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .sm\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .sm\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .sm\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .sm\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .sm\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .sm\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .sm\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .sm\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .sm\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .sm\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .sm\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .sm\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .sm\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .sm\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .sm\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .sm\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .sm\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .sm\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .sm\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .sm\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .sm\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .sm\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .sm\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .sm\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .sm\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .sm\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .sm\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .sm\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .sm\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .sm\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .sm\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .sm\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .sm\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .sm\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .sm\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .sm\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .sm\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .sm\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .sm\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .sm\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .sm\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .sm\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .sm\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .sm\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .sm\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .sm\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .sm\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .sm\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .sm\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .sm\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .sm\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .sm\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .sm\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .sm\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .sm\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .sm\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .sm\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .sm\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .sm\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .sm\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .sm\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .sm\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .sm\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .sm\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .sm\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .sm\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .sm\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .sm\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .sm\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .sm\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .sm\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .sm\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .sm\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .sm\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .sm\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .sm\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .sm\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .sm\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .sm\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .sm\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .sm\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .sm\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .sm\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .sm\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .sm\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .sm\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .sm\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .sm\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .sm\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .sm\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .sm\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .sm\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .sm\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .sm\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .sm\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .sm\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .sm\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .sm\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .sm\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .sm\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .sm\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .sm\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .sm\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .sm\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .sm\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .sm\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .sm\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .sm\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .sm\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .sm\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .sm\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .sm\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .sm\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .sm\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .sm\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .sm\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .sm\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .sm\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .sm\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .sm\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .sm\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .sm\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .sm\:ring-current {
        --tw-ring-color: currentColor;
    }
    .sm\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .sm\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .sm\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .sm\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .sm\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .sm\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .sm\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .sm\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .sm\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .sm\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .sm\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .sm\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .sm\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .sm\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .sm\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .sm\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .sm\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .sm\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .sm\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .sm\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .sm\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .sm\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .sm\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .sm\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .sm\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .sm\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .sm\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .sm\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .sm\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .sm\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .sm\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .sm\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .sm\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .sm\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .sm\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .sm\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .sm\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .sm\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .sm\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .sm\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .sm\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .sm\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .sm\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .sm\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .sm\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .sm\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .sm\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .sm\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .sm\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .sm\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .sm\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .sm\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .sm\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .sm\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .sm\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .sm\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .sm\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .sm\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .sm\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .sm\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .sm\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .sm\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .sm\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .sm\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .sm\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .sm\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .sm\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .sm\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .sm\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .sm\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .sm\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .sm\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .sm\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .sm\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .sm\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .sm\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .sm\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .sm\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .sm\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .sm\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .sm\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .sm\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .sm\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .sm\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .sm\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .sm\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .sm\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .sm\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .sm\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .sm\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .sm\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .sm\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .sm\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .sm\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .sm\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .sm\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .sm\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .sm\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .sm\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .sm\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .sm\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .sm\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .sm\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .sm\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .sm\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .sm\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .sm\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .sm\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .sm\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .sm\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .sm\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .sm\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .sm\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .sm\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .sm\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .sm\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .sm\:fill-current {
        fill: currentColor;
    }
    .sm\:stroke-current {
        stroke: currentColor;
    }
    .sm\:stroke-0 {
        stroke-width: 0;
    }
    .sm\:stroke-1 {
        stroke-width: 1;
    }
    .sm\:stroke-2 {
        stroke-width: 2;
    }
    .sm\:table-auto {
        table-layout: auto;
    }
    .sm\:table-fixed {
        table-layout: fixed;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-center {
        text-align: center;
    }
    .sm\:text-right {
        text-align: right;
    }
    .sm\:text-justify {
        text-align: justify;
    }
    .sm\:text-transparent {
        color: transparent;
    }
    .sm\:text-current {
        color: currentColor;
    }
    .sm\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .sm\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .sm\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .sm\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .sm\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .sm\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .sm\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .sm\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .sm\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .sm\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .sm\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .sm\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .sm\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .sm\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .sm\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .sm\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .sm\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .sm\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .sm\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .sm\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .sm\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .sm\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .sm\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .sm\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .sm\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .sm\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .sm\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .sm\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .sm\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .sm\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .sm\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .sm\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .sm\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .sm\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .sm\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .sm\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .sm\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .sm\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .sm\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .sm\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .sm\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .sm\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .sm\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .sm\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .sm\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .sm\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .sm\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .sm\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .sm\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .sm\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .sm\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .sm\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .sm\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .sm\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .sm\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .sm\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .sm\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .sm\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .sm\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .sm\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .sm\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .sm\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .sm\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .sm\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .sm\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .sm\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .sm\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .sm\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .sm\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .sm\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .sm\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .sm\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .sm\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .sm\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .sm\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .sm\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .sm\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .sm\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .sm\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .sm\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .sm\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .sm\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .sm\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .sm\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .sm\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .sm\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .sm\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .sm\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .sm\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .sm\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .sm\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .sm\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .sm\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .sm\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .sm\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .sm\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .sm\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .sm\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .sm\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .sm\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .sm\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .sm\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .sm\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .sm\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .sm\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .sm\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .sm\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .sm\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .sm\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .sm\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .sm\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .sm\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .sm\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .sm\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .sm\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .sm\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .sm\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .sm\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .sm\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .sm\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .sm\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .sm\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .sm\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .sm\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .sm\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .sm\:text-gray-21 {
        color: #c5c5c5;
    }
    .sm\:text-gray-22 {
        color: #bfbfbf;
    }
    .sm\:text-gray-23 {
        color: #eee;
    }
    .sm\:text-gray-24 {
        color: #b7b7b7;
    }
    .sm\:text-gray-25 {
        color: #f0f0f0;
    }
    .sm\:text-gray-26 {
        color: #efefef;
    }
    .sm\:text-gray-27 {
        color: #bababa;
    }
    .sm\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .sm\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .sm\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .sm\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .sm\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .sm\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .sm\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .sm\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .sm\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .sm\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .sm\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .sm\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .sm\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .sm\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .sm\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .sm\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .sm\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .sm\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .sm\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .sm\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .sm\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .sm\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .sm\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .sm\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .sm\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .sm\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-transparent:hover {
        color: transparent;
    }
    .sm\:hover\:text-current:hover {
        color: currentColor;
    }
    .sm\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .sm\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .sm\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .sm\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .sm\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .sm\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .sm\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .sm\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .sm\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .sm\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .sm\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .sm\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .sm\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .sm\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .sm\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .sm\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .sm\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .sm\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .sm\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .sm\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .sm\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .sm\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .sm\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-transparent:focus {
        color: transparent;
    }
    .sm\:focus\:text-current:focus {
        color: currentColor;
    }
    .sm\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .sm\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .sm\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .sm\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .sm\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .sm\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .sm\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .sm\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .sm\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .sm\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .sm\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .sm\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .sm\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .sm\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .sm\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .sm\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .sm\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .sm\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .sm\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .sm\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .sm\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .sm\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .sm\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .sm\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .sm\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .sm\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .sm\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .sm\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .sm\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .sm\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .sm\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .sm\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .sm\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .sm\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .sm\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .sm\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .sm\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .sm\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .sm\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .sm\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .sm\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .sm\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .sm\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .sm\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .sm\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .sm\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .sm\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .sm\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .sm\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .sm\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .sm\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .sm\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .sm\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .sm\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .sm\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .sm\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .sm\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .sm\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .sm\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .sm\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .sm\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .sm\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .sm\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .sm\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .sm\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .sm\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .sm\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .sm\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .sm\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .sm\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .sm\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .sm\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .sm\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .sm\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .sm\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .sm\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .sm\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .sm\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .sm\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .sm\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .sm\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .sm\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .sm\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .sm\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .sm\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .sm\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .sm\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .sm\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .sm\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .sm\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .sm\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .sm\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .sm\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .sm\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .sm\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .sm\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .sm\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .sm\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .sm\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .sm\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .sm\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sm\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .sm\:overflow-clip {
        text-overflow: clip;
    }
    .sm\:italic {
        font-style: italic;
    }
    .sm\:not-italic {
        font-style: normal;
    }
    .sm\:uppercase {
        text-transform: uppercase;
    }
    .sm\:lowercase {
        text-transform: lowercase;
    }
    .sm\:capitalize {
        text-transform: capitalize;
    }
    .sm\:normal-case {
        text-transform: none;
    }
    .sm\:underline {
        text-decoration: underline;
    }
    .sm\:line-through {
        text-decoration: line-through;
    }
    .sm\:no-underline {
        text-decoration: none;
    }
    .group:hover .sm\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .sm\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .sm\:group-hover\:no-underline {
        text-decoration: none;
    }
    .sm\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .sm\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .sm\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .sm\:hover\:underline:hover {
        text-decoration: underline;
    }
    .sm\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .sm\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .sm\:focus\:underline:focus {
        text-decoration: underline;
    }
    .sm\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .sm\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .sm\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .sm\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .sm\:diagonal-fractions,
    .sm\:lining-nums,
    .sm\:oldstyle-nums,
    .sm\:ordinal,
    .sm\:proportional-nums,
    .sm\:slashed-zero,
    .sm\:stacked-fractions,
    .sm\:tabular-nums {
        --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
        --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
            var(--tw-numeric-figure) var(--tw-numeric-spacing)
            var(--tw-numeric-fraction);
    }
    .sm\:normal-nums {
        font-variant-numeric: normal;
    }
    .sm\:ordinal {
        --tw-ordinal: ordinal;
    }
    .sm\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .sm\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .sm\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .sm\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .sm\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .sm\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .sm\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .sm\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .sm\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .sm\:tracking-normal {
        letter-spacing: 0;
    }
    .sm\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .sm\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .sm\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .sm\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .sm\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .sm\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .sm\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .sm\:align-baseline {
        vertical-align: baseline;
    }
    .sm\:align-top {
        vertical-align: top;
    }
    .sm\:align-middle {
        vertical-align: middle;
    }
    .sm\:align-bottom {
        vertical-align: bottom;
    }
    .sm\:align-text-top {
        vertical-align: text-top;
    }
    .sm\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .sm\:visible {
        visibility: visible;
    }
    .sm\:invisible {
        visibility: hidden;
    }
    .sm\:whitespace-normal {
        white-space: normal;
    }
    .sm\:whitespace-nowrap {
        white-space: nowrap;
    }
    .sm\:whitespace-pre {
        white-space: pre;
    }
    .sm\:whitespace-pre-line {
        white-space: pre-line;
    }
    .sm\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .sm\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .sm\:break-words {
        overflow-wrap: break-word;
    }
    .sm\:break-all {
        word-break: break-all;
    }
    .sm\:w-0 {
        width: 0;
    }
    .sm\:w-1 {
        width: 0.25rem;
    }
    .sm\:w-2 {
        width: 0.5rem;
    }
    .sm\:w-3 {
        width: 0.75rem;
    }
    .sm\:w-4 {
        width: 1rem;
    }
    .sm\:w-5 {
        width: 1.25rem;
    }
    .sm\:w-6 {
        width: 1.5rem;
    }
    .sm\:w-7 {
        width: 1.75rem;
    }
    .sm\:w-8 {
        width: 2rem;
    }
    .sm\:w-9 {
        width: 2.25rem;
    }
    .sm\:w-10 {
        width: 2.5rem;
    }
    .sm\:w-11 {
        width: 2.75rem;
    }
    .sm\:w-12 {
        width: 3rem;
    }
    .sm\:w-14 {
        width: 3.5rem;
    }
    .sm\:w-16 {
        width: 4rem;
    }
    .sm\:w-20 {
        width: 5rem;
    }
    .sm\:w-23 {
        width: 88px;
    }
    .sm\:w-24 {
        width: 6rem;
    }
    .sm\:w-25 {
        width: 100px;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:w-29 {
        width: 120px;
    }
    .sm\:w-32 {
        width: 8rem;
    }
    .sm\:w-33 {
        width: 130px;
    }
    .sm\:w-36 {
        width: 9rem;
    }
    .sm\:w-40 {
        width: 10rem;
    }
    .sm\:w-44 {
        width: 11rem;
    }
    .sm\:w-48 {
        width: 12rem;
    }
    .sm\:w-52 {
        width: 13rem;
    }
    .sm\:w-56 {
        width: 14rem;
    }
    .sm\:w-60 {
        width: 15rem;
    }
    .sm\:w-63 {
        width: 270px;
    }
    .sm\:w-64 {
        width: 16rem;
    }
    .sm\:w-72 {
        width: 18rem;
    }
    .sm\:w-80 {
        width: 20rem;
    }
    .sm\:w-92 {
        width: 475px;
    }
    .sm\:w-96 {
        width: 24rem;
    }
    .sm\:w-128 {
        width: 32rem;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-px {
        width: 1px;
    }
    .sm\:w-0\.5 {
        width: 0.125rem;
    }
    .sm\:w-1\.5 {
        width: 0.375rem;
    }
    .sm\:w-2\.5 {
        width: 0.625rem;
    }
    .sm\:w-3\.5 {
        width: 0.875rem;
    }
    .sm\:w-105p {
        width: 105px;
    }
    .sm\:w-50p {
        width: 50px;
    }
    .sm\:w-54p {
        width: 54px;
    }
    .sm\:w-1p {
        width: 1px;
    }
    .sm\:w-2p {
        width: 2px;
    }
    .sm\:w-3p {
        width: 3px;
    }
    .sm\:w-5p {
        width: 5px;
    }
    .sm\:w-7p {
        width: 7px;
    }
    .sm\:w-9p {
        width: 9px;
    }
    .sm\:w-10p {
        width: 10px;
    }
    .sm\:w-11p {
        width: 11px;
    }
    .sm\:w-13p {
        width: 13px;
    }
    .sm\:w-15p {
        width: 15px;
    }
    .sm\:w-18p {
        width: 18px;
    }
    .sm\:w-19p {
        width: 19px;
    }
    .sm\:w-21p {
        width: 21px;
    }
    .sm\:w-22p {
        width: 22px;
    }
    .sm\:w-23p {
        width: 23px;
    }
    .sm\:w-25p {
        width: 25px;
    }
    .sm\:w-26p {
        width: 26px;
    }
    .sm\:w-29p {
        width: 29px;
    }
    .sm\:w-30p {
        width: 30px;
    }
    .sm\:w-31p {
        width: 31px;
    }
    .sm\:w-35p {
        width: 35px;
    }
    .sm\:w-52p {
        width: 52px;
    }
    .sm\:w-53p {
        width: 53px;
    }
    .sm\:w-55p {
        width: 55px;
    }
    .sm\:w-59p {
        width: 59px;
    }
    .sm\:w-27p {
        width: 27px;
    }
    .sm\:w-33\.5p {
        width: 33.5px;
    }
    .sm\:w-38p {
        width: 38px;
    }
    .sm\:w-40p {
        width: 40px;
    }
    .sm\:w-46p {
        width: 46px;
    }
    .sm\:w-47p {
        width: 47px;
    }
    .sm\:w-49p {
        width: 49px;
    }
    .sm\:w-58p {
        width: 58px;
    }
    .sm\:w-75p {
        width: 75px;
    }
    .sm\:w-77p {
        width: 77px;
    }
    .sm\:w-60p {
        width: 60px;
    }
    .sm\:w-65p {
        width: 65px;
    }
    .sm\:w-66p {
        width: 66px;
    }
    .sm\:w-68p {
        width: 68px;
    }
    .sm\:w-70p {
        width: 70px;
    }
    .sm\:w-72p {
        width: 72px;
    }
    .sm\:w-74p {
        width: 74px;
    }
    .sm\:w-78p {
        width: 78px;
    }
    .sm\:w-80p {
        width: 80px;
    }
    .sm\:w-82p {
        width: 82px;
    }
    .sm\:w-84p {
        width: 84px;
    }
    .sm\:w-89p {
        width: 89px;
    }
    .sm\:w-93p {
        width: 93px;
    }
    .sm\:w-90p {
        width: 90px;
    }
    .sm\:w-97p {
        width: 97px;
    }
    .sm\:w-103p {
        width: 103px;
    }
    .sm\:w-116p {
        width: 116px;
    }
    .sm\:w-120p {
        width: 120px;
    }
    .sm\:w-125p {
        width: 125px;
    }
    .sm\:w-130p {
        width: 130px;
    }
    .sm\:w-135p {
        width: 135px;
    }
    .sm\:w-132p {
        width: 132px;
    }
    .sm\:w-150p {
        width: 150px;
    }
    .sm\:w-216p {
        width: 216px;
    }
    .sm\:w-225p {
        width: 225px;
    }
    .sm\:w-296p {
        width: 296px;
    }
    .sm\:w-270p {
        width: 270px;
    }
    .sm\:w-137p {
        width: 137px;
    }
    .sm\:w-141p {
        width: 141px;
    }
    .sm\:w-146p {
        width: 146px;
    }
    .sm\:w-152p {
        width: 152px;
    }
    .sm\:w-155p {
        width: 155px;
    }
    .sm\:w-163p {
        width: 163px;
    }
    .sm\:w-168p {
        width: 168px;
    }
    .sm\:w-173p {
        width: 173px;
    }
    .sm\:w-210p {
        width: 210px;
    }
    .sm\:w-245p {
        width: 245px;
    }
    .sm\:w-250p {
        width: 250px;
    }
    .sm\:w-260p {
        width: 260px;
    }
    .sm\:w-263p {
        width: 263px;
    }
    .sm\:w-266p {
        width: 266px;
    }
    .sm\:w-275p {
        width: 275px;
    }
    .sm\:w-300p {
        width: 300px;
    }
    .sm\:w-312p {
        width: 312px;
    }
    .sm\:w-318p {
        width: 318px;
    }
    .sm\:w-322p {
        width: 322px;
    }
    .sm\:w-337p {
        width: 337px;
    }
    .sm\:w-345p {
        width: 345px;
    }
    .sm\:w-344p {
        width: 344px;
    }
    .sm\:w-354p {
        width: 354px;
    }
    .sm\:w-364p {
        width: 364px;
    }
    .sm\:w-370p {
        width: 370px;
    }
    .sm\:w-382p {
        width: 382px;
    }
    .sm\:w-385p {
        width: 385px;
    }
    .sm\:w-400p {
        width: 400px;
    }
    .sm\:w-407p {
        width: 407px;
    }
    .sm\:w-411p {
        width: 411px;
    }
    .sm\:w-418p {
        width: 418px;
    }
    .sm\:w-430p {
        width: 430px;
    }
    .sm\:w-450p {
        width: 450px;
    }
    .sm\:w-468p {
        width: 468px;
    }
    .sm\:w-485p {
        width: 485px;
    }
    .sm\:w-491p {
        width: 491px;
    }
    .sm\:w-494p {
        width: 494px;
    }
    .sm\:w-470p {
        width: 470px;
    }
    .sm\:w-480p {
        width: 480px;
    }
    .sm\:w-532p {
        width: 532px;
    }
    .sm\:w-556p {
        width: 556px;
    }
    .sm\:w-505p {
        width: 505px;
    }
    .sm\:w-1179p {
        width: 1179px;
    }
    .sm\:w-1253p {
        width: 1253px;
    }
    .sm\:w-1575p {
        width: 1575px;
    }
    .sm\:w-600p {
        width: 600px;
    }
    .sm\:w-649p {
        width: 649px;
    }
    .sm\:w-690p {
        width: 690px;
    }
    .sm\:w-19\% {
        width: 19%;
    }
    .sm\:w-23\% {
        width: 23%;
    }
    .sm\:w-24\% {
        width: 24%;
    }
    .sm\:w-36\% {
        width: 36%;
    }
    .sm\:w-27\% {
        width: 27%;
    }
    .sm\:w-28\% {
        width: 28%;
    }
    .sm\:w-42\% {
        width: 42%;
    }
    .sm\:w-46\% {
        width: 46%;
    }
    .sm\:w-49\% {
        width: 49%;
    }
    .sm\:w-54\% {
        width: 54%;
    }
    .sm\:w-58\% {
        width: 58%;
    }
    .sm\:w-72\% {
        width: 72%;
    }
    .sm\:w-76\% {
        width: 76%;
    }
    .sm\:w-77\% {
        width: 77%;
    }
    .sm\:w-340p {
        width: 340px;
    }
    .sm\:w-700p {
        width: 700px;
    }
    .sm\:w-848p {
        width: 848px;
    }
    .sm\:w-850p {
        width: 850px;
    }
    .sm\:w-860p {
        width: 860px;
    }
    .sm\:w-1425p {
        width: 1425px;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-2\/4 {
        width: 50%;
    }
    .sm\:w-3\/4 {
        width: 75%;
    }
    .sm\:w-1\/5 {
        width: 20%;
    }
    .sm\:w-2\/5 {
        width: 40%;
    }
    .sm\:w-3\/5 {
        width: 60%;
    }
    .sm\:w-4\/5 {
        width: 80%;
    }
    .sm\:w-1\/6 {
        width: 16.666667%;
    }
    .sm\:w-2\/6 {
        width: 33.333333%;
    }
    .sm\:w-3\/6 {
        width: 50%;
    }
    .sm\:w-4\/6 {
        width: 66.666667%;
    }
    .sm\:w-5\/6 {
        width: 83.333333%;
    }
    .sm\:w-1\/12 {
        width: 8.333333%;
    }
    .sm\:w-2\/12 {
        width: 16.666667%;
    }
    .sm\:w-3\/12 {
        width: 25%;
    }
    .sm\:w-4\/12 {
        width: 33.333333%;
    }
    .sm\:w-5\/12 {
        width: 41.666667%;
    }
    .sm\:w-6\/12 {
        width: 50%;
    }
    .sm\:w-7\/12 {
        width: 58.333333%;
    }
    .sm\:w-8\/12 {
        width: 66.666667%;
    }
    .sm\:w-9\/12 {
        width: 75%;
    }
    .sm\:w-10\/12 {
        width: 83.333333%;
    }
    .sm\:w-11\/12 {
        width: 91.666667%;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-screen {
        width: 100vw;
    }
    .sm\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .sm\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .sm\:z-0 {
        z-index: 0;
    }
    .sm\:z-10 {
        z-index: 10;
    }
    .sm\:z-20 {
        z-index: 20;
    }
    .sm\:z-30 {
        z-index: 30;
    }
    .sm\:z-40 {
        z-index: 40;
    }
    .sm\:z-50 {
        z-index: 50;
    }
    .sm\:z-auto {
        z-index: auto;
    }
    .sm\:z-ng {
        z-index: -1;
    }
    .sm\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .sm\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .sm\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .sm\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .sm\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .sm\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .sm\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .sm\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .sm\:focus\:z-0:focus {
        z-index: 0;
    }
    .sm\:focus\:z-10:focus {
        z-index: 10;
    }
    .sm\:focus\:z-20:focus {
        z-index: 20;
    }
    .sm\:focus\:z-30:focus {
        z-index: 30;
    }
    .sm\:focus\:z-40:focus {
        z-index: 40;
    }
    .sm\:focus\:z-50:focus {
        z-index: 50;
    }
    .sm\:focus\:z-auto:focus {
        z-index: auto;
    }
    .sm\:focus\:z-ng:focus {
        z-index: -1;
    }
    .sm\:gap-0 {
        gap: 0;
    }
    .sm\:gap-1 {
        gap: 0.25rem;
    }
    .sm\:gap-2 {
        gap: 0.5rem;
    }
    .sm\:gap-3 {
        gap: 0.75rem;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:gap-6 {
        gap: 1.5rem;
    }
    .sm\:gap-7 {
        gap: 1.75rem;
    }
    .sm\:gap-8 {
        gap: 2rem;
    }
    .sm\:gap-9 {
        gap: 2.25rem;
    }
    .sm\:gap-10 {
        gap: 2.5rem;
    }
    .sm\:gap-11 {
        gap: 2.75rem;
    }
    .sm\:gap-12 {
        gap: 3rem;
    }
    .sm\:gap-14 {
        gap: 3.5rem;
    }
    .sm\:gap-16 {
        gap: 4rem;
    }
    .sm\:gap-20 {
        gap: 5rem;
    }
    .sm\:gap-23 {
        gap: 88px;
    }
    .sm\:gap-24 {
        gap: 6rem;
    }
    .sm\:gap-25 {
        gap: 100px;
    }
    .sm\:gap-28 {
        gap: 7rem;
    }
    .sm\:gap-29 {
        gap: 120px;
    }
    .sm\:gap-32 {
        gap: 8rem;
    }
    .sm\:gap-33 {
        gap: 130px;
    }
    .sm\:gap-36 {
        gap: 9rem;
    }
    .sm\:gap-40 {
        gap: 10rem;
    }
    .sm\:gap-44 {
        gap: 11rem;
    }
    .sm\:gap-48 {
        gap: 12rem;
    }
    .sm\:gap-52 {
        gap: 13rem;
    }
    .sm\:gap-56 {
        gap: 14rem;
    }
    .sm\:gap-60 {
        gap: 15rem;
    }
    .sm\:gap-63 {
        gap: 270px;
    }
    .sm\:gap-64 {
        gap: 16rem;
    }
    .sm\:gap-72 {
        gap: 18rem;
    }
    .sm\:gap-80 {
        gap: 20rem;
    }
    .sm\:gap-92 {
        gap: 475px;
    }
    .sm\:gap-96 {
        gap: 24rem;
    }
    .sm\:gap-128 {
        gap: 32rem;
    }
    .sm\:gap-px {
        gap: 1px;
    }
    .sm\:gap-0\.5 {
        gap: 0.125rem;
    }
    .sm\:gap-1\.5 {
        gap: 0.375rem;
    }
    .sm\:gap-2\.5 {
        gap: 0.625rem;
    }
    .sm\:gap-3\.5 {
        gap: 0.875rem;
    }
    .sm\:gap-105p {
        gap: 105px;
    }
    .sm\:gap-50p {
        gap: 50px;
    }
    .sm\:gap-54p {
        gap: 54px;
    }
    .sm\:gap-1p {
        gap: 1px;
    }
    .sm\:gap-2p {
        gap: 2px;
    }
    .sm\:gap-3p {
        gap: 3px;
    }
    .sm\:gap-5p {
        gap: 5px;
    }
    .sm\:gap-7p {
        gap: 7px;
    }
    .sm\:gap-9p {
        gap: 9px;
    }
    .sm\:gap-10p {
        gap: 10px;
    }
    .sm\:gap-11p {
        gap: 11px;
    }
    .sm\:gap-13p {
        gap: 13px;
    }
    .sm\:gap-15p {
        gap: 15px;
    }
    .sm\:gap-18p {
        gap: 18px;
    }
    .sm\:gap-19p {
        gap: 19px;
    }
    .sm\:gap-21p {
        gap: 21px;
    }
    .sm\:gap-22p {
        gap: 22px;
    }
    .sm\:gap-23p {
        gap: 23px;
    }
    .sm\:gap-25p {
        gap: 25px;
    }
    .sm\:gap-26p {
        gap: 26px;
    }
    .sm\:gap-29p {
        gap: 29px;
    }
    .sm\:gap-30p {
        gap: 30px;
    }
    .sm\:gap-31p {
        gap: 31px;
    }
    .sm\:gap-35p {
        gap: 35px;
    }
    .sm\:gap-52p {
        gap: 52px;
    }
    .sm\:gap-53p {
        gap: 53px;
    }
    .sm\:gap-55p {
        gap: 55px;
    }
    .sm\:gap-59p {
        gap: 59px;
    }
    .sm\:gap-27p {
        gap: 27px;
    }
    .sm\:gap-33\.5p {
        gap: 33.5px;
    }
    .sm\:gap-38p {
        gap: 38px;
    }
    .sm\:gap-40p {
        gap: 40px;
    }
    .sm\:gap-46p {
        gap: 46px;
    }
    .sm\:gap-47p {
        gap: 47px;
    }
    .sm\:gap-49p {
        gap: 49px;
    }
    .sm\:gap-58p {
        gap: 58px;
    }
    .sm\:gap-75p {
        gap: 75px;
    }
    .sm\:gap-77p {
        gap: 77px;
    }
    .sm\:gap-60p {
        gap: 60px;
    }
    .sm\:gap-65p {
        gap: 65px;
    }
    .sm\:gap-66p {
        gap: 66px;
    }
    .sm\:gap-68p {
        gap: 68px;
    }
    .sm\:gap-70p {
        gap: 70px;
    }
    .sm\:gap-72p {
        gap: 72px;
    }
    .sm\:gap-74p {
        gap: 74px;
    }
    .sm\:gap-78p {
        gap: 78px;
    }
    .sm\:gap-80p {
        gap: 80px;
    }
    .sm\:gap-82p {
        gap: 82px;
    }
    .sm\:gap-84p {
        gap: 84px;
    }
    .sm\:gap-89p {
        gap: 89px;
    }
    .sm\:gap-93p {
        gap: 93px;
    }
    .sm\:gap-90p {
        gap: 90px;
    }
    .sm\:gap-97p {
        gap: 97px;
    }
    .sm\:gap-103p {
        gap: 103px;
    }
    .sm\:gap-116p {
        gap: 116px;
    }
    .sm\:gap-120p {
        gap: 120px;
    }
    .sm\:gap-125p {
        gap: 125px;
    }
    .sm\:gap-130p {
        gap: 130px;
    }
    .sm\:gap-135p {
        gap: 135px;
    }
    .sm\:gap-132p {
        gap: 132px;
    }
    .sm\:gap-150p {
        gap: 150px;
    }
    .sm\:gap-216p {
        gap: 216px;
    }
    .sm\:gap-225p {
        gap: 225px;
    }
    .sm\:gap-296p {
        gap: 296px;
    }
    .sm\:gap-270p {
        gap: 270px;
    }
    .sm\:gap-137p {
        gap: 137px;
    }
    .sm\:gap-141p {
        gap: 141px;
    }
    .sm\:gap-146p {
        gap: 146px;
    }
    .sm\:gap-152p {
        gap: 152px;
    }
    .sm\:gap-155p {
        gap: 155px;
    }
    .sm\:gap-163p {
        gap: 163px;
    }
    .sm\:gap-168p {
        gap: 168px;
    }
    .sm\:gap-173p {
        gap: 173px;
    }
    .sm\:gap-210p {
        gap: 210px;
    }
    .sm\:gap-245p {
        gap: 245px;
    }
    .sm\:gap-250p {
        gap: 250px;
    }
    .sm\:gap-260p {
        gap: 260px;
    }
    .sm\:gap-263p {
        gap: 263px;
    }
    .sm\:gap-266p {
        gap: 266px;
    }
    .sm\:gap-275p {
        gap: 275px;
    }
    .sm\:gap-300p {
        gap: 300px;
    }
    .sm\:gap-312p {
        gap: 312px;
    }
    .sm\:gap-318p {
        gap: 318px;
    }
    .sm\:gap-322p {
        gap: 322px;
    }
    .sm\:gap-337p {
        gap: 337px;
    }
    .sm\:gap-345p {
        gap: 345px;
    }
    .sm\:gap-344p {
        gap: 344px;
    }
    .sm\:gap-354p {
        gap: 354px;
    }
    .sm\:gap-364p {
        gap: 364px;
    }
    .sm\:gap-370p {
        gap: 370px;
    }
    .sm\:gap-382p {
        gap: 382px;
    }
    .sm\:gap-385p {
        gap: 385px;
    }
    .sm\:gap-400p {
        gap: 400px;
    }
    .sm\:gap-407p {
        gap: 407px;
    }
    .sm\:gap-411p {
        gap: 411px;
    }
    .sm\:gap-418p {
        gap: 418px;
    }
    .sm\:gap-430p {
        gap: 430px;
    }
    .sm\:gap-450p {
        gap: 450px;
    }
    .sm\:gap-468p {
        gap: 468px;
    }
    .sm\:gap-485p {
        gap: 485px;
    }
    .sm\:gap-491p {
        gap: 491px;
    }
    .sm\:gap-494p {
        gap: 494px;
    }
    .sm\:gap-470p {
        gap: 470px;
    }
    .sm\:gap-480p {
        gap: 480px;
    }
    .sm\:gap-532p {
        gap: 532px;
    }
    .sm\:gap-556p {
        gap: 556px;
    }
    .sm\:gap-505p {
        gap: 505px;
    }
    .sm\:gap-1179p {
        gap: 1179px;
    }
    .sm\:gap-1253p {
        gap: 1253px;
    }
    .sm\:gap-1575p {
        gap: 1575px;
    }
    .sm\:gap-600p {
        gap: 600px;
    }
    .sm\:gap-649p {
        gap: 649px;
    }
    .sm\:gap-690p {
        gap: 690px;
    }
    .sm\:gap-19\% {
        gap: 19%;
    }
    .sm\:gap-23\% {
        gap: 23%;
    }
    .sm\:gap-24\% {
        gap: 24%;
    }
    .sm\:gap-36\% {
        gap: 36%;
    }
    .sm\:gap-27\% {
        gap: 27%;
    }
    .sm\:gap-28\% {
        gap: 28%;
    }
    .sm\:gap-42\% {
        gap: 42%;
    }
    .sm\:gap-46\% {
        gap: 46%;
    }
    .sm\:gap-49\% {
        gap: 49%;
    }
    .sm\:gap-54\% {
        gap: 54%;
    }
    .sm\:gap-58\% {
        gap: 58%;
    }
    .sm\:gap-72\% {
        gap: 72%;
    }
    .sm\:gap-76\% {
        gap: 76%;
    }
    .sm\:gap-77\% {
        gap: 77%;
    }
    .sm\:gap-340p {
        gap: 340px;
    }
    .sm\:gap-700p {
        gap: 700px;
    }
    .sm\:gap-848p {
        gap: 848px;
    }
    .sm\:gap-850p {
        gap: 850px;
    }
    .sm\:gap-860p {
        gap: 860px;
    }
    .sm\:gap-1425p {
        gap: 1425px;
    }
    .sm\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .sm\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .sm\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .sm\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .sm\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .sm\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .sm\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .sm\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .sm\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .sm\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .sm\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .sm\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .sm\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .sm\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .sm\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .sm\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .sm\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .sm\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .sm\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .sm\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .sm\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .sm\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .sm\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .sm\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .sm\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .sm\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .sm\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .sm\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .sm\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .sm\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .sm\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .sm\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .sm\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .sm\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .sm\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .sm\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .sm\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .sm\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .sm\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .sm\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .sm\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .sm\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .sm\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .sm\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .sm\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .sm\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .sm\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .sm\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .sm\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .sm\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .sm\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .sm\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .sm\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .sm\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .sm\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .sm\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .sm\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .sm\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .sm\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .sm\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .sm\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .sm\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .sm\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .sm\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .sm\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .sm\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .sm\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .sm\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .sm\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .sm\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .sm\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .sm\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .sm\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .sm\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .sm\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .sm\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .sm\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .sm\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .sm\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .sm\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .sm\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .sm\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .sm\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .sm\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .sm\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .sm\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .sm\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .sm\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .sm\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .sm\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .sm\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .sm\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .sm\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .sm\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .sm\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .sm\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .sm\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .sm\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .sm\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .sm\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .sm\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .sm\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .sm\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .sm\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .sm\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .sm\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .sm\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .sm\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .sm\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .sm\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .sm\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .sm\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .sm\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .sm\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .sm\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .sm\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .sm\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .sm\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .sm\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .sm\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .sm\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .sm\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .sm\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .sm\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .sm\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .sm\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .sm\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .sm\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .sm\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .sm\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .sm\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .sm\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .sm\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .sm\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .sm\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .sm\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .sm\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .sm\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .sm\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .sm\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .sm\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .sm\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .sm\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .sm\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .sm\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .sm\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .sm\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .sm\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .sm\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .sm\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .sm\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .sm\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .sm\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .sm\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .sm\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .sm\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .sm\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .sm\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .sm\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .sm\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .sm\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .sm\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .sm\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .sm\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .sm\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .sm\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .sm\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .sm\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .sm\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .sm\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .sm\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .sm\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .sm\:gap-y-0 {
        row-gap: 0;
    }
    .sm\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .sm\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .sm\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .sm\:gap-y-4 {
        row-gap: 1rem;
    }
    .sm\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .sm\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .sm\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .sm\:gap-y-8 {
        row-gap: 2rem;
    }
    .sm\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .sm\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .sm\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .sm\:gap-y-12 {
        row-gap: 3rem;
    }
    .sm\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .sm\:gap-y-16 {
        row-gap: 4rem;
    }
    .sm\:gap-y-20 {
        row-gap: 5rem;
    }
    .sm\:gap-y-23 {
        row-gap: 88px;
    }
    .sm\:gap-y-24 {
        row-gap: 6rem;
    }
    .sm\:gap-y-25 {
        row-gap: 100px;
    }
    .sm\:gap-y-28 {
        row-gap: 7rem;
    }
    .sm\:gap-y-29 {
        row-gap: 120px;
    }
    .sm\:gap-y-32 {
        row-gap: 8rem;
    }
    .sm\:gap-y-33 {
        row-gap: 130px;
    }
    .sm\:gap-y-36 {
        row-gap: 9rem;
    }
    .sm\:gap-y-40 {
        row-gap: 10rem;
    }
    .sm\:gap-y-44 {
        row-gap: 11rem;
    }
    .sm\:gap-y-48 {
        row-gap: 12rem;
    }
    .sm\:gap-y-52 {
        row-gap: 13rem;
    }
    .sm\:gap-y-56 {
        row-gap: 14rem;
    }
    .sm\:gap-y-60 {
        row-gap: 15rem;
    }
    .sm\:gap-y-63 {
        row-gap: 270px;
    }
    .sm\:gap-y-64 {
        row-gap: 16rem;
    }
    .sm\:gap-y-72 {
        row-gap: 18rem;
    }
    .sm\:gap-y-80 {
        row-gap: 20rem;
    }
    .sm\:gap-y-92 {
        row-gap: 475px;
    }
    .sm\:gap-y-96 {
        row-gap: 24rem;
    }
    .sm\:gap-y-128 {
        row-gap: 32rem;
    }
    .sm\:gap-y-px {
        row-gap: 1px;
    }
    .sm\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .sm\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .sm\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .sm\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .sm\:gap-y-105p {
        row-gap: 105px;
    }
    .sm\:gap-y-50p {
        row-gap: 50px;
    }
    .sm\:gap-y-54p {
        row-gap: 54px;
    }
    .sm\:gap-y-1p {
        row-gap: 1px;
    }
    .sm\:gap-y-2p {
        row-gap: 2px;
    }
    .sm\:gap-y-3p {
        row-gap: 3px;
    }
    .sm\:gap-y-5p {
        row-gap: 5px;
    }
    .sm\:gap-y-7p {
        row-gap: 7px;
    }
    .sm\:gap-y-9p {
        row-gap: 9px;
    }
    .sm\:gap-y-10p {
        row-gap: 10px;
    }
    .sm\:gap-y-11p {
        row-gap: 11px;
    }
    .sm\:gap-y-13p {
        row-gap: 13px;
    }
    .sm\:gap-y-15p {
        row-gap: 15px;
    }
    .sm\:gap-y-18p {
        row-gap: 18px;
    }
    .sm\:gap-y-19p {
        row-gap: 19px;
    }
    .sm\:gap-y-21p {
        row-gap: 21px;
    }
    .sm\:gap-y-22p {
        row-gap: 22px;
    }
    .sm\:gap-y-23p {
        row-gap: 23px;
    }
    .sm\:gap-y-25p {
        row-gap: 25px;
    }
    .sm\:gap-y-26p {
        row-gap: 26px;
    }
    .sm\:gap-y-29p {
        row-gap: 29px;
    }
    .sm\:gap-y-30p {
        row-gap: 30px;
    }
    .sm\:gap-y-31p {
        row-gap: 31px;
    }
    .sm\:gap-y-35p {
        row-gap: 35px;
    }
    .sm\:gap-y-52p {
        row-gap: 52px;
    }
    .sm\:gap-y-53p {
        row-gap: 53px;
    }
    .sm\:gap-y-55p {
        row-gap: 55px;
    }
    .sm\:gap-y-59p {
        row-gap: 59px;
    }
    .sm\:gap-y-27p {
        row-gap: 27px;
    }
    .sm\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .sm\:gap-y-38p {
        row-gap: 38px;
    }
    .sm\:gap-y-40p {
        row-gap: 40px;
    }
    .sm\:gap-y-46p {
        row-gap: 46px;
    }
    .sm\:gap-y-47p {
        row-gap: 47px;
    }
    .sm\:gap-y-49p {
        row-gap: 49px;
    }
    .sm\:gap-y-58p {
        row-gap: 58px;
    }
    .sm\:gap-y-75p {
        row-gap: 75px;
    }
    .sm\:gap-y-77p {
        row-gap: 77px;
    }
    .sm\:gap-y-60p {
        row-gap: 60px;
    }
    .sm\:gap-y-65p {
        row-gap: 65px;
    }
    .sm\:gap-y-66p {
        row-gap: 66px;
    }
    .sm\:gap-y-68p {
        row-gap: 68px;
    }
    .sm\:gap-y-70p {
        row-gap: 70px;
    }
    .sm\:gap-y-72p {
        row-gap: 72px;
    }
    .sm\:gap-y-74p {
        row-gap: 74px;
    }
    .sm\:gap-y-78p {
        row-gap: 78px;
    }
    .sm\:gap-y-80p {
        row-gap: 80px;
    }
    .sm\:gap-y-82p {
        row-gap: 82px;
    }
    .sm\:gap-y-84p {
        row-gap: 84px;
    }
    .sm\:gap-y-89p {
        row-gap: 89px;
    }
    .sm\:gap-y-93p {
        row-gap: 93px;
    }
    .sm\:gap-y-90p {
        row-gap: 90px;
    }
    .sm\:gap-y-97p {
        row-gap: 97px;
    }
    .sm\:gap-y-103p {
        row-gap: 103px;
    }
    .sm\:gap-y-116p {
        row-gap: 116px;
    }
    .sm\:gap-y-120p {
        row-gap: 120px;
    }
    .sm\:gap-y-125p {
        row-gap: 125px;
    }
    .sm\:gap-y-130p {
        row-gap: 130px;
    }
    .sm\:gap-y-135p {
        row-gap: 135px;
    }
    .sm\:gap-y-132p {
        row-gap: 132px;
    }
    .sm\:gap-y-150p {
        row-gap: 150px;
    }
    .sm\:gap-y-216p {
        row-gap: 216px;
    }
    .sm\:gap-y-225p {
        row-gap: 225px;
    }
    .sm\:gap-y-296p {
        row-gap: 296px;
    }
    .sm\:gap-y-270p {
        row-gap: 270px;
    }
    .sm\:gap-y-137p {
        row-gap: 137px;
    }
    .sm\:gap-y-141p {
        row-gap: 141px;
    }
    .sm\:gap-y-146p {
        row-gap: 146px;
    }
    .sm\:gap-y-152p {
        row-gap: 152px;
    }
    .sm\:gap-y-155p {
        row-gap: 155px;
    }
    .sm\:gap-y-163p {
        row-gap: 163px;
    }
    .sm\:gap-y-168p {
        row-gap: 168px;
    }
    .sm\:gap-y-173p {
        row-gap: 173px;
    }
    .sm\:gap-y-210p {
        row-gap: 210px;
    }
    .sm\:gap-y-245p {
        row-gap: 245px;
    }
    .sm\:gap-y-250p {
        row-gap: 250px;
    }
    .sm\:gap-y-260p {
        row-gap: 260px;
    }
    .sm\:gap-y-263p {
        row-gap: 263px;
    }
    .sm\:gap-y-266p {
        row-gap: 266px;
    }
    .sm\:gap-y-275p {
        row-gap: 275px;
    }
    .sm\:gap-y-300p {
        row-gap: 300px;
    }
    .sm\:gap-y-312p {
        row-gap: 312px;
    }
    .sm\:gap-y-318p {
        row-gap: 318px;
    }
    .sm\:gap-y-322p {
        row-gap: 322px;
    }
    .sm\:gap-y-337p {
        row-gap: 337px;
    }
    .sm\:gap-y-345p {
        row-gap: 345px;
    }
    .sm\:gap-y-344p {
        row-gap: 344px;
    }
    .sm\:gap-y-354p {
        row-gap: 354px;
    }
    .sm\:gap-y-364p {
        row-gap: 364px;
    }
    .sm\:gap-y-370p {
        row-gap: 370px;
    }
    .sm\:gap-y-382p {
        row-gap: 382px;
    }
    .sm\:gap-y-385p {
        row-gap: 385px;
    }
    .sm\:gap-y-400p {
        row-gap: 400px;
    }
    .sm\:gap-y-407p {
        row-gap: 407px;
    }
    .sm\:gap-y-411p {
        row-gap: 411px;
    }
    .sm\:gap-y-418p {
        row-gap: 418px;
    }
    .sm\:gap-y-430p {
        row-gap: 430px;
    }
    .sm\:gap-y-450p {
        row-gap: 450px;
    }
    .sm\:gap-y-468p {
        row-gap: 468px;
    }
    .sm\:gap-y-485p {
        row-gap: 485px;
    }
    .sm\:gap-y-491p {
        row-gap: 491px;
    }
    .sm\:gap-y-494p {
        row-gap: 494px;
    }
    .sm\:gap-y-470p {
        row-gap: 470px;
    }
    .sm\:gap-y-480p {
        row-gap: 480px;
    }
    .sm\:gap-y-532p {
        row-gap: 532px;
    }
    .sm\:gap-y-556p {
        row-gap: 556px;
    }
    .sm\:gap-y-505p {
        row-gap: 505px;
    }
    .sm\:gap-y-1179p {
        row-gap: 1179px;
    }
    .sm\:gap-y-1253p {
        row-gap: 1253px;
    }
    .sm\:gap-y-1575p {
        row-gap: 1575px;
    }
    .sm\:gap-y-600p {
        row-gap: 600px;
    }
    .sm\:gap-y-649p {
        row-gap: 649px;
    }
    .sm\:gap-y-690p {
        row-gap: 690px;
    }
    .sm\:gap-y-19\% {
        row-gap: 19%;
    }
    .sm\:gap-y-23\% {
        row-gap: 23%;
    }
    .sm\:gap-y-24\% {
        row-gap: 24%;
    }
    .sm\:gap-y-36\% {
        row-gap: 36%;
    }
    .sm\:gap-y-27\% {
        row-gap: 27%;
    }
    .sm\:gap-y-28\% {
        row-gap: 28%;
    }
    .sm\:gap-y-42\% {
        row-gap: 42%;
    }
    .sm\:gap-y-46\% {
        row-gap: 46%;
    }
    .sm\:gap-y-49\% {
        row-gap: 49%;
    }
    .sm\:gap-y-54\% {
        row-gap: 54%;
    }
    .sm\:gap-y-58\% {
        row-gap: 58%;
    }
    .sm\:gap-y-72\% {
        row-gap: 72%;
    }
    .sm\:gap-y-76\% {
        row-gap: 76%;
    }
    .sm\:gap-y-77\% {
        row-gap: 77%;
    }
    .sm\:gap-y-340p {
        row-gap: 340px;
    }
    .sm\:gap-y-700p {
        row-gap: 700px;
    }
    .sm\:gap-y-848p {
        row-gap: 848px;
    }
    .sm\:gap-y-850p {
        row-gap: 850px;
    }
    .sm\:gap-y-860p {
        row-gap: 860px;
    }
    .sm\:gap-y-1425p {
        row-gap: 1425px;
    }
    .sm\:grid-flow-row {
        grid-auto-flow: row;
    }
    .sm\:grid-flow-col {
        grid-auto-flow: column;
    }
    .sm\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .sm\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:grid-cols-none {
        grid-template-columns: none;
    }
    .sm\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .sm\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .sm\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .sm\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .sm\:col-auto {
        grid-column: auto;
    }
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .sm\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .sm\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .sm\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .sm\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .sm\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .sm\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .sm\:col-span-full {
        grid-column: 1/-1;
    }
    .sm\:col-start-1 {
        grid-column-start: 1;
    }
    .sm\:col-start-2 {
        grid-column-start: 2;
    }
    .sm\:col-start-3 {
        grid-column-start: 3;
    }
    .sm\:col-start-4 {
        grid-column-start: 4;
    }
    .sm\:col-start-5 {
        grid-column-start: 5;
    }
    .sm\:col-start-6 {
        grid-column-start: 6;
    }
    .sm\:col-start-7 {
        grid-column-start: 7;
    }
    .sm\:col-start-8 {
        grid-column-start: 8;
    }
    .sm\:col-start-9 {
        grid-column-start: 9;
    }
    .sm\:col-start-10 {
        grid-column-start: 10;
    }
    .sm\:col-start-11 {
        grid-column-start: 11;
    }
    .sm\:col-start-12 {
        grid-column-start: 12;
    }
    .sm\:col-start-13 {
        grid-column-start: 13;
    }
    .sm\:col-start-auto {
        grid-column-start: auto;
    }
    .sm\:col-end-1 {
        grid-column-end: 1;
    }
    .sm\:col-end-2 {
        grid-column-end: 2;
    }
    .sm\:col-end-3 {
        grid-column-end: 3;
    }
    .sm\:col-end-4 {
        grid-column-end: 4;
    }
    .sm\:col-end-5 {
        grid-column-end: 5;
    }
    .sm\:col-end-6 {
        grid-column-end: 6;
    }
    .sm\:col-end-7 {
        grid-column-end: 7;
    }
    .sm\:col-end-8 {
        grid-column-end: 8;
    }
    .sm\:col-end-9 {
        grid-column-end: 9;
    }
    .sm\:col-end-10 {
        grid-column-end: 10;
    }
    .sm\:col-end-11 {
        grid-column-end: 11;
    }
    .sm\:col-end-12 {
        grid-column-end: 12;
    }
    .sm\:col-end-13 {
        grid-column-end: 13;
    }
    .sm\:col-end-auto {
        grid-column-end: auto;
    }
    .sm\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-rows-none {
        grid-template-rows: none;
    }
    .sm\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .sm\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .sm\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .sm\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .sm\:row-auto {
        grid-row: auto;
    }
    .sm\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .sm\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .sm\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .sm\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .sm\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .sm\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .sm\:row-span-full {
        grid-row: 1/-1;
    }
    .sm\:row-start-1 {
        grid-row-start: 1;
    }
    .sm\:row-start-2 {
        grid-row-start: 2;
    }
    .sm\:row-start-3 {
        grid-row-start: 3;
    }
    .sm\:row-start-4 {
        grid-row-start: 4;
    }
    .sm\:row-start-5 {
        grid-row-start: 5;
    }
    .sm\:row-start-6 {
        grid-row-start: 6;
    }
    .sm\:row-start-7 {
        grid-row-start: 7;
    }
    .sm\:row-start-auto {
        grid-row-start: auto;
    }
    .sm\:row-end-1 {
        grid-row-end: 1;
    }
    .sm\:row-end-2 {
        grid-row-end: 2;
    }
    .sm\:row-end-3 {
        grid-row-end: 3;
    }
    .sm\:row-end-4 {
        grid-row-end: 4;
    }
    .sm\:row-end-5 {
        grid-row-end: 5;
    }
    .sm\:row-end-6 {
        grid-row-end: 6;
    }
    .sm\:row-end-7 {
        grid-row-end: 7;
    }
    .sm\:row-end-auto {
        grid-row-end: auto;
    }
    .sm\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .sm\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .sm\:transform-none {
        transform: none;
    }
    .sm\:origin-center {
        transform-origin: center;
    }
    .sm\:origin-top {
        transform-origin: top;
    }
    .sm\:origin-top-right {
        transform-origin: top right;
    }
    .sm\:origin-right {
        transform-origin: right;
    }
    .sm\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .sm\:origin-bottom {
        transform-origin: bottom;
    }
    .sm\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .sm\:origin-left {
        transform-origin: left;
    }
    .sm\:origin-top-left {
        transform-origin: top left;
    }
    .sm\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .sm\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .sm\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .sm\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .sm\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .sm\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .sm\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .sm\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .sm\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .sm\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .sm\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .sm\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .sm\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .sm\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .sm\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .sm\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .sm\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .sm\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .sm\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .sm\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .sm\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .sm\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .sm\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .sm\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .sm\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .sm\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .sm\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .sm\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .sm\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .sm\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .sm\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .sm\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .sm\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .sm\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .sm\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .sm\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .sm\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .sm\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .sm\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .sm\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .sm\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .sm\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .sm\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .sm\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .sm\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .sm\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .sm\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .sm\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .sm\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .sm\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .sm\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .sm\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .sm\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .sm\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .sm\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .sm\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .sm\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .sm\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .sm\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .sm\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .sm\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .sm\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .sm\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .sm\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .sm\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .sm\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .sm\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .sm\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .sm\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .sm\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .sm\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .sm\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .sm\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .sm\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .sm\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .sm\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .sm\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .sm\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .sm\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .sm\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .sm\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .sm\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .sm\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .sm\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .sm\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .sm\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .sm\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .sm\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .sm\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .sm\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .sm\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .sm\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .sm\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .sm\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .sm\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .sm\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .sm\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .sm\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .sm\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .sm\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .sm\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .sm\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .sm\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .sm\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .sm\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .sm\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .sm\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .sm\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .sm\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .sm\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .sm\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .sm\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .sm\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .sm\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .sm\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .sm\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .sm\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .sm\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .sm\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .sm\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .sm\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .sm\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .sm\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .sm\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .sm\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .sm\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .sm\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .sm\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .sm\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .sm\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .sm\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .sm\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .sm\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .sm\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .sm\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .sm\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .sm\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .sm\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .sm\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .sm\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .sm\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .sm\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .sm\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .sm\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .sm\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .sm\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .sm\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .sm\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .sm\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .sm\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .sm\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .sm\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .sm\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .sm\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .sm\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .sm\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .sm\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .sm\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .sm\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .sm\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .sm\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .sm\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .sm\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .sm\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .sm\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .sm\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .sm\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .sm\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .sm\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .sm\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .sm\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .sm\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .sm\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .sm\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .sm\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .sm\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .sm\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .sm\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .sm\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .sm\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .sm\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .sm\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .sm\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .sm\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .sm\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .sm\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .sm\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .sm\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .sm\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .sm\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .sm\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .sm\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .sm\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .sm\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .sm\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .sm\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .sm\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .sm\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .sm\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .sm\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .sm\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .sm\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .sm\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .sm\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .sm\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .sm\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .sm\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .sm\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .sm\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .sm\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .sm\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .sm\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .sm\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .sm\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .sm\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .sm\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .sm\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .sm\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .sm\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .sm\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .sm\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .sm\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .sm\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .sm\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .sm\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .sm\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .sm\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .sm\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .sm\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .sm\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .sm\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .sm\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .sm\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .sm\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .sm\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .sm\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .sm\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .sm\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .sm\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .sm\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .sm\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .sm\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .sm\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .sm\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .sm\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .sm\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .sm\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .sm\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .sm\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .sm\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .sm\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .sm\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .sm\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .sm\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .sm\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .sm\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .sm\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .sm\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .sm\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .sm\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .sm\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .sm\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .sm\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .sm\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .sm\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .sm\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .sm\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .sm\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .sm\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .sm\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .sm\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .sm\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .sm\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .sm\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .sm\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .sm\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .sm\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .sm\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .sm\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .sm\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .sm\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .sm\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .sm\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .sm\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .sm\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .sm\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .sm\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .sm\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .sm\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .sm\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .sm\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .sm\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .sm\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .sm\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .sm\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .sm\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .sm\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .sm\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .sm\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .sm\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .sm\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .sm\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .sm\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .sm\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .sm\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .sm\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .sm\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .sm\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .sm\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .sm\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .sm\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .sm\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .sm\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .sm\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .sm\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .sm\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .sm\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .sm\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .sm\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .sm\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .sm\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .sm\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .sm\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .sm\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .sm\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .sm\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .sm\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .sm\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .sm\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .sm\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .sm\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .sm\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .sm\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .sm\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .sm\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .sm\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .sm\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .sm\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .sm\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .sm\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .sm\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .sm\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .sm\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .sm\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .sm\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .sm\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .sm\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .sm\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .sm\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .sm\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .sm\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .sm\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .sm\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .sm\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .sm\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .sm\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .sm\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .sm\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .sm\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .sm\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .sm\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .sm\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .sm\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .sm\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .sm\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .sm\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .sm\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .sm\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .sm\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .sm\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .sm\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .sm\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .sm\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .sm\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .sm\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .sm\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .sm\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .sm\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .sm\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .sm\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .sm\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .sm\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .sm\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .sm\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .sm\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .sm\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .sm\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .sm\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .sm\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .sm\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .sm\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .sm\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .sm\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .sm\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .sm\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .sm\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .sm\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .sm\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .sm\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .sm\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .sm\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .sm\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .sm\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .sm\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .sm\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .sm\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .sm\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .sm\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .sm\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .sm\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .sm\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .sm\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .sm\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .sm\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .sm\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .sm\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .sm\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .sm\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .sm\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .sm\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .sm\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .sm\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .sm\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .sm\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .sm\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .sm\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .sm\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .sm\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .sm\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .sm\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .sm\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .sm\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .sm\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .sm\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .sm\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .sm\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .sm\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .sm\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .sm\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .sm\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .sm\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .sm\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .sm\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .sm\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .sm\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .sm\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .sm\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .sm\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .sm\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .sm\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .sm\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .sm\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .sm\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .sm\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .sm\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .sm\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .sm\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .sm\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .sm\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .sm\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .sm\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .sm\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .sm\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .sm\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .sm\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .sm\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .sm\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .sm\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .sm\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .sm\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .sm\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .sm\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .sm\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .sm\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .sm\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .sm\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .sm\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .sm\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .sm\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .sm\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .sm\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .sm\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .sm\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .sm\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .sm\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .sm\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .sm\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .sm\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .sm\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .sm\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .sm\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .sm\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .sm\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .sm\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .sm\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .sm\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .sm\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .sm\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .sm\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .sm\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .sm\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .sm\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .sm\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .sm\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .sm\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .sm\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .sm\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .sm\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .sm\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .sm\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .sm\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .sm\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .sm\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .sm\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .sm\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .sm\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .sm\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .sm\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .sm\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .sm\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .sm\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .sm\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .sm\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .sm\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .sm\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .sm\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .sm\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .sm\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .sm\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .sm\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .sm\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .sm\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .sm\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .sm\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .sm\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .sm\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .sm\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .sm\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .sm\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .sm\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .sm\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .sm\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .sm\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .sm\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .sm\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .sm\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .sm\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .sm\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .sm\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .sm\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .sm\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .sm\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .sm\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .sm\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .sm\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .sm\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .sm\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .sm\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .sm\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .sm\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .sm\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .sm\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .sm\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .sm\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .sm\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .sm\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .sm\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .sm\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .sm\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .sm\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .sm\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .sm\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .sm\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .sm\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .sm\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .sm\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .sm\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .sm\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .sm\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .sm\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .sm\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .sm\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .sm\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .sm\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .sm\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .sm\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .sm\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .sm\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .sm\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .sm\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .sm\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .sm\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .sm\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .sm\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .sm\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .sm\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .sm\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .sm\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .sm\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .sm\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .sm\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .sm\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .sm\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .sm\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .sm\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .sm\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .sm\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .sm\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .sm\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .sm\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .sm\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .sm\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .sm\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .sm\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .sm\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .sm\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .sm\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .sm\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .sm\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .sm\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .sm\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .sm\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .sm\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .sm\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .sm\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .sm\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .sm\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .sm\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .sm\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .sm\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .sm\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .sm\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .sm\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .sm\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .sm\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .sm\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .sm\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .sm\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .sm\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .sm\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .sm\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .sm\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .sm\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .sm\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .sm\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .sm\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .sm\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .sm\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .sm\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .sm\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .sm\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .sm\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .sm\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .sm\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .sm\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .sm\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .sm\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .sm\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .sm\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .sm\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .sm\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .sm\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .sm\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .sm\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .sm\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .sm\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .sm\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .sm\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .sm\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .sm\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .sm\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .sm\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .sm\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .sm\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .sm\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .sm\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .sm\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .sm\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .sm\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .sm\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .sm\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .sm\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .sm\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .sm\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .sm\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .sm\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .sm\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .sm\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .sm\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .sm\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .sm\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .sm\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .sm\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .sm\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .sm\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .sm\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .sm\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .sm\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .sm\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .sm\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .sm\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .sm\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .sm\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .sm\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .sm\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .sm\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .sm\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .sm\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .sm\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .sm\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .sm\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .sm\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .sm\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .sm\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .sm\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .sm\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .sm\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .sm\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .sm\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .sm\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .sm\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .sm\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .sm\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .sm\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .sm\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .sm\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .sm\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .sm\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .sm\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .sm\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .sm\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .sm\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .sm\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .sm\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .sm\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .sm\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .sm\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .sm\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .sm\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .sm\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .sm\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .sm\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .sm\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .sm\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .sm\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .sm\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .sm\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .sm\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .sm\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .sm\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .sm\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .sm\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .sm\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .sm\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .sm\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .sm\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .sm\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .sm\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .sm\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .sm\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .sm\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .sm\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .sm\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .sm\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .sm\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .sm\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .sm\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .sm\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .sm\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .sm\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .sm\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .sm\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .sm\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .sm\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .sm\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .sm\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .sm\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .sm\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .sm\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .sm\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .sm\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .sm\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .sm\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .sm\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .sm\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .sm\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .sm\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .sm\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .sm\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .sm\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .sm\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .sm\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .sm\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .sm\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .sm\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .sm\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .sm\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .sm\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .sm\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .sm\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .sm\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .sm\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .sm\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .sm\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .sm\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .sm\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .sm\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .sm\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .sm\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .sm\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .sm\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .sm\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .sm\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .sm\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .sm\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .sm\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .sm\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .sm\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .sm\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .sm\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .sm\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .sm\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .sm\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .sm\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .sm\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .sm\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .sm\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .sm\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .sm\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .sm\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .sm\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .sm\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .sm\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .sm\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .sm\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .sm\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .sm\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .sm\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .sm\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .sm\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .sm\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .sm\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .sm\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .sm\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .sm\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .sm\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .sm\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .sm\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .sm\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .sm\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .sm\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .sm\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .sm\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .sm\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .sm\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .sm\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .sm\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .sm\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .sm\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .sm\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .sm\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .sm\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .sm\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .sm\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .sm\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .sm\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .sm\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .sm\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .sm\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .sm\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .sm\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .sm\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .sm\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .sm\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .sm\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .sm\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .sm\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .sm\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .sm\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .sm\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .sm\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .sm\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .sm\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .sm\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .sm\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .sm\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .sm\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .sm\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .sm\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .sm\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .sm\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .sm\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .sm\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .sm\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .sm\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .sm\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .sm\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .sm\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .sm\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .sm\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .sm\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .sm\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .sm\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .sm\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .sm\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .sm\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .sm\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .sm\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .sm\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .sm\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .sm\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .sm\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .sm\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .sm\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .sm\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .sm\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .sm\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .sm\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .sm\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .sm\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .sm\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .sm\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .sm\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .sm\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .sm\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .sm\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .sm\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .sm\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .sm\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .sm\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .sm\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .sm\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .sm\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .sm\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .sm\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .sm\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .sm\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .sm\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .sm\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .sm\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .sm\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .sm\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .sm\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .sm\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .sm\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .sm\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .sm\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .sm\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .sm\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .sm\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .sm\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .sm\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .sm\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .sm\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .sm\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .sm\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .sm\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .sm\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .sm\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .sm\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .sm\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .sm\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .sm\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .sm\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .sm\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .sm\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .sm\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .sm\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .sm\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .sm\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .sm\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .sm\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .sm\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .sm\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .sm\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .sm\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .sm\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .sm\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .sm\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .sm\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .sm\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .sm\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .sm\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .sm\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .sm\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .sm\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .sm\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .sm\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .sm\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .sm\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .sm\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .sm\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .sm\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .sm\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .sm\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .sm\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .sm\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .sm\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .sm\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .sm\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .sm\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .sm\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .sm\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .sm\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .sm\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .sm\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .sm\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .sm\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .sm\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .sm\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .sm\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .sm\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .sm\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .sm\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .sm\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .sm\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .sm\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .sm\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .sm\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .sm\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .sm\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .sm\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .sm\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .sm\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .sm\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .sm\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .sm\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .sm\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .sm\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .sm\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .sm\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .sm\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .sm\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .sm\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .sm\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .sm\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .sm\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .sm\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .sm\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .sm\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .sm\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .sm\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .sm\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .sm\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .sm\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .sm\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .sm\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .sm\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .sm\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .sm\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .sm\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .sm\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .sm\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .sm\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .sm\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .sm\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .sm\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .sm\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .sm\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .sm\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .sm\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .sm\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .sm\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .sm\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .sm\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .sm\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .sm\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .sm\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .sm\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .sm\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .sm\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .sm\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .sm\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .sm\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .sm\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .sm\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .sm\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .sm\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .sm\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .sm\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .sm\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .sm\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .sm\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .sm\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .sm\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .sm\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .sm\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .sm\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .sm\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .sm\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .sm\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .sm\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .sm\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .sm\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .sm\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .sm\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .sm\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .sm\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .sm\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .sm\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .sm\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .sm\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .sm\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .sm\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .sm\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .sm\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .sm\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .sm\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .sm\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .sm\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .sm\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .sm\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .sm\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .sm\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .sm\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .sm\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .sm\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .sm\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .sm\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .sm\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .sm\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .sm\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .sm\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .sm\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .sm\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .sm\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .sm\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .sm\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .sm\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .sm\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .sm\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .sm\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .sm\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .sm\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .sm\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .sm\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .sm\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .sm\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .sm\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .sm\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .sm\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .sm\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .sm\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .sm\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .sm\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .sm\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .sm\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .sm\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .sm\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .sm\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .sm\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .sm\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .sm\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .sm\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .sm\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .sm\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .sm\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .sm\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .sm\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .sm\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .sm\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .sm\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .sm\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .sm\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .sm\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .sm\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .sm\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .sm\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .sm\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .sm\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .sm\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .sm\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .sm\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .sm\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .sm\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .sm\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .sm\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .sm\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .sm\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .sm\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .sm\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .sm\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .sm\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .sm\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .sm\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .sm\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .sm\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .sm\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .sm\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .sm\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .sm\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .sm\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .sm\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .sm\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .sm\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .sm\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .sm\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .sm\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .sm\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .sm\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .sm\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .sm\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .sm\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .sm\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .sm\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .sm\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .sm\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .sm\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .sm\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .sm\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .sm\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .sm\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .sm\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .sm\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .sm\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .sm\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .sm\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .sm\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .sm\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .sm\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .sm\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .sm\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .sm\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .sm\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .sm\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .sm\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .sm\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .sm\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .sm\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .sm\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .sm\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .sm\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .sm\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .sm\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .sm\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .sm\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .sm\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .sm\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .sm\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .sm\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .sm\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .sm\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .sm\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .sm\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .sm\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .sm\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .sm\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .sm\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .sm\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .sm\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .sm\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .sm\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .sm\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .sm\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .sm\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .sm\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .sm\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .sm\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .sm\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .sm\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .sm\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .sm\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .sm\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .sm\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .sm\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .sm\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .sm\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .sm\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .sm\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .sm\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .sm\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .sm\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .sm\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .sm\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .sm\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .sm\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .sm\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .sm\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .sm\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .sm\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .sm\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .sm\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .sm\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .sm\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .sm\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .sm\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .sm\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .sm\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .sm\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .sm\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .sm\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .sm\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .sm\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .sm\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .sm\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .sm\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .sm\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .sm\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .sm\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .sm\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .sm\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .sm\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .sm\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .sm\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .sm\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .sm\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .sm\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .sm\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .sm\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .sm\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .sm\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .sm\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .sm\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .sm\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .sm\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .sm\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .sm\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .sm\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .sm\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .sm\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .sm\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .sm\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .sm\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .sm\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .sm\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .sm\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .sm\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .sm\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .sm\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .sm\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .sm\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .sm\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .sm\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .sm\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .sm\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .sm\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .sm\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .sm\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .sm\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .sm\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .sm\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .sm\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .sm\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .sm\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .sm\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .sm\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .sm\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .sm\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .sm\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .sm\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .sm\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .sm\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .sm\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .sm\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .sm\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .sm\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .sm\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .sm\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .sm\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .sm\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .sm\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .sm\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .sm\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .sm\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .sm\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .sm\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .sm\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .sm\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .sm\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .sm\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .sm\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .sm\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .sm\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .sm\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .sm\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .sm\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .sm\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .sm\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .sm\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .sm\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .sm\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .sm\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .sm\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .sm\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .sm\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .sm\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .sm\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .sm\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .sm\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .sm\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .sm\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .sm\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .sm\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .sm\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .sm\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .sm\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .sm\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .sm\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .sm\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .sm\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .sm\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .sm\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .sm\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .sm\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .sm\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .sm\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .sm\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .sm\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .sm\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .sm\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .sm\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .sm\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .sm\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .sm\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .sm\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .sm\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .sm\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .sm\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .sm\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .sm\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .sm\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .sm\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .sm\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .sm\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .sm\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .sm\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .sm\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .sm\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .sm\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .sm\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .sm\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .sm\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .sm\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .sm\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .sm\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .sm\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .sm\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .sm\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .sm\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .sm\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .sm\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .sm\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .sm\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .sm\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .sm\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .sm\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .sm\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .sm\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .sm\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .sm\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .sm\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .sm\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .sm\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .sm\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .sm\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .sm\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .sm\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .sm\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .sm\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .sm\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .sm\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .sm\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .sm\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .sm\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .sm\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .sm\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .sm\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .sm\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .sm\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .sm\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .sm\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .sm\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .sm\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .sm\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .sm\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .sm\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .sm\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .sm\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .sm\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .sm\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .sm\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .sm\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .sm\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .sm\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .sm\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .sm\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .sm\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .sm\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .sm\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .sm\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .sm\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .sm\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .sm\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .sm\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .sm\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .sm\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .sm\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .sm\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .sm\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .sm\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .sm\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .sm\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .sm\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .sm\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .sm\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .sm\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .sm\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .sm\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .sm\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .sm\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .sm\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .sm\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .sm\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .sm\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .sm\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .sm\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .sm\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .sm\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .sm\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .sm\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .sm\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .sm\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .sm\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .sm\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .sm\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .sm\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .sm\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .sm\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .sm\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .sm\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .sm\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .sm\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .sm\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .sm\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .sm\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .sm\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .sm\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .sm\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .sm\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .sm\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .sm\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .sm\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .sm\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .sm\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .sm\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .sm\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .sm\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .sm\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .sm\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .sm\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .sm\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .sm\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .sm\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .sm\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .sm\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .sm\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .sm\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .sm\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .sm\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .sm\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .sm\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .sm\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .sm\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .sm\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .sm\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .sm\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .sm\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .sm\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .sm\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .sm\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .sm\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .sm\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .sm\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .sm\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .sm\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .sm\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .sm\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .sm\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .sm\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .sm\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .sm\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .sm\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .sm\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .sm\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .sm\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .sm\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .sm\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .sm\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .sm\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .sm\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .sm\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .sm\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .sm\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .sm\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .sm\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .sm\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .sm\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .sm\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .sm\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .sm\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .sm\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .sm\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .sm\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .sm\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .sm\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .sm\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .sm\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .sm\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .sm\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .sm\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .sm\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .sm\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .sm\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .sm\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .sm\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .sm\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .sm\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .sm\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .sm\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .sm\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .sm\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .sm\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .sm\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .sm\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .sm\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .sm\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .sm\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .sm\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .sm\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .sm\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .sm\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .sm\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .sm\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .sm\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .sm\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .sm\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .sm\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .sm\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .sm\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .sm\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .sm\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .sm\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .sm\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .sm\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .sm\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .sm\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .sm\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .sm\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .sm\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .sm\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .sm\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .sm\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .sm\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .sm\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .sm\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .sm\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .sm\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .sm\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .sm\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .sm\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .sm\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .sm\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .sm\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .sm\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .sm\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .sm\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .sm\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .sm\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .sm\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .sm\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .sm\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .sm\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .sm\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .sm\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .sm\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .sm\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .sm\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .sm\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .sm\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .sm\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .sm\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .sm\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .sm\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .sm\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .sm\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .sm\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .sm\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .sm\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .sm\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .sm\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .sm\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .sm\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .sm\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .sm\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .sm\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .sm\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .sm\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .sm\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .sm\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .sm\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .sm\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .sm\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .sm\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .sm\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .sm\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .sm\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .sm\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .sm\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .sm\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .sm\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .sm\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .sm\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .sm\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .sm\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .sm\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .sm\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .sm\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .sm\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .sm\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .sm\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .sm\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .sm\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .sm\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .sm\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .sm\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .sm\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .sm\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .sm\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .sm\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .sm\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .sm\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .sm\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .sm\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .sm\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .sm\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .sm\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .sm\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .sm\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .sm\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .sm\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .sm\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .sm\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .sm\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .sm\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .sm\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .sm\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .sm\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .sm\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .sm\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .sm\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .sm\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .sm\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .sm\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .sm\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .sm\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .sm\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .sm\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .sm\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .sm\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .sm\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .sm\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .sm\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .sm\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .sm\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .sm\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .sm\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .sm\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .sm\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .sm\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .sm\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .sm\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .sm\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .sm\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .sm\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .sm\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .sm\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .sm\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .sm\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .sm\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .sm\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .sm\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .sm\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .sm\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .sm\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .sm\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .sm\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .sm\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .sm\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .sm\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .sm\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .sm\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .sm\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .sm\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .sm\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .sm\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .sm\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .sm\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .sm\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .sm\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .sm\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .sm\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .sm\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .sm\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .sm\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .sm\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .sm\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .sm\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .sm\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .sm\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .sm\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .sm\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .sm\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .sm\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .sm\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .sm\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .sm\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .sm\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .sm\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .sm\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .sm\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .sm\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .sm\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .sm\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .sm\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .sm\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .sm\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .sm\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .sm\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .sm\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .sm\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .sm\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .sm\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .sm\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .sm\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .sm\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .sm\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .sm\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .sm\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .sm\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .sm\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .sm\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .sm\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .sm\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .sm\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .sm\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .sm\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .sm\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .sm\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .sm\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .sm\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .sm\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .sm\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .sm\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .sm\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .sm\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .sm\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .sm\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .sm\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .sm\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .sm\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .sm\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .sm\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .sm\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .sm\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .sm\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .sm\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .sm\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .sm\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .sm\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .sm\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .sm\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .sm\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .sm\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .sm\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .sm\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .sm\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .sm\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .sm\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .sm\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .sm\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .sm\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .sm\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .sm\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .sm\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .sm\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .sm\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .sm\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .sm\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .sm\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .sm\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .sm\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .sm\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .sm\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .sm\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .sm\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .sm\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .sm\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .sm\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .sm\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .sm\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .sm\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .sm\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .sm\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .sm\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .sm\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .sm\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .sm\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .sm\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .sm\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .sm\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .sm\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .sm\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .sm\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .sm\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .sm\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .sm\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .sm\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .sm\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .sm\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .sm\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .sm\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .sm\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .sm\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .sm\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .sm\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .sm\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .sm\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .sm\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .sm\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .sm\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .sm\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .sm\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .sm\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .sm\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .sm\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .sm\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .sm\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .sm\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .sm\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .sm\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .sm\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .sm\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .sm\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .sm\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .sm\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .sm\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .sm\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .sm\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .sm\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .sm\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .sm\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .sm\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .sm\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .sm\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .sm\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .sm\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .sm\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .sm\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .sm\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .sm\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .sm\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .sm\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .sm\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .sm\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .sm\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .sm\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .sm\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .sm\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .sm\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .sm\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .sm\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .sm\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .sm\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .sm\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .sm\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .sm\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .sm\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .sm\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .sm\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .sm\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .sm\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .sm\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .sm\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .sm\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .sm\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .sm\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .sm\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .sm\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .sm\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .sm\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .sm\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .sm\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .sm\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .sm\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .sm\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .sm\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .sm\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .sm\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .sm\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .sm\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .sm\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .sm\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .sm\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .sm\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .sm\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .sm\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .sm\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .sm\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .sm\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .sm\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .sm\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .sm\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .sm\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .sm\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .sm\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .sm\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .sm\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .sm\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .sm\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .sm\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .sm\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .sm\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .sm\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .sm\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .sm\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .sm\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .sm\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .sm\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .sm\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .sm\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .sm\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .sm\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .sm\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .sm\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .sm\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .sm\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .sm\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .sm\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .sm\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .sm\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .sm\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .sm\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .sm\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .sm\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .sm\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .sm\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .sm\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .sm\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .sm\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .sm\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .sm\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .sm\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .sm\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .sm\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .sm\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .sm\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .sm\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .sm\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .sm\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .sm\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .sm\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .sm\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .sm\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .sm\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .sm\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .sm\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .sm\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .sm\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .sm\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .sm\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .sm\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .sm\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .sm\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .sm\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .sm\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .sm\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .sm\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .sm\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .sm\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .sm\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .sm\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .sm\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .sm\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .sm\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .sm\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .sm\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .sm\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .sm\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .sm\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .sm\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .sm\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .sm\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .sm\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .sm\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .sm\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .sm\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .sm\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .sm\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .sm\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .sm\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .sm\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .sm\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .sm\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .sm\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .sm\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .sm\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .sm\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .sm\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .sm\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .sm\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .sm\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .sm\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .sm\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .sm\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .sm\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .sm\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .sm\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .sm\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .sm\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .sm\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .sm\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .sm\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .sm\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .sm\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .sm\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .sm\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .sm\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .sm\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .sm\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .sm\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .sm\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .sm\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .sm\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .sm\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .sm\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .sm\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .sm\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .sm\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .sm\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .sm\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .sm\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .sm\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .sm\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .sm\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .sm\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .sm\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .sm\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .sm\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .sm\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .sm\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .sm\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .sm\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .sm\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .sm\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .sm\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .sm\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .sm\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .sm\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .sm\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .sm\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .sm\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .sm\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .sm\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .sm\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .sm\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .sm\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .sm\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .sm\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .sm\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .sm\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .sm\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .sm\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .sm\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .sm\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .sm\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .sm\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .sm\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .sm\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .sm\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .sm\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .sm\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .sm\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .sm\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .sm\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .sm\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .sm\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .sm\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .sm\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .sm\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .sm\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .sm\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .sm\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .sm\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .sm\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .sm\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .sm\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .sm\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .sm\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .sm\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .sm\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .sm\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .sm\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .sm\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .sm\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .sm\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .sm\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .sm\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .sm\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .sm\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .sm\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .sm\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .sm\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .sm\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .sm\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .sm\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .sm\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .sm\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .sm\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .sm\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .sm\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .sm\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .sm\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .sm\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .sm\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .sm\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .sm\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .sm\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .sm\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .sm\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .sm\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .sm\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .sm\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .sm\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .sm\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .sm\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .sm\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .sm\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .sm\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .sm\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .sm\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .sm\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .sm\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .sm\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .sm\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .sm\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .sm\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .sm\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .sm\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .sm\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .sm\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .sm\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .sm\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .sm\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .sm\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .sm\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .sm\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .sm\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .sm\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .sm\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .sm\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .sm\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .sm\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .sm\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .sm\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .sm\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .sm\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .sm\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .sm\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .sm\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .sm\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .sm\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .sm\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .sm\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .sm\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .sm\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .sm\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .sm\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .sm\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .sm\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .sm\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .sm\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .sm\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .sm\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .sm\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .sm\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .sm\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .sm\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .sm\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .sm\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .sm\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .sm\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .sm\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .sm\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .sm\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .sm\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .sm\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .sm\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .sm\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .sm\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .sm\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .sm\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .sm\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .sm\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .sm\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .sm\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .sm\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .sm\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .sm\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .sm\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .sm\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .sm\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .sm\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .sm\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .sm\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .sm\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .sm\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .sm\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .sm\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .sm\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .sm\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .sm\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .sm\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .sm\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .sm\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .sm\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .sm\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .sm\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .sm\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .sm\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .sm\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .sm\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .sm\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .sm\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .sm\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .sm\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .sm\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .sm\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .sm\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .sm\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .sm\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .sm\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .sm\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .sm\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .sm\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .sm\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .sm\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .sm\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .sm\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .sm\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .sm\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .sm\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .sm\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .sm\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .sm\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .sm\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .sm\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .sm\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .sm\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .sm\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .sm\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .sm\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .sm\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .sm\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .sm\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .sm\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .sm\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .sm\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .sm\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .sm\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .sm\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .sm\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .sm\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .sm\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .sm\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .sm\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .sm\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .sm\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .sm\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .sm\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .sm\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .sm\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .sm\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .sm\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .sm\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .sm\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .sm\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .sm\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .sm\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .sm\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .sm\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .sm\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .sm\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .sm\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .sm\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .sm\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .sm\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .sm\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .sm\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .sm\:transition-none {
        transition-property: none;
    }
    .sm\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:transition {
        transition-property: background-color, border-color, color, fill, stroke,
            opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .sm\:ease-linear {
        transition-timing-function: linear;
    }
    .sm\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .sm\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .sm\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .sm\:duration-75 {
        transition-duration: 75ms;
    }
    .sm\:duration-100 {
        transition-duration: 0.1s;
    }
    .sm\:duration-150 {
        transition-duration: 150ms;
    }
    .sm\:duration-200 {
        transition-duration: 0.2s;
    }
    .sm\:duration-300 {
        transition-duration: 0.3s;
    }
    .sm\:duration-500 {
        transition-duration: 0.5s;
    }
    .sm\:duration-700 {
        transition-duration: 0.7s;
    }
    .sm\:duration-1000 {
        transition-duration: 1s;
    }
    .sm\:delay-75 {
        transition-delay: 75ms;
    }
    .sm\:delay-100 {
        transition-delay: 0.1s;
    }
    .sm\:delay-150 {
        transition-delay: 150ms;
    }
    .sm\:delay-200 {
        transition-delay: 0.2s;
    }
    .sm\:delay-300 {
        transition-delay: 0.3s;
    }
    .sm\:delay-500 {
        transition-delay: 0.5s;
    }
    .sm\:delay-700 {
        transition-delay: 0.7s;
    }
    .sm\:delay-1000 {
        transition-delay: 1s;
    }
    .sm\:animate-none {
        animation: none;
    }
    .sm\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .sm\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .sm\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .sm\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 768px) {
    .md\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .md\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .md\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .md\:container {
            max-width: 480px;
        }
    }
    @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: 1920px) {
        .md\:container {
            max-width: 1920px;
        }
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .md\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .md\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .md\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .md\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .md\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .md\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }
    .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .md\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .md\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .md\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .md\:space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .md\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .md\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .md\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .md\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .md\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .md\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .md\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .md\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .md\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .md\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .md\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .md\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .md\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .md\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .md\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .md\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .md\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .md\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .md\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .md\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .md\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .md\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .md\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .md\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .md\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .md\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .md\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .md\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .md\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .md\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .md\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .md\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .md\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .md\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .md\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .md\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .md\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .md\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .md\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .md\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .md\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .md\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .md\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .md\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .md\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .md\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .md\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .md\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .md\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .md\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .md\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .md\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .md\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .md\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .md\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .md\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .md\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .md\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .md\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .md\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .md\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .md\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .md\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .md\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .md\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .md\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .md\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .md\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .md\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .md\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .md\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .md\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .md\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .md\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .md\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .md\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .md\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .md\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .md\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .md\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .md\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .md\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .md\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .md\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .md\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .md\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .md\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .md\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .md\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .md\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .md\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .md\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .md\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .md\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .md\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .md\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .md\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .md\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .md\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .md\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .md\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .md\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .md\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .md\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .md\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .md\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .md\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .md\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .md\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .md\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .md\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .md\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .md\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .md\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .md\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .md\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .md\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .md\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .md\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .md\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .md\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .md\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .md\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .md\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .md\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .md\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .md\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .md\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .md\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }
    .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .md\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .md\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }
    .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }
    .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }
    .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .md\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .md\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .md\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .md\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .md\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .md\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .md\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .md\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .md\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .md\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .md\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .md\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .md\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .md\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .md\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .md\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .md\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .md\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .md\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .md\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .md\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .md\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .md\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .md\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .md\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .md\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .md\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .md\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .md\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .md\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .md\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .md\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .md\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .md\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .md\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .md\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .md\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .md\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .md\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .md\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .md\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .md\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .md\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .md\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .md\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .md\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .md\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .md\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .md\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .md\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .md\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .md\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .md\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .md\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .md\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .md\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .md\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .md\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .md\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .md\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .md\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .md\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .md\:bg-fixed {
        background-attachment: fixed;
    }
    .md\:bg-local {
        background-attachment: local;
    }
    .md\:bg-scroll {
        background-attachment: scroll;
    }
    .md\:bg-clip-border {
        background-clip: border-box;
    }
    .md\:bg-clip-padding {
        background-clip: padding-box;
    }
    .md\:bg-clip-content {
        background-clip: content-box;
    }
    .md\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:bg-current {
        background-color: currentColor;
    }
    .md\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .md\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .md\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .md\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .md\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .md\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .md\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .md\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .md\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .md\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .md\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .md\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .md\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .md\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .md\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .md\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .md\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .md\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .md\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .md\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .md\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .md\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .md\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .md\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .md\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .md\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .md\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .md\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .md\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .md\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .md\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .md\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .md\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .md\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .md\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .md\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .md\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .md\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .md\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .md\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .md\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .md\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .md\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .md\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .md\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .md\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .md\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .md\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .md\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .md\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .md\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .md\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .md\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .md\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .md\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .md\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .md\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .md\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .md\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .md\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .md\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .md\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .md\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .md\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .md\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .md\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .md\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .md\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .md\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .md\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .md\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .md\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .md\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .md\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .md\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .md\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .md\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .md\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .md\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .md\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .md\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .md\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .md\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .md\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .md\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .md\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .md\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .md\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .md\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .md\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .md\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .md\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .md\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .md\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .md\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .md\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .md\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .md\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .md\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .md\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .md\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .md\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .md\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .md\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .md\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .md\:bg-gray-23 {
        background-color: #eee;
    }
    .md\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .md\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .md\:bg-gray-26 {
        background-color: #efefef;
    }
    .md\:bg-gray-27 {
        background-color: #bababa;
    }
    .md\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .md\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .md\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .md\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .md\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .md\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .md\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .md\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .md\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .md\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .md\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .md\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .md\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .md\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .md\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .md\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .md\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .md\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .md\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .md\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .md\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .md\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .md\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .md\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .md\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .md\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .md\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .md\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .md\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .md\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .md\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .md\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .md\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .md\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .md\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .md\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .md\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .md\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .md\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .md\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .md\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .md\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .md\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .md\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .md\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .md\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .md\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .md\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .md\:bg-none {
        background-image: none;
    }
    .md\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .md\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .md\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .md\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .md\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .md\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .md\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .md\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .md\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .md\:to-current {
        --tw-gradient-to: currentColor;
    }
    .md\:to-black {
        --tw-gradient-to: #000;
    }
    .md\:to-white {
        --tw-gradient-to: #fff;
    }
    .md\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .md\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .md\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .md\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .md\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .md\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .md\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .md\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .md\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .md\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .md\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .md\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .md\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .md\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .md\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .md\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .md\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .md\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .md\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .md\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .md\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .md\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .md\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .md\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .md\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .md\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .md\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .md\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .md\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .md\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .md\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .md\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .md\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .md\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .md\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .md\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .md\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .md\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .md\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .md\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .md\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .md\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .md\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .md\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .md\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .md\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .md\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .md\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .md\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .md\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .md\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .md\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .md\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .md\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .md\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .md\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .md\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .md\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .md\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .md\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .md\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .md\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .md\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .md\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .md\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .md\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .md\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .md\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .md\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .md\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .md\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .md\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .md\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .md\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .md\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .md\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .md\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .md\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .md\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .md\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .md\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .md\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .md\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .md\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .md\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .md\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .md\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .md\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .md\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .md\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .md\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .md\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .md\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .md\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .md\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .md\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .md\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .md\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .md\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .md\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .md\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .md\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .md\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .md\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .md\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .md\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .md\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .md\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .md\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .md\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .md\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .md\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .md\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .md\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .md\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .md\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .md\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .md\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .md\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .md\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .md\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .md\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .md\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .md\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .md\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .md\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .md\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .md\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .md\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .md\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .md\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .md\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .md\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .md\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .md\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .md\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .md\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .md\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .md\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:hover\:from-yellow-50:hover {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:hover\:from-yellow-100:hover {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:hover\:from-yellow-200:hover {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:hover\:from-yellow-300:hover {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:hover\:from-yellow-400:hover {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:hover\:from-yellow-500:hover {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:hover\:from-yellow-600:hover {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:hover\:from-yellow-700:hover {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:hover\:from-yellow-800:hover {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:hover\:from-yellow-900:hover {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:hover\:from-green-50:hover {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:hover\:from-green-100:hover {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:hover\:from-green-200:hover {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:hover\:from-green-300:hover {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:hover\:from-green-400:hover {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:hover\:from-green-500:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:hover\:from-green-600:hover {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:hover\:from-green-700:hover {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:hover\:from-green-800:hover {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:hover\:from-green-900:hover {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:hover\:from-blue-50:hover {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:hover\:from-blue-100:hover {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:hover\:from-blue-200:hover {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:hover\:from-blue-300:hover {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:hover\:from-blue-400:hover {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:hover\:from-blue-500:hover {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:hover\:from-blue-600:hover {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:hover\:from-blue-700:hover {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:hover\:from-blue-800:hover {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:hover\:from-blue-900:hover {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:hover\:from-purple-50:hover {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:hover\:from-purple-100:hover {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:hover\:from-purple-200:hover {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:hover\:from-purple-300:hover {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:hover\:from-purple-400:hover {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:hover\:from-purple-500:hover {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:hover\:from-purple-600:hover {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:hover\:from-purple-700:hover {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:hover\:from-purple-800:hover {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:hover\:from-purple-900:hover {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:hover\:from-pink-50:hover {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:hover\:from-pink-100:hover {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:hover\:from-pink-200:hover {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:hover\:from-pink-300:hover {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:hover\:from-pink-400:hover {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:hover\:from-pink-500:hover {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:hover\:from-pink-600:hover {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:hover\:from-pink-700:hover {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:hover\:from-pink-800:hover {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:hover\:from-pink-900:hover {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .md\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .md\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .md\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .md\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .md\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .md\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .md\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .md\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .md\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .md\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .md\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .md\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .md\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .md\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .md\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .md\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .md\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .md\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .md\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .md\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .md\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .md\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .md\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .md\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .md\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .md\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .md\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .md\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .md\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .md\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .md\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .md\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .md\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .md\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .md\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .md\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .md\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .md\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .md\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .md\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .md\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .md\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .md\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .md\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .md\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .md\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .md\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .md\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .md\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .md\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .md\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .md\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .md\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .md\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .md\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .md\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .md\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .md\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .md\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .md\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .md\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .md\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .md\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .md\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .md\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .md\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .md\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .md\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .md\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .md\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .md\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .md\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .md\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .md\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .md\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .md\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .md\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .md\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .md\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .md\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .md\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .md\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .md\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .md\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .md\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .md\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .md\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .md\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .md\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .md\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .md\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .md\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .md\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .md\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .md\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .md\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .md\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .md\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .md\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .md\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .md\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .md\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .md\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .md\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .md\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .md\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .md\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .md\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .md\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .md\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .md\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .md\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .md\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .md\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .md\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .md\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .md\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .md\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .md\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .md\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .md\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .md\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .md\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .md\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .md\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .md\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .md\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .md\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .md\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .md\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .md\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .md\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .md\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .md\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .md\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .md\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .md\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .md\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .md\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .md\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .md\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .md\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:focus\:from-yellow-50:focus {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:focus\:from-yellow-100:focus {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:focus\:from-yellow-200:focus {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:focus\:from-yellow-300:focus {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:focus\:from-yellow-400:focus {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:focus\:from-yellow-500:focus {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:focus\:from-yellow-600:focus {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:focus\:from-yellow-700:focus {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:focus\:from-yellow-800:focus {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:focus\:from-yellow-900:focus {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:focus\:from-green-50:focus {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:focus\:from-green-100:focus {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:focus\:from-green-200:focus {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:focus\:from-green-300:focus {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:focus\:from-green-400:focus {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:focus\:from-green-500:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:focus\:from-green-600:focus {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:focus\:from-green-700:focus {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:focus\:from-green-800:focus {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:focus\:from-green-900:focus {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:focus\:from-blue-50:focus {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:focus\:from-blue-100:focus {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:focus\:from-blue-200:focus {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:focus\:from-blue-300:focus {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:focus\:from-blue-400:focus {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:focus\:from-blue-500:focus {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:focus\:from-blue-600:focus {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:focus\:from-blue-700:focus {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:focus\:from-blue-800:focus {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:focus\:from-blue-900:focus {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:focus\:from-purple-50:focus {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:focus\:from-purple-100:focus {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:focus\:from-purple-200:focus {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:focus\:from-purple-300:focus {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:focus\:from-purple-400:focus {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:focus\:from-purple-500:focus {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:focus\:from-purple-600:focus {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:focus\:from-purple-700:focus {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:focus\:from-purple-800:focus {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:focus\:from-purple-900:focus {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:focus\:from-pink-50:focus {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:focus\:from-pink-100:focus {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:focus\:from-pink-200:focus {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:focus\:from-pink-300:focus {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:focus\:from-pink-400:focus {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:focus\:from-pink-500:focus {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:focus\:from-pink-600:focus {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:focus\:from-pink-700:focus {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:focus\:from-pink-800:focus {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:focus\:from-pink-900:focus {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .md\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .md\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .md\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .md\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .md\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .md\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .md\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .md\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .md\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .md\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .md\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .md\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .md\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .md\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .md\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .md\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .md\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .md\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .md\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .md\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .md\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .md\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .md\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .md\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .md\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .md\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .md\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .md\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .md\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .md\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .md\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .md\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .md\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .md\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .md\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .md\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .md\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .md\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .md\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .md\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .md\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .md\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .md\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .md\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .md\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .md\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .md\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .md\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .md\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .md\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .md\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .md\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .md\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .md\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .md\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .md\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .md\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .md\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .md\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .md\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .md\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .md\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .md\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .md\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .md\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .md\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .md\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .md\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .md\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .md\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .md\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .md\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .md\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .md\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .md\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .md\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .md\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .md\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .md\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .md\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .md\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .md\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .md\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .md\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .md\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .md\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .md\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .md\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .md\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .md\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .md\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .md\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .md\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .md\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .md\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .md\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .md\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .md\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .md\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .md\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .md\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .md\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .md\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .md\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .md\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .md\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .md\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .md\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .md\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .md\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .md\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .md\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .md\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .md\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .md\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .md\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .md\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .md\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .md\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .md\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .md\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .md\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .md\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .md\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .md\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .md\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .md\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .md\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .md\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .md\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .md\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .md\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .md\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .md\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .md\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .md\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .md\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .md\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .md\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .md\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .md\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .md\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .md\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .md\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .md\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .md\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .md\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .md\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .md\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .md\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .md\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .md\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .md\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .md\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .md\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .md\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .md\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .md\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .md\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .md\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .md\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .md\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .md\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .md\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .md\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .md\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .md\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .md\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .md\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .md\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .md\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .md\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .md\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .md\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .md\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .md\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .md\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .md\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .md\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .md\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .md\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .md\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .md\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .md\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .md\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .md\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .md\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .md\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .md\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .md\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .md\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .md\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .md\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .md\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .md\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .md\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .md\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .md\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .md\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .md\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .md\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .md\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .md\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .md\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .md\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .md\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .md\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .md\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .md\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .md\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .md\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .md\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .md\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .md\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .md\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .md\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .md\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .md\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .md\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .md\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .md\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .md\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .md\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .md\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .md\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .md\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .md\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .md\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .md\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .md\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .md\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .md\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .md\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .md\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .md\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .md\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .md\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .md\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .md\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .md\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .md\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .md\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .md\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .md\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .md\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .md\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .md\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .md\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .md\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .md\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .md\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .md\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .md\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .md\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .md\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .md\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .md\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .md\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .md\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .md\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .md\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .md\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .md\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .md\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .md\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .md\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .md\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .md\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .md\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .md\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .md\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .md\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .md\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .md\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .md\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .md\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .md\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .md\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .md\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .md\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .md\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .md\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .md\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .md\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .md\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .md\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .md\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .md\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .md\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .md\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .md\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .md\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .md\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .md\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .md\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .md\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .md\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .md\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .md\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .md\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .md\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .md\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .md\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .md\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .md\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .md\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .md\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .md\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .md\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .md\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .md\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .md\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .md\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .md\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .md\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .md\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .md\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .md\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .md\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .md\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .md\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .md\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .md\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .md\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .md\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .md\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .md\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .md\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .md\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .md\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .md\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .md\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .md\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .md\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .md\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .md\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .md\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .md\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .md\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .md\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .md\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .md\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .md\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .md\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .md\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .md\:bg-bottom {
        background-position: bottom;
    }
    .md\:bg-center {
        background-position: center;
    }
    .md\:bg-left {
        background-position: left;
    }
    .md\:bg-left-bottom {
        background-position: left bottom;
    }
    .md\:bg-left-top {
        background-position: left top;
    }
    .md\:bg-right {
        background-position: right;
    }
    .md\:bg-right-bottom {
        background-position: right bottom;
    }
    .md\:bg-right-top {
        background-position: right top;
    }
    .md\:bg-top {
        background-position: top;
    }
    .md\:bg-repeat {
        background-repeat: repeat;
    }
    .md\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .md\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .md\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .md\:bg-repeat-round {
        background-repeat: round;
    }
    .md\:bg-repeat-space {
        background-repeat: space;
    }
    .md\:bg-auto {
        background-size: auto;
    }
    .md\:bg-cover {
        background-size: cover;
    }
    .md\:bg-contain {
        background-size: contain;
    }
    .md\:border-collapse {
        border-collapse: collapse;
    }
    .md\:border-separate {
        border-collapse: separate;
    }
    .md\:border-transparent {
        border-color: transparent;
    }
    .md\:border-current {
        border-color: currentColor;
    }
    .md\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .md\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .md\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .md\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .md\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .md\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .md\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .md\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .md\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .md\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .md\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .md\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .md\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .md\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .md\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .md\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .md\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .md\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .md\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .md\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .md\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .md\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .md\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .md\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .md\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .md\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .md\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .md\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .md\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .md\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .md\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .md\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .md\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .md\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .md\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .md\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .md\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .md\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .md\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .md\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .md\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .md\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .md\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .md\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .md\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .md\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .md\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .md\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .md\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .md\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .md\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .md\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .md\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .md\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .md\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .md\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .md\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .md\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .md\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .md\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .md\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .md\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .md\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .md\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .md\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .md\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .md\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .md\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .md\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .md\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .md\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .md\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .md\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .md\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .md\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .md\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .md\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .md\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .md\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .md\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .md\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .md\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .md\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .md\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .md\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .md\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .md\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .md\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .md\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .md\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .md\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .md\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .md\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .md\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .md\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .md\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .md\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .md\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .md\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .md\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .md\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .md\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .md\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .md\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .md\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .md\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .md\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .md\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .md\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .md\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .md\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .md\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .md\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .md\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .md\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .md\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .md\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .md\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .md\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .md\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .md\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .md\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .md\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .md\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .md\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .md\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .md\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .md\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .md\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .md\:border-gray-23 {
        border-color: #eee;
    }
    .md\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .md\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .md\:border-gray-26 {
        border-color: #efefef;
    }
    .md\:border-gray-27 {
        border-color: #bababa;
    }
    .md\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .md\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .md\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .md\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .md\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .md\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .md\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .md\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .md\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .md\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .md\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .md\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .md\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .md\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .md\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .md\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .md\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .md\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .md\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .md\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .md\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .md\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .md\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .md\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .md\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .md\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .md\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .md\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .md\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .md\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .md\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .md\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .md\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .md\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .md\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .md\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .md\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .md\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .md\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .md\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .md\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .md\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .md\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .md\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .md\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .md\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .md\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .md\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .md\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .md\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .md\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .md\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .md\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .md\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .md\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .md\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .md\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .md\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .md\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .md\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .md\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .md\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .md\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .md\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .md\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .md\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .md\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .md\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .md\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .md\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .md\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .md\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .md\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .md\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .md\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .md\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .md\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .md\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .md\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .md\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .md\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .md\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .md\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .md\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .md\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .md\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .md\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .md\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .md\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .md\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .md\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .md\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .md\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .md\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .md\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .md\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .md\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .md\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .md\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .md\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .md\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .md\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .md\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .md\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .md\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .md\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .md\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .md\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .md\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .md\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .md\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .md\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .md\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .md\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .md\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .md\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .md\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .md\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .md\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .md\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .md\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .md\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .md\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .md\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .md\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .md\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .md\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .md\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .md\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .md\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .md\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .md\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .md\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .md\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .md\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .md\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .md\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .md\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .md\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .md\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .md\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .md\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .md\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .md\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .md\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .md\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .md\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .md\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .md\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .md\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .md\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .md\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .md\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .md\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .md\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .md\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .md\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .md\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .md\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .md\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .md\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .md\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .md\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .md\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .md\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .md\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .md\:rounded-none {
        border-radius: 0;
    }
    .md\:rounded-sm {
        border-radius: 0.125rem;
    }
    .md\:rounded {
        border-radius: 0.25rem;
    }
    .md\:rounded-md {
        border-radius: 0.375rem;
    }
    .md\:rounded-lg {
        border-radius: 0.5rem;
    }
    .md\:rounded-xl {
        border-radius: 0.75rem;
    }
    .md\:rounded-2xl {
        border-radius: 1rem;
    }
    .md\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .md\:rounded-full {
        border-radius: 9999px;
    }
    .md\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .md\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .md\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .md\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .md\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .md\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .md\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .md\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .md\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .md\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .md\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .md\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .md\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .md\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .md\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .md\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .md\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .md\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .md\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .md\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .md\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .md\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .md\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .md\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .md\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .md\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .md\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .md\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .md\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .md\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .md\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .md\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .md\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .md\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .md\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .md\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .md\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .md\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .md\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .md\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .md\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .md\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .md\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .md\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .md\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .md\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .md\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .md\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .md\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .md\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .md\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .md\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .md\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .md\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .md\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .md\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .md\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .md\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .md\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .md\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .md\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .md\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .md\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .md\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .md\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .md\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .md\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .md\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .md\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .md\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .md\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .md\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .md\:border-solid {
        border-style: solid;
    }
    .md\:border-dashed {
        border-style: dashed;
    }
    .md\:border-dotted {
        border-style: dotted;
    }
    .md\:border-double {
        border-style: double;
    }
    .md\:border-none {
        border-style: none;
    }
    .md\:border-0 {
        border-width: 0;
    }
    .md\:border-2 {
        border-width: 2px;
    }
    .md\:border-4 {
        border-width: 4px;
    }
    .md\:border-8 {
        border-width: 8px;
    }
    .md\:border {
        border-width: 1px;
    }
    .md\:border-t-0 {
        border-top-width: 0;
    }
    .md\:border-r-0 {
        border-right-width: 0;
    }
    .md\:border-b-0 {
        border-bottom-width: 0;
    }
    .md\:border-l-0 {
        border-left-width: 0;
    }
    .md\:border-t-2 {
        border-top-width: 2px;
    }
    .md\:border-r-2 {
        border-right-width: 2px;
    }
    .md\:border-b-2 {
        border-bottom-width: 2px;
    }
    .md\:border-l-2 {
        border-left-width: 2px;
    }
    .md\:border-t-4 {
        border-top-width: 4px;
    }
    .md\:border-r-4 {
        border-right-width: 4px;
    }
    .md\:border-b-4 {
        border-bottom-width: 4px;
    }
    .md\:border-l-4 {
        border-left-width: 4px;
    }
    .md\:border-t-8 {
        border-top-width: 8px;
    }
    .md\:border-r-8 {
        border-right-width: 8px;
    }
    .md\:border-b-8 {
        border-bottom-width: 8px;
    }
    .md\:border-l-8 {
        border-left-width: 8px;
    }
    .md\:border-t {
        border-top-width: 1px;
    }
    .md\:border-r {
        border-right-width: 1px;
    }
    .md\:border-b {
        border-bottom-width: 1px;
    }
    .md\:border-l {
        border-left-width: 1px;
    }
    .md\:box-border {
        box-sizing: border-box;
    }
    .md\:box-content {
        box-sizing: content-box;
    }
    .md\:cursor-auto {
        cursor: auto;
    }
    .md\:cursor-default {
        cursor: default;
    }
    .md\:cursor-pointer {
        cursor: pointer;
    }
    .md\:cursor-wait {
        cursor: wait;
    }
    .md\:cursor-text {
        cursor: text;
    }
    .md\:cursor-move {
        cursor: move;
    }
    .md\:cursor-help {
        cursor: help;
    }
    .md\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:inline {
        display: inline;
    }
    .md\:flex {
        display: flex;
    }
    .md\:inline-flex {
        display: inline-flex;
    }
    .md\:table {
        display: table;
    }
    .md\:table-caption {
        display: table-caption;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:table-column {
        display: table-column;
    }
    .md\:table-column-group {
        display: table-column-group;
    }
    .md\:table-footer-group {
        display: table-footer-group;
    }
    .md\:table-header-group {
        display: table-header-group;
    }
    .md\:table-row-group {
        display: table-row-group;
    }
    .md\:table-row {
        display: table-row;
    }
    .md\:flow-root {
        display: flow-root;
    }
    .md\:grid {
        display: grid;
    }
    .md\:inline-grid {
        display: inline-grid;
    }
    .md\:contents {
        display: contents;
    }
    .md\:hidden {
        display: none;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:place-items-auto {
        place-items: auto;
    }
    .md\:place-items-start {
        place-items: start;
    }
    .md\:place-items-end {
        place-items: end;
    }
    .md\:place-items-center {
        place-items: center;
    }
    .md\:place-items-stretch {
        place-items: stretch;
    }
    .md\:place-content-center {
        place-content: center;
    }
    .md\:place-content-start {
        place-content: start;
    }
    .md\:place-content-end {
        place-content: end;
    }
    .md\:place-content-between {
        place-content: space-between;
    }
    .md\:place-content-around {
        place-content: space-around;
    }
    .md\:place-content-evenly {
        place-content: space-evenly;
    }
    .md\:place-content-stretch {
        place-content: stretch;
    }
    .md\:place-self-auto {
        place-self: auto;
    }
    .md\:place-self-start {
        place-self: start;
    }
    .md\:place-self-end {
        place-self: end;
    }
    .md\:place-self-center {
        place-self: center;
    }
    .md\:place-self-stretch {
        place-self: stretch;
    }
    .md\:items-start {
        align-items: flex-start;
    }
    .md\:items-end {
        align-items: flex-end;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:items-baseline {
        align-items: baseline;
    }
    .md\:items-stretch {
        align-items: stretch;
    }
    .md\:content-center {
        align-content: center;
    }
    .md\:content-start {
        align-content: flex-start;
    }
    .md\:content-end {
        align-content: flex-end;
    }
    .md\:content-between {
        align-content: space-between;
    }
    .md\:content-around {
        align-content: space-around;
    }
    .md\:content-evenly {
        align-content: space-evenly;
    }
    .md\:self-auto {
        align-self: auto;
    }
    .md\:self-start {
        align-self: flex-start;
    }
    .md\:self-end {
        align-self: flex-end;
    }
    .md\:self-center {
        align-self: center;
    }
    .md\:self-stretch {
        align-self: stretch;
    }
    .md\:justify-items-auto {
        justify-items: auto;
    }
    .md\:justify-items-start {
        justify-items: start;
    }
    .md\:justify-items-end {
        justify-items: end;
    }
    .md\:justify-items-center {
        justify-items: center;
    }
    .md\:justify-items-stretch {
        justify-items: stretch;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:justify-around {
        justify-content: space-around;
    }
    .md\:justify-evenly {
        justify-content: space-evenly;
    }
    .md\:justify-self-auto {
        justify-self: auto;
    }
    .md\:justify-self-start {
        justify-self: start;
    }
    .md\:justify-self-end {
        justify-self: end;
    }
    .md\:justify-self-center {
        justify-self: center;
    }
    .md\:justify-self-stretch {
        justify-self: stretch;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-auto {
        flex: 1 1 auto;
    }
    .md\:flex-initial {
        flex: 0 1 auto;
    }
    .md\:flex-none {
        flex: none;
    }
    .md\:flex-grow-0 {
        flex-grow: 0;
    }
    .md\:flex-grow {
        flex-grow: 1;
    }
    .md\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .md\:flex-shrink {
        flex-shrink: 1;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-3 {
        order: 3;
    }
    .md\:order-4 {
        order: 4;
    }
    .md\:order-5 {
        order: 5;
    }
    .md\:order-6 {
        order: 6;
    }
    .md\:order-7 {
        order: 7;
    }
    .md\:order-8 {
        order: 8;
    }
    .md\:order-9 {
        order: 9;
    }
    .md\:order-10 {
        order: 10;
    }
    .md\:order-11 {
        order: 11;
    }
    .md\:order-12 {
        order: 12;
    }
    .md\:order-first {
        order: -9999;
    }
    .md\:order-last {
        order: 9999;
    }
    .md\:order-none {
        order: 0;
    }
    .md\:float-right {
        float: right;
    }
    .md\:float-left {
        float: left;
    }
    .md\:float-none {
        float: none;
    }
    .md\:clear-left {
        clear: left;
    }
    .md\:clear-right {
        clear: right;
    }
    .md\:clear-both {
        clear: both;
    }
    .md\:clear-none {
        clear: none;
    }
    .md\:font-sans {
        font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
            BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
            "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
    }
    .md\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .md\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .md\:font-DM {
        font-family: DM Sans;
    }
    .md\:font-thin {
        font-weight: 100;
    }
    .md\:font-extralight {
        font-weight: 200;
    }
    .md\:font-light {
        font-weight: 300;
    }
    .md\:font-normal {
        font-weight: 400;
    }
    .md\:font-medium {
        font-weight: 500;
    }
    .md\:font-semibold {
        font-weight: 600;
    }
    .md\:font-bold {
        font-weight: 700;
    }
    .md\:font-extrabold {
        font-weight: 800;
    }
    .md\:font-black {
        font-weight: 900;
    }
    .md\:h-0 {
        height: 0;
    }
    .md\:h-1 {
        height: 0.25rem;
    }
    .md\:h-2 {
        height: 0.5rem;
    }
    .md\:h-3 {
        height: 0.75rem;
    }
    .md\:h-4 {
        height: 1rem;
    }
    .md\:h-5 {
        height: 1.25rem;
    }
    .md\:h-6 {
        height: 1.5rem;
    }
    .md\:h-7 {
        height: 1.75rem;
    }
    .md\:h-8 {
        height: 2rem;
    }
    .md\:h-9 {
        height: 2.25rem;
    }
    .md\:h-10 {
        height: 2.5rem;
    }
    .md\:h-11 {
        height: 2.75rem;
    }
    .md\:h-12 {
        height: 3rem;
    }
    .md\:h-14 {
        height: 3.5rem;
    }
    .md\:h-16 {
        height: 4rem;
    }
    .md\:h-20 {
        height: 5rem;
    }
    .md\:h-23 {
        height: 88px;
    }
    .md\:h-24 {
        height: 6rem;
    }
    .md\:h-25 {
        height: 100px;
    }
    .md\:h-28 {
        height: 7rem;
    }
    .md\:h-29 {
        height: 120px;
    }
    .md\:h-32 {
        height: 8rem;
    }
    .md\:h-33 {
        height: 130px;
    }
    .md\:h-36 {
        height: 9rem;
    }
    .md\:h-40 {
        height: 10rem;
    }
    .md\:h-44 {
        height: 11rem;
    }
    .md\:h-48 {
        height: 12rem;
    }
    .md\:h-52 {
        height: 13rem;
    }
    .md\:h-56 {
        height: 14rem;
    }
    .md\:h-60 {
        height: 15rem;
    }
    .md\:h-63 {
        height: 270px;
    }
    .md\:h-64 {
        height: 16rem;
    }
    .md\:h-72 {
        height: 18rem;
    }
    .md\:h-80 {
        height: 20rem;
    }
    .md\:h-92 {
        height: 475px;
    }
    .md\:h-96 {
        height: 24rem;
    }
    .md\:h-128 {
        height: 32rem;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-px {
        height: 1px;
    }
    .md\:h-0\.5 {
        height: 0.125rem;
    }
    .md\:h-1\.5 {
        height: 0.375rem;
    }
    .md\:h-2\.5 {
        height: 0.625rem;
    }
    .md\:h-3\.5 {
        height: 0.875rem;
    }
    .md\:h-105p {
        height: 105px;
    }
    .md\:h-50p {
        height: 50px;
    }
    .md\:h-54p {
        height: 54px;
    }
    .md\:h-1p {
        height: 1px;
    }
    .md\:h-2p {
        height: 2px;
    }
    .md\:h-3p {
        height: 3px;
    }
    .md\:h-5p {
        height: 5px;
    }
    .md\:h-7p {
        height: 7px;
    }
    .md\:h-9p {
        height: 9px;
    }
    .md\:h-10p {
        height: 10px;
    }
    .md\:h-11p {
        height: 11px;
    }
    .md\:h-13p {
        height: 13px;
    }
    .md\:h-15p {
        height: 15px;
    }
    .md\:h-18p {
        height: 18px;
    }
    .md\:h-19p {
        height: 19px;
    }
    .md\:h-21p {
        height: 21px;
    }
    .md\:h-22p {
        height: 22px;
    }
    .md\:h-23p {
        height: 23px;
    }
    .md\:h-25p {
        height: 25px;
    }
    .md\:h-26p {
        height: 26px;
    }
    .md\:h-29p {
        height: 29px;
    }
    .md\:h-30p {
        height: 30px;
    }
    .md\:h-31p {
        height: 31px;
    }
    .md\:h-35p {
        height: 35px;
    }
    .md\:h-52p {
        height: 52px;
    }
    .md\:h-53p {
        height: 53px;
    }
    .md\:h-55p {
        height: 55px;
    }
    .md\:h-59p {
        height: 59px;
    }
    .md\:h-27p {
        height: 27px;
    }
    .md\:h-33\.5p {
        height: 33.5px;
    }
    .md\:h-38p {
        height: 38px;
    }
    .md\:h-40p {
        height: 40px;
    }
    .md\:h-46p {
        height: 46px;
    }
    .md\:h-47p {
        height: 47px;
    }
    .md\:h-49p {
        height: 49px;
    }
    .md\:h-58p {
        height: 58px;
    }
    .md\:h-75p {
        height: 75px;
    }
    .md\:h-77p {
        height: 77px;
    }
    .md\:h-60p {
        height: 60px;
    }
    .md\:h-65p {
        height: 65px;
    }
    .md\:h-66p {
        height: 66px;
    }
    .md\:h-68p {
        height: 68px;
    }
    .md\:h-70p {
        height: 70px;
    }
    .md\:h-72p {
        height: 72px;
    }
    .md\:h-74p {
        height: 74px;
    }
    .md\:h-78p {
        height: 78px;
    }
    .md\:h-80p {
        height: 80px;
    }
    .md\:h-82p {
        height: 82px;
    }
    .md\:h-84p {
        height: 84px;
    }
    .md\:h-89p {
        height: 89px;
    }
    .md\:h-93p {
        height: 93px;
    }
    .md\:h-90p {
        height: 90px;
    }
    .md\:h-97p {
        height: 97px;
    }
    .md\:h-103p {
        height: 103px;
    }
    .md\:h-116p {
        height: 116px;
    }
    .md\:h-120p {
        height: 120px;
    }
    .md\:h-125p {
        height: 125px;
    }
    .md\:h-130p {
        height: 130px;
    }
    .md\:h-135p {
        height: 135px;
    }
    .md\:h-132p {
        height: 132px;
    }
    .md\:h-150p {
        height: 150px;
    }
    .md\:h-216p {
        height: 216px;
    }
    .md\:h-225p {
        height: 225px;
    }
    .md\:h-296p {
        height: 296px;
    }
    .md\:h-270p {
        height: 270px;
    }
    .md\:h-137p {
        height: 137px;
    }
    .md\:h-141p {
        height: 141px;
    }
    .md\:h-146p {
        height: 146px;
    }
    .md\:h-152p {
        height: 152px;
    }
    .md\:h-155p {
        height: 155px;
    }
    .md\:h-163p {
        height: 163px;
    }
    .md\:h-168p {
        height: 168px;
    }
    .md\:h-173p {
        height: 173px;
    }
    .md\:h-210p {
        height: 210px;
    }
    .md\:h-245p {
        height: 245px;
    }
    .md\:h-250p {
        height: 250px;
    }
    .md\:h-260p {
        height: 260px;
    }
    .md\:h-263p {
        height: 263px;
    }
    .md\:h-266p {
        height: 266px;
    }
    .md\:h-275p {
        height: 275px;
    }
    .md\:h-300p {
        height: 300px;
    }
    .md\:h-312p {
        height: 312px;
    }
    .md\:h-318p {
        height: 318px;
    }
    .md\:h-322p {
        height: 322px;
    }
    .md\:h-337p {
        height: 337px;
    }
    .md\:h-345p {
        height: 345px;
    }
    .md\:h-344p {
        height: 344px;
    }
    .md\:h-354p {
        height: 354px;
    }
    .md\:h-364p {
        height: 364px;
    }
    .md\:h-370p {
        height: 370px;
    }
    .md\:h-382p {
        height: 382px;
    }
    .md\:h-385p {
        height: 385px;
    }
    .md\:h-400p {
        height: 400px;
    }
    .md\:h-407p {
        height: 407px;
    }
    .md\:h-411p {
        height: 411px;
    }
    .md\:h-418p {
        height: 418px;
    }
    .md\:h-430p {
        height: 430px;
    }
    .md\:h-450p {
        height: 450px;
    }
    .md\:h-468p {
        height: 468px;
    }
    .md\:h-485p {
        height: 485px;
    }
    .md\:h-491p {
        height: 491px;
    }
    .md\:h-494p {
        height: 494px;
    }
    .md\:h-470p {
        height: 470px;
    }
    .md\:h-480p {
        height: 480px;
    }
    .md\:h-532p {
        height: 532px;
    }
    .md\:h-556p {
        height: 556px;
    }
    .md\:h-505p {
        height: 505px;
    }
    .md\:h-1179p {
        height: 1179px;
    }
    .md\:h-1253p {
        height: 1253px;
    }
    .md\:h-1575p {
        height: 1575px;
    }
    .md\:h-600p {
        height: 600px;
    }
    .md\:h-649p {
        height: 649px;
    }
    .md\:h-690p {
        height: 690px;
    }
    .md\:h-19\% {
        height: 19%;
    }
    .md\:h-23\% {
        height: 23%;
    }
    .md\:h-24\% {
        height: 24%;
    }
    .md\:h-36\% {
        height: 36%;
    }
    .md\:h-27\% {
        height: 27%;
    }
    .md\:h-28\% {
        height: 28%;
    }
    .md\:h-42\% {
        height: 42%;
    }
    .md\:h-46\% {
        height: 46%;
    }
    .md\:h-49\% {
        height: 49%;
    }
    .md\:h-54\% {
        height: 54%;
    }
    .md\:h-58\% {
        height: 58%;
    }
    .md\:h-72\% {
        height: 72%;
    }
    .md\:h-76\% {
        height: 76%;
    }
    .md\:h-77\% {
        height: 77%;
    }
    .md\:h-340p {
        height: 340px;
    }
    .md\:h-700p {
        height: 700px;
    }
    .md\:h-848p {
        height: 848px;
    }
    .md\:h-850p {
        height: 850px;
    }
    .md\:h-860p {
        height: 860px;
    }
    .md\:h-1425p {
        height: 1425px;
    }
    .md\:h-1\/2 {
        height: 50%;
    }
    .md\:h-1\/3 {
        height: 33.333333%;
    }
    .md\:h-2\/3 {
        height: 66.666667%;
    }
    .md\:h-1\/4 {
        height: 25%;
    }
    .md\:h-2\/4 {
        height: 50%;
    }
    .md\:h-3\/4 {
        height: 75%;
    }
    .md\:h-1\/5 {
        height: 20%;
    }
    .md\:h-2\/5 {
        height: 40%;
    }
    .md\:h-3\/5 {
        height: 60%;
    }
    .md\:h-4\/5 {
        height: 80%;
    }
    .md\:h-1\/6 {
        height: 16.666667%;
    }
    .md\:h-2\/6 {
        height: 33.333333%;
    }
    .md\:h-3\/6 {
        height: 50%;
    }
    .md\:h-4\/6 {
        height: 66.666667%;
    }
    .md\:h-5\/6 {
        height: 83.333333%;
    }
    .md\:h-full {
        height: 100%;
    }
    .md\:h-screen {
        height: 100vh;
    }
    .md\:text-8 {
        font-size: 8px;
    }
    .md\:text-11 {
        font-size: 11px;
    }
    .md\:text-13 {
        font-size: 13px;
    }
    .md\:text-15 {
        font-size: 15px;
    }
    .md\:text-17 {
        font-size: 17px;
    }
    .md\:text-18 {
        font-size: 18px;
    }
    .md\:text-19 {
        font-size: 19px;
    }
    .md\:text-20 {
        font-size: 20px;
    }
    .md\:text-22 {
        font-size: 22px;
    }
    .md\:text-23 {
        font-size: 23px;
    }
    .md\:text-26 {
        font-size: 26px;
    }
    .md\:text-28 {
        font-size: 28px;
    }
    .md\:text-32 {
        font-size: 32px;
    }
    .md\:text-33 {
        font-size: 33px;
    }
    .md\:text-34 {
        font-size: 34px;
    }
    .md\:text-40 {
        font-size: 40px;
    }
    .md\:text-42 {
        font-size: 42px;
    }
    .md\:text-46 {
        font-size: 46px;
    }
    .md\:text-52 {
        font-size: 52px;
    }
    .md\:text-66 {
        font-size: 66px;
    }
    .md\:text-108 {
        font-size: 108px;
    }
    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .md\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .md\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .md\:text-xss {
        font-size: 10px;
    }
    .md\:text-2\.5xl {
        font-size: 28px;
    }
    .md\:leading-3 {
        line-height: 0.75rem;
    }
    .md\:leading-4 {
        line-height: 1rem;
    }
    .md\:leading-5 {
        line-height: 1.25rem;
    }
    .md\:leading-6 {
        line-height: 1.5rem;
    }
    .md\:leading-7 {
        line-height: 1.75rem;
    }
    .md\:leading-8 {
        line-height: 2rem;
    }
    .md\:leading-9 {
        line-height: 2.25rem;
    }
    .md\:leading-10 {
        line-height: 2.5rem;
    }
    .md\:leading-none {
        line-height: 1;
    }
    .md\:leading-tight {
        line-height: 1.25;
    }
    .md\:leading-snug {
        line-height: 1.375;
    }
    .md\:leading-normal {
        line-height: 1.5;
    }
    .md\:leading-relaxed {
        line-height: 1.625;
    }
    .md\:leading-loose {
        line-height: 2;
    }
    .md\:leading-15p {
        line-height: 15px;
    }
    .md\:leading-22p {
        line-height: 22px;
    }
    .md\:leading-29p {
        line-height: 29px;
    }
    .md\:leading-34p {
        line-height: 34px;
    }
    .md\:leading-42p {
        line-height: 42px;
    }
    .md\:leading-48p {
        line-height: 48px;
    }
    .md\:leading-55p {
        line-height: 55px;
    }
    .md\:leading-60p {
        line-height: 60px;
    }
    .md\:leading-140p {
        line-height: 140px;
    }
    .md\:list-inside {
        list-style-position: inside;
    }
    .md\:list-outside {
        list-style-position: outside;
    }
    .md\:list-none {
        list-style-type: none;
    }
    .md\:list-disc {
        list-style-type: disc;
    }
    .md\:list-decimal {
        list-style-type: decimal;
    }
    .md\:m-0 {
        margin: 0;
    }
    .md\:m-1 {
        margin: 0.25rem;
    }
    .md\:m-2 {
        margin: 0.5rem;
    }
    .md\:m-3 {
        margin: 0.75rem;
    }
    .md\:m-4 {
        margin: 1rem;
    }
    .md\:m-5 {
        margin: 1.25rem;
    }
    .md\:m-6 {
        margin: 1.5rem;
    }
    .md\:m-7 {
        margin: 1.75rem;
    }
    .md\:m-8 {
        margin: 2rem;
    }
    .md\:m-9 {
        margin: 2.25rem;
    }
    .md\:m-10 {
        margin: 2.5rem;
    }
    .md\:m-11 {
        margin: 2.75rem;
    }
    .md\:m-12 {
        margin: 3rem;
    }
    .md\:m-14 {
        margin: 3.5rem;
    }
    .md\:m-16 {
        margin: 4rem;
    }
    .md\:m-20 {
        margin: 5rem;
    }
    .md\:m-23 {
        margin: 88px;
    }
    .md\:m-24 {
        margin: 6rem;
    }
    .md\:m-25 {
        margin: 100px;
    }
    .md\:m-28 {
        margin: 7rem;
    }
    .md\:m-29 {
        margin: 120px;
    }
    .md\:m-32 {
        margin: 8rem;
    }
    .md\:m-33 {
        margin: 130px;
    }
    .md\:m-36 {
        margin: 9rem;
    }
    .md\:m-40 {
        margin: 10rem;
    }
    .md\:m-44 {
        margin: 11rem;
    }
    .md\:m-48 {
        margin: 12rem;
    }
    .md\:m-52 {
        margin: 13rem;
    }
    .md\:m-56 {
        margin: 14rem;
    }
    .md\:m-60 {
        margin: 15rem;
    }
    .md\:m-63 {
        margin: 270px;
    }
    .md\:m-64 {
        margin: 16rem;
    }
    .md\:m-72 {
        margin: 18rem;
    }
    .md\:m-80 {
        margin: 20rem;
    }
    .md\:m-92 {
        margin: 375px;
    }
    .md\:m-96 {
        margin: 24rem;
    }
    .md\:m-128 {
        margin: 32rem;
    }
    .md\:m-auto {
        margin: auto;
    }
    .md\:m-px {
        margin: 1px;
    }
    .md\:m-0\.5 {
        margin: 0.125rem;
    }
    .md\:m-1\.5 {
        margin: 0.375rem;
    }
    .md\:m-2\.5 {
        margin: 0.625rem;
    }
    .md\:m-3\.5 {
        margin: 0.875rem;
    }
    .md\:m-105p {
        margin: 105px;
    }
    .md\:m-50p {
        margin: 50px;
    }
    .md\:m-54p {
        margin: 54px;
    }
    .md\:m-1p {
        margin: 1px;
    }
    .md\:m-2p {
        margin: 2px;
    }
    .md\:m-3p {
        margin: 3px;
    }
    .md\:m-5p {
        margin: 5px;
    }
    .md\:m-7p {
        margin: 7px;
    }
    .md\:m-9p {
        margin: 9px;
    }
    .md\:m-10p {
        margin: 10px;
    }
    .md\:m-11p {
        margin: 11px;
    }
    .md\:m-13p {
        margin: 13px;
    }
    .md\:m-15p {
        margin: 15px;
    }
    .md\:m-18p {
        margin: 18px;
    }
    .md\:m-19p {
        margin: 19px;
    }
    .md\:m-21p {
        margin: 21px;
    }
    .md\:m-22p {
        margin: 22px;
    }
    .md\:m-23p {
        margin: 23px;
    }
    .md\:m-25p {
        margin: 25px;
    }
    .md\:m-26p {
        margin: 26px;
    }
    .md\:m-29p {
        margin: 29px;
    }
    .md\:m-30p {
        margin: 30px;
    }
    .md\:m-31p {
        margin: 31px;
    }
    .md\:m-35p {
        margin: 35px;
    }
    .md\:m-52p {
        margin: 52px;
    }
    .md\:m-53p {
        margin: 53px;
    }
    .md\:m-55p {
        margin: 55px;
    }
    .md\:m-59p {
        margin: 59px;
    }
    .md\:m-27p {
        margin: 27px;
    }
    .md\:m-33\.5p {
        margin: 33.5px;
    }
    .md\:m-38p {
        margin: 38px;
    }
    .md\:m-40p {
        margin: 40px;
    }
    .md\:m-46p {
        margin: 46px;
    }
    .md\:m-47p {
        margin: 47px;
    }
    .md\:m-49p {
        margin: 49px;
    }
    .md\:m-58p {
        margin: 58px;
    }
    .md\:m-75p {
        margin: 75px;
    }
    .md\:m-77p {
        margin: 77px;
    }
    .md\:m-60p {
        margin: 60px;
    }
    .md\:m-65p {
        margin: 65px;
    }
    .md\:m-66p {
        margin: 66px;
    }
    .md\:m-68p {
        margin: 68px;
    }
    .md\:m-70p {
        margin: 70px;
    }
    .md\:m-72p {
        margin: 72px;
    }
    .md\:m-74p {
        margin: 74px;
    }
    .md\:m-78p {
        margin: 78px;
    }
    .md\:m-80p {
        margin: 80px;
    }
    .md\:m-82p {
        margin: 82px;
    }
    .md\:m-84p {
        margin: 84px;
    }
    .md\:m-89p {
        margin: 89px;
    }
    .md\:m-93p {
        margin: 93px;
    }
    .md\:m-90p {
        margin: 90px;
    }
    .md\:m-97p {
        margin: 97px;
    }
    .md\:m-103p {
        margin: 103px;
    }
    .md\:m-116p {
        margin: 116px;
    }
    .md\:m-120p {
        margin: 120px;
    }
    .md\:m-125p {
        margin: 125px;
    }
    .md\:m-130p {
        margin: 130px;
    }
    .md\:m-135p {
        margin: 135px;
    }
    .md\:m-132p {
        margin: 132px;
    }
    .md\:m-150p {
        margin: 150px;
    }
    .md\:m-216p {
        margin: 216px;
    }
    .md\:m-225p {
        margin: 225px;
    }
    .md\:m-296p {
        margin: 296px;
    }
    .md\:m-270p {
        margin: 270px;
    }
    .md\:m-137p {
        margin: 137px;
    }
    .md\:m-141p {
        margin: 141px;
    }
    .md\:m-146p {
        margin: 146px;
    }
    .md\:m-152p {
        margin: 152px;
    }
    .md\:m-155p {
        margin: 155px;
    }
    .md\:m-163p {
        margin: 163px;
    }
    .md\:m-168p {
        margin: 168px;
    }
    .md\:m-173p {
        margin: 173px;
    }
    .md\:m-210p {
        margin: 210px;
    }
    .md\:m-245p {
        margin: 245px;
    }
    .md\:m-250p {
        margin: 250px;
    }
    .md\:m-260p {
        margin: 260px;
    }
    .md\:m-263p {
        margin: 263px;
    }
    .md\:m-266p {
        margin: 266px;
    }
    .md\:m-275p {
        margin: 275px;
    }
    .md\:m-300p {
        margin: 300px;
    }
    .md\:m-312p {
        margin: 312px;
    }
    .md\:m-318p {
        margin: 318px;
    }
    .md\:m-322p {
        margin: 322px;
    }
    .md\:m-337p {
        margin: 337px;
    }
    .md\:m-345p {
        margin: 345px;
    }
    .md\:m-344p {
        margin: 344px;
    }
    .md\:m-354p {
        margin: 354px;
    }
    .md\:m-364p {
        margin: 364px;
    }
    .md\:m-370p {
        margin: 370px;
    }
    .md\:m-382p {
        margin: 382px;
    }
    .md\:m-385p {
        margin: 385px;
    }
    .md\:m-400p {
        margin: 400px;
    }
    .md\:m-407p {
        margin: 407px;
    }
    .md\:m-411p {
        margin: 411px;
    }
    .md\:m-418p {
        margin: 418px;
    }
    .md\:m-430p {
        margin: 430px;
    }
    .md\:m-450p {
        margin: 450px;
    }
    .md\:m-468p {
        margin: 468px;
    }
    .md\:m-485p {
        margin: 485px;
    }
    .md\:m-491p {
        margin: 491px;
    }
    .md\:m-494p {
        margin: 494px;
    }
    .md\:m-470p {
        margin: 470px;
    }
    .md\:m-480p {
        margin: 480px;
    }
    .md\:m-532p {
        margin: 532px;
    }
    .md\:m-556p {
        margin: 556px;
    }
    .md\:m-505p {
        margin: 505px;
    }
    .md\:m-1179p {
        margin: 1179px;
    }
    .md\:m-1253p {
        margin: 1253px;
    }
    .md\:m-1575p {
        margin: 1575px;
    }
    .md\:m-600p {
        margin: 600px;
    }
    .md\:m-649p {
        margin: 649px;
    }
    .md\:m-690p {
        margin: 690px;
    }
    .md\:m-19\% {
        margin: 19%;
    }
    .md\:m-23\% {
        margin: 23%;
    }
    .md\:m-24\% {
        margin: 24%;
    }
    .md\:m-36\% {
        margin: 36%;
    }
    .md\:m-27\% {
        margin: 27%;
    }
    .md\:m-28\% {
        margin: 28%;
    }
    .md\:m-42\% {
        margin: 42%;
    }
    .md\:m-46\% {
        margin: 46%;
    }
    .md\:m-49\% {
        margin: 49%;
    }
    .md\:m-54\% {
        margin: 54%;
    }
    .md\:m-58\% {
        margin: 58%;
    }
    .md\:m-72\% {
        margin: 72%;
    }
    .md\:m-76\% {
        margin: 76%;
    }
    .md\:m-77\% {
        margin: 77%;
    }
    .md\:m-340p {
        margin: 340px;
    }
    .md\:m-700p {
        margin: 700px;
    }
    .md\:m-848p {
        margin: 848px;
    }
    .md\:m-850p {
        margin: 850px;
    }
    .md\:m-860p {
        margin: 860px;
    }
    .md\:m-1425p {
        margin: 1425px;
    }
    .md\:-m-0 {
        margin: 0;
    }
    .md\:-m-1 {
        margin: -0.25rem;
    }
    .md\:-m-2 {
        margin: -0.5rem;
    }
    .md\:-m-3 {
        margin: -0.75rem;
    }
    .md\:-m-4 {
        margin: -1rem;
    }
    .md\:-m-5 {
        margin: -1.25rem;
    }
    .md\:-m-6 {
        margin: -1.5rem;
    }
    .md\:-m-7 {
        margin: -1.75rem;
    }
    .md\:-m-8 {
        margin: -2rem;
    }
    .md\:-m-9 {
        margin: -2.25rem;
    }
    .md\:-m-10 {
        margin: -2.5rem;
    }
    .md\:-m-11 {
        margin: -2.75rem;
    }
    .md\:-m-12 {
        margin: -3rem;
    }
    .md\:-m-14 {
        margin: -3.5rem;
    }
    .md\:-m-16 {
        margin: -4rem;
    }
    .md\:-m-20 {
        margin: -5rem;
    }
    .md\:-m-23 {
        margin: -88px;
    }
    .md\:-m-24 {
        margin: -6rem;
    }
    .md\:-m-25 {
        margin: -100px;
    }
    .md\:-m-28 {
        margin: -7rem;
    }
    .md\:-m-29 {
        margin: -120px;
    }
    .md\:-m-32 {
        margin: -8rem;
    }
    .md\:-m-33 {
        margin: -130px;
    }
    .md\:-m-36 {
        margin: -9rem;
    }
    .md\:-m-40 {
        margin: -10rem;
    }
    .md\:-m-44 {
        margin: -11rem;
    }
    .md\:-m-48 {
        margin: -12rem;
    }
    .md\:-m-52 {
        margin: -13rem;
    }
    .md\:-m-56 {
        margin: -14rem;
    }
    .md\:-m-60 {
        margin: -15rem;
    }
    .md\:-m-63 {
        margin: -270px;
    }
    .md\:-m-64 {
        margin: -16rem;
    }
    .md\:-m-72 {
        margin: -18rem;
    }
    .md\:-m-80 {
        margin: -20rem;
    }
    .md\:-m-92 {
        margin: -475px;
    }
    .md\:-m-96 {
        margin: -24rem;
    }
    .md\:-m-128 {
        margin: -32rem;
    }
    .md\:-m-px {
        margin: -1px;
    }
    .md\:-m-0\.5 {
        margin: -0.125rem;
    }
    .md\:-m-1\.5 {
        margin: -0.375rem;
    }
    .md\:-m-2\.5 {
        margin: -0.625rem;
    }
    .md\:-m-3\.5 {
        margin: -0.875rem;
    }
    .md\:-m-105p {
        margin: -105px;
    }
    .md\:-m-50p {
        margin: -50px;
    }
    .md\:-m-54p {
        margin: -54px;
    }
    .md\:-m-1p {
        margin: -1px;
    }
    .md\:-m-2p {
        margin: -2px;
    }
    .md\:-m-3p {
        margin: -3px;
    }
    .md\:-m-5p {
        margin: -5px;
    }
    .md\:-m-7p {
        margin: -7px;
    }
    .md\:-m-9p {
        margin: -9px;
    }
    .md\:-m-10p {
        margin: -10px;
    }
    .md\:-m-11p {
        margin: -11px;
    }
    .md\:-m-13p {
        margin: -13px;
    }
    .md\:-m-15p {
        margin: -15px;
    }
    .md\:-m-18p {
        margin: -18px;
    }
    .md\:-m-19p {
        margin: -19px;
    }
    .md\:-m-21p {
        margin: -21px;
    }
    .md\:-m-22p {
        margin: -22px;
    }
    .md\:-m-23p {
        margin: -23px;
    }
    .md\:-m-25p {
        margin: -25px;
    }
    .md\:-m-26p {
        margin: -26px;
    }
    .md\:-m-29p {
        margin: -29px;
    }
    .md\:-m-30p {
        margin: -30px;
    }
    .md\:-m-31p {
        margin: -31px;
    }
    .md\:-m-35p {
        margin: -35px;
    }
    .md\:-m-52p {
        margin: -52px;
    }
    .md\:-m-53p {
        margin: -53px;
    }
    .md\:-m-55p {
        margin: -55px;
    }
    .md\:-m-59p {
        margin: -59px;
    }
    .md\:-m-27p {
        margin: -27px;
    }
    .md\:-m-33\.5p {
        margin: -33.5px;
    }
    .md\:-m-38p {
        margin: -38px;
    }
    .md\:-m-40p {
        margin: -40px;
    }
    .md\:-m-46p {
        margin: -46px;
    }
    .md\:-m-47p {
        margin: -47px;
    }
    .md\:-m-49p {
        margin: -49px;
    }
    .md\:-m-58p {
        margin: -58px;
    }
    .md\:-m-75p {
        margin: -75px;
    }
    .md\:-m-77p {
        margin: -77px;
    }
    .md\:-m-60p {
        margin: -60px;
    }
    .md\:-m-65p {
        margin: -65px;
    }
    .md\:-m-66p {
        margin: -66px;
    }
    .md\:-m-68p {
        margin: -68px;
    }
    .md\:-m-70p {
        margin: -70px;
    }
    .md\:-m-72p {
        margin: -72px;
    }
    .md\:-m-74p {
        margin: -74px;
    }
    .md\:-m-78p {
        margin: -78px;
    }
    .md\:-m-80p {
        margin: -80px;
    }
    .md\:-m-82p {
        margin: -82px;
    }
    .md\:-m-84p {
        margin: -84px;
    }
    .md\:-m-89p {
        margin: -89px;
    }
    .md\:-m-93p {
        margin: -93px;
    }
    .md\:-m-90p {
        margin: -90px;
    }
    .md\:-m-97p {
        margin: -97px;
    }
    .md\:-m-103p {
        margin: -103px;
    }
    .md\:-m-116p {
        margin: -116px;
    }
    .md\:-m-120p {
        margin: -120px;
    }
    .md\:-m-125p {
        margin: -125px;
    }
    .md\:-m-130p {
        margin: -130px;
    }
    .md\:-m-135p {
        margin: -135px;
    }
    .md\:-m-132p {
        margin: -132px;
    }
    .md\:-m-150p {
        margin: -150px;
    }
    .md\:-m-216p {
        margin: -216px;
    }
    .md\:-m-225p {
        margin: -225px;
    }
    .md\:-m-296p {
        margin: -296px;
    }
    .md\:-m-270p {
        margin: -270px;
    }
    .md\:-m-137p {
        margin: -137px;
    }
    .md\:-m-141p {
        margin: -141px;
    }
    .md\:-m-146p {
        margin: -146px;
    }
    .md\:-m-152p {
        margin: -152px;
    }
    .md\:-m-155p {
        margin: -155px;
    }
    .md\:-m-163p {
        margin: -163px;
    }
    .md\:-m-168p {
        margin: -168px;
    }
    .md\:-m-173p {
        margin: -173px;
    }
    .md\:-m-210p {
        margin: -210px;
    }
    .md\:-m-245p {
        margin: -245px;
    }
    .md\:-m-250p {
        margin: -250px;
    }
    .md\:-m-260p {
        margin: -260px;
    }
    .md\:-m-263p {
        margin: -263px;
    }
    .md\:-m-266p {
        margin: -266px;
    }
    .md\:-m-275p {
        margin: -275px;
    }
    .md\:-m-300p {
        margin: -300px;
    }
    .md\:-m-312p {
        margin: -312px;
    }
    .md\:-m-318p {
        margin: -318px;
    }
    .md\:-m-322p {
        margin: -322px;
    }
    .md\:-m-337p {
        margin: -337px;
    }
    .md\:-m-345p {
        margin: -345px;
    }
    .md\:-m-344p {
        margin: -344px;
    }
    .md\:-m-354p {
        margin: -354px;
    }
    .md\:-m-364p {
        margin: -364px;
    }
    .md\:-m-370p {
        margin: -370px;
    }
    .md\:-m-382p {
        margin: -382px;
    }
    .md\:-m-385p {
        margin: -385px;
    }
    .md\:-m-400p {
        margin: -400px;
    }
    .md\:-m-407p {
        margin: -407px;
    }
    .md\:-m-411p {
        margin: -411px;
    }
    .md\:-m-418p {
        margin: -418px;
    }
    .md\:-m-430p {
        margin: -430px;
    }
    .md\:-m-450p {
        margin: -450px;
    }
    .md\:-m-468p {
        margin: -468px;
    }
    .md\:-m-485p {
        margin: -485px;
    }
    .md\:-m-491p {
        margin: -491px;
    }
    .md\:-m-494p {
        margin: -494px;
    }
    .md\:-m-470p {
        margin: -470px;
    }
    .md\:-m-480p {
        margin: -480px;
    }
    .md\:-m-532p {
        margin: -532px;
    }
    .md\:-m-556p {
        margin: -556px;
    }
    .md\:-m-505p {
        margin: -505px;
    }
    .md\:-m-1179p {
        margin: -1179px;
    }
    .md\:-m-1253p {
        margin: -1253px;
    }
    .md\:-m-1575p {
        margin: -1575px;
    }
    .md\:-m-600p {
        margin: -600px;
    }
    .md\:-m-649p {
        margin: -649px;
    }
    .md\:-m-690p {
        margin: -690px;
    }
    .md\:-m-19\% {
        margin: -19%;
    }
    .md\:-m-23\% {
        margin: -23%;
    }
    .md\:-m-24\% {
        margin: -24%;
    }
    .md\:-m-36\% {
        margin: -36%;
    }
    .md\:-m-27\% {
        margin: -27%;
    }
    .md\:-m-28\% {
        margin: -28%;
    }
    .md\:-m-42\% {
        margin: -42%;
    }
    .md\:-m-46\% {
        margin: -46%;
    }
    .md\:-m-49\% {
        margin: -49%;
    }
    .md\:-m-54\% {
        margin: -54%;
    }
    .md\:-m-58\% {
        margin: -58%;
    }
    .md\:-m-72\% {
        margin: -72%;
    }
    .md\:-m-76\% {
        margin: -76%;
    }
    .md\:-m-77\% {
        margin: -77%;
    }
    .md\:-m-340p {
        margin: -340px;
    }
    .md\:-m-700p {
        margin: -700px;
    }
    .md\:-m-848p {
        margin: -848px;
    }
    .md\:-m-850p {
        margin: -850px;
    }
    .md\:-m-860p {
        margin: -860px;
    }
    .md\:-m-1425p {
        margin: -1425px;
    }
    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .md\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .md\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .md\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .md\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .md\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .md\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .md\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .md\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .md\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .md\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .md\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .md\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .md\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .md\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .md\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .md\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .md\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .md\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .md\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .md\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .md\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .md\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .md\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .md\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .md\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .md\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .md\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .md\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .md\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .md\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .md\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .md\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .md\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .md\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .md\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .md\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .md\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .md\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .md\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .md\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .md\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .md\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .md\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .md\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .md\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .md\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .md\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .md\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .md\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .md\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .md\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .md\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .md\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .md\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .md\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .md\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .md\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .md\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .md\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .md\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .md\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .md\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .md\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .md\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .md\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .md\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .md\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .md\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .md\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .md\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .md\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .md\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .md\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .md\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .md\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .md\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .md\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .md\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .md\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .md\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .md\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .md\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .md\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .md\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .md\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .md\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .md\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .md\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .md\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .md\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .md\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .md\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .md\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .md\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .md\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .md\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .md\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .md\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .md\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .md\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .md\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .md\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .md\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .md\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .md\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .md\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .md\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .md\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .md\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .md\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .md\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .md\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .md\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .md\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .md\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .md\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .md\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .md\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .md\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .md\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .md\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .md\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .md\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .md\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .md\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .md\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .md\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .md\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .md\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .md\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .md\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .md\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .md\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .md\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .md\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .md\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .md\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .md\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .md\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .md\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .md\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .md\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .md\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .md\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .md\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .md\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .md\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .md\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .md\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .md\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .md\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .md\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .md\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .md\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .md\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .md\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .md\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .md\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .md\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .md\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .md\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .md\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .md\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .md\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .md\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .md\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .md\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .md\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .md\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .md\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .md\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .md\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .md\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .md\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .md\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .md\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .md\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .md\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .md\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .md\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .md\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .md\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .md\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .md\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .md\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .md\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .md\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .md\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .md\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .md\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .md\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .md\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .md\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .md\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .md\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .md\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .md\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .md\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .md\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .md\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .md\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .md\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .md\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .md\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .md\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .md\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .md\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .md\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .md\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .md\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .md\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .md\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .md\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .md\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .md\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .md\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .md\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .md\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .md\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .md\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .md\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .md\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .md\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .md\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .md\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .md\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .md\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .md\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .md\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .md\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .md\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .md\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .md\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .md\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .md\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .md\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .md\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .md\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .md\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .md\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .md\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .md\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .md\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .md\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .md\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .md\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .md\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .md\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .md\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .md\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .md\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .md\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .md\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .md\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .md\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .md\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .md\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .md\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .md\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .md\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .md\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .md\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .md\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .md\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .md\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .md\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .md\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .md\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .md\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .md\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .md\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .md\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .md\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .md\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .md\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .md\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .md\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .md\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .md\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .md\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .md\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .md\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .md\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .md\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .md\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .md\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .md\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .md\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .md\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .md\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .md\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .md\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .md\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .md\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .md\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .md\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .md\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .md\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .md\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .md\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .md\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .md\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .md\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .md\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .md\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .md\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .md\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .md\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .md\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .md\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .md\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .md\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .md\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .md\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .md\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .md\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .md\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .md\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .md\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .md\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .md\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .md\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .md\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .md\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .md\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .md\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .md\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .md\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .md\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .md\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .md\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .md\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .md\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .md\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .md\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .md\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .md\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .md\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .md\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .md\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .md\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .md\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .md\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .md\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .md\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .md\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .md\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .md\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .md\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .md\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .md\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .md\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .md\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .md\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .md\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .md\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .md\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .md\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .md\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .md\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .md\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .md\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .md\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .md\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .md\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .md\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .md\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .md\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .md\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .md\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .md\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .md\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .md\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .md\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .md\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .md\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .md\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .md\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .md\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .md\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .md\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .md\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .md\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .md\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .md\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .md\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .md\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .md\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .md\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .md\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .md\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .md\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .md\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .md\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .md\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .md\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .md\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .md\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .md\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .md\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .md\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .md\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .md\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .md\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .md\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .md\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .md\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .md\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .md\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .md\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .md\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .md\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .md\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .md\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .md\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .md\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .md\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .md\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .md\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .md\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .md\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .md\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .md\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .md\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .md\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .md\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .md\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .md\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .md\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .md\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .md\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .md\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .md\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .md\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .md\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .md\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .md\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .md\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .md\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .md\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .md\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .md\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .md\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .md\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .md\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .md\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .md\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .md\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .md\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .md\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .md\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .md\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .md\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .md\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .md\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .md\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .md\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .md\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .md\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .md\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .md\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .md\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .md\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .md\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .md\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .md\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .md\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .md\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .md\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .md\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .md\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .md\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .md\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .md\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .md\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .md\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .md\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .md\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .md\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .md\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .md\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .md\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .md\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .md\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .md\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .md\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .md\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .md\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .md\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .md\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .md\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .md\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .md\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .md\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .md\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .md\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .md\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .md\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .md\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .md\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .md\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .md\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .md\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .md\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .md\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .md\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .md\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .md\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .md\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .md\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .md\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .md\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .md\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .md\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .md\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .md\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .md\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .md\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .md\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .md\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .md\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .md\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .md\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .md\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .md\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .md\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .md\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .md\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .md\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .md\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .md\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .md\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .md\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .md\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .md\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .md\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .md\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .md\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .md\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .md\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .md\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .md\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .md\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .md\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .md\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .md\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .md\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .md\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .md\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .md\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .md\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .md\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .md\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .md\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .md\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .md\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .md\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .md\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .md\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .md\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .md\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .md\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .md\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .md\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .md\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .md\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .md\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .md\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .md\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .md\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .md\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .md\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .md\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .md\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .md\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .md\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .md\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .md\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .md\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .md\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .md\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .md\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .md\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .md\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .md\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .md\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .md\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .md\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .md\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .md\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .md\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .md\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .md\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .md\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .md\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .md\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .md\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .md\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .md\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .md\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .md\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .md\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .md\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .md\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .md\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .md\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .md\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .md\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .md\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .md\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .md\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .md\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .md\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .md\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .md\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .md\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .md\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .md\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .md\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .md\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .md\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .md\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .md\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .md\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .md\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .md\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .md\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .md\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .md\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .md\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .md\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .md\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .md\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .md\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .md\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .md\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .md\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .md\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .md\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .md\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .md\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .md\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .md\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .md\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .md\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .md\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .md\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .md\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .md\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .md\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .md\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .md\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .md\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .md\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .md\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .md\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .md\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .md\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .md\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .md\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .md\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .md\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .md\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .md\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .md\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .md\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .md\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .md\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .md\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .md\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .md\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .md\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .md\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .md\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .md\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .md\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .md\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .md\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .md\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:mr-0 {
        margin-right: 0;
    }
    .md\:mb-0 {
        margin-bottom: 0;
    }
    .md\:ml-0 {
        margin-left: 0;
    }
    .md\:mt-1 {
        margin-top: 0.25rem;
    }
    .md\:mr-1 {
        margin-right: 0.25rem;
    }
    .md\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .md\:ml-1 {
        margin-left: 0.25rem;
    }
    .md\:mt-2 {
        margin-top: 0.5rem;
    }
    .md\:mr-2 {
        margin-right: 0.5rem;
    }
    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:mt-3 {
        margin-top: 0.75rem;
    }
    .md\:mr-3 {
        margin-right: 0.75rem;
    }
    .md\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .md\:ml-3 {
        margin-left: 0.75rem;
    }
    .md\:mt-4 {
        margin-top: 1rem;
    }
    .md\:mr-4 {
        margin-right: 1rem;
    }
    .md\:mb-4 {
        margin-bottom: 1rem;
    }
    .md\:ml-4 {
        margin-left: 1rem;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:mr-5 {
        margin-right: 1.25rem;
    }
    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .md\:ml-5 {
        margin-left: 1.25rem;
    }
    .md\:mt-6 {
        margin-top: 1.5rem;
    }
    .md\:mr-6 {
        margin-right: 1.5rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:ml-6 {
        margin-left: 1.5rem;
    }
    .md\:mt-7 {
        margin-top: 1.75rem;
    }
    .md\:mr-7 {
        margin-right: 1.75rem;
    }
    .md\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .md\:ml-7 {
        margin-left: 1.75rem;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:mr-8 {
        margin-right: 2rem;
    }
    .md\:mb-8 {
        margin-bottom: 2rem;
    }
    .md\:ml-8 {
        margin-left: 2rem;
    }
    .md\:mt-9 {
        margin-top: 2.25rem;
    }
    .md\:mr-9 {
        margin-right: 2.25rem;
    }
    .md\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .md\:ml-9 {
        margin-left: 2.25rem;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:mr-10 {
        margin-right: 2.5rem;
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:mt-11 {
        margin-top: 2.75rem;
    }
    .md\:mr-11 {
        margin-right: 2.75rem;
    }
    .md\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .md\:ml-11 {
        margin-left: 2.75rem;
    }
    .md\:mt-12 {
        margin-top: 3rem;
    }
    .md\:mr-12 {
        margin-right: 3rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:ml-12 {
        margin-left: 3rem;
    }
    .md\:mt-14 {
        margin-top: 3.5rem;
    }
    .md\:mr-14 {
        margin-right: 3.5rem;
    }
    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .md\:ml-14 {
        margin-left: 3.5rem;
    }
    .md\:mt-16 {
        margin-top: 4rem;
    }
    .md\:mr-16 {
        margin-right: 4rem;
    }
    .md\:mb-16 {
        margin-bottom: 4rem;
    }
    .md\:ml-16 {
        margin-left: 4rem;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mr-20 {
        margin-right: 5rem;
    }
    .md\:mb-20 {
        margin-bottom: 5rem;
    }
    .md\:ml-20 {
        margin-left: 5rem;
    }
    .md\:mt-23 {
        margin-top: 88px;
    }
    .md\:mr-23 {
        margin-right: 88px;
    }
    .md\:mb-23 {
        margin-bottom: 88px;
    }
    .md\:ml-23 {
        margin-left: 88px;
    }
    .md\:mt-24 {
        margin-top: 6rem;
    }
    .md\:mr-24 {
        margin-right: 6rem;
    }
    .md\:mb-24 {
        margin-bottom: 6rem;
    }
    .md\:ml-24 {
        margin-left: 6rem;
    }
    .md\:mt-25 {
        margin-top: 100px;
    }
    .md\:mr-25 {
        margin-right: 100px;
    }
    .md\:mb-25 {
        margin-bottom: 100px;
    }
    .md\:ml-25 {
        margin-left: 100px;
    }
    .md\:mt-28 {
        margin-top: 7rem;
    }
    .md\:mr-28 {
        margin-right: 7rem;
    }
    .md\:mb-28 {
        margin-bottom: 7rem;
    }
    .md\:ml-28 {
        margin-left: 7rem;
    }
    .md\:mt-29 {
        margin-top: 120px;
    }
    .md\:mr-29 {
        margin-right: 120px;
    }
    .md\:mb-29 {
        margin-bottom: 120px;
    }
    .md\:ml-29 {
        margin-left: 120px;
    }
    .md\:mt-32 {
        margin-top: 8rem;
    }
    .md\:mr-32 {
        margin-right: 8rem;
    }
    .md\:mb-32 {
        margin-bottom: 8rem;
    }
    .md\:ml-32 {
        margin-left: 8rem;
    }
    .md\:mt-33 {
        margin-top: 130px;
    }
    .md\:mr-33 {
        margin-right: 130px;
    }
    .md\:mb-33 {
        margin-bottom: 130px;
    }
    .md\:ml-33 {
        margin-left: 130px;
    }
    .md\:mt-36 {
        margin-top: 9rem;
    }
    .md\:mr-36 {
        margin-right: 9rem;
    }
    .md\:mb-36 {
        margin-bottom: 9rem;
    }
    .md\:ml-36 {
        margin-left: 9rem;
    }
    .md\:mt-40 {
        margin-top: 10rem;
    }
    .md\:mr-40 {
        margin-right: 10rem;
    }
    .md\:mb-40 {
        margin-bottom: 10rem;
    }
    .md\:ml-40 {
        margin-left: 10rem;
    }
    .md\:mt-44 {
        margin-top: 11rem;
    }
    .md\:mr-44 {
        margin-right: 11rem;
    }
    .md\:mb-44 {
        margin-bottom: 11rem;
    }
    .md\:ml-44 {
        margin-left: 11rem;
    }
    .md\:mt-48 {
        margin-top: 12rem;
    }
    .md\:mr-48 {
        margin-right: 12rem;
    }
    .md\:mb-48 {
        margin-bottom: 12rem;
    }
    .md\:ml-48 {
        margin-left: 12rem;
    }
    .md\:mt-52 {
        margin-top: 13rem;
    }
    .md\:mr-52 {
        margin-right: 13rem;
    }
    .md\:mb-52 {
        margin-bottom: 13rem;
    }
    .md\:ml-52 {
        margin-left: 13rem;
    }
    .md\:mt-56 {
        margin-top: 14rem;
    }
    .md\:mr-56 {
        margin-right: 14rem;
    }
    .md\:mb-56 {
        margin-bottom: 14rem;
    }
    .md\:ml-56 {
        margin-left: 14rem;
    }
    .md\:mt-60 {
        margin-top: 15rem;
    }
    .md\:mr-60 {
        margin-right: 15rem;
    }
    .md\:mb-60 {
        margin-bottom: 15rem;
    }
    .md\:ml-60 {
        margin-left: 15rem;
    }
    .md\:mt-63 {
        margin-top: 270px;
    }
    .md\:mr-63 {
        margin-right: 270px;
    }
    .md\:mb-63 {
        margin-bottom: 270px;
    }
    .md\:ml-63 {
        margin-left: 270px;
    }
    .md\:mt-64 {
        margin-top: 16rem;
    }
    .md\:mr-64 {
        margin-right: 16rem;
    }
    .md\:mb-64 {
        margin-bottom: 16rem;
    }
    .md\:ml-64 {
        margin-left: 16rem;
    }
    .md\:mt-72 {
        margin-top: 18rem;
    }
    .md\:mr-72 {
        margin-right: 18rem;
    }
    .md\:mb-72 {
        margin-bottom: 18rem;
    }
    .md\:ml-72 {
        margin-left: 18rem;
    }
    .md\:mt-80 {
        margin-top: 20rem;
    }
    .md\:mr-80 {
        margin-right: 20rem;
    }
    .md\:mb-80 {
        margin-bottom: 20rem;
    }
    .md\:ml-80 {
        margin-left: 20rem;
    }
    .md\:mt-92 {
        margin-top: 375px;
    }
    .md\:mr-92 {
        margin-right: 375px;
    }
    .md\:mb-92 {
        margin-bottom: 375px;
    }
    .md\:ml-92 {
        margin-left: 375px;
    }
    .md\:mt-96 {
        margin-top: 24rem;
    }
    .md\:mr-96 {
        margin-right: 24rem;
    }
    .md\:mb-96 {
        margin-bottom: 24rem;
    }
    .md\:ml-96 {
        margin-left: 24rem;
    }
    .md\:mt-128 {
        margin-top: 32rem;
    }
    .md\:mr-128 {
        margin-right: 32rem;
    }
    .md\:mb-128 {
        margin-bottom: 32rem;
    }
    .md\:ml-128 {
        margin-left: 32rem;
    }
    .md\:mt-auto {
        margin-top: auto;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:mb-auto {
        margin-bottom: auto;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-px {
        margin-top: 1px;
    }
    .md\:mr-px {
        margin-right: 1px;
    }
    .md\:mb-px {
        margin-bottom: 1px;
    }
    .md\:ml-px {
        margin-left: 1px;
    }
    .md\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .md\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .md\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .md\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .md\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .md\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .md\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .md\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .md\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .md\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .md\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .md\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .md\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .md\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .md\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .md\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .md\:mt-105p {
        margin-top: 105px;
    }
    .md\:mr-105p {
        margin-right: 105px;
    }
    .md\:mb-105p {
        margin-bottom: 105px;
    }
    .md\:ml-105p {
        margin-left: 105px;
    }
    .md\:mt-50p {
        margin-top: 50px;
    }
    .md\:mr-50p {
        margin-right: 50px;
    }
    .md\:mb-50p {
        margin-bottom: 50px;
    }
    .md\:ml-50p {
        margin-left: 50px;
    }
    .md\:mt-54p {
        margin-top: 54px;
    }
    .md\:mr-54p {
        margin-right: 54px;
    }
    .md\:mb-54p {
        margin-bottom: 54px;
    }
    .md\:ml-54p {
        margin-left: 54px;
    }
    .md\:mt-1p {
        margin-top: 1px;
    }
    .md\:mr-1p {
        margin-right: 1px;
    }
    .md\:mb-1p {
        margin-bottom: 1px;
    }
    .md\:ml-1p {
        margin-left: 1px;
    }
    .md\:mt-2p {
        margin-top: 2px;
    }
    .md\:mr-2p {
        margin-right: 2px;
    }
    .md\:mb-2p {
        margin-bottom: 2px;
    }
    .md\:ml-2p {
        margin-left: 2px;
    }
    .md\:mt-3p {
        margin-top: 3px;
    }
    .md\:mr-3p {
        margin-right: 3px;
    }
    .md\:mb-3p {
        margin-bottom: 3px;
    }
    .md\:ml-3p {
        margin-left: 3px;
    }
    .md\:mt-5p {
        margin-top: 5px;
    }
    .md\:mr-5p {
        margin-right: 5px;
    }
    .md\:mb-5p {
        margin-bottom: 5px;
    }
    .md\:ml-5p {
        margin-left: 5px;
    }
    .md\:mt-7p {
        margin-top: 7px;
    }
    .md\:mr-7p {
        margin-right: 7px;
    }
    .md\:mb-7p {
        margin-bottom: 7px;
    }
    .md\:ml-7p {
        margin-left: 7px;
    }
    .md\:mt-9p {
        margin-top: 9px;
    }
    .md\:mr-9p {
        margin-right: 9px;
    }
    .md\:mb-9p {
        margin-bottom: 9px;
    }
    .md\:ml-9p {
        margin-left: 9px;
    }
    .md\:mt-10p {
        margin-top: 10px;
    }
    .md\:mr-10p {
        margin-right: 10px;
    }
    .md\:mb-10p {
        margin-bottom: 10px;
    }
    .md\:ml-10p {
        margin-left: 10px;
    }
    .md\:mt-11p {
        margin-top: 11px;
    }
    .md\:mr-11p {
        margin-right: 11px;
    }
    .md\:mb-11p {
        margin-bottom: 11px;
    }
    .md\:ml-11p {
        margin-left: 11px;
    }
    .md\:mt-13p {
        margin-top: 13px;
    }
    .md\:mr-13p {
        margin-right: 13px;
    }
    .md\:mb-13p {
        margin-bottom: 13px;
    }
    .md\:ml-13p {
        margin-left: 13px;
    }
    .md\:mt-15p {
        margin-top: 15px;
    }
    .md\:mr-15p {
        margin-right: 15px;
    }
    .md\:mb-15p {
        margin-bottom: 15px;
    }
    .md\:ml-15p {
        margin-left: 15px;
    }
    .md\:mt-18p {
        margin-top: 18px;
    }
    .md\:mr-18p {
        margin-right: 18px;
    }
    .md\:mb-18p {
        margin-bottom: 18px;
    }
    .md\:ml-18p {
        margin-left: 18px;
    }
    .md\:mt-19p {
        margin-top: 19px;
    }
    .md\:mr-19p {
        margin-right: 19px;
    }
    .md\:mb-19p {
        margin-bottom: 19px;
    }
    .md\:ml-19p {
        margin-left: 19px;
    }
    .md\:mt-21p {
        margin-top: 21px;
    }
    .md\:mr-21p {
        margin-right: 21px;
    }
    .md\:mb-21p {
        margin-bottom: 21px;
    }
    .md\:ml-21p {
        margin-left: 21px;
    }
    .md\:mt-22p {
        margin-top: 22px;
    }
    .md\:mr-22p {
        margin-right: 22px;
    }
    .md\:mb-22p {
        margin-bottom: 22px;
    }
    .md\:ml-22p {
        margin-left: 22px;
    }
    .md\:mt-23p {
        margin-top: 23px;
    }
    .md\:mr-23p {
        margin-right: 23px;
    }
    .md\:mb-23p {
        margin-bottom: 23px;
    }
    .md\:ml-23p {
        margin-left: 23px;
    }
    .md\:mt-25p {
        margin-top: 25px;
    }
    .md\:mr-25p {
        margin-right: 25px;
    }
    .md\:mb-25p {
        margin-bottom: 25px;
    }
    .md\:ml-25p {
        margin-left: 25px;
    }
    .md\:mt-26p {
        margin-top: 26px;
    }
    .md\:mr-26p {
        margin-right: 26px;
    }
    .md\:mb-26p {
        margin-bottom: 26px;
    }
    .md\:ml-26p {
        margin-left: 26px;
    }
    .md\:mt-29p {
        margin-top: 29px;
    }
    .md\:mr-29p {
        margin-right: 29px;
    }
    .md\:mb-29p {
        margin-bottom: 29px;
    }
    .md\:ml-29p {
        margin-left: 29px;
    }
    .md\:mt-30p {
        margin-top: 30px;
    }
    .md\:mr-30p {
        margin-right: 30px;
    }
    .md\:mb-30p {
        margin-bottom: 30px;
    }
    .md\:ml-30p {
        margin-left: 30px;
    }
    .md\:mt-31p {
        margin-top: 31px;
    }
    .md\:mr-31p {
        margin-right: 31px;
    }
    .md\:mb-31p {
        margin-bottom: 31px;
    }
    .md\:ml-31p {
        margin-left: 31px;
    }
    .md\:mt-35p {
        margin-top: 35px;
    }
    .md\:mr-35p {
        margin-right: 35px;
    }
    .md\:mb-35p {
        margin-bottom: 35px;
    }
    .md\:ml-35p {
        margin-left: 35px;
    }
    .md\:mt-52p {
        margin-top: 52px;
    }
    .md\:mr-52p {
        margin-right: 52px;
    }
    .md\:mb-52p {
        margin-bottom: 52px;
    }
    .md\:ml-52p {
        margin-left: 52px;
    }
    .md\:mt-53p {
        margin-top: 53px;
    }
    .md\:mr-53p {
        margin-right: 53px;
    }
    .md\:mb-53p {
        margin-bottom: 53px;
    }
    .md\:ml-53p {
        margin-left: 53px;
    }
    .md\:mt-55p {
        margin-top: 55px;
    }
    .md\:mr-55p {
        margin-right: 55px;
    }
    .md\:mb-55p {
        margin-bottom: 55px;
    }
    .md\:ml-55p {
        margin-left: 55px;
    }
    .md\:mt-59p {
        margin-top: 59px;
    }
    .md\:mr-59p {
        margin-right: 59px;
    }
    .md\:mb-59p {
        margin-bottom: 59px;
    }
    .md\:ml-59p {
        margin-left: 59px;
    }
    .md\:mt-27p {
        margin-top: 27px;
    }
    .md\:mr-27p {
        margin-right: 27px;
    }
    .md\:mb-27p {
        margin-bottom: 27px;
    }
    .md\:ml-27p {
        margin-left: 27px;
    }
    .md\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .md\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .md\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .md\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .md\:mt-38p {
        margin-top: 38px;
    }
    .md\:mr-38p {
        margin-right: 38px;
    }
    .md\:mb-38p {
        margin-bottom: 38px;
    }
    .md\:ml-38p {
        margin-left: 38px;
    }
    .md\:mt-40p {
        margin-top: 40px;
    }
    .md\:mr-40p {
        margin-right: 40px;
    }
    .md\:mb-40p {
        margin-bottom: 40px;
    }
    .md\:ml-40p {
        margin-left: 40px;
    }
    .md\:mt-46p {
        margin-top: 46px;
    }
    .md\:mr-46p {
        margin-right: 46px;
    }
    .md\:mb-46p {
        margin-bottom: 46px;
    }
    .md\:ml-46p {
        margin-left: 46px;
    }
    .md\:mt-47p {
        margin-top: 47px;
    }
    .md\:mr-47p {
        margin-right: 47px;
    }
    .md\:mb-47p {
        margin-bottom: 47px;
    }
    .md\:ml-47p {
        margin-left: 47px;
    }
    .md\:mt-49p {
        margin-top: 49px;
    }
    .md\:mr-49p {
        margin-right: 49px;
    }
    .md\:mb-49p {
        margin-bottom: 49px;
    }
    .md\:ml-49p {
        margin-left: 49px;
    }
    .md\:mt-58p {
        margin-top: 58px;
    }
    .md\:mr-58p {
        margin-right: 58px;
    }
    .md\:mb-58p {
        margin-bottom: 58px;
    }
    .md\:ml-58p {
        margin-left: 58px;
    }
    .md\:mt-75p {
        margin-top: 75px;
    }
    .md\:mr-75p {
        margin-right: 75px;
    }
    .md\:mb-75p {
        margin-bottom: 75px;
    }
    .md\:ml-75p {
        margin-left: 75px;
    }
    .md\:mt-77p {
        margin-top: 77px;
    }
    .md\:mr-77p {
        margin-right: 77px;
    }
    .md\:mb-77p {
        margin-bottom: 77px;
    }
    .md\:ml-77p {
        margin-left: 77px;
    }
    .md\:mt-60p {
        margin-top: 60px;
    }
    .md\:mr-60p {
        margin-right: 60px;
    }
    .md\:mb-60p {
        margin-bottom: 60px;
    }
    .md\:ml-60p {
        margin-left: 60px;
    }
    .md\:mt-65p {
        margin-top: 65px;
    }
    .md\:mr-65p {
        margin-right: 65px;
    }
    .md\:mb-65p {
        margin-bottom: 65px;
    }
    .md\:ml-65p {
        margin-left: 65px;
    }
    .md\:mt-66p {
        margin-top: 66px;
    }
    .md\:mr-66p {
        margin-right: 66px;
    }
    .md\:mb-66p {
        margin-bottom: 66px;
    }
    .md\:ml-66p {
        margin-left: 66px;
    }
    .md\:mt-68p {
        margin-top: 68px;
    }
    .md\:mr-68p {
        margin-right: 68px;
    }
    .md\:mb-68p {
        margin-bottom: 68px;
    }
    .md\:ml-68p {
        margin-left: 68px;
    }
    .md\:mt-70p {
        margin-top: 70px;
    }
    .md\:mr-70p {
        margin-right: 70px;
    }
    .md\:mb-70p {
        margin-bottom: 70px;
    }
    .md\:ml-70p {
        margin-left: 70px;
    }
    .md\:mt-72p {
        margin-top: 72px;
    }
    .md\:mr-72p {
        margin-right: 72px;
    }
    .md\:mb-72p {
        margin-bottom: 72px;
    }
    .md\:ml-72p {
        margin-left: 72px;
    }
    .md\:mt-74p {
        margin-top: 74px;
    }
    .md\:mr-74p {
        margin-right: 74px;
    }
    .md\:mb-74p {
        margin-bottom: 74px;
    }
    .md\:ml-74p {
        margin-left: 74px;
    }
    .md\:mt-78p {
        margin-top: 78px;
    }
    .md\:mr-78p {
        margin-right: 78px;
    }
    .md\:mb-78p {
        margin-bottom: 78px;
    }
    .md\:ml-78p {
        margin-left: 78px;
    }
    .md\:mt-80p {
        margin-top: 80px;
    }
    .md\:mr-80p {
        margin-right: 80px;
    }
    .md\:mb-80p {
        margin-bottom: 80px;
    }
    .md\:ml-80p {
        margin-left: 80px;
    }
    .md\:mt-82p {
        margin-top: 82px;
    }
    .md\:mr-82p {
        margin-right: 82px;
    }
    .md\:mb-82p {
        margin-bottom: 82px;
    }
    .md\:ml-82p {
        margin-left: 82px;
    }
    .md\:mt-84p {
        margin-top: 84px;
    }
    .md\:mr-84p {
        margin-right: 84px;
    }
    .md\:mb-84p {
        margin-bottom: 84px;
    }
    .md\:ml-84p {
        margin-left: 84px;
    }
    .md\:mt-89p {
        margin-top: 89px;
    }
    .md\:mr-89p {
        margin-right: 89px;
    }
    .md\:mb-89p {
        margin-bottom: 89px;
    }
    .md\:ml-89p {
        margin-left: 89px;
    }
    .md\:mt-93p {
        margin-top: 93px;
    }
    .md\:mr-93p {
        margin-right: 93px;
    }
    .md\:mb-93p {
        margin-bottom: 93px;
    }
    .md\:ml-93p {
        margin-left: 93px;
    }
    .md\:mt-90p {
        margin-top: 90px;
    }
    .md\:mr-90p {
        margin-right: 90px;
    }
    .md\:mb-90p {
        margin-bottom: 90px;
    }
    .md\:ml-90p {
        margin-left: 90px;
    }
    .md\:mt-97p {
        margin-top: 97px;
    }
    .md\:mr-97p {
        margin-right: 97px;
    }
    .md\:mb-97p {
        margin-bottom: 97px;
    }
    .md\:ml-97p {
        margin-left: 97px;
    }
    .md\:mt-103p {
        margin-top: 103px;
    }
    .md\:mr-103p {
        margin-right: 103px;
    }
    .md\:mb-103p {
        margin-bottom: 103px;
    }
    .md\:ml-103p {
        margin-left: 103px;
    }
    .md\:mt-116p {
        margin-top: 116px;
    }
    .md\:mr-116p {
        margin-right: 116px;
    }
    .md\:mb-116p {
        margin-bottom: 116px;
    }
    .md\:ml-116p {
        margin-left: 116px;
    }
    .md\:mt-120p {
        margin-top: 120px;
    }
    .md\:mr-120p {
        margin-right: 120px;
    }
    .md\:mb-120p {
        margin-bottom: 120px;
    }
    .md\:ml-120p {
        margin-left: 120px;
    }
    .md\:mt-125p {
        margin-top: 125px;
    }
    .md\:mr-125p {
        margin-right: 125px;
    }
    .md\:mb-125p {
        margin-bottom: 125px;
    }
    .md\:ml-125p {
        margin-left: 125px;
    }
    .md\:mt-130p {
        margin-top: 130px;
    }
    .md\:mr-130p {
        margin-right: 130px;
    }
    .md\:mb-130p {
        margin-bottom: 130px;
    }
    .md\:ml-130p {
        margin-left: 130px;
    }
    .md\:mt-135p {
        margin-top: 135px;
    }
    .md\:mr-135p {
        margin-right: 135px;
    }
    .md\:mb-135p {
        margin-bottom: 135px;
    }
    .md\:ml-135p {
        margin-left: 135px;
    }
    .md\:mt-132p {
        margin-top: 132px;
    }
    .md\:mr-132p {
        margin-right: 132px;
    }
    .md\:mb-132p {
        margin-bottom: 132px;
    }
    .md\:ml-132p {
        margin-left: 132px;
    }
    .md\:mt-150p {
        margin-top: 150px;
    }
    .md\:mr-150p {
        margin-right: 150px;
    }
    .md\:mb-150p {
        margin-bottom: 150px;
    }
    .md\:ml-150p {
        margin-left: 150px;
    }
    .md\:mt-216p {
        margin-top: 216px;
    }
    .md\:mr-216p {
        margin-right: 216px;
    }
    .md\:mb-216p {
        margin-bottom: 216px;
    }
    .md\:ml-216p {
        margin-left: 216px;
    }
    .md\:mt-225p {
        margin-top: 225px;
    }
    .md\:mr-225p {
        margin-right: 225px;
    }
    .md\:mb-225p {
        margin-bottom: 225px;
    }
    .md\:ml-225p {
        margin-left: 225px;
    }
    .md\:mt-296p {
        margin-top: 296px;
    }
    .md\:mr-296p {
        margin-right: 296px;
    }
    .md\:mb-296p {
        margin-bottom: 296px;
    }
    .md\:ml-296p {
        margin-left: 296px;
    }
    .md\:mt-270p {
        margin-top: 270px;
    }
    .md\:mr-270p {
        margin-right: 270px;
    }
    .md\:mb-270p {
        margin-bottom: 270px;
    }
    .md\:ml-270p {
        margin-left: 270px;
    }
    .md\:mt-137p {
        margin-top: 137px;
    }
    .md\:mr-137p {
        margin-right: 137px;
    }
    .md\:mb-137p {
        margin-bottom: 137px;
    }
    .md\:ml-137p {
        margin-left: 137px;
    }
    .md\:mt-141p {
        margin-top: 141px;
    }
    .md\:mr-141p {
        margin-right: 141px;
    }
    .md\:mb-141p {
        margin-bottom: 141px;
    }
    .md\:ml-141p {
        margin-left: 141px;
    }
    .md\:mt-146p {
        margin-top: 146px;
    }
    .md\:mr-146p {
        margin-right: 146px;
    }
    .md\:mb-146p {
        margin-bottom: 146px;
    }
    .md\:ml-146p {
        margin-left: 146px;
    }
    .md\:mt-152p {
        margin-top: 152px;
    }
    .md\:mr-152p {
        margin-right: 152px;
    }
    .md\:mb-152p {
        margin-bottom: 152px;
    }
    .md\:ml-152p {
        margin-left: 152px;
    }
    .md\:mt-155p {
        margin-top: 155px;
    }
    .md\:mr-155p {
        margin-right: 155px;
    }
    .md\:mb-155p {
        margin-bottom: 155px;
    }
    .md\:ml-155p {
        margin-left: 155px;
    }
    .md\:mt-163p {
        margin-top: 163px;
    }
    .md\:mr-163p {
        margin-right: 163px;
    }
    .md\:mb-163p {
        margin-bottom: 163px;
    }
    .md\:ml-163p {
        margin-left: 163px;
    }
    .md\:mt-168p {
        margin-top: 168px;
    }
    .md\:mr-168p {
        margin-right: 168px;
    }
    .md\:mb-168p {
        margin-bottom: 168px;
    }
    .md\:ml-168p {
        margin-left: 168px;
    }
    .md\:mt-173p {
        margin-top: 173px;
    }
    .md\:mr-173p {
        margin-right: 173px;
    }
    .md\:mb-173p {
        margin-bottom: 173px;
    }
    .md\:ml-173p {
        margin-left: 173px;
    }
    .md\:mt-210p {
        margin-top: 210px;
    }
    .md\:mr-210p {
        margin-right: 210px;
    }
    .md\:mb-210p {
        margin-bottom: 210px;
    }
    .md\:ml-210p {
        margin-left: 210px;
    }
    .md\:mt-245p {
        margin-top: 245px;
    }
    .md\:mr-245p {
        margin-right: 245px;
    }
    .md\:mb-245p {
        margin-bottom: 245px;
    }
    .md\:ml-245p {
        margin-left: 245px;
    }
    .md\:mt-250p {
        margin-top: 250px;
    }
    .md\:mr-250p {
        margin-right: 250px;
    }
    .md\:mb-250p {
        margin-bottom: 250px;
    }
    .md\:ml-250p {
        margin-left: 250px;
    }
    .md\:mt-260p {
        margin-top: 260px;
    }
    .md\:mr-260p {
        margin-right: 260px;
    }
    .md\:mb-260p {
        margin-bottom: 260px;
    }
    .md\:ml-260p {
        margin-left: 260px;
    }
    .md\:mt-263p {
        margin-top: 263px;
    }
    .md\:mr-263p {
        margin-right: 263px;
    }
    .md\:mb-263p {
        margin-bottom: 263px;
    }
    .md\:ml-263p {
        margin-left: 263px;
    }
    .md\:mt-266p {
        margin-top: 266px;
    }
    .md\:mr-266p {
        margin-right: 266px;
    }
    .md\:mb-266p {
        margin-bottom: 266px;
    }
    .md\:ml-266p {
        margin-left: 266px;
    }
    .md\:mt-275p {
        margin-top: 275px;
    }
    .md\:mr-275p {
        margin-right: 275px;
    }
    .md\:mb-275p {
        margin-bottom: 275px;
    }
    .md\:ml-275p {
        margin-left: 275px;
    }
    .md\:mt-300p {
        margin-top: 300px;
    }
    .md\:mr-300p {
        margin-right: 300px;
    }
    .md\:mb-300p {
        margin-bottom: 300px;
    }
    .md\:ml-300p {
        margin-left: 300px;
    }
    .md\:mt-312p {
        margin-top: 312px;
    }
    .md\:mr-312p {
        margin-right: 312px;
    }
    .md\:mb-312p {
        margin-bottom: 312px;
    }
    .md\:ml-312p {
        margin-left: 312px;
    }
    .md\:mt-318p {
        margin-top: 318px;
    }
    .md\:mr-318p {
        margin-right: 318px;
    }
    .md\:mb-318p {
        margin-bottom: 318px;
    }
    .md\:ml-318p {
        margin-left: 318px;
    }
    .md\:mt-322p {
        margin-top: 322px;
    }
    .md\:mr-322p {
        margin-right: 322px;
    }
    .md\:mb-322p {
        margin-bottom: 322px;
    }
    .md\:ml-322p {
        margin-left: 322px;
    }
    .md\:mt-337p {
        margin-top: 337px;
    }
    .md\:mr-337p {
        margin-right: 337px;
    }
    .md\:mb-337p {
        margin-bottom: 337px;
    }
    .md\:ml-337p {
        margin-left: 337px;
    }
    .md\:mt-345p {
        margin-top: 345px;
    }
    .md\:mr-345p {
        margin-right: 345px;
    }
    .md\:mb-345p {
        margin-bottom: 345px;
    }
    .md\:ml-345p {
        margin-left: 345px;
    }
    .md\:mt-344p {
        margin-top: 344px;
    }
    .md\:mr-344p {
        margin-right: 344px;
    }
    .md\:mb-344p {
        margin-bottom: 344px;
    }
    .md\:ml-344p {
        margin-left: 344px;
    }
    .md\:mt-354p {
        margin-top: 354px;
    }
    .md\:mr-354p {
        margin-right: 354px;
    }
    .md\:mb-354p {
        margin-bottom: 354px;
    }
    .md\:ml-354p {
        margin-left: 354px;
    }
    .md\:mt-364p {
        margin-top: 364px;
    }
    .md\:mr-364p {
        margin-right: 364px;
    }
    .md\:mb-364p {
        margin-bottom: 364px;
    }
    .md\:ml-364p {
        margin-left: 364px;
    }
    .md\:mt-370p {
        margin-top: 370px;
    }
    .md\:mr-370p {
        margin-right: 370px;
    }
    .md\:mb-370p {
        margin-bottom: 370px;
    }
    .md\:ml-370p {
        margin-left: 370px;
    }
    .md\:mt-382p {
        margin-top: 382px;
    }
    .md\:mr-382p {
        margin-right: 382px;
    }
    .md\:mb-382p {
        margin-bottom: 382px;
    }
    .md\:ml-382p {
        margin-left: 382px;
    }
    .md\:mt-385p {
        margin-top: 385px;
    }
    .md\:mr-385p {
        margin-right: 385px;
    }
    .md\:mb-385p {
        margin-bottom: 385px;
    }
    .md\:ml-385p {
        margin-left: 385px;
    }
    .md\:mt-400p {
        margin-top: 400px;
    }
    .md\:mr-400p {
        margin-right: 400px;
    }
    .md\:mb-400p {
        margin-bottom: 400px;
    }
    .md\:ml-400p {
        margin-left: 400px;
    }
    .md\:mt-407p {
        margin-top: 407px;
    }
    .md\:mr-407p {
        margin-right: 407px;
    }
    .md\:mb-407p {
        margin-bottom: 407px;
    }
    .md\:ml-407p {
        margin-left: 407px;
    }
    .md\:mt-411p {
        margin-top: 411px;
    }
    .md\:mr-411p {
        margin-right: 411px;
    }
    .md\:mb-411p {
        margin-bottom: 411px;
    }
    .md\:ml-411p {
        margin-left: 411px;
    }
    .md\:mt-418p {
        margin-top: 418px;
    }
    .md\:mr-418p {
        margin-right: 418px;
    }
    .md\:mb-418p {
        margin-bottom: 418px;
    }
    .md\:ml-418p {
        margin-left: 418px;
    }
    .md\:mt-430p {
        margin-top: 430px;
    }
    .md\:mr-430p {
        margin-right: 430px;
    }
    .md\:mb-430p {
        margin-bottom: 430px;
    }
    .md\:ml-430p {
        margin-left: 430px;
    }
    .md\:mt-450p {
        margin-top: 450px;
    }
    .md\:mr-450p {
        margin-right: 450px;
    }
    .md\:mb-450p {
        margin-bottom: 450px;
    }
    .md\:ml-450p {
        margin-left: 450px;
    }
    .md\:mt-468p {
        margin-top: 468px;
    }
    .md\:mr-468p {
        margin-right: 468px;
    }
    .md\:mb-468p {
        margin-bottom: 468px;
    }
    .md\:ml-468p {
        margin-left: 468px;
    }
    .md\:mt-485p {
        margin-top: 485px;
    }
    .md\:mr-485p {
        margin-right: 485px;
    }
    .md\:mb-485p {
        margin-bottom: 485px;
    }
    .md\:ml-485p {
        margin-left: 485px;
    }
    .md\:mt-491p {
        margin-top: 491px;
    }
    .md\:mr-491p {
        margin-right: 491px;
    }
    .md\:mb-491p {
        margin-bottom: 491px;
    }
    .md\:ml-491p {
        margin-left: 491px;
    }
    .md\:mt-494p {
        margin-top: 494px;
    }
    .md\:mr-494p {
        margin-right: 494px;
    }
    .md\:mb-494p {
        margin-bottom: 494px;
    }
    .md\:ml-494p {
        margin-left: 494px;
    }
    .md\:mt-470p {
        margin-top: 470px;
    }
    .md\:mr-470p {
        margin-right: 470px;
    }
    .md\:mb-470p {
        margin-bottom: 470px;
    }
    .md\:ml-470p {
        margin-left: 470px;
    }
    .md\:mt-480p {
        margin-top: 480px;
    }
    .md\:mr-480p {
        margin-right: 480px;
    }
    .md\:mb-480p {
        margin-bottom: 480px;
    }
    .md\:ml-480p {
        margin-left: 480px;
    }
    .md\:mt-532p {
        margin-top: 532px;
    }
    .md\:mr-532p {
        margin-right: 532px;
    }
    .md\:mb-532p {
        margin-bottom: 532px;
    }
    .md\:ml-532p {
        margin-left: 532px;
    }
    .md\:mt-556p {
        margin-top: 556px;
    }
    .md\:mr-556p {
        margin-right: 556px;
    }
    .md\:mb-556p {
        margin-bottom: 556px;
    }
    .md\:ml-556p {
        margin-left: 556px;
    }
    .md\:mt-505p {
        margin-top: 505px;
    }
    .md\:mr-505p {
        margin-right: 505px;
    }
    .md\:mb-505p {
        margin-bottom: 505px;
    }
    .md\:ml-505p {
        margin-left: 505px;
    }
    .md\:mt-1179p {
        margin-top: 1179px;
    }
    .md\:mr-1179p {
        margin-right: 1179px;
    }
    .md\:mb-1179p {
        margin-bottom: 1179px;
    }
    .md\:ml-1179p {
        margin-left: 1179px;
    }
    .md\:mt-1253p {
        margin-top: 1253px;
    }
    .md\:mr-1253p {
        margin-right: 1253px;
    }
    .md\:mb-1253p {
        margin-bottom: 1253px;
    }
    .md\:ml-1253p {
        margin-left: 1253px;
    }
    .md\:mt-1575p {
        margin-top: 1575px;
    }
    .md\:mr-1575p {
        margin-right: 1575px;
    }
    .md\:mb-1575p {
        margin-bottom: 1575px;
    }
    .md\:ml-1575p {
        margin-left: 1575px;
    }
    .md\:mt-600p {
        margin-top: 600px;
    }
    .md\:mr-600p {
        margin-right: 600px;
    }
    .md\:mb-600p {
        margin-bottom: 600px;
    }
    .md\:ml-600p {
        margin-left: 600px;
    }
    .md\:mt-649p {
        margin-top: 649px;
    }
    .md\:mr-649p {
        margin-right: 649px;
    }
    .md\:mb-649p {
        margin-bottom: 649px;
    }
    .md\:ml-649p {
        margin-left: 649px;
    }
    .md\:mt-690p {
        margin-top: 690px;
    }
    .md\:mr-690p {
        margin-right: 690px;
    }
    .md\:mb-690p {
        margin-bottom: 690px;
    }
    .md\:ml-690p {
        margin-left: 690px;
    }
    .md\:mt-19\% {
        margin-top: 19%;
    }
    .md\:mr-19\% {
        margin-right: 19%;
    }
    .md\:mb-19\% {
        margin-bottom: 19%;
    }
    .md\:ml-19\% {
        margin-left: 19%;
    }
    .md\:mt-23\% {
        margin-top: 23%;
    }
    .md\:mr-23\% {
        margin-right: 23%;
    }
    .md\:mb-23\% {
        margin-bottom: 23%;
    }
    .md\:ml-23\% {
        margin-left: 23%;
    }
    .md\:mt-24\% {
        margin-top: 24%;
    }
    .md\:mr-24\% {
        margin-right: 24%;
    }
    .md\:mb-24\% {
        margin-bottom: 24%;
    }
    .md\:ml-24\% {
        margin-left: 24%;
    }
    .md\:mt-36\% {
        margin-top: 36%;
    }
    .md\:mr-36\% {
        margin-right: 36%;
    }
    .md\:mb-36\% {
        margin-bottom: 36%;
    }
    .md\:ml-36\% {
        margin-left: 36%;
    }
    .md\:mt-27\% {
        margin-top: 27%;
    }
    .md\:mr-27\% {
        margin-right: 27%;
    }
    .md\:mb-27\% {
        margin-bottom: 27%;
    }
    .md\:ml-27\% {
        margin-left: 27%;
    }
    .md\:mt-28\% {
        margin-top: 28%;
    }
    .md\:mr-28\% {
        margin-right: 28%;
    }
    .md\:mb-28\% {
        margin-bottom: 28%;
    }
    .md\:ml-28\% {
        margin-left: 28%;
    }
    .md\:mt-42\% {
        margin-top: 42%;
    }
    .md\:mr-42\% {
        margin-right: 42%;
    }
    .md\:mb-42\% {
        margin-bottom: 42%;
    }
    .md\:ml-42\% {
        margin-left: 42%;
    }
    .md\:mt-46\% {
        margin-top: 46%;
    }
    .md\:mr-46\% {
        margin-right: 46%;
    }
    .md\:mb-46\% {
        margin-bottom: 46%;
    }
    .md\:ml-46\% {
        margin-left: 46%;
    }
    .md\:mt-49\% {
        margin-top: 49%;
    }
    .md\:mr-49\% {
        margin-right: 49%;
    }
    .md\:mb-49\% {
        margin-bottom: 49%;
    }
    .md\:ml-49\% {
        margin-left: 49%;
    }
    .md\:mt-54\% {
        margin-top: 54%;
    }
    .md\:mr-54\% {
        margin-right: 54%;
    }
    .md\:mb-54\% {
        margin-bottom: 54%;
    }
    .md\:ml-54\% {
        margin-left: 54%;
    }
    .md\:mt-58\% {
        margin-top: 58%;
    }
    .md\:mr-58\% {
        margin-right: 58%;
    }
    .md\:mb-58\% {
        margin-bottom: 58%;
    }
    .md\:ml-58\% {
        margin-left: 58%;
    }
    .md\:mt-72\% {
        margin-top: 72%;
    }
    .md\:mr-72\% {
        margin-right: 72%;
    }
    .md\:mb-72\% {
        margin-bottom: 72%;
    }
    .md\:ml-72\% {
        margin-left: 72%;
    }
    .md\:mt-76\% {
        margin-top: 76%;
    }
    .md\:mr-76\% {
        margin-right: 76%;
    }
    .md\:mb-76\% {
        margin-bottom: 76%;
    }
    .md\:ml-76\% {
        margin-left: 76%;
    }
    .md\:mt-77\% {
        margin-top: 77%;
    }
    .md\:mr-77\% {
        margin-right: 77%;
    }
    .md\:mb-77\% {
        margin-bottom: 77%;
    }
    .md\:ml-77\% {
        margin-left: 77%;
    }
    .md\:mt-340p {
        margin-top: 340px;
    }
    .md\:mr-340p {
        margin-right: 340px;
    }
    .md\:mb-340p {
        margin-bottom: 340px;
    }
    .md\:ml-340p {
        margin-left: 340px;
    }
    .md\:mt-700p {
        margin-top: 700px;
    }
    .md\:mr-700p {
        margin-right: 700px;
    }
    .md\:mb-700p {
        margin-bottom: 700px;
    }
    .md\:ml-700p {
        margin-left: 700px;
    }
    .md\:mt-848p {
        margin-top: 848px;
    }
    .md\:mr-848p {
        margin-right: 848px;
    }
    .md\:mb-848p {
        margin-bottom: 848px;
    }
    .md\:ml-848p {
        margin-left: 848px;
    }
    .md\:mt-850p {
        margin-top: 850px;
    }
    .md\:mr-850p {
        margin-right: 850px;
    }
    .md\:mb-850p {
        margin-bottom: 850px;
    }
    .md\:ml-850p {
        margin-left: 850px;
    }
    .md\:mt-860p {
        margin-top: 860px;
    }
    .md\:mr-860p {
        margin-right: 860px;
    }
    .md\:mb-860p {
        margin-bottom: 860px;
    }
    .md\:ml-860p {
        margin-left: 860px;
    }
    .md\:mt-1425p {
        margin-top: 1425px;
    }
    .md\:mr-1425p {
        margin-right: 1425px;
    }
    .md\:mb-1425p {
        margin-bottom: 1425px;
    }
    .md\:ml-1425p {
        margin-left: 1425px;
    }
    .md\:-mt-0 {
        margin-top: 0;
    }
    .md\:-mr-0 {
        margin-right: 0;
    }
    .md\:-mb-0 {
        margin-bottom: 0;
    }
    .md\:-ml-0 {
        margin-left: 0;
    }
    .md\:-mt-1 {
        margin-top: -0.25rem;
    }
    .md\:-mr-1 {
        margin-right: -0.25rem;
    }
    .md\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .md\:-ml-1 {
        margin-left: -0.25rem;
    }
    .md\:-mt-2 {
        margin-top: -0.5rem;
    }
    .md\:-mr-2 {
        margin-right: -0.5rem;
    }
    .md\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .md\:-ml-2 {
        margin-left: -0.5rem;
    }
    .md\:-mt-3 {
        margin-top: -0.75rem;
    }
    .md\:-mr-3 {
        margin-right: -0.75rem;
    }
    .md\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .md\:-ml-3 {
        margin-left: -0.75rem;
    }
    .md\:-mt-4 {
        margin-top: -1rem;
    }
    .md\:-mr-4 {
        margin-right: -1rem;
    }
    .md\:-mb-4 {
        margin-bottom: -1rem;
    }
    .md\:-ml-4 {
        margin-left: -1rem;
    }
    .md\:-mt-5 {
        margin-top: -1.25rem;
    }
    .md\:-mr-5 {
        margin-right: -1.25rem;
    }
    .md\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .md\:-ml-5 {
        margin-left: -1.25rem;
    }
    .md\:-mt-6 {
        margin-top: -1.5rem;
    }
    .md\:-mr-6 {
        margin-right: -1.5rem;
    }
    .md\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .md\:-ml-6 {
        margin-left: -1.5rem;
    }
    .md\:-mt-7 {
        margin-top: -1.75rem;
    }
    .md\:-mr-7 {
        margin-right: -1.75rem;
    }
    .md\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .md\:-ml-7 {
        margin-left: -1.75rem;
    }
    .md\:-mt-8 {
        margin-top: -2rem;
    }
    .md\:-mr-8 {
        margin-right: -2rem;
    }
    .md\:-mb-8 {
        margin-bottom: -2rem;
    }
    .md\:-ml-8 {
        margin-left: -2rem;
    }
    .md\:-mt-9 {
        margin-top: -2.25rem;
    }
    .md\:-mr-9 {
        margin-right: -2.25rem;
    }
    .md\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .md\:-ml-9 {
        margin-left: -2.25rem;
    }
    .md\:-mt-10 {
        margin-top: -2.5rem;
    }
    .md\:-mr-10 {
        margin-right: -2.5rem;
    }
    .md\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .md\:-ml-10 {
        margin-left: -2.5rem;
    }
    .md\:-mt-11 {
        margin-top: -2.75rem;
    }
    .md\:-mr-11 {
        margin-right: -2.75rem;
    }
    .md\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .md\:-ml-11 {
        margin-left: -2.75rem;
    }
    .md\:-mt-12 {
        margin-top: -3rem;
    }
    .md\:-mr-12 {
        margin-right: -3rem;
    }
    .md\:-mb-12 {
        margin-bottom: -3rem;
    }
    .md\:-ml-12 {
        margin-left: -3rem;
    }
    .md\:-mt-14 {
        margin-top: -3.5rem;
    }
    .md\:-mr-14 {
        margin-right: -3.5rem;
    }
    .md\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .md\:-ml-14 {
        margin-left: -3.5rem;
    }
    .md\:-mt-16 {
        margin-top: -4rem;
    }
    .md\:-mr-16 {
        margin-right: -4rem;
    }
    .md\:-mb-16 {
        margin-bottom: -4rem;
    }
    .md\:-ml-16 {
        margin-left: -4rem;
    }
    .md\:-mt-20 {
        margin-top: -5rem;
    }
    .md\:-mr-20 {
        margin-right: -5rem;
    }
    .md\:-mb-20 {
        margin-bottom: -5rem;
    }
    .md\:-ml-20 {
        margin-left: -5rem;
    }
    .md\:-mt-23 {
        margin-top: -88px;
    }
    .md\:-mr-23 {
        margin-right: -88px;
    }
    .md\:-mb-23 {
        margin-bottom: -88px;
    }
    .md\:-ml-23 {
        margin-left: -88px;
    }
    .md\:-mt-24 {
        margin-top: -6rem;
    }
    .md\:-mr-24 {
        margin-right: -6rem;
    }
    .md\:-mb-24 {
        margin-bottom: -6rem;
    }
    .md\:-ml-24 {
        margin-left: -6rem;
    }
    .md\:-mt-25 {
        margin-top: -100px;
    }
    .md\:-mr-25 {
        margin-right: -100px;
    }
    .md\:-mb-25 {
        margin-bottom: -100px;
    }
    .md\:-ml-25 {
        margin-left: -100px;
    }
    .md\:-mt-28 {
        margin-top: -7rem;
    }
    .md\:-mr-28 {
        margin-right: -7rem;
    }
    .md\:-mb-28 {
        margin-bottom: -7rem;
    }
    .md\:-ml-28 {
        margin-left: -7rem;
    }
    .md\:-mt-29 {
        margin-top: -120px;
    }
    .md\:-mr-29 {
        margin-right: -120px;
    }
    .md\:-mb-29 {
        margin-bottom: -120px;
    }
    .md\:-ml-29 {
        margin-left: -120px;
    }
    .md\:-mt-32 {
        margin-top: -8rem;
    }
    .md\:-mr-32 {
        margin-right: -8rem;
    }
    .md\:-mb-32 {
        margin-bottom: -8rem;
    }
    .md\:-ml-32 {
        margin-left: -8rem;
    }
    .md\:-mt-33 {
        margin-top: -130px;
    }
    .md\:-mr-33 {
        margin-right: -130px;
    }
    .md\:-mb-33 {
        margin-bottom: -130px;
    }
    .md\:-ml-33 {
        margin-left: -130px;
    }
    .md\:-mt-36 {
        margin-top: -9rem;
    }
    .md\:-mr-36 {
        margin-right: -9rem;
    }
    .md\:-mb-36 {
        margin-bottom: -9rem;
    }
    .md\:-ml-36 {
        margin-left: -9rem;
    }
    .md\:-mt-40 {
        margin-top: -10rem;
    }
    .md\:-mr-40 {
        margin-right: -10rem;
    }
    .md\:-mb-40 {
        margin-bottom: -10rem;
    }
    .md\:-ml-40 {
        margin-left: -10rem;
    }
    .md\:-mt-44 {
        margin-top: -11rem;
    }
    .md\:-mr-44 {
        margin-right: -11rem;
    }
    .md\:-mb-44 {
        margin-bottom: -11rem;
    }
    .md\:-ml-44 {
        margin-left: -11rem;
    }
    .md\:-mt-48 {
        margin-top: -12rem;
    }
    .md\:-mr-48 {
        margin-right: -12rem;
    }
    .md\:-mb-48 {
        margin-bottom: -12rem;
    }
    .md\:-ml-48 {
        margin-left: -12rem;
    }
    .md\:-mt-52 {
        margin-top: -13rem;
    }
    .md\:-mr-52 {
        margin-right: -13rem;
    }
    .md\:-mb-52 {
        margin-bottom: -13rem;
    }
    .md\:-ml-52 {
        margin-left: -13rem;
    }
    .md\:-mt-56 {
        margin-top: -14rem;
    }
    .md\:-mr-56 {
        margin-right: -14rem;
    }
    .md\:-mb-56 {
        margin-bottom: -14rem;
    }
    .md\:-ml-56 {
        margin-left: -14rem;
    }
    .md\:-mt-60 {
        margin-top: -15rem;
    }
    .md\:-mr-60 {
        margin-right: -15rem;
    }
    .md\:-mb-60 {
        margin-bottom: -15rem;
    }
    .md\:-ml-60 {
        margin-left: -15rem;
    }
    .md\:-mt-63 {
        margin-top: -270px;
    }
    .md\:-mr-63 {
        margin-right: -270px;
    }
    .md\:-mb-63 {
        margin-bottom: -270px;
    }
    .md\:-ml-63 {
        margin-left: -270px;
    }
    .md\:-mt-64 {
        margin-top: -16rem;
    }
    .md\:-mr-64 {
        margin-right: -16rem;
    }
    .md\:-mb-64 {
        margin-bottom: -16rem;
    }
    .md\:-ml-64 {
        margin-left: -16rem;
    }
    .md\:-mt-72 {
        margin-top: -18rem;
    }
    .md\:-mr-72 {
        margin-right: -18rem;
    }
    .md\:-mb-72 {
        margin-bottom: -18rem;
    }
    .md\:-ml-72 {
        margin-left: -18rem;
    }
    .md\:-mt-80 {
        margin-top: -20rem;
    }
    .md\:-mr-80 {
        margin-right: -20rem;
    }
    .md\:-mb-80 {
        margin-bottom: -20rem;
    }
    .md\:-ml-80 {
        margin-left: -20rem;
    }
    .md\:-mt-92 {
        margin-top: -475px;
    }
    .md\:-mr-92 {
        margin-right: -475px;
    }
    .md\:-mb-92 {
        margin-bottom: -475px;
    }
    .md\:-ml-92 {
        margin-left: -475px;
    }
    .md\:-mt-96 {
        margin-top: -24rem;
    }
    .md\:-mr-96 {
        margin-right: -24rem;
    }
    .md\:-mb-96 {
        margin-bottom: -24rem;
    }
    .md\:-ml-96 {
        margin-left: -24rem;
    }
    .md\:-mt-128 {
        margin-top: -32rem;
    }
    .md\:-mr-128 {
        margin-right: -32rem;
    }
    .md\:-mb-128 {
        margin-bottom: -32rem;
    }
    .md\:-ml-128 {
        margin-left: -32rem;
    }
    .md\:-mt-px {
        margin-top: -1px;
    }
    .md\:-mr-px {
        margin-right: -1px;
    }
    .md\:-mb-px {
        margin-bottom: -1px;
    }
    .md\:-ml-px {
        margin-left: -1px;
    }
    .md\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .md\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .md\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .md\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .md\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .md\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .md\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .md\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .md\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .md\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .md\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .md\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .md\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .md\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .md\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .md\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .md\:-mt-105p {
        margin-top: -105px;
    }
    .md\:-mr-105p {
        margin-right: -105px;
    }
    .md\:-mb-105p {
        margin-bottom: -105px;
    }
    .md\:-ml-105p {
        margin-left: -105px;
    }
    .md\:-mt-50p {
        margin-top: -50px;
    }
    .md\:-mr-50p {
        margin-right: -50px;
    }
    .md\:-mb-50p {
        margin-bottom: -50px;
    }
    .md\:-ml-50p {
        margin-left: -50px;
    }
    .md\:-mt-54p {
        margin-top: -54px;
    }
    .md\:-mr-54p {
        margin-right: -54px;
    }
    .md\:-mb-54p {
        margin-bottom: -54px;
    }
    .md\:-ml-54p {
        margin-left: -54px;
    }
    .md\:-mt-1p {
        margin-top: -1px;
    }
    .md\:-mr-1p {
        margin-right: -1px;
    }
    .md\:-mb-1p {
        margin-bottom: -1px;
    }
    .md\:-ml-1p {
        margin-left: -1px;
    }
    .md\:-mt-2p {
        margin-top: -2px;
    }
    .md\:-mr-2p {
        margin-right: -2px;
    }
    .md\:-mb-2p {
        margin-bottom: -2px;
    }
    .md\:-ml-2p {
        margin-left: -2px;
    }
    .md\:-mt-3p {
        margin-top: -3px;
    }
    .md\:-mr-3p {
        margin-right: -3px;
    }
    .md\:-mb-3p {
        margin-bottom: -3px;
    }
    .md\:-ml-3p {
        margin-left: -3px;
    }
    .md\:-mt-5p {
        margin-top: -5px;
    }
    .md\:-mr-5p {
        margin-right: -5px;
    }
    .md\:-mb-5p {
        margin-bottom: -5px;
    }
    .md\:-ml-5p {
        margin-left: -5px;
    }
    .md\:-mt-7p {
        margin-top: -7px;
    }
    .md\:-mr-7p {
        margin-right: -7px;
    }
    .md\:-mb-7p {
        margin-bottom: -7px;
    }
    .md\:-ml-7p {
        margin-left: -7px;
    }
    .md\:-mt-9p {
        margin-top: -9px;
    }
    .md\:-mr-9p {
        margin-right: -9px;
    }
    .md\:-mb-9p {
        margin-bottom: -9px;
    }
    .md\:-ml-9p {
        margin-left: -9px;
    }
    .md\:-mt-10p {
        margin-top: -10px;
    }
    .md\:-mr-10p {
        margin-right: -10px;
    }
    .md\:-mb-10p {
        margin-bottom: -10px;
    }
    .md\:-ml-10p {
        margin-left: -10px;
    }
    .md\:-mt-11p {
        margin-top: -11px;
    }
    .md\:-mr-11p {
        margin-right: -11px;
    }
    .md\:-mb-11p {
        margin-bottom: -11px;
    }
    .md\:-ml-11p {
        margin-left: -11px;
    }
    .md\:-mt-13p {
        margin-top: -13px;
    }
    .md\:-mr-13p {
        margin-right: -13px;
    }
    .md\:-mb-13p {
        margin-bottom: -13px;
    }
    .md\:-ml-13p {
        margin-left: -13px;
    }
    .md\:-mt-15p {
        margin-top: -15px;
    }
    .md\:-mr-15p {
        margin-right: -15px;
    }
    .md\:-mb-15p {
        margin-bottom: -15px;
    }
    .md\:-ml-15p {
        margin-left: -15px;
    }
    .md\:-mt-18p {
        margin-top: -18px;
    }
    .md\:-mr-18p {
        margin-right: -18px;
    }
    .md\:-mb-18p {
        margin-bottom: -18px;
    }
    .md\:-ml-18p {
        margin-left: -18px;
    }
    .md\:-mt-19p {
        margin-top: -19px;
    }
    .md\:-mr-19p {
        margin-right: -19px;
    }
    .md\:-mb-19p {
        margin-bottom: -19px;
    }
    .md\:-ml-19p {
        margin-left: -19px;
    }
    .md\:-mt-21p {
        margin-top: -21px;
    }
    .md\:-mr-21p {
        margin-right: -21px;
    }
    .md\:-mb-21p {
        margin-bottom: -21px;
    }
    .md\:-ml-21p {
        margin-left: -21px;
    }
    .md\:-mt-22p {
        margin-top: -22px;
    }
    .md\:-mr-22p {
        margin-right: -22px;
    }
    .md\:-mb-22p {
        margin-bottom: -22px;
    }
    .md\:-ml-22p {
        margin-left: -22px;
    }
    .md\:-mt-23p {
        margin-top: -23px;
    }
    .md\:-mr-23p {
        margin-right: -23px;
    }
    .md\:-mb-23p {
        margin-bottom: -23px;
    }
    .md\:-ml-23p {
        margin-left: -23px;
    }
    .md\:-mt-25p {
        margin-top: -25px;
    }
    .md\:-mr-25p {
        margin-right: -25px;
    }
    .md\:-mb-25p {
        margin-bottom: -25px;
    }
    .md\:-ml-25p {
        margin-left: -25px;
    }
    .md\:-mt-26p {
        margin-top: -26px;
    }
    .md\:-mr-26p {
        margin-right: -26px;
    }
    .md\:-mb-26p {
        margin-bottom: -26px;
    }
    .md\:-ml-26p {
        margin-left: -26px;
    }
    .md\:-mt-29p {
        margin-top: -29px;
    }
    .md\:-mr-29p {
        margin-right: -29px;
    }
    .md\:-mb-29p {
        margin-bottom: -29px;
    }
    .md\:-ml-29p {
        margin-left: -29px;
    }
    .md\:-mt-30p {
        margin-top: -30px;
    }
    .md\:-mr-30p {
        margin-right: -30px;
    }
    .md\:-mb-30p {
        margin-bottom: -30px;
    }
    .md\:-ml-30p {
        margin-left: -30px;
    }
    .md\:-mt-31p {
        margin-top: -31px;
    }
    .md\:-mr-31p {
        margin-right: -31px;
    }
    .md\:-mb-31p {
        margin-bottom: -31px;
    }
    .md\:-ml-31p {
        margin-left: -31px;
    }
    .md\:-mt-35p {
        margin-top: -35px;
    }
    .md\:-mr-35p {
        margin-right: -35px;
    }
    .md\:-mb-35p {
        margin-bottom: -35px;
    }
    .md\:-ml-35p {
        margin-left: -35px;
    }
    .md\:-mt-52p {
        margin-top: -52px;
    }
    .md\:-mr-52p {
        margin-right: -52px;
    }
    .md\:-mb-52p {
        margin-bottom: -52px;
    }
    .md\:-ml-52p {
        margin-left: -52px;
    }
    .md\:-mt-53p {
        margin-top: -53px;
    }
    .md\:-mr-53p {
        margin-right: -53px;
    }
    .md\:-mb-53p {
        margin-bottom: -53px;
    }
    .md\:-ml-53p {
        margin-left: -53px;
    }
    .md\:-mt-55p {
        margin-top: -55px;
    }
    .md\:-mr-55p {
        margin-right: -55px;
    }
    .md\:-mb-55p {
        margin-bottom: -55px;
    }
    .md\:-ml-55p {
        margin-left: -55px;
    }
    .md\:-mt-59p {
        margin-top: -59px;
    }
    .md\:-mr-59p {
        margin-right: -59px;
    }
    .md\:-mb-59p {
        margin-bottom: -59px;
    }
    .md\:-ml-59p {
        margin-left: -59px;
    }
    .md\:-mt-27p {
        margin-top: -27px;
    }
    .md\:-mr-27p {
        margin-right: -27px;
    }
    .md\:-mb-27p {
        margin-bottom: -27px;
    }
    .md\:-ml-27p {
        margin-left: -27px;
    }
    .md\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .md\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .md\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .md\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .md\:-mt-38p {
        margin-top: -38px;
    }
    .md\:-mr-38p {
        margin-right: -38px;
    }
    .md\:-mb-38p {
        margin-bottom: -38px;
    }
    .md\:-ml-38p {
        margin-left: -38px;
    }
    .md\:-mt-40p {
        margin-top: -40px;
    }
    .md\:-mr-40p {
        margin-right: -40px;
    }
    .md\:-mb-40p {
        margin-bottom: -40px;
    }
    .md\:-ml-40p {
        margin-left: -40px;
    }
    .md\:-mt-46p {
        margin-top: -46px;
    }
    .md\:-mr-46p {
        margin-right: -46px;
    }
    .md\:-mb-46p {
        margin-bottom: -46px;
    }
    .md\:-ml-46p {
        margin-left: -46px;
    }
    .md\:-mt-47p {
        margin-top: -47px;
    }
    .md\:-mr-47p {
        margin-right: -47px;
    }
    .md\:-mb-47p {
        margin-bottom: -47px;
    }
    .md\:-ml-47p {
        margin-left: -47px;
    }
    .md\:-mt-49p {
        margin-top: -49px;
    }
    .md\:-mr-49p {
        margin-right: -49px;
    }
    .md\:-mb-49p {
        margin-bottom: -49px;
    }
    .md\:-ml-49p {
        margin-left: -49px;
    }
    .md\:-mt-58p {
        margin-top: -58px;
    }
    .md\:-mr-58p {
        margin-right: -58px;
    }
    .md\:-mb-58p {
        margin-bottom: -58px;
    }
    .md\:-ml-58p {
        margin-left: -58px;
    }
    .md\:-mt-75p {
        margin-top: -75px;
    }
    .md\:-mr-75p {
        margin-right: -75px;
    }
    .md\:-mb-75p {
        margin-bottom: -75px;
    }
    .md\:-ml-75p {
        margin-left: -75px;
    }
    .md\:-mt-77p {
        margin-top: -77px;
    }
    .md\:-mr-77p {
        margin-right: -77px;
    }
    .md\:-mb-77p {
        margin-bottom: -77px;
    }
    .md\:-ml-77p {
        margin-left: -77px;
    }
    .md\:-mt-60p {
        margin-top: -60px;
    }
    .md\:-mr-60p {
        margin-right: -60px;
    }
    .md\:-mb-60p {
        margin-bottom: -60px;
    }
    .md\:-ml-60p {
        margin-left: -60px;
    }
    .md\:-mt-65p {
        margin-top: -65px;
    }
    .md\:-mr-65p {
        margin-right: -65px;
    }
    .md\:-mb-65p {
        margin-bottom: -65px;
    }
    .md\:-ml-65p {
        margin-left: -65px;
    }
    .md\:-mt-66p {
        margin-top: -66px;
    }
    .md\:-mr-66p {
        margin-right: -66px;
    }
    .md\:-mb-66p {
        margin-bottom: -66px;
    }
    .md\:-ml-66p {
        margin-left: -66px;
    }
    .md\:-mt-68p {
        margin-top: -68px;
    }
    .md\:-mr-68p {
        margin-right: -68px;
    }
    .md\:-mb-68p {
        margin-bottom: -68px;
    }
    .md\:-ml-68p {
        margin-left: -68px;
    }
    .md\:-mt-70p {
        margin-top: -70px;
    }
    .md\:-mr-70p {
        margin-right: -70px;
    }
    .md\:-mb-70p {
        margin-bottom: -70px;
    }
    .md\:-ml-70p {
        margin-left: -70px;
    }
    .md\:-mt-72p {
        margin-top: -72px;
    }
    .md\:-mr-72p {
        margin-right: -72px;
    }
    .md\:-mb-72p {
        margin-bottom: -72px;
    }
    .md\:-ml-72p {
        margin-left: -72px;
    }
    .md\:-mt-74p {
        margin-top: -74px;
    }
    .md\:-mr-74p {
        margin-right: -74px;
    }
    .md\:-mb-74p {
        margin-bottom: -74px;
    }
    .md\:-ml-74p {
        margin-left: -74px;
    }
    .md\:-mt-78p {
        margin-top: -78px;
    }
    .md\:-mr-78p {
        margin-right: -78px;
    }
    .md\:-mb-78p {
        margin-bottom: -78px;
    }
    .md\:-ml-78p {
        margin-left: -78px;
    }
    .md\:-mt-80p {
        margin-top: -80px;
    }
    .md\:-mr-80p {
        margin-right: -80px;
    }
    .md\:-mb-80p {
        margin-bottom: -80px;
    }
    .md\:-ml-80p {
        margin-left: -80px;
    }
    .md\:-mt-82p {
        margin-top: -82px;
    }
    .md\:-mr-82p {
        margin-right: -82px;
    }
    .md\:-mb-82p {
        margin-bottom: -82px;
    }
    .md\:-ml-82p {
        margin-left: -82px;
    }
    .md\:-mt-84p {
        margin-top: -84px;
    }
    .md\:-mr-84p {
        margin-right: -84px;
    }
    .md\:-mb-84p {
        margin-bottom: -84px;
    }
    .md\:-ml-84p {
        margin-left: -84px;
    }
    .md\:-mt-89p {
        margin-top: -89px;
    }
    .md\:-mr-89p {
        margin-right: -89px;
    }
    .md\:-mb-89p {
        margin-bottom: -89px;
    }
    .md\:-ml-89p {
        margin-left: -89px;
    }
    .md\:-mt-93p {
        margin-top: -93px;
    }
    .md\:-mr-93p {
        margin-right: -93px;
    }
    .md\:-mb-93p {
        margin-bottom: -93px;
    }
    .md\:-ml-93p {
        margin-left: -93px;
    }
    .md\:-mt-90p {
        margin-top: -90px;
    }
    .md\:-mr-90p {
        margin-right: -90px;
    }
    .md\:-mb-90p {
        margin-bottom: -90px;
    }
    .md\:-ml-90p {
        margin-left: -90px;
    }
    .md\:-mt-97p {
        margin-top: -97px;
    }
    .md\:-mr-97p {
        margin-right: -97px;
    }
    .md\:-mb-97p {
        margin-bottom: -97px;
    }
    .md\:-ml-97p {
        margin-left: -97px;
    }
    .md\:-mt-103p {
        margin-top: -103px;
    }
    .md\:-mr-103p {
        margin-right: -103px;
    }
    .md\:-mb-103p {
        margin-bottom: -103px;
    }
    .md\:-ml-103p {
        margin-left: -103px;
    }
    .md\:-mt-116p {
        margin-top: -116px;
    }
    .md\:-mr-116p {
        margin-right: -116px;
    }
    .md\:-mb-116p {
        margin-bottom: -116px;
    }
    .md\:-ml-116p {
        margin-left: -116px;
    }
    .md\:-mt-120p {
        margin-top: -120px;
    }
    .md\:-mr-120p {
        margin-right: -120px;
    }
    .md\:-mb-120p {
        margin-bottom: -120px;
    }
    .md\:-ml-120p {
        margin-left: -120px;
    }
    .md\:-mt-125p {
        margin-top: -125px;
    }
    .md\:-mr-125p {
        margin-right: -125px;
    }
    .md\:-mb-125p {
        margin-bottom: -125px;
    }
    .md\:-ml-125p {
        margin-left: -125px;
    }
    .md\:-mt-130p {
        margin-top: -130px;
    }
    .md\:-mr-130p {
        margin-right: -130px;
    }
    .md\:-mb-130p {
        margin-bottom: -130px;
    }
    .md\:-ml-130p {
        margin-left: -130px;
    }
    .md\:-mt-135p {
        margin-top: -135px;
    }
    .md\:-mr-135p {
        margin-right: -135px;
    }
    .md\:-mb-135p {
        margin-bottom: -135px;
    }
    .md\:-ml-135p {
        margin-left: -135px;
    }
    .md\:-mt-132p {
        margin-top: -132px;
    }
    .md\:-mr-132p {
        margin-right: -132px;
    }
    .md\:-mb-132p {
        margin-bottom: -132px;
    }
    .md\:-ml-132p {
        margin-left: -132px;
    }
    .md\:-mt-150p {
        margin-top: -150px;
    }
    .md\:-mr-150p {
        margin-right: -150px;
    }
    .md\:-mb-150p {
        margin-bottom: -150px;
    }
    .md\:-ml-150p {
        margin-left: -150px;
    }
    .md\:-mt-216p {
        margin-top: -216px;
    }
    .md\:-mr-216p {
        margin-right: -216px;
    }
    .md\:-mb-216p {
        margin-bottom: -216px;
    }
    .md\:-ml-216p {
        margin-left: -216px;
    }
    .md\:-mt-225p {
        margin-top: -225px;
    }
    .md\:-mr-225p {
        margin-right: -225px;
    }
    .md\:-mb-225p {
        margin-bottom: -225px;
    }
    .md\:-ml-225p {
        margin-left: -225px;
    }
    .md\:-mt-296p {
        margin-top: -296px;
    }
    .md\:-mr-296p {
        margin-right: -296px;
    }
    .md\:-mb-296p {
        margin-bottom: -296px;
    }
    .md\:-ml-296p {
        margin-left: -296px;
    }
    .md\:-mt-270p {
        margin-top: -270px;
    }
    .md\:-mr-270p {
        margin-right: -270px;
    }
    .md\:-mb-270p {
        margin-bottom: -270px;
    }
    .md\:-ml-270p {
        margin-left: -270px;
    }
    .md\:-mt-137p {
        margin-top: -137px;
    }
    .md\:-mr-137p {
        margin-right: -137px;
    }
    .md\:-mb-137p {
        margin-bottom: -137px;
    }
    .md\:-ml-137p {
        margin-left: -137px;
    }
    .md\:-mt-141p {
        margin-top: -141px;
    }
    .md\:-mr-141p {
        margin-right: -141px;
    }
    .md\:-mb-141p {
        margin-bottom: -141px;
    }
    .md\:-ml-141p {
        margin-left: -141px;
    }
    .md\:-mt-146p {
        margin-top: -146px;
    }
    .md\:-mr-146p {
        margin-right: -146px;
    }
    .md\:-mb-146p {
        margin-bottom: -146px;
    }
    .md\:-ml-146p {
        margin-left: -146px;
    }
    .md\:-mt-152p {
        margin-top: -152px;
    }
    .md\:-mr-152p {
        margin-right: -152px;
    }
    .md\:-mb-152p {
        margin-bottom: -152px;
    }
    .md\:-ml-152p {
        margin-left: -152px;
    }
    .md\:-mt-155p {
        margin-top: -155px;
    }
    .md\:-mr-155p {
        margin-right: -155px;
    }
    .md\:-mb-155p {
        margin-bottom: -155px;
    }
    .md\:-ml-155p {
        margin-left: -155px;
    }
    .md\:-mt-163p {
        margin-top: -163px;
    }
    .md\:-mr-163p {
        margin-right: -163px;
    }
    .md\:-mb-163p {
        margin-bottom: -163px;
    }
    .md\:-ml-163p {
        margin-left: -163px;
    }
    .md\:-mt-168p {
        margin-top: -168px;
    }
    .md\:-mr-168p {
        margin-right: -168px;
    }
    .md\:-mb-168p {
        margin-bottom: -168px;
    }
    .md\:-ml-168p {
        margin-left: -168px;
    }
    .md\:-mt-173p {
        margin-top: -173px;
    }
    .md\:-mr-173p {
        margin-right: -173px;
    }
    .md\:-mb-173p {
        margin-bottom: -173px;
    }
    .md\:-ml-173p {
        margin-left: -173px;
    }
    .md\:-mt-210p {
        margin-top: -210px;
    }
    .md\:-mr-210p {
        margin-right: -210px;
    }
    .md\:-mb-210p {
        margin-bottom: -210px;
    }
    .md\:-ml-210p {
        margin-left: -210px;
    }
    .md\:-mt-245p {
        margin-top: -245px;
    }
    .md\:-mr-245p {
        margin-right: -245px;
    }
    .md\:-mb-245p {
        margin-bottom: -245px;
    }
    .md\:-ml-245p {
        margin-left: -245px;
    }
    .md\:-mt-250p {
        margin-top: -250px;
    }
    .md\:-mr-250p {
        margin-right: -250px;
    }
    .md\:-mb-250p {
        margin-bottom: -250px;
    }
    .md\:-ml-250p {
        margin-left: -250px;
    }
    .md\:-mt-260p {
        margin-top: -260px;
    }
    .md\:-mr-260p {
        margin-right: -260px;
    }
    .md\:-mb-260p {
        margin-bottom: -260px;
    }
    .md\:-ml-260p {
        margin-left: -260px;
    }
    .md\:-mt-263p {
        margin-top: -263px;
    }
    .md\:-mr-263p {
        margin-right: -263px;
    }
    .md\:-mb-263p {
        margin-bottom: -263px;
    }
    .md\:-ml-263p {
        margin-left: -263px;
    }
    .md\:-mt-266p {
        margin-top: -266px;
    }
    .md\:-mr-266p {
        margin-right: -266px;
    }
    .md\:-mb-266p {
        margin-bottom: -266px;
    }
    .md\:-ml-266p {
        margin-left: -266px;
    }
    .md\:-mt-275p {
        margin-top: -275px;
    }
    .md\:-mr-275p {
        margin-right: -275px;
    }
    .md\:-mb-275p {
        margin-bottom: -275px;
    }
    .md\:-ml-275p {
        margin-left: -275px;
    }
    .md\:-mt-300p {
        margin-top: -300px;
    }
    .md\:-mr-300p {
        margin-right: -300px;
    }
    .md\:-mb-300p {
        margin-bottom: -300px;
    }
    .md\:-ml-300p {
        margin-left: -300px;
    }
    .md\:-mt-312p {
        margin-top: -312px;
    }
    .md\:-mr-312p {
        margin-right: -312px;
    }
    .md\:-mb-312p {
        margin-bottom: -312px;
    }
    .md\:-ml-312p {
        margin-left: -312px;
    }
    .md\:-mt-318p {
        margin-top: -318px;
    }
    .md\:-mr-318p {
        margin-right: -318px;
    }
    .md\:-mb-318p {
        margin-bottom: -318px;
    }
    .md\:-ml-318p {
        margin-left: -318px;
    }
    .md\:-mt-322p {
        margin-top: -322px;
    }
    .md\:-mr-322p {
        margin-right: -322px;
    }
    .md\:-mb-322p {
        margin-bottom: -322px;
    }
    .md\:-ml-322p {
        margin-left: -322px;
    }
    .md\:-mt-337p {
        margin-top: -337px;
    }
    .md\:-mr-337p {
        margin-right: -337px;
    }
    .md\:-mb-337p {
        margin-bottom: -337px;
    }
    .md\:-ml-337p {
        margin-left: -337px;
    }
    .md\:-mt-345p {
        margin-top: -345px;
    }
    .md\:-mr-345p {
        margin-right: -345px;
    }
    .md\:-mb-345p {
        margin-bottom: -345px;
    }
    .md\:-ml-345p {
        margin-left: -345px;
    }
    .md\:-mt-344p {
        margin-top: -344px;
    }
    .md\:-mr-344p {
        margin-right: -344px;
    }
    .md\:-mb-344p {
        margin-bottom: -344px;
    }
    .md\:-ml-344p {
        margin-left: -344px;
    }
    .md\:-mt-354p {
        margin-top: -354px;
    }
    .md\:-mr-354p {
        margin-right: -354px;
    }
    .md\:-mb-354p {
        margin-bottom: -354px;
    }
    .md\:-ml-354p {
        margin-left: -354px;
    }
    .md\:-mt-364p {
        margin-top: -364px;
    }
    .md\:-mr-364p {
        margin-right: -364px;
    }
    .md\:-mb-364p {
        margin-bottom: -364px;
    }
    .md\:-ml-364p {
        margin-left: -364px;
    }
    .md\:-mt-370p {
        margin-top: -370px;
    }
    .md\:-mr-370p {
        margin-right: -370px;
    }
    .md\:-mb-370p {
        margin-bottom: -370px;
    }
    .md\:-ml-370p {
        margin-left: -370px;
    }
    .md\:-mt-382p {
        margin-top: -382px;
    }
    .md\:-mr-382p {
        margin-right: -382px;
    }
    .md\:-mb-382p {
        margin-bottom: -382px;
    }
    .md\:-ml-382p {
        margin-left: -382px;
    }
    .md\:-mt-385p {
        margin-top: -385px;
    }
    .md\:-mr-385p {
        margin-right: -385px;
    }
    .md\:-mb-385p {
        margin-bottom: -385px;
    }
    .md\:-ml-385p {
        margin-left: -385px;
    }
    .md\:-mt-400p {
        margin-top: -400px;
    }
    .md\:-mr-400p {
        margin-right: -400px;
    }
    .md\:-mb-400p {
        margin-bottom: -400px;
    }
    .md\:-ml-400p {
        margin-left: -400px;
    }
    .md\:-mt-407p {
        margin-top: -407px;
    }
    .md\:-mr-407p {
        margin-right: -407px;
    }
    .md\:-mb-407p {
        margin-bottom: -407px;
    }
    .md\:-ml-407p {
        margin-left: -407px;
    }
    .md\:-mt-411p {
        margin-top: -411px;
    }
    .md\:-mr-411p {
        margin-right: -411px;
    }
    .md\:-mb-411p {
        margin-bottom: -411px;
    }
    .md\:-ml-411p {
        margin-left: -411px;
    }
    .md\:-mt-418p {
        margin-top: -418px;
    }
    .md\:-mr-418p {
        margin-right: -418px;
    }
    .md\:-mb-418p {
        margin-bottom: -418px;
    }
    .md\:-ml-418p {
        margin-left: -418px;
    }
    .md\:-mt-430p {
        margin-top: -430px;
    }
    .md\:-mr-430p {
        margin-right: -430px;
    }
    .md\:-mb-430p {
        margin-bottom: -430px;
    }
    .md\:-ml-430p {
        margin-left: -430px;
    }
    .md\:-mt-450p {
        margin-top: -450px;
    }
    .md\:-mr-450p {
        margin-right: -450px;
    }
    .md\:-mb-450p {
        margin-bottom: -450px;
    }
    .md\:-ml-450p {
        margin-left: -450px;
    }
    .md\:-mt-468p {
        margin-top: -468px;
    }
    .md\:-mr-468p {
        margin-right: -468px;
    }
    .md\:-mb-468p {
        margin-bottom: -468px;
    }
    .md\:-ml-468p {
        margin-left: -468px;
    }
    .md\:-mt-485p {
        margin-top: -485px;
    }
    .md\:-mr-485p {
        margin-right: -485px;
    }
    .md\:-mb-485p {
        margin-bottom: -485px;
    }
    .md\:-ml-485p {
        margin-left: -485px;
    }
    .md\:-mt-491p {
        margin-top: -491px;
    }
    .md\:-mr-491p {
        margin-right: -491px;
    }
    .md\:-mb-491p {
        margin-bottom: -491px;
    }
    .md\:-ml-491p {
        margin-left: -491px;
    }
    .md\:-mt-494p {
        margin-top: -494px;
    }
    .md\:-mr-494p {
        margin-right: -494px;
    }
    .md\:-mb-494p {
        margin-bottom: -494px;
    }
    .md\:-ml-494p {
        margin-left: -494px;
    }
    .md\:-mt-470p {
        margin-top: -470px;
    }
    .md\:-mr-470p {
        margin-right: -470px;
    }
    .md\:-mb-470p {
        margin-bottom: -470px;
    }
    .md\:-ml-470p {
        margin-left: -470px;
    }
    .md\:-mt-480p {
        margin-top: -480px;
    }
    .md\:-mr-480p {
        margin-right: -480px;
    }
    .md\:-mb-480p {
        margin-bottom: -480px;
    }
    .md\:-ml-480p {
        margin-left: -480px;
    }
    .md\:-mt-532p {
        margin-top: -532px;
    }
    .md\:-mr-532p {
        margin-right: -532px;
    }
    .md\:-mb-532p {
        margin-bottom: -532px;
    }
    .md\:-ml-532p {
        margin-left: -532px;
    }
    .md\:-mt-556p {
        margin-top: -556px;
    }
    .md\:-mr-556p {
        margin-right: -556px;
    }
    .md\:-mb-556p {
        margin-bottom: -556px;
    }
    .md\:-ml-556p {
        margin-left: -556px;
    }
    .md\:-mt-505p {
        margin-top: -505px;
    }
    .md\:-mr-505p {
        margin-right: -505px;
    }
    .md\:-mb-505p {
        margin-bottom: -505px;
    }
    .md\:-ml-505p {
        margin-left: -505px;
    }
    .md\:-mt-1179p {
        margin-top: -1179px;
    }
    .md\:-mr-1179p {
        margin-right: -1179px;
    }
    .md\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .md\:-ml-1179p {
        margin-left: -1179px;
    }
    .md\:-mt-1253p {
        margin-top: -1253px;
    }
    .md\:-mr-1253p {
        margin-right: -1253px;
    }
    .md\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .md\:-ml-1253p {
        margin-left: -1253px;
    }
    .md\:-mt-1575p {
        margin-top: -1575px;
    }
    .md\:-mr-1575p {
        margin-right: -1575px;
    }
    .md\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .md\:-ml-1575p {
        margin-left: -1575px;
    }
    .md\:-mt-600p {
        margin-top: -600px;
    }
    .md\:-mr-600p {
        margin-right: -600px;
    }
    .md\:-mb-600p {
        margin-bottom: -600px;
    }
    .md\:-ml-600p {
        margin-left: -600px;
    }
    .md\:-mt-649p {
        margin-top: -649px;
    }
    .md\:-mr-649p {
        margin-right: -649px;
    }
    .md\:-mb-649p {
        margin-bottom: -649px;
    }
    .md\:-ml-649p {
        margin-left: -649px;
    }
    .md\:-mt-690p {
        margin-top: -690px;
    }
    .md\:-mr-690p {
        margin-right: -690px;
    }
    .md\:-mb-690p {
        margin-bottom: -690px;
    }
    .md\:-ml-690p {
        margin-left: -690px;
    }
    .md\:-mt-19\% {
        margin-top: -19%;
    }
    .md\:-mr-19\% {
        margin-right: -19%;
    }
    .md\:-mb-19\% {
        margin-bottom: -19%;
    }
    .md\:-ml-19\% {
        margin-left: -19%;
    }
    .md\:-mt-23\% {
        margin-top: -23%;
    }
    .md\:-mr-23\% {
        margin-right: -23%;
    }
    .md\:-mb-23\% {
        margin-bottom: -23%;
    }
    .md\:-ml-23\% {
        margin-left: -23%;
    }
    .md\:-mt-24\% {
        margin-top: -24%;
    }
    .md\:-mr-24\% {
        margin-right: -24%;
    }
    .md\:-mb-24\% {
        margin-bottom: -24%;
    }
    .md\:-ml-24\% {
        margin-left: -24%;
    }
    .md\:-mt-36\% {
        margin-top: -36%;
    }
    .md\:-mr-36\% {
        margin-right: -36%;
    }
    .md\:-mb-36\% {
        margin-bottom: -36%;
    }
    .md\:-ml-36\% {
        margin-left: -36%;
    }
    .md\:-mt-27\% {
        margin-top: -27%;
    }
    .md\:-mr-27\% {
        margin-right: -27%;
    }
    .md\:-mb-27\% {
        margin-bottom: -27%;
    }
    .md\:-ml-27\% {
        margin-left: -27%;
    }
    .md\:-mt-28\% {
        margin-top: -28%;
    }
    .md\:-mr-28\% {
        margin-right: -28%;
    }
    .md\:-mb-28\% {
        margin-bottom: -28%;
    }
    .md\:-ml-28\% {
        margin-left: -28%;
    }
    .md\:-mt-42\% {
        margin-top: -42%;
    }
    .md\:-mr-42\% {
        margin-right: -42%;
    }
    .md\:-mb-42\% {
        margin-bottom: -42%;
    }
    .md\:-ml-42\% {
        margin-left: -42%;
    }
    .md\:-mt-46\% {
        margin-top: -46%;
    }
    .md\:-mr-46\% {
        margin-right: -46%;
    }
    .md\:-mb-46\% {
        margin-bottom: -46%;
    }
    .md\:-ml-46\% {
        margin-left: -46%;
    }
    .md\:-mt-49\% {
        margin-top: -49%;
    }
    .md\:-mr-49\% {
        margin-right: -49%;
    }
    .md\:-mb-49\% {
        margin-bottom: -49%;
    }
    .md\:-ml-49\% {
        margin-left: -49%;
    }
    .md\:-mt-54\% {
        margin-top: -54%;
    }
    .md\:-mr-54\% {
        margin-right: -54%;
    }
    .md\:-mb-54\% {
        margin-bottom: -54%;
    }
    .md\:-ml-54\% {
        margin-left: -54%;
    }
    .md\:-mt-58\% {
        margin-top: -58%;
    }
    .md\:-mr-58\% {
        margin-right: -58%;
    }
    .md\:-mb-58\% {
        margin-bottom: -58%;
    }
    .md\:-ml-58\% {
        margin-left: -58%;
    }
    .md\:-mt-72\% {
        margin-top: -72%;
    }
    .md\:-mr-72\% {
        margin-right: -72%;
    }
    .md\:-mb-72\% {
        margin-bottom: -72%;
    }
    .md\:-ml-72\% {
        margin-left: -72%;
    }
    .md\:-mt-76\% {
        margin-top: -76%;
    }
    .md\:-mr-76\% {
        margin-right: -76%;
    }
    .md\:-mb-76\% {
        margin-bottom: -76%;
    }
    .md\:-ml-76\% {
        margin-left: -76%;
    }
    .md\:-mt-77\% {
        margin-top: -77%;
    }
    .md\:-mr-77\% {
        margin-right: -77%;
    }
    .md\:-mb-77\% {
        margin-bottom: -77%;
    }
    .md\:-ml-77\% {
        margin-left: -77%;
    }
    .md\:-mt-340p {
        margin-top: -340px;
    }
    .md\:-mr-340p {
        margin-right: -340px;
    }
    .md\:-mb-340p {
        margin-bottom: -340px;
    }
    .md\:-ml-340p {
        margin-left: -340px;
    }
    .md\:-mt-700p {
        margin-top: -700px;
    }
    .md\:-mr-700p {
        margin-right: -700px;
    }
    .md\:-mb-700p {
        margin-bottom: -700px;
    }
    .md\:-ml-700p {
        margin-left: -700px;
    }
    .md\:-mt-848p {
        margin-top: -848px;
    }
    .md\:-mr-848p {
        margin-right: -848px;
    }
    .md\:-mb-848p {
        margin-bottom: -848px;
    }
    .md\:-ml-848p {
        margin-left: -848px;
    }
    .md\:-mt-850p {
        margin-top: -850px;
    }
    .md\:-mr-850p {
        margin-right: -850px;
    }
    .md\:-mb-850p {
        margin-bottom: -850px;
    }
    .md\:-ml-850p {
        margin-left: -850px;
    }
    .md\:-mt-860p {
        margin-top: -860px;
    }
    .md\:-mr-860p {
        margin-right: -860px;
    }
    .md\:-mb-860p {
        margin-bottom: -860px;
    }
    .md\:-ml-860p {
        margin-left: -860px;
    }
    .md\:-mt-1425p {
        margin-top: -1425px;
    }
    .md\:-mr-1425p {
        margin-right: -1425px;
    }
    .md\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .md\:-ml-1425p {
        margin-left: -1425px;
    }
    .md\:max-h-0 {
        max-height: 0;
    }
    .md\:max-h-1 {
        max-height: 0.25rem;
    }
    .md\:max-h-2 {
        max-height: 0.5rem;
    }
    .md\:max-h-3 {
        max-height: 0.75rem;
    }
    .md\:max-h-4 {
        max-height: 1rem;
    }
    .md\:max-h-5 {
        max-height: 1.25rem;
    }
    .md\:max-h-6 {
        max-height: 1.5rem;
    }
    .md\:max-h-7 {
        max-height: 1.75rem;
    }
    .md\:max-h-8 {
        max-height: 2rem;
    }
    .md\:max-h-9 {
        max-height: 2.25rem;
    }
    .md\:max-h-10 {
        max-height: 2.5rem;
    }
    .md\:max-h-11 {
        max-height: 2.75rem;
    }
    .md\:max-h-12 {
        max-height: 3rem;
    }
    .md\:max-h-14 {
        max-height: 3.5rem;
    }
    .md\:max-h-16 {
        max-height: 4rem;
    }
    .md\:max-h-20 {
        max-height: 5rem;
    }
    .md\:max-h-23 {
        max-height: 88px;
    }
    .md\:max-h-24 {
        max-height: 6rem;
    }
    .md\:max-h-25 {
        max-height: 100px;
    }
    .md\:max-h-28 {
        max-height: 7rem;
    }
    .md\:max-h-29 {
        max-height: 120px;
    }
    .md\:max-h-32 {
        max-height: 8rem;
    }
    .md\:max-h-33 {
        max-height: 130px;
    }
    .md\:max-h-36 {
        max-height: 9rem;
    }
    .md\:max-h-40 {
        max-height: 10rem;
    }
    .md\:max-h-44 {
        max-height: 11rem;
    }
    .md\:max-h-48 {
        max-height: 12rem;
    }
    .md\:max-h-52 {
        max-height: 13rem;
    }
    .md\:max-h-56 {
        max-height: 14rem;
    }
    .md\:max-h-60 {
        max-height: 15rem;
    }
    .md\:max-h-63 {
        max-height: 270px;
    }
    .md\:max-h-64 {
        max-height: 16rem;
    }
    .md\:max-h-72 {
        max-height: 18rem;
    }
    .md\:max-h-80 {
        max-height: 20rem;
    }
    .md\:max-h-92 {
        max-height: 475px;
    }
    .md\:max-h-96 {
        max-height: 24rem;
    }
    .md\:max-h-128 {
        max-height: 32rem;
    }
    .md\:max-h-px {
        max-height: 1px;
    }
    .md\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .md\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .md\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .md\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .md\:max-h-105p {
        max-height: 105px;
    }
    .md\:max-h-50p {
        max-height: 50px;
    }
    .md\:max-h-54p {
        max-height: 54px;
    }
    .md\:max-h-1p {
        max-height: 1px;
    }
    .md\:max-h-2p {
        max-height: 2px;
    }
    .md\:max-h-3p {
        max-height: 3px;
    }
    .md\:max-h-5p {
        max-height: 5px;
    }
    .md\:max-h-7p {
        max-height: 7px;
    }
    .md\:max-h-9p {
        max-height: 9px;
    }
    .md\:max-h-10p {
        max-height: 10px;
    }
    .md\:max-h-11p {
        max-height: 11px;
    }
    .md\:max-h-13p {
        max-height: 13px;
    }
    .md\:max-h-15p {
        max-height: 15px;
    }
    .md\:max-h-18p {
        max-height: 18px;
    }
    .md\:max-h-19p {
        max-height: 19px;
    }
    .md\:max-h-21p {
        max-height: 21px;
    }
    .md\:max-h-22p {
        max-height: 22px;
    }
    .md\:max-h-23p {
        max-height: 23px;
    }
    .md\:max-h-25p {
        max-height: 25px;
    }
    .md\:max-h-26p {
        max-height: 26px;
    }
    .md\:max-h-29p {
        max-height: 29px;
    }
    .md\:max-h-30p {
        max-height: 30px;
    }
    .md\:max-h-31p {
        max-height: 31px;
    }
    .md\:max-h-35p {
        max-height: 35px;
    }
    .md\:max-h-52p {
        max-height: 52px;
    }
    .md\:max-h-53p {
        max-height: 53px;
    }
    .md\:max-h-55p {
        max-height: 55px;
    }
    .md\:max-h-59p {
        max-height: 59px;
    }
    .md\:max-h-27p {
        max-height: 27px;
    }
    .md\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .md\:max-h-38p {
        max-height: 38px;
    }
    .md\:max-h-40p {
        max-height: 40px;
    }
    .md\:max-h-46p {
        max-height: 46px;
    }
    .md\:max-h-47p {
        max-height: 47px;
    }
    .md\:max-h-49p {
        max-height: 49px;
    }
    .md\:max-h-58p {
        max-height: 58px;
    }
    .md\:max-h-75p {
        max-height: 75px;
    }
    .md\:max-h-77p {
        max-height: 77px;
    }
    .md\:max-h-60p {
        max-height: 60px;
    }
    .md\:max-h-65p {
        max-height: 65px;
    }
    .md\:max-h-66p {
        max-height: 66px;
    }
    .md\:max-h-68p {
        max-height: 68px;
    }
    .md\:max-h-70p {
        max-height: 70px;
    }
    .md\:max-h-72p {
        max-height: 72px;
    }
    .md\:max-h-74p {
        max-height: 74px;
    }
    .md\:max-h-78p {
        max-height: 78px;
    }
    .md\:max-h-80p {
        max-height: 80px;
    }
    .md\:max-h-82p {
        max-height: 82px;
    }
    .md\:max-h-84p {
        max-height: 84px;
    }
    .md\:max-h-89p {
        max-height: 89px;
    }
    .md\:max-h-93p {
        max-height: 93px;
    }
    .md\:max-h-90p {
        max-height: 90px;
    }
    .md\:max-h-97p {
        max-height: 97px;
    }
    .md\:max-h-103p {
        max-height: 103px;
    }
    .md\:max-h-116p {
        max-height: 116px;
    }
    .md\:max-h-120p {
        max-height: 120px;
    }
    .md\:max-h-125p {
        max-height: 125px;
    }
    .md\:max-h-130p {
        max-height: 130px;
    }
    .md\:max-h-135p {
        max-height: 135px;
    }
    .md\:max-h-132p {
        max-height: 132px;
    }
    .md\:max-h-150p {
        max-height: 150px;
    }
    .md\:max-h-216p {
        max-height: 216px;
    }
    .md\:max-h-225p {
        max-height: 225px;
    }
    .md\:max-h-296p {
        max-height: 296px;
    }
    .md\:max-h-270p {
        max-height: 270px;
    }
    .md\:max-h-137p {
        max-height: 137px;
    }
    .md\:max-h-141p {
        max-height: 141px;
    }
    .md\:max-h-146p {
        max-height: 146px;
    }
    .md\:max-h-152p {
        max-height: 152px;
    }
    .md\:max-h-155p {
        max-height: 155px;
    }
    .md\:max-h-163p {
        max-height: 163px;
    }
    .md\:max-h-168p {
        max-height: 168px;
    }
    .md\:max-h-173p {
        max-height: 173px;
    }
    .md\:max-h-210p {
        max-height: 210px;
    }
    .md\:max-h-245p {
        max-height: 245px;
    }
    .md\:max-h-250p {
        max-height: 250px;
    }
    .md\:max-h-260p {
        max-height: 260px;
    }
    .md\:max-h-263p {
        max-height: 263px;
    }
    .md\:max-h-266p {
        max-height: 266px;
    }
    .md\:max-h-275p {
        max-height: 275px;
    }
    .md\:max-h-300p {
        max-height: 300px;
    }
    .md\:max-h-312p {
        max-height: 312px;
    }
    .md\:max-h-318p {
        max-height: 318px;
    }
    .md\:max-h-322p {
        max-height: 322px;
    }
    .md\:max-h-337p {
        max-height: 337px;
    }
    .md\:max-h-345p {
        max-height: 345px;
    }
    .md\:max-h-344p {
        max-height: 344px;
    }
    .md\:max-h-354p {
        max-height: 354px;
    }
    .md\:max-h-364p {
        max-height: 364px;
    }
    .md\:max-h-370p {
        max-height: 370px;
    }
    .md\:max-h-382p {
        max-height: 382px;
    }
    .md\:max-h-385p {
        max-height: 385px;
    }
    .md\:max-h-400p {
        max-height: 400px;
    }
    .md\:max-h-407p {
        max-height: 407px;
    }
    .md\:max-h-411p {
        max-height: 411px;
    }
    .md\:max-h-418p {
        max-height: 418px;
    }
    .md\:max-h-430p {
        max-height: 430px;
    }
    .md\:max-h-450p {
        max-height: 450px;
    }
    .md\:max-h-468p {
        max-height: 468px;
    }
    .md\:max-h-485p {
        max-height: 485px;
    }
    .md\:max-h-491p {
        max-height: 491px;
    }
    .md\:max-h-494p {
        max-height: 494px;
    }
    .md\:max-h-470p {
        max-height: 470px;
    }
    .md\:max-h-480p {
        max-height: 480px;
    }
    .md\:max-h-532p {
        max-height: 532px;
    }
    .md\:max-h-556p {
        max-height: 556px;
    }
    .md\:max-h-505p {
        max-height: 505px;
    }
    .md\:max-h-1179p {
        max-height: 1179px;
    }
    .md\:max-h-1253p {
        max-height: 1253px;
    }
    .md\:max-h-1575p {
        max-height: 1575px;
    }
    .md\:max-h-600p {
        max-height: 600px;
    }
    .md\:max-h-649p {
        max-height: 649px;
    }
    .md\:max-h-690p {
        max-height: 690px;
    }
    .md\:max-h-19\% {
        max-height: 19%;
    }
    .md\:max-h-23\% {
        max-height: 23%;
    }
    .md\:max-h-24\% {
        max-height: 24%;
    }
    .md\:max-h-36\% {
        max-height: 36%;
    }
    .md\:max-h-27\% {
        max-height: 27%;
    }
    .md\:max-h-28\% {
        max-height: 28%;
    }
    .md\:max-h-42\% {
        max-height: 42%;
    }
    .md\:max-h-46\% {
        max-height: 46%;
    }
    .md\:max-h-49\% {
        max-height: 49%;
    }
    .md\:max-h-54\% {
        max-height: 54%;
    }
    .md\:max-h-58\% {
        max-height: 58%;
    }
    .md\:max-h-72\% {
        max-height: 72%;
    }
    .md\:max-h-76\% {
        max-height: 76%;
    }
    .md\:max-h-77\% {
        max-height: 77%;
    }
    .md\:max-h-340p {
        max-height: 340px;
    }
    .md\:max-h-700p {
        max-height: 700px;
    }
    .md\:max-h-848p {
        max-height: 848px;
    }
    .md\:max-h-850p {
        max-height: 850px;
    }
    .md\:max-h-860p {
        max-height: 860px;
    }
    .md\:max-h-1425p {
        max-height: 1425px;
    }
    .md\:max-h-full {
        max-height: 100%;
    }
    .md\:max-h-screen {
        max-height: 100vh;
    }
    .md\:max-w-0 {
        max-width: 0;
    }
    .md\:max-w-none {
        max-width: none;
    }
    .md\:max-w-xs {
        max-width: 20rem;
    }
    .md\:max-w-sm {
        max-width: 24rem;
    }
    .md\:max-w-md {
        max-width: 28rem;
    }
    .md\:max-w-lg {
        max-width: 32rem;
    }
    .md\:max-w-xl {
        max-width: 36rem;
    }
    .md\:max-w-2xl {
        max-width: 42rem;
    }
    .md\:max-w-3xl {
        max-width: 48rem;
    }
    .md\:max-w-4xl {
        max-width: 56rem;
    }
    .md\:max-w-5xl {
        max-width: 64rem;
    }
    .md\:max-w-6xl {
        max-width: 72rem;
    }
    .md\:max-w-7xl {
        max-width: 80rem;
    }
    .md\:max-w-full {
        max-width: 100%;
    }
    .md\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .md\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .md\:max-w-prose {
        max-width: 65ch;
    }
    .md\:max-w-screen-sm {
        max-width: 640px;
    }
    .md\:max-w-screen-md {
        max-width: 768px;
    }
    .md\:max-w-screen-lg {
        max-width: 1024px;
    }
    .md\:max-w-screen-xl {
        max-width: 1280px;
    }
    .md\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .md\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .md\:min-h-0 {
        min-height: 0;
    }
    .md\:min-h-full {
        min-height: 100%;
    }
    .md\:min-h-screen {
        min-height: 100vh;
    }
    .md\:min-w-0 {
        min-width: 0;
    }
    .md\:min-w-full {
        min-width: 100%;
    }
    .md\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .md\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .md\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .md\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .md\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .md\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .md\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .md\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .md\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .md\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .md\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .md\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .md\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .md\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .md\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .md\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .md\:opacity-0 {
        opacity: 0;
    }
    .md\:opacity-5 {
        opacity: 0.05;
    }
    .md\:opacity-10 {
        opacity: 0.1;
    }
    .md\:opacity-20 {
        opacity: 0.2;
    }
    .md\:opacity-25 {
        opacity: 0.25;
    }
    .md\:opacity-30 {
        opacity: 0.3;
    }
    .md\:opacity-40 {
        opacity: 0.4;
    }
    .md\:opacity-50 {
        opacity: 0.5;
    }
    .md\:opacity-60 {
        opacity: 0.6;
    }
    .md\:opacity-70 {
        opacity: 0.7;
    }
    .md\:opacity-75 {
        opacity: 0.75;
    }
    .md\:opacity-80 {
        opacity: 0.8;
    }
    .md\:opacity-90 {
        opacity: 0.9;
    }
    .md\:opacity-95 {
        opacity: 0.95;
    }
    .md\:opacity-100 {
        opacity: 1;
    }
    .group:hover .md\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .md\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .md\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .md\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .md\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .md\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .md\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .md\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .md\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .md\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .md\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .md\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .md\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .md\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .md\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .md\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .md\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .md\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .md\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .md\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .md\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .md\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .md\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .md\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .md\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .md\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .md\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .md\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .md\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .md\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .md\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .md\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .md\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .md\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .md\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .md\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .md\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .md\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .md\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .md\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .md\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .md\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .md\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .md\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .md\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .md\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .md\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .md\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .md\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .md\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .md\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .md\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .md\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .md\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .md\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .md\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .md\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .md\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .md\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .md\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .md\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .md\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .md\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .md\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .md\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .md\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .md\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .md\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .md\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .md\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .md\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .md\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .md\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .md\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .md\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .md\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .md\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .md\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .md\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .md\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .md\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .md\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .md\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .md\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .md\:overflow-auto {
        overflow: auto;
    }
    .md\:overflow-hidden {
        overflow: hidden;
    }
    .md\:overflow-visible {
        overflow: visible;
    }
    .md\:overflow-scroll {
        overflow: scroll;
    }
    .md\:overflow-x-auto {
        overflow-x: auto;
    }
    .md\:overflow-y-auto {
        overflow-y: auto;
    }
    .md\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .md\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .md\:overflow-x-visible {
        overflow-x: visible;
    }
    .md\:overflow-y-visible {
        overflow-y: visible;
    }
    .md\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .md\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .md\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .md\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .md\:overscroll-none {
        overscroll-behavior: none;
    }
    .md\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .md\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .md\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .md\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .md\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .md\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .md\:p-0 {
        padding: 0;
    }
    .md\:p-1 {
        padding: 0.25rem;
    }
    .md\:p-2 {
        padding: 0.5rem;
    }
    .md\:p-3 {
        padding: 0.75rem;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-5 {
        padding: 1.25rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-7 {
        padding: 1.75rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:p-9 {
        padding: 2.25rem;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-11 {
        padding: 2.75rem;
    }
    .md\:p-12 {
        padding: 3rem;
    }
    .md\:p-14 {
        padding: 3.5rem;
    }
    .md\:p-16 {
        padding: 4rem;
    }
    .md\:p-20 {
        padding: 5rem;
    }
    .md\:p-23 {
        padding: 88px;
    }
    .md\:p-24 {
        padding: 6rem;
    }
    .md\:p-25 {
        padding: 100px;
    }
    .md\:p-28 {
        padding: 7rem;
    }
    .md\:p-29 {
        padding: 120px;
    }
    .md\:p-32 {
        padding: 8rem;
    }
    .md\:p-33 {
        padding: 130px;
    }
    .md\:p-36 {
        padding: 9rem;
    }
    .md\:p-40 {
        padding: 10rem;
    }
    .md\:p-44 {
        padding: 11rem;
    }
    .md\:p-48 {
        padding: 12rem;
    }
    .md\:p-52 {
        padding: 13rem;
    }
    .md\:p-56 {
        padding: 14rem;
    }
    .md\:p-60 {
        padding: 15rem;
    }
    .md\:p-63 {
        padding: 270px;
    }
    .md\:p-64 {
        padding: 16rem;
    }
    .md\:p-72 {
        padding: 18rem;
    }
    .md\:p-80 {
        padding: 20rem;
    }
    .md\:p-92 {
        padding: 475px;
    }
    .md\:p-96 {
        padding: 24rem;
    }
    .md\:p-128 {
        padding: 32rem;
    }
    .md\:p-px {
        padding: 1px;
    }
    .md\:p-0\.5 {
        padding: 0.125rem;
    }
    .md\:p-1\.5 {
        padding: 0.375rem;
    }
    .md\:p-2\.5 {
        padding: 0.625rem;
    }
    .md\:p-3\.5 {
        padding: 0.875rem;
    }
    .md\:p-105p {
        padding: 105px;
    }
    .md\:p-50p {
        padding: 50px;
    }
    .md\:p-54p {
        padding: 54px;
    }
    .md\:p-1p {
        padding: 1px;
    }
    .md\:p-2p {
        padding: 2px;
    }
    .md\:p-3p {
        padding: 3px;
    }
    .md\:p-5p {
        padding: 5px;
    }
    .md\:p-7p {
        padding: 7px;
    }
    .md\:p-9p {
        padding: 9px;
    }
    .md\:p-10p {
        padding: 10px;
    }
    .md\:p-11p {
        padding: 11px;
    }
    .md\:p-13p {
        padding: 13px;
    }
    .md\:p-15p {
        padding: 15px;
    }
    .md\:p-18p {
        padding: 18px;
    }
    .md\:p-19p {
        padding: 19px;
    }
    .md\:p-21p {
        padding: 21px;
    }
    .md\:p-22p {
        padding: 22px;
    }
    .md\:p-23p {
        padding: 23px;
    }
    .md\:p-25p {
        padding: 25px;
    }
    .md\:p-26p {
        padding: 26px;
    }
    .md\:p-29p {
        padding: 29px;
    }
    .md\:p-30p {
        padding: 30px;
    }
    .md\:p-31p {
        padding: 31px;
    }
    .md\:p-35p {
        padding: 35px;
    }
    .md\:p-52p {
        padding: 52px;
    }
    .md\:p-53p {
        padding: 53px;
    }
    .md\:p-55p {
        padding: 55px;
    }
    .md\:p-59p {
        padding: 59px;
    }
    .md\:p-27p {
        padding: 27px;
    }
    .md\:p-33\.5p {
        padding: 33.5px;
    }
    .md\:p-38p {
        padding: 38px;
    }
    .md\:p-40p {
        padding: 40px;
    }
    .md\:p-46p {
        padding: 46px;
    }
    .md\:p-47p {
        padding: 47px;
    }
    .md\:p-49p {
        padding: 49px;
    }
    .md\:p-58p {
        padding: 58px;
    }
    .md\:p-75p {
        padding: 75px;
    }
    .md\:p-77p {
        padding: 77px;
    }
    .md\:p-60p {
        padding: 60px;
    }
    .md\:p-65p {
        padding: 65px;
    }
    .md\:p-66p {
        padding: 66px;
    }
    .md\:p-68p {
        padding: 68px;
    }
    .md\:p-70p {
        padding: 70px;
    }
    .md\:p-72p {
        padding: 72px;
    }
    .md\:p-74p {
        padding: 74px;
    }
    .md\:p-78p {
        padding: 78px;
    }
    .md\:p-80p {
        padding: 80px;
    }
    .md\:p-82p {
        padding: 82px;
    }
    .md\:p-84p {
        padding: 84px;
    }
    .md\:p-89p {
        padding: 89px;
    }
    .md\:p-93p {
        padding: 93px;
    }
    .md\:p-90p {
        padding: 90px;
    }
    .md\:p-97p {
        padding: 97px;
    }
    .md\:p-103p {
        padding: 103px;
    }
    .md\:p-116p {
        padding: 116px;
    }
    .md\:p-120p {
        padding: 120px;
    }
    .md\:p-125p {
        padding: 125px;
    }
    .md\:p-130p {
        padding: 130px;
    }
    .md\:p-135p {
        padding: 135px;
    }
    .md\:p-132p {
        padding: 132px;
    }
    .md\:p-150p {
        padding: 150px;
    }
    .md\:p-216p {
        padding: 216px;
    }
    .md\:p-225p {
        padding: 225px;
    }
    .md\:p-296p {
        padding: 296px;
    }
    .md\:p-270p {
        padding: 270px;
    }
    .md\:p-137p {
        padding: 137px;
    }
    .md\:p-141p {
        padding: 141px;
    }
    .md\:p-146p {
        padding: 146px;
    }
    .md\:p-152p {
        padding: 152px;
    }
    .md\:p-155p {
        padding: 155px;
    }
    .md\:p-163p {
        padding: 163px;
    }
    .md\:p-168p {
        padding: 168px;
    }
    .md\:p-173p {
        padding: 173px;
    }
    .md\:p-210p {
        padding: 210px;
    }
    .md\:p-245p {
        padding: 245px;
    }
    .md\:p-250p {
        padding: 250px;
    }
    .md\:p-260p {
        padding: 260px;
    }
    .md\:p-263p {
        padding: 263px;
    }
    .md\:p-266p {
        padding: 266px;
    }
    .md\:p-275p {
        padding: 275px;
    }
    .md\:p-300p {
        padding: 300px;
    }
    .md\:p-312p {
        padding: 312px;
    }
    .md\:p-318p {
        padding: 318px;
    }
    .md\:p-322p {
        padding: 322px;
    }
    .md\:p-337p {
        padding: 337px;
    }
    .md\:p-345p {
        padding: 345px;
    }
    .md\:p-344p {
        padding: 344px;
    }
    .md\:p-354p {
        padding: 354px;
    }
    .md\:p-364p {
        padding: 364px;
    }
    .md\:p-370p {
        padding: 370px;
    }
    .md\:p-382p {
        padding: 382px;
    }
    .md\:p-385p {
        padding: 385px;
    }
    .md\:p-400p {
        padding: 400px;
    }
    .md\:p-407p {
        padding: 407px;
    }
    .md\:p-411p {
        padding: 411px;
    }
    .md\:p-418p {
        padding: 418px;
    }
    .md\:p-430p {
        padding: 430px;
    }
    .md\:p-450p {
        padding: 450px;
    }
    .md\:p-468p {
        padding: 468px;
    }
    .md\:p-485p {
        padding: 485px;
    }
    .md\:p-491p {
        padding: 491px;
    }
    .md\:p-494p {
        padding: 494px;
    }
    .md\:p-470p {
        padding: 470px;
    }
    .md\:p-480p {
        padding: 480px;
    }
    .md\:p-532p {
        padding: 532px;
    }
    .md\:p-556p {
        padding: 556px;
    }
    .md\:p-505p {
        padding: 505px;
    }
    .md\:p-1179p {
        padding: 1179px;
    }
    .md\:p-1253p {
        padding: 1253px;
    }
    .md\:p-1575p {
        padding: 1575px;
    }
    .md\:p-600p {
        padding: 600px;
    }
    .md\:p-649p {
        padding: 649px;
    }
    .md\:p-690p {
        padding: 690px;
    }
    .md\:p-19\% {
        padding: 19%;
    }
    .md\:p-23\% {
        padding: 23%;
    }
    .md\:p-24\% {
        padding: 24%;
    }
    .md\:p-36\% {
        padding: 36%;
    }
    .md\:p-27\% {
        padding: 27%;
    }
    .md\:p-28\% {
        padding: 28%;
    }
    .md\:p-42\% {
        padding: 42%;
    }
    .md\:p-46\% {
        padding: 46%;
    }
    .md\:p-49\% {
        padding: 49%;
    }
    .md\:p-54\% {
        padding: 54%;
    }
    .md\:p-58\% {
        padding: 58%;
    }
    .md\:p-72\% {
        padding: 72%;
    }
    .md\:p-76\% {
        padding: 76%;
    }
    .md\:p-77\% {
        padding: 77%;
    }
    .md\:p-340p {
        padding: 340px;
    }
    .md\:p-700p {
        padding: 700px;
    }
    .md\:p-848p {
        padding: 848px;
    }
    .md\:p-850p {
        padding: 850px;
    }
    .md\:p-860p {
        padding: 860px;
    }
    .md\:p-1425p {
        padding: 1425px;
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .md\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .md\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .md\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .md\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .md\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .md\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .md\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .md\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .md\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .md\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .md\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .md\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .md\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .md\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .md\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .md\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .md\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .md\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .md\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .md\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .md\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .md\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .md\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .md\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .md\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .md\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .md\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .md\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .md\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .md\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .md\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .md\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .md\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .md\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .md\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .md\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .md\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .md\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .md\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .md\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .md\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .md\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .md\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .md\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .md\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .md\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .md\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .md\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .md\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .md\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .md\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .md\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .md\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .md\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .md\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .md\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .md\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .md\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .md\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .md\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .md\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .md\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .md\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .md\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .md\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .md\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .md\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .md\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .md\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .md\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .md\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .md\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .md\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .md\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .md\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .md\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .md\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .md\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .md\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .md\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .md\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .md\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .md\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .md\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .md\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .md\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .md\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .md\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .md\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .md\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .md\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .md\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .md\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .md\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .md\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .md\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .md\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .md\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .md\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .md\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .md\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .md\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .md\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .md\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .md\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .md\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .md\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .md\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .md\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .md\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .md\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .md\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .md\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .md\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .md\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .md\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .md\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .md\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .md\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .md\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .md\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .md\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .md\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .md\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .md\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .md\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .md\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .md\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .md\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .md\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .md\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .md\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .md\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .md\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .md\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .md\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .md\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .md\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .md\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .md\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .md\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .md\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .md\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .md\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .md\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .md\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .md\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .md\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .md\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .md\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .md\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .md\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .md\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .md\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .md\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .md\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .md\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .md\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .md\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .md\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .md\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .md\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .md\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .md\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .md\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .md\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .md\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .md\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .md\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .md\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .md\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .md\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .md\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .md\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .md\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .md\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .md\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .md\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .md\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .md\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .md\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .md\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .md\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .md\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .md\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .md\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .md\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .md\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .md\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .md\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .md\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .md\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .md\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .md\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .md\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .md\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .md\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .md\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .md\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .md\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .md\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .md\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .md\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .md\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .md\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .md\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .md\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .md\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .md\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .md\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .md\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .md\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .md\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .md\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .md\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .md\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .md\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .md\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .md\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .md\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .md\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .md\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .md\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .md\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .md\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .md\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .md\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .md\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .md\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .md\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .md\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .md\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .md\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .md\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .md\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .md\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .md\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .md\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .md\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .md\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .md\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .md\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .md\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .md\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .md\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .md\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .md\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .md\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .md\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .md\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .md\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .md\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .md\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .md\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .md\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .md\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .md\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .md\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .md\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .md\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .md\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .md\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .md\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .md\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .md\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .md\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .md\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .md\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .md\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .md\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .md\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .md\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .md\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .md\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .md\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .md\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .md\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .md\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .md\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .md\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .md\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .md\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .md\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .md\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .md\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .md\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .md\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .md\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .md\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .md\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .md\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .md\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .md\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .md\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .md\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .md\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .md\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .md\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .md\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .md\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .md\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .md\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .md\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .md\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .md\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .md\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .md\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .md\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .md\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .md\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .md\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .md\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .md\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .md\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .md\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .md\:pt-0 {
        padding-top: 0;
    }
    .md\:pr-0 {
        padding-right: 0;
    }
    .md\:pb-0 {
        padding-bottom: 0;
    }
    .md\:pl-0 {
        padding-left: 0;
    }
    .md\:pt-1 {
        padding-top: 0.25rem;
    }
    .md\:pr-1 {
        padding-right: 0.25rem;
    }
    .md\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .md\:pl-1 {
        padding-left: 0.25rem;
    }
    .md\:pt-2 {
        padding-top: 0.5rem;
    }
    .md\:pr-2 {
        padding-right: 0.5rem;
    }
    .md\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .md\:pl-2 {
        padding-left: 0.5rem;
    }
    .md\:pt-3 {
        padding-top: 0.75rem;
    }
    .md\:pr-3 {
        padding-right: 0.75rem;
    }
    .md\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .md\:pl-3 {
        padding-left: 0.75rem;
    }
    .md\:pt-4 {
        padding-top: 1rem;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:pb-4 {
        padding-bottom: 1rem;
    }
    .md\:pl-4 {
        padding-left: 1rem;
    }
    .md\:pt-5 {
        padding-top: 1.25rem;
    }
    .md\:pr-5 {
        padding-right: 1.25rem;
    }
    .md\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .md\:pl-5 {
        padding-left: 1.25rem;
    }
    .md\:pt-6 {
        padding-top: 1.5rem;
    }
    .md\:pr-6 {
        padding-right: 1.5rem;
    }
    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .md\:pl-6 {
        padding-left: 1.5rem;
    }
    .md\:pt-7 {
        padding-top: 1.75rem;
    }
    .md\:pr-7 {
        padding-right: 1.75rem;
    }
    .md\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .md\:pl-7 {
        padding-left: 1.75rem;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:pr-8 {
        padding-right: 2rem;
    }
    .md\:pb-8 {
        padding-bottom: 2rem;
    }
    .md\:pl-8 {
        padding-left: 2rem;
    }
    .md\:pt-9 {
        padding-top: 2.25rem;
    }
    .md\:pr-9 {
        padding-right: 2.25rem;
    }
    .md\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .md\:pl-9 {
        padding-left: 2.25rem;
    }
    .md\:pt-10 {
        padding-top: 2.5rem;
    }
    .md\:pr-10 {
        padding-right: 2.5rem;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:pl-10 {
        padding-left: 2.5rem;
    }
    .md\:pt-11 {
        padding-top: 2.75rem;
    }
    .md\:pr-11 {
        padding-right: 2.75rem;
    }
    .md\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .md\:pl-11 {
        padding-left: 2.75rem;
    }
    .md\:pt-12 {
        padding-top: 3rem;
    }
    .md\:pr-12 {
        padding-right: 3rem;
    }
    .md\:pb-12 {
        padding-bottom: 3rem;
    }
    .md\:pl-12 {
        padding-left: 3rem;
    }
    .md\:pt-14 {
        padding-top: 3.5rem;
    }
    .md\:pr-14 {
        padding-right: 3.5rem;
    }
    .md\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .md\:pl-14 {
        padding-left: 3.5rem;
    }
    .md\:pt-16 {
        padding-top: 4rem;
    }
    .md\:pr-16 {
        padding-right: 4rem;
    }
    .md\:pb-16 {
        padding-bottom: 4rem;
    }
    .md\:pl-16 {
        padding-left: 4rem;
    }
    .md\:pt-20 {
        padding-top: 5rem;
    }
    .md\:pr-20 {
        padding-right: 5rem;
    }
    .md\:pb-20 {
        padding-bottom: 5rem;
    }
    .md\:pl-20 {
        padding-left: 5rem;
    }
    .md\:pt-23 {
        padding-top: 88px;
    }
    .md\:pr-23 {
        padding-right: 88px;
    }
    .md\:pb-23 {
        padding-bottom: 88px;
    }
    .md\:pl-23 {
        padding-left: 88px;
    }
    .md\:pt-24 {
        padding-top: 6rem;
    }
    .md\:pr-24 {
        padding-right: 6rem;
    }
    .md\:pb-24 {
        padding-bottom: 6rem;
    }
    .md\:pl-24 {
        padding-left: 6rem;
    }
    .md\:pt-25 {
        padding-top: 100px;
    }
    .md\:pr-25 {
        padding-right: 100px;
    }
    .md\:pb-25 {
        padding-bottom: 100px;
    }
    .md\:pl-25 {
        padding-left: 100px;
    }
    .md\:pt-28 {
        padding-top: 7rem;
    }
    .md\:pr-28 {
        padding-right: 7rem;
    }
    .md\:pb-28 {
        padding-bottom: 7rem;
    }
    .md\:pl-28 {
        padding-left: 7rem;
    }
    .md\:pt-29 {
        padding-top: 120px;
    }
    .md\:pr-29 {
        padding-right: 120px;
    }
    .md\:pb-29 {
        padding-bottom: 120px;
    }
    .md\:pl-29 {
        padding-left: 120px;
    }
    .md\:pt-32 {
        padding-top: 8rem;
    }
    .md\:pr-32 {
        padding-right: 8rem;
    }
    .md\:pb-32 {
        padding-bottom: 8rem;
    }
    .md\:pl-32 {
        padding-left: 8rem;
    }
    .md\:pt-33 {
        padding-top: 130px;
    }
    .md\:pr-33 {
        padding-right: 130px;
    }
    .md\:pb-33 {
        padding-bottom: 130px;
    }
    .md\:pl-33 {
        padding-left: 130px;
    }
    .md\:pt-36 {
        padding-top: 9rem;
    }
    .md\:pr-36 {
        padding-right: 9rem;
    }
    .md\:pb-36 {
        padding-bottom: 9rem;
    }
    .md\:pl-36 {
        padding-left: 9rem;
    }
    .md\:pt-40 {
        padding-top: 10rem;
    }
    .md\:pr-40 {
        padding-right: 10rem;
    }
    .md\:pb-40 {
        padding-bottom: 10rem;
    }
    .md\:pl-40 {
        padding-left: 10rem;
    }
    .md\:pt-44 {
        padding-top: 11rem;
    }
    .md\:pr-44 {
        padding-right: 11rem;
    }
    .md\:pb-44 {
        padding-bottom: 11rem;
    }
    .md\:pl-44 {
        padding-left: 11rem;
    }
    .md\:pt-48 {
        padding-top: 12rem;
    }
    .md\:pr-48 {
        padding-right: 12rem;
    }
    .md\:pb-48 {
        padding-bottom: 12rem;
    }
    .md\:pl-48 {
        padding-left: 12rem;
    }
    .md\:pt-52 {
        padding-top: 13rem;
    }
    .md\:pr-52 {
        padding-right: 13rem;
    }
    .md\:pb-52 {
        padding-bottom: 13rem;
    }
    .md\:pl-52 {
        padding-left: 13rem;
    }
    .md\:pt-56 {
        padding-top: 14rem;
    }
    .md\:pr-56 {
        padding-right: 14rem;
    }
    .md\:pb-56 {
        padding-bottom: 14rem;
    }
    .md\:pl-56 {
        padding-left: 14rem;
    }
    .md\:pt-60 {
        padding-top: 15rem;
    }
    .md\:pr-60 {
        padding-right: 15rem;
    }
    .md\:pb-60 {
        padding-bottom: 15rem;
    }
    .md\:pl-60 {
        padding-left: 15rem;
    }
    .md\:pt-63 {
        padding-top: 270px;
    }
    .md\:pr-63 {
        padding-right: 270px;
    }
    .md\:pb-63 {
        padding-bottom: 270px;
    }
    .md\:pl-63 {
        padding-left: 270px;
    }
    .md\:pt-64 {
        padding-top: 16rem;
    }
    .md\:pr-64 {
        padding-right: 16rem;
    }
    .md\:pb-64 {
        padding-bottom: 16rem;
    }
    .md\:pl-64 {
        padding-left: 16rem;
    }
    .md\:pt-72 {
        padding-top: 18rem;
    }
    .md\:pr-72 {
        padding-right: 18rem;
    }
    .md\:pb-72 {
        padding-bottom: 18rem;
    }
    .md\:pl-72 {
        padding-left: 18rem;
    }
    .md\:pt-80 {
        padding-top: 20rem;
    }
    .md\:pr-80 {
        padding-right: 20rem;
    }
    .md\:pb-80 {
        padding-bottom: 20rem;
    }
    .md\:pl-80 {
        padding-left: 20rem;
    }
    .md\:pt-92 {
        padding-top: 475px;
    }
    .md\:pr-92 {
        padding-right: 475px;
    }
    .md\:pb-92 {
        padding-bottom: 475px;
    }
    .md\:pl-92 {
        padding-left: 475px;
    }
    .md\:pt-96 {
        padding-top: 24rem;
    }
    .md\:pr-96 {
        padding-right: 24rem;
    }
    .md\:pb-96 {
        padding-bottom: 24rem;
    }
    .md\:pl-96 {
        padding-left: 24rem;
    }
    .md\:pt-128 {
        padding-top: 32rem;
    }
    .md\:pr-128 {
        padding-right: 32rem;
    }
    .md\:pb-128 {
        padding-bottom: 32rem;
    }
    .md\:pl-128 {
        padding-left: 32rem;
    }
    .md\:pt-px {
        padding-top: 1px;
    }
    .md\:pr-px {
        padding-right: 1px;
    }
    .md\:pb-px {
        padding-bottom: 1px;
    }
    .md\:pl-px {
        padding-left: 1px;
    }
    .md\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .md\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .md\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .md\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .md\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .md\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .md\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .md\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .md\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .md\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .md\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .md\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .md\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .md\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .md\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .md\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .md\:pt-105p {
        padding-top: 105px;
    }
    .md\:pr-105p {
        padding-right: 105px;
    }
    .md\:pb-105p {
        padding-bottom: 105px;
    }
    .md\:pl-105p {
        padding-left: 105px;
    }
    .md\:pt-50p {
        padding-top: 50px;
    }
    .md\:pr-50p {
        padding-right: 50px;
    }
    .md\:pb-50p {
        padding-bottom: 50px;
    }
    .md\:pl-50p {
        padding-left: 50px;
    }
    .md\:pt-54p {
        padding-top: 54px;
    }
    .md\:pr-54p {
        padding-right: 54px;
    }
    .md\:pb-54p {
        padding-bottom: 54px;
    }
    .md\:pl-54p {
        padding-left: 54px;
    }
    .md\:pt-1p {
        padding-top: 1px;
    }
    .md\:pr-1p {
        padding-right: 1px;
    }
    .md\:pb-1p {
        padding-bottom: 1px;
    }
    .md\:pl-1p {
        padding-left: 1px;
    }
    .md\:pt-2p {
        padding-top: 2px;
    }
    .md\:pr-2p {
        padding-right: 2px;
    }
    .md\:pb-2p {
        padding-bottom: 2px;
    }
    .md\:pl-2p {
        padding-left: 2px;
    }
    .md\:pt-3p {
        padding-top: 3px;
    }
    .md\:pr-3p {
        padding-right: 3px;
    }
    .md\:pb-3p {
        padding-bottom: 3px;
    }
    .md\:pl-3p {
        padding-left: 3px;
    }
    .md\:pt-5p {
        padding-top: 5px;
    }
    .md\:pr-5p {
        padding-right: 5px;
    }
    .md\:pb-5p {
        padding-bottom: 5px;
    }
    .md\:pl-5p {
        padding-left: 5px;
    }
    .md\:pt-7p {
        padding-top: 7px;
    }
    .md\:pr-7p {
        padding-right: 7px;
    }
    .md\:pb-7p {
        padding-bottom: 7px;
    }
    .md\:pl-7p {
        padding-left: 7px;
    }
    .md\:pt-9p {
        padding-top: 9px;
    }
    .md\:pr-9p {
        padding-right: 9px;
    }
    .md\:pb-9p {
        padding-bottom: 9px;
    }
    .md\:pl-9p {
        padding-left: 9px;
    }
    .md\:pt-10p {
        padding-top: 10px;
    }
    .md\:pr-10p {
        padding-right: 10px;
    }
    .md\:pb-10p {
        padding-bottom: 10px;
    }
    .md\:pl-10p {
        padding-left: 10px;
    }
    .md\:pt-11p {
        padding-top: 11px;
    }
    .md\:pr-11p {
        padding-right: 11px;
    }
    .md\:pb-11p {
        padding-bottom: 11px;
    }
    .md\:pl-11p {
        padding-left: 11px;
    }
    .md\:pt-13p {
        padding-top: 13px;
    }
    .md\:pr-13p {
        padding-right: 13px;
    }
    .md\:pb-13p {
        padding-bottom: 13px;
    }
    .md\:pl-13p {
        padding-left: 13px;
    }
    .md\:pt-15p {
        padding-top: 15px;
    }
    .md\:pr-15p {
        padding-right: 15px;
    }
    .md\:pb-15p {
        padding-bottom: 15px;
    }
    .md\:pl-15p {
        padding-left: 15px;
    }
    .md\:pt-18p {
        padding-top: 18px;
    }
    .md\:pr-18p {
        padding-right: 18px;
    }
    .md\:pb-18p {
        padding-bottom: 18px;
    }
    .md\:pl-18p {
        padding-left: 18px;
    }
    .md\:pt-19p {
        padding-top: 19px;
    }
    .md\:pr-19p {
        padding-right: 19px;
    }
    .md\:pb-19p {
        padding-bottom: 19px;
    }
    .md\:pl-19p {
        padding-left: 19px;
    }
    .md\:pt-21p {
        padding-top: 21px;
    }
    .md\:pr-21p {
        padding-right: 21px;
    }
    .md\:pb-21p {
        padding-bottom: 21px;
    }
    .md\:pl-21p {
        padding-left: 21px;
    }
    .md\:pt-22p {
        padding-top: 22px;
    }
    .md\:pr-22p {
        padding-right: 22px;
    }
    .md\:pb-22p {
        padding-bottom: 22px;
    }
    .md\:pl-22p {
        padding-left: 22px;
    }
    .md\:pt-23p {
        padding-top: 23px;
    }
    .md\:pr-23p {
        padding-right: 23px;
    }
    .md\:pb-23p {
        padding-bottom: 23px;
    }
    .md\:pl-23p {
        padding-left: 23px;
    }
    .md\:pt-25p {
        padding-top: 25px;
    }
    .md\:pr-25p {
        padding-right: 25px;
    }
    .md\:pb-25p {
        padding-bottom: 25px;
    }
    .md\:pl-25p {
        padding-left: 25px;
    }
    .md\:pt-26p {
        padding-top: 26px;
    }
    .md\:pr-26p {
        padding-right: 26px;
    }
    .md\:pb-26p {
        padding-bottom: 26px;
    }
    .md\:pl-26p {
        padding-left: 26px;
    }
    .md\:pt-29p {
        padding-top: 29px;
    }
    .md\:pr-29p {
        padding-right: 29px;
    }
    .md\:pb-29p {
        padding-bottom: 29px;
    }
    .md\:pl-29p {
        padding-left: 29px;
    }
    .md\:pt-30p {
        padding-top: 30px;
    }
    .md\:pr-30p {
        padding-right: 30px;
    }
    .md\:pb-30p {
        padding-bottom: 30px;
    }
    .md\:pl-30p {
        padding-left: 30px;
    }
    .md\:pt-31p {
        padding-top: 31px;
    }
    .md\:pr-31p {
        padding-right: 31px;
    }
    .md\:pb-31p {
        padding-bottom: 31px;
    }
    .md\:pl-31p {
        padding-left: 31px;
    }
    .md\:pt-35p {
        padding-top: 35px;
    }
    .md\:pr-35p {
        padding-right: 35px;
    }
    .md\:pb-35p {
        padding-bottom: 35px;
    }
    .md\:pl-35p {
        padding-left: 35px;
    }
    .md\:pt-52p {
        padding-top: 52px;
    }
    .md\:pr-52p {
        padding-right: 52px;
    }
    .md\:pb-52p {
        padding-bottom: 52px;
    }
    .md\:pl-52p {
        padding-left: 52px;
    }
    .md\:pt-53p {
        padding-top: 53px;
    }
    .md\:pr-53p {
        padding-right: 53px;
    }
    .md\:pb-53p {
        padding-bottom: 53px;
    }
    .md\:pl-53p {
        padding-left: 53px;
    }
    .md\:pt-55p {
        padding-top: 55px;
    }
    .md\:pr-55p {
        padding-right: 55px;
    }
    .md\:pb-55p {
        padding-bottom: 55px;
    }
    .md\:pl-55p {
        padding-left: 55px;
    }
    .md\:pt-59p {
        padding-top: 59px;
    }
    .md\:pr-59p {
        padding-right: 59px;
    }
    .md\:pb-59p {
        padding-bottom: 59px;
    }
    .md\:pl-59p {
        padding-left: 59px;
    }
    .md\:pt-27p {
        padding-top: 27px;
    }
    .md\:pr-27p {
        padding-right: 27px;
    }
    .md\:pb-27p {
        padding-bottom: 27px;
    }
    .md\:pl-27p {
        padding-left: 27px;
    }
    .md\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .md\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .md\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .md\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .md\:pt-38p {
        padding-top: 38px;
    }
    .md\:pr-38p {
        padding-right: 38px;
    }
    .md\:pb-38p {
        padding-bottom: 38px;
    }
    .md\:pl-38p {
        padding-left: 38px;
    }
    .md\:pt-40p {
        padding-top: 40px;
    }
    .md\:pr-40p {
        padding-right: 40px;
    }
    .md\:pb-40p {
        padding-bottom: 40px;
    }
    .md\:pl-40p {
        padding-left: 40px;
    }
    .md\:pt-46p {
        padding-top: 46px;
    }
    .md\:pr-46p {
        padding-right: 46px;
    }
    .md\:pb-46p {
        padding-bottom: 46px;
    }
    .md\:pl-46p {
        padding-left: 46px;
    }
    .md\:pt-47p {
        padding-top: 47px;
    }
    .md\:pr-47p {
        padding-right: 47px;
    }
    .md\:pb-47p {
        padding-bottom: 47px;
    }
    .md\:pl-47p {
        padding-left: 47px;
    }
    .md\:pt-49p {
        padding-top: 49px;
    }
    .md\:pr-49p {
        padding-right: 49px;
    }
    .md\:pb-49p {
        padding-bottom: 49px;
    }
    .md\:pl-49p {
        padding-left: 49px;
    }
    .md\:pt-58p {
        padding-top: 58px;
    }
    .md\:pr-58p {
        padding-right: 58px;
    }
    .md\:pb-58p {
        padding-bottom: 58px;
    }
    .md\:pl-58p {
        padding-left: 58px;
    }
    .md\:pt-75p {
        padding-top: 75px;
    }
    .md\:pr-75p {
        padding-right: 75px;
    }
    .md\:pb-75p {
        padding-bottom: 75px;
    }
    .md\:pl-75p {
        padding-left: 75px;
    }
    .md\:pt-77p {
        padding-top: 77px;
    }
    .md\:pr-77p {
        padding-right: 77px;
    }
    .md\:pb-77p {
        padding-bottom: 77px;
    }
    .md\:pl-77p {
        padding-left: 77px;
    }
    .md\:pt-60p {
        padding-top: 60px;
    }
    .md\:pr-60p {
        padding-right: 60px;
    }
    .md\:pb-60p {
        padding-bottom: 60px;
    }
    .md\:pl-60p {
        padding-left: 60px;
    }
    .md\:pt-65p {
        padding-top: 65px;
    }
    .md\:pr-65p {
        padding-right: 65px;
    }
    .md\:pb-65p {
        padding-bottom: 65px;
    }
    .md\:pl-65p {
        padding-left: 65px;
    }
    .md\:pt-66p {
        padding-top: 66px;
    }
    .md\:pr-66p {
        padding-right: 66px;
    }
    .md\:pb-66p {
        padding-bottom: 66px;
    }
    .md\:pl-66p {
        padding-left: 66px;
    }
    .md\:pt-68p {
        padding-top: 68px;
    }
    .md\:pr-68p {
        padding-right: 68px;
    }
    .md\:pb-68p {
        padding-bottom: 68px;
    }
    .md\:pl-68p {
        padding-left: 68px;
    }
    .md\:pt-70p {
        padding-top: 70px;
    }
    .md\:pr-70p {
        padding-right: 70px;
    }
    .md\:pb-70p {
        padding-bottom: 70px;
    }
    .md\:pl-70p {
        padding-left: 70px;
    }
    .md\:pt-72p {
        padding-top: 72px;
    }
    .md\:pr-72p {
        padding-right: 72px;
    }
    .md\:pb-72p {
        padding-bottom: 72px;
    }
    .md\:pl-72p {
        padding-left: 72px;
    }
    .md\:pt-74p {
        padding-top: 74px;
    }
    .md\:pr-74p {
        padding-right: 74px;
    }
    .md\:pb-74p {
        padding-bottom: 74px;
    }
    .md\:pl-74p {
        padding-left: 74px;
    }
    .md\:pt-78p {
        padding-top: 78px;
    }
    .md\:pr-78p {
        padding-right: 78px;
    }
    .md\:pb-78p {
        padding-bottom: 78px;
    }
    .md\:pl-78p {
        padding-left: 78px;
    }
    .md\:pt-80p {
        padding-top: 80px;
    }
    .md\:pr-80p {
        padding-right: 80px;
    }
    .md\:pb-80p {
        padding-bottom: 80px;
    }
    .md\:pl-80p {
        padding-left: 80px;
    }
    .md\:pt-82p {
        padding-top: 82px;
    }
    .md\:pr-82p {
        padding-right: 82px;
    }
    .md\:pb-82p {
        padding-bottom: 82px;
    }
    .md\:pl-82p {
        padding-left: 82px;
    }
    .md\:pt-84p {
        padding-top: 84px;
    }
    .md\:pr-84p {
        padding-right: 84px;
    }
    .md\:pb-84p {
        padding-bottom: 84px;
    }
    .md\:pl-84p {
        padding-left: 84px;
    }
    .md\:pt-89p {
        padding-top: 89px;
    }
    .md\:pr-89p {
        padding-right: 89px;
    }
    .md\:pb-89p {
        padding-bottom: 89px;
    }
    .md\:pl-89p {
        padding-left: 89px;
    }
    .md\:pt-93p {
        padding-top: 93px;
    }
    .md\:pr-93p {
        padding-right: 93px;
    }
    .md\:pb-93p {
        padding-bottom: 93px;
    }
    .md\:pl-93p {
        padding-left: 93px;
    }
    .md\:pt-90p {
        padding-top: 90px;
    }
    .md\:pr-90p {
        padding-right: 90px;
    }
    .md\:pb-90p {
        padding-bottom: 90px;
    }
    .md\:pl-90p {
        padding-left: 90px;
    }
    .md\:pt-97p {
        padding-top: 97px;
    }
    .md\:pr-97p {
        padding-right: 97px;
    }
    .md\:pb-97p {
        padding-bottom: 97px;
    }
    .md\:pl-97p {
        padding-left: 97px;
    }
    .md\:pt-103p {
        padding-top: 103px;
    }
    .md\:pr-103p {
        padding-right: 103px;
    }
    .md\:pb-103p {
        padding-bottom: 103px;
    }
    .md\:pl-103p {
        padding-left: 103px;
    }
    .md\:pt-116p {
        padding-top: 116px;
    }
    .md\:pr-116p {
        padding-right: 116px;
    }
    .md\:pb-116p {
        padding-bottom: 116px;
    }
    .md\:pl-116p {
        padding-left: 116px;
    }
    .md\:pt-120p {
        padding-top: 120px;
    }
    .md\:pr-120p {
        padding-right: 120px;
    }
    .md\:pb-120p {
        padding-bottom: 120px;
    }
    .md\:pl-120p {
        padding-left: 120px;
    }
    .md\:pt-125p {
        padding-top: 125px;
    }
    .md\:pr-125p {
        padding-right: 125px;
    }
    .md\:pb-125p {
        padding-bottom: 125px;
    }
    .md\:pl-125p {
        padding-left: 125px;
    }
    .md\:pt-130p {
        padding-top: 130px;
    }
    .md\:pr-130p {
        padding-right: 130px;
    }
    .md\:pb-130p {
        padding-bottom: 130px;
    }
    .md\:pl-130p {
        padding-left: 130px;
    }
    .md\:pt-135p {
        padding-top: 135px;
    }
    .md\:pr-135p {
        padding-right: 135px;
    }
    .md\:pb-135p {
        padding-bottom: 135px;
    }
    .md\:pl-135p {
        padding-left: 135px;
    }
    .md\:pt-132p {
        padding-top: 132px;
    }
    .md\:pr-132p {
        padding-right: 132px;
    }
    .md\:pb-132p {
        padding-bottom: 132px;
    }
    .md\:pl-132p {
        padding-left: 132px;
    }
    .md\:pt-150p {
        padding-top: 150px;
    }
    .md\:pr-150p {
        padding-right: 150px;
    }
    .md\:pb-150p {
        padding-bottom: 150px;
    }
    .md\:pl-150p {
        padding-left: 150px;
    }
    .md\:pt-216p {
        padding-top: 216px;
    }
    .md\:pr-216p {
        padding-right: 216px;
    }
    .md\:pb-216p {
        padding-bottom: 216px;
    }
    .md\:pl-216p {
        padding-left: 216px;
    }
    .md\:pt-225p {
        padding-top: 225px;
    }
    .md\:pr-225p {
        padding-right: 225px;
    }
    .md\:pb-225p {
        padding-bottom: 225px;
    }
    .md\:pl-225p {
        padding-left: 225px;
    }
    .md\:pt-296p {
        padding-top: 296px;
    }
    .md\:pr-296p {
        padding-right: 296px;
    }
    .md\:pb-296p {
        padding-bottom: 296px;
    }
    .md\:pl-296p {
        padding-left: 296px;
    }
    .md\:pt-270p {
        padding-top: 270px;
    }
    .md\:pr-270p {
        padding-right: 270px;
    }
    .md\:pb-270p {
        padding-bottom: 270px;
    }
    .md\:pl-270p {
        padding-left: 270px;
    }
    .md\:pt-137p {
        padding-top: 137px;
    }
    .md\:pr-137p {
        padding-right: 137px;
    }
    .md\:pb-137p {
        padding-bottom: 137px;
    }
    .md\:pl-137p {
        padding-left: 137px;
    }
    .md\:pt-141p {
        padding-top: 141px;
    }
    .md\:pr-141p {
        padding-right: 141px;
    }
    .md\:pb-141p {
        padding-bottom: 141px;
    }
    .md\:pl-141p {
        padding-left: 141px;
    }
    .md\:pt-146p {
        padding-top: 146px;
    }
    .md\:pr-146p {
        padding-right: 146px;
    }
    .md\:pb-146p {
        padding-bottom: 146px;
    }
    .md\:pl-146p {
        padding-left: 146px;
    }
    .md\:pt-152p {
        padding-top: 152px;
    }
    .md\:pr-152p {
        padding-right: 152px;
    }
    .md\:pb-152p {
        padding-bottom: 152px;
    }
    .md\:pl-152p {
        padding-left: 152px;
    }
    .md\:pt-155p {
        padding-top: 155px;
    }
    .md\:pr-155p {
        padding-right: 155px;
    }
    .md\:pb-155p {
        padding-bottom: 155px;
    }
    .md\:pl-155p {
        padding-left: 155px;
    }
    .md\:pt-163p {
        padding-top: 163px;
    }
    .md\:pr-163p {
        padding-right: 163px;
    }
    .md\:pb-163p {
        padding-bottom: 163px;
    }
    .md\:pl-163p {
        padding-left: 163px;
    }
    .md\:pt-168p {
        padding-top: 168px;
    }
    .md\:pr-168p {
        padding-right: 168px;
    }
    .md\:pb-168p {
        padding-bottom: 168px;
    }
    .md\:pl-168p {
        padding-left: 168px;
    }
    .md\:pt-173p {
        padding-top: 173px;
    }
    .md\:pr-173p {
        padding-right: 173px;
    }
    .md\:pb-173p {
        padding-bottom: 173px;
    }
    .md\:pl-173p {
        padding-left: 173px;
    }
    .md\:pt-210p {
        padding-top: 210px;
    }
    .md\:pr-210p {
        padding-right: 210px;
    }
    .md\:pb-210p {
        padding-bottom: 210px;
    }
    .md\:pl-210p {
        padding-left: 210px;
    }
    .md\:pt-245p {
        padding-top: 245px;
    }
    .md\:pr-245p {
        padding-right: 245px;
    }
    .md\:pb-245p {
        padding-bottom: 245px;
    }
    .md\:pl-245p {
        padding-left: 245px;
    }
    .md\:pt-250p {
        padding-top: 250px;
    }
    .md\:pr-250p {
        padding-right: 250px;
    }
    .md\:pb-250p {
        padding-bottom: 250px;
    }
    .md\:pl-250p {
        padding-left: 250px;
    }
    .md\:pt-260p {
        padding-top: 260px;
    }
    .md\:pr-260p {
        padding-right: 260px;
    }
    .md\:pb-260p {
        padding-bottom: 260px;
    }
    .md\:pl-260p {
        padding-left: 260px;
    }
    .md\:pt-263p {
        padding-top: 263px;
    }
    .md\:pr-263p {
        padding-right: 263px;
    }
    .md\:pb-263p {
        padding-bottom: 263px;
    }
    .md\:pl-263p {
        padding-left: 263px;
    }
    .md\:pt-266p {
        padding-top: 266px;
    }
    .md\:pr-266p {
        padding-right: 266px;
    }
    .md\:pb-266p {
        padding-bottom: 266px;
    }
    .md\:pl-266p {
        padding-left: 266px;
    }
    .md\:pt-275p {
        padding-top: 275px;
    }
    .md\:pr-275p {
        padding-right: 275px;
    }
    .md\:pb-275p {
        padding-bottom: 275px;
    }
    .md\:pl-275p {
        padding-left: 275px;
    }
    .md\:pt-300p {
        padding-top: 300px;
    }
    .md\:pr-300p {
        padding-right: 300px;
    }
    .md\:pb-300p {
        padding-bottom: 300px;
    }
    .md\:pl-300p {
        padding-left: 300px;
    }
    .md\:pt-312p {
        padding-top: 312px;
    }
    .md\:pr-312p {
        padding-right: 312px;
    }
    .md\:pb-312p {
        padding-bottom: 312px;
    }
    .md\:pl-312p {
        padding-left: 312px;
    }
    .md\:pt-318p {
        padding-top: 318px;
    }
    .md\:pr-318p {
        padding-right: 318px;
    }
    .md\:pb-318p {
        padding-bottom: 318px;
    }
    .md\:pl-318p {
        padding-left: 318px;
    }
    .md\:pt-322p {
        padding-top: 322px;
    }
    .md\:pr-322p {
        padding-right: 322px;
    }
    .md\:pb-322p {
        padding-bottom: 322px;
    }
    .md\:pl-322p {
        padding-left: 322px;
    }
    .md\:pt-337p {
        padding-top: 337px;
    }
    .md\:pr-337p {
        padding-right: 337px;
    }
    .md\:pb-337p {
        padding-bottom: 337px;
    }
    .md\:pl-337p {
        padding-left: 337px;
    }
    .md\:pt-345p {
        padding-top: 345px;
    }
    .md\:pr-345p {
        padding-right: 345px;
    }
    .md\:pb-345p {
        padding-bottom: 345px;
    }
    .md\:pl-345p {
        padding-left: 345px;
    }
    .md\:pt-344p {
        padding-top: 344px;
    }
    .md\:pr-344p {
        padding-right: 344px;
    }
    .md\:pb-344p {
        padding-bottom: 344px;
    }
    .md\:pl-344p {
        padding-left: 344px;
    }
    .md\:pt-354p {
        padding-top: 354px;
    }
    .md\:pr-354p {
        padding-right: 354px;
    }
    .md\:pb-354p {
        padding-bottom: 354px;
    }
    .md\:pl-354p {
        padding-left: 354px;
    }
    .md\:pt-364p {
        padding-top: 364px;
    }
    .md\:pr-364p {
        padding-right: 364px;
    }
    .md\:pb-364p {
        padding-bottom: 364px;
    }
    .md\:pl-364p {
        padding-left: 364px;
    }
    .md\:pt-370p {
        padding-top: 370px;
    }
    .md\:pr-370p {
        padding-right: 370px;
    }
    .md\:pb-370p {
        padding-bottom: 370px;
    }
    .md\:pl-370p {
        padding-left: 370px;
    }
    .md\:pt-382p {
        padding-top: 382px;
    }
    .md\:pr-382p {
        padding-right: 382px;
    }
    .md\:pb-382p {
        padding-bottom: 382px;
    }
    .md\:pl-382p {
        padding-left: 382px;
    }
    .md\:pt-385p {
        padding-top: 385px;
    }
    .md\:pr-385p {
        padding-right: 385px;
    }
    .md\:pb-385p {
        padding-bottom: 385px;
    }
    .md\:pl-385p {
        padding-left: 385px;
    }
    .md\:pt-400p {
        padding-top: 400px;
    }
    .md\:pr-400p {
        padding-right: 400px;
    }
    .md\:pb-400p {
        padding-bottom: 400px;
    }
    .md\:pl-400p {
        padding-left: 400px;
    }
    .md\:pt-407p {
        padding-top: 407px;
    }
    .md\:pr-407p {
        padding-right: 407px;
    }
    .md\:pb-407p {
        padding-bottom: 407px;
    }
    .md\:pl-407p {
        padding-left: 407px;
    }
    .md\:pt-411p {
        padding-top: 411px;
    }
    .md\:pr-411p {
        padding-right: 411px;
    }
    .md\:pb-411p {
        padding-bottom: 411px;
    }
    .md\:pl-411p {
        padding-left: 411px;
    }
    .md\:pt-418p {
        padding-top: 418px;
    }
    .md\:pr-418p {
        padding-right: 418px;
    }
    .md\:pb-418p {
        padding-bottom: 418px;
    }
    .md\:pl-418p {
        padding-left: 418px;
    }
    .md\:pt-430p {
        padding-top: 430px;
    }
    .md\:pr-430p {
        padding-right: 430px;
    }
    .md\:pb-430p {
        padding-bottom: 430px;
    }
    .md\:pl-430p {
        padding-left: 430px;
    }
    .md\:pt-450p {
        padding-top: 450px;
    }
    .md\:pr-450p {
        padding-right: 450px;
    }
    .md\:pb-450p {
        padding-bottom: 450px;
    }
    .md\:pl-450p {
        padding-left: 450px;
    }
    .md\:pt-468p {
        padding-top: 468px;
    }
    .md\:pr-468p {
        padding-right: 468px;
    }
    .md\:pb-468p {
        padding-bottom: 468px;
    }
    .md\:pl-468p {
        padding-left: 468px;
    }
    .md\:pt-485p {
        padding-top: 485px;
    }
    .md\:pr-485p {
        padding-right: 485px;
    }
    .md\:pb-485p {
        padding-bottom: 485px;
    }
    .md\:pl-485p {
        padding-left: 485px;
    }
    .md\:pt-491p {
        padding-top: 491px;
    }
    .md\:pr-491p {
        padding-right: 491px;
    }
    .md\:pb-491p {
        padding-bottom: 491px;
    }
    .md\:pl-491p {
        padding-left: 491px;
    }
    .md\:pt-494p {
        padding-top: 494px;
    }
    .md\:pr-494p {
        padding-right: 494px;
    }
    .md\:pb-494p {
        padding-bottom: 494px;
    }
    .md\:pl-494p {
        padding-left: 494px;
    }
    .md\:pt-470p {
        padding-top: 470px;
    }
    .md\:pr-470p {
        padding-right: 470px;
    }
    .md\:pb-470p {
        padding-bottom: 470px;
    }
    .md\:pl-470p {
        padding-left: 470px;
    }
    .md\:pt-480p {
        padding-top: 480px;
    }
    .md\:pr-480p {
        padding-right: 480px;
    }
    .md\:pb-480p {
        padding-bottom: 480px;
    }
    .md\:pl-480p {
        padding-left: 480px;
    }
    .md\:pt-532p {
        padding-top: 532px;
    }
    .md\:pr-532p {
        padding-right: 532px;
    }
    .md\:pb-532p {
        padding-bottom: 532px;
    }
    .md\:pl-532p {
        padding-left: 532px;
    }
    .md\:pt-556p {
        padding-top: 556px;
    }
    .md\:pr-556p {
        padding-right: 556px;
    }
    .md\:pb-556p {
        padding-bottom: 556px;
    }
    .md\:pl-556p {
        padding-left: 556px;
    }
    .md\:pt-505p {
        padding-top: 505px;
    }
    .md\:pr-505p {
        padding-right: 505px;
    }
    .md\:pb-505p {
        padding-bottom: 505px;
    }
    .md\:pl-505p {
        padding-left: 505px;
    }
    .md\:pt-1179p {
        padding-top: 1179px;
    }
    .md\:pr-1179p {
        padding-right: 1179px;
    }
    .md\:pb-1179p {
        padding-bottom: 1179px;
    }
    .md\:pl-1179p {
        padding-left: 1179px;
    }
    .md\:pt-1253p {
        padding-top: 1253px;
    }
    .md\:pr-1253p {
        padding-right: 1253px;
    }
    .md\:pb-1253p {
        padding-bottom: 1253px;
    }
    .md\:pl-1253p {
        padding-left: 1253px;
    }
    .md\:pt-1575p {
        padding-top: 1575px;
    }
    .md\:pr-1575p {
        padding-right: 1575px;
    }
    .md\:pb-1575p {
        padding-bottom: 1575px;
    }
    .md\:pl-1575p {
        padding-left: 1575px;
    }
    .md\:pt-600p {
        padding-top: 600px;
    }
    .md\:pr-600p {
        padding-right: 600px;
    }
    .md\:pb-600p {
        padding-bottom: 600px;
    }
    .md\:pl-600p {
        padding-left: 600px;
    }
    .md\:pt-649p {
        padding-top: 649px;
    }
    .md\:pr-649p {
        padding-right: 649px;
    }
    .md\:pb-649p {
        padding-bottom: 649px;
    }
    .md\:pl-649p {
        padding-left: 649px;
    }
    .md\:pt-690p {
        padding-top: 690px;
    }
    .md\:pr-690p {
        padding-right: 690px;
    }
    .md\:pb-690p {
        padding-bottom: 690px;
    }
    .md\:pl-690p {
        padding-left: 690px;
    }
    .md\:pt-19\% {
        padding-top: 19%;
    }
    .md\:pr-19\% {
        padding-right: 19%;
    }
    .md\:pb-19\% {
        padding-bottom: 19%;
    }
    .md\:pl-19\% {
        padding-left: 19%;
    }
    .md\:pt-23\% {
        padding-top: 23%;
    }
    .md\:pr-23\% {
        padding-right: 23%;
    }
    .md\:pb-23\% {
        padding-bottom: 23%;
    }
    .md\:pl-23\% {
        padding-left: 23%;
    }
    .md\:pt-24\% {
        padding-top: 24%;
    }
    .md\:pr-24\% {
        padding-right: 24%;
    }
    .md\:pb-24\% {
        padding-bottom: 24%;
    }
    .md\:pl-24\% {
        padding-left: 24%;
    }
    .md\:pt-36\% {
        padding-top: 36%;
    }
    .md\:pr-36\% {
        padding-right: 36%;
    }
    .md\:pb-36\% {
        padding-bottom: 36%;
    }
    .md\:pl-36\% {
        padding-left: 36%;
    }
    .md\:pt-27\% {
        padding-top: 27%;
    }
    .md\:pr-27\% {
        padding-right: 27%;
    }
    .md\:pb-27\% {
        padding-bottom: 27%;
    }
    .md\:pl-27\% {
        padding-left: 27%;
    }
    .md\:pt-28\% {
        padding-top: 28%;
    }
    .md\:pr-28\% {
        padding-right: 28%;
    }
    .md\:pb-28\% {
        padding-bottom: 28%;
    }
    .md\:pl-28\% {
        padding-left: 28%;
    }
    .md\:pt-42\% {
        padding-top: 42%;
    }
    .md\:pr-42\% {
        padding-right: 42%;
    }
    .md\:pb-42\% {
        padding-bottom: 42%;
    }
    .md\:pl-42\% {
        padding-left: 42%;
    }
    .md\:pt-46\% {
        padding-top: 46%;
    }
    .md\:pr-46\% {
        padding-right: 46%;
    }
    .md\:pb-46\% {
        padding-bottom: 46%;
    }
    .md\:pl-46\% {
        padding-left: 46%;
    }
    .md\:pt-49\% {
        padding-top: 49%;
    }
    .md\:pr-49\% {
        padding-right: 49%;
    }
    .md\:pb-49\% {
        padding-bottom: 49%;
    }
    .md\:pl-49\% {
        padding-left: 49%;
    }
    .md\:pt-54\% {
        padding-top: 54%;
    }
    .md\:pr-54\% {
        padding-right: 54%;
    }
    .md\:pb-54\% {
        padding-bottom: 54%;
    }
    .md\:pl-54\% {
        padding-left: 54%;
    }
    .md\:pt-58\% {
        padding-top: 58%;
    }
    .md\:pr-58\% {
        padding-right: 58%;
    }
    .md\:pb-58\% {
        padding-bottom: 58%;
    }
    .md\:pl-58\% {
        padding-left: 58%;
    }
    .md\:pt-72\% {
        padding-top: 72%;
    }
    .md\:pr-72\% {
        padding-right: 72%;
    }
    .md\:pb-72\% {
        padding-bottom: 72%;
    }
    .md\:pl-72\% {
        padding-left: 72%;
    }
    .md\:pt-76\% {
        padding-top: 76%;
    }
    .md\:pr-76\% {
        padding-right: 76%;
    }
    .md\:pb-76\% {
        padding-bottom: 76%;
    }
    .md\:pl-76\% {
        padding-left: 76%;
    }
    .md\:pt-77\% {
        padding-top: 77%;
    }
    .md\:pr-77\% {
        padding-right: 77%;
    }
    .md\:pb-77\% {
        padding-bottom: 77%;
    }
    .md\:pl-77\% {
        padding-left: 77%;
    }
    .md\:pt-340p {
        padding-top: 340px;
    }
    .md\:pr-340p {
        padding-right: 340px;
    }
    .md\:pb-340p {
        padding-bottom: 340px;
    }
    .md\:pl-340p {
        padding-left: 340px;
    }
    .md\:pt-700p {
        padding-top: 700px;
    }
    .md\:pr-700p {
        padding-right: 700px;
    }
    .md\:pb-700p {
        padding-bottom: 700px;
    }
    .md\:pl-700p {
        padding-left: 700px;
    }
    .md\:pt-848p {
        padding-top: 848px;
    }
    .md\:pr-848p {
        padding-right: 848px;
    }
    .md\:pb-848p {
        padding-bottom: 848px;
    }
    .md\:pl-848p {
        padding-left: 848px;
    }
    .md\:pt-850p {
        padding-top: 850px;
    }
    .md\:pr-850p {
        padding-right: 850px;
    }
    .md\:pb-850p {
        padding-bottom: 850px;
    }
    .md\:pl-850p {
        padding-left: 850px;
    }
    .md\:pt-860p {
        padding-top: 860px;
    }
    .md\:pr-860p {
        padding-right: 860px;
    }
    .md\:pb-860p {
        padding-bottom: 860px;
    }
    .md\:pl-860p {
        padding-left: 860px;
    }
    .md\:pt-1425p {
        padding-top: 1425px;
    }
    .md\:pr-1425p {
        padding-right: 1425px;
    }
    .md\:pb-1425p {
        padding-bottom: 1425px;
    }
    .md\:pl-1425p {
        padding-left: 1425px;
    }
    .md\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .md\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .md\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .md\:placeholder-current::placeholder {
        color: currentColor;
    }
    .md\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .md\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .md\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .md\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .md\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .md\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .md\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .md\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .md\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .md\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .md\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .md\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .md\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .md\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .md\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .md\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .md\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .md\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .md\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .md\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .md\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .md\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .md\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .md\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .md\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .md\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .md\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .md\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .md\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .md\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .md\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .md\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .md\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .md\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .md\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .md\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .md\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .md\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .md\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .md\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .md\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .md\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .md\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .md\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .md\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .md\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .md\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .md\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .md\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .md\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .md\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .md\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .md\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .md\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .md\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .md\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .md\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .md\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .md\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .md\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .md\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .md\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .md\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .md\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .md\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .md\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .md\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .md\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .md\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .md\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .md\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .md\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .md\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .md\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .md\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .md\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .md\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .md\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .md\:pointer-events-none {
        pointer-events: none;
    }
    .md\:pointer-events-auto {
        pointer-events: auto;
    }
    .md\:static {
        position: static;
    }
    .md\:fixed {
        position: fixed;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:relative {
        position: relative;
    }
    .md\:sticky {
        position: sticky;
    }
    .md\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .md\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .md\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .md\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .md\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .md\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .md\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .md\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .md\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .md\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .md\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .md\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .md\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .md\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .md\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .md\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .md\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .md\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .md\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .md\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .md\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .md\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .md\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .md\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .md\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .md\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .md\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .md\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .md\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .md\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .md\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .md\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .md\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .md\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .md\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .md\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .md\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .md\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .md\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .md\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .md\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .md\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .md\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .md\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .md\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .md\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .md\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .md\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .md\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .md\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .md\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .md\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .md\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .md\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .md\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .md\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .md\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .md\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .md\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .md\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .md\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .md\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .md\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .md\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .md\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .md\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .md\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .md\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .md\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .md\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .md\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .md\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .md\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .md\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .md\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .md\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .md\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .md\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .md\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .md\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .md\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .md\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .md\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .md\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .md\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .md\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .md\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .md\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .md\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .md\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .md\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .md\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .md\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .md\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .md\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .md\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .md\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .md\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .md\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .md\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .md\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .md\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .md\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .md\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .md\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .md\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .md\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .md\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .md\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .md\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .md\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .md\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .md\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .md\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .md\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .md\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .md\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .md\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .md\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .md\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .md\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .md\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .md\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .md\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .md\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .md\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .md\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .md\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .md\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .md\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .md\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .md\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .md\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .md\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .md\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .md\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .md\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .md\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .md\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .md\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .md\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .md\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .md\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .md\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .md\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .md\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .md\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .md\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .md\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .md\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .md\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .md\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .md\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .md\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .md\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .md\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .md\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .md\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .md\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .md\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .md\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .md\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .md\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .md\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .md\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .md\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .md\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .md\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .md\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .md\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .md\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .md\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .md\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .md\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .md\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .md\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .md\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .md\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .md\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .md\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .md\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .md\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .md\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .md\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .md\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .md\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .md\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .md\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .md\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .md\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .md\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .md\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .md\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .md\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .md\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .md\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .md\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .md\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .md\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .md\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .md\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .md\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .md\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .md\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .md\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .md\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .md\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .md\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .md\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .md\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .md\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .md\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .md\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .md\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .md\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .md\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .md\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .md\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .md\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .md\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .md\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .md\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .md\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .md\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .md\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .md\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .md\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .md\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .md\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .md\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .md\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .md\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .md\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .md\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .md\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .md\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .md\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .md\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .md\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .md\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .md\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .md\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .md\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .md\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .md\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .md\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .md\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .md\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .md\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .md\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .md\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .md\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .md\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .md\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .md\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .md\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .md\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .md\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .md\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .md\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .md\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .md\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .md\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .md\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .md\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .md\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .md\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .md\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .md\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .md\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .md\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .md\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .md\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .md\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .md\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .md\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .md\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .md\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .md\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .md\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .md\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .md\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .md\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .md\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .md\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .md\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .md\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .md\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .md\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .md\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .md\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .md\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .md\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .md\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .md\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .md\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .md\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .md\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .md\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .md\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .md\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .md\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .md\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .md\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .md\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .md\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .md\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .md\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .md\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .md\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .md\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .md\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .md\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .md\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .md\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .md\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .md\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .md\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .md\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .md\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .md\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .md\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .md\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .md\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .md\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .md\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .md\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .md\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .md\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .md\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .md\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .md\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .md\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .md\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .md\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .md\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .md\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .md\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .md\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .md\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .md\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .md\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .md\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .md\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .md\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .md\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .md\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .md\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .md\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .md\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .md\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .md\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .md\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .md\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .md\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .md\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .md\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .md\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .md\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .md\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .md\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .md\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .md\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .md\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .md\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .md\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .md\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .md\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .md\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .md\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .md\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .md\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .md\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .md\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .md\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .md\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .md\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .md\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .md\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .md\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .md\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .md\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .md\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .md\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .md\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .md\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .md\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .md\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .md\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .md\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .md\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .md\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .md\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .md\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .md\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .md\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .md\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .md\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .md\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .md\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .md\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .md\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .md\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .md\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .md\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .md\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .md\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .md\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .md\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .md\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .md\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .md\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .md\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .md\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .md\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .md\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .md\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .md\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .md\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .md\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .md\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .md\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .md\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .md\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .md\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .md\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .md\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .md\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .md\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .md\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .md\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .md\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .md\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .md\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .md\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .md\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .md\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .md\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .md\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .md\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .md\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .md\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .md\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .md\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .md\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .md\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .md\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .md\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .md\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .md\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .md\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .md\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .md\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .md\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .md\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .md\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .md\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .md\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .md\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .md\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .md\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .md\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .md\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .md\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .md\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .md\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .md\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .md\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .md\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .md\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .md\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .md\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .md\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .md\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .md\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .md\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .md\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .md\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .md\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .md\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .md\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .md\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .md\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .md\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .md\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .md\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .md\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .md\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .md\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .md\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .md\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .md\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .md\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .md\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .md\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .md\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .md\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .md\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .md\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .md\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .md\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .md\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .md\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .md\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .md\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .md\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .md\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .md\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .md\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .md\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .md\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .md\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .md\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .md\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .md\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .md\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .md\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .md\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .md\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .md\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .md\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .md\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .md\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .md\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .md\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .md\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .md\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .md\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .md\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .md\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .md\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .md\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .md\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .md\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .md\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .md\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .md\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .md\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .md\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .md\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .md\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .md\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .md\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .md\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .md\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .md\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .md\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .md\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .md\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .md\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .md\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .md\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .md\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .md\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .md\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .md\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .md\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .md\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .md\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .md\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .md\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .md\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .md\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .md\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .md\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .md\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .md\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .md\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .md\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .md\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .md\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .md\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .md\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .md\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .md\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .md\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .md\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .md\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .md\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .md\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .md\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .md\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .md\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .md\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .md\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .md\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .md\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .md\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .md\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .md\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .md\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .md\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .md\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .md\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .md\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .md\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .md\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .md\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .md\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .md\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .md\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .md\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .md\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .md\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .md\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .md\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .md\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .md\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .md\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .md\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .md\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .md\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .md\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .md\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .md\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .md\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .md\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .md\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .md\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .md\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .md\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .md\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .md\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .md\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .md\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .md\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .md\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .md\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .md\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .md\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .md\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .md\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .md\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .md\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .md\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .md\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .md\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .md\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .md\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .md\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .md\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .md\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .md\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .md\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .md\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .md\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .md\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .md\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .md\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .md\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .md\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .md\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .md\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .md\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .md\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .md\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .md\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .md\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .md\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .md\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .md\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .md\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .md\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .md\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .md\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .md\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .md\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .md\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .md\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .md\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .md\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .md\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .md\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .md\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .md\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .md\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .md\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .md\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .md\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .md\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .md\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .md\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .md\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .md\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .md\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .md\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .md\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .md\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .md\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .md\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .md\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .md\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .md\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .md\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .md\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .md\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .md\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .md\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .md\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .md\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .md\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .md\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .md\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .md\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .md\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .md\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .md\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .md\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .md\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .md\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .md\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .md\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .md\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .md\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .md\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .md\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .md\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .md\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .md\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .md\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .md\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .md\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .md\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .md\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .md\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .md\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .md\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .md\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .md\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .md\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .md\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .md\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .md\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .md\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .md\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .md\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .md\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .md\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .md\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .md\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .md\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .md\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .md\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .md\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .md\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .md\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .md\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .md\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .md\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .md\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .md\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .md\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .md\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .md\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .md\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .md\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .md\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .md\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .md\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .md\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .md\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .md\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .md\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .md\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .md\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .md\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .md\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .md\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .md\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .md\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .md\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .md\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .md\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .md\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .md\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .md\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .md\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .md\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .md\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .md\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .md\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .md\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .md\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .md\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .md\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .md\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .md\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .md\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .md\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .md\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .md\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .md\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .md\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .md\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .md\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .md\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .md\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .md\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .md\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .md\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .md\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .md\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .md\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .md\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .md\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .md\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .md\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .md\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .md\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .md\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .md\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .md\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .md\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .md\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .md\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .md\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .md\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .md\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .md\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .md\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .md\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .md\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .md\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .md\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .md\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .md\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .md\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .md\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .md\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .md\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .md\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .md\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .md\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .md\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .md\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .md\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .md\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .md\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .md\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .md\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .md\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .md\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .md\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .md\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .md\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .md\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .md\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .md\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .md\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .md\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .md\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .md\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .md\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .md\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .md\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .md\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .md\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .md\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .md\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .md\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .md\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .md\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .md\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .md\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .md\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .md\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .md\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .md\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .md\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .md\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .md\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .md\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .md\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .md\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .md\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .md\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .md\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .md\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .md\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .md\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .md\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .md\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .md\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .md\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .md\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .md\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .md\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .md\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .md\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .md\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .md\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .md\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .md\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .md\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .md\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .md\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .md\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .md\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .md\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .md\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .md\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .md\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .md\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .md\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .md\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .md\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .md\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .md\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .md\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .md\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .md\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .md\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .md\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .md\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .md\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .md\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .md\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .md\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .md\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .md\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .md\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .md\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .md\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .md\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .md\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .md\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .md\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .md\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .md\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .md\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .md\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .md\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .md\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .md\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .md\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .md\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .md\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .md\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .md\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .md\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .md\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .md\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .md\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .md\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .md\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .md\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .md\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .md\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .md\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .md\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .md\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .md\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .md\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .md\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .md\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .md\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .md\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .md\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .md\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .md\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .md\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .md\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .md\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .md\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .md\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .md\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .md\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .md\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .md\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .md\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .md\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .md\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .md\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .md\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .md\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .md\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .md\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .md\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .md\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .md\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .md\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .md\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .md\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .md\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .md\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .md\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .md\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .md\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .md\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .md\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .md\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .md\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .md\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .md\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .md\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .md\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .md\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .md\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .md\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .md\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .md\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .md\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .md\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .md\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .md\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .md\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .md\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .md\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .md\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .md\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .md\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .md\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .md\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .md\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .md\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .md\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .md\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .md\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .md\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .md\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .md\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .md\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .md\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .md\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .md\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .md\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .md\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .md\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .md\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .md\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .md\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .md\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .md\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .md\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .md\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .md\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .md\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .md\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .md\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .md\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .md\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .md\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .md\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .md\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .md\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .md\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .md\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .md\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .md\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .md\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .md\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .md\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .md\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .md\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .md\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .md\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .md\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .md\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .md\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .md\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .md\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .md\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .md\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .md\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .md\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .md\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .md\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .md\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .md\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .md\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .md\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .md\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .md\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .md\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .md\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .md\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .md\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .md\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .md\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .md\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .md\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .md\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .md\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .md\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .md\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .md\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .md\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .md\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .md\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .md\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .md\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .md\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .md\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .md\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .md\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .md\:top-0 {
        top: 0;
    }
    .md\:right-0 {
        right: 0;
    }
    .md\:bottom-0 {
        bottom: 0;
    }
    .md\:left-0 {
        left: 0;
    }
    .md\:top-1 {
        top: 0.25rem;
    }
    .md\:right-1 {
        right: 0.25rem;
    }
    .md\:bottom-1 {
        bottom: 0.25rem;
    }
    .md\:left-1 {
        left: 0.25rem;
    }
    .md\:top-2 {
        top: 0.5rem;
    }
    .md\:right-2 {
        right: 0.5rem;
    }
    .md\:bottom-2 {
        bottom: 0.5rem;
    }
    .md\:left-2 {
        left: 0.5rem;
    }
    .md\:top-3 {
        top: 0.75rem;
    }
    .md\:right-3 {
        right: 0.75rem;
    }
    .md\:bottom-3 {
        bottom: 0.75rem;
    }
    .md\:left-3 {
        left: 0.75rem;
    }
    .md\:top-4 {
        top: 1rem;
    }
    .md\:right-4 {
        right: 1rem;
    }
    .md\:bottom-4 {
        bottom: 1rem;
    }
    .md\:left-4 {
        left: 1rem;
    }
    .md\:top-5 {
        top: 1.25rem;
    }
    .md\:right-5 {
        right: 1.25rem;
    }
    .md\:bottom-5 {
        bottom: 1.25rem;
    }
    .md\:left-5 {
        left: 1.25rem;
    }
    .md\:top-6 {
        top: 1.5rem;
    }
    .md\:right-6 {
        right: 1.5rem;
    }
    .md\:bottom-6 {
        bottom: 1.5rem;
    }
    .md\:left-6 {
        left: 1.5rem;
    }
    .md\:top-7 {
        top: 1.75rem;
    }
    .md\:right-7 {
        right: 1.75rem;
    }
    .md\:bottom-7 {
        bottom: 1.75rem;
    }
    .md\:left-7 {
        left: 1.75rem;
    }
    .md\:top-8 {
        top: 2rem;
    }
    .md\:right-8 {
        right: 2rem;
    }
    .md\:bottom-8 {
        bottom: 2rem;
    }
    .md\:left-8 {
        left: 2rem;
    }
    .md\:top-9 {
        top: 2.25rem;
    }
    .md\:right-9 {
        right: 2.25rem;
    }
    .md\:bottom-9 {
        bottom: 2.25rem;
    }
    .md\:left-9 {
        left: 2.25rem;
    }
    .md\:top-10 {
        top: 2.5rem;
    }
    .md\:right-10 {
        right: 2.5rem;
    }
    .md\:bottom-10 {
        bottom: 2.5rem;
    }
    .md\:left-10 {
        left: 2.5rem;
    }
    .md\:top-11 {
        top: 2.75rem;
    }
    .md\:right-11 {
        right: 2.75rem;
    }
    .md\:bottom-11 {
        bottom: 2.75rem;
    }
    .md\:left-11 {
        left: 2.75rem;
    }
    .md\:top-12 {
        top: 3rem;
    }
    .md\:right-12 {
        right: 3rem;
    }
    .md\:bottom-12 {
        bottom: 3rem;
    }
    .md\:left-12 {
        left: 3rem;
    }
    .md\:top-14 {
        top: 3.5rem;
    }
    .md\:right-14 {
        right: 3.5rem;
    }
    .md\:bottom-14 {
        bottom: 3.5rem;
    }
    .md\:left-14 {
        left: 3.5rem;
    }
    .md\:top-16 {
        top: 4rem;
    }
    .md\:right-16 {
        right: 4rem;
    }
    .md\:bottom-16 {
        bottom: 4rem;
    }
    .md\:left-16 {
        left: 4rem;
    }
    .md\:top-20 {
        top: 5rem;
    }
    .md\:right-20 {
        right: 5rem;
    }
    .md\:bottom-20 {
        bottom: 5rem;
    }
    .md\:left-20 {
        left: 5rem;
    }
    .md\:top-23 {
        top: 88px;
    }
    .md\:right-23 {
        right: 88px;
    }
    .md\:bottom-23 {
        bottom: 88px;
    }
    .md\:left-23 {
        left: 88px;
    }
    .md\:top-24 {
        top: 6rem;
    }
    .md\:right-24 {
        right: 6rem;
    }
    .md\:bottom-24 {
        bottom: 6rem;
    }
    .md\:left-24 {
        left: 6rem;
    }
    .md\:top-25 {
        top: 100px;
    }
    .md\:right-25 {
        right: 100px;
    }
    .md\:bottom-25 {
        bottom: 100px;
    }
    .md\:left-25 {
        left: 100px;
    }
    .md\:top-28 {
        top: 7rem;
    }
    .md\:right-28 {
        right: 7rem;
    }
    .md\:bottom-28 {
        bottom: 7rem;
    }
    .md\:left-28 {
        left: 7rem;
    }
    .md\:top-29 {
        top: 120px;
    }
    .md\:right-29 {
        right: 120px;
    }
    .md\:bottom-29 {
        bottom: 120px;
    }
    .md\:left-29 {
        left: 120px;
    }
    .md\:top-32 {
        top: 8rem;
    }
    .md\:right-32 {
        right: 8rem;
    }
    .md\:bottom-32 {
        bottom: 8rem;
    }
    .md\:left-32 {
        left: 8rem;
    }
    .md\:top-33 {
        top: 130px;
    }
    .md\:right-33 {
        right: 130px;
    }
    .md\:bottom-33 {
        bottom: 130px;
    }
    .md\:left-33 {
        left: 130px;
    }
    .md\:top-36 {
        top: 9rem;
    }
    .md\:right-36 {
        right: 9rem;
    }
    .md\:bottom-36 {
        bottom: 9rem;
    }
    .md\:left-36 {
        left: 9rem;
    }
    .md\:top-40 {
        top: 10rem;
    }
    .md\:right-40 {
        right: 10rem;
    }
    .md\:bottom-40 {
        bottom: 10rem;
    }
    .md\:left-40 {
        left: 10rem;
    }
    .md\:top-44 {
        top: 11rem;
    }
    .md\:right-44 {
        right: 11rem;
    }
    .md\:bottom-44 {
        bottom: 11rem;
    }
    .md\:left-44 {
        left: 11rem;
    }
    .md\:top-48 {
        top: 12rem;
    }
    .md\:right-48 {
        right: 12rem;
    }
    .md\:bottom-48 {
        bottom: 12rem;
    }
    .md\:left-48 {
        left: 12rem;
    }
    .md\:top-52 {
        top: 13rem;
    }
    .md\:right-52 {
        right: 13rem;
    }
    .md\:bottom-52 {
        bottom: 13rem;
    }
    .md\:left-52 {
        left: 13rem;
    }
    .md\:top-56 {
        top: 14rem;
    }
    .md\:right-56 {
        right: 14rem;
    }
    .md\:bottom-56 {
        bottom: 14rem;
    }
    .md\:left-56 {
        left: 14rem;
    }
    .md\:top-60 {
        top: 15rem;
    }
    .md\:right-60 {
        right: 15rem;
    }
    .md\:bottom-60 {
        bottom: 15rem;
    }
    .md\:left-60 {
        left: 15rem;
    }
    .md\:top-63 {
        top: 270px;
    }
    .md\:right-63 {
        right: 270px;
    }
    .md\:bottom-63 {
        bottom: 270px;
    }
    .md\:left-63 {
        left: 270px;
    }
    .md\:top-64 {
        top: 16rem;
    }
    .md\:right-64 {
        right: 16rem;
    }
    .md\:bottom-64 {
        bottom: 16rem;
    }
    .md\:left-64 {
        left: 16rem;
    }
    .md\:top-72 {
        top: 18rem;
    }
    .md\:right-72 {
        right: 18rem;
    }
    .md\:bottom-72 {
        bottom: 18rem;
    }
    .md\:left-72 {
        left: 18rem;
    }
    .md\:top-80 {
        top: 20rem;
    }
    .md\:right-80 {
        right: 20rem;
    }
    .md\:bottom-80 {
        bottom: 20rem;
    }
    .md\:left-80 {
        left: 20rem;
    }
    .md\:top-92 {
        top: 475px;
    }
    .md\:right-92 {
        right: 475px;
    }
    .md\:bottom-92 {
        bottom: 475px;
    }
    .md\:left-92 {
        left: 475px;
    }
    .md\:top-96 {
        top: 24rem;
    }
    .md\:right-96 {
        right: 24rem;
    }
    .md\:bottom-96 {
        bottom: 24rem;
    }
    .md\:left-96 {
        left: 24rem;
    }
    .md\:top-128 {
        top: 32rem;
    }
    .md\:right-128 {
        right: 32rem;
    }
    .md\:bottom-128 {
        bottom: 32rem;
    }
    .md\:left-128 {
        left: 32rem;
    }
    .md\:top-auto {
        top: auto;
    }
    .md\:right-auto {
        right: auto;
    }
    .md\:bottom-auto {
        bottom: auto;
    }
    .md\:left-auto {
        left: auto;
    }
    .md\:top-px {
        top: 1px;
    }
    .md\:right-px {
        right: 1px;
    }
    .md\:bottom-px {
        bottom: 1px;
    }
    .md\:left-px {
        left: 1px;
    }
    .md\:top-0\.5 {
        top: 0.125rem;
    }
    .md\:right-0\.5 {
        right: 0.125rem;
    }
    .md\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .md\:left-0\.5 {
        left: 0.125rem;
    }
    .md\:top-1\.5 {
        top: 0.375rem;
    }
    .md\:right-1\.5 {
        right: 0.375rem;
    }
    .md\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .md\:left-1\.5 {
        left: 0.375rem;
    }
    .md\:top-2\.5 {
        top: 0.625rem;
    }
    .md\:right-2\.5 {
        right: 0.625rem;
    }
    .md\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .md\:left-2\.5 {
        left: 0.625rem;
    }
    .md\:top-3\.5 {
        top: 0.875rem;
    }
    .md\:right-3\.5 {
        right: 0.875rem;
    }
    .md\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .md\:left-3\.5 {
        left: 0.875rem;
    }
    .md\:top-105p {
        top: 105px;
    }
    .md\:right-105p {
        right: 105px;
    }
    .md\:bottom-105p {
        bottom: 105px;
    }
    .md\:left-105p {
        left: 105px;
    }
    .md\:top-50p {
        top: 50px;
    }
    .md\:right-50p {
        right: 50px;
    }
    .md\:bottom-50p {
        bottom: 50px;
    }
    .md\:left-50p {
        left: 50px;
    }
    .md\:top-54p {
        top: 54px;
    }
    .md\:right-54p {
        right: 54px;
    }
    .md\:bottom-54p {
        bottom: 54px;
    }
    .md\:left-54p {
        left: 54px;
    }
    .md\:top-1p {
        top: 1px;
    }
    .md\:right-1p {
        right: 1px;
    }
    .md\:bottom-1p {
        bottom: 1px;
    }
    .md\:left-1p {
        left: 1px;
    }
    .md\:top-2p {
        top: 2px;
    }
    .md\:right-2p {
        right: 2px;
    }
    .md\:bottom-2p {
        bottom: 2px;
    }
    .md\:left-2p {
        left: 2px;
    }
    .md\:top-3p {
        top: 3px;
    }
    .md\:right-3p {
        right: 3px;
    }
    .md\:bottom-3p {
        bottom: 3px;
    }
    .md\:left-3p {
        left: 3px;
    }
    .md\:top-5p {
        top: 5px;
    }
    .md\:right-5p {
        right: 5px;
    }
    .md\:bottom-5p {
        bottom: 5px;
    }
    .md\:left-5p {
        left: 5px;
    }
    .md\:top-7p {
        top: 7px;
    }
    .md\:right-7p {
        right: 7px;
    }
    .md\:bottom-7p {
        bottom: 7px;
    }
    .md\:left-7p {
        left: 7px;
    }
    .md\:top-9p {
        top: 9px;
    }
    .md\:right-9p {
        right: 9px;
    }
    .md\:bottom-9p {
        bottom: 9px;
    }
    .md\:left-9p {
        left: 9px;
    }
    .md\:top-10p {
        top: 10px;
    }
    .md\:right-10p {
        right: 10px;
    }
    .md\:bottom-10p {
        bottom: 10px;
    }
    .md\:left-10p {
        left: 10px;
    }
    .md\:top-11p {
        top: 11px;
    }
    .md\:right-11p {
        right: 11px;
    }
    .md\:bottom-11p {
        bottom: 11px;
    }
    .md\:left-11p {
        left: 11px;
    }
    .md\:top-13p {
        top: 13px;
    }
    .md\:right-13p {
        right: 13px;
    }
    .md\:bottom-13p {
        bottom: 13px;
    }
    .md\:left-13p {
        left: 13px;
    }
    .md\:top-15p {
        top: 15px;
    }
    .md\:right-15p {
        right: 15px;
    }
    .md\:bottom-15p {
        bottom: 15px;
    }
    .md\:left-15p {
        left: 15px;
    }
    .md\:top-18p {
        top: 18px;
    }
    .md\:right-18p {
        right: 18px;
    }
    .md\:bottom-18p {
        bottom: 18px;
    }
    .md\:left-18p {
        left: 18px;
    }
    .md\:top-19p {
        top: 19px;
    }
    .md\:right-19p {
        right: 19px;
    }
    .md\:bottom-19p {
        bottom: 19px;
    }
    .md\:left-19p {
        left: 19px;
    }
    .md\:top-21p {
        top: 21px;
    }
    .md\:right-21p {
        right: 21px;
    }
    .md\:bottom-21p {
        bottom: 21px;
    }
    .md\:left-21p {
        left: 21px;
    }
    .md\:top-22p {
        top: 22px;
    }
    .md\:right-22p {
        right: 22px;
    }
    .md\:bottom-22p {
        bottom: 22px;
    }
    .md\:left-22p {
        left: 22px;
    }
    .md\:top-23p {
        top: 23px;
    }
    .md\:right-23p {
        right: 23px;
    }
    .md\:bottom-23p {
        bottom: 23px;
    }
    .md\:left-23p {
        left: 23px;
    }
    .md\:top-25p {
        top: 25px;
    }
    .md\:right-25p {
        right: 25px;
    }
    .md\:bottom-25p {
        bottom: 25px;
    }
    .md\:left-25p {
        left: 25px;
    }
    .md\:top-26p {
        top: 26px;
    }
    .md\:right-26p {
        right: 26px;
    }
    .md\:bottom-26p {
        bottom: 26px;
    }
    .md\:left-26p {
        left: 26px;
    }
    .md\:top-29p {
        top: 29px;
    }
    .md\:right-29p {
        right: 29px;
    }
    .md\:bottom-29p {
        bottom: 29px;
    }
    .md\:left-29p {
        left: 29px;
    }
    .md\:top-30p {
        top: 30px;
    }
    .md\:right-30p {
        right: 30px;
    }
    .md\:bottom-30p {
        bottom: 30px;
    }
    .md\:left-30p {
        left: 30px;
    }
    .md\:top-31p {
        top: 31px;
    }
    .md\:right-31p {
        right: 31px;
    }
    .md\:bottom-31p {
        bottom: 31px;
    }
    .md\:left-31p {
        left: 31px;
    }
    .md\:top-35p {
        top: 35px;
    }
    .md\:right-35p {
        right: 35px;
    }
    .md\:bottom-35p {
        bottom: 35px;
    }
    .md\:left-35p {
        left: 35px;
    }
    .md\:top-52p {
        top: 52px;
    }
    .md\:right-52p {
        right: 52px;
    }
    .md\:bottom-52p {
        bottom: 52px;
    }
    .md\:left-52p {
        left: 52px;
    }
    .md\:top-53p {
        top: 53px;
    }
    .md\:right-53p {
        right: 53px;
    }
    .md\:bottom-53p {
        bottom: 53px;
    }
    .md\:left-53p {
        left: 53px;
    }
    .md\:top-55p {
        top: 55px;
    }
    .md\:right-55p {
        right: 55px;
    }
    .md\:bottom-55p {
        bottom: 55px;
    }
    .md\:left-55p {
        left: 55px;
    }
    .md\:top-59p {
        top: 59px;
    }
    .md\:right-59p {
        right: 59px;
    }
    .md\:bottom-59p {
        bottom: 59px;
    }
    .md\:left-59p {
        left: 59px;
    }
    .md\:top-27p {
        top: 27px;
    }
    .md\:right-27p {
        right: 27px;
    }
    .md\:bottom-27p {
        bottom: 27px;
    }
    .md\:left-27p {
        left: 27px;
    }
    .md\:top-33\.5p {
        top: 33.5px;
    }
    .md\:right-33\.5p {
        right: 33.5px;
    }
    .md\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .md\:left-33\.5p {
        left: 33.5px;
    }
    .md\:top-38p {
        top: 38px;
    }
    .md\:right-38p {
        right: 38px;
    }
    .md\:bottom-38p {
        bottom: 38px;
    }
    .md\:left-38p {
        left: 38px;
    }
    .md\:top-40p {
        top: 40px;
    }
    .md\:right-40p {
        right: 40px;
    }
    .md\:bottom-40p {
        bottom: 40px;
    }
    .md\:left-40p {
        left: 40px;
    }
    .md\:top-46p {
        top: 46px;
    }
    .md\:right-46p {
        right: 46px;
    }
    .md\:bottom-46p {
        bottom: 46px;
    }
    .md\:left-46p {
        left: 46px;
    }
    .md\:top-47p {
        top: 47px;
    }
    .md\:right-47p {
        right: 47px;
    }
    .md\:bottom-47p {
        bottom: 47px;
    }
    .md\:left-47p {
        left: 47px;
    }
    .md\:top-49p {
        top: 49px;
    }
    .md\:right-49p {
        right: 49px;
    }
    .md\:bottom-49p {
        bottom: 49px;
    }
    .md\:left-49p {
        left: 49px;
    }
    .md\:top-58p {
        top: 58px;
    }
    .md\:right-58p {
        right: 58px;
    }
    .md\:bottom-58p {
        bottom: 58px;
    }
    .md\:left-58p {
        left: 58px;
    }
    .md\:top-75p {
        top: 75px;
    }
    .md\:right-75p {
        right: 75px;
    }
    .md\:bottom-75p {
        bottom: 75px;
    }
    .md\:left-75p {
        left: 75px;
    }
    .md\:top-77p {
        top: 77px;
    }
    .md\:right-77p {
        right: 77px;
    }
    .md\:bottom-77p {
        bottom: 77px;
    }
    .md\:left-77p {
        left: 77px;
    }
    .md\:top-60p {
        top: 60px;
    }
    .md\:right-60p {
        right: 60px;
    }
    .md\:bottom-60p {
        bottom: 60px;
    }
    .md\:left-60p {
        left: 60px;
    }
    .md\:top-65p {
        top: 65px;
    }
    .md\:right-65p {
        right: 65px;
    }
    .md\:bottom-65p {
        bottom: 65px;
    }
    .md\:left-65p {
        left: 65px;
    }
    .md\:top-66p {
        top: 66px;
    }
    .md\:right-66p {
        right: 66px;
    }
    .md\:bottom-66p {
        bottom: 66px;
    }
    .md\:left-66p {
        left: 66px;
    }
    .md\:top-68p {
        top: 68px;
    }
    .md\:right-68p {
        right: 68px;
    }
    .md\:bottom-68p {
        bottom: 68px;
    }
    .md\:left-68p {
        left: 68px;
    }
    .md\:top-70p {
        top: 70px;
    }
    .md\:right-70p {
        right: 70px;
    }
    .md\:bottom-70p {
        bottom: 70px;
    }
    .md\:left-70p {
        left: 70px;
    }
    .md\:top-72p {
        top: 72px;
    }
    .md\:right-72p {
        right: 72px;
    }
    .md\:bottom-72p {
        bottom: 72px;
    }
    .md\:left-72p {
        left: 72px;
    }
    .md\:top-74p {
        top: 74px;
    }
    .md\:right-74p {
        right: 74px;
    }
    .md\:bottom-74p {
        bottom: 74px;
    }
    .md\:left-74p {
        left: 74px;
    }
    .md\:top-78p {
        top: 78px;
    }
    .md\:right-78p {
        right: 78px;
    }
    .md\:bottom-78p {
        bottom: 78px;
    }
    .md\:left-78p {
        left: 78px;
    }
    .md\:top-80p {
        top: 80px;
    }
    .md\:right-80p {
        right: 80px;
    }
    .md\:bottom-80p {
        bottom: 80px;
    }
    .md\:left-80p {
        left: 80px;
    }
    .md\:top-82p {
        top: 82px;
    }
    .md\:right-82p {
        right: 82px;
    }
    .md\:bottom-82p {
        bottom: 82px;
    }
    .md\:left-82p {
        left: 82px;
    }
    .md\:top-84p {
        top: 84px;
    }
    .md\:right-84p {
        right: 84px;
    }
    .md\:bottom-84p {
        bottom: 84px;
    }
    .md\:left-84p {
        left: 84px;
    }
    .md\:top-89p {
        top: 89px;
    }
    .md\:right-89p {
        right: 89px;
    }
    .md\:bottom-89p {
        bottom: 89px;
    }
    .md\:left-89p {
        left: 89px;
    }
    .md\:top-93p {
        top: 93px;
    }
    .md\:right-93p {
        right: 93px;
    }
    .md\:bottom-93p {
        bottom: 93px;
    }
    .md\:left-93p {
        left: 93px;
    }
    .md\:top-90p {
        top: 90px;
    }
    .md\:right-90p {
        right: 90px;
    }
    .md\:bottom-90p {
        bottom: 90px;
    }
    .md\:left-90p {
        left: 90px;
    }
    .md\:top-97p {
        top: 97px;
    }
    .md\:right-97p {
        right: 97px;
    }
    .md\:bottom-97p {
        bottom: 97px;
    }
    .md\:left-97p {
        left: 97px;
    }
    .md\:top-103p {
        top: 103px;
    }
    .md\:right-103p {
        right: 103px;
    }
    .md\:bottom-103p {
        bottom: 103px;
    }
    .md\:left-103p {
        left: 103px;
    }
    .md\:top-116p {
        top: 116px;
    }
    .md\:right-116p {
        right: 116px;
    }
    .md\:bottom-116p {
        bottom: 116px;
    }
    .md\:left-116p {
        left: 116px;
    }
    .md\:top-120p {
        top: 120px;
    }
    .md\:right-120p {
        right: 120px;
    }
    .md\:bottom-120p {
        bottom: 120px;
    }
    .md\:left-120p {
        left: 120px;
    }
    .md\:top-125p {
        top: 125px;
    }
    .md\:right-125p {
        right: 125px;
    }
    .md\:bottom-125p {
        bottom: 125px;
    }
    .md\:left-125p {
        left: 125px;
    }
    .md\:top-130p {
        top: 130px;
    }
    .md\:right-130p {
        right: 130px;
    }
    .md\:bottom-130p {
        bottom: 130px;
    }
    .md\:left-130p {
        left: 130px;
    }
    .md\:top-135p {
        top: 135px;
    }
    .md\:right-135p {
        right: 135px;
    }
    .md\:bottom-135p {
        bottom: 135px;
    }
    .md\:left-135p {
        left: 135px;
    }
    .md\:top-132p {
        top: 132px;
    }
    .md\:right-132p {
        right: 132px;
    }
    .md\:bottom-132p {
        bottom: 132px;
    }
    .md\:left-132p {
        left: 132px;
    }
    .md\:top-150p {
        top: 150px;
    }
    .md\:right-150p {
        right: 150px;
    }
    .md\:bottom-150p {
        bottom: 150px;
    }
    .md\:left-150p {
        left: 150px;
    }
    .md\:top-216p {
        top: 216px;
    }
    .md\:right-216p {
        right: 216px;
    }
    .md\:bottom-216p {
        bottom: 216px;
    }
    .md\:left-216p {
        left: 216px;
    }
    .md\:top-225p {
        top: 225px;
    }
    .md\:right-225p {
        right: 225px;
    }
    .md\:bottom-225p {
        bottom: 225px;
    }
    .md\:left-225p {
        left: 225px;
    }
    .md\:top-296p {
        top: 296px;
    }
    .md\:right-296p {
        right: 296px;
    }
    .md\:bottom-296p {
        bottom: 296px;
    }
    .md\:left-296p {
        left: 296px;
    }
    .md\:top-270p {
        top: 270px;
    }
    .md\:right-270p {
        right: 270px;
    }
    .md\:bottom-270p {
        bottom: 270px;
    }
    .md\:left-270p {
        left: 270px;
    }
    .md\:top-137p {
        top: 137px;
    }
    .md\:right-137p {
        right: 137px;
    }
    .md\:bottom-137p {
        bottom: 137px;
    }
    .md\:left-137p {
        left: 137px;
    }
    .md\:top-141p {
        top: 141px;
    }
    .md\:right-141p {
        right: 141px;
    }
    .md\:bottom-141p {
        bottom: 141px;
    }
    .md\:left-141p {
        left: 141px;
    }
    .md\:top-146p {
        top: 146px;
    }
    .md\:right-146p {
        right: 146px;
    }
    .md\:bottom-146p {
        bottom: 146px;
    }
    .md\:left-146p {
        left: 146px;
    }
    .md\:top-152p {
        top: 152px;
    }
    .md\:right-152p {
        right: 152px;
    }
    .md\:bottom-152p {
        bottom: 152px;
    }
    .md\:left-152p {
        left: 152px;
    }
    .md\:top-155p {
        top: 155px;
    }
    .md\:right-155p {
        right: 155px;
    }
    .md\:bottom-155p {
        bottom: 155px;
    }
    .md\:left-155p {
        left: 155px;
    }
    .md\:top-163p {
        top: 163px;
    }
    .md\:right-163p {
        right: 163px;
    }
    .md\:bottom-163p {
        bottom: 163px;
    }
    .md\:left-163p {
        left: 163px;
    }
    .md\:top-168p {
        top: 168px;
    }
    .md\:right-168p {
        right: 168px;
    }
    .md\:bottom-168p {
        bottom: 168px;
    }
    .md\:left-168p {
        left: 168px;
    }
    .md\:top-173p {
        top: 173px;
    }
    .md\:right-173p {
        right: 173px;
    }
    .md\:bottom-173p {
        bottom: 173px;
    }
    .md\:left-173p {
        left: 173px;
    }
    .md\:top-210p {
        top: 210px;
    }
    .md\:right-210p {
        right: 210px;
    }
    .md\:bottom-210p {
        bottom: 210px;
    }
    .md\:left-210p {
        left: 210px;
    }
    .md\:top-245p {
        top: 245px;
    }
    .md\:right-245p {
        right: 245px;
    }
    .md\:bottom-245p {
        bottom: 245px;
    }
    .md\:left-245p {
        left: 245px;
    }
    .md\:top-250p {
        top: 250px;
    }
    .md\:right-250p {
        right: 250px;
    }
    .md\:bottom-250p {
        bottom: 250px;
    }
    .md\:left-250p {
        left: 250px;
    }
    .md\:top-260p {
        top: 260px;
    }
    .md\:right-260p {
        right: 260px;
    }
    .md\:bottom-260p {
        bottom: 260px;
    }
    .md\:left-260p {
        left: 260px;
    }
    .md\:top-263p {
        top: 263px;
    }
    .md\:right-263p {
        right: 263px;
    }
    .md\:bottom-263p {
        bottom: 263px;
    }
    .md\:left-263p {
        left: 263px;
    }
    .md\:top-266p {
        top: 266px;
    }
    .md\:right-266p {
        right: 266px;
    }
    .md\:bottom-266p {
        bottom: 266px;
    }
    .md\:left-266p {
        left: 266px;
    }
    .md\:top-275p {
        top: 275px;
    }
    .md\:right-275p {
        right: 275px;
    }
    .md\:bottom-275p {
        bottom: 275px;
    }
    .md\:left-275p {
        left: 275px;
    }
    .md\:top-300p {
        top: 300px;
    }
    .md\:right-300p {
        right: 300px;
    }
    .md\:bottom-300p {
        bottom: 300px;
    }
    .md\:left-300p {
        left: 300px;
    }
    .md\:top-312p {
        top: 312px;
    }
    .md\:right-312p {
        right: 312px;
    }
    .md\:bottom-312p {
        bottom: 312px;
    }
    .md\:left-312p {
        left: 312px;
    }
    .md\:top-318p {
        top: 318px;
    }
    .md\:right-318p {
        right: 318px;
    }
    .md\:bottom-318p {
        bottom: 318px;
    }
    .md\:left-318p {
        left: 318px;
    }
    .md\:top-322p {
        top: 322px;
    }
    .md\:right-322p {
        right: 322px;
    }
    .md\:bottom-322p {
        bottom: 322px;
    }
    .md\:left-322p {
        left: 322px;
    }
    .md\:top-337p {
        top: 337px;
    }
    .md\:right-337p {
        right: 337px;
    }
    .md\:bottom-337p {
        bottom: 337px;
    }
    .md\:left-337p {
        left: 337px;
    }
    .md\:top-345p {
        top: 345px;
    }
    .md\:right-345p {
        right: 345px;
    }
    .md\:bottom-345p {
        bottom: 345px;
    }
    .md\:left-345p {
        left: 345px;
    }
    .md\:top-344p {
        top: 344px;
    }
    .md\:right-344p {
        right: 344px;
    }
    .md\:bottom-344p {
        bottom: 344px;
    }
    .md\:left-344p {
        left: 344px;
    }
    .md\:top-354p {
        top: 354px;
    }
    .md\:right-354p {
        right: 354px;
    }
    .md\:bottom-354p {
        bottom: 354px;
    }
    .md\:left-354p {
        left: 354px;
    }
    .md\:top-364p {
        top: 364px;
    }
    .md\:right-364p {
        right: 364px;
    }
    .md\:bottom-364p {
        bottom: 364px;
    }
    .md\:left-364p {
        left: 364px;
    }
    .md\:top-370p {
        top: 370px;
    }
    .md\:right-370p {
        right: 370px;
    }
    .md\:bottom-370p {
        bottom: 370px;
    }
    .md\:left-370p {
        left: 370px;
    }
    .md\:top-382p {
        top: 382px;
    }
    .md\:right-382p {
        right: 382px;
    }
    .md\:bottom-382p {
        bottom: 382px;
    }
    .md\:left-382p {
        left: 382px;
    }
    .md\:top-385p {
        top: 385px;
    }
    .md\:right-385p {
        right: 385px;
    }
    .md\:bottom-385p {
        bottom: 385px;
    }
    .md\:left-385p {
        left: 385px;
    }
    .md\:top-400p {
        top: 400px;
    }
    .md\:right-400p {
        right: 400px;
    }
    .md\:bottom-400p {
        bottom: 400px;
    }
    .md\:left-400p {
        left: 400px;
    }
    .md\:top-407p {
        top: 407px;
    }
    .md\:right-407p {
        right: 407px;
    }
    .md\:bottom-407p {
        bottom: 407px;
    }
    .md\:left-407p {
        left: 407px;
    }
    .md\:top-411p {
        top: 411px;
    }
    .md\:right-411p {
        right: 411px;
    }
    .md\:bottom-411p {
        bottom: 411px;
    }
    .md\:left-411p {
        left: 411px;
    }
    .md\:top-418p {
        top: 418px;
    }
    .md\:right-418p {
        right: 418px;
    }
    .md\:bottom-418p {
        bottom: 418px;
    }
    .md\:left-418p {
        left: 418px;
    }
    .md\:top-430p {
        top: 430px;
    }
    .md\:right-430p {
        right: 430px;
    }
    .md\:bottom-430p {
        bottom: 430px;
    }
    .md\:left-430p {
        left: 430px;
    }
    .md\:top-450p {
        top: 450px;
    }
    .md\:right-450p {
        right: 450px;
    }
    .md\:bottom-450p {
        bottom: 450px;
    }
    .md\:left-450p {
        left: 450px;
    }
    .md\:top-468p {
        top: 468px;
    }
    .md\:right-468p {
        right: 468px;
    }
    .md\:bottom-468p {
        bottom: 468px;
    }
    .md\:left-468p {
        left: 468px;
    }
    .md\:top-485p {
        top: 485px;
    }
    .md\:right-485p {
        right: 485px;
    }
    .md\:bottom-485p {
        bottom: 485px;
    }
    .md\:left-485p {
        left: 485px;
    }
    .md\:top-491p {
        top: 491px;
    }
    .md\:right-491p {
        right: 491px;
    }
    .md\:bottom-491p {
        bottom: 491px;
    }
    .md\:left-491p {
        left: 491px;
    }
    .md\:top-494p {
        top: 494px;
    }
    .md\:right-494p {
        right: 494px;
    }
    .md\:bottom-494p {
        bottom: 494px;
    }
    .md\:left-494p {
        left: 494px;
    }
    .md\:top-470p {
        top: 470px;
    }
    .md\:right-470p {
        right: 470px;
    }
    .md\:bottom-470p {
        bottom: 470px;
    }
    .md\:left-470p {
        left: 470px;
    }
    .md\:top-480p {
        top: 480px;
    }
    .md\:right-480p {
        right: 480px;
    }
    .md\:bottom-480p {
        bottom: 480px;
    }
    .md\:left-480p {
        left: 480px;
    }
    .md\:top-532p {
        top: 532px;
    }
    .md\:right-532p {
        right: 532px;
    }
    .md\:bottom-532p {
        bottom: 532px;
    }
    .md\:left-532p {
        left: 532px;
    }
    .md\:top-556p {
        top: 556px;
    }
    .md\:right-556p {
        right: 556px;
    }
    .md\:bottom-556p {
        bottom: 556px;
    }
    .md\:left-556p {
        left: 556px;
    }
    .md\:top-505p {
        top: 505px;
    }
    .md\:right-505p {
        right: 505px;
    }
    .md\:bottom-505p {
        bottom: 505px;
    }
    .md\:left-505p {
        left: 505px;
    }
    .md\:top-1179p {
        top: 1179px;
    }
    .md\:right-1179p {
        right: 1179px;
    }
    .md\:bottom-1179p {
        bottom: 1179px;
    }
    .md\:left-1179p {
        left: 1179px;
    }
    .md\:top-1253p {
        top: 1253px;
    }
    .md\:right-1253p {
        right: 1253px;
    }
    .md\:bottom-1253p {
        bottom: 1253px;
    }
    .md\:left-1253p {
        left: 1253px;
    }
    .md\:top-1575p {
        top: 1575px;
    }
    .md\:right-1575p {
        right: 1575px;
    }
    .md\:bottom-1575p {
        bottom: 1575px;
    }
    .md\:left-1575p {
        left: 1575px;
    }
    .md\:top-600p {
        top: 600px;
    }
    .md\:right-600p {
        right: 600px;
    }
    .md\:bottom-600p {
        bottom: 600px;
    }
    .md\:left-600p {
        left: 600px;
    }
    .md\:top-649p {
        top: 649px;
    }
    .md\:right-649p {
        right: 649px;
    }
    .md\:bottom-649p {
        bottom: 649px;
    }
    .md\:left-649p {
        left: 649px;
    }
    .md\:top-690p {
        top: 690px;
    }
    .md\:right-690p {
        right: 690px;
    }
    .md\:bottom-690p {
        bottom: 690px;
    }
    .md\:left-690p {
        left: 690px;
    }
    .md\:top-19\% {
        top: 19%;
    }
    .md\:right-19\% {
        right: 19%;
    }
    .md\:bottom-19\% {
        bottom: 19%;
    }
    .md\:left-19\% {
        left: 19%;
    }
    .md\:top-23\% {
        top: 23%;
    }
    .md\:right-23\% {
        right: 23%;
    }
    .md\:bottom-23\% {
        bottom: 23%;
    }
    .md\:left-23\% {
        left: 23%;
    }
    .md\:top-24\% {
        top: 24%;
    }
    .md\:right-24\% {
        right: 24%;
    }
    .md\:bottom-24\% {
        bottom: 24%;
    }
    .md\:left-24\% {
        left: 24%;
    }
    .md\:top-36\% {
        top: 36%;
    }
    .md\:right-36\% {
        right: 36%;
    }
    .md\:bottom-36\% {
        bottom: 36%;
    }
    .md\:left-36\% {
        left: 36%;
    }
    .md\:top-27\% {
        top: 27%;
    }
    .md\:right-27\% {
        right: 27%;
    }
    .md\:bottom-27\% {
        bottom: 27%;
    }
    .md\:left-27\% {
        left: 27%;
    }
    .md\:top-28\% {
        top: 28%;
    }
    .md\:right-28\% {
        right: 28%;
    }
    .md\:bottom-28\% {
        bottom: 28%;
    }
    .md\:left-28\% {
        left: 28%;
    }
    .md\:top-42\% {
        top: 42%;
    }
    .md\:right-42\% {
        right: 42%;
    }
    .md\:bottom-42\% {
        bottom: 42%;
    }
    .md\:left-42\% {
        left: 42%;
    }
    .md\:top-46\% {
        top: 46%;
    }
    .md\:right-46\% {
        right: 46%;
    }
    .md\:bottom-46\% {
        bottom: 46%;
    }
    .md\:left-46\% {
        left: 46%;
    }
    .md\:top-49\% {
        top: 49%;
    }
    .md\:right-49\% {
        right: 49%;
    }
    .md\:bottom-49\% {
        bottom: 49%;
    }
    .md\:left-49\% {
        left: 49%;
    }
    .md\:top-54\% {
        top: 54%;
    }
    .md\:right-54\% {
        right: 54%;
    }
    .md\:bottom-54\% {
        bottom: 54%;
    }
    .md\:left-54\% {
        left: 54%;
    }
    .md\:top-58\% {
        top: 58%;
    }
    .md\:right-58\% {
        right: 58%;
    }
    .md\:bottom-58\% {
        bottom: 58%;
    }
    .md\:left-58\% {
        left: 58%;
    }
    .md\:top-72\% {
        top: 72%;
    }
    .md\:right-72\% {
        right: 72%;
    }
    .md\:bottom-72\% {
        bottom: 72%;
    }
    .md\:left-72\% {
        left: 72%;
    }
    .md\:top-76\% {
        top: 76%;
    }
    .md\:right-76\% {
        right: 76%;
    }
    .md\:bottom-76\% {
        bottom: 76%;
    }
    .md\:left-76\% {
        left: 76%;
    }
    .md\:top-77\% {
        top: 77%;
    }
    .md\:right-77\% {
        right: 77%;
    }
    .md\:bottom-77\% {
        bottom: 77%;
    }
    .md\:left-77\% {
        left: 77%;
    }
    .md\:top-340p {
        top: 340px;
    }
    .md\:right-340p {
        right: 340px;
    }
    .md\:bottom-340p {
        bottom: 340px;
    }
    .md\:left-340p {
        left: 340px;
    }
    .md\:top-700p {
        top: 700px;
    }
    .md\:right-700p {
        right: 700px;
    }
    .md\:bottom-700p {
        bottom: 700px;
    }
    .md\:left-700p {
        left: 700px;
    }
    .md\:top-848p {
        top: 848px;
    }
    .md\:right-848p {
        right: 848px;
    }
    .md\:bottom-848p {
        bottom: 848px;
    }
    .md\:left-848p {
        left: 848px;
    }
    .md\:top-850p {
        top: 850px;
    }
    .md\:right-850p {
        right: 850px;
    }
    .md\:bottom-850p {
        bottom: 850px;
    }
    .md\:left-850p {
        left: 850px;
    }
    .md\:top-860p {
        top: 860px;
    }
    .md\:right-860p {
        right: 860px;
    }
    .md\:bottom-860p {
        bottom: 860px;
    }
    .md\:left-860p {
        left: 860px;
    }
    .md\:top-1425p {
        top: 1425px;
    }
    .md\:right-1425p {
        right: 1425px;
    }
    .md\:bottom-1425p {
        bottom: 1425px;
    }
    .md\:left-1425p {
        left: 1425px;
    }
    .md\:-top-0 {
        top: 0;
    }
    .md\:-right-0 {
        right: 0;
    }
    .md\:-bottom-0 {
        bottom: 0;
    }
    .md\:-left-0 {
        left: 0;
    }
    .md\:-top-1 {
        top: -0.25rem;
    }
    .md\:-right-1 {
        right: -0.25rem;
    }
    .md\:-bottom-1 {
        bottom: -0.25rem;
    }
    .md\:-left-1 {
        left: -0.25rem;
    }
    .md\:-top-2 {
        top: -0.5rem;
    }
    .md\:-right-2 {
        right: -0.5rem;
    }
    .md\:-bottom-2 {
        bottom: -0.5rem;
    }
    .md\:-left-2 {
        left: -0.5rem;
    }
    .md\:-top-3 {
        top: -0.75rem;
    }
    .md\:-right-3 {
        right: -0.75rem;
    }
    .md\:-bottom-3 {
        bottom: -0.75rem;
    }
    .md\:-left-3 {
        left: -0.75rem;
    }
    .md\:-top-4 {
        top: -1rem;
    }
    .md\:-right-4 {
        right: -1rem;
    }
    .md\:-bottom-4 {
        bottom: -1rem;
    }
    .md\:-left-4 {
        left: -1rem;
    }
    .md\:-top-5 {
        top: -1.25rem;
    }
    .md\:-right-5 {
        right: -1.25rem;
    }
    .md\:-bottom-5 {
        bottom: -1.25rem;
    }
    .md\:-left-5 {
        left: -1.25rem;
    }
    .md\:-top-6 {
        top: -1.5rem;
    }
    .md\:-right-6 {
        right: -1.5rem;
    }
    .md\:-bottom-6 {
        bottom: -1.5rem;
    }
    .md\:-left-6 {
        left: -1.5rem;
    }
    .md\:-top-7 {
        top: -1.75rem;
    }
    .md\:-right-7 {
        right: -1.75rem;
    }
    .md\:-bottom-7 {
        bottom: -1.75rem;
    }
    .md\:-left-7 {
        left: -1.75rem;
    }
    .md\:-top-8 {
        top: -2rem;
    }
    .md\:-right-8 {
        right: -2rem;
    }
    .md\:-bottom-8 {
        bottom: -2rem;
    }
    .md\:-left-8 {
        left: -2rem;
    }
    .md\:-top-9 {
        top: -2.25rem;
    }
    .md\:-right-9 {
        right: -2.25rem;
    }
    .md\:-bottom-9 {
        bottom: -2.25rem;
    }
    .md\:-left-9 {
        left: -2.25rem;
    }
    .md\:-top-10 {
        top: -2.5rem;
    }
    .md\:-right-10 {
        right: -2.5rem;
    }
    .md\:-bottom-10 {
        bottom: -2.5rem;
    }
    .md\:-left-10 {
        left: -2.5rem;
    }
    .md\:-top-11 {
        top: -2.75rem;
    }
    .md\:-right-11 {
        right: -2.75rem;
    }
    .md\:-bottom-11 {
        bottom: -2.75rem;
    }
    .md\:-left-11 {
        left: -2.75rem;
    }
    .md\:-top-12 {
        top: -3rem;
    }
    .md\:-right-12 {
        right: -3rem;
    }
    .md\:-bottom-12 {
        bottom: -3rem;
    }
    .md\:-left-12 {
        left: -3rem;
    }
    .md\:-top-14 {
        top: -3.5rem;
    }
    .md\:-right-14 {
        right: -3.5rem;
    }
    .md\:-bottom-14 {
        bottom: -3.5rem;
    }
    .md\:-left-14 {
        left: -3.5rem;
    }
    .md\:-top-16 {
        top: -4rem;
    }
    .md\:-right-16 {
        right: -4rem;
    }
    .md\:-bottom-16 {
        bottom: -4rem;
    }
    .md\:-left-16 {
        left: -4rem;
    }
    .md\:-top-20 {
        top: -5rem;
    }
    .md\:-right-20 {
        right: -5rem;
    }
    .md\:-bottom-20 {
        bottom: -5rem;
    }
    .md\:-left-20 {
        left: -5rem;
    }
    .md\:-top-23 {
        top: -88px;
    }
    .md\:-right-23 {
        right: -88px;
    }
    .md\:-bottom-23 {
        bottom: -88px;
    }
    .md\:-left-23 {
        left: -88px;
    }
    .md\:-top-24 {
        top: -6rem;
    }
    .md\:-right-24 {
        right: -6rem;
    }
    .md\:-bottom-24 {
        bottom: -6rem;
    }
    .md\:-left-24 {
        left: -6rem;
    }
    .md\:-top-25 {
        top: -100px;
    }
    .md\:-right-25 {
        right: -100px;
    }
    .md\:-bottom-25 {
        bottom: -100px;
    }
    .md\:-left-25 {
        left: -100px;
    }
    .md\:-top-28 {
        top: -7rem;
    }
    .md\:-right-28 {
        right: -7rem;
    }
    .md\:-bottom-28 {
        bottom: -7rem;
    }
    .md\:-left-28 {
        left: -7rem;
    }
    .md\:-top-29 {
        top: -120px;
    }
    .md\:-right-29 {
        right: -120px;
    }
    .md\:-bottom-29 {
        bottom: -120px;
    }
    .md\:-left-29 {
        left: -120px;
    }
    .md\:-top-32 {
        top: -8rem;
    }
    .md\:-right-32 {
        right: -8rem;
    }
    .md\:-bottom-32 {
        bottom: -8rem;
    }
    .md\:-left-32 {
        left: -8rem;
    }
    .md\:-top-33 {
        top: -130px;
    }
    .md\:-right-33 {
        right: -130px;
    }
    .md\:-bottom-33 {
        bottom: -130px;
    }
    .md\:-left-33 {
        left: -130px;
    }
    .md\:-top-36 {
        top: -9rem;
    }
    .md\:-right-36 {
        right: -9rem;
    }
    .md\:-bottom-36 {
        bottom: -9rem;
    }
    .md\:-left-36 {
        left: -9rem;
    }
    .md\:-top-40 {
        top: -10rem;
    }
    .md\:-right-40 {
        right: -10rem;
    }
    .md\:-bottom-40 {
        bottom: -10rem;
    }
    .md\:-left-40 {
        left: -10rem;
    }
    .md\:-top-44 {
        top: -11rem;
    }
    .md\:-right-44 {
        right: -11rem;
    }
    .md\:-bottom-44 {
        bottom: -11rem;
    }
    .md\:-left-44 {
        left: -11rem;
    }
    .md\:-top-48 {
        top: -12rem;
    }
    .md\:-right-48 {
        right: -12rem;
    }
    .md\:-bottom-48 {
        bottom: -12rem;
    }
    .md\:-left-48 {
        left: -12rem;
    }
    .md\:-top-52 {
        top: -13rem;
    }
    .md\:-right-52 {
        right: -13rem;
    }
    .md\:-bottom-52 {
        bottom: -13rem;
    }
    .md\:-left-52 {
        left: -13rem;
    }
    .md\:-top-56 {
        top: -14rem;
    }
    .md\:-right-56 {
        right: -14rem;
    }
    .md\:-bottom-56 {
        bottom: -14rem;
    }
    .md\:-left-56 {
        left: -14rem;
    }
    .md\:-top-60 {
        top: -15rem;
    }
    .md\:-right-60 {
        right: -15rem;
    }
    .md\:-bottom-60 {
        bottom: -15rem;
    }
    .md\:-left-60 {
        left: -15rem;
    }
    .md\:-top-63 {
        top: -270px;
    }
    .md\:-right-63 {
        right: -270px;
    }
    .md\:-bottom-63 {
        bottom: -270px;
    }
    .md\:-left-63 {
        left: -270px;
    }
    .md\:-top-64 {
        top: -16rem;
    }
    .md\:-right-64 {
        right: -16rem;
    }
    .md\:-bottom-64 {
        bottom: -16rem;
    }
    .md\:-left-64 {
        left: -16rem;
    }
    .md\:-top-72 {
        top: -18rem;
    }
    .md\:-right-72 {
        right: -18rem;
    }
    .md\:-bottom-72 {
        bottom: -18rem;
    }
    .md\:-left-72 {
        left: -18rem;
    }
    .md\:-top-80 {
        top: -20rem;
    }
    .md\:-right-80 {
        right: -20rem;
    }
    .md\:-bottom-80 {
        bottom: -20rem;
    }
    .md\:-left-80 {
        left: -20rem;
    }
    .md\:-top-92 {
        top: -475px;
    }
    .md\:-right-92 {
        right: -475px;
    }
    .md\:-bottom-92 {
        bottom: -475px;
    }
    .md\:-left-92 {
        left: -475px;
    }
    .md\:-top-96 {
        top: -24rem;
    }
    .md\:-right-96 {
        right: -24rem;
    }
    .md\:-bottom-96 {
        bottom: -24rem;
    }
    .md\:-left-96 {
        left: -24rem;
    }
    .md\:-top-128 {
        top: -32rem;
    }
    .md\:-right-128 {
        right: -32rem;
    }
    .md\:-bottom-128 {
        bottom: -32rem;
    }
    .md\:-left-128 {
        left: -32rem;
    }
    .md\:-top-px {
        top: -1px;
    }
    .md\:-right-px {
        right: -1px;
    }
    .md\:-bottom-px {
        bottom: -1px;
    }
    .md\:-left-px {
        left: -1px;
    }
    .md\:-top-0\.5 {
        top: -0.125rem;
    }
    .md\:-right-0\.5 {
        right: -0.125rem;
    }
    .md\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .md\:-left-0\.5 {
        left: -0.125rem;
    }
    .md\:-top-1\.5 {
        top: -0.375rem;
    }
    .md\:-right-1\.5 {
        right: -0.375rem;
    }
    .md\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .md\:-left-1\.5 {
        left: -0.375rem;
    }
    .md\:-top-2\.5 {
        top: -0.625rem;
    }
    .md\:-right-2\.5 {
        right: -0.625rem;
    }
    .md\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .md\:-left-2\.5 {
        left: -0.625rem;
    }
    .md\:-top-3\.5 {
        top: -0.875rem;
    }
    .md\:-right-3\.5 {
        right: -0.875rem;
    }
    .md\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .md\:-left-3\.5 {
        left: -0.875rem;
    }
    .md\:-top-105p {
        top: -105px;
    }
    .md\:-right-105p {
        right: -105px;
    }
    .md\:-bottom-105p {
        bottom: -105px;
    }
    .md\:-left-105p {
        left: -105px;
    }
    .md\:-top-50p {
        top: -50px;
    }
    .md\:-right-50p {
        right: -50px;
    }
    .md\:-bottom-50p {
        bottom: -50px;
    }
    .md\:-left-50p {
        left: -50px;
    }
    .md\:-top-54p {
        top: -54px;
    }
    .md\:-right-54p {
        right: -54px;
    }
    .md\:-bottom-54p {
        bottom: -54px;
    }
    .md\:-left-54p {
        left: -54px;
    }
    .md\:-top-1p {
        top: -1px;
    }
    .md\:-right-1p {
        right: -1px;
    }
    .md\:-bottom-1p {
        bottom: -1px;
    }
    .md\:-left-1p {
        left: -1px;
    }
    .md\:-top-2p {
        top: -2px;
    }
    .md\:-right-2p {
        right: -2px;
    }
    .md\:-bottom-2p {
        bottom: -2px;
    }
    .md\:-left-2p {
        left: -2px;
    }
    .md\:-top-3p {
        top: -3px;
    }
    .md\:-right-3p {
        right: -3px;
    }
    .md\:-bottom-3p {
        bottom: -3px;
    }
    .md\:-left-3p {
        left: -3px;
    }
    .md\:-top-5p {
        top: -5px;
    }
    .md\:-right-5p {
        right: -5px;
    }
    .md\:-bottom-5p {
        bottom: -5px;
    }
    .md\:-left-5p {
        left: -5px;
    }
    .md\:-top-7p {
        top: -7px;
    }
    .md\:-right-7p {
        right: -7px;
    }
    .md\:-bottom-7p {
        bottom: -7px;
    }
    .md\:-left-7p {
        left: -7px;
    }
    .md\:-top-9p {
        top: -9px;
    }
    .md\:-right-9p {
        right: -9px;
    }
    .md\:-bottom-9p {
        bottom: -9px;
    }
    .md\:-left-9p {
        left: -9px;
    }
    .md\:-top-10p {
        top: -10px;
    }
    .md\:-right-10p {
        right: -10px;
    }
    .md\:-bottom-10p {
        bottom: -10px;
    }
    .md\:-left-10p {
        left: -10px;
    }
    .md\:-top-11p {
        top: -11px;
    }
    .md\:-right-11p {
        right: -11px;
    }
    .md\:-bottom-11p {
        bottom: -11px;
    }
    .md\:-left-11p {
        left: -11px;
    }
    .md\:-top-13p {
        top: -13px;
    }
    .md\:-right-13p {
        right: -13px;
    }
    .md\:-bottom-13p {
        bottom: -13px;
    }
    .md\:-left-13p {
        left: -13px;
    }
    .md\:-top-15p {
        top: -15px;
    }
    .md\:-right-15p {
        right: -15px;
    }
    .md\:-bottom-15p {
        bottom: -15px;
    }
    .md\:-left-15p {
        left: -15px;
    }
    .md\:-top-18p {
        top: -18px;
    }
    .md\:-right-18p {
        right: -18px;
    }
    .md\:-bottom-18p {
        bottom: -18px;
    }
    .md\:-left-18p {
        left: -18px;
    }
    .md\:-top-19p {
        top: -19px;
    }
    .md\:-right-19p {
        right: -19px;
    }
    .md\:-bottom-19p {
        bottom: -19px;
    }
    .md\:-left-19p {
        left: -19px;
    }
    .md\:-top-21p {
        top: -21px;
    }
    .md\:-right-21p {
        right: -21px;
    }
    .md\:-bottom-21p {
        bottom: -21px;
    }
    .md\:-left-21p {
        left: -21px;
    }
    .md\:-top-22p {
        top: -22px;
    }
    .md\:-right-22p {
        right: -22px;
    }
    .md\:-bottom-22p {
        bottom: -22px;
    }
    .md\:-left-22p {
        left: -22px;
    }
    .md\:-top-23p {
        top: -23px;
    }
    .md\:-right-23p {
        right: -23px;
    }
    .md\:-bottom-23p {
        bottom: -23px;
    }
    .md\:-left-23p {
        left: -23px;
    }
    .md\:-top-25p {
        top: -25px;
    }
    .md\:-right-25p {
        right: -25px;
    }
    .md\:-bottom-25p {
        bottom: -25px;
    }
    .md\:-left-25p {
        left: -25px;
    }
    .md\:-top-26p {
        top: -26px;
    }
    .md\:-right-26p {
        right: -26px;
    }
    .md\:-bottom-26p {
        bottom: -26px;
    }
    .md\:-left-26p {
        left: -26px;
    }
    .md\:-top-29p {
        top: -29px;
    }
    .md\:-right-29p {
        right: -29px;
    }
    .md\:-bottom-29p {
        bottom: -29px;
    }
    .md\:-left-29p {
        left: -29px;
    }
    .md\:-top-30p {
        top: -30px;
    }
    .md\:-right-30p {
        right: -30px;
    }
    .md\:-bottom-30p {
        bottom: -30px;
    }
    .md\:-left-30p {
        left: -30px;
    }
    .md\:-top-31p {
        top: -31px;
    }
    .md\:-right-31p {
        right: -31px;
    }
    .md\:-bottom-31p {
        bottom: -31px;
    }
    .md\:-left-31p {
        left: -31px;
    }
    .md\:-top-35p {
        top: -35px;
    }
    .md\:-right-35p {
        right: -35px;
    }
    .md\:-bottom-35p {
        bottom: -35px;
    }
    .md\:-left-35p {
        left: -35px;
    }
    .md\:-top-52p {
        top: -52px;
    }
    .md\:-right-52p {
        right: -52px;
    }
    .md\:-bottom-52p {
        bottom: -52px;
    }
    .md\:-left-52p {
        left: -52px;
    }
    .md\:-top-53p {
        top: -53px;
    }
    .md\:-right-53p {
        right: -53px;
    }
    .md\:-bottom-53p {
        bottom: -53px;
    }
    .md\:-left-53p {
        left: -53px;
    }
    .md\:-top-55p {
        top: -55px;
    }
    .md\:-right-55p {
        right: -55px;
    }
    .md\:-bottom-55p {
        bottom: -55px;
    }
    .md\:-left-55p {
        left: -55px;
    }
    .md\:-top-59p {
        top: -59px;
    }
    .md\:-right-59p {
        right: -59px;
    }
    .md\:-bottom-59p {
        bottom: -59px;
    }
    .md\:-left-59p {
        left: -59px;
    }
    .md\:-top-27p {
        top: -27px;
    }
    .md\:-right-27p {
        right: -27px;
    }
    .md\:-bottom-27p {
        bottom: -27px;
    }
    .md\:-left-27p {
        left: -27px;
    }
    .md\:-top-33\.5p {
        top: -33.5px;
    }
    .md\:-right-33\.5p {
        right: -33.5px;
    }
    .md\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .md\:-left-33\.5p {
        left: -33.5px;
    }
    .md\:-top-38p {
        top: -38px;
    }
    .md\:-right-38p {
        right: -38px;
    }
    .md\:-bottom-38p {
        bottom: -38px;
    }
    .md\:-left-38p {
        left: -38px;
    }
    .md\:-top-40p {
        top: -40px;
    }
    .md\:-right-40p {
        right: -40px;
    }
    .md\:-bottom-40p {
        bottom: -40px;
    }
    .md\:-left-40p {
        left: -40px;
    }
    .md\:-top-46p {
        top: -46px;
    }
    .md\:-right-46p {
        right: -46px;
    }
    .md\:-bottom-46p {
        bottom: -46px;
    }
    .md\:-left-46p {
        left: -46px;
    }
    .md\:-top-47p {
        top: -47px;
    }
    .md\:-right-47p {
        right: -47px;
    }
    .md\:-bottom-47p {
        bottom: -47px;
    }
    .md\:-left-47p {
        left: -47px;
    }
    .md\:-top-49p {
        top: -49px;
    }
    .md\:-right-49p {
        right: -49px;
    }
    .md\:-bottom-49p {
        bottom: -49px;
    }
    .md\:-left-49p {
        left: -49px;
    }
    .md\:-top-58p {
        top: -58px;
    }
    .md\:-right-58p {
        right: -58px;
    }
    .md\:-bottom-58p {
        bottom: -58px;
    }
    .md\:-left-58p {
        left: -58px;
    }
    .md\:-top-75p {
        top: -75px;
    }
    .md\:-right-75p {
        right: -75px;
    }
    .md\:-bottom-75p {
        bottom: -75px;
    }
    .md\:-left-75p {
        left: -75px;
    }
    .md\:-top-77p {
        top: -77px;
    }
    .md\:-right-77p {
        right: -77px;
    }
    .md\:-bottom-77p {
        bottom: -77px;
    }
    .md\:-left-77p {
        left: -77px;
    }
    .md\:-top-60p {
        top: -60px;
    }
    .md\:-right-60p {
        right: -60px;
    }
    .md\:-bottom-60p {
        bottom: -60px;
    }
    .md\:-left-60p {
        left: -60px;
    }
    .md\:-top-65p {
        top: -65px;
    }
    .md\:-right-65p {
        right: -65px;
    }
    .md\:-bottom-65p {
        bottom: -65px;
    }
    .md\:-left-65p {
        left: -65px;
    }
    .md\:-top-66p {
        top: -66px;
    }
    .md\:-right-66p {
        right: -66px;
    }
    .md\:-bottom-66p {
        bottom: -66px;
    }
    .md\:-left-66p {
        left: -66px;
    }
    .md\:-top-68p {
        top: -68px;
    }
    .md\:-right-68p {
        right: -68px;
    }
    .md\:-bottom-68p {
        bottom: -68px;
    }
    .md\:-left-68p {
        left: -68px;
    }
    .md\:-top-70p {
        top: -70px;
    }
    .md\:-right-70p {
        right: -70px;
    }
    .md\:-bottom-70p {
        bottom: -70px;
    }
    .md\:-left-70p {
        left: -70px;
    }
    .md\:-top-72p {
        top: -72px;
    }
    .md\:-right-72p {
        right: -72px;
    }
    .md\:-bottom-72p {
        bottom: -72px;
    }
    .md\:-left-72p {
        left: -72px;
    }
    .md\:-top-74p {
        top: -74px;
    }
    .md\:-right-74p {
        right: -74px;
    }
    .md\:-bottom-74p {
        bottom: -74px;
    }
    .md\:-left-74p {
        left: -74px;
    }
    .md\:-top-78p {
        top: -78px;
    }
    .md\:-right-78p {
        right: -78px;
    }
    .md\:-bottom-78p {
        bottom: -78px;
    }
    .md\:-left-78p {
        left: -78px;
    }
    .md\:-top-80p {
        top: -80px;
    }
    .md\:-right-80p {
        right: -80px;
    }
    .md\:-bottom-80p {
        bottom: -80px;
    }
    .md\:-left-80p {
        left: -80px;
    }
    .md\:-top-82p {
        top: -82px;
    }
    .md\:-right-82p {
        right: -82px;
    }
    .md\:-bottom-82p {
        bottom: -82px;
    }
    .md\:-left-82p {
        left: -82px;
    }
    .md\:-top-84p {
        top: -84px;
    }
    .md\:-right-84p {
        right: -84px;
    }
    .md\:-bottom-84p {
        bottom: -84px;
    }
    .md\:-left-84p {
        left: -84px;
    }
    .md\:-top-89p {
        top: -89px;
    }
    .md\:-right-89p {
        right: -89px;
    }
    .md\:-bottom-89p {
        bottom: -89px;
    }
    .md\:-left-89p {
        left: -89px;
    }
    .md\:-top-93p {
        top: -93px;
    }
    .md\:-right-93p {
        right: -93px;
    }
    .md\:-bottom-93p {
        bottom: -93px;
    }
    .md\:-left-93p {
        left: -93px;
    }
    .md\:-top-90p {
        top: -90px;
    }
    .md\:-right-90p {
        right: -90px;
    }
    .md\:-bottom-90p {
        bottom: -90px;
    }
    .md\:-left-90p {
        left: -90px;
    }
    .md\:-top-97p {
        top: -97px;
    }
    .md\:-right-97p {
        right: -97px;
    }
    .md\:-bottom-97p {
        bottom: -97px;
    }
    .md\:-left-97p {
        left: -97px;
    }
    .md\:-top-103p {
        top: -103px;
    }
    .md\:-right-103p {
        right: -103px;
    }
    .md\:-bottom-103p {
        bottom: -103px;
    }
    .md\:-left-103p {
        left: -103px;
    }
    .md\:-top-116p {
        top: -116px;
    }
    .md\:-right-116p {
        right: -116px;
    }
    .md\:-bottom-116p {
        bottom: -116px;
    }
    .md\:-left-116p {
        left: -116px;
    }
    .md\:-top-120p {
        top: -120px;
    }
    .md\:-right-120p {
        right: -120px;
    }
    .md\:-bottom-120p {
        bottom: -120px;
    }
    .md\:-left-120p {
        left: -120px;
    }
    .md\:-top-125p {
        top: -125px;
    }
    .md\:-right-125p {
        right: -125px;
    }
    .md\:-bottom-125p {
        bottom: -125px;
    }
    .md\:-left-125p {
        left: -125px;
    }
    .md\:-top-130p {
        top: -130px;
    }
    .md\:-right-130p {
        right: -130px;
    }
    .md\:-bottom-130p {
        bottom: -130px;
    }
    .md\:-left-130p {
        left: -130px;
    }
    .md\:-top-135p {
        top: -135px;
    }
    .md\:-right-135p {
        right: -135px;
    }
    .md\:-bottom-135p {
        bottom: -135px;
    }
    .md\:-left-135p {
        left: -135px;
    }
    .md\:-top-132p {
        top: -132px;
    }
    .md\:-right-132p {
        right: -132px;
    }
    .md\:-bottom-132p {
        bottom: -132px;
    }
    .md\:-left-132p {
        left: -132px;
    }
    .md\:-top-150p {
        top: -150px;
    }
    .md\:-right-150p {
        right: -150px;
    }
    .md\:-bottom-150p {
        bottom: -150px;
    }
    .md\:-left-150p {
        left: -150px;
    }
    .md\:-top-216p {
        top: -216px;
    }
    .md\:-right-216p {
        right: -216px;
    }
    .md\:-bottom-216p {
        bottom: -216px;
    }
    .md\:-left-216p {
        left: -216px;
    }
    .md\:-top-225p {
        top: -225px;
    }
    .md\:-right-225p {
        right: -225px;
    }
    .md\:-bottom-225p {
        bottom: -225px;
    }
    .md\:-left-225p {
        left: -225px;
    }
    .md\:-top-296p {
        top: -296px;
    }
    .md\:-right-296p {
        right: -296px;
    }
    .md\:-bottom-296p {
        bottom: -296px;
    }
    .md\:-left-296p {
        left: -296px;
    }
    .md\:-top-270p {
        top: -270px;
    }
    .md\:-right-270p {
        right: -270px;
    }
    .md\:-bottom-270p {
        bottom: -270px;
    }
    .md\:-left-270p {
        left: -270px;
    }
    .md\:-top-137p {
        top: -137px;
    }
    .md\:-right-137p {
        right: -137px;
    }
    .md\:-bottom-137p {
        bottom: -137px;
    }
    .md\:-left-137p {
        left: -137px;
    }
    .md\:-top-141p {
        top: -141px;
    }
    .md\:-right-141p {
        right: -141px;
    }
    .md\:-bottom-141p {
        bottom: -141px;
    }
    .md\:-left-141p {
        left: -141px;
    }
    .md\:-top-146p {
        top: -146px;
    }
    .md\:-right-146p {
        right: -146px;
    }
    .md\:-bottom-146p {
        bottom: -146px;
    }
    .md\:-left-146p {
        left: -146px;
    }
    .md\:-top-152p {
        top: -152px;
    }
    .md\:-right-152p {
        right: -152px;
    }
    .md\:-bottom-152p {
        bottom: -152px;
    }
    .md\:-left-152p {
        left: -152px;
    }
    .md\:-top-155p {
        top: -155px;
    }
    .md\:-right-155p {
        right: -155px;
    }
    .md\:-bottom-155p {
        bottom: -155px;
    }
    .md\:-left-155p {
        left: -155px;
    }
    .md\:-top-163p {
        top: -163px;
    }
    .md\:-right-163p {
        right: -163px;
    }
    .md\:-bottom-163p {
        bottom: -163px;
    }
    .md\:-left-163p {
        left: -163px;
    }
    .md\:-top-168p {
        top: -168px;
    }
    .md\:-right-168p {
        right: -168px;
    }
    .md\:-bottom-168p {
        bottom: -168px;
    }
    .md\:-left-168p {
        left: -168px;
    }
    .md\:-top-173p {
        top: -173px;
    }
    .md\:-right-173p {
        right: -173px;
    }
    .md\:-bottom-173p {
        bottom: -173px;
    }
    .md\:-left-173p {
        left: -173px;
    }
    .md\:-top-210p {
        top: -210px;
    }
    .md\:-right-210p {
        right: -210px;
    }
    .md\:-bottom-210p {
        bottom: -210px;
    }
    .md\:-left-210p {
        left: -210px;
    }
    .md\:-top-245p {
        top: -245px;
    }
    .md\:-right-245p {
        right: -245px;
    }
    .md\:-bottom-245p {
        bottom: -245px;
    }
    .md\:-left-245p {
        left: -245px;
    }
    .md\:-top-250p {
        top: -250px;
    }
    .md\:-right-250p {
        right: -250px;
    }
    .md\:-bottom-250p {
        bottom: -250px;
    }
    .md\:-left-250p {
        left: -250px;
    }
    .md\:-top-260p {
        top: -260px;
    }
    .md\:-right-260p {
        right: -260px;
    }
    .md\:-bottom-260p {
        bottom: -260px;
    }
    .md\:-left-260p {
        left: -260px;
    }
    .md\:-top-263p {
        top: -263px;
    }
    .md\:-right-263p {
        right: -263px;
    }
    .md\:-bottom-263p {
        bottom: -263px;
    }
    .md\:-left-263p {
        left: -263px;
    }
    .md\:-top-266p {
        top: -266px;
    }
    .md\:-right-266p {
        right: -266px;
    }
    .md\:-bottom-266p {
        bottom: -266px;
    }
    .md\:-left-266p {
        left: -266px;
    }
    .md\:-top-275p {
        top: -275px;
    }
    .md\:-right-275p {
        right: -275px;
    }
    .md\:-bottom-275p {
        bottom: -275px;
    }
    .md\:-left-275p {
        left: -275px;
    }
    .md\:-top-300p {
        top: -300px;
    }
    .md\:-right-300p {
        right: -300px;
    }
    .md\:-bottom-300p {
        bottom: -300px;
    }
    .md\:-left-300p {
        left: -300px;
    }
    .md\:-top-312p {
        top: -312px;
    }
    .md\:-right-312p {
        right: -312px;
    }
    .md\:-bottom-312p {
        bottom: -312px;
    }
    .md\:-left-312p {
        left: -312px;
    }
    .md\:-top-318p {
        top: -318px;
    }
    .md\:-right-318p {
        right: -318px;
    }
    .md\:-bottom-318p {
        bottom: -318px;
    }
    .md\:-left-318p {
        left: -318px;
    }
    .md\:-top-322p {
        top: -322px;
    }
    .md\:-right-322p {
        right: -322px;
    }
    .md\:-bottom-322p {
        bottom: -322px;
    }
    .md\:-left-322p {
        left: -322px;
    }
    .md\:-top-337p {
        top: -337px;
    }
    .md\:-right-337p {
        right: -337px;
    }
    .md\:-bottom-337p {
        bottom: -337px;
    }
    .md\:-left-337p {
        left: -337px;
    }
    .md\:-top-345p {
        top: -345px;
    }
    .md\:-right-345p {
        right: -345px;
    }
    .md\:-bottom-345p {
        bottom: -345px;
    }
    .md\:-left-345p {
        left: -345px;
    }
    .md\:-top-344p {
        top: -344px;
    }
    .md\:-right-344p {
        right: -344px;
    }
    .md\:-bottom-344p {
        bottom: -344px;
    }
    .md\:-left-344p {
        left: -344px;
    }
    .md\:-top-354p {
        top: -354px;
    }
    .md\:-right-354p {
        right: -354px;
    }
    .md\:-bottom-354p {
        bottom: -354px;
    }
    .md\:-left-354p {
        left: -354px;
    }
    .md\:-top-364p {
        top: -364px;
    }
    .md\:-right-364p {
        right: -364px;
    }
    .md\:-bottom-364p {
        bottom: -364px;
    }
    .md\:-left-364p {
        left: -364px;
    }
    .md\:-top-370p {
        top: -370px;
    }
    .md\:-right-370p {
        right: -370px;
    }
    .md\:-bottom-370p {
        bottom: -370px;
    }
    .md\:-left-370p {
        left: -370px;
    }
    .md\:-top-382p {
        top: -382px;
    }
    .md\:-right-382p {
        right: -382px;
    }
    .md\:-bottom-382p {
        bottom: -382px;
    }
    .md\:-left-382p {
        left: -382px;
    }
    .md\:-top-385p {
        top: -385px;
    }
    .md\:-right-385p {
        right: -385px;
    }
    .md\:-bottom-385p {
        bottom: -385px;
    }
    .md\:-left-385p {
        left: -385px;
    }
    .md\:-top-400p {
        top: -400px;
    }
    .md\:-right-400p {
        right: -400px;
    }
    .md\:-bottom-400p {
        bottom: -400px;
    }
    .md\:-left-400p {
        left: -400px;
    }
    .md\:-top-407p {
        top: -407px;
    }
    .md\:-right-407p {
        right: -407px;
    }
    .md\:-bottom-407p {
        bottom: -407px;
    }
    .md\:-left-407p {
        left: -407px;
    }
    .md\:-top-411p {
        top: -411px;
    }
    .md\:-right-411p {
        right: -411px;
    }
    .md\:-bottom-411p {
        bottom: -411px;
    }
    .md\:-left-411p {
        left: -411px;
    }
    .md\:-top-418p {
        top: -418px;
    }
    .md\:-right-418p {
        right: -418px;
    }
    .md\:-bottom-418p {
        bottom: -418px;
    }
    .md\:-left-418p {
        left: -418px;
    }
    .md\:-top-430p {
        top: -430px;
    }
    .md\:-right-430p {
        right: -430px;
    }
    .md\:-bottom-430p {
        bottom: -430px;
    }
    .md\:-left-430p {
        left: -430px;
    }
    .md\:-top-450p {
        top: -450px;
    }
    .md\:-right-450p {
        right: -450px;
    }
    .md\:-bottom-450p {
        bottom: -450px;
    }
    .md\:-left-450p {
        left: -450px;
    }
    .md\:-top-468p {
        top: -468px;
    }
    .md\:-right-468p {
        right: -468px;
    }
    .md\:-bottom-468p {
        bottom: -468px;
    }
    .md\:-left-468p {
        left: -468px;
    }
    .md\:-top-485p {
        top: -485px;
    }
    .md\:-right-485p {
        right: -485px;
    }
    .md\:-bottom-485p {
        bottom: -485px;
    }
    .md\:-left-485p {
        left: -485px;
    }
    .md\:-top-491p {
        top: -491px;
    }
    .md\:-right-491p {
        right: -491px;
    }
    .md\:-bottom-491p {
        bottom: -491px;
    }
    .md\:-left-491p {
        left: -491px;
    }
    .md\:-top-494p {
        top: -494px;
    }
    .md\:-right-494p {
        right: -494px;
    }
    .md\:-bottom-494p {
        bottom: -494px;
    }
    .md\:-left-494p {
        left: -494px;
    }
    .md\:-top-470p {
        top: -470px;
    }
    .md\:-right-470p {
        right: -470px;
    }
    .md\:-bottom-470p {
        bottom: -470px;
    }
    .md\:-left-470p {
        left: -470px;
    }
    .md\:-top-480p {
        top: -480px;
    }
    .md\:-right-480p {
        right: -480px;
    }
    .md\:-bottom-480p {
        bottom: -480px;
    }
    .md\:-left-480p {
        left: -480px;
    }
    .md\:-top-532p {
        top: -532px;
    }
    .md\:-right-532p {
        right: -532px;
    }
    .md\:-bottom-532p {
        bottom: -532px;
    }
    .md\:-left-532p {
        left: -532px;
    }
    .md\:-top-556p {
        top: -556px;
    }
    .md\:-right-556p {
        right: -556px;
    }
    .md\:-bottom-556p {
        bottom: -556px;
    }
    .md\:-left-556p {
        left: -556px;
    }
    .md\:-top-505p {
        top: -505px;
    }
    .md\:-right-505p {
        right: -505px;
    }
    .md\:-bottom-505p {
        bottom: -505px;
    }
    .md\:-left-505p {
        left: -505px;
    }
    .md\:-top-1179p {
        top: -1179px;
    }
    .md\:-right-1179p {
        right: -1179px;
    }
    .md\:-bottom-1179p {
        bottom: -1179px;
    }
    .md\:-left-1179p {
        left: -1179px;
    }
    .md\:-top-1253p {
        top: -1253px;
    }
    .md\:-right-1253p {
        right: -1253px;
    }
    .md\:-bottom-1253p {
        bottom: -1253px;
    }
    .md\:-left-1253p {
        left: -1253px;
    }
    .md\:-top-1575p {
        top: -1575px;
    }
    .md\:-right-1575p {
        right: -1575px;
    }
    .md\:-bottom-1575p {
        bottom: -1575px;
    }
    .md\:-left-1575p {
        left: -1575px;
    }
    .md\:-top-600p {
        top: -600px;
    }
    .md\:-right-600p {
        right: -600px;
    }
    .md\:-bottom-600p {
        bottom: -600px;
    }
    .md\:-left-600p {
        left: -600px;
    }
    .md\:-top-649p {
        top: -649px;
    }
    .md\:-right-649p {
        right: -649px;
    }
    .md\:-bottom-649p {
        bottom: -649px;
    }
    .md\:-left-649p {
        left: -649px;
    }
    .md\:-top-690p {
        top: -690px;
    }
    .md\:-right-690p {
        right: -690px;
    }
    .md\:-bottom-690p {
        bottom: -690px;
    }
    .md\:-left-690p {
        left: -690px;
    }
    .md\:-top-19\% {
        top: -19%;
    }
    .md\:-right-19\% {
        right: -19%;
    }
    .md\:-bottom-19\% {
        bottom: -19%;
    }
    .md\:-left-19\% {
        left: -19%;
    }
    .md\:-top-23\% {
        top: -23%;
    }
    .md\:-right-23\% {
        right: -23%;
    }
    .md\:-bottom-23\% {
        bottom: -23%;
    }
    .md\:-left-23\% {
        left: -23%;
    }
    .md\:-top-24\% {
        top: -24%;
    }
    .md\:-right-24\% {
        right: -24%;
    }
    .md\:-bottom-24\% {
        bottom: -24%;
    }
    .md\:-left-24\% {
        left: -24%;
    }
    .md\:-top-36\% {
        top: -36%;
    }
    .md\:-right-36\% {
        right: -36%;
    }
    .md\:-bottom-36\% {
        bottom: -36%;
    }
    .md\:-left-36\% {
        left: -36%;
    }
    .md\:-top-27\% {
        top: -27%;
    }
    .md\:-right-27\% {
        right: -27%;
    }
    .md\:-bottom-27\% {
        bottom: -27%;
    }
    .md\:-left-27\% {
        left: -27%;
    }
    .md\:-top-28\% {
        top: -28%;
    }
    .md\:-right-28\% {
        right: -28%;
    }
    .md\:-bottom-28\% {
        bottom: -28%;
    }
    .md\:-left-28\% {
        left: -28%;
    }
    .md\:-top-42\% {
        top: -42%;
    }
    .md\:-right-42\% {
        right: -42%;
    }
    .md\:-bottom-42\% {
        bottom: -42%;
    }
    .md\:-left-42\% {
        left: -42%;
    }
    .md\:-top-46\% {
        top: -46%;
    }
    .md\:-right-46\% {
        right: -46%;
    }
    .md\:-bottom-46\% {
        bottom: -46%;
    }
    .md\:-left-46\% {
        left: -46%;
    }
    .md\:-top-49\% {
        top: -49%;
    }
    .md\:-right-49\% {
        right: -49%;
    }
    .md\:-bottom-49\% {
        bottom: -49%;
    }
    .md\:-left-49\% {
        left: -49%;
    }
    .md\:-top-54\% {
        top: -54%;
    }
    .md\:-right-54\% {
        right: -54%;
    }
    .md\:-bottom-54\% {
        bottom: -54%;
    }
    .md\:-left-54\% {
        left: -54%;
    }
    .md\:-top-58\% {
        top: -58%;
    }
    .md\:-right-58\% {
        right: -58%;
    }
    .md\:-bottom-58\% {
        bottom: -58%;
    }
    .md\:-left-58\% {
        left: -58%;
    }
    .md\:-top-72\% {
        top: -72%;
    }
    .md\:-right-72\% {
        right: -72%;
    }
    .md\:-bottom-72\% {
        bottom: -72%;
    }
    .md\:-left-72\% {
        left: -72%;
    }
    .md\:-top-76\% {
        top: -76%;
    }
    .md\:-right-76\% {
        right: -76%;
    }
    .md\:-bottom-76\% {
        bottom: -76%;
    }
    .md\:-left-76\% {
        left: -76%;
    }
    .md\:-top-77\% {
        top: -77%;
    }
    .md\:-right-77\% {
        right: -77%;
    }
    .md\:-bottom-77\% {
        bottom: -77%;
    }
    .md\:-left-77\% {
        left: -77%;
    }
    .md\:-top-340p {
        top: -340px;
    }
    .md\:-right-340p {
        right: -340px;
    }
    .md\:-bottom-340p {
        bottom: -340px;
    }
    .md\:-left-340p {
        left: -340px;
    }
    .md\:-top-700p {
        top: -700px;
    }
    .md\:-right-700p {
        right: -700px;
    }
    .md\:-bottom-700p {
        bottom: -700px;
    }
    .md\:-left-700p {
        left: -700px;
    }
    .md\:-top-848p {
        top: -848px;
    }
    .md\:-right-848p {
        right: -848px;
    }
    .md\:-bottom-848p {
        bottom: -848px;
    }
    .md\:-left-848p {
        left: -848px;
    }
    .md\:-top-850p {
        top: -850px;
    }
    .md\:-right-850p {
        right: -850px;
    }
    .md\:-bottom-850p {
        bottom: -850px;
    }
    .md\:-left-850p {
        left: -850px;
    }
    .md\:-top-860p {
        top: -860px;
    }
    .md\:-right-860p {
        right: -860px;
    }
    .md\:-bottom-860p {
        bottom: -860px;
    }
    .md\:-left-860p {
        left: -860px;
    }
    .md\:-top-1425p {
        top: -1425px;
    }
    .md\:-right-1425p {
        right: -1425px;
    }
    .md\:-bottom-1425p {
        bottom: -1425px;
    }
    .md\:-left-1425p {
        left: -1425px;
    }
    .md\:top-1\/2 {
        top: 50%;
    }
    .md\:right-1\/2 {
        right: 50%;
    }
    .md\:bottom-1\/2 {
        bottom: 50%;
    }
    .md\:left-1\/2 {
        left: 50%;
    }
    .md\:top-1\/3 {
        top: 33.333333%;
    }
    .md\:right-1\/3 {
        right: 33.333333%;
    }
    .md\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .md\:left-1\/3 {
        left: 33.333333%;
    }
    .md\:top-2\/3 {
        top: 66.666667%;
    }
    .md\:right-2\/3 {
        right: 66.666667%;
    }
    .md\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .md\:left-2\/3 {
        left: 66.666667%;
    }
    .md\:top-1\/4 {
        top: 25%;
    }
    .md\:right-1\/4 {
        right: 25%;
    }
    .md\:bottom-1\/4 {
        bottom: 25%;
    }
    .md\:left-1\/4 {
        left: 25%;
    }
    .md\:top-2\/4 {
        top: 50%;
    }
    .md\:right-2\/4 {
        right: 50%;
    }
    .md\:bottom-2\/4 {
        bottom: 50%;
    }
    .md\:left-2\/4 {
        left: 50%;
    }
    .md\:top-3\/4 {
        top: 75%;
    }
    .md\:right-3\/4 {
        right: 75%;
    }
    .md\:bottom-3\/4 {
        bottom: 75%;
    }
    .md\:left-3\/4 {
        left: 75%;
    }
    .md\:top-full {
        top: 100%;
    }
    .md\:right-full {
        right: 100%;
    }
    .md\:bottom-full {
        bottom: 100%;
    }
    .md\:left-full {
        left: 100%;
    }
    .md\:-top-1\/2 {
        top: -50%;
    }
    .md\:-right-1\/2 {
        right: -50%;
    }
    .md\:-bottom-1\/2 {
        bottom: -50%;
    }
    .md\:-left-1\/2 {
        left: -50%;
    }
    .md\:-top-1\/3 {
        top: -33.333333%;
    }
    .md\:-right-1\/3 {
        right: -33.333333%;
    }
    .md\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .md\:-left-1\/3 {
        left: -33.333333%;
    }
    .md\:-top-2\/3 {
        top: -66.666667%;
    }
    .md\:-right-2\/3 {
        right: -66.666667%;
    }
    .md\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .md\:-left-2\/3 {
        left: -66.666667%;
    }
    .md\:-top-1\/4 {
        top: -25%;
    }
    .md\:-right-1\/4 {
        right: -25%;
    }
    .md\:-bottom-1\/4 {
        bottom: -25%;
    }
    .md\:-left-1\/4 {
        left: -25%;
    }
    .md\:-top-2\/4 {
        top: -50%;
    }
    .md\:-right-2\/4 {
        right: -50%;
    }
    .md\:-bottom-2\/4 {
        bottom: -50%;
    }
    .md\:-left-2\/4 {
        left: -50%;
    }
    .md\:-top-3\/4 {
        top: -75%;
    }
    .md\:-right-3\/4 {
        right: -75%;
    }
    .md\:-bottom-3\/4 {
        bottom: -75%;
    }
    .md\:-left-3\/4 {
        left: -75%;
    }
    .md\:-top-full {
        top: -100%;
    }
    .md\:-right-full {
        right: -100%;
    }
    .md\:-bottom-full {
        bottom: -100%;
    }
    .md\:-left-full {
        left: -100%;
    }
    .md\:resize-none {
        resize: none;
    }
    .md\:resize-y {
        resize: vertical;
    }
    .md\:resize-x {
        resize: horizontal;
    }
    .md\:resize {
        resize: both;
    }
    .md\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .md\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .md\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:ring-inset {
        --tw-ring-inset: inset;
    }
    .md\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .md\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .md\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .md\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .md\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .md\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .md\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .md\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .md\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .md\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .md\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .md\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .md\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .md\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .md\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .md\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .md\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .md\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .md\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .md\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .md\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .md\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .md\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .md\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .md\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .md\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .md\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .md\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .md\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .md\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .md\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .md\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .md\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .md\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .md\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .md\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .md\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .md\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .md\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .md\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .md\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .md\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .md\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .md\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .md\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .md\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .md\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .md\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .md\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .md\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .md\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .md\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .md\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .md\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .md\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .md\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .md\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .md\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .md\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .md\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .md\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .md\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .md\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .md\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .md\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .md\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .md\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .md\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .md\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .md\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .md\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .md\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .md\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .md\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .md\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .md\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .md\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .md\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .md\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .md\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .md\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .md\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .md\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .md\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .md\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .md\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .md\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .md\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .md\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .md\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .md\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .md\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .md\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .md\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .md\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .md\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .md\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .md\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .md\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .md\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .md\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .md\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .md\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .md\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .md\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .md\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .md\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .md\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .md\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .md\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .md\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .md\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .md\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .md\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .md\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .md\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .md\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .md\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .md\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .md\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .md\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .md\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .md\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .md\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .md\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .md\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .md\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .md\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .md\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .md\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .md\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .md\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .md\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .md\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .md\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .md\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .md\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .md\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .md\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .md\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .md\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .md\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .md\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .md\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .md\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .md\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .md\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .md\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .md\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .md\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .md\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .md\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .md\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .md\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .md\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .md\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .md\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .md\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .md\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .md\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .md\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .md\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .md\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .md\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .md\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .md\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .md\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .md\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .md\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .md\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .md\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .md\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .md\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .md\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .md\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .md\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .md\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .md\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .md\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .md\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .md\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .md\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .md\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .md\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .md\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .md\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .md\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .md\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .md\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .md\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .md\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .md\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .md\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .md\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .md\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .md\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .md\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .md\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .md\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .md\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .md\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .md\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .md\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .md\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .md\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .md\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .md\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .md\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .md\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .md\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .md\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .md\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .md\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .md\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .md\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .md\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .md\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .md\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .md\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .md\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .md\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .md\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .md\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .md\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .md\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .md\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .md\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .md\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .md\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .md\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .md\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .md\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .md\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .md\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .md\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .md\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .md\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .md\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .md\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .md\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .md\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .md\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .md\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .md\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .md\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .md\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .md\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .md\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .md\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .md\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .md\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .md\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .md\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .md\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .md\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .md\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .md\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .md\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .md\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .md\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .md\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .md\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .md\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .md\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .md\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .md\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .md\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .md\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .md\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .md\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .md\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .md\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .md\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .md\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .md\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .md\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .md\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .md\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .md\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .md\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .md\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .md\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .md\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .md\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .md\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .md\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .md\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .md\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .md\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .md\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .md\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .md\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .md\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .md\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .md\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .md\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .md\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .md\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .md\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .md\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .md\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .md\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .md\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .md\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .md\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .md\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .md\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .md\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .md\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .md\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .md\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .md\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .md\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .md\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .md\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .md\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .md\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .md\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .md\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .md\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .md\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .md\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .md\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .md\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .md\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .md\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .md\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .md\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .md\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .md\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .md\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .md\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .md\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .md\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .md\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .md\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .md\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .md\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .md\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .md\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .md\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .md\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .md\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .md\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .md\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .md\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .md\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .md\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .md\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .md\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .md\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .md\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .md\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .md\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .md\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .md\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .md\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .md\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .md\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .md\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .md\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .md\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .md\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .md\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .md\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .md\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .md\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .md\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .md\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .md\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .md\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .md\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .md\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .md\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .md\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .md\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .md\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .md\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .md\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .md\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .md\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .md\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .md\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .md\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .md\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .md\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .md\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .md\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .md\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .md\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .md\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .md\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .md\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .md\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .md\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .md\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .md\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .md\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .md\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .md\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .md\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .md\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .md\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .md\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .md\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .md\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .md\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .md\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .md\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .md\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .md\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .md\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .md\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .md\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .md\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .md\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .md\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .md\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .md\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .md\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .md\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .md\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .md\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .md\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .md\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .md\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .md\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .md\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .md\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .md\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .md\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .md\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .md\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .md\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .md\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .md\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .md\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .md\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .md\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .md\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .md\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .md\:ring-current {
        --tw-ring-color: currentColor;
    }
    .md\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .md\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .md\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .md\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .md\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .md\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .md\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .md\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .md\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .md\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .md\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .md\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .md\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .md\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .md\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .md\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .md\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .md\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .md\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .md\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .md\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .md\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .md\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .md\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .md\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .md\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .md\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .md\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .md\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .md\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .md\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .md\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .md\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .md\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .md\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .md\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .md\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .md\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .md\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .md\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .md\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .md\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .md\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .md\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .md\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .md\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .md\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .md\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .md\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .md\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .md\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .md\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .md\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .md\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .md\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .md\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .md\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .md\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .md\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .md\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .md\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .md\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .md\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .md\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .md\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .md\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .md\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .md\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .md\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .md\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .md\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .md\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .md\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .md\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .md\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .md\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .md\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .md\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .md\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .md\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .md\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .md\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .md\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .md\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .md\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .md\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .md\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .md\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .md\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .md\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .md\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .md\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .md\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .md\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .md\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .md\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .md\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .md\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .md\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .md\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .md\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .md\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .md\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .md\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .md\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .md\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .md\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .md\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .md\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .md\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .md\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .md\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .md\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .md\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .md\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .md\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .md\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .md\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .md\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .md\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .md\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .md\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .md\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .md\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .md\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .md\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .md\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .md\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .md\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .md\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .md\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .md\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .md\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .md\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .md\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .md\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .md\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .md\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .md\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .md\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .md\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .md\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .md\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .md\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .md\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .md\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .md\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .md\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .md\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .md\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .md\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .md\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .md\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .md\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .md\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .md\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .md\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .md\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .md\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .md\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .md\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .md\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .md\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .md\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .md\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .md\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .md\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .md\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .md\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .md\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .md\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .md\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .md\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .md\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .md\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .md\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .md\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .md\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .md\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .md\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .md\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .md\:fill-current {
        fill: currentColor;
    }
    .md\:stroke-current {
        stroke: currentColor;
    }
    .md\:stroke-0 {
        stroke-width: 0;
    }
    .md\:stroke-1 {
        stroke-width: 1;
    }
    .md\:stroke-2 {
        stroke-width: 2;
    }
    .md\:table-auto {
        table-layout: auto;
    }
    .md\:table-fixed {
        table-layout: fixed;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-right {
        text-align: right;
    }
    .md\:text-justify {
        text-align: justify;
    }
    .md\:text-transparent {
        color: transparent;
    }
    .md\:text-current {
        color: currentColor;
    }
    .md\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .md\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .md\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .md\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .md\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .md\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .md\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .md\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .md\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .md\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .md\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .md\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .md\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .md\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .md\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .md\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .md\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .md\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .md\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .md\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .md\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .md\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .md\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .md\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .md\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .md\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .md\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .md\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .md\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .md\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .md\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .md\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .md\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .md\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .md\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .md\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .md\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .md\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .md\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .md\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .md\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .md\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .md\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .md\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .md\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .md\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .md\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .md\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .md\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .md\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .md\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .md\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .md\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .md\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .md\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .md\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .md\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .md\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .md\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .md\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .md\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .md\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .md\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .md\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .md\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .md\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .md\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .md\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .md\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .md\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .md\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .md\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .md\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .md\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .md\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .md\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .md\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .md\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .md\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .md\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .md\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .md\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .md\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .md\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .md\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .md\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .md\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .md\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .md\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .md\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .md\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .md\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .md\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .md\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .md\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .md\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .md\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .md\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .md\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .md\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .md\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .md\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .md\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .md\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .md\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .md\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .md\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .md\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .md\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .md\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .md\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .md\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .md\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .md\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .md\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .md\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .md\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .md\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .md\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .md\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .md\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .md\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .md\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .md\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .md\:text-gray-21 {
        color: #c5c5c5;
    }
    .md\:text-gray-22 {
        color: #bfbfbf;
    }
    .md\:text-gray-23 {
        color: #eee;
    }
    .md\:text-gray-24 {
        color: #b7b7b7;
    }
    .md\:text-gray-25 {
        color: #f0f0f0;
    }
    .md\:text-gray-26 {
        color: #efefef;
    }
    .md\:text-gray-27 {
        color: #bababa;
    }
    .md\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .md\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .md\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .md\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .md\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .md\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .md\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .md\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .md\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .md\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .md\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .md\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .md\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .md\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .md\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .md\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .md\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .md\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .md\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .md\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .md\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .md\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .md\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .md\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .md\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-transparent:hover {
        color: transparent;
    }
    .md\:hover\:text-current:hover {
        color: currentColor;
    }
    .md\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .md\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .md\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .md\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .md\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .md\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .md\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .md\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .md\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .md\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .md\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .md\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .md\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .md\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .md\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .md\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .md\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .md\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .md\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .md\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .md\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .md\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .md\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .md\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .md\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .md\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .md\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .md\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .md\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .md\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-transparent:focus {
        color: transparent;
    }
    .md\:focus\:text-current:focus {
        color: currentColor;
    }
    .md\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .md\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .md\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .md\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .md\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .md\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .md\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .md\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .md\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .md\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .md\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .md\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .md\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .md\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .md\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .md\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .md\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .md\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .md\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .md\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .md\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .md\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .md\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .md\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .md\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .md\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .md\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .md\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .md\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .md\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .md\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .md\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .md\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .md\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .md\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .md\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .md\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .md\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .md\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .md\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .md\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .md\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .md\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .md\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .md\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .md\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .md\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .md\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .md\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .md\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .md\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .md\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .md\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .md\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .md\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .md\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .md\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .md\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .md\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .md\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .md\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .md\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .md\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .md\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .md\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .md\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .md\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .md\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .md\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .md\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .md\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .md\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .md\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .md\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .md\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .md\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .md\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .md\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .md\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .md\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .md\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .md\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .md\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .md\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .md\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .md\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .md\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .md\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .md\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .md\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .md\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .md\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .md\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .md\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .md\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .md\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .md\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .md\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .md\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .md\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .md\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .md\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .md\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .md\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .md\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .md\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .md\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .md\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .md\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .md\:overflow-clip {
        text-overflow: clip;
    }
    .md\:italic {
        font-style: italic;
    }
    .md\:not-italic {
        font-style: normal;
    }
    .md\:uppercase {
        text-transform: uppercase;
    }
    .md\:lowercase {
        text-transform: lowercase;
    }
    .md\:capitalize {
        text-transform: capitalize;
    }
    .md\:normal-case {
        text-transform: none;
    }
    .md\:underline {
        text-decoration: underline;
    }
    .md\:line-through {
        text-decoration: line-through;
    }
    .md\:no-underline {
        text-decoration: none;
    }
    .group:hover .md\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .md\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .md\:group-hover\:no-underline {
        text-decoration: none;
    }
    .md\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .md\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .md\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .md\:hover\:underline:hover {
        text-decoration: underline;
    }
    .md\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .md\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .md\:focus\:underline:focus {
        text-decoration: underline;
    }
    .md\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .md\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .md\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .md\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .md\:diagonal-fractions,
    .md\:lining-nums,
    .md\:oldstyle-nums,
    .md\:ordinal,
    .md\:proportional-nums,
    .md\:slashed-zero,
    .md\:stacked-fractions,
    .md\:tabular-nums {
        --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
        --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
            var(--tw-numeric-figure) var(--tw-numeric-spacing)
            var(--tw-numeric-fraction);
    }
    .md\:normal-nums {
        font-variant-numeric: normal;
    }
    .md\:ordinal {
        --tw-ordinal: ordinal;
    }
    .md\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .md\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .md\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .md\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .md\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .md\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .md\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .md\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .md\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .md\:tracking-normal {
        letter-spacing: 0;
    }
    .md\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .md\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .md\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .md\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .md\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .md\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .md\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .md\:align-baseline {
        vertical-align: baseline;
    }
    .md\:align-top {
        vertical-align: top;
    }
    .md\:align-middle {
        vertical-align: middle;
    }
    .md\:align-bottom {
        vertical-align: bottom;
    }
    .md\:align-text-top {
        vertical-align: text-top;
    }
    .md\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .md\:visible {
        visibility: visible;
    }
    .md\:invisible {
        visibility: hidden;
    }
    .md\:whitespace-normal {
        white-space: normal;
    }
    .md\:whitespace-nowrap {
        white-space: nowrap;
    }
    .md\:whitespace-pre {
        white-space: pre;
    }
    .md\:whitespace-pre-line {
        white-space: pre-line;
    }
    .md\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .md\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .md\:break-words {
        overflow-wrap: break-word;
    }
    .md\:break-all {
        word-break: break-all;
    }
    .md\:w-0 {
        width: 0;
    }
    .md\:w-1 {
        width: 0.25rem;
    }
    .md\:w-2 {
        width: 0.5rem;
    }
    .md\:w-3 {
        width: 0.75rem;
    }
    .md\:w-4 {
        width: 1rem;
    }
    .md\:w-5 {
        width: 1.25rem;
    }
    .md\:w-6 {
        width: 1.5rem;
    }
    .md\:w-7 {
        width: 1.75rem;
    }
    .md\:w-8 {
        width: 2rem;
    }
    .md\:w-9 {
        width: 2.25rem;
    }
    .md\:w-10 {
        width: 2.5rem;
    }
    .md\:w-11 {
        width: 2.75rem;
    }
    .md\:w-12 {
        width: 3rem;
    }
    .md\:w-14 {
        width: 3.5rem;
    }
    .md\:w-16 {
        width: 4rem;
    }
    .md\:w-20 {
        width: 5rem;
    }
    .md\:w-23 {
        width: 88px;
    }
    .md\:w-24 {
        width: 6rem;
    }
    .md\:w-25 {
        width: 100px;
    }
    .md\:w-28 {
        width: 7rem;
    }
    .md\:w-29 {
        width: 120px;
    }
    .md\:w-32 {
        width: 8rem;
    }
    .md\:w-33 {
        width: 130px;
    }
    .md\:w-36 {
        width: 9rem;
    }
    .md\:w-40 {
        width: 10rem;
    }
    .md\:w-44 {
        width: 11rem;
    }
    .md\:w-48 {
        width: 12rem;
    }
    .md\:w-52 {
        width: 13rem;
    }
    .md\:w-56 {
        width: 14rem;
    }
    .md\:w-60 {
        width: 15rem;
    }
    .md\:w-63 {
        width: 270px;
    }
    .md\:w-64 {
        width: 16rem;
    }
    .md\:w-72 {
        width: 18rem;
    }
    .md\:w-80 {
        width: 20rem;
    }
    .md\:w-92 {
        width: 475px;
    }
    .md\:w-96 {
        width: 24rem;
    }
    .md\:w-128 {
        width: 32rem;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:w-px {
        width: 1px;
    }
    .md\:w-0\.5 {
        width: 0.125rem;
    }
    .md\:w-1\.5 {
        width: 0.375rem;
    }
    .md\:w-2\.5 {
        width: 0.625rem;
    }
    .md\:w-3\.5 {
        width: 0.875rem;
    }
    .md\:w-105p {
        width: 105px;
    }
    .md\:w-50p {
        width: 50px;
    }
    .md\:w-54p {
        width: 54px;
    }
    .md\:w-1p {
        width: 1px;
    }
    .md\:w-2p {
        width: 2px;
    }
    .md\:w-3p {
        width: 3px;
    }
    .md\:w-5p {
        width: 5px;
    }
    .md\:w-7p {
        width: 7px;
    }
    .md\:w-9p {
        width: 9px;
    }
    .md\:w-10p {
        width: 10px;
    }
    .md\:w-11p {
        width: 11px;
    }
    .md\:w-13p {
        width: 13px;
    }
    .md\:w-15p {
        width: 15px;
    }
    .md\:w-18p {
        width: 18px;
    }
    .md\:w-19p {
        width: 19px;
    }
    .md\:w-21p {
        width: 21px;
    }
    .md\:w-22p {
        width: 22px;
    }
    .md\:w-23p {
        width: 23px;
    }
    .md\:w-25p {
        width: 25px;
    }
    .md\:w-26p {
        width: 26px;
    }
    .md\:w-29p {
        width: 29px;
    }
    .md\:w-30p {
        width: 30px;
    }
    .md\:w-31p {
        width: 31px;
    }
    .md\:w-35p {
        width: 35px;
    }
    .md\:w-52p {
        width: 52px;
    }
    .md\:w-53p {
        width: 53px;
    }
    .md\:w-55p {
        width: 55px;
    }
    .md\:w-59p {
        width: 59px;
    }
    .md\:w-27p {
        width: 27px;
    }
    .md\:w-33\.5p {
        width: 33.5px;
    }
    .md\:w-38p {
        width: 38px;
    }
    .md\:w-40p {
        width: 40px;
    }
    .md\:w-46p {
        width: 46px;
    }
    .md\:w-47p {
        width: 47px;
    }
    .md\:w-49p {
        width: 49px;
    }
    .md\:w-58p {
        width: 58px;
    }
    .md\:w-75p {
        width: 75px;
    }
    .md\:w-77p {
        width: 77px;
    }
    .md\:w-60p {
        width: 60px;
    }
    .md\:w-65p {
        width: 65px;
    }
    .md\:w-66p {
        width: 66px;
    }
    .md\:w-68p {
        width: 68px;
    }
    .md\:w-70p {
        width: 70px;
    }
    .md\:w-72p {
        width: 72px;
    }
    .md\:w-74p {
        width: 74px;
    }
    .md\:w-78p {
        width: 78px;
    }
    .md\:w-80p {
        width: 80px;
    }
    .md\:w-82p {
        width: 82px;
    }
    .md\:w-84p {
        width: 84px;
    }
    .md\:w-89p {
        width: 89px;
    }
    .md\:w-93p {
        width: 93px;
    }
    .md\:w-90p {
        width: 90px;
    }
    .md\:w-97p {
        width: 97px;
    }
    .md\:w-103p {
        width: 103px;
    }
    .md\:w-116p {
        width: 116px;
    }
    .md\:w-120p {
        width: 120px;
    }
    .md\:w-125p {
        width: 125px;
    }
    .md\:w-130p {
        width: 130px;
    }
    .md\:w-135p {
        width: 135px;
    }
    .md\:w-132p {
        width: 132px;
    }
    .md\:w-150p {
        width: 150px;
    }
    .md\:w-216p {
        width: 216px;
    }
    .md\:w-225p {
        width: 225px;
    }
    .md\:w-296p {
        width: 296px;
    }
    .md\:w-270p {
        width: 270px;
    }
    .md\:w-137p {
        width: 137px;
    }
    .md\:w-141p {
        width: 141px;
    }
    .md\:w-146p {
        width: 146px;
    }
    .md\:w-152p {
        width: 152px;
    }
    .md\:w-155p {
        width: 155px;
    }
    .md\:w-163p {
        width: 163px;
    }
    .md\:w-168p {
        width: 168px;
    }
    .md\:w-173p {
        width: 173px;
    }
    .md\:w-210p {
        width: 210px;
    }
    .md\:w-245p {
        width: 245px;
    }
    .md\:w-250p {
        width: 250px;
    }
    .md\:w-260p {
        width: 260px;
    }
    .md\:w-263p {
        width: 263px;
    }
    .md\:w-266p {
        width: 266px;
    }
    .md\:w-275p {
        width: 275px;
    }
    .md\:w-300p {
        width: 300px;
    }
    .md\:w-312p {
        width: 312px;
    }
    .md\:w-318p {
        width: 318px;
    }
    .md\:w-322p {
        width: 322px;
    }
    .md\:w-337p {
        width: 337px;
    }
    .md\:w-345p {
        width: 345px;
    }
    .md\:w-344p {
        width: 344px;
    }
    .md\:w-354p {
        width: 354px;
    }
    .md\:w-364p {
        width: 364px;
    }
    .md\:w-370p {
        width: 370px;
    }
    .md\:w-382p {
        width: 382px;
    }
    .md\:w-385p {
        width: 385px;
    }
    .md\:w-400p {
        width: 400px;
    }
    .md\:w-407p {
        width: 407px;
    }
    .md\:w-411p {
        width: 411px;
    }
    .md\:w-418p {
        width: 418px;
    }
    .md\:w-430p {
        width: 430px;
    }
    .md\:w-450p {
        width: 450px;
    }
    .md\:w-468p {
        width: 468px;
    }
    .md\:w-485p {
        width: 485px;
    }
    .md\:w-491p {
        width: 491px;
    }
    .md\:w-494p {
        width: 494px;
    }
    .md\:w-470p {
        width: 470px;
    }
    .md\:w-480p {
        width: 480px;
    }
    .md\:w-532p {
        width: 532px;
    }
    .md\:w-556p {
        width: 556px;
    }
    .md\:w-505p {
        width: 505px;
    }
    .md\:w-1179p {
        width: 1179px;
    }
    .md\:w-1253p {
        width: 1253px;
    }
    .md\:w-1575p {
        width: 1575px;
    }
    .md\:w-600p {
        width: 600px;
    }
    .md\:w-649p {
        width: 649px;
    }
    .md\:w-690p {
        width: 690px;
    }
    .md\:w-19\% {
        width: 19%;
    }
    .md\:w-23\% {
        width: 23%;
    }
    .md\:w-24\% {
        width: 24%;
    }
    .md\:w-36\% {
        width: 36%;
    }
    .md\:w-27\% {
        width: 27%;
    }
    .md\:w-28\% {
        width: 28%;
    }
    .md\:w-42\% {
        width: 42%;
    }
    .md\:w-46\% {
        width: 46%;
    }
    .md\:w-49\% {
        width: 49%;
    }
    .md\:w-54\% {
        width: 54%;
    }
    .md\:w-58\% {
        width: 58%;
    }
    .md\:w-72\% {
        width: 72%;
    }
    .md\:w-76\% {
        width: 76%;
    }
    .md\:w-77\% {
        width: 77%;
    }
    .md\:w-340p {
        width: 340px;
    }
    .md\:w-700p {
        width: 700px;
    }
    .md\:w-848p {
        width: 848px;
    }
    .md\:w-850p {
        width: 850px;
    }
    .md\:w-860p {
        width: 860px;
    }
    .md\:w-1425p {
        width: 1425px;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-2\/4 {
        width: 50%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-2\/5 {
        width: 40%;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
    .md\:w-1\/6 {
        width: 16.666667%;
    }
    .md\:w-2\/6 {
        width: 33.333333%;
    }
    .md\:w-3\/6 {
        width: 50%;
    }
    .md\:w-4\/6 {
        width: 66.666667%;
    }
    .md\:w-5\/6 {
        width: 83.333333%;
    }
    .md\:w-1\/12 {
        width: 8.333333%;
    }
    .md\:w-2\/12 {
        width: 16.666667%;
    }
    .md\:w-3\/12 {
        width: 25%;
    }
    .md\:w-4\/12 {
        width: 33.333333%;
    }
    .md\:w-5\/12 {
        width: 41.666667%;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-7\/12 {
        width: 58.333333%;
    }
    .md\:w-8\/12 {
        width: 66.666667%;
    }
    .md\:w-9\/12 {
        width: 75%;
    }
    .md\:w-10\/12 {
        width: 83.333333%;
    }
    .md\:w-11\/12 {
        width: 91.666667%;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-screen {
        width: 100vw;
    }
    .md\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .md\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .md\:z-0 {
        z-index: 0;
    }
    .md\:z-10 {
        z-index: 10;
    }
    .md\:z-20 {
        z-index: 20;
    }
    .md\:z-30 {
        z-index: 30;
    }
    .md\:z-40 {
        z-index: 40;
    }
    .md\:z-50 {
        z-index: 50;
    }
    .md\:z-auto {
        z-index: auto;
    }
    .md\:z-ng {
        z-index: -1;
    }
    .md\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .md\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .md\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .md\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .md\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .md\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .md\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .md\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .md\:focus\:z-0:focus {
        z-index: 0;
    }
    .md\:focus\:z-10:focus {
        z-index: 10;
    }
    .md\:focus\:z-20:focus {
        z-index: 20;
    }
    .md\:focus\:z-30:focus {
        z-index: 30;
    }
    .md\:focus\:z-40:focus {
        z-index: 40;
    }
    .md\:focus\:z-50:focus {
        z-index: 50;
    }
    .md\:focus\:z-auto:focus {
        z-index: auto;
    }
    .md\:focus\:z-ng:focus {
        z-index: -1;
    }
    .md\:gap-0 {
        gap: 0;
    }
    .md\:gap-1 {
        gap: 0.25rem;
    }
    .md\:gap-2 {
        gap: 0.5rem;
    }
    .md\:gap-3 {
        gap: 0.75rem;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-7 {
        gap: 1.75rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:gap-9 {
        gap: 2.25rem;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-11 {
        gap: 2.75rem;
    }
    .md\:gap-12 {
        gap: 3rem;
    }
    .md\:gap-14 {
        gap: 3.5rem;
    }
    .md\:gap-16 {
        gap: 4rem;
    }
    .md\:gap-20 {
        gap: 5rem;
    }
    .md\:gap-23 {
        gap: 88px;
    }
    .md\:gap-24 {
        gap: 6rem;
    }
    .md\:gap-25 {
        gap: 100px;
    }
    .md\:gap-28 {
        gap: 7rem;
    }
    .md\:gap-29 {
        gap: 120px;
    }
    .md\:gap-32 {
        gap: 8rem;
    }
    .md\:gap-33 {
        gap: 130px;
    }
    .md\:gap-36 {
        gap: 9rem;
    }
    .md\:gap-40 {
        gap: 10rem;
    }
    .md\:gap-44 {
        gap: 11rem;
    }
    .md\:gap-48 {
        gap: 12rem;
    }
    .md\:gap-52 {
        gap: 13rem;
    }
    .md\:gap-56 {
        gap: 14rem;
    }
    .md\:gap-60 {
        gap: 15rem;
    }
    .md\:gap-63 {
        gap: 270px;
    }
    .md\:gap-64 {
        gap: 16rem;
    }
    .md\:gap-72 {
        gap: 18rem;
    }
    .md\:gap-80 {
        gap: 20rem;
    }
    .md\:gap-92 {
        gap: 475px;
    }
    .md\:gap-96 {
        gap: 24rem;
    }
    .md\:gap-128 {
        gap: 32rem;
    }
    .md\:gap-px {
        gap: 1px;
    }
    .md\:gap-0\.5 {
        gap: 0.125rem;
    }
    .md\:gap-1\.5 {
        gap: 0.375rem;
    }
    .md\:gap-2\.5 {
        gap: 0.625rem;
    }
    .md\:gap-3\.5 {
        gap: 0.875rem;
    }
    .md\:gap-105p {
        gap: 105px;
    }
    .md\:gap-50p {
        gap: 50px;
    }
    .md\:gap-54p {
        gap: 54px;
    }
    .md\:gap-1p {
        gap: 1px;
    }
    .md\:gap-2p {
        gap: 2px;
    }
    .md\:gap-3p {
        gap: 3px;
    }
    .md\:gap-5p {
        gap: 5px;
    }
    .md\:gap-7p {
        gap: 7px;
    }
    .md\:gap-9p {
        gap: 9px;
    }
    .md\:gap-10p {
        gap: 10px;
    }
    .md\:gap-11p {
        gap: 11px;
    }
    .md\:gap-13p {
        gap: 13px;
    }
    .md\:gap-15p {
        gap: 15px;
    }
    .md\:gap-18p {
        gap: 18px;
    }
    .md\:gap-19p {
        gap: 19px;
    }
    .md\:gap-21p {
        gap: 21px;
    }
    .md\:gap-22p {
        gap: 22px;
    }
    .md\:gap-23p {
        gap: 23px;
    }
    .md\:gap-25p {
        gap: 25px;
    }
    .md\:gap-26p {
        gap: 26px;
    }
    .md\:gap-29p {
        gap: 29px;
    }
    .md\:gap-30p {
        gap: 30px;
    }
    .md\:gap-31p {
        gap: 31px;
    }
    .md\:gap-35p {
        gap: 35px;
    }
    .md\:gap-52p {
        gap: 52px;
    }
    .md\:gap-53p {
        gap: 53px;
    }
    .md\:gap-55p {
        gap: 55px;
    }
    .md\:gap-59p {
        gap: 59px;
    }
    .md\:gap-27p {
        gap: 27px;
    }
    .md\:gap-33\.5p {
        gap: 33.5px;
    }
    .md\:gap-38p {
        gap: 38px;
    }
    .md\:gap-40p {
        gap: 40px;
    }
    .md\:gap-46p {
        gap: 46px;
    }
    .md\:gap-47p {
        gap: 47px;
    }
    .md\:gap-49p {
        gap: 49px;
    }
    .md\:gap-58p {
        gap: 58px;
    }
    .md\:gap-75p {
        gap: 75px;
    }
    .md\:gap-77p {
        gap: 77px;
    }
    .md\:gap-60p {
        gap: 60px;
    }
    .md\:gap-65p {
        gap: 65px;
    }
    .md\:gap-66p {
        gap: 66px;
    }
    .md\:gap-68p {
        gap: 68px;
    }
    .md\:gap-70p {
        gap: 70px;
    }
    .md\:gap-72p {
        gap: 72px;
    }
    .md\:gap-74p {
        gap: 74px;
    }
    .md\:gap-78p {
        gap: 78px;
    }
    .md\:gap-80p {
        gap: 80px;
    }
    .md\:gap-82p {
        gap: 82px;
    }
    .md\:gap-84p {
        gap: 84px;
    }
    .md\:gap-89p {
        gap: 89px;
    }
    .md\:gap-93p {
        gap: 93px;
    }
    .md\:gap-90p {
        gap: 90px;
    }
    .md\:gap-97p {
        gap: 97px;
    }
    .md\:gap-103p {
        gap: 103px;
    }
    .md\:gap-116p {
        gap: 116px;
    }
    .md\:gap-120p {
        gap: 120px;
    }
    .md\:gap-125p {
        gap: 125px;
    }
    .md\:gap-130p {
        gap: 130px;
    }
    .md\:gap-135p {
        gap: 135px;
    }
    .md\:gap-132p {
        gap: 132px;
    }
    .md\:gap-150p {
        gap: 150px;
    }
    .md\:gap-216p {
        gap: 216px;
    }
    .md\:gap-225p {
        gap: 225px;
    }
    .md\:gap-296p {
        gap: 296px;
    }
    .md\:gap-270p {
        gap: 270px;
    }
    .md\:gap-137p {
        gap: 137px;
    }
    .md\:gap-141p {
        gap: 141px;
    }
    .md\:gap-146p {
        gap: 146px;
    }
    .md\:gap-152p {
        gap: 152px;
    }
    .md\:gap-155p {
        gap: 155px;
    }
    .md\:gap-163p {
        gap: 163px;
    }
    .md\:gap-168p {
        gap: 168px;
    }
    .md\:gap-173p {
        gap: 173px;
    }
    .md\:gap-210p {
        gap: 210px;
    }
    .md\:gap-245p {
        gap: 245px;
    }
    .md\:gap-250p {
        gap: 250px;
    }
    .md\:gap-260p {
        gap: 260px;
    }
    .md\:gap-263p {
        gap: 263px;
    }
    .md\:gap-266p {
        gap: 266px;
    }
    .md\:gap-275p {
        gap: 275px;
    }
    .md\:gap-300p {
        gap: 300px;
    }
    .md\:gap-312p {
        gap: 312px;
    }
    .md\:gap-318p {
        gap: 318px;
    }
    .md\:gap-322p {
        gap: 322px;
    }
    .md\:gap-337p {
        gap: 337px;
    }
    .md\:gap-345p {
        gap: 345px;
    }
    .md\:gap-344p {
        gap: 344px;
    }
    .md\:gap-354p {
        gap: 354px;
    }
    .md\:gap-364p {
        gap: 364px;
    }
    .md\:gap-370p {
        gap: 370px;
    }
    .md\:gap-382p {
        gap: 382px;
    }
    .md\:gap-385p {
        gap: 385px;
    }
    .md\:gap-400p {
        gap: 400px;
    }
    .md\:gap-407p {
        gap: 407px;
    }
    .md\:gap-411p {
        gap: 411px;
    }
    .md\:gap-418p {
        gap: 418px;
    }
    .md\:gap-430p {
        gap: 430px;
    }
    .md\:gap-450p {
        gap: 450px;
    }
    .md\:gap-468p {
        gap: 468px;
    }
    .md\:gap-485p {
        gap: 485px;
    }
    .md\:gap-491p {
        gap: 491px;
    }
    .md\:gap-494p {
        gap: 494px;
    }
    .md\:gap-470p {
        gap: 470px;
    }
    .md\:gap-480p {
        gap: 480px;
    }
    .md\:gap-532p {
        gap: 532px;
    }
    .md\:gap-556p {
        gap: 556px;
    }
    .md\:gap-505p {
        gap: 505px;
    }
    .md\:gap-1179p {
        gap: 1179px;
    }
    .md\:gap-1253p {
        gap: 1253px;
    }
    .md\:gap-1575p {
        gap: 1575px;
    }
    .md\:gap-600p {
        gap: 600px;
    }
    .md\:gap-649p {
        gap: 649px;
    }
    .md\:gap-690p {
        gap: 690px;
    }
    .md\:gap-19\% {
        gap: 19%;
    }
    .md\:gap-23\% {
        gap: 23%;
    }
    .md\:gap-24\% {
        gap: 24%;
    }
    .md\:gap-36\% {
        gap: 36%;
    }
    .md\:gap-27\% {
        gap: 27%;
    }
    .md\:gap-28\% {
        gap: 28%;
    }
    .md\:gap-42\% {
        gap: 42%;
    }
    .md\:gap-46\% {
        gap: 46%;
    }
    .md\:gap-49\% {
        gap: 49%;
    }
    .md\:gap-54\% {
        gap: 54%;
    }
    .md\:gap-58\% {
        gap: 58%;
    }
    .md\:gap-72\% {
        gap: 72%;
    }
    .md\:gap-76\% {
        gap: 76%;
    }
    .md\:gap-77\% {
        gap: 77%;
    }
    .md\:gap-340p {
        gap: 340px;
    }
    .md\:gap-700p {
        gap: 700px;
    }
    .md\:gap-848p {
        gap: 848px;
    }
    .md\:gap-850p {
        gap: 850px;
    }
    .md\:gap-860p {
        gap: 860px;
    }
    .md\:gap-1425p {
        gap: 1425px;
    }
    .md\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .md\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .md\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .md\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .md\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .md\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .md\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .md\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .md\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .md\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .md\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .md\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .md\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .md\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .md\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .md\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .md\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .md\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .md\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .md\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .md\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .md\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .md\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .md\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .md\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .md\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .md\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .md\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .md\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .md\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .md\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .md\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .md\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .md\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .md\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .md\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .md\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .md\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .md\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .md\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .md\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .md\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .md\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .md\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .md\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .md\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .md\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .md\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .md\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .md\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .md\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .md\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .md\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .md\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .md\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .md\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .md\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .md\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .md\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .md\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .md\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .md\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .md\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .md\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .md\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .md\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .md\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .md\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .md\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .md\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .md\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .md\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .md\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .md\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .md\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .md\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .md\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .md\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .md\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .md\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .md\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .md\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .md\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .md\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .md\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .md\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .md\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .md\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .md\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .md\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .md\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .md\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .md\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .md\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .md\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .md\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .md\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .md\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .md\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .md\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .md\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .md\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .md\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .md\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .md\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .md\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .md\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .md\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .md\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .md\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .md\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .md\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .md\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .md\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .md\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .md\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .md\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .md\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .md\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .md\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .md\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .md\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .md\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .md\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .md\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .md\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .md\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .md\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .md\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .md\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .md\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .md\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .md\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .md\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .md\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .md\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .md\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .md\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .md\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .md\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .md\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .md\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .md\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .md\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .md\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .md\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .md\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .md\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .md\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .md\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .md\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .md\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .md\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .md\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .md\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .md\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .md\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .md\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .md\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .md\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .md\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .md\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .md\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .md\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .md\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .md\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .md\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .md\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .md\:gap-y-0 {
        row-gap: 0;
    }
    .md\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .md\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .md\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .md\:gap-y-4 {
        row-gap: 1rem;
    }
    .md\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .md\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .md\:gap-y-8 {
        row-gap: 2rem;
    }
    .md\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .md\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .md\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .md\:gap-y-12 {
        row-gap: 3rem;
    }
    .md\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .md\:gap-y-16 {
        row-gap: 4rem;
    }
    .md\:gap-y-20 {
        row-gap: 5rem;
    }
    .md\:gap-y-23 {
        row-gap: 88px;
    }
    .md\:gap-y-24 {
        row-gap: 6rem;
    }
    .md\:gap-y-25 {
        row-gap: 100px;
    }
    .md\:gap-y-28 {
        row-gap: 7rem;
    }
    .md\:gap-y-29 {
        row-gap: 120px;
    }
    .md\:gap-y-32 {
        row-gap: 8rem;
    }
    .md\:gap-y-33 {
        row-gap: 130px;
    }
    .md\:gap-y-36 {
        row-gap: 9rem;
    }
    .md\:gap-y-40 {
        row-gap: 10rem;
    }
    .md\:gap-y-44 {
        row-gap: 11rem;
    }
    .md\:gap-y-48 {
        row-gap: 12rem;
    }
    .md\:gap-y-52 {
        row-gap: 13rem;
    }
    .md\:gap-y-56 {
        row-gap: 14rem;
    }
    .md\:gap-y-60 {
        row-gap: 15rem;
    }
    .md\:gap-y-63 {
        row-gap: 270px;
    }
    .md\:gap-y-64 {
        row-gap: 16rem;
    }
    .md\:gap-y-72 {
        row-gap: 18rem;
    }
    .md\:gap-y-80 {
        row-gap: 20rem;
    }
    .md\:gap-y-92 {
        row-gap: 475px;
    }
    .md\:gap-y-96 {
        row-gap: 24rem;
    }
    .md\:gap-y-128 {
        row-gap: 32rem;
    }
    .md\:gap-y-px {
        row-gap: 1px;
    }
    .md\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .md\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .md\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .md\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .md\:gap-y-105p {
        row-gap: 105px;
    }
    .md\:gap-y-50p {
        row-gap: 50px;
    }
    .md\:gap-y-54p {
        row-gap: 54px;
    }
    .md\:gap-y-1p {
        row-gap: 1px;
    }
    .md\:gap-y-2p {
        row-gap: 2px;
    }
    .md\:gap-y-3p {
        row-gap: 3px;
    }
    .md\:gap-y-5p {
        row-gap: 5px;
    }
    .md\:gap-y-7p {
        row-gap: 7px;
    }
    .md\:gap-y-9p {
        row-gap: 9px;
    }
    .md\:gap-y-10p {
        row-gap: 10px;
    }
    .md\:gap-y-11p {
        row-gap: 11px;
    }
    .md\:gap-y-13p {
        row-gap: 13px;
    }
    .md\:gap-y-15p {
        row-gap: 15px;
    }
    .md\:gap-y-18p {
        row-gap: 18px;
    }
    .md\:gap-y-19p {
        row-gap: 19px;
    }
    .md\:gap-y-21p {
        row-gap: 21px;
    }
    .md\:gap-y-22p {
        row-gap: 22px;
    }
    .md\:gap-y-23p {
        row-gap: 23px;
    }
    .md\:gap-y-25p {
        row-gap: 25px;
    }
    .md\:gap-y-26p {
        row-gap: 26px;
    }
    .md\:gap-y-29p {
        row-gap: 29px;
    }
    .md\:gap-y-30p {
        row-gap: 30px;
    }
    .md\:gap-y-31p {
        row-gap: 31px;
    }
    .md\:gap-y-35p {
        row-gap: 35px;
    }
    .md\:gap-y-52p {
        row-gap: 52px;
    }
    .md\:gap-y-53p {
        row-gap: 53px;
    }
    .md\:gap-y-55p {
        row-gap: 55px;
    }
    .md\:gap-y-59p {
        row-gap: 59px;
    }
    .md\:gap-y-27p {
        row-gap: 27px;
    }
    .md\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .md\:gap-y-38p {
        row-gap: 38px;
    }
    .md\:gap-y-40p {
        row-gap: 40px;
    }
    .md\:gap-y-46p {
        row-gap: 46px;
    }
    .md\:gap-y-47p {
        row-gap: 47px;
    }
    .md\:gap-y-49p {
        row-gap: 49px;
    }
    .md\:gap-y-58p {
        row-gap: 58px;
    }
    .md\:gap-y-75p {
        row-gap: 75px;
    }
    .md\:gap-y-77p {
        row-gap: 77px;
    }
    .md\:gap-y-60p {
        row-gap: 60px;
    }
    .md\:gap-y-65p {
        row-gap: 65px;
    }
    .md\:gap-y-66p {
        row-gap: 66px;
    }
    .md\:gap-y-68p {
        row-gap: 68px;
    }
    .md\:gap-y-70p {
        row-gap: 70px;
    }
    .md\:gap-y-72p {
        row-gap: 72px;
    }
    .md\:gap-y-74p {
        row-gap: 74px;
    }
    .md\:gap-y-78p {
        row-gap: 78px;
    }
    .md\:gap-y-80p {
        row-gap: 80px;
    }
    .md\:gap-y-82p {
        row-gap: 82px;
    }
    .md\:gap-y-84p {
        row-gap: 84px;
    }
    .md\:gap-y-89p {
        row-gap: 89px;
    }
    .md\:gap-y-93p {
        row-gap: 93px;
    }
    .md\:gap-y-90p {
        row-gap: 90px;
    }
    .md\:gap-y-97p {
        row-gap: 97px;
    }
    .md\:gap-y-103p {
        row-gap: 103px;
    }
    .md\:gap-y-116p {
        row-gap: 116px;
    }
    .md\:gap-y-120p {
        row-gap: 120px;
    }
    .md\:gap-y-125p {
        row-gap: 125px;
    }
    .md\:gap-y-130p {
        row-gap: 130px;
    }
    .md\:gap-y-135p {
        row-gap: 135px;
    }
    .md\:gap-y-132p {
        row-gap: 132px;
    }
    .md\:gap-y-150p {
        row-gap: 150px;
    }
    .md\:gap-y-216p {
        row-gap: 216px;
    }
    .md\:gap-y-225p {
        row-gap: 225px;
    }
    .md\:gap-y-296p {
        row-gap: 296px;
    }
    .md\:gap-y-270p {
        row-gap: 270px;
    }
    .md\:gap-y-137p {
        row-gap: 137px;
    }
    .md\:gap-y-141p {
        row-gap: 141px;
    }
    .md\:gap-y-146p {
        row-gap: 146px;
    }
    .md\:gap-y-152p {
        row-gap: 152px;
    }
    .md\:gap-y-155p {
        row-gap: 155px;
    }
    .md\:gap-y-163p {
        row-gap: 163px;
    }
    .md\:gap-y-168p {
        row-gap: 168px;
    }
    .md\:gap-y-173p {
        row-gap: 173px;
    }
    .md\:gap-y-210p {
        row-gap: 210px;
    }
    .md\:gap-y-245p {
        row-gap: 245px;
    }
    .md\:gap-y-250p {
        row-gap: 250px;
    }
    .md\:gap-y-260p {
        row-gap: 260px;
    }
    .md\:gap-y-263p {
        row-gap: 263px;
    }
    .md\:gap-y-266p {
        row-gap: 266px;
    }
    .md\:gap-y-275p {
        row-gap: 275px;
    }
    .md\:gap-y-300p {
        row-gap: 300px;
    }
    .md\:gap-y-312p {
        row-gap: 312px;
    }
    .md\:gap-y-318p {
        row-gap: 318px;
    }
    .md\:gap-y-322p {
        row-gap: 322px;
    }
    .md\:gap-y-337p {
        row-gap: 337px;
    }
    .md\:gap-y-345p {
        row-gap: 345px;
    }
    .md\:gap-y-344p {
        row-gap: 344px;
    }
    .md\:gap-y-354p {
        row-gap: 354px;
    }
    .md\:gap-y-364p {
        row-gap: 364px;
    }
    .md\:gap-y-370p {
        row-gap: 370px;
    }
    .md\:gap-y-382p {
        row-gap: 382px;
    }
    .md\:gap-y-385p {
        row-gap: 385px;
    }
    .md\:gap-y-400p {
        row-gap: 400px;
    }
    .md\:gap-y-407p {
        row-gap: 407px;
    }
    .md\:gap-y-411p {
        row-gap: 411px;
    }
    .md\:gap-y-418p {
        row-gap: 418px;
    }
    .md\:gap-y-430p {
        row-gap: 430px;
    }
    .md\:gap-y-450p {
        row-gap: 450px;
    }
    .md\:gap-y-468p {
        row-gap: 468px;
    }
    .md\:gap-y-485p {
        row-gap: 485px;
    }
    .md\:gap-y-491p {
        row-gap: 491px;
    }
    .md\:gap-y-494p {
        row-gap: 494px;
    }
    .md\:gap-y-470p {
        row-gap: 470px;
    }
    .md\:gap-y-480p {
        row-gap: 480px;
    }
    .md\:gap-y-532p {
        row-gap: 532px;
    }
    .md\:gap-y-556p {
        row-gap: 556px;
    }
    .md\:gap-y-505p {
        row-gap: 505px;
    }
    .md\:gap-y-1179p {
        row-gap: 1179px;
    }
    .md\:gap-y-1253p {
        row-gap: 1253px;
    }
    .md\:gap-y-1575p {
        row-gap: 1575px;
    }
    .md\:gap-y-600p {
        row-gap: 600px;
    }
    .md\:gap-y-649p {
        row-gap: 649px;
    }
    .md\:gap-y-690p {
        row-gap: 690px;
    }
    .md\:gap-y-19\% {
        row-gap: 19%;
    }
    .md\:gap-y-23\% {
        row-gap: 23%;
    }
    .md\:gap-y-24\% {
        row-gap: 24%;
    }
    .md\:gap-y-36\% {
        row-gap: 36%;
    }
    .md\:gap-y-27\% {
        row-gap: 27%;
    }
    .md\:gap-y-28\% {
        row-gap: 28%;
    }
    .md\:gap-y-42\% {
        row-gap: 42%;
    }
    .md\:gap-y-46\% {
        row-gap: 46%;
    }
    .md\:gap-y-49\% {
        row-gap: 49%;
    }
    .md\:gap-y-54\% {
        row-gap: 54%;
    }
    .md\:gap-y-58\% {
        row-gap: 58%;
    }
    .md\:gap-y-72\% {
        row-gap: 72%;
    }
    .md\:gap-y-76\% {
        row-gap: 76%;
    }
    .md\:gap-y-77\% {
        row-gap: 77%;
    }
    .md\:gap-y-340p {
        row-gap: 340px;
    }
    .md\:gap-y-700p {
        row-gap: 700px;
    }
    .md\:gap-y-848p {
        row-gap: 848px;
    }
    .md\:gap-y-850p {
        row-gap: 850px;
    }
    .md\:gap-y-860p {
        row-gap: 860px;
    }
    .md\:gap-y-1425p {
        row-gap: 1425px;
    }
    .md\:grid-flow-row {
        grid-auto-flow: row;
    }
    .md\:grid-flow-col {
        grid-auto-flow: column;
    }
    .md\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .md\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-none {
        grid-template-columns: none;
    }
    .md\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .md\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .md\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .md\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .md\:col-auto {
        grid-column: auto;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .md\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .md\:col-span-full {
        grid-column: 1/-1;
    }
    .md\:col-start-1 {
        grid-column-start: 1;
    }
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:col-start-3 {
        grid-column-start: 3;
    }
    .md\:col-start-4 {
        grid-column-start: 4;
    }
    .md\:col-start-5 {
        grid-column-start: 5;
    }
    .md\:col-start-6 {
        grid-column-start: 6;
    }
    .md\:col-start-7 {
        grid-column-start: 7;
    }
    .md\:col-start-8 {
        grid-column-start: 8;
    }
    .md\:col-start-9 {
        grid-column-start: 9;
    }
    .md\:col-start-10 {
        grid-column-start: 10;
    }
    .md\:col-start-11 {
        grid-column-start: 11;
    }
    .md\:col-start-12 {
        grid-column-start: 12;
    }
    .md\:col-start-13 {
        grid-column-start: 13;
    }
    .md\:col-start-auto {
        grid-column-start: auto;
    }
    .md\:col-end-1 {
        grid-column-end: 1;
    }
    .md\:col-end-2 {
        grid-column-end: 2;
    }
    .md\:col-end-3 {
        grid-column-end: 3;
    }
    .md\:col-end-4 {
        grid-column-end: 4;
    }
    .md\:col-end-5 {
        grid-column-end: 5;
    }
    .md\:col-end-6 {
        grid-column-end: 6;
    }
    .md\:col-end-7 {
        grid-column-end: 7;
    }
    .md\:col-end-8 {
        grid-column-end: 8;
    }
    .md\:col-end-9 {
        grid-column-end: 9;
    }
    .md\:col-end-10 {
        grid-column-end: 10;
    }
    .md\:col-end-11 {
        grid-column-end: 11;
    }
    .md\:col-end-12 {
        grid-column-end: 12;
    }
    .md\:col-end-13 {
        grid-column-end: 13;
    }
    .md\:col-end-auto {
        grid-column-end: auto;
    }
    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-rows-none {
        grid-template-rows: none;
    }
    .md\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .md\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .md\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .md\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .md\:row-auto {
        grid-row: auto;
    }
    .md\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .md\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .md\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .md\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .md\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .md\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .md\:row-span-full {
        grid-row: 1/-1;
    }
    .md\:row-start-1 {
        grid-row-start: 1;
    }
    .md\:row-start-2 {
        grid-row-start: 2;
    }
    .md\:row-start-3 {
        grid-row-start: 3;
    }
    .md\:row-start-4 {
        grid-row-start: 4;
    }
    .md\:row-start-5 {
        grid-row-start: 5;
    }
    .md\:row-start-6 {
        grid-row-start: 6;
    }
    .md\:row-start-7 {
        grid-row-start: 7;
    }
    .md\:row-start-auto {
        grid-row-start: auto;
    }
    .md\:row-end-1 {
        grid-row-end: 1;
    }
    .md\:row-end-2 {
        grid-row-end: 2;
    }
    .md\:row-end-3 {
        grid-row-end: 3;
    }
    .md\:row-end-4 {
        grid-row-end: 4;
    }
    .md\:row-end-5 {
        grid-row-end: 5;
    }
    .md\:row-end-6 {
        grid-row-end: 6;
    }
    .md\:row-end-7 {
        grid-row-end: 7;
    }
    .md\:row-end-auto {
        grid-row-end: auto;
    }
    .md\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .md\:transform-none {
        transform: none;
    }
    .md\:origin-center {
        transform-origin: center;
    }
    .md\:origin-top {
        transform-origin: top;
    }
    .md\:origin-top-right {
        transform-origin: top right;
    }
    .md\:origin-right {
        transform-origin: right;
    }
    .md\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .md\:origin-bottom {
        transform-origin: bottom;
    }
    .md\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .md\:origin-left {
        transform-origin: left;
    }
    .md\:origin-top-left {
        transform-origin: top left;
    }
    .md\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .md\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .md\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .md\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .md\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .md\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .md\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .md\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .md\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .md\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .md\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .md\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .md\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .md\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .md\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .md\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .md\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .md\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .md\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .md\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .md\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .md\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .md\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .md\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .md\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .md\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .md\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .md\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .md\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .md\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .md\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .md\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .md\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .md\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .md\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .md\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .md\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .md\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .md\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .md\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .md\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .md\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .md\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .md\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .md\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .md\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .md\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .md\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .md\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .md\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .md\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .md\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .md\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .md\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .md\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .md\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .md\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .md\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .md\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .md\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .md\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .md\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .md\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .md\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .md\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .md\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .md\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .md\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .md\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .md\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .md\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .md\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .md\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .md\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .md\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .md\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .md\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .md\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .md\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .md\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .md\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .md\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .md\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .md\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .md\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .md\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .md\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .md\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .md\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .md\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .md\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .md\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .md\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .md\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .md\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .md\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .md\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .md\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .md\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .md\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .md\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .md\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .md\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .md\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .md\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .md\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .md\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .md\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .md\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .md\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .md\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .md\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .md\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .md\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .md\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .md\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .md\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .md\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .md\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .md\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .md\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .md\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .md\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .md\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .md\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .md\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .md\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .md\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .md\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .md\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .md\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .md\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .md\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .md\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .md\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .md\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .md\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .md\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .md\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .md\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .md\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .md\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .md\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .md\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .md\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .md\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .md\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .md\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .md\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .md\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .md\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .md\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .md\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .md\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .md\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .md\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .md\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .md\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .md\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .md\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .md\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .md\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .md\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .md\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .md\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .md\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .md\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .md\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .md\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .md\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .md\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .md\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .md\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .md\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .md\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .md\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .md\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .md\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .md\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .md\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .md\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .md\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .md\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .md\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .md\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .md\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .md\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .md\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .md\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .md\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .md\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .md\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .md\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .md\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .md\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .md\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .md\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .md\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .md\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .md\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .md\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .md\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .md\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .md\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .md\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .md\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .md\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .md\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .md\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .md\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .md\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .md\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .md\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .md\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .md\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .md\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .md\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .md\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .md\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .md\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .md\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .md\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .md\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .md\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .md\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .md\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .md\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .md\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .md\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .md\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .md\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .md\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .md\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .md\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .md\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .md\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .md\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .md\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .md\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .md\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .md\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .md\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .md\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .md\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .md\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .md\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .md\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .md\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .md\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .md\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .md\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .md\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .md\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .md\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .md\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .md\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .md\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .md\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .md\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .md\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .md\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .md\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .md\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .md\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .md\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .md\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .md\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .md\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .md\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .md\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .md\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .md\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .md\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .md\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .md\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .md\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .md\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .md\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .md\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .md\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .md\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .md\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .md\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .md\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .md\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .md\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .md\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .md\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .md\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .md\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .md\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .md\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .md\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .md\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .md\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .md\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .md\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .md\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .md\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .md\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .md\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .md\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .md\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .md\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .md\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .md\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .md\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .md\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .md\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .md\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .md\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .md\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .md\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .md\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .md\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .md\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .md\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .md\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .md\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .md\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .md\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .md\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .md\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .md\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .md\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .md\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .md\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .md\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .md\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .md\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .md\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .md\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .md\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .md\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .md\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .md\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .md\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .md\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .md\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .md\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .md\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .md\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .md\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .md\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .md\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .md\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .md\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .md\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .md\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .md\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .md\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .md\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .md\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .md\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .md\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .md\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .md\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .md\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .md\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .md\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .md\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .md\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .md\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .md\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .md\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .md\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .md\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .md\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .md\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .md\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .md\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .md\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .md\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .md\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .md\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .md\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .md\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .md\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .md\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .md\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .md\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .md\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .md\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .md\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .md\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .md\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .md\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .md\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .md\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .md\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .md\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .md\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .md\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .md\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .md\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .md\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .md\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .md\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .md\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .md\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .md\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .md\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .md\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .md\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .md\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .md\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .md\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .md\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .md\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .md\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .md\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .md\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .md\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .md\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .md\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .md\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .md\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .md\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .md\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .md\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .md\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .md\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .md\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .md\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .md\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .md\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .md\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .md\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .md\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .md\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .md\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .md\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .md\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .md\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .md\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .md\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .md\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .md\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .md\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .md\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .md\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .md\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .md\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .md\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .md\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .md\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .md\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .md\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .md\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .md\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .md\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .md\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .md\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .md\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .md\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .md\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .md\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .md\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .md\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .md\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .md\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .md\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .md\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .md\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .md\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .md\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .md\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .md\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .md\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .md\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .md\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .md\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .md\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .md\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .md\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .md\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .md\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .md\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .md\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .md\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .md\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .md\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .md\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .md\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .md\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .md\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .md\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .md\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .md\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .md\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .md\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .md\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .md\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .md\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .md\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .md\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .md\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .md\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .md\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .md\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .md\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .md\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .md\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .md\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .md\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .md\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .md\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .md\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .md\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .md\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .md\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .md\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .md\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .md\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .md\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .md\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .md\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .md\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .md\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .md\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .md\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .md\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .md\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .md\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .md\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .md\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .md\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .md\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .md\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .md\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .md\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .md\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .md\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .md\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .md\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .md\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .md\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .md\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .md\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .md\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .md\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .md\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .md\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .md\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .md\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .md\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .md\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .md\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .md\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .md\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .md\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .md\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .md\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .md\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .md\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .md\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .md\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .md\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .md\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .md\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .md\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .md\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .md\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .md\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .md\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .md\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .md\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .md\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .md\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .md\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .md\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .md\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .md\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .md\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .md\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .md\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .md\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .md\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .md\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .md\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .md\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .md\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .md\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .md\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .md\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .md\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .md\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .md\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .md\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .md\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .md\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .md\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .md\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .md\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .md\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .md\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .md\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .md\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .md\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .md\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .md\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .md\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .md\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .md\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .md\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .md\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .md\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .md\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .md\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .md\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .md\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .md\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .md\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .md\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .md\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .md\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .md\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .md\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .md\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .md\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .md\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .md\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .md\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .md\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .md\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .md\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .md\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .md\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .md\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .md\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .md\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .md\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .md\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .md\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .md\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .md\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .md\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .md\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .md\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .md\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .md\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .md\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .md\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .md\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .md\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .md\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .md\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .md\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .md\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .md\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .md\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .md\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .md\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .md\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .md\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .md\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .md\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .md\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .md\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .md\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .md\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .md\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .md\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .md\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .md\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .md\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .md\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .md\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .md\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .md\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .md\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .md\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .md\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .md\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .md\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .md\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .md\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .md\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .md\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .md\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .md\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .md\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .md\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .md\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .md\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .md\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .md\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .md\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .md\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .md\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .md\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .md\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .md\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .md\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .md\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .md\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .md\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .md\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .md\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .md\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .md\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .md\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .md\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .md\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .md\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .md\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .md\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .md\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .md\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .md\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .md\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .md\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .md\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .md\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .md\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .md\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .md\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .md\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .md\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .md\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .md\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .md\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .md\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .md\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .md\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .md\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .md\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .md\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .md\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .md\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .md\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .md\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .md\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .md\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .md\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .md\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .md\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .md\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .md\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .md\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .md\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .md\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .md\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .md\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .md\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .md\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .md\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .md\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .md\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .md\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .md\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .md\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .md\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .md\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .md\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .md\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .md\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .md\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .md\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .md\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .md\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .md\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .md\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .md\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .md\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .md\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .md\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .md\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .md\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .md\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .md\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .md\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .md\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .md\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .md\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .md\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .md\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .md\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .md\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .md\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .md\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .md\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .md\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .md\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .md\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .md\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .md\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .md\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .md\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .md\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .md\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .md\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .md\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .md\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .md\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .md\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .md\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .md\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .md\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .md\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .md\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .md\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .md\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .md\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .md\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .md\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .md\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .md\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .md\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .md\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .md\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .md\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .md\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .md\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .md\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .md\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .md\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .md\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .md\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .md\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .md\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .md\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .md\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .md\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .md\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .md\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .md\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .md\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .md\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .md\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .md\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .md\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .md\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .md\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .md\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .md\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .md\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .md\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .md\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .md\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .md\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .md\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .md\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .md\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .md\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .md\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .md\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .md\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .md\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .md\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .md\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .md\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .md\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .md\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .md\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .md\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .md\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .md\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .md\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .md\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .md\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .md\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .md\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .md\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .md\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .md\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .md\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .md\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .md\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .md\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .md\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .md\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .md\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .md\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .md\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .md\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .md\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .md\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .md\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .md\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .md\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .md\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .md\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .md\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .md\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .md\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .md\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .md\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .md\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .md\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .md\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .md\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .md\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .md\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .md\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .md\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .md\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .md\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .md\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .md\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .md\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .md\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .md\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .md\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .md\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .md\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .md\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .md\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .md\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .md\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .md\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .md\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .md\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .md\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .md\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .md\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .md\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .md\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .md\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .md\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .md\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .md\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .md\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .md\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .md\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .md\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .md\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .md\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .md\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .md\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .md\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .md\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .md\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .md\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .md\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .md\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .md\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .md\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .md\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .md\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .md\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .md\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .md\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .md\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .md\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .md\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .md\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .md\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .md\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .md\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .md\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .md\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .md\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .md\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .md\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .md\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .md\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .md\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .md\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .md\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .md\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .md\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .md\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .md\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .md\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .md\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .md\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .md\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .md\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .md\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .md\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .md\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .md\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .md\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .md\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .md\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .md\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .md\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .md\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .md\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .md\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .md\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .md\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .md\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .md\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .md\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .md\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .md\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .md\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .md\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .md\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .md\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .md\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .md\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .md\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .md\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .md\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .md\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .md\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .md\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .md\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .md\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .md\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .md\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .md\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .md\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .md\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .md\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .md\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .md\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .md\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .md\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .md\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .md\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .md\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .md\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .md\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .md\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .md\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .md\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .md\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .md\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .md\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .md\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .md\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .md\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .md\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .md\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .md\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .md\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .md\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .md\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .md\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .md\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .md\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .md\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .md\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .md\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .md\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .md\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .md\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .md\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .md\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .md\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .md\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .md\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .md\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .md\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .md\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .md\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .md\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .md\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .md\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .md\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .md\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .md\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .md\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .md\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .md\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .md\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .md\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .md\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .md\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .md\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .md\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .md\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .md\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .md\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .md\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .md\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .md\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .md\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .md\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .md\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .md\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .md\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .md\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .md\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .md\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .md\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .md\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .md\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .md\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .md\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .md\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .md\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .md\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .md\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .md\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .md\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .md\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .md\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .md\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .md\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .md\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .md\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .md\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .md\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .md\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .md\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .md\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .md\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .md\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .md\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .md\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .md\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .md\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .md\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .md\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .md\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .md\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .md\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .md\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .md\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .md\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .md\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .md\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .md\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .md\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .md\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .md\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .md\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .md\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .md\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .md\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .md\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .md\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .md\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .md\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .md\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .md\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .md\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .md\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .md\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .md\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .md\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .md\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .md\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .md\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .md\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .md\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .md\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .md\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .md\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .md\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .md\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .md\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .md\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .md\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .md\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .md\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .md\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .md\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .md\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .md\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .md\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .md\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .md\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .md\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .md\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .md\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .md\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .md\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .md\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .md\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .md\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .md\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .md\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .md\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .md\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .md\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .md\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .md\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .md\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .md\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .md\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .md\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .md\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .md\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .md\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .md\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .md\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .md\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .md\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .md\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .md\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .md\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .md\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .md\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .md\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .md\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .md\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .md\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .md\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .md\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .md\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .md\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .md\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .md\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .md\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .md\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .md\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .md\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .md\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .md\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .md\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .md\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .md\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .md\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .md\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .md\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .md\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .md\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .md\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .md\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .md\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .md\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .md\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .md\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .md\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .md\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .md\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .md\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .md\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .md\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .md\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .md\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .md\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .md\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .md\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .md\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .md\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .md\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .md\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .md\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .md\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .md\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .md\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .md\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .md\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .md\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .md\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .md\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .md\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .md\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .md\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .md\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .md\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .md\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .md\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .md\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .md\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .md\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .md\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .md\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .md\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .md\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .md\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .md\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .md\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .md\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .md\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .md\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .md\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .md\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .md\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .md\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .md\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .md\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .md\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .md\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .md\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .md\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .md\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .md\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .md\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .md\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .md\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .md\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .md\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .md\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .md\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .md\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .md\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .md\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .md\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .md\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .md\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .md\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .md\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .md\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .md\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .md\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .md\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .md\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .md\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .md\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .md\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .md\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .md\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .md\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .md\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .md\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .md\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .md\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .md\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .md\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .md\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .md\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .md\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .md\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .md\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .md\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .md\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .md\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .md\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .md\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .md\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .md\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .md\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .md\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .md\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .md\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .md\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .md\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .md\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .md\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .md\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .md\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .md\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .md\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .md\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .md\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .md\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .md\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .md\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .md\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .md\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .md\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .md\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .md\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .md\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .md\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .md\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .md\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .md\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .md\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .md\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .md\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .md\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .md\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .md\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .md\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .md\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .md\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .md\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .md\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .md\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .md\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .md\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .md\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .md\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .md\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .md\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .md\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .md\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .md\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .md\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .md\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .md\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .md\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .md\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .md\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .md\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .md\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .md\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .md\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .md\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .md\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .md\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .md\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .md\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .md\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .md\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .md\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .md\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .md\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .md\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .md\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .md\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .md\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .md\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .md\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .md\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .md\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .md\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .md\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .md\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .md\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .md\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .md\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .md\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .md\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .md\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .md\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .md\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .md\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .md\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .md\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .md\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .md\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .md\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .md\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .md\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .md\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .md\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .md\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .md\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .md\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .md\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .md\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .md\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .md\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .md\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .md\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .md\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .md\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .md\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .md\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .md\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .md\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .md\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .md\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .md\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .md\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .md\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .md\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .md\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .md\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .md\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .md\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .md\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .md\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .md\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .md\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .md\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .md\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .md\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .md\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .md\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .md\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .md\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .md\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .md\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .md\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .md\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .md\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .md\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .md\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .md\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .md\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .md\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .md\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .md\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .md\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .md\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .md\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .md\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .md\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .md\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .md\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .md\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .md\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .md\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .md\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .md\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .md\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .md\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .md\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .md\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .md\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .md\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .md\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .md\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .md\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .md\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .md\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .md\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .md\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .md\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .md\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .md\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .md\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .md\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .md\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .md\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .md\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .md\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .md\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .md\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .md\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .md\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .md\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .md\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .md\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .md\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .md\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .md\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .md\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .md\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .md\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .md\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .md\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .md\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .md\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .md\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .md\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .md\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .md\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .md\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .md\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .md\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .md\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .md\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .md\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .md\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .md\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .md\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .md\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .md\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .md\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .md\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .md\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .md\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .md\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .md\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .md\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .md\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .md\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .md\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .md\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .md\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .md\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .md\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .md\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .md\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .md\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .md\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .md\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .md\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .md\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .md\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .md\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .md\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .md\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .md\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .md\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .md\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .md\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .md\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .md\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .md\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .md\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .md\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .md\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .md\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .md\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .md\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .md\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .md\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .md\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .md\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .md\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .md\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .md\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .md\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .md\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .md\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .md\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .md\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .md\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .md\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .md\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .md\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .md\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .md\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .md\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .md\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .md\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .md\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .md\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .md\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .md\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .md\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .md\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .md\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .md\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .md\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .md\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .md\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .md\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .md\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .md\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .md\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .md\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .md\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .md\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .md\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .md\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .md\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .md\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .md\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .md\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .md\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .md\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .md\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .md\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .md\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .md\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .md\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .md\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .md\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .md\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .md\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .md\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .md\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .md\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .md\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .md\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .md\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .md\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .md\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .md\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .md\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .md\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .md\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .md\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .md\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .md\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .md\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .md\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .md\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .md\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .md\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .md\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .md\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .md\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .md\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .md\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .md\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .md\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .md\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .md\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .md\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .md\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .md\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .md\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .md\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .md\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .md\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .md\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .md\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .md\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .md\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .md\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .md\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .md\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .md\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .md\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .md\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .md\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .md\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .md\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .md\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .md\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .md\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .md\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .md\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .md\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .md\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .md\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .md\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .md\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .md\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .md\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .md\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .md\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .md\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .md\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .md\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .md\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .md\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .md\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .md\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .md\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .md\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .md\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .md\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .md\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .md\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .md\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .md\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .md\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .md\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .md\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .md\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .md\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .md\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .md\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .md\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .md\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .md\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .md\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .md\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .md\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .md\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .md\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .md\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .md\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .md\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .md\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .md\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .md\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .md\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .md\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .md\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .md\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .md\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .md\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .md\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .md\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .md\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .md\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .md\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .md\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .md\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .md\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .md\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .md\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .md\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .md\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .md\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .md\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .md\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .md\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .md\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .md\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .md\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .md\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .md\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .md\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .md\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .md\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .md\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .md\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .md\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .md\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .md\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .md\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .md\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .md\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .md\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .md\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .md\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .md\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .md\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .md\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .md\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .md\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .md\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .md\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .md\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .md\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .md\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .md\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .md\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .md\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .md\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .md\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .md\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .md\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .md\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .md\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .md\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .md\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .md\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .md\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .md\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .md\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .md\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .md\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .md\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .md\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .md\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .md\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .md\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .md\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .md\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .md\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .md\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .md\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .md\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .md\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .md\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .md\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .md\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .md\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .md\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .md\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .md\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .md\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .md\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .md\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .md\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .md\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .md\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .md\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .md\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .md\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .md\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .md\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .md\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .md\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .md\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .md\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .md\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .md\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .md\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .md\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .md\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .md\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .md\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .md\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .md\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .md\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .md\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .md\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .md\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .md\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .md\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .md\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .md\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .md\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .md\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .md\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .md\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .md\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .md\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .md\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .md\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .md\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .md\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .md\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .md\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .md\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .md\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .md\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .md\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .md\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .md\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .md\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .md\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .md\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .md\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .md\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .md\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .md\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .md\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .md\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .md\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .md\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .md\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .md\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .md\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .md\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .md\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .md\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .md\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .md\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .md\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .md\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .md\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .md\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .md\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .md\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .md\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .md\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .md\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .md\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .md\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .md\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .md\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .md\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .md\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .md\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .md\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .md\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .md\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .md\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .md\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .md\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .md\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .md\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .md\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .md\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .md\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .md\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .md\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .md\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .md\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .md\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .md\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .md\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .md\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .md\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .md\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .md\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .md\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .md\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .md\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .md\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .md\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .md\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .md\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .md\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .md\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .md\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .md\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .md\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .md\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .md\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .md\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .md\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .md\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .md\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .md\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .md\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .md\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .md\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .md\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .md\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .md\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .md\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .md\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .md\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .md\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .md\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .md\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .md\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .md\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .md\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .md\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .md\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .md\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .md\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .md\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .md\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .md\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .md\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .md\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .md\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .md\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .md\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .md\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .md\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .md\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .md\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .md\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .md\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .md\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .md\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .md\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .md\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .md\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .md\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .md\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .md\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .md\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .md\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .md\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .md\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .md\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .md\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .md\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .md\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .md\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .md\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .md\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .md\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .md\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .md\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .md\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .md\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .md\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .md\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .md\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .md\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .md\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .md\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .md\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .md\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .md\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .md\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .md\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .md\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .md\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .md\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .md\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .md\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .md\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .md\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .md\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .md\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .md\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .md\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .md\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .md\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .md\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .md\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .md\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .md\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .md\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .md\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .md\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .md\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .md\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .md\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .md\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .md\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .md\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .md\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .md\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .md\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .md\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .md\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .md\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .md\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .md\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .md\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .md\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .md\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .md\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .md\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .md\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .md\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .md\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .md\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .md\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .md\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .md\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .md\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .md\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .md\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .md\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .md\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .md\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .md\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .md\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .md\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .md\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .md\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .md\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .md\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .md\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .md\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .md\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .md\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .md\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .md\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .md\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .md\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .md\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .md\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .md\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .md\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .md\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .md\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .md\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .md\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .md\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .md\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .md\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .md\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .md\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .md\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .md\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .md\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .md\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .md\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .md\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .md\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .md\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .md\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .md\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .md\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .md\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .md\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .md\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .md\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .md\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .md\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .md\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .md\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .md\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .md\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .md\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .md\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .md\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .md\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .md\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .md\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .md\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .md\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .md\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .md\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .md\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .md\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .md\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .md\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .md\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .md\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .md\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .md\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .md\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .md\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .md\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .md\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .md\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .md\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .md\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .md\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .md\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .md\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .md\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .md\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .md\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .md\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .md\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .md\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .md\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .md\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .md\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .md\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .md\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .md\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .md\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .md\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .md\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .md\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .md\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .md\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .md\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .md\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .md\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .md\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .md\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .md\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .md\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .md\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .md\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .md\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .md\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .md\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .md\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .md\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .md\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .md\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .md\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .md\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .md\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .md\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .md\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .md\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .md\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .md\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .md\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .md\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .md\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .md\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .md\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .md\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .md\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .md\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .md\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .md\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .md\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .md\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .md\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .md\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .md\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .md\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .md\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .md\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .md\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .md\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .md\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .md\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .md\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .md\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .md\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .md\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .md\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .md\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .md\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .md\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .md\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .md\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .md\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .md\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .md\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .md\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .md\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .md\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .md\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .md\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .md\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .md\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .md\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .md\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .md\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .md\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .md\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .md\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .md\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .md\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .md\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .md\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .md\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .md\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .md\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .md\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .md\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .md\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .md\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .md\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .md\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .md\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .md\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .md\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .md\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .md\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .md\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .md\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .md\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .md\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .md\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .md\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .md\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .md\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .md\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .md\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .md\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .md\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .md\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .md\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .md\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .md\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .md\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .md\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .md\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .md\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .md\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .md\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .md\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .md\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .md\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .md\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .md\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .md\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .md\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .md\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .md\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .md\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .md\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .md\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .md\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .md\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .md\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .md\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .md\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .md\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .md\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .md\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .md\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .md\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .md\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .md\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .md\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .md\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .md\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .md\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .md\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .md\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .md\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .md\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .md\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .md\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .md\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .md\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .md\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .md\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .md\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .md\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .md\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .md\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .md\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .md\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .md\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .md\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .md\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .md\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .md\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .md\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .md\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .md\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .md\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .md\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .md\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .md\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .md\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .md\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .md\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .md\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .md\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .md\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .md\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .md\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .md\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .md\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .md\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .md\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .md\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .md\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .md\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .md\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .md\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .md\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .md\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .md\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .md\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .md\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .md\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .md\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .md\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .md\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .md\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .md\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .md\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .md\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .md\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .md\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .md\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .md\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .md\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .md\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .md\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .md\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .md\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .md\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .md\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .md\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .md\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .md\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .md\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .md\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .md\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .md\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .md\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .md\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .md\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .md\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .md\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .md\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .md\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .md\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .md\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .md\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .md\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .md\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .md\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .md\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .md\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .md\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .md\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .md\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .md\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .md\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .md\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .md\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .md\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .md\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .md\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .md\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .md\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .md\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .md\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .md\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .md\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .md\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .md\:transition-none {
        transition-property: none;
    }
    .md\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:transition {
        transition-property: background-color, border-color, color, fill, stroke,
            opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .md\:ease-linear {
        transition-timing-function: linear;
    }
    .md\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .md\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .md\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .md\:duration-75 {
        transition-duration: 75ms;
    }
    .md\:duration-100 {
        transition-duration: 0.1s;
    }
    .md\:duration-150 {
        transition-duration: 150ms;
    }
    .md\:duration-200 {
        transition-duration: 0.2s;
    }
    .md\:duration-300 {
        transition-duration: 0.3s;
    }
    .md\:duration-500 {
        transition-duration: 0.5s;
    }
    .md\:duration-700 {
        transition-duration: 0.7s;
    }
    .md\:duration-1000 {
        transition-duration: 1s;
    }
    .md\:delay-75 {
        transition-delay: 75ms;
    }
    .md\:delay-100 {
        transition-delay: 0.1s;
    }
    .md\:delay-150 {
        transition-delay: 150ms;
    }
    .md\:delay-200 {
        transition-delay: 0.2s;
    }
    .md\:delay-300 {
        transition-delay: 0.3s;
    }
    .md\:delay-500 {
        transition-delay: 0.5s;
    }
    .md\:delay-700 {
        transition-delay: 0.7s;
    }
    .md\:delay-1000 {
        transition-delay: 1s;
    }
    .md\:animate-none {
        animation: none;
    }
    .md\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .md\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .md\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .md\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .lg\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .lg\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .lg\:container {
            max-width: 480px;
        }
    }
    @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: 1920px) {
        .lg\:container {
            max-width: 1920px;
        }
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }
    .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .lg\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .lg\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .lg\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }
    .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }
    .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }
    .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .lg\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .lg\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .lg\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .lg\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .lg\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .lg\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .lg\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .lg\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .lg\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .lg\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .lg\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .lg\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .lg\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .lg\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .lg\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .lg\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .lg\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .lg\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .lg\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .lg\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .lg\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .lg\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .lg\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .lg\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .lg\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .lg\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .lg\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .lg\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .lg\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .lg\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .lg\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .lg\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .lg\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .lg\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .lg\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .lg\:bg-fixed {
        background-attachment: fixed;
    }
    .lg\:bg-local {
        background-attachment: local;
    }
    .lg\:bg-scroll {
        background-attachment: scroll;
    }
    .lg\:bg-clip-border {
        background-clip: border-box;
    }
    .lg\:bg-clip-padding {
        background-clip: padding-box;
    }
    .lg\:bg-clip-content {
        background-clip: content-box;
    }
    .lg\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:bg-current {
        background-color: currentColor;
    }
    .lg\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .lg\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .lg\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .lg\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .lg\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .lg\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .lg\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .lg\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .lg\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .lg\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .lg\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .lg\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .lg\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .lg\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .lg\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .lg\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .lg\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .lg\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .lg\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .lg\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .lg\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .lg\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .lg\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .lg\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .lg\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .lg\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .lg\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .lg\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .lg\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .lg\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .lg\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .lg\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .lg\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .lg\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .lg\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .lg\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .lg\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .lg\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .lg\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .lg\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .lg\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .lg\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .lg\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .lg\:bg-gray-23 {
        background-color: #eee;
    }
    .lg\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .lg\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .lg\:bg-gray-26 {
        background-color: #efefef;
    }
    .lg\:bg-gray-27 {
        background-color: #bababa;
    }
    .lg\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .lg\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .lg\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .lg\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .lg\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .lg\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .lg\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .lg\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .lg\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .lg\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .lg\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .lg\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .lg\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .lg\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .lg\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .lg\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .lg\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .lg\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .lg\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .lg\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .lg\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .lg\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .lg\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .lg\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .lg\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .lg\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .lg\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .lg\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .lg\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .lg\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .lg\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .lg\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .lg\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .lg\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .lg\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .lg\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .lg\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .lg\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .lg\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .lg\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .lg\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .lg\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .lg\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .lg\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .lg\:bg-none {
        background-image: none;
    }
    .lg\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .lg\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .lg\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .lg\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .lg\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .lg\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .lg\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .lg\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .lg\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .lg\:to-current {
        --tw-gradient-to: currentColor;
    }
    .lg\:to-black {
        --tw-gradient-to: #000;
    }
    .lg\:to-white {
        --tw-gradient-to: #fff;
    }
    .lg\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .lg\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .lg\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .lg\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .lg\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .lg\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .lg\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .lg\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .lg\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .lg\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .lg\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .lg\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .lg\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .lg\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .lg\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .lg\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .lg\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .lg\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .lg\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .lg\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .lg\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .lg\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .lg\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .lg\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .lg\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .lg\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .lg\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .lg\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .lg\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .lg\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .lg\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .lg\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .lg\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .lg\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .lg\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .lg\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .lg\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .lg\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .lg\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .lg\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .lg\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .lg\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .lg\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .lg\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .lg\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .lg\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .lg\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .lg\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .lg\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .lg\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .lg\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .lg\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .lg\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .lg\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .lg\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .lg\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .lg\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .lg\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .lg\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .lg\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .lg\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .lg\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .lg\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .lg\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .lg\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .lg\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .lg\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .lg\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .lg\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .lg\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .lg\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .lg\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .lg\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .lg\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .lg\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .lg\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .lg\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .lg\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .lg\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .lg\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .lg\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .lg\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .lg\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .lg\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .lg\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .lg\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .lg\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .lg\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .lg\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .lg\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .lg\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .lg\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .lg\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .lg\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .lg\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .lg\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .lg\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .lg\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .lg\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .lg\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .lg\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .lg\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .lg\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .lg\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .lg\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .lg\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .lg\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .lg\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .lg\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .lg\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .lg\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .lg\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .lg\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .lg\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .lg\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .lg\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .lg\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .lg\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .lg\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .lg\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .lg\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .lg\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .lg\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .lg\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .lg\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .lg\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .lg\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .lg\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .lg\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .lg\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .lg\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .lg\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .lg\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .lg\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .lg\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .lg\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .lg\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .lg\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .lg\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:hover\:from-yellow-50:hover {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:hover\:from-yellow-100:hover {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:hover\:from-yellow-200:hover {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:hover\:from-yellow-300:hover {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:hover\:from-yellow-400:hover {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:hover\:from-yellow-500:hover {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:hover\:from-yellow-600:hover {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:hover\:from-yellow-700:hover {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:hover\:from-yellow-800:hover {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:hover\:from-yellow-900:hover {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:hover\:from-green-50:hover {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:hover\:from-green-100:hover {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:hover\:from-green-200:hover {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:hover\:from-green-300:hover {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:hover\:from-green-400:hover {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:hover\:from-green-500:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:hover\:from-green-600:hover {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:hover\:from-green-700:hover {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:hover\:from-green-800:hover {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:hover\:from-green-900:hover {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:hover\:from-blue-50:hover {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:hover\:from-blue-100:hover {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:hover\:from-blue-200:hover {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:hover\:from-blue-300:hover {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:hover\:from-blue-400:hover {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:hover\:from-blue-500:hover {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:hover\:from-blue-600:hover {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:hover\:from-blue-700:hover {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:hover\:from-blue-800:hover {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:hover\:from-blue-900:hover {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:hover\:from-purple-50:hover {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:hover\:from-purple-100:hover {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:hover\:from-purple-200:hover {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:hover\:from-purple-300:hover {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:hover\:from-purple-400:hover {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:hover\:from-purple-500:hover {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:hover\:from-purple-600:hover {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:hover\:from-purple-700:hover {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:hover\:from-purple-800:hover {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:hover\:from-purple-900:hover {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:hover\:from-pink-50:hover {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:hover\:from-pink-100:hover {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:hover\:from-pink-200:hover {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:hover\:from-pink-300:hover {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:hover\:from-pink-400:hover {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:hover\:from-pink-500:hover {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:hover\:from-pink-600:hover {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:hover\:from-pink-700:hover {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:hover\:from-pink-800:hover {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:hover\:from-pink-900:hover {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .lg\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .lg\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .lg\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .lg\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .lg\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .lg\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .lg\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .lg\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .lg\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .lg\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .lg\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .lg\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .lg\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .lg\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .lg\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .lg\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .lg\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .lg\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .lg\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .lg\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .lg\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .lg\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .lg\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .lg\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .lg\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .lg\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .lg\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .lg\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .lg\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .lg\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .lg\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .lg\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .lg\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .lg\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .lg\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .lg\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .lg\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .lg\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .lg\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .lg\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .lg\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .lg\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .lg\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .lg\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .lg\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .lg\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .lg\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .lg\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .lg\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .lg\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .lg\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .lg\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .lg\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .lg\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .lg\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .lg\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .lg\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .lg\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .lg\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .lg\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .lg\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .lg\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .lg\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .lg\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .lg\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .lg\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .lg\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .lg\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .lg\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .lg\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .lg\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .lg\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .lg\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .lg\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .lg\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .lg\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .lg\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .lg\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .lg\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .lg\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .lg\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .lg\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .lg\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .lg\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .lg\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .lg\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .lg\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .lg\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .lg\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .lg\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .lg\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .lg\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .lg\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .lg\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .lg\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .lg\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .lg\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .lg\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .lg\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .lg\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .lg\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .lg\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .lg\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .lg\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .lg\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .lg\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .lg\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .lg\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .lg\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .lg\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .lg\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .lg\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .lg\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .lg\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .lg\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .lg\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .lg\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .lg\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .lg\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .lg\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .lg\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .lg\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .lg\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .lg\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .lg\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .lg\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .lg\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .lg\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .lg\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .lg\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .lg\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .lg\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .lg\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .lg\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .lg\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .lg\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .lg\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .lg\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .lg\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .lg\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .lg\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .lg\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:focus\:from-yellow-50:focus {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:focus\:from-yellow-100:focus {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:focus\:from-yellow-200:focus {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:focus\:from-yellow-300:focus {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:focus\:from-yellow-400:focus {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:focus\:from-yellow-500:focus {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:focus\:from-yellow-600:focus {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:focus\:from-yellow-700:focus {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:focus\:from-yellow-800:focus {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:focus\:from-yellow-900:focus {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:focus\:from-green-50:focus {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:focus\:from-green-100:focus {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:focus\:from-green-200:focus {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:focus\:from-green-300:focus {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:focus\:from-green-400:focus {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:focus\:from-green-500:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:focus\:from-green-600:focus {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:focus\:from-green-700:focus {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:focus\:from-green-800:focus {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:focus\:from-green-900:focus {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:focus\:from-blue-50:focus {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:focus\:from-blue-100:focus {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:focus\:from-blue-200:focus {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:focus\:from-blue-300:focus {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:focus\:from-blue-400:focus {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:focus\:from-blue-500:focus {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:focus\:from-blue-600:focus {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:focus\:from-blue-700:focus {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:focus\:from-blue-800:focus {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:focus\:from-blue-900:focus {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:focus\:from-purple-50:focus {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:focus\:from-purple-100:focus {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:focus\:from-purple-200:focus {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:focus\:from-purple-300:focus {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:focus\:from-purple-400:focus {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:focus\:from-purple-500:focus {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:focus\:from-purple-600:focus {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:focus\:from-purple-700:focus {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:focus\:from-purple-800:focus {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:focus\:from-purple-900:focus {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:focus\:from-pink-50:focus {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:focus\:from-pink-100:focus {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:focus\:from-pink-200:focus {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:focus\:from-pink-300:focus {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:focus\:from-pink-400:focus {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:focus\:from-pink-500:focus {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:focus\:from-pink-600:focus {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:focus\:from-pink-700:focus {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:focus\:from-pink-800:focus {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:focus\:from-pink-900:focus {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .lg\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .lg\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .lg\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .lg\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .lg\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .lg\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .lg\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .lg\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .lg\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .lg\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .lg\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .lg\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .lg\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .lg\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .lg\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .lg\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .lg\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .lg\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .lg\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .lg\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .lg\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .lg\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .lg\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .lg\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .lg\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .lg\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .lg\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .lg\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .lg\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .lg\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .lg\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .lg\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .lg\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .lg\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .lg\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .lg\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .lg\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .lg\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .lg\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .lg\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .lg\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .lg\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .lg\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .lg\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .lg\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .lg\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .lg\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .lg\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .lg\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .lg\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .lg\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .lg\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .lg\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .lg\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .lg\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .lg\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .lg\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .lg\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .lg\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .lg\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .lg\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .lg\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .lg\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .lg\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .lg\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .lg\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .lg\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .lg\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .lg\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .lg\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .lg\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .lg\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .lg\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .lg\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .lg\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .lg\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .lg\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .lg\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .lg\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .lg\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .lg\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .lg\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .lg\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .lg\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .lg\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .lg\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .lg\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .lg\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .lg\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .lg\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .lg\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .lg\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .lg\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .lg\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .lg\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .lg\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .lg\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .lg\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .lg\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .lg\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .lg\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .lg\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .lg\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .lg\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .lg\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .lg\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .lg\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .lg\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .lg\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .lg\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .lg\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .lg\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .lg\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .lg\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .lg\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .lg\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .lg\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .lg\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .lg\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .lg\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .lg\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .lg\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .lg\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .lg\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .lg\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .lg\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .lg\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .lg\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .lg\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .lg\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .lg\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .lg\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .lg\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .lg\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .lg\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .lg\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .lg\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .lg\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .lg\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .lg\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .lg\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .lg\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .lg\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .lg\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .lg\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .lg\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .lg\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .lg\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .lg\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .lg\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .lg\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .lg\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .lg\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .lg\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .lg\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .lg\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .lg\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .lg\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .lg\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .lg\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .lg\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .lg\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .lg\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .lg\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .lg\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .lg\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .lg\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .lg\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .lg\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .lg\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .lg\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .lg\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .lg\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .lg\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .lg\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .lg\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .lg\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .lg\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .lg\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .lg\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .lg\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .lg\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .lg\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .lg\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .lg\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .lg\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .lg\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .lg\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .lg\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .lg\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .lg\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .lg\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .lg\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .lg\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .lg\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .lg\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .lg\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .lg\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .lg\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .lg\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .lg\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .lg\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .lg\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .lg\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .lg\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .lg\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .lg\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .lg\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .lg\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .lg\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .lg\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .lg\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .lg\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .lg\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .lg\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .lg\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .lg\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .lg\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .lg\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .lg\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .lg\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .lg\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .lg\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .lg\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .lg\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .lg\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .lg\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .lg\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .lg\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .lg\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .lg\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .lg\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .lg\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .lg\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .lg\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .lg\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .lg\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .lg\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .lg\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .lg\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .lg\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .lg\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .lg\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .lg\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .lg\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .lg\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .lg\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .lg\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .lg\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .lg\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .lg\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .lg\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .lg\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .lg\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .lg\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .lg\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .lg\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .lg\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .lg\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .lg\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .lg\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .lg\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .lg\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .lg\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .lg\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .lg\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .lg\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .lg\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .lg\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .lg\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .lg\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .lg\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .lg\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .lg\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .lg\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .lg\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .lg\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .lg\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .lg\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .lg\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .lg\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .lg\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .lg\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .lg\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .lg\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .lg\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .lg\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .lg\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .lg\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .lg\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .lg\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .lg\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .lg\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .lg\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .lg\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .lg\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .lg\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .lg\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .lg\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .lg\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .lg\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .lg\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .lg\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .lg\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .lg\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .lg\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .lg\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .lg\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .lg\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .lg\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .lg\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .lg\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .lg\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .lg\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .lg\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .lg\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .lg\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .lg\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .lg\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .lg\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .lg\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .lg\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .lg\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .lg\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .lg\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .lg\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .lg\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .lg\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .lg\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .lg\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .lg\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .lg\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .lg\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .lg\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .lg\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .lg\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .lg\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .lg\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .lg\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .lg\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .lg\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .lg\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .lg\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .lg\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .lg\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .lg\:bg-bottom {
        background-position: bottom;
    }
    .lg\:bg-center {
        background-position: center;
    }
    .lg\:bg-left {
        background-position: left;
    }
    .lg\:bg-left-bottom {
        background-position: left bottom;
    }
    .lg\:bg-left-top {
        background-position: left top;
    }
    .lg\:bg-right {
        background-position: right;
    }
    .lg\:bg-right-bottom {
        background-position: right bottom;
    }
    .lg\:bg-right-top {
        background-position: right top;
    }
    .lg\:bg-top {
        background-position: top;
    }
    .lg\:bg-repeat {
        background-repeat: repeat;
    }
    .lg\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .lg\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .lg\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .lg\:bg-repeat-round {
        background-repeat: round;
    }
    .lg\:bg-repeat-space {
        background-repeat: space;
    }
    .lg\:bg-auto {
        background-size: auto;
    }
    .lg\:bg-cover {
        background-size: cover;
    }
    .lg\:bg-contain {
        background-size: contain;
    }
    .lg\:border-collapse {
        border-collapse: collapse;
    }
    .lg\:border-separate {
        border-collapse: separate;
    }
    .lg\:border-transparent {
        border-color: transparent;
    }
    .lg\:border-current {
        border-color: currentColor;
    }
    .lg\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .lg\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .lg\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .lg\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .lg\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .lg\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .lg\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .lg\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .lg\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .lg\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .lg\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .lg\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .lg\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .lg\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .lg\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .lg\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .lg\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .lg\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .lg\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .lg\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .lg\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .lg\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .lg\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .lg\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .lg\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .lg\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .lg\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .lg\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .lg\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .lg\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .lg\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .lg\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .lg\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .lg\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .lg\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .lg\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .lg\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .lg\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .lg\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .lg\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .lg\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .lg\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .lg\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .lg\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .lg\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .lg\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .lg\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .lg\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .lg\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .lg\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .lg\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .lg\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .lg\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .lg\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .lg\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .lg\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .lg\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .lg\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .lg\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .lg\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .lg\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .lg\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .lg\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .lg\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .lg\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .lg\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .lg\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .lg\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .lg\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .lg\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .lg\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .lg\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .lg\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .lg\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .lg\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .lg\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .lg\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .lg\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .lg\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .lg\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .lg\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .lg\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .lg\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .lg\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .lg\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .lg\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .lg\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .lg\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .lg\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .lg\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .lg\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .lg\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .lg\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .lg\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .lg\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .lg\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .lg\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .lg\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .lg\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .lg\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .lg\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .lg\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .lg\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .lg\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .lg\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .lg\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .lg\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .lg\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .lg\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .lg\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .lg\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .lg\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .lg\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .lg\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .lg\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .lg\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .lg\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .lg\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .lg\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .lg\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .lg\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .lg\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .lg\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .lg\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .lg\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .lg\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .lg\:border-gray-23 {
        border-color: #eee;
    }
    .lg\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .lg\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .lg\:border-gray-26 {
        border-color: #efefef;
    }
    .lg\:border-gray-27 {
        border-color: #bababa;
    }
    .lg\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .lg\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .lg\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .lg\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .lg\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .lg\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .lg\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .lg\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .lg\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .lg\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .lg\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .lg\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .lg\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .lg\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .lg\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .lg\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .lg\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .lg\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .lg\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .lg\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .lg\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .lg\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .lg\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .lg\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .lg\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .lg\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .lg\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .lg\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .lg\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .lg\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .lg\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .lg\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .lg\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .lg\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .lg\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .lg\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .lg\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .lg\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .lg\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .lg\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .lg\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .lg\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .lg\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .lg\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .lg\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .lg\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .lg\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .lg\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .lg\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .lg\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .lg\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .lg\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .lg\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .lg\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .lg\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .lg\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .lg\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .lg\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .lg\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .lg\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .lg\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .lg\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .lg\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .lg\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .lg\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .lg\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .lg\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .lg\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .lg\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .lg\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .lg\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .lg\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .lg\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .lg\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .lg\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .lg\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .lg\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .lg\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .lg\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .lg\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .lg\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .lg\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .lg\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .lg\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .lg\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .lg\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .lg\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .lg\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .lg\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .lg\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .lg\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .lg\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .lg\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .lg\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .lg\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .lg\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .lg\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .lg\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .lg\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .lg\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .lg\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .lg\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .lg\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .lg\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .lg\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .lg\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .lg\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .lg\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .lg\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .lg\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .lg\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .lg\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .lg\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .lg\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .lg\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .lg\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .lg\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .lg\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .lg\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .lg\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .lg\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .lg\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .lg\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .lg\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .lg\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .lg\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .lg\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .lg\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .lg\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .lg\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .lg\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .lg\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .lg\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .lg\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .lg\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .lg\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .lg\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .lg\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .lg\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .lg\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .lg\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .lg\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .lg\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .lg\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .lg\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .lg\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .lg\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .lg\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .lg\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .lg\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .lg\:rounded-none {
        border-radius: 0;
    }
    .lg\:rounded-sm {
        border-radius: 0.125rem;
    }
    .lg\:rounded {
        border-radius: 0.25rem;
    }
    .lg\:rounded-md {
        border-radius: 0.375rem;
    }
    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }
    .lg\:rounded-xl {
        border-radius: 0.75rem;
    }
    .lg\:rounded-2xl {
        border-radius: 1rem;
    }
    .lg\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .lg\:rounded-full {
        border-radius: 9999px;
    }
    .lg\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .lg\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .lg\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .lg\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .lg\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .lg\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .lg\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .lg\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .lg\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .lg\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .lg\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .lg\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .lg\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .lg\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .lg\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .lg\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .lg\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .lg\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .lg\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .lg\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .lg\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .lg\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .lg\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .lg\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .lg\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .lg\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .lg\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .lg\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .lg\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .lg\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .lg\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .lg\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .lg\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .lg\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .lg\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .lg\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .lg\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .lg\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .lg\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .lg\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .lg\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .lg\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .lg\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .lg\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .lg\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .lg\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .lg\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .lg\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .lg\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .lg\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .lg\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .lg\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .lg\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .lg\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .lg\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .lg\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .lg\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .lg\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .lg\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .lg\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .lg\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .lg\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .lg\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .lg\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .lg\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .lg\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .lg\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .lg\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .lg\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .lg\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .lg\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .lg\:border-solid {
        border-style: solid;
    }
    .lg\:border-dashed {
        border-style: dashed;
    }
    .lg\:border-dotted {
        border-style: dotted;
    }
    .lg\:border-double {
        border-style: double;
    }
    .lg\:border-none {
        border-style: none;
    }
    .lg\:border-0 {
        border-width: 0;
    }
    .lg\:border-2 {
        border-width: 2px;
    }
    .lg\:border-4 {
        border-width: 4px;
    }
    .lg\:border-8 {
        border-width: 8px;
    }
    .lg\:border {
        border-width: 1px;
    }
    .lg\:border-t-0 {
        border-top-width: 0;
    }
    .lg\:border-r-0 {
        border-right-width: 0;
    }
    .lg\:border-b-0 {
        border-bottom-width: 0;
    }
    .lg\:border-l-0 {
        border-left-width: 0;
    }
    .lg\:border-t-2 {
        border-top-width: 2px;
    }
    .lg\:border-r-2 {
        border-right-width: 2px;
    }
    .lg\:border-b-2 {
        border-bottom-width: 2px;
    }
    .lg\:border-l-2 {
        border-left-width: 2px;
    }
    .lg\:border-t-4 {
        border-top-width: 4px;
    }
    .lg\:border-r-4 {
        border-right-width: 4px;
    }
    .lg\:border-b-4 {
        border-bottom-width: 4px;
    }
    .lg\:border-l-4 {
        border-left-width: 4px;
    }
    .lg\:border-t-8 {
        border-top-width: 8px;
    }
    .lg\:border-r-8 {
        border-right-width: 8px;
    }
    .lg\:border-b-8 {
        border-bottom-width: 8px;
    }
    .lg\:border-l-8 {
        border-left-width: 8px;
    }
    .lg\:border-t {
        border-top-width: 1px;
    }
    .lg\:border-r {
        border-right-width: 1px;
    }
    .lg\:border-b {
        border-bottom-width: 1px;
    }
    .lg\:border-l {
        border-left-width: 1px;
    }
    .lg\:box-border {
        box-sizing: border-box;
    }
    .lg\:box-content {
        box-sizing: content-box;
    }
    .lg\:cursor-auto {
        cursor: auto;
    }
    .lg\:cursor-default {
        cursor: default;
    }
    .lg\:cursor-pointer {
        cursor: pointer;
    }
    .lg\:cursor-wait {
        cursor: wait;
    }
    .lg\:cursor-text {
        cursor: text;
    }
    .lg\:cursor-move {
        cursor: move;
    }
    .lg\:cursor-help {
        cursor: help;
    }
    .lg\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .lg\:block {
        display: block;
    }
    .lg\:inline-block {
        display: inline-block;
    }
    .lg\:inline {
        display: inline;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:inline-flex {
        display: inline-flex;
    }
    .lg\:table {
        display: table;
    }
    .lg\:table-caption {
        display: table-caption;
    }
    .lg\:table-cell {
        display: table-cell;
    }
    .lg\:table-column {
        display: table-column;
    }
    .lg\:table-column-group {
        display: table-column-group;
    }
    .lg\:table-footer-group {
        display: table-footer-group;
    }
    .lg\:table-header-group {
        display: table-header-group;
    }
    .lg\:table-row-group {
        display: table-row-group;
    }
    .lg\:table-row {
        display: table-row;
    }
    .lg\:flow-root {
        display: flow-root;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:inline-grid {
        display: inline-grid;
    }
    .lg\:contents {
        display: contents;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:place-items-auto {
        place-items: auto;
    }
    .lg\:place-items-start {
        place-items: start;
    }
    .lg\:place-items-end {
        place-items: end;
    }
    .lg\:place-items-center {
        place-items: center;
    }
    .lg\:place-items-stretch {
        place-items: stretch;
    }
    .lg\:place-content-center {
        place-content: center;
    }
    .lg\:place-content-start {
        place-content: start;
    }
    .lg\:place-content-end {
        place-content: end;
    }
    .lg\:place-content-between {
        place-content: space-between;
    }
    .lg\:place-content-around {
        place-content: space-around;
    }
    .lg\:place-content-evenly {
        place-content: space-evenly;
    }
    .lg\:place-content-stretch {
        place-content: stretch;
    }
    .lg\:place-self-auto {
        place-self: auto;
    }
    .lg\:place-self-start {
        place-self: start;
    }
    .lg\:place-self-end {
        place-self: end;
    }
    .lg\:place-self-center {
        place-self: center;
    }
    .lg\:place-self-stretch {
        place-self: stretch;
    }
    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:items-end {
        align-items: flex-end;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:items-baseline {
        align-items: baseline;
    }
    .lg\:items-stretch {
        align-items: stretch;
    }
    .lg\:content-center {
        align-content: center;
    }
    .lg\:content-start {
        align-content: flex-start;
    }
    .lg\:content-end {
        align-content: flex-end;
    }
    .lg\:content-between {
        align-content: space-between;
    }
    .lg\:content-around {
        align-content: space-around;
    }
    .lg\:content-evenly {
        align-content: space-evenly;
    }
    .lg\:self-auto {
        align-self: auto;
    }
    .lg\:self-start {
        align-self: flex-start;
    }
    .lg\:self-end {
        align-self: flex-end;
    }
    .lg\:self-center {
        align-self: center;
    }
    .lg\:self-stretch {
        align-self: stretch;
    }
    .lg\:justify-items-auto {
        justify-items: auto;
    }
    .lg\:justify-items-start {
        justify-items: start;
    }
    .lg\:justify-items-end {
        justify-items: end;
    }
    .lg\:justify-items-center {
        justify-items: center;
    }
    .lg\:justify-items-stretch {
        justify-items: stretch;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:justify-around {
        justify-content: space-around;
    }
    .lg\:justify-evenly {
        justify-content: space-evenly;
    }
    .lg\:justify-self-auto {
        justify-self: auto;
    }
    .lg\:justify-self-start {
        justify-self: start;
    }
    .lg\:justify-self-end {
        justify-self: end;
    }
    .lg\:justify-self-center {
        justify-self: center;
    }
    .lg\:justify-self-stretch {
        justify-self: stretch;
    }
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
    .lg\:flex-auto {
        flex: 1 1 auto;
    }
    .lg\:flex-initial {
        flex: 0 1 auto;
    }
    .lg\:flex-none {
        flex: none;
    }
    .lg\:flex-grow-0 {
        flex-grow: 0;
    }
    .lg\:flex-grow {
        flex-grow: 1;
    }
    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .lg\:flex-shrink {
        flex-shrink: 1;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:order-4 {
        order: 4;
    }
    .lg\:order-5 {
        order: 5;
    }
    .lg\:order-6 {
        order: 6;
    }
    .lg\:order-7 {
        order: 7;
    }
    .lg\:order-8 {
        order: 8;
    }
    .lg\:order-9 {
        order: 9;
    }
    .lg\:order-10 {
        order: 10;
    }
    .lg\:order-11 {
        order: 11;
    }
    .lg\:order-12 {
        order: 12;
    }
    .lg\:order-first {
        order: -9999;
    }
    .lg\:order-last {
        order: 9999;
    }
    .lg\:order-none {
        order: 0;
    }
    .lg\:float-right {
        float: right;
    }
    .lg\:float-left {
        float: left;
    }
    .lg\:float-none {
        float: none;
    }
    .lg\:clear-left {
        clear: left;
    }
    .lg\:clear-right {
        clear: right;
    }
    .lg\:clear-both {
        clear: both;
    }
    .lg\:clear-none {
        clear: none;
    }
    .lg\:font-sans {
        font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
            BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
            "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
    }
    .lg\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .lg\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .lg\:font-DM {
        font-family: DM Sans;
    }
    .lg\:font-thin {
        font-weight: 100;
    }
    .lg\:font-extralight {
        font-weight: 200;
    }
    .lg\:font-light {
        font-weight: 300;
    }
    .lg\:font-normal {
        font-weight: 400;
    }
    .lg\:font-medium {
        font-weight: 500;
    }
    .lg\:font-semibold {
        font-weight: 600;
    }
    .lg\:font-bold {
        font-weight: 700;
    }
    .lg\:font-extrabold {
        font-weight: 800;
    }
    .lg\:font-black {
        font-weight: 900;
    }
    .lg\:h-0 {
        height: 0;
    }
    .lg\:h-1 {
        height: 0.25rem;
    }
    .lg\:h-2 {
        height: 0.5rem;
    }
    .lg\:h-3 {
        height: 0.75rem;
    }
    .lg\:h-4 {
        height: 1rem;
    }
    .lg\:h-5 {
        height: 1.25rem;
    }
    .lg\:h-6 {
        height: 1.5rem;
    }
    .lg\:h-7 {
        height: 1.75rem;
    }
    .lg\:h-8 {
        height: 2rem;
    }
    .lg\:h-9 {
        height: 2.25rem;
    }
    .lg\:h-10 {
        height: 2.5rem;
    }
    .lg\:h-11 {
        height: 2.75rem;
    }
    .lg\:h-12 {
        height: 3rem;
    }
    .lg\:h-14 {
        height: 3.5rem;
    }
    .lg\:h-16 {
        height: 4rem;
    }
    .lg\:h-20 {
        height: 5rem;
    }
    .lg\:h-23 {
        height: 88px;
    }
    .lg\:h-24 {
        height: 6rem;
    }
    .lg\:h-25 {
        height: 100px;
    }
    .lg\:h-28 {
        height: 7rem;
    }
    .lg\:h-29 {
        height: 120px;
    }
    .lg\:h-32 {
        height: 8rem;
    }
    .lg\:h-33 {
        height: 130px;
    }
    .lg\:h-36 {
        height: 9rem;
    }
    .lg\:h-40 {
        height: 10rem;
    }
    .lg\:h-44 {
        height: 11rem;
    }
    .lg\:h-48 {
        height: 12rem;
    }
    .lg\:h-52 {
        height: 13rem;
    }
    .lg\:h-56 {
        height: 14rem;
    }
    .lg\:h-60 {
        height: 15rem;
    }
    .lg\:h-63 {
        height: 270px;
    }
    .lg\:h-64 {
        height: 16rem;
    }
    .lg\:h-72 {
        height: 18rem;
    }
    .lg\:h-80 {
        height: 20rem;
    }
    .lg\:h-92 {
        height: 475px;
    }
    .lg\:h-96 {
        height: 24rem;
    }
    .lg\:h-128 {
        height: 32rem;
    }
    .lg\:h-auto {
        height: auto;
    }
    .lg\:h-px {
        height: 1px;
    }
    .lg\:h-0\.5 {
        height: 0.125rem;
    }
    .lg\:h-1\.5 {
        height: 0.375rem;
    }
    .lg\:h-2\.5 {
        height: 0.625rem;
    }
    .lg\:h-3\.5 {
        height: 0.875rem;
    }
    .lg\:h-105p {
        height: 105px;
    }
    .lg\:h-50p {
        height: 50px;
    }
    .lg\:h-54p {
        height: 54px;
    }
    .lg\:h-1p {
        height: 1px;
    }
    .lg\:h-2p {
        height: 2px;
    }
    .lg\:h-3p {
        height: 3px;
    }
    .lg\:h-5p {
        height: 5px;
    }
    .lg\:h-7p {
        height: 7px;
    }
    .lg\:h-9p {
        height: 9px;
    }
    .lg\:h-10p {
        height: 10px;
    }
    .lg\:h-11p {
        height: 11px;
    }
    .lg\:h-13p {
        height: 13px;
    }
    .lg\:h-15p {
        height: 15px;
    }
    .lg\:h-18p {
        height: 18px;
    }
    .lg\:h-19p {
        height: 19px;
    }
    .lg\:h-21p {
        height: 21px;
    }
    .lg\:h-22p {
        height: 22px;
    }
    .lg\:h-23p {
        height: 23px;
    }
    .lg\:h-25p {
        height: 25px;
    }
    .lg\:h-26p {
        height: 26px;
    }
    .lg\:h-29p {
        height: 29px;
    }
    .lg\:h-30p {
        height: 30px;
    }
    .lg\:h-31p {
        height: 31px;
    }
    .lg\:h-35p {
        height: 35px;
    }
    .lg\:h-52p {
        height: 52px;
    }
    .lg\:h-53p {
        height: 53px;
    }
    .lg\:h-55p {
        height: 55px;
    }
    .lg\:h-59p {
        height: 59px;
    }
    .lg\:h-27p {
        height: 27px;
    }
    .lg\:h-33\.5p {
        height: 33.5px;
    }
    .lg\:h-38p {
        height: 38px;
    }
    .lg\:h-40p {
        height: 40px;
    }
    .lg\:h-46p {
        height: 46px;
    }
    .lg\:h-47p {
        height: 47px;
    }
    .lg\:h-49p {
        height: 49px;
    }
    .lg\:h-58p {
        height: 58px;
    }
    .lg\:h-75p {
        height: 75px;
    }
    .lg\:h-77p {
        height: 77px;
    }
    .lg\:h-60p {
        height: 60px;
    }
    .lg\:h-65p {
        height: 65px;
    }
    .lg\:h-66p {
        height: 66px;
    }
    .lg\:h-68p {
        height: 68px;
    }
    .lg\:h-70p {
        height: 70px;
    }
    .lg\:h-72p {
        height: 72px;
    }
    .lg\:h-74p {
        height: 74px;
    }
    .lg\:h-78p {
        height: 78px;
    }
    .lg\:h-80p {
        height: 80px;
    }
    .lg\:h-82p {
        height: 82px;
    }
    .lg\:h-84p {
        height: 84px;
    }
    .lg\:h-89p {
        height: 89px;
    }
    .lg\:h-93p {
        height: 93px;
    }
    .lg\:h-90p {
        height: 90px;
    }
    .lg\:h-97p {
        height: 97px;
    }
    .lg\:h-103p {
        height: 103px;
    }
    .lg\:h-116p {
        height: 116px;
    }
    .lg\:h-120p {
        height: 120px;
    }
    .lg\:h-125p {
        height: 125px;
    }
    .lg\:h-130p {
        height: 130px;
    }
    .lg\:h-135p {
        height: 135px;
    }
    .lg\:h-132p {
        height: 132px;
    }
    .lg\:h-150p {
        height: 150px;
    }
    .lg\:h-216p {
        height: 216px;
    }
    .lg\:h-225p {
        height: 225px;
    }
    .lg\:h-296p {
        height: 296px;
    }
    .lg\:h-270p {
        height: 270px;
    }
    .lg\:h-137p {
        height: 137px;
    }
    .lg\:h-141p {
        height: 141px;
    }
    .lg\:h-146p {
        height: 146px;
    }
    .lg\:h-152p {
        height: 152px;
    }
    .lg\:h-155p {
        height: 155px;
    }
    .lg\:h-163p {
        height: 163px;
    }
    .lg\:h-168p {
        height: 168px;
    }
    .lg\:h-173p {
        height: 173px;
    }
    .lg\:h-210p {
        height: 210px;
    }
    .lg\:h-245p {
        height: 245px;
    }
    .lg\:h-250p {
        height: 250px;
    }
    .lg\:h-260p {
        height: 260px;
    }
    .lg\:h-263p {
        height: 263px;
    }
    .lg\:h-266p {
        height: 266px;
    }
    .lg\:h-275p {
        height: 275px;
    }
    .lg\:h-300p {
        height: 300px;
    }
    .lg\:h-312p {
        height: 312px;
    }
    .lg\:h-318p {
        height: 318px;
    }
    .lg\:h-322p {
        height: 322px;
    }
    .lg\:h-337p {
        height: 337px;
    }
    .lg\:h-345p {
        height: 345px;
    }
    .lg\:h-344p {
        height: 344px;
    }
    .lg\:h-354p {
        height: 354px;
    }
    .lg\:h-364p {
        height: 364px;
    }
    .lg\:h-370p {
        height: 370px;
    }
    .lg\:h-382p {
        height: 382px;
    }
    .lg\:h-385p {
        height: 385px;
    }
    .lg\:h-400p {
        height: 400px;
    }
    .lg\:h-407p {
        height: 407px;
    }
    .lg\:h-411p {
        height: 411px;
    }
    .lg\:h-418p {
        height: 418px;
    }
    .lg\:h-430p {
        height: 430px;
    }
    .lg\:h-450p {
        height: 450px;
    }
    .lg\:h-468p {
        height: 468px;
    }
    .lg\:h-485p {
        height: 485px;
    }
    .lg\:h-491p {
        height: 491px;
    }
    .lg\:h-494p {
        height: 494px;
    }
    .lg\:h-470p {
        height: 470px;
    }
    .lg\:h-480p {
        height: 480px;
    }
    .lg\:h-532p {
        height: 532px;
    }
    .lg\:h-556p {
        height: 556px;
    }
    .lg\:h-505p {
        height: 505px;
    }
    .lg\:h-1179p {
        height: 1179px;
    }
    .lg\:h-1253p {
        height: 1253px;
    }
    .lg\:h-1575p {
        height: 1575px;
    }
    .lg\:h-600p {
        height: 600px;
    }
    .lg\:h-649p {
        height: 649px;
    }
    .lg\:h-690p {
        height: 690px;
    }
    .lg\:h-19\% {
        height: 19%;
    }
    .lg\:h-23\% {
        height: 23%;
    }
    .lg\:h-24\% {
        height: 24%;
    }
    .lg\:h-36\% {
        height: 36%;
    }
    .lg\:h-27\% {
        height: 27%;
    }
    .lg\:h-28\% {
        height: 28%;
    }
    .lg\:h-42\% {
        height: 42%;
    }
    .lg\:h-46\% {
        height: 46%;
    }
    .lg\:h-49\% {
        height: 49%;
    }
    .lg\:h-54\% {
        height: 54%;
    }
    .lg\:h-58\% {
        height: 58%;
    }
    .lg\:h-72\% {
        height: 72%;
    }
    .lg\:h-76\% {
        height: 76%;
    }
    .lg\:h-77\% {
        height: 77%;
    }
    .lg\:h-340p {
        height: 340px;
    }
    .lg\:h-700p {
        height: 700px;
    }
    .lg\:h-848p {
        height: 848px;
    }
    .lg\:h-850p {
        height: 850px;
    }
    .lg\:h-860p {
        height: 860px;
    }
    .lg\:h-1425p {
        height: 1425px;
    }
    .lg\:h-1\/2 {
        height: 50%;
    }
    .lg\:h-1\/3 {
        height: 33.333333%;
    }
    .lg\:h-2\/3 {
        height: 66.666667%;
    }
    .lg\:h-1\/4 {
        height: 25%;
    }
    .lg\:h-2\/4 {
        height: 50%;
    }
    .lg\:h-3\/4 {
        height: 75%;
    }
    .lg\:h-1\/5 {
        height: 20%;
    }
    .lg\:h-2\/5 {
        height: 40%;
    }
    .lg\:h-3\/5 {
        height: 60%;
    }
    .lg\:h-4\/5 {
        height: 80%;
    }
    .lg\:h-1\/6 {
        height: 16.666667%;
    }
    .lg\:h-2\/6 {
        height: 33.333333%;
    }
    .lg\:h-3\/6 {
        height: 50%;
    }
    .lg\:h-4\/6 {
        height: 66.666667%;
    }
    .lg\:h-5\/6 {
        height: 83.333333%;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:h-screen {
        height: 100vh;
    }
    .lg\:text-8 {
        font-size: 8px;
    }
    .lg\:text-11 {
        font-size: 11px;
    }
    .lg\:text-13 {
        font-size: 13px;
    }
    .lg\:text-15 {
        font-size: 15px;
    }
    .lg\:text-17 {
        font-size: 17px;
    }
    .lg\:text-18 {
        font-size: 18px;
    }
    .lg\:text-19 {
        font-size: 19px;
    }
    .lg\:text-20 {
        font-size: 20px;
    }
    .lg\:text-22 {
        font-size: 22px;
    }
    .lg\:text-23 {
        font-size: 23px;
    }
    .lg\:text-26 {
        font-size: 26px;
    }
    .lg\:text-28 {
        font-size: 28px;
    }
    .lg\:text-32 {
        font-size: 32px;
    }
    .lg\:text-33 {
        font-size: 33px;
    }
    .lg\:text-34 {
        font-size: 34px;
    }
    .lg\:text-40 {
        font-size: 40px;
    }
    .lg\:text-42 {
        font-size: 42px;
    }
    .lg\:text-46 {
        font-size: 46px;
    }
    .lg\:text-52 {
        font-size: 52px;
    }
    .lg\:text-66 {
        font-size: 66px;
    }
    .lg\:text-108 {
        font-size: 108px;
    }
    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .lg\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .lg\:text-xss {
        font-size: 10px;
    }
    .lg\:text-2\.5xl {
        font-size: 28px;
    }
    .lg\:leading-3 {
        line-height: 0.75rem;
    }
    .lg\:leading-4 {
        line-height: 1rem;
    }
    .lg\:leading-5 {
        line-height: 1.25rem;
    }
    .lg\:leading-6 {
        line-height: 1.5rem;
    }
    .lg\:leading-7 {
        line-height: 1.75rem;
    }
    .lg\:leading-8 {
        line-height: 2rem;
    }
    .lg\:leading-9 {
        line-height: 2.25rem;
    }
    .lg\:leading-10 {
        line-height: 2.5rem;
    }
    .lg\:leading-none {
        line-height: 1;
    }
    .lg\:leading-tight {
        line-height: 1.25;
    }
    .lg\:leading-snug {
        line-height: 1.375;
    }
    .lg\:leading-normal {
        line-height: 1.5;
    }
    .lg\:leading-relaxed {
        line-height: 1.625;
    }
    .lg\:leading-loose {
        line-height: 2;
    }
    .lg\:leading-15p {
        line-height: 15px;
    }
    .lg\:leading-22p {
        line-height: 22px;
    }
    .lg\:leading-29p {
        line-height: 29px;
    }
    .lg\:leading-34p {
        line-height: 34px;
    }
    .lg\:leading-42p {
        line-height: 42px;
    }
    .lg\:leading-48p {
        line-height: 48px;
    }
    .lg\:leading-55p {
        line-height: 55px;
    }
    .lg\:leading-60p {
        line-height: 60px;
    }
    .lg\:leading-140p {
        line-height: 140px;
    }
    .lg\:list-inside {
        list-style-position: inside;
    }
    .lg\:list-outside {
        list-style-position: outside;
    }
    .lg\:list-none {
        list-style-type: none;
    }
    .lg\:list-disc {
        list-style-type: disc;
    }
    .lg\:list-decimal {
        list-style-type: decimal;
    }
    .lg\:m-0 {
        margin: 0;
    }
    .lg\:m-1 {
        margin: 0.25rem;
    }
    .lg\:m-2 {
        margin: 0.5rem;
    }
    .lg\:m-3 {
        margin: 0.75rem;
    }
    .lg\:m-4 {
        margin: 1rem;
    }
    .lg\:m-5 {
        margin: 1.25rem;
    }
    .lg\:m-6 {
        margin: 1.5rem;
    }
    .lg\:m-7 {
        margin: 1.75rem;
    }
    .lg\:m-8 {
        margin: 2rem;
    }
    .lg\:m-9 {
        margin: 2.25rem;
    }
    .lg\:m-10 {
        margin: 2.5rem;
    }
    .lg\:m-11 {
        margin: 2.75rem;
    }
    .lg\:m-12 {
        margin: 3rem;
    }
    .lg\:m-14 {
        margin: 3.5rem;
    }
    .lg\:m-16 {
        margin: 4rem;
    }
    .lg\:m-20 {
        margin: 5rem;
    }
    .lg\:m-23 {
        margin: 88px;
    }
    .lg\:m-24 {
        margin: 6rem;
    }
    .lg\:m-25 {
        margin: 100px;
    }
    .lg\:m-28 {
        margin: 7rem;
    }
    .lg\:m-29 {
        margin: 120px;
    }
    .lg\:m-32 {
        margin: 8rem;
    }
    .lg\:m-33 {
        margin: 130px;
    }
    .lg\:m-36 {
        margin: 9rem;
    }
    .lg\:m-40 {
        margin: 10rem;
    }
    .lg\:m-44 {
        margin: 11rem;
    }
    .lg\:m-48 {
        margin: 12rem;
    }
    .lg\:m-52 {
        margin: 13rem;
    }
    .lg\:m-56 {
        margin: 14rem;
    }
    .lg\:m-60 {
        margin: 15rem;
    }
    .lg\:m-63 {
        margin: 270px;
    }
    .lg\:m-64 {
        margin: 16rem;
    }
    .lg\:m-72 {
        margin: 18rem;
    }
    .lg\:m-80 {
        margin: 20rem;
    }
    .lg\:m-92 {
        margin: 375px;
    }
    .lg\:m-96 {
        margin: 24rem;
    }
    .lg\:m-128 {
        margin: 32rem;
    }
    .lg\:m-auto {
        margin: auto;
    }
    .lg\:m-px {
        margin: 1px;
    }
    .lg\:m-0\.5 {
        margin: 0.125rem;
    }
    .lg\:m-1\.5 {
        margin: 0.375rem;
    }
    .lg\:m-2\.5 {
        margin: 0.625rem;
    }
    .lg\:m-3\.5 {
        margin: 0.875rem;
    }
    .lg\:m-105p {
        margin: 105px;
    }
    .lg\:m-50p {
        margin: 50px;
    }
    .lg\:m-54p {
        margin: 54px;
    }
    .lg\:m-1p {
        margin: 1px;
    }
    .lg\:m-2p {
        margin: 2px;
    }
    .lg\:m-3p {
        margin: 3px;
    }
    .lg\:m-5p {
        margin: 5px;
    }
    .lg\:m-7p {
        margin: 7px;
    }
    .lg\:m-9p {
        margin: 9px;
    }
    .lg\:m-10p {
        margin: 10px;
    }
    .lg\:m-11p {
        margin: 11px;
    }
    .lg\:m-13p {
        margin: 13px;
    }
    .lg\:m-15p {
        margin: 15px;
    }
    .lg\:m-18p {
        margin: 18px;
    }
    .lg\:m-19p {
        margin: 19px;
    }
    .lg\:m-21p {
        margin: 21px;
    }
    .lg\:m-22p {
        margin: 22px;
    }
    .lg\:m-23p {
        margin: 23px;
    }
    .lg\:m-25p {
        margin: 25px;
    }
    .lg\:m-26p {
        margin: 26px;
    }
    .lg\:m-29p {
        margin: 29px;
    }
    .lg\:m-30p {
        margin: 30px;
    }
    .lg\:m-31p {
        margin: 31px;
    }
    .lg\:m-35p {
        margin: 35px;
    }
    .lg\:m-52p {
        margin: 52px;
    }
    .lg\:m-53p {
        margin: 53px;
    }
    .lg\:m-55p {
        margin: 55px;
    }
    .lg\:m-59p {
        margin: 59px;
    }
    .lg\:m-27p {
        margin: 27px;
    }
    .lg\:m-33\.5p {
        margin: 33.5px;
    }
    .lg\:m-38p {
        margin: 38px;
    }
    .lg\:m-40p {
        margin: 40px;
    }
    .lg\:m-46p {
        margin: 46px;
    }
    .lg\:m-47p {
        margin: 47px;
    }
    .lg\:m-49p {
        margin: 49px;
    }
    .lg\:m-58p {
        margin: 58px;
    }
    .lg\:m-75p {
        margin: 75px;
    }
    .lg\:m-77p {
        margin: 77px;
    }
    .lg\:m-60p {
        margin: 60px;
    }
    .lg\:m-65p {
        margin: 65px;
    }
    .lg\:m-66p {
        margin: 66px;
    }
    .lg\:m-68p {
        margin: 68px;
    }
    .lg\:m-70p {
        margin: 70px;
    }
    .lg\:m-72p {
        margin: 72px;
    }
    .lg\:m-74p {
        margin: 74px;
    }
    .lg\:m-78p {
        margin: 78px;
    }
    .lg\:m-80p {
        margin: 80px;
    }
    .lg\:m-82p {
        margin: 82px;
    }
    .lg\:m-84p {
        margin: 84px;
    }
    .lg\:m-89p {
        margin: 89px;
    }
    .lg\:m-93p {
        margin: 93px;
    }
    .lg\:m-90p {
        margin: 90px;
    }
    .lg\:m-97p {
        margin: 97px;
    }
    .lg\:m-103p {
        margin: 103px;
    }
    .lg\:m-116p {
        margin: 116px;
    }
    .lg\:m-120p {
        margin: 120px;
    }
    .lg\:m-125p {
        margin: 125px;
    }
    .lg\:m-130p {
        margin: 130px;
    }
    .lg\:m-135p {
        margin: 135px;
    }
    .lg\:m-132p {
        margin: 132px;
    }
    .lg\:m-150p {
        margin: 150px;
    }
    .lg\:m-216p {
        margin: 216px;
    }
    .lg\:m-225p {
        margin: 225px;
    }
    .lg\:m-296p {
        margin: 296px;
    }
    .lg\:m-270p {
        margin: 270px;
    }
    .lg\:m-137p {
        margin: 137px;
    }
    .lg\:m-141p {
        margin: 141px;
    }
    .lg\:m-146p {
        margin: 146px;
    }
    .lg\:m-152p {
        margin: 152px;
    }
    .lg\:m-155p {
        margin: 155px;
    }
    .lg\:m-163p {
        margin: 163px;
    }
    .lg\:m-168p {
        margin: 168px;
    }
    .lg\:m-173p {
        margin: 173px;
    }
    .lg\:m-210p {
        margin: 210px;
    }
    .lg\:m-245p {
        margin: 245px;
    }
    .lg\:m-250p {
        margin: 250px;
    }
    .lg\:m-260p {
        margin: 260px;
    }
    .lg\:m-263p {
        margin: 263px;
    }
    .lg\:m-266p {
        margin: 266px;
    }
    .lg\:m-275p {
        margin: 275px;
    }
    .lg\:m-300p {
        margin: 300px;
    }
    .lg\:m-312p {
        margin: 312px;
    }
    .lg\:m-318p {
        margin: 318px;
    }
    .lg\:m-322p {
        margin: 322px;
    }
    .lg\:m-337p {
        margin: 337px;
    }
    .lg\:m-345p {
        margin: 345px;
    }
    .lg\:m-344p {
        margin: 344px;
    }
    .lg\:m-354p {
        margin: 354px;
    }
    .lg\:m-364p {
        margin: 364px;
    }
    .lg\:m-370p {
        margin: 370px;
    }
    .lg\:m-382p {
        margin: 382px;
    }
    .lg\:m-385p {
        margin: 385px;
    }
    .lg\:m-400p {
        margin: 400px;
    }
    .lg\:m-407p {
        margin: 407px;
    }
    .lg\:m-411p {
        margin: 411px;
    }
    .lg\:m-418p {
        margin: 418px;
    }
    .lg\:m-430p {
        margin: 430px;
    }
    .lg\:m-450p {
        margin: 450px;
    }
    .lg\:m-468p {
        margin: 468px;
    }
    .lg\:m-485p {
        margin: 485px;
    }
    .lg\:m-491p {
        margin: 491px;
    }
    .lg\:m-494p {
        margin: 494px;
    }
    .lg\:m-470p {
        margin: 470px;
    }
    .lg\:m-480p {
        margin: 480px;
    }
    .lg\:m-532p {
        margin: 532px;
    }
    .lg\:m-556p {
        margin: 556px;
    }
    .lg\:m-505p {
        margin: 505px;
    }
    .lg\:m-1179p {
        margin: 1179px;
    }
    .lg\:m-1253p {
        margin: 1253px;
    }
    .lg\:m-1575p {
        margin: 1575px;
    }
    .lg\:m-600p {
        margin: 600px;
    }
    .lg\:m-649p {
        margin: 649px;
    }
    .lg\:m-690p {
        margin: 690px;
    }
    .lg\:m-19\% {
        margin: 19%;
    }
    .lg\:m-23\% {
        margin: 23%;
    }
    .lg\:m-24\% {
        margin: 24%;
    }
    .lg\:m-36\% {
        margin: 36%;
    }
    .lg\:m-27\% {
        margin: 27%;
    }
    .lg\:m-28\% {
        margin: 28%;
    }
    .lg\:m-42\% {
        margin: 42%;
    }
    .lg\:m-46\% {
        margin: 46%;
    }
    .lg\:m-49\% {
        margin: 49%;
    }
    .lg\:m-54\% {
        margin: 54%;
    }
    .lg\:m-58\% {
        margin: 58%;
    }
    .lg\:m-72\% {
        margin: 72%;
    }
    .lg\:m-76\% {
        margin: 76%;
    }
    .lg\:m-77\% {
        margin: 77%;
    }
    .lg\:m-340p {
        margin: 340px;
    }
    .lg\:m-700p {
        margin: 700px;
    }
    .lg\:m-848p {
        margin: 848px;
    }
    .lg\:m-850p {
        margin: 850px;
    }
    .lg\:m-860p {
        margin: 860px;
    }
    .lg\:m-1425p {
        margin: 1425px;
    }
    .lg\:-m-0 {
        margin: 0;
    }
    .lg\:-m-1 {
        margin: -0.25rem;
    }
    .lg\:-m-2 {
        margin: -0.5rem;
    }
    .lg\:-m-3 {
        margin: -0.75rem;
    }
    .lg\:-m-4 {
        margin: -1rem;
    }
    .lg\:-m-5 {
        margin: -1.25rem;
    }
    .lg\:-m-6 {
        margin: -1.5rem;
    }
    .lg\:-m-7 {
        margin: -1.75rem;
    }
    .lg\:-m-8 {
        margin: -2rem;
    }
    .lg\:-m-9 {
        margin: -2.25rem;
    }
    .lg\:-m-10 {
        margin: -2.5rem;
    }
    .lg\:-m-11 {
        margin: -2.75rem;
    }
    .lg\:-m-12 {
        margin: -3rem;
    }
    .lg\:-m-14 {
        margin: -3.5rem;
    }
    .lg\:-m-16 {
        margin: -4rem;
    }
    .lg\:-m-20 {
        margin: -5rem;
    }
    .lg\:-m-23 {
        margin: -88px;
    }
    .lg\:-m-24 {
        margin: -6rem;
    }
    .lg\:-m-25 {
        margin: -100px;
    }
    .lg\:-m-28 {
        margin: -7rem;
    }
    .lg\:-m-29 {
        margin: -120px;
    }
    .lg\:-m-32 {
        margin: -8rem;
    }
    .lg\:-m-33 {
        margin: -130px;
    }
    .lg\:-m-36 {
        margin: -9rem;
    }
    .lg\:-m-40 {
        margin: -10rem;
    }
    .lg\:-m-44 {
        margin: -11rem;
    }
    .lg\:-m-48 {
        margin: -12rem;
    }
    .lg\:-m-52 {
        margin: -13rem;
    }
    .lg\:-m-56 {
        margin: -14rem;
    }
    .lg\:-m-60 {
        margin: -15rem;
    }
    .lg\:-m-63 {
        margin: -270px;
    }
    .lg\:-m-64 {
        margin: -16rem;
    }
    .lg\:-m-72 {
        margin: -18rem;
    }
    .lg\:-m-80 {
        margin: -20rem;
    }
    .lg\:-m-92 {
        margin: -475px;
    }
    .lg\:-m-96 {
        margin: -24rem;
    }
    .lg\:-m-128 {
        margin: -32rem;
    }
    .lg\:-m-px {
        margin: -1px;
    }
    .lg\:-m-0\.5 {
        margin: -0.125rem;
    }
    .lg\:-m-1\.5 {
        margin: -0.375rem;
    }
    .lg\:-m-2\.5 {
        margin: -0.625rem;
    }
    .lg\:-m-3\.5 {
        margin: -0.875rem;
    }
    .lg\:-m-105p {
        margin: -105px;
    }
    .lg\:-m-50p {
        margin: -50px;
    }
    .lg\:-m-54p {
        margin: -54px;
    }
    .lg\:-m-1p {
        margin: -1px;
    }
    .lg\:-m-2p {
        margin: -2px;
    }
    .lg\:-m-3p {
        margin: -3px;
    }
    .lg\:-m-5p {
        margin: -5px;
    }
    .lg\:-m-7p {
        margin: -7px;
    }
    .lg\:-m-9p {
        margin: -9px;
    }
    .lg\:-m-10p {
        margin: -10px;
    }
    .lg\:-m-11p {
        margin: -11px;
    }
    .lg\:-m-13p {
        margin: -13px;
    }
    .lg\:-m-15p {
        margin: -15px;
    }
    .lg\:-m-18p {
        margin: -18px;
    }
    .lg\:-m-19p {
        margin: -19px;
    }
    .lg\:-m-21p {
        margin: -21px;
    }
    .lg\:-m-22p {
        margin: -22px;
    }
    .lg\:-m-23p {
        margin: -23px;
    }
    .lg\:-m-25p {
        margin: -25px;
    }
    .lg\:-m-26p {
        margin: -26px;
    }
    .lg\:-m-29p {
        margin: -29px;
    }
    .lg\:-m-30p {
        margin: -30px;
    }
    .lg\:-m-31p {
        margin: -31px;
    }
    .lg\:-m-35p {
        margin: -35px;
    }
    .lg\:-m-52p {
        margin: -52px;
    }
    .lg\:-m-53p {
        margin: -53px;
    }
    .lg\:-m-55p {
        margin: -55px;
    }
    .lg\:-m-59p {
        margin: -59px;
    }
    .lg\:-m-27p {
        margin: -27px;
    }
    .lg\:-m-33\.5p {
        margin: -33.5px;
    }
    .lg\:-m-38p {
        margin: -38px;
    }
    .lg\:-m-40p {
        margin: -40px;
    }
    .lg\:-m-46p {
        margin: -46px;
    }
    .lg\:-m-47p {
        margin: -47px;
    }
    .lg\:-m-49p {
        margin: -49px;
    }
    .lg\:-m-58p {
        margin: -58px;
    }
    .lg\:-m-75p {
        margin: -75px;
    }
    .lg\:-m-77p {
        margin: -77px;
    }
    .lg\:-m-60p {
        margin: -60px;
    }
    .lg\:-m-65p {
        margin: -65px;
    }
    .lg\:-m-66p {
        margin: -66px;
    }
    .lg\:-m-68p {
        margin: -68px;
    }
    .lg\:-m-70p {
        margin: -70px;
    }
    .lg\:-m-72p {
        margin: -72px;
    }
    .lg\:-m-74p {
        margin: -74px;
    }
    .lg\:-m-78p {
        margin: -78px;
    }
    .lg\:-m-80p {
        margin: -80px;
    }
    .lg\:-m-82p {
        margin: -82px;
    }
    .lg\:-m-84p {
        margin: -84px;
    }
    .lg\:-m-89p {
        margin: -89px;
    }
    .lg\:-m-93p {
        margin: -93px;
    }
    .lg\:-m-90p {
        margin: -90px;
    }
    .lg\:-m-97p {
        margin: -97px;
    }
    .lg\:-m-103p {
        margin: -103px;
    }
    .lg\:-m-116p {
        margin: -116px;
    }
    .lg\:-m-120p {
        margin: -120px;
    }
    .lg\:-m-125p {
        margin: -125px;
    }
    .lg\:-m-130p {
        margin: -130px;
    }
    .lg\:-m-135p {
        margin: -135px;
    }
    .lg\:-m-132p {
        margin: -132px;
    }
    .lg\:-m-150p {
        margin: -150px;
    }
    .lg\:-m-216p {
        margin: -216px;
    }
    .lg\:-m-225p {
        margin: -225px;
    }
    .lg\:-m-296p {
        margin: -296px;
    }
    .lg\:-m-270p {
        margin: -270px;
    }
    .lg\:-m-137p {
        margin: -137px;
    }
    .lg\:-m-141p {
        margin: -141px;
    }
    .lg\:-m-146p {
        margin: -146px;
    }
    .lg\:-m-152p {
        margin: -152px;
    }
    .lg\:-m-155p {
        margin: -155px;
    }
    .lg\:-m-163p {
        margin: -163px;
    }
    .lg\:-m-168p {
        margin: -168px;
    }
    .lg\:-m-173p {
        margin: -173px;
    }
    .lg\:-m-210p {
        margin: -210px;
    }
    .lg\:-m-245p {
        margin: -245px;
    }
    .lg\:-m-250p {
        margin: -250px;
    }
    .lg\:-m-260p {
        margin: -260px;
    }
    .lg\:-m-263p {
        margin: -263px;
    }
    .lg\:-m-266p {
        margin: -266px;
    }
    .lg\:-m-275p {
        margin: -275px;
    }
    .lg\:-m-300p {
        margin: -300px;
    }
    .lg\:-m-312p {
        margin: -312px;
    }
    .lg\:-m-318p {
        margin: -318px;
    }
    .lg\:-m-322p {
        margin: -322px;
    }
    .lg\:-m-337p {
        margin: -337px;
    }
    .lg\:-m-345p {
        margin: -345px;
    }
    .lg\:-m-344p {
        margin: -344px;
    }
    .lg\:-m-354p {
        margin: -354px;
    }
    .lg\:-m-364p {
        margin: -364px;
    }
    .lg\:-m-370p {
        margin: -370px;
    }
    .lg\:-m-382p {
        margin: -382px;
    }
    .lg\:-m-385p {
        margin: -385px;
    }
    .lg\:-m-400p {
        margin: -400px;
    }
    .lg\:-m-407p {
        margin: -407px;
    }
    .lg\:-m-411p {
        margin: -411px;
    }
    .lg\:-m-418p {
        margin: -418px;
    }
    .lg\:-m-430p {
        margin: -430px;
    }
    .lg\:-m-450p {
        margin: -450px;
    }
    .lg\:-m-468p {
        margin: -468px;
    }
    .lg\:-m-485p {
        margin: -485px;
    }
    .lg\:-m-491p {
        margin: -491px;
    }
    .lg\:-m-494p {
        margin: -494px;
    }
    .lg\:-m-470p {
        margin: -470px;
    }
    .lg\:-m-480p {
        margin: -480px;
    }
    .lg\:-m-532p {
        margin: -532px;
    }
    .lg\:-m-556p {
        margin: -556px;
    }
    .lg\:-m-505p {
        margin: -505px;
    }
    .lg\:-m-1179p {
        margin: -1179px;
    }
    .lg\:-m-1253p {
        margin: -1253px;
    }
    .lg\:-m-1575p {
        margin: -1575px;
    }
    .lg\:-m-600p {
        margin: -600px;
    }
    .lg\:-m-649p {
        margin: -649px;
    }
    .lg\:-m-690p {
        margin: -690px;
    }
    .lg\:-m-19\% {
        margin: -19%;
    }
    .lg\:-m-23\% {
        margin: -23%;
    }
    .lg\:-m-24\% {
        margin: -24%;
    }
    .lg\:-m-36\% {
        margin: -36%;
    }
    .lg\:-m-27\% {
        margin: -27%;
    }
    .lg\:-m-28\% {
        margin: -28%;
    }
    .lg\:-m-42\% {
        margin: -42%;
    }
    .lg\:-m-46\% {
        margin: -46%;
    }
    .lg\:-m-49\% {
        margin: -49%;
    }
    .lg\:-m-54\% {
        margin: -54%;
    }
    .lg\:-m-58\% {
        margin: -58%;
    }
    .lg\:-m-72\% {
        margin: -72%;
    }
    .lg\:-m-76\% {
        margin: -76%;
    }
    .lg\:-m-77\% {
        margin: -77%;
    }
    .lg\:-m-340p {
        margin: -340px;
    }
    .lg\:-m-700p {
        margin: -700px;
    }
    .lg\:-m-848p {
        margin: -848px;
    }
    .lg\:-m-850p {
        margin: -850px;
    }
    .lg\:-m-860p {
        margin: -860px;
    }
    .lg\:-m-1425p {
        margin: -1425px;
    }
    .lg\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .lg\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .lg\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .lg\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .lg\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .lg\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .lg\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .lg\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .lg\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .lg\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .lg\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .lg\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .lg\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .lg\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .lg\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .lg\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .lg\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .lg\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .lg\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .lg\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .lg\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .lg\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .lg\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .lg\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .lg\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .lg\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .lg\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .lg\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .lg\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .lg\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .lg\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .lg\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .lg\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .lg\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .lg\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .lg\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .lg\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .lg\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .lg\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .lg\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .lg\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .lg\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .lg\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .lg\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .lg\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .lg\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .lg\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .lg\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .lg\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .lg\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .lg\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .lg\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .lg\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .lg\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .lg\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .lg\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .lg\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .lg\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .lg\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .lg\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .lg\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .lg\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .lg\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .lg\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .lg\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .lg\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .lg\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .lg\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .lg\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .lg\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .lg\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .lg\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .lg\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .lg\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .lg\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .lg\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .lg\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .lg\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .lg\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .lg\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .lg\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .lg\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .lg\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lg\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .lg\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .lg\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .lg\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .lg\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .lg\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .lg\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .lg\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .lg\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .lg\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .lg\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .lg\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .lg\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .lg\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .lg\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .lg\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .lg\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .lg\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .lg\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .lg\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .lg\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .lg\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .lg\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .lg\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .lg\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .lg\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .lg\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .lg\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .lg\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .lg\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .lg\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .lg\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .lg\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .lg\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .lg\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .lg\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .lg\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .lg\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .lg\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .lg\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .lg\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .lg\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .lg\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .lg\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lg\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .lg\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .lg\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .lg\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .lg\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .lg\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .lg\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .lg\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .lg\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .lg\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .lg\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .lg\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .lg\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .lg\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .lg\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .lg\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .lg\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .lg\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .lg\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .lg\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .lg\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .lg\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .lg\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .lg\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .lg\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .lg\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .lg\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .lg\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .lg\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .lg\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .lg\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .lg\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .lg\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .lg\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .lg\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .lg\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .lg\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .lg\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .lg\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .lg\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .lg\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .lg\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .lg\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .lg\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .lg\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .lg\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .lg\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .lg\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .lg\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .lg\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .lg\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .lg\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .lg\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .lg\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .lg\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .lg\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .lg\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .lg\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .lg\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .lg\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .lg\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .lg\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .lg\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .lg\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .lg\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .lg\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .lg\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .lg\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .lg\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .lg\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .lg\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .lg\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .lg\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .lg\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .lg\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .lg\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .lg\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .lg\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .lg\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .lg\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .lg\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .lg\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .lg\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .lg\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .lg\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .lg\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .lg\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .lg\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .lg\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .lg\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .lg\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .lg\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .lg\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .lg\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .lg\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .lg\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .lg\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .lg\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .lg\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .lg\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .lg\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .lg\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .lg\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .lg\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .lg\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .lg\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .lg\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .lg\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .lg\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .lg\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .lg\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .lg\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .lg\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .lg\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .lg\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .lg\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .lg\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .lg\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .lg\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .lg\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .lg\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .lg\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .lg\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .lg\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .lg\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .lg\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .lg\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .lg\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .lg\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .lg\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .lg\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .lg\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .lg\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .lg\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .lg\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .lg\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .lg\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .lg\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .lg\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .lg\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .lg\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .lg\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .lg\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .lg\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .lg\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .lg\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .lg\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .lg\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .lg\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .lg\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .lg\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .lg\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .lg\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .lg\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .lg\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .lg\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .lg\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .lg\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .lg\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .lg\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .lg\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .lg\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .lg\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .lg\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .lg\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .lg\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .lg\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .lg\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .lg\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .lg\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .lg\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .lg\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .lg\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .lg\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .lg\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .lg\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .lg\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .lg\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .lg\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .lg\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .lg\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .lg\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .lg\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .lg\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .lg\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .lg\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .lg\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .lg\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .lg\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .lg\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .lg\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .lg\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .lg\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .lg\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .lg\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .lg\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .lg\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .lg\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .lg\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .lg\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .lg\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .lg\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .lg\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .lg\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .lg\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .lg\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .lg\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .lg\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .lg\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .lg\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .lg\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .lg\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .lg\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .lg\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .lg\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .lg\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .lg\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .lg\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .lg\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .lg\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .lg\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .lg\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .lg\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .lg\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .lg\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .lg\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .lg\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .lg\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .lg\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .lg\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .lg\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .lg\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .lg\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .lg\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .lg\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .lg\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .lg\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .lg\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .lg\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .lg\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .lg\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .lg\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .lg\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .lg\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .lg\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .lg\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .lg\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .lg\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .lg\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .lg\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .lg\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .lg\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .lg\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .lg\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .lg\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .lg\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .lg\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .lg\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .lg\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .lg\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .lg\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .lg\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .lg\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .lg\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .lg\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .lg\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .lg\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .lg\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .lg\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .lg\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .lg\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .lg\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .lg\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .lg\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .lg\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .lg\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .lg\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .lg\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .lg\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .lg\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .lg\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .lg\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .lg\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .lg\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .lg\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .lg\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .lg\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .lg\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .lg\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .lg\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .lg\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .lg\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .lg\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .lg\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .lg\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .lg\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .lg\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .lg\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .lg\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .lg\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .lg\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .lg\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .lg\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .lg\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .lg\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .lg\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .lg\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .lg\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .lg\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .lg\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .lg\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .lg\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .lg\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .lg\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .lg\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .lg\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .lg\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .lg\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .lg\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .lg\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .lg\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .lg\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .lg\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .lg\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .lg\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .lg\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .lg\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .lg\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .lg\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .lg\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .lg\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .lg\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .lg\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .lg\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .lg\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .lg\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .lg\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .lg\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .lg\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .lg\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .lg\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .lg\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .lg\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .lg\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .lg\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .lg\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .lg\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .lg\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .lg\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .lg\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .lg\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .lg\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .lg\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .lg\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .lg\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .lg\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .lg\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .lg\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .lg\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .lg\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .lg\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .lg\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .lg\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .lg\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .lg\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .lg\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .lg\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .lg\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .lg\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .lg\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .lg\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .lg\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .lg\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .lg\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .lg\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .lg\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .lg\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .lg\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .lg\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .lg\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .lg\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .lg\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .lg\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .lg\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .lg\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .lg\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .lg\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .lg\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .lg\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .lg\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .lg\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .lg\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .lg\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .lg\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .lg\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .lg\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .lg\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .lg\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .lg\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .lg\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .lg\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .lg\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .lg\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .lg\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .lg\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .lg\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .lg\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .lg\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .lg\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .lg\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .lg\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .lg\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .lg\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .lg\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .lg\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .lg\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .lg\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .lg\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .lg\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .lg\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .lg\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .lg\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .lg\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .lg\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .lg\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .lg\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .lg\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .lg\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .lg\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .lg\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .lg\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .lg\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .lg\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .lg\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .lg\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .lg\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .lg\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .lg\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .lg\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .lg\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .lg\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .lg\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .lg\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .lg\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .lg\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .lg\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .lg\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .lg\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .lg\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .lg\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .lg\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .lg\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .lg\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .lg\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .lg\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .lg\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .lg\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .lg\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .lg\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .lg\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .lg\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .lg\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .lg\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .lg\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .lg\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .lg\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .lg\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .lg\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .lg\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .lg\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .lg\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .lg\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .lg\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .lg\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .lg\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .lg\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .lg\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .lg\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .lg\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .lg\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .lg\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .lg\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .lg\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .lg\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .lg\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .lg\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .lg\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .lg\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .lg\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .lg\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .lg\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .lg\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .lg\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .lg\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .lg\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .lg\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .lg\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .lg\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .lg\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .lg\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .lg\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .lg\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .lg\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .lg\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .lg\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .lg\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .lg\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .lg\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .lg\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .lg\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .lg\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .lg\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .lg\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .lg\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .lg\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .lg\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .lg\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .lg\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .lg\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .lg\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .lg\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .lg\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .lg\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .lg\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .lg\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .lg\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .lg\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .lg\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .lg\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .lg\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .lg\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .lg\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .lg\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .lg\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .lg\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .lg\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .lg\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .lg\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .lg\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .lg\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .lg\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .lg\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .lg\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .lg\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .lg\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .lg\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .lg\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .lg\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:mr-0 {
        margin-right: 0;
    }
    .lg\:mb-0 {
        margin-bottom: 0;
    }
    .lg\:ml-0 {
        margin-left: 0;
    }
    .lg\:mt-1 {
        margin-top: 0.25rem;
    }
    .lg\:mr-1 {
        margin-right: 0.25rem;
    }
    .lg\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .lg\:ml-1 {
        margin-left: 0.25rem;
    }
    .lg\:mt-2 {
        margin-top: 0.5rem;
    }
    .lg\:mr-2 {
        margin-right: 0.5rem;
    }
    .lg\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .lg\:ml-2 {
        margin-left: 0.5rem;
    }
    .lg\:mt-3 {
        margin-top: 0.75rem;
    }
    .lg\:mr-3 {
        margin-right: 0.75rem;
    }
    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .lg\:ml-3 {
        margin-left: 0.75rem;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:mr-4 {
        margin-right: 1rem;
    }
    .lg\:mb-4 {
        margin-bottom: 1rem;
    }
    .lg\:ml-4 {
        margin-left: 1rem;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
    .lg\:mr-5 {
        margin-right: 1.25rem;
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .lg\:ml-5 {
        margin-left: 1.25rem;
    }
    .lg\:mt-6 {
        margin-top: 1.5rem;
    }
    .lg\:mr-6 {
        margin-right: 1.5rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:ml-6 {
        margin-left: 1.5rem;
    }
    .lg\:mt-7 {
        margin-top: 1.75rem;
    }
    .lg\:mr-7 {
        margin-right: 1.75rem;
    }
    .lg\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .lg\:ml-7 {
        margin-left: 1.75rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:mr-8 {
        margin-right: 2rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:ml-8 {
        margin-left: 2rem;
    }
    .lg\:mt-9 {
        margin-top: 2.25rem;
    }
    .lg\:mr-9 {
        margin-right: 2.25rem;
    }
    .lg\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .lg\:ml-9 {
        margin-left: 2.25rem;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mr-10 {
        margin-right: 2.5rem;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:ml-10 {
        margin-left: 2.5rem;
    }
    .lg\:mt-11 {
        margin-top: 2.75rem;
    }
    .lg\:mr-11 {
        margin-right: 2.75rem;
    }
    .lg\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .lg\:ml-11 {
        margin-left: 2.75rem;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mr-12 {
        margin-right: 3rem;
    }
    .lg\:mb-12 {
        margin-bottom: 3rem;
    }
    .lg\:ml-12 {
        margin-left: 3rem;
    }
    .lg\:mt-14 {
        margin-top: 3.5rem;
    }
    .lg\:mr-14 {
        margin-right: 3.5rem;
    }
    .lg\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .lg\:ml-14 {
        margin-left: 3.5rem;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:mr-16 {
        margin-right: 4rem;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:ml-16 {
        margin-left: 4rem;
    }
    .lg\:mt-20 {
        margin-top: 5rem;
    }
    .lg\:mr-20 {
        margin-right: 5rem;
    }
    .lg\:mb-20 {
        margin-bottom: 5rem;
    }
    .lg\:ml-20 {
        margin-left: 5rem;
    }
    .lg\:mt-23 {
        margin-top: 88px;
    }
    .lg\:mr-23 {
        margin-right: 88px;
    }
    .lg\:mb-23 {
        margin-bottom: 88px;
    }
    .lg\:ml-23 {
        margin-left: 88px;
    }
    .lg\:mt-24 {
        margin-top: 6rem;
    }
    .lg\:mr-24 {
        margin-right: 6rem;
    }
    .lg\:mb-24 {
        margin-bottom: 6rem;
    }
    .lg\:ml-24 {
        margin-left: 6rem;
    }
    .lg\:mt-25 {
        margin-top: 100px;
    }
    .lg\:mr-25 {
        margin-right: 100px;
    }
    .lg\:mb-25 {
        margin-bottom: 100px;
    }
    .lg\:ml-25 {
        margin-left: 100px;
    }
    .lg\:mt-28 {
        margin-top: 7rem;
    }
    .lg\:mr-28 {
        margin-right: 7rem;
    }
    .lg\:mb-28 {
        margin-bottom: 7rem;
    }
    .lg\:ml-28 {
        margin-left: 7rem;
    }
    .lg\:mt-29 {
        margin-top: 120px;
    }
    .lg\:mr-29 {
        margin-right: 120px;
    }
    .lg\:mb-29 {
        margin-bottom: 120px;
    }
    .lg\:ml-29 {
        margin-left: 120px;
    }
    .lg\:mt-32 {
        margin-top: 8rem;
    }
    .lg\:mr-32 {
        margin-right: 8rem;
    }
    .lg\:mb-32 {
        margin-bottom: 8rem;
    }
    .lg\:ml-32 {
        margin-left: 8rem;
    }
    .lg\:mt-33 {
        margin-top: 130px;
    }
    .lg\:mr-33 {
        margin-right: 130px;
    }
    .lg\:mb-33 {
        margin-bottom: 130px;
    }
    .lg\:ml-33 {
        margin-left: 130px;
    }
    .lg\:mt-36 {
        margin-top: 9rem;
    }
    .lg\:mr-36 {
        margin-right: 9rem;
    }
    .lg\:mb-36 {
        margin-bottom: 9rem;
    }
    .lg\:ml-36 {
        margin-left: 9rem;
    }
    .lg\:mt-40 {
        margin-top: 10rem;
    }
    .lg\:mr-40 {
        margin-right: 10rem;
    }
    .lg\:mb-40 {
        margin-bottom: 10rem;
    }
    .lg\:ml-40 {
        margin-left: 10rem;
    }
    .lg\:mt-44 {
        margin-top: 11rem;
    }
    .lg\:mr-44 {
        margin-right: 11rem;
    }
    .lg\:mb-44 {
        margin-bottom: 11rem;
    }
    .lg\:ml-44 {
        margin-left: 11rem;
    }
    .lg\:mt-48 {
        margin-top: 12rem;
    }
    .lg\:mr-48 {
        margin-right: 12rem;
    }
    .lg\:mb-48 {
        margin-bottom: 12rem;
    }
    .lg\:ml-48 {
        margin-left: 12rem;
    }
    .lg\:mt-52 {
        margin-top: 13rem;
    }
    .lg\:mr-52 {
        margin-right: 13rem;
    }
    .lg\:mb-52 {
        margin-bottom: 13rem;
    }
    .lg\:ml-52 {
        margin-left: 13rem;
    }
    .lg\:mt-56 {
        margin-top: 14rem;
    }
    .lg\:mr-56 {
        margin-right: 14rem;
    }
    .lg\:mb-56 {
        margin-bottom: 14rem;
    }
    .lg\:ml-56 {
        margin-left: 14rem;
    }
    .lg\:mt-60 {
        margin-top: 15rem;
    }
    .lg\:mr-60 {
        margin-right: 15rem;
    }
    .lg\:mb-60 {
        margin-bottom: 15rem;
    }
    .lg\:ml-60 {
        margin-left: 15rem;
    }
    .lg\:mt-63 {
        margin-top: 270px;
    }
    .lg\:mr-63 {
        margin-right: 270px;
    }
    .lg\:mb-63 {
        margin-bottom: 270px;
    }
    .lg\:ml-63 {
        margin-left: 270px;
    }
    .lg\:mt-64 {
        margin-top: 16rem;
    }
    .lg\:mr-64 {
        margin-right: 16rem;
    }
    .lg\:mb-64 {
        margin-bottom: 16rem;
    }
    .lg\:ml-64 {
        margin-left: 16rem;
    }
    .lg\:mt-72 {
        margin-top: 18rem;
    }
    .lg\:mr-72 {
        margin-right: 18rem;
    }
    .lg\:mb-72 {
        margin-bottom: 18rem;
    }
    .lg\:ml-72 {
        margin-left: 18rem;
    }
    .lg\:mt-80 {
        margin-top: 20rem;
    }
    .lg\:mr-80 {
        margin-right: 20rem;
    }
    .lg\:mb-80 {
        margin-bottom: 20rem;
    }
    .lg\:ml-80 {
        margin-left: 20rem;
    }
    .lg\:mt-92 {
        margin-top: 375px;
    }
    .lg\:mr-92 {
        margin-right: 375px;
    }
    .lg\:mb-92 {
        margin-bottom: 375px;
    }
    .lg\:ml-92 {
        margin-left: 375px;
    }
    .lg\:mt-96 {
        margin-top: 24rem;
    }
    .lg\:mr-96 {
        margin-right: 24rem;
    }
    .lg\:mb-96 {
        margin-bottom: 24rem;
    }
    .lg\:ml-96 {
        margin-left: 24rem;
    }
    .lg\:mt-128 {
        margin-top: 32rem;
    }
    .lg\:mr-128 {
        margin-right: 32rem;
    }
    .lg\:mb-128 {
        margin-bottom: 32rem;
    }
    .lg\:ml-128 {
        margin-left: 32rem;
    }
    .lg\:mt-auto {
        margin-top: auto;
    }
    .lg\:mr-auto {
        margin-right: auto;
    }
    .lg\:mb-auto {
        margin-bottom: auto;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mt-px {
        margin-top: 1px;
    }
    .lg\:mr-px {
        margin-right: 1px;
    }
    .lg\:mb-px {
        margin-bottom: 1px;
    }
    .lg\:ml-px {
        margin-left: 1px;
    }
    .lg\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .lg\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .lg\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .lg\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .lg\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .lg\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .lg\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .lg\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .lg\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .lg\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .lg\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .lg\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .lg\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .lg\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .lg\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .lg\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .lg\:mt-105p {
        margin-top: 105px;
    }
    .lg\:mr-105p {
        margin-right: 105px;
    }
    .lg\:mb-105p {
        margin-bottom: 105px;
    }
    .lg\:ml-105p {
        margin-left: 105px;
    }
    .lg\:mt-50p {
        margin-top: 50px;
    }
    .lg\:mr-50p {
        margin-right: 50px;
    }
    .lg\:mb-50p {
        margin-bottom: 50px;
    }
    .lg\:ml-50p {
        margin-left: 50px;
    }
    .lg\:mt-54p {
        margin-top: 54px;
    }
    .lg\:mr-54p {
        margin-right: 54px;
    }
    .lg\:mb-54p {
        margin-bottom: 54px;
    }
    .lg\:ml-54p {
        margin-left: 54px;
    }
    .lg\:mt-1p {
        margin-top: 1px;
    }
    .lg\:mr-1p {
        margin-right: 1px;
    }
    .lg\:mb-1p {
        margin-bottom: 1px;
    }
    .lg\:ml-1p {
        margin-left: 1px;
    }
    .lg\:mt-2p {
        margin-top: 2px;
    }
    .lg\:mr-2p {
        margin-right: 2px;
    }
    .lg\:mb-2p {
        margin-bottom: 2px;
    }
    .lg\:ml-2p {
        margin-left: 2px;
    }
    .lg\:mt-3p {
        margin-top: 3px;
    }
    .lg\:mr-3p {
        margin-right: 3px;
    }
    .lg\:mb-3p {
        margin-bottom: 3px;
    }
    .lg\:ml-3p {
        margin-left: 3px;
    }
    .lg\:mt-5p {
        margin-top: 5px;
    }
    .lg\:mr-5p {
        margin-right: 5px;
    }
    .lg\:mb-5p {
        margin-bottom: 5px;
    }
    .lg\:ml-5p {
        margin-left: 5px;
    }
    .lg\:mt-7p {
        margin-top: 7px;
    }
    .lg\:mr-7p {
        margin-right: 7px;
    }
    .lg\:mb-7p {
        margin-bottom: 7px;
    }
    .lg\:ml-7p {
        margin-left: 7px;
    }
    .lg\:mt-9p {
        margin-top: 9px;
    }
    .lg\:mr-9p {
        margin-right: 9px;
    }
    .lg\:mb-9p {
        margin-bottom: 9px;
    }
    .lg\:ml-9p {
        margin-left: 9px;
    }
    .lg\:mt-10p {
        margin-top: 10px;
    }
    .lg\:mr-10p {
        margin-right: 10px;
    }
    .lg\:mb-10p {
        margin-bottom: 10px;
    }
    .lg\:ml-10p {
        margin-left: 10px;
    }
    .lg\:mt-11p {
        margin-top: 11px;
    }
    .lg\:mr-11p {
        margin-right: 11px;
    }
    .lg\:mb-11p {
        margin-bottom: 11px;
    }
    .lg\:ml-11p {
        margin-left: 11px;
    }
    .lg\:mt-13p {
        margin-top: 13px;
    }
    .lg\:mr-13p {
        margin-right: 13px;
    }
    .lg\:mb-13p {
        margin-bottom: 13px;
    }
    .lg\:ml-13p {
        margin-left: 13px;
    }
    .lg\:mt-15p {
        margin-top: 15px;
    }
    .lg\:mr-15p {
        margin-right: 15px;
    }
    .lg\:mb-15p {
        margin-bottom: 15px;
    }
    .lg\:ml-15p {
        margin-left: 15px;
    }
    .lg\:mt-18p {
        margin-top: 18px;
    }
    .lg\:mr-18p {
        margin-right: 18px;
    }
    .lg\:mb-18p {
        margin-bottom: 18px;
    }
    .lg\:ml-18p {
        margin-left: 18px;
    }
    .lg\:mt-19p {
        margin-top: 19px;
    }
    .lg\:mr-19p {
        margin-right: 19px;
    }
    .lg\:mb-19p {
        margin-bottom: 19px;
    }
    .lg\:ml-19p {
        margin-left: 19px;
    }
    .lg\:mt-21p {
        margin-top: 21px;
    }
    .lg\:mr-21p {
        margin-right: 21px;
    }
    .lg\:mb-21p {
        margin-bottom: 21px;
    }
    .lg\:ml-21p {
        margin-left: 21px;
    }
    .lg\:mt-22p {
        margin-top: 22px;
    }
    .lg\:mr-22p {
        margin-right: 22px;
    }
    .lg\:mb-22p {
        margin-bottom: 22px;
    }
    .lg\:ml-22p {
        margin-left: 22px;
    }
    .lg\:mt-23p {
        margin-top: 23px;
    }
    .lg\:mr-23p {
        margin-right: 23px;
    }
    .lg\:mb-23p {
        margin-bottom: 23px;
    }
    .lg\:ml-23p {
        margin-left: 23px;
    }
    .lg\:mt-25p {
        margin-top: 25px;
    }
    .lg\:mr-25p {
        margin-right: 25px;
    }
    .lg\:mb-25p {
        margin-bottom: 25px;
    }
    .lg\:ml-25p {
        margin-left: 25px;
    }
    .lg\:mt-26p {
        margin-top: 26px;
    }
    .lg\:mr-26p {
        margin-right: 26px;
    }
    .lg\:mb-26p {
        margin-bottom: 26px;
    }
    .lg\:ml-26p {
        margin-left: 26px;
    }
    .lg\:mt-29p {
        margin-top: 29px;
    }
    .lg\:mr-29p {
        margin-right: 29px;
    }
    .lg\:mb-29p {
        margin-bottom: 29px;
    }
    .lg\:ml-29p {
        margin-left: 29px;
    }
    .lg\:mt-30p {
        margin-top: 30px;
    }
    .lg\:mr-30p {
        margin-right: 30px;
    }
    .lg\:mb-30p {
        margin-bottom: 30px;
    }
    .lg\:ml-30p {
        margin-left: 30px;
    }
    .lg\:mt-31p {
        margin-top: 31px;
    }
    .lg\:mr-31p {
        margin-right: 31px;
    }
    .lg\:mb-31p {
        margin-bottom: 31px;
    }
    .lg\:ml-31p {
        margin-left: 31px;
    }
    .lg\:mt-35p {
        margin-top: 35px;
    }
    .lg\:mr-35p {
        margin-right: 35px;
    }
    .lg\:mb-35p {
        margin-bottom: 35px;
    }
    .lg\:ml-35p {
        margin-left: 35px;
    }
    .lg\:mt-52p {
        margin-top: 52px;
    }
    .lg\:mr-52p {
        margin-right: 52px;
    }
    .lg\:mb-52p {
        margin-bottom: 52px;
    }
    .lg\:ml-52p {
        margin-left: 52px;
    }
    .lg\:mt-53p {
        margin-top: 53px;
    }
    .lg\:mr-53p {
        margin-right: 53px;
    }
    .lg\:mb-53p {
        margin-bottom: 53px;
    }
    .lg\:ml-53p {
        margin-left: 53px;
    }
    .lg\:mt-55p {
        margin-top: 55px;
    }
    .lg\:mr-55p {
        margin-right: 55px;
    }
    .lg\:mb-55p {
        margin-bottom: 55px;
    }
    .lg\:ml-55p {
        margin-left: 55px;
    }
    .lg\:mt-59p {
        margin-top: 59px;
    }
    .lg\:mr-59p {
        margin-right: 59px;
    }
    .lg\:mb-59p {
        margin-bottom: 59px;
    }
    .lg\:ml-59p {
        margin-left: 59px;
    }
    .lg\:mt-27p {
        margin-top: 27px;
    }
    .lg\:mr-27p {
        margin-right: 27px;
    }
    .lg\:mb-27p {
        margin-bottom: 27px;
    }
    .lg\:ml-27p {
        margin-left: 27px;
    }
    .lg\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .lg\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .lg\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .lg\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .lg\:mt-38p {
        margin-top: 38px;
    }
    .lg\:mr-38p {
        margin-right: 38px;
    }
    .lg\:mb-38p {
        margin-bottom: 38px;
    }
    .lg\:ml-38p {
        margin-left: 38px;
    }
    .lg\:mt-40p {
        margin-top: 40px;
    }
    .lg\:mr-40p {
        margin-right: 40px;
    }
    .lg\:mb-40p {
        margin-bottom: 40px;
    }
    .lg\:ml-40p {
        margin-left: 40px;
    }
    .lg\:mt-46p {
        margin-top: 46px;
    }
    .lg\:mr-46p {
        margin-right: 46px;
    }
    .lg\:mb-46p {
        margin-bottom: 46px;
    }
    .lg\:ml-46p {
        margin-left: 46px;
    }
    .lg\:mt-47p {
        margin-top: 47px;
    }
    .lg\:mr-47p {
        margin-right: 47px;
    }
    .lg\:mb-47p {
        margin-bottom: 47px;
    }
    .lg\:ml-47p {
        margin-left: 47px;
    }
    .lg\:mt-49p {
        margin-top: 49px;
    }
    .lg\:mr-49p {
        margin-right: 49px;
    }
    .lg\:mb-49p {
        margin-bottom: 49px;
    }
    .lg\:ml-49p {
        margin-left: 49px;
    }
    .lg\:mt-58p {
        margin-top: 58px;
    }
    .lg\:mr-58p {
        margin-right: 58px;
    }
    .lg\:mb-58p {
        margin-bottom: 58px;
    }
    .lg\:ml-58p {
        margin-left: 58px;
    }
    .lg\:mt-75p {
        margin-top: 75px;
    }
    .lg\:mr-75p {
        margin-right: 75px;
    }
    .lg\:mb-75p {
        margin-bottom: 75px;
    }
    .lg\:ml-75p {
        margin-left: 75px;
    }
    .lg\:mt-77p {
        margin-top: 77px;
    }
    .lg\:mr-77p {
        margin-right: 77px;
    }
    .lg\:mb-77p {
        margin-bottom: 77px;
    }
    .lg\:ml-77p {
        margin-left: 77px;
    }
    .lg\:mt-60p {
        margin-top: 60px;
    }
    .lg\:mr-60p {
        margin-right: 60px;
    }
    .lg\:mb-60p {
        margin-bottom: 60px;
    }
    .lg\:ml-60p {
        margin-left: 60px;
    }
    .lg\:mt-65p {
        margin-top: 65px;
    }
    .lg\:mr-65p {
        margin-right: 65px;
    }
    .lg\:mb-65p {
        margin-bottom: 65px;
    }
    .lg\:ml-65p {
        margin-left: 65px;
    }
    .lg\:mt-66p {
        margin-top: 66px;
    }
    .lg\:mr-66p {
        margin-right: 66px;
    }
    .lg\:mb-66p {
        margin-bottom: 66px;
    }
    .lg\:ml-66p {
        margin-left: 66px;
    }
    .lg\:mt-68p {
        margin-top: 68px;
    }
    .lg\:mr-68p {
        margin-right: 68px;
    }
    .lg\:mb-68p {
        margin-bottom: 68px;
    }
    .lg\:ml-68p {
        margin-left: 68px;
    }
    .lg\:mt-70p {
        margin-top: 70px;
    }
    .lg\:mr-70p {
        margin-right: 70px;
    }
    .lg\:mb-70p {
        margin-bottom: 70px;
    }
    .lg\:ml-70p {
        margin-left: 70px;
    }
    .lg\:mt-72p {
        margin-top: 72px;
    }
    .lg\:mr-72p {
        margin-right: 72px;
    }
    .lg\:mb-72p {
        margin-bottom: 72px;
    }
    .lg\:ml-72p {
        margin-left: 72px;
    }
    .lg\:mt-74p {
        margin-top: 74px;
    }
    .lg\:mr-74p {
        margin-right: 74px;
    }
    .lg\:mb-74p {
        margin-bottom: 74px;
    }
    .lg\:ml-74p {
        margin-left: 74px;
    }
    .lg\:mt-78p {
        margin-top: 78px;
    }
    .lg\:mr-78p {
        margin-right: 78px;
    }
    .lg\:mb-78p {
        margin-bottom: 78px;
    }
    .lg\:ml-78p {
        margin-left: 78px;
    }
    .lg\:mt-80p {
        margin-top: 80px;
    }
    .lg\:mr-80p {
        margin-right: 80px;
    }
    .lg\:mb-80p {
        margin-bottom: 80px;
    }
    .lg\:ml-80p {
        margin-left: 80px;
    }
    .lg\:mt-82p {
        margin-top: 82px;
    }
    .lg\:mr-82p {
        margin-right: 82px;
    }
    .lg\:mb-82p {
        margin-bottom: 82px;
    }
    .lg\:ml-82p {
        margin-left: 82px;
    }
    .lg\:mt-84p {
        margin-top: 84px;
    }
    .lg\:mr-84p {
        margin-right: 84px;
    }
    .lg\:mb-84p {
        margin-bottom: 84px;
    }
    .lg\:ml-84p {
        margin-left: 84px;
    }
    .lg\:mt-89p {
        margin-top: 89px;
    }
    .lg\:mr-89p {
        margin-right: 89px;
    }
    .lg\:mb-89p {
        margin-bottom: 89px;
    }
    .lg\:ml-89p {
        margin-left: 89px;
    }
    .lg\:mt-93p {
        margin-top: 93px;
    }
    .lg\:mr-93p {
        margin-right: 93px;
    }
    .lg\:mb-93p {
        margin-bottom: 93px;
    }
    .lg\:ml-93p {
        margin-left: 93px;
    }
    .lg\:mt-90p {
        margin-top: 90px;
    }
    .lg\:mr-90p {
        margin-right: 90px;
    }
    .lg\:mb-90p {
        margin-bottom: 90px;
    }
    .lg\:ml-90p {
        margin-left: 90px;
    }
    .lg\:mt-97p {
        margin-top: 97px;
    }
    .lg\:mr-97p {
        margin-right: 97px;
    }
    .lg\:mb-97p {
        margin-bottom: 97px;
    }
    .lg\:ml-97p {
        margin-left: 97px;
    }
    .lg\:mt-103p {
        margin-top: 103px;
    }
    .lg\:mr-103p {
        margin-right: 103px;
    }
    .lg\:mb-103p {
        margin-bottom: 103px;
    }
    .lg\:ml-103p {
        margin-left: 103px;
    }
    .lg\:mt-116p {
        margin-top: 116px;
    }
    .lg\:mr-116p {
        margin-right: 116px;
    }
    .lg\:mb-116p {
        margin-bottom: 116px;
    }
    .lg\:ml-116p {
        margin-left: 116px;
    }
    .lg\:mt-120p {
        margin-top: 120px;
    }
    .lg\:mr-120p {
        margin-right: 120px;
    }
    .lg\:mb-120p {
        margin-bottom: 120px;
    }
    .lg\:ml-120p {
        margin-left: 120px;
    }
    .lg\:mt-125p {
        margin-top: 125px;
    }
    .lg\:mr-125p {
        margin-right: 125px;
    }
    .lg\:mb-125p {
        margin-bottom: 125px;
    }
    .lg\:ml-125p {
        margin-left: 125px;
    }
    .lg\:mt-130p {
        margin-top: 130px;
    }
    .lg\:mr-130p {
        margin-right: 130px;
    }
    .lg\:mb-130p {
        margin-bottom: 130px;
    }
    .lg\:ml-130p {
        margin-left: 130px;
    }
    .lg\:mt-135p {
        margin-top: 135px;
    }
    .lg\:mr-135p {
        margin-right: 135px;
    }
    .lg\:mb-135p {
        margin-bottom: 135px;
    }
    .lg\:ml-135p {
        margin-left: 135px;
    }
    .lg\:mt-132p {
        margin-top: 132px;
    }
    .lg\:mr-132p {
        margin-right: 132px;
    }
    .lg\:mb-132p {
        margin-bottom: 132px;
    }
    .lg\:ml-132p {
        margin-left: 132px;
    }
    .lg\:mt-150p {
        margin-top: 150px;
    }
    .lg\:mr-150p {
        margin-right: 150px;
    }
    .lg\:mb-150p {
        margin-bottom: 150px;
    }
    .lg\:ml-150p {
        margin-left: 150px;
    }
    .lg\:mt-216p {
        margin-top: 216px;
    }
    .lg\:mr-216p {
        margin-right: 216px;
    }
    .lg\:mb-216p {
        margin-bottom: 216px;
    }
    .lg\:ml-216p {
        margin-left: 216px;
    }
    .lg\:mt-225p {
        margin-top: 225px;
    }
    .lg\:mr-225p {
        margin-right: 225px;
    }
    .lg\:mb-225p {
        margin-bottom: 225px;
    }
    .lg\:ml-225p {
        margin-left: 225px;
    }
    .lg\:mt-296p {
        margin-top: 296px;
    }
    .lg\:mr-296p {
        margin-right: 296px;
    }
    .lg\:mb-296p {
        margin-bottom: 296px;
    }
    .lg\:ml-296p {
        margin-left: 296px;
    }
    .lg\:mt-270p {
        margin-top: 270px;
    }
    .lg\:mr-270p {
        margin-right: 270px;
    }
    .lg\:mb-270p {
        margin-bottom: 270px;
    }
    .lg\:ml-270p {
        margin-left: 270px;
    }
    .lg\:mt-137p {
        margin-top: 137px;
    }
    .lg\:mr-137p {
        margin-right: 137px;
    }
    .lg\:mb-137p {
        margin-bottom: 137px;
    }
    .lg\:ml-137p {
        margin-left: 137px;
    }
    .lg\:mt-141p {
        margin-top: 141px;
    }
    .lg\:mr-141p {
        margin-right: 141px;
    }
    .lg\:mb-141p {
        margin-bottom: 141px;
    }
    .lg\:ml-141p {
        margin-left: 141px;
    }
    .lg\:mt-146p {
        margin-top: 146px;
    }
    .lg\:mr-146p {
        margin-right: 146px;
    }
    .lg\:mb-146p {
        margin-bottom: 146px;
    }
    .lg\:ml-146p {
        margin-left: 146px;
    }
    .lg\:mt-152p {
        margin-top: 152px;
    }
    .lg\:mr-152p {
        margin-right: 152px;
    }
    .lg\:mb-152p {
        margin-bottom: 152px;
    }
    .lg\:ml-152p {
        margin-left: 152px;
    }
    .lg\:mt-155p {
        margin-top: 155px;
    }
    .lg\:mr-155p {
        margin-right: 155px;
    }
    .lg\:mb-155p {
        margin-bottom: 155px;
    }
    .lg\:ml-155p {
        margin-left: 155px;
    }
    .lg\:mt-163p {
        margin-top: 163px;
    }
    .lg\:mr-163p {
        margin-right: 163px;
    }
    .lg\:mb-163p {
        margin-bottom: 163px;
    }
    .lg\:ml-163p {
        margin-left: 163px;
    }
    .lg\:mt-168p {
        margin-top: 168px;
    }
    .lg\:mr-168p {
        margin-right: 168px;
    }
    .lg\:mb-168p {
        margin-bottom: 168px;
    }
    .lg\:ml-168p {
        margin-left: 168px;
    }
    .lg\:mt-173p {
        margin-top: 173px;
    }
    .lg\:mr-173p {
        margin-right: 173px;
    }
    .lg\:mb-173p {
        margin-bottom: 173px;
    }
    .lg\:ml-173p {
        margin-left: 173px;
    }
    .lg\:mt-210p {
        margin-top: 210px;
    }
    .lg\:mr-210p {
        margin-right: 210px;
    }
    .lg\:mb-210p {
        margin-bottom: 210px;
    }
    .lg\:ml-210p {
        margin-left: 210px;
    }
    .lg\:mt-245p {
        margin-top: 245px;
    }
    .lg\:mr-245p {
        margin-right: 245px;
    }
    .lg\:mb-245p {
        margin-bottom: 245px;
    }
    .lg\:ml-245p {
        margin-left: 245px;
    }
    .lg\:mt-250p {
        margin-top: 250px;
    }
    .lg\:mr-250p {
        margin-right: 250px;
    }
    .lg\:mb-250p {
        margin-bottom: 250px;
    }
    .lg\:ml-250p {
        margin-left: 250px;
    }
    .lg\:mt-260p {
        margin-top: 260px;
    }
    .lg\:mr-260p {
        margin-right: 260px;
    }
    .lg\:mb-260p {
        margin-bottom: 260px;
    }
    .lg\:ml-260p {
        margin-left: 260px;
    }
    .lg\:mt-263p {
        margin-top: 263px;
    }
    .lg\:mr-263p {
        margin-right: 263px;
    }
    .lg\:mb-263p {
        margin-bottom: 263px;
    }
    .lg\:ml-263p {
        margin-left: 263px;
    }
    .lg\:mt-266p {
        margin-top: 266px;
    }
    .lg\:mr-266p {
        margin-right: 266px;
    }
    .lg\:mb-266p {
        margin-bottom: 266px;
    }
    .lg\:ml-266p {
        margin-left: 266px;
    }
    .lg\:mt-275p {
        margin-top: 275px;
    }
    .lg\:mr-275p {
        margin-right: 275px;
    }
    .lg\:mb-275p {
        margin-bottom: 275px;
    }
    .lg\:ml-275p {
        margin-left: 275px;
    }
    .lg\:mt-300p {
        margin-top: 300px;
    }
    .lg\:mr-300p {
        margin-right: 300px;
    }
    .lg\:mb-300p {
        margin-bottom: 300px;
    }
    .lg\:ml-300p {
        margin-left: 300px;
    }
    .lg\:mt-312p {
        margin-top: 312px;
    }
    .lg\:mr-312p {
        margin-right: 312px;
    }
    .lg\:mb-312p {
        margin-bottom: 312px;
    }
    .lg\:ml-312p {
        margin-left: 312px;
    }
    .lg\:mt-318p {
        margin-top: 318px;
    }
    .lg\:mr-318p {
        margin-right: 318px;
    }
    .lg\:mb-318p {
        margin-bottom: 318px;
    }
    .lg\:ml-318p {
        margin-left: 318px;
    }
    .lg\:mt-322p {
        margin-top: 322px;
    }
    .lg\:mr-322p {
        margin-right: 322px;
    }
    .lg\:mb-322p {
        margin-bottom: 322px;
    }
    .lg\:ml-322p {
        margin-left: 322px;
    }
    .lg\:mt-337p {
        margin-top: 337px;
    }
    .lg\:mr-337p {
        margin-right: 337px;
    }
    .lg\:mb-337p {
        margin-bottom: 337px;
    }
    .lg\:ml-337p {
        margin-left: 337px;
    }
    .lg\:mt-345p {
        margin-top: 345px;
    }
    .lg\:mr-345p {
        margin-right: 345px;
    }
    .lg\:mb-345p {
        margin-bottom: 345px;
    }
    .lg\:ml-345p {
        margin-left: 345px;
    }
    .lg\:mt-344p {
        margin-top: 344px;
    }
    .lg\:mr-344p {
        margin-right: 344px;
    }
    .lg\:mb-344p {
        margin-bottom: 344px;
    }
    .lg\:ml-344p {
        margin-left: 344px;
    }
    .lg\:mt-354p {
        margin-top: 354px;
    }
    .lg\:mr-354p {
        margin-right: 354px;
    }
    .lg\:mb-354p {
        margin-bottom: 354px;
    }
    .lg\:ml-354p {
        margin-left: 354px;
    }
    .lg\:mt-364p {
        margin-top: 364px;
    }
    .lg\:mr-364p {
        margin-right: 364px;
    }
    .lg\:mb-364p {
        margin-bottom: 364px;
    }
    .lg\:ml-364p {
        margin-left: 364px;
    }
    .lg\:mt-370p {
        margin-top: 370px;
    }
    .lg\:mr-370p {
        margin-right: 370px;
    }
    .lg\:mb-370p {
        margin-bottom: 370px;
    }
    .lg\:ml-370p {
        margin-left: 370px;
    }
    .lg\:mt-382p {
        margin-top: 382px;
    }
    .lg\:mr-382p {
        margin-right: 382px;
    }
    .lg\:mb-382p {
        margin-bottom: 382px;
    }
    .lg\:ml-382p {
        margin-left: 382px;
    }
    .lg\:mt-385p {
        margin-top: 385px;
    }
    .lg\:mr-385p {
        margin-right: 385px;
    }
    .lg\:mb-385p {
        margin-bottom: 385px;
    }
    .lg\:ml-385p {
        margin-left: 385px;
    }
    .lg\:mt-400p {
        margin-top: 400px;
    }
    .lg\:mr-400p {
        margin-right: 400px;
    }
    .lg\:mb-400p {
        margin-bottom: 400px;
    }
    .lg\:ml-400p {
        margin-left: 400px;
    }
    .lg\:mt-407p {
        margin-top: 407px;
    }
    .lg\:mr-407p {
        margin-right: 407px;
    }
    .lg\:mb-407p {
        margin-bottom: 407px;
    }
    .lg\:ml-407p {
        margin-left: 407px;
    }
    .lg\:mt-411p {
        margin-top: 411px;
    }
    .lg\:mr-411p {
        margin-right: 411px;
    }
    .lg\:mb-411p {
        margin-bottom: 411px;
    }
    .lg\:ml-411p {
        margin-left: 411px;
    }
    .lg\:mt-418p {
        margin-top: 418px;
    }
    .lg\:mr-418p {
        margin-right: 418px;
    }
    .lg\:mb-418p {
        margin-bottom: 418px;
    }
    .lg\:ml-418p {
        margin-left: 418px;
    }
    .lg\:mt-430p {
        margin-top: 430px;
    }
    .lg\:mr-430p {
        margin-right: 430px;
    }
    .lg\:mb-430p {
        margin-bottom: 430px;
    }
    .lg\:ml-430p {
        margin-left: 430px;
    }
    .lg\:mt-450p {
        margin-top: 450px;
    }
    .lg\:mr-450p {
        margin-right: 450px;
    }
    .lg\:mb-450p {
        margin-bottom: 450px;
    }
    .lg\:ml-450p {
        margin-left: 450px;
    }
    .lg\:mt-468p {
        margin-top: 468px;
    }
    .lg\:mr-468p {
        margin-right: 468px;
    }
    .lg\:mb-468p {
        margin-bottom: 468px;
    }
    .lg\:ml-468p {
        margin-left: 468px;
    }
    .lg\:mt-485p {
        margin-top: 485px;
    }
    .lg\:mr-485p {
        margin-right: 485px;
    }
    .lg\:mb-485p {
        margin-bottom: 485px;
    }
    .lg\:ml-485p {
        margin-left: 485px;
    }
    .lg\:mt-491p {
        margin-top: 491px;
    }
    .lg\:mr-491p {
        margin-right: 491px;
    }
    .lg\:mb-491p {
        margin-bottom: 491px;
    }
    .lg\:ml-491p {
        margin-left: 491px;
    }
    .lg\:mt-494p {
        margin-top: 494px;
    }
    .lg\:mr-494p {
        margin-right: 494px;
    }
    .lg\:mb-494p {
        margin-bottom: 494px;
    }
    .lg\:ml-494p {
        margin-left: 494px;
    }
    .lg\:mt-470p {
        margin-top: 470px;
    }
    .lg\:mr-470p {
        margin-right: 470px;
    }
    .lg\:mb-470p {
        margin-bottom: 470px;
    }
    .lg\:ml-470p {
        margin-left: 470px;
    }
    .lg\:mt-480p {
        margin-top: 480px;
    }
    .lg\:mr-480p {
        margin-right: 480px;
    }
    .lg\:mb-480p {
        margin-bottom: 480px;
    }
    .lg\:ml-480p {
        margin-left: 480px;
    }
    .lg\:mt-532p {
        margin-top: 532px;
    }
    .lg\:mr-532p {
        margin-right: 532px;
    }
    .lg\:mb-532p {
        margin-bottom: 532px;
    }
    .lg\:ml-532p {
        margin-left: 532px;
    }
    .lg\:mt-556p {
        margin-top: 556px;
    }
    .lg\:mr-556p {
        margin-right: 556px;
    }
    .lg\:mb-556p {
        margin-bottom: 556px;
    }
    .lg\:ml-556p {
        margin-left: 556px;
    }
    .lg\:mt-505p {
        margin-top: 505px;
    }
    .lg\:mr-505p {
        margin-right: 505px;
    }
    .lg\:mb-505p {
        margin-bottom: 505px;
    }
    .lg\:ml-505p {
        margin-left: 505px;
    }
    .lg\:mt-1179p {
        margin-top: 1179px;
    }
    .lg\:mr-1179p {
        margin-right: 1179px;
    }
    .lg\:mb-1179p {
        margin-bottom: 1179px;
    }
    .lg\:ml-1179p {
        margin-left: 1179px;
    }
    .lg\:mt-1253p {
        margin-top: 1253px;
    }
    .lg\:mr-1253p {
        margin-right: 1253px;
    }
    .lg\:mb-1253p {
        margin-bottom: 1253px;
    }
    .lg\:ml-1253p {
        margin-left: 1253px;
    }
    .lg\:mt-1575p {
        margin-top: 1575px;
    }
    .lg\:mr-1575p {
        margin-right: 1575px;
    }
    .lg\:mb-1575p {
        margin-bottom: 1575px;
    }
    .lg\:ml-1575p {
        margin-left: 1575px;
    }
    .lg\:mt-600p {
        margin-top: 600px;
    }
    .lg\:mr-600p {
        margin-right: 600px;
    }
    .lg\:mb-600p {
        margin-bottom: 600px;
    }
    .lg\:ml-600p {
        margin-left: 600px;
    }
    .lg\:mt-649p {
        margin-top: 649px;
    }
    .lg\:mr-649p {
        margin-right: 649px;
    }
    .lg\:mb-649p {
        margin-bottom: 649px;
    }
    .lg\:ml-649p {
        margin-left: 649px;
    }
    .lg\:mt-690p {
        margin-top: 690px;
    }
    .lg\:mr-690p {
        margin-right: 690px;
    }
    .lg\:mb-690p {
        margin-bottom: 690px;
    }
    .lg\:ml-690p {
        margin-left: 690px;
    }
    .lg\:mt-19\% {
        margin-top: 19%;
    }
    .lg\:mr-19\% {
        margin-right: 19%;
    }
    .lg\:mb-19\% {
        margin-bottom: 19%;
    }
    .lg\:ml-19\% {
        margin-left: 19%;
    }
    .lg\:mt-23\% {
        margin-top: 23%;
    }
    .lg\:mr-23\% {
        margin-right: 23%;
    }
    .lg\:mb-23\% {
        margin-bottom: 23%;
    }
    .lg\:ml-23\% {
        margin-left: 23%;
    }
    .lg\:mt-24\% {
        margin-top: 24%;
    }
    .lg\:mr-24\% {
        margin-right: 24%;
    }
    .lg\:mb-24\% {
        margin-bottom: 24%;
    }
    .lg\:ml-24\% {
        margin-left: 24%;
    }
    .lg\:mt-36\% {
        margin-top: 36%;
    }
    .lg\:mr-36\% {
        margin-right: 36%;
    }
    .lg\:mb-36\% {
        margin-bottom: 36%;
    }
    .lg\:ml-36\% {
        margin-left: 36%;
    }
    .lg\:mt-27\% {
        margin-top: 27%;
    }
    .lg\:mr-27\% {
        margin-right: 27%;
    }
    .lg\:mb-27\% {
        margin-bottom: 27%;
    }
    .lg\:ml-27\% {
        margin-left: 27%;
    }
    .lg\:mt-28\% {
        margin-top: 28%;
    }
    .lg\:mr-28\% {
        margin-right: 28%;
    }
    .lg\:mb-28\% {
        margin-bottom: 28%;
    }
    .lg\:ml-28\% {
        margin-left: 28%;
    }
    .lg\:mt-42\% {
        margin-top: 42%;
    }
    .lg\:mr-42\% {
        margin-right: 42%;
    }
    .lg\:mb-42\% {
        margin-bottom: 42%;
    }
    .lg\:ml-42\% {
        margin-left: 42%;
    }
    .lg\:mt-46\% {
        margin-top: 46%;
    }
    .lg\:mr-46\% {
        margin-right: 46%;
    }
    .lg\:mb-46\% {
        margin-bottom: 46%;
    }
    .lg\:ml-46\% {
        margin-left: 46%;
    }
    .lg\:mt-49\% {
        margin-top: 49%;
    }
    .lg\:mr-49\% {
        margin-right: 49%;
    }
    .lg\:mb-49\% {
        margin-bottom: 49%;
    }
    .lg\:ml-49\% {
        margin-left: 49%;
    }
    .lg\:mt-54\% {
        margin-top: 54%;
    }
    .lg\:mr-54\% {
        margin-right: 54%;
    }
    .lg\:mb-54\% {
        margin-bottom: 54%;
    }
    .lg\:ml-54\% {
        margin-left: 54%;
    }
    .lg\:mt-58\% {
        margin-top: 58%;
    }
    .lg\:mr-58\% {
        margin-right: 58%;
    }
    .lg\:mb-58\% {
        margin-bottom: 58%;
    }
    .lg\:ml-58\% {
        margin-left: 58%;
    }
    .lg\:mt-72\% {
        margin-top: 72%;
    }
    .lg\:mr-72\% {
        margin-right: 72%;
    }
    .lg\:mb-72\% {
        margin-bottom: 72%;
    }
    .lg\:ml-72\% {
        margin-left: 72%;
    }
    .lg\:mt-76\% {
        margin-top: 76%;
    }
    .lg\:mr-76\% {
        margin-right: 76%;
    }
    .lg\:mb-76\% {
        margin-bottom: 76%;
    }
    .lg\:ml-76\% {
        margin-left: 76%;
    }
    .lg\:mt-77\% {
        margin-top: 77%;
    }
    .lg\:mr-77\% {
        margin-right: 77%;
    }
    .lg\:mb-77\% {
        margin-bottom: 77%;
    }
    .lg\:ml-77\% {
        margin-left: 77%;
    }
    .lg\:mt-340p {
        margin-top: 340px;
    }
    .lg\:mr-340p {
        margin-right: 340px;
    }
    .lg\:mb-340p {
        margin-bottom: 340px;
    }
    .lg\:ml-340p {
        margin-left: 340px;
    }
    .lg\:mt-700p {
        margin-top: 700px;
    }
    .lg\:mr-700p {
        margin-right: 700px;
    }
    .lg\:mb-700p {
        margin-bottom: 700px;
    }
    .lg\:ml-700p {
        margin-left: 700px;
    }
    .lg\:mt-848p {
        margin-top: 848px;
    }
    .lg\:mr-848p {
        margin-right: 848px;
    }
    .lg\:mb-848p {
        margin-bottom: 848px;
    }
    .lg\:ml-848p {
        margin-left: 848px;
    }
    .lg\:mt-850p {
        margin-top: 850px;
    }
    .lg\:mr-850p {
        margin-right: 850px;
    }
    .lg\:mb-850p {
        margin-bottom: 850px;
    }
    .lg\:ml-850p {
        margin-left: 850px;
    }
    .lg\:mt-860p {
        margin-top: 860px;
    }
    .lg\:mr-860p {
        margin-right: 860px;
    }
    .lg\:mb-860p {
        margin-bottom: 860px;
    }
    .lg\:ml-860p {
        margin-left: 860px;
    }
    .lg\:mt-1425p {
        margin-top: 1425px;
    }
    .lg\:mr-1425p {
        margin-right: 1425px;
    }
    .lg\:mb-1425p {
        margin-bottom: 1425px;
    }
    .lg\:ml-1425p {
        margin-left: 1425px;
    }
    .lg\:-mt-0 {
        margin-top: 0;
    }
    .lg\:-mr-0 {
        margin-right: 0;
    }
    .lg\:-mb-0 {
        margin-bottom: 0;
    }
    .lg\:-ml-0 {
        margin-left: 0;
    }
    .lg\:-mt-1 {
        margin-top: -0.25rem;
    }
    .lg\:-mr-1 {
        margin-right: -0.25rem;
    }
    .lg\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .lg\:-ml-1 {
        margin-left: -0.25rem;
    }
    .lg\:-mt-2 {
        margin-top: -0.5rem;
    }
    .lg\:-mr-2 {
        margin-right: -0.5rem;
    }
    .lg\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .lg\:-ml-2 {
        margin-left: -0.5rem;
    }
    .lg\:-mt-3 {
        margin-top: -0.75rem;
    }
    .lg\:-mr-3 {
        margin-right: -0.75rem;
    }
    .lg\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .lg\:-ml-3 {
        margin-left: -0.75rem;
    }
    .lg\:-mt-4 {
        margin-top: -1rem;
    }
    .lg\:-mr-4 {
        margin-right: -1rem;
    }
    .lg\:-mb-4 {
        margin-bottom: -1rem;
    }
    .lg\:-ml-4 {
        margin-left: -1rem;
    }
    .lg\:-mt-5 {
        margin-top: -1.25rem;
    }
    .lg\:-mr-5 {
        margin-right: -1.25rem;
    }
    .lg\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .lg\:-ml-5 {
        margin-left: -1.25rem;
    }
    .lg\:-mt-6 {
        margin-top: -1.5rem;
    }
    .lg\:-mr-6 {
        margin-right: -1.5rem;
    }
    .lg\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .lg\:-ml-6 {
        margin-left: -1.5rem;
    }
    .lg\:-mt-7 {
        margin-top: -1.75rem;
    }
    .lg\:-mr-7 {
        margin-right: -1.75rem;
    }
    .lg\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .lg\:-ml-7 {
        margin-left: -1.75rem;
    }
    .lg\:-mt-8 {
        margin-top: -2rem;
    }
    .lg\:-mr-8 {
        margin-right: -2rem;
    }
    .lg\:-mb-8 {
        margin-bottom: -2rem;
    }
    .lg\:-ml-8 {
        margin-left: -2rem;
    }
    .lg\:-mt-9 {
        margin-top: -2.25rem;
    }
    .lg\:-mr-9 {
        margin-right: -2.25rem;
    }
    .lg\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .lg\:-ml-9 {
        margin-left: -2.25rem;
    }
    .lg\:-mt-10 {
        margin-top: -2.5rem;
    }
    .lg\:-mr-10 {
        margin-right: -2.5rem;
    }
    .lg\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .lg\:-ml-10 {
        margin-left: -2.5rem;
    }
    .lg\:-mt-11 {
        margin-top: -2.75rem;
    }
    .lg\:-mr-11 {
        margin-right: -2.75rem;
    }
    .lg\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .lg\:-ml-11 {
        margin-left: -2.75rem;
    }
    .lg\:-mt-12 {
        margin-top: -3rem;
    }
    .lg\:-mr-12 {
        margin-right: -3rem;
    }
    .lg\:-mb-12 {
        margin-bottom: -3rem;
    }
    .lg\:-ml-12 {
        margin-left: -3rem;
    }
    .lg\:-mt-14 {
        margin-top: -3.5rem;
    }
    .lg\:-mr-14 {
        margin-right: -3.5rem;
    }
    .lg\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .lg\:-ml-14 {
        margin-left: -3.5rem;
    }
    .lg\:-mt-16 {
        margin-top: -4rem;
    }
    .lg\:-mr-16 {
        margin-right: -4rem;
    }
    .lg\:-mb-16 {
        margin-bottom: -4rem;
    }
    .lg\:-ml-16 {
        margin-left: -4rem;
    }
    .lg\:-mt-20 {
        margin-top: -5rem;
    }
    .lg\:-mr-20 {
        margin-right: -5rem;
    }
    .lg\:-mb-20 {
        margin-bottom: -5rem;
    }
    .lg\:-ml-20 {
        margin-left: -5rem;
    }
    .lg\:-mt-23 {
        margin-top: -88px;
    }
    .lg\:-mr-23 {
        margin-right: -88px;
    }
    .lg\:-mb-23 {
        margin-bottom: -88px;
    }
    .lg\:-ml-23 {
        margin-left: -88px;
    }
    .lg\:-mt-24 {
        margin-top: -6rem;
    }
    .lg\:-mr-24 {
        margin-right: -6rem;
    }
    .lg\:-mb-24 {
        margin-bottom: -6rem;
    }
    .lg\:-ml-24 {
        margin-left: -6rem;
    }
    .lg\:-mt-25 {
        margin-top: -100px;
    }
    .lg\:-mr-25 {
        margin-right: -100px;
    }
    .lg\:-mb-25 {
        margin-bottom: -100px;
    }
    .lg\:-ml-25 {
        margin-left: -100px;
    }
    .lg\:-mt-28 {
        margin-top: -7rem;
    }
    .lg\:-mr-28 {
        margin-right: -7rem;
    }
    .lg\:-mb-28 {
        margin-bottom: -7rem;
    }
    .lg\:-ml-28 {
        margin-left: -7rem;
    }
    .lg\:-mt-29 {
        margin-top: -120px;
    }
    .lg\:-mr-29 {
        margin-right: -120px;
    }
    .lg\:-mb-29 {
        margin-bottom: -120px;
    }
    .lg\:-ml-29 {
        margin-left: -120px;
    }
    .lg\:-mt-32 {
        margin-top: -8rem;
    }
    .lg\:-mr-32 {
        margin-right: -8rem;
    }
    .lg\:-mb-32 {
        margin-bottom: -8rem;
    }
    .lg\:-ml-32 {
        margin-left: -8rem;
    }
    .lg\:-mt-33 {
        margin-top: -130px;
    }
    .lg\:-mr-33 {
        margin-right: -130px;
    }
    .lg\:-mb-33 {
        margin-bottom: -130px;
    }
    .lg\:-ml-33 {
        margin-left: -130px;
    }
    .lg\:-mt-36 {
        margin-top: -9rem;
    }
    .lg\:-mr-36 {
        margin-right: -9rem;
    }
    .lg\:-mb-36 {
        margin-bottom: -9rem;
    }
    .lg\:-ml-36 {
        margin-left: -9rem;
    }
    .lg\:-mt-40 {
        margin-top: -10rem;
    }
    .lg\:-mr-40 {
        margin-right: -10rem;
    }
    .lg\:-mb-40 {
        margin-bottom: -10rem;
    }
    .lg\:-ml-40 {
        margin-left: -10rem;
    }
    .lg\:-mt-44 {
        margin-top: -11rem;
    }
    .lg\:-mr-44 {
        margin-right: -11rem;
    }
    .lg\:-mb-44 {
        margin-bottom: -11rem;
    }
    .lg\:-ml-44 {
        margin-left: -11rem;
    }
    .lg\:-mt-48 {
        margin-top: -12rem;
    }
    .lg\:-mr-48 {
        margin-right: -12rem;
    }
    .lg\:-mb-48 {
        margin-bottom: -12rem;
    }
    .lg\:-ml-48 {
        margin-left: -12rem;
    }
    .lg\:-mt-52 {
        margin-top: -13rem;
    }
    .lg\:-mr-52 {
        margin-right: -13rem;
    }
    .lg\:-mb-52 {
        margin-bottom: -13rem;
    }
    .lg\:-ml-52 {
        margin-left: -13rem;
    }
    .lg\:-mt-56 {
        margin-top: -14rem;
    }
    .lg\:-mr-56 {
        margin-right: -14rem;
    }
    .lg\:-mb-56 {
        margin-bottom: -14rem;
    }
    .lg\:-ml-56 {
        margin-left: -14rem;
    }
    .lg\:-mt-60 {
        margin-top: -15rem;
    }
    .lg\:-mr-60 {
        margin-right: -15rem;
    }
    .lg\:-mb-60 {
        margin-bottom: -15rem;
    }
    .lg\:-ml-60 {
        margin-left: -15rem;
    }
    .lg\:-mt-63 {
        margin-top: -270px;
    }
    .lg\:-mr-63 {
        margin-right: -270px;
    }
    .lg\:-mb-63 {
        margin-bottom: -270px;
    }
    .lg\:-ml-63 {
        margin-left: -270px;
    }
    .lg\:-mt-64 {
        margin-top: -16rem;
    }
    .lg\:-mr-64 {
        margin-right: -16rem;
    }
    .lg\:-mb-64 {
        margin-bottom: -16rem;
    }
    .lg\:-ml-64 {
        margin-left: -16rem;
    }
    .lg\:-mt-72 {
        margin-top: -18rem;
    }
    .lg\:-mr-72 {
        margin-right: -18rem;
    }
    .lg\:-mb-72 {
        margin-bottom: -18rem;
    }
    .lg\:-ml-72 {
        margin-left: -18rem;
    }
    .lg\:-mt-80 {
        margin-top: -20rem;
    }
    .lg\:-mr-80 {
        margin-right: -20rem;
    }
    .lg\:-mb-80 {
        margin-bottom: -20rem;
    }
    .lg\:-ml-80 {
        margin-left: -20rem;
    }
    .lg\:-mt-92 {
        margin-top: -475px;
    }
    .lg\:-mr-92 {
        margin-right: -475px;
    }
    .lg\:-mb-92 {
        margin-bottom: -475px;
    }
    .lg\:-ml-92 {
        margin-left: -475px;
    }
    .lg\:-mt-96 {
        margin-top: -24rem;
    }
    .lg\:-mr-96 {
        margin-right: -24rem;
    }
    .lg\:-mb-96 {
        margin-bottom: -24rem;
    }
    .lg\:-ml-96 {
        margin-left: -24rem;
    }
    .lg\:-mt-128 {
        margin-top: -32rem;
    }
    .lg\:-mr-128 {
        margin-right: -32rem;
    }
    .lg\:-mb-128 {
        margin-bottom: -32rem;
    }
    .lg\:-ml-128 {
        margin-left: -32rem;
    }
    .lg\:-mt-px {
        margin-top: -1px;
    }
    .lg\:-mr-px {
        margin-right: -1px;
    }
    .lg\:-mb-px {
        margin-bottom: -1px;
    }
    .lg\:-ml-px {
        margin-left: -1px;
    }
    .lg\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .lg\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .lg\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .lg\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .lg\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .lg\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .lg\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .lg\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .lg\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .lg\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .lg\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .lg\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .lg\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .lg\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .lg\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .lg\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .lg\:-mt-105p {
        margin-top: -105px;
    }
    .lg\:-mr-105p {
        margin-right: -105px;
    }
    .lg\:-mb-105p {
        margin-bottom: -105px;
    }
    .lg\:-ml-105p {
        margin-left: -105px;
    }
    .lg\:-mt-50p {
        margin-top: -50px;
    }
    .lg\:-mr-50p {
        margin-right: -50px;
    }
    .lg\:-mb-50p {
        margin-bottom: -50px;
    }
    .lg\:-ml-50p {
        margin-left: -50px;
    }
    .lg\:-mt-54p {
        margin-top: -54px;
    }
    .lg\:-mr-54p {
        margin-right: -54px;
    }
    .lg\:-mb-54p {
        margin-bottom: -54px;
    }
    .lg\:-ml-54p {
        margin-left: -54px;
    }
    .lg\:-mt-1p {
        margin-top: -1px;
    }
    .lg\:-mr-1p {
        margin-right: -1px;
    }
    .lg\:-mb-1p {
        margin-bottom: -1px;
    }
    .lg\:-ml-1p {
        margin-left: -1px;
    }
    .lg\:-mt-2p {
        margin-top: -2px;
    }
    .lg\:-mr-2p {
        margin-right: -2px;
    }
    .lg\:-mb-2p {
        margin-bottom: -2px;
    }
    .lg\:-ml-2p {
        margin-left: -2px;
    }
    .lg\:-mt-3p {
        margin-top: -3px;
    }
    .lg\:-mr-3p {
        margin-right: -3px;
    }
    .lg\:-mb-3p {
        margin-bottom: -3px;
    }
    .lg\:-ml-3p {
        margin-left: -3px;
    }
    .lg\:-mt-5p {
        margin-top: -5px;
    }
    .lg\:-mr-5p {
        margin-right: -5px;
    }
    .lg\:-mb-5p {
        margin-bottom: -5px;
    }
    .lg\:-ml-5p {
        margin-left: -5px;
    }
    .lg\:-mt-7p {
        margin-top: -7px;
    }
    .lg\:-mr-7p {
        margin-right: -7px;
    }
    .lg\:-mb-7p {
        margin-bottom: -7px;
    }
    .lg\:-ml-7p {
        margin-left: -7px;
    }
    .lg\:-mt-9p {
        margin-top: -9px;
    }
    .lg\:-mr-9p {
        margin-right: -9px;
    }
    .lg\:-mb-9p {
        margin-bottom: -9px;
    }
    .lg\:-ml-9p {
        margin-left: -9px;
    }
    .lg\:-mt-10p {
        margin-top: -10px;
    }
    .lg\:-mr-10p {
        margin-right: -10px;
    }
    .lg\:-mb-10p {
        margin-bottom: -10px;
    }
    .lg\:-ml-10p {
        margin-left: -10px;
    }
    .lg\:-mt-11p {
        margin-top: -11px;
    }
    .lg\:-mr-11p {
        margin-right: -11px;
    }
    .lg\:-mb-11p {
        margin-bottom: -11px;
    }
    .lg\:-ml-11p {
        margin-left: -11px;
    }
    .lg\:-mt-13p {
        margin-top: -13px;
    }
    .lg\:-mr-13p {
        margin-right: -13px;
    }
    .lg\:-mb-13p {
        margin-bottom: -13px;
    }
    .lg\:-ml-13p {
        margin-left: -13px;
    }
    .lg\:-mt-15p {
        margin-top: -15px;
    }
    .lg\:-mr-15p {
        margin-right: -15px;
    }
    .lg\:-mb-15p {
        margin-bottom: -15px;
    }
    .lg\:-ml-15p {
        margin-left: -15px;
    }
    .lg\:-mt-18p {
        margin-top: -18px;
    }
    .lg\:-mr-18p {
        margin-right: -18px;
    }
    .lg\:-mb-18p {
        margin-bottom: -18px;
    }
    .lg\:-ml-18p {
        margin-left: -18px;
    }
    .lg\:-mt-19p {
        margin-top: -19px;
    }
    .lg\:-mr-19p {
        margin-right: -19px;
    }
    .lg\:-mb-19p {
        margin-bottom: -19px;
    }
    .lg\:-ml-19p {
        margin-left: -19px;
    }
    .lg\:-mt-21p {
        margin-top: -21px;
    }
    .lg\:-mr-21p {
        margin-right: -21px;
    }
    .lg\:-mb-21p {
        margin-bottom: -21px;
    }
    .lg\:-ml-21p {
        margin-left: -21px;
    }
    .lg\:-mt-22p {
        margin-top: -22px;
    }
    .lg\:-mr-22p {
        margin-right: -22px;
    }
    .lg\:-mb-22p {
        margin-bottom: -22px;
    }
    .lg\:-ml-22p {
        margin-left: -22px;
    }
    .lg\:-mt-23p {
        margin-top: -23px;
    }
    .lg\:-mr-23p {
        margin-right: -23px;
    }
    .lg\:-mb-23p {
        margin-bottom: -23px;
    }
    .lg\:-ml-23p {
        margin-left: -23px;
    }
    .lg\:-mt-25p {
        margin-top: -25px;
    }
    .lg\:-mr-25p {
        margin-right: -25px;
    }
    .lg\:-mb-25p {
        margin-bottom: -25px;
    }
    .lg\:-ml-25p {
        margin-left: -25px;
    }
    .lg\:-mt-26p {
        margin-top: -26px;
    }
    .lg\:-mr-26p {
        margin-right: -26px;
    }
    .lg\:-mb-26p {
        margin-bottom: -26px;
    }
    .lg\:-ml-26p {
        margin-left: -26px;
    }
    .lg\:-mt-29p {
        margin-top: -29px;
    }
    .lg\:-mr-29p {
        margin-right: -29px;
    }
    .lg\:-mb-29p {
        margin-bottom: -29px;
    }
    .lg\:-ml-29p {
        margin-left: -29px;
    }
    .lg\:-mt-30p {
        margin-top: -30px;
    }
    .lg\:-mr-30p {
        margin-right: -30px;
    }
    .lg\:-mb-30p {
        margin-bottom: -30px;
    }
    .lg\:-ml-30p {
        margin-left: -30px;
    }
    .lg\:-mt-31p {
        margin-top: -31px;
    }
    .lg\:-mr-31p {
        margin-right: -31px;
    }
    .lg\:-mb-31p {
        margin-bottom: -31px;
    }
    .lg\:-ml-31p {
        margin-left: -31px;
    }
    .lg\:-mt-35p {
        margin-top: -35px;
    }
    .lg\:-mr-35p {
        margin-right: -35px;
    }
    .lg\:-mb-35p {
        margin-bottom: -35px;
    }
    .lg\:-ml-35p {
        margin-left: -35px;
    }
    .lg\:-mt-52p {
        margin-top: -52px;
    }
    .lg\:-mr-52p {
        margin-right: -52px;
    }
    .lg\:-mb-52p {
        margin-bottom: -52px;
    }
    .lg\:-ml-52p {
        margin-left: -52px;
    }
    .lg\:-mt-53p {
        margin-top: -53px;
    }
    .lg\:-mr-53p {
        margin-right: -53px;
    }
    .lg\:-mb-53p {
        margin-bottom: -53px;
    }
    .lg\:-ml-53p {
        margin-left: -53px;
    }
    .lg\:-mt-55p {
        margin-top: -55px;
    }
    .lg\:-mr-55p {
        margin-right: -55px;
    }
    .lg\:-mb-55p {
        margin-bottom: -55px;
    }
    .lg\:-ml-55p {
        margin-left: -55px;
    }
    .lg\:-mt-59p {
        margin-top: -59px;
    }
    .lg\:-mr-59p {
        margin-right: -59px;
    }
    .lg\:-mb-59p {
        margin-bottom: -59px;
    }
    .lg\:-ml-59p {
        margin-left: -59px;
    }
    .lg\:-mt-27p {
        margin-top: -27px;
    }
    .lg\:-mr-27p {
        margin-right: -27px;
    }
    .lg\:-mb-27p {
        margin-bottom: -27px;
    }
    .lg\:-ml-27p {
        margin-left: -27px;
    }
    .lg\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .lg\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .lg\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .lg\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .lg\:-mt-38p {
        margin-top: -38px;
    }
    .lg\:-mr-38p {
        margin-right: -38px;
    }
    .lg\:-mb-38p {
        margin-bottom: -38px;
    }
    .lg\:-ml-38p {
        margin-left: -38px;
    }
    .lg\:-mt-40p {
        margin-top: -40px;
    }
    .lg\:-mr-40p {
        margin-right: -40px;
    }
    .lg\:-mb-40p {
        margin-bottom: -40px;
    }
    .lg\:-ml-40p {
        margin-left: -40px;
    }
    .lg\:-mt-46p {
        margin-top: -46px;
    }
    .lg\:-mr-46p {
        margin-right: -46px;
    }
    .lg\:-mb-46p {
        margin-bottom: -46px;
    }
    .lg\:-ml-46p {
        margin-left: -46px;
    }
    .lg\:-mt-47p {
        margin-top: -47px;
    }
    .lg\:-mr-47p {
        margin-right: -47px;
    }
    .lg\:-mb-47p {
        margin-bottom: -47px;
    }
    .lg\:-ml-47p {
        margin-left: -47px;
    }
    .lg\:-mt-49p {
        margin-top: -49px;
    }
    .lg\:-mr-49p {
        margin-right: -49px;
    }
    .lg\:-mb-49p {
        margin-bottom: -49px;
    }
    .lg\:-ml-49p {
        margin-left: -49px;
    }
    .lg\:-mt-58p {
        margin-top: -58px;
    }
    .lg\:-mr-58p {
        margin-right: -58px;
    }
    .lg\:-mb-58p {
        margin-bottom: -58px;
    }
    .lg\:-ml-58p {
        margin-left: -58px;
    }
    .lg\:-mt-75p {
        margin-top: -75px;
    }
    .lg\:-mr-75p {
        margin-right: -75px;
    }
    .lg\:-mb-75p {
        margin-bottom: -75px;
    }
    .lg\:-ml-75p {
        margin-left: -75px;
    }
    .lg\:-mt-77p {
        margin-top: -77px;
    }
    .lg\:-mr-77p {
        margin-right: -77px;
    }
    .lg\:-mb-77p {
        margin-bottom: -77px;
    }
    .lg\:-ml-77p {
        margin-left: -77px;
    }
    .lg\:-mt-60p {
        margin-top: -60px;
    }
    .lg\:-mr-60p {
        margin-right: -60px;
    }
    .lg\:-mb-60p {
        margin-bottom: -60px;
    }
    .lg\:-ml-60p {
        margin-left: -60px;
    }
    .lg\:-mt-65p {
        margin-top: -65px;
    }
    .lg\:-mr-65p {
        margin-right: -65px;
    }
    .lg\:-mb-65p {
        margin-bottom: -65px;
    }
    .lg\:-ml-65p {
        margin-left: -65px;
    }
    .lg\:-mt-66p {
        margin-top: -66px;
    }
    .lg\:-mr-66p {
        margin-right: -66px;
    }
    .lg\:-mb-66p {
        margin-bottom: -66px;
    }
    .lg\:-ml-66p {
        margin-left: -66px;
    }
    .lg\:-mt-68p {
        margin-top: -68px;
    }
    .lg\:-mr-68p {
        margin-right: -68px;
    }
    .lg\:-mb-68p {
        margin-bottom: -68px;
    }
    .lg\:-ml-68p {
        margin-left: -68px;
    }
    .lg\:-mt-70p {
        margin-top: -70px;
    }
    .lg\:-mr-70p {
        margin-right: -70px;
    }
    .lg\:-mb-70p {
        margin-bottom: -70px;
    }
    .lg\:-ml-70p {
        margin-left: -70px;
    }
    .lg\:-mt-72p {
        margin-top: -72px;
    }
    .lg\:-mr-72p {
        margin-right: -72px;
    }
    .lg\:-mb-72p {
        margin-bottom: -72px;
    }
    .lg\:-ml-72p {
        margin-left: -72px;
    }
    .lg\:-mt-74p {
        margin-top: -74px;
    }
    .lg\:-mr-74p {
        margin-right: -74px;
    }
    .lg\:-mb-74p {
        margin-bottom: -74px;
    }
    .lg\:-ml-74p {
        margin-left: -74px;
    }
    .lg\:-mt-78p {
        margin-top: -78px;
    }
    .lg\:-mr-78p {
        margin-right: -78px;
    }
    .lg\:-mb-78p {
        margin-bottom: -78px;
    }
    .lg\:-ml-78p {
        margin-left: -78px;
    }
    .lg\:-mt-80p {
        margin-top: -80px;
    }
    .lg\:-mr-80p {
        margin-right: -80px;
    }
    .lg\:-mb-80p {
        margin-bottom: -80px;
    }
    .lg\:-ml-80p {
        margin-left: -80px;
    }
    .lg\:-mt-82p {
        margin-top: -82px;
    }
    .lg\:-mr-82p {
        margin-right: -82px;
    }
    .lg\:-mb-82p {
        margin-bottom: -82px;
    }
    .lg\:-ml-82p {
        margin-left: -82px;
    }
    .lg\:-mt-84p {
        margin-top: -84px;
    }
    .lg\:-mr-84p {
        margin-right: -84px;
    }
    .lg\:-mb-84p {
        margin-bottom: -84px;
    }
    .lg\:-ml-84p {
        margin-left: -84px;
    }
    .lg\:-mt-89p {
        margin-top: -89px;
    }
    .lg\:-mr-89p {
        margin-right: -89px;
    }
    .lg\:-mb-89p {
        margin-bottom: -89px;
    }
    .lg\:-ml-89p {
        margin-left: -89px;
    }
    .lg\:-mt-93p {
        margin-top: -93px;
    }
    .lg\:-mr-93p {
        margin-right: -93px;
    }
    .lg\:-mb-93p {
        margin-bottom: -93px;
    }
    .lg\:-ml-93p {
        margin-left: -93px;
    }
    .lg\:-mt-90p {
        margin-top: -90px;
    }
    .lg\:-mr-90p {
        margin-right: -90px;
    }
    .lg\:-mb-90p {
        margin-bottom: -90px;
    }
    .lg\:-ml-90p {
        margin-left: -90px;
    }
    .lg\:-mt-97p {
        margin-top: -97px;
    }
    .lg\:-mr-97p {
        margin-right: -97px;
    }
    .lg\:-mb-97p {
        margin-bottom: -97px;
    }
    .lg\:-ml-97p {
        margin-left: -97px;
    }
    .lg\:-mt-103p {
        margin-top: -103px;
    }
    .lg\:-mr-103p {
        margin-right: -103px;
    }
    .lg\:-mb-103p {
        margin-bottom: -103px;
    }
    .lg\:-ml-103p {
        margin-left: -103px;
    }
    .lg\:-mt-116p {
        margin-top: -116px;
    }
    .lg\:-mr-116p {
        margin-right: -116px;
    }
    .lg\:-mb-116p {
        margin-bottom: -116px;
    }
    .lg\:-ml-116p {
        margin-left: -116px;
    }
    .lg\:-mt-120p {
        margin-top: -120px;
    }
    .lg\:-mr-120p {
        margin-right: -120px;
    }
    .lg\:-mb-120p {
        margin-bottom: -120px;
    }
    .lg\:-ml-120p {
        margin-left: -120px;
    }
    .lg\:-mt-125p {
        margin-top: -125px;
    }
    .lg\:-mr-125p {
        margin-right: -125px;
    }
    .lg\:-mb-125p {
        margin-bottom: -125px;
    }
    .lg\:-ml-125p {
        margin-left: -125px;
    }
    .lg\:-mt-130p {
        margin-top: -130px;
    }
    .lg\:-mr-130p {
        margin-right: -130px;
    }
    .lg\:-mb-130p {
        margin-bottom: -130px;
    }
    .lg\:-ml-130p {
        margin-left: -130px;
    }
    .lg\:-mt-135p {
        margin-top: -135px;
    }
    .lg\:-mr-135p {
        margin-right: -135px;
    }
    .lg\:-mb-135p {
        margin-bottom: -135px;
    }
    .lg\:-ml-135p {
        margin-left: -135px;
    }
    .lg\:-mt-132p {
        margin-top: -132px;
    }
    .lg\:-mr-132p {
        margin-right: -132px;
    }
    .lg\:-mb-132p {
        margin-bottom: -132px;
    }
    .lg\:-ml-132p {
        margin-left: -132px;
    }
    .lg\:-mt-150p {
        margin-top: -150px;
    }
    .lg\:-mr-150p {
        margin-right: -150px;
    }
    .lg\:-mb-150p {
        margin-bottom: -150px;
    }
    .lg\:-ml-150p {
        margin-left: -150px;
    }
    .lg\:-mt-216p {
        margin-top: -216px;
    }
    .lg\:-mr-216p {
        margin-right: -216px;
    }
    .lg\:-mb-216p {
        margin-bottom: -216px;
    }
    .lg\:-ml-216p {
        margin-left: -216px;
    }
    .lg\:-mt-225p {
        margin-top: -225px;
    }
    .lg\:-mr-225p {
        margin-right: -225px;
    }
    .lg\:-mb-225p {
        margin-bottom: -225px;
    }
    .lg\:-ml-225p {
        margin-left: -225px;
    }
    .lg\:-mt-296p {
        margin-top: -296px;
    }
    .lg\:-mr-296p {
        margin-right: -296px;
    }
    .lg\:-mb-296p {
        margin-bottom: -296px;
    }
    .lg\:-ml-296p {
        margin-left: -296px;
    }
    .lg\:-mt-270p {
        margin-top: -270px;
    }
    .lg\:-mr-270p {
        margin-right: -270px;
    }
    .lg\:-mb-270p {
        margin-bottom: -270px;
    }
    .lg\:-ml-270p {
        margin-left: -270px;
    }
    .lg\:-mt-137p {
        margin-top: -137px;
    }
    .lg\:-mr-137p {
        margin-right: -137px;
    }
    .lg\:-mb-137p {
        margin-bottom: -137px;
    }
    .lg\:-ml-137p {
        margin-left: -137px;
    }
    .lg\:-mt-141p {
        margin-top: -141px;
    }
    .lg\:-mr-141p {
        margin-right: -141px;
    }
    .lg\:-mb-141p {
        margin-bottom: -141px;
    }
    .lg\:-ml-141p {
        margin-left: -141px;
    }
    .lg\:-mt-146p {
        margin-top: -146px;
    }
    .lg\:-mr-146p {
        margin-right: -146px;
    }
    .lg\:-mb-146p {
        margin-bottom: -146px;
    }
    .lg\:-ml-146p {
        margin-left: -146px;
    }
    .lg\:-mt-152p {
        margin-top: -152px;
    }
    .lg\:-mr-152p {
        margin-right: -152px;
    }
    .lg\:-mb-152p {
        margin-bottom: -152px;
    }
    .lg\:-ml-152p {
        margin-left: -152px;
    }
    .lg\:-mt-155p {
        margin-top: -155px;
    }
    .lg\:-mr-155p {
        margin-right: -155px;
    }
    .lg\:-mb-155p {
        margin-bottom: -155px;
    }
    .lg\:-ml-155p {
        margin-left: -155px;
    }
    .lg\:-mt-163p {
        margin-top: -163px;
    }
    .lg\:-mr-163p {
        margin-right: -163px;
    }
    .lg\:-mb-163p {
        margin-bottom: -163px;
    }
    .lg\:-ml-163p {
        margin-left: -163px;
    }
    .lg\:-mt-168p {
        margin-top: -168px;
    }
    .lg\:-mr-168p {
        margin-right: -168px;
    }
    .lg\:-mb-168p {
        margin-bottom: -168px;
    }
    .lg\:-ml-168p {
        margin-left: -168px;
    }
    .lg\:-mt-173p {
        margin-top: -173px;
    }
    .lg\:-mr-173p {
        margin-right: -173px;
    }
    .lg\:-mb-173p {
        margin-bottom: -173px;
    }
    .lg\:-ml-173p {
        margin-left: -173px;
    }
    .lg\:-mt-210p {
        margin-top: -210px;
    }
    .lg\:-mr-210p {
        margin-right: -210px;
    }
    .lg\:-mb-210p {
        margin-bottom: -210px;
    }
    .lg\:-ml-210p {
        margin-left: -210px;
    }
    .lg\:-mt-245p {
        margin-top: -245px;
    }
    .lg\:-mr-245p {
        margin-right: -245px;
    }
    .lg\:-mb-245p {
        margin-bottom: -245px;
    }
    .lg\:-ml-245p {
        margin-left: -245px;
    }
    .lg\:-mt-250p {
        margin-top: -250px;
    }
    .lg\:-mr-250p {
        margin-right: -250px;
    }
    .lg\:-mb-250p {
        margin-bottom: -250px;
    }
    .lg\:-ml-250p {
        margin-left: -250px;
    }
    .lg\:-mt-260p {
        margin-top: -260px;
    }
    .lg\:-mr-260p {
        margin-right: -260px;
    }
    .lg\:-mb-260p {
        margin-bottom: -260px;
    }
    .lg\:-ml-260p {
        margin-left: -260px;
    }
    .lg\:-mt-263p {
        margin-top: -263px;
    }
    .lg\:-mr-263p {
        margin-right: -263px;
    }
    .lg\:-mb-263p {
        margin-bottom: -263px;
    }
    .lg\:-ml-263p {
        margin-left: -263px;
    }
    .lg\:-mt-266p {
        margin-top: -266px;
    }
    .lg\:-mr-266p {
        margin-right: -266px;
    }
    .lg\:-mb-266p {
        margin-bottom: -266px;
    }
    .lg\:-ml-266p {
        margin-left: -266px;
    }
    .lg\:-mt-275p {
        margin-top: -275px;
    }
    .lg\:-mr-275p {
        margin-right: -275px;
    }
    .lg\:-mb-275p {
        margin-bottom: -275px;
    }
    .lg\:-ml-275p {
        margin-left: -275px;
    }
    .lg\:-mt-300p {
        margin-top: -300px;
    }
    .lg\:-mr-300p {
        margin-right: -300px;
    }
    .lg\:-mb-300p {
        margin-bottom: -300px;
    }
    .lg\:-ml-300p {
        margin-left: -300px;
    }
    .lg\:-mt-312p {
        margin-top: -312px;
    }
    .lg\:-mr-312p {
        margin-right: -312px;
    }
    .lg\:-mb-312p {
        margin-bottom: -312px;
    }
    .lg\:-ml-312p {
        margin-left: -312px;
    }
    .lg\:-mt-318p {
        margin-top: -318px;
    }
    .lg\:-mr-318p {
        margin-right: -318px;
    }
    .lg\:-mb-318p {
        margin-bottom: -318px;
    }
    .lg\:-ml-318p {
        margin-left: -318px;
    }
    .lg\:-mt-322p {
        margin-top: -322px;
    }
    .lg\:-mr-322p {
        margin-right: -322px;
    }
    .lg\:-mb-322p {
        margin-bottom: -322px;
    }
    .lg\:-ml-322p {
        margin-left: -322px;
    }
    .lg\:-mt-337p {
        margin-top: -337px;
    }
    .lg\:-mr-337p {
        margin-right: -337px;
    }
    .lg\:-mb-337p {
        margin-bottom: -337px;
    }
    .lg\:-ml-337p {
        margin-left: -337px;
    }
    .lg\:-mt-345p {
        margin-top: -345px;
    }
    .lg\:-mr-345p {
        margin-right: -345px;
    }
    .lg\:-mb-345p {
        margin-bottom: -345px;
    }
    .lg\:-ml-345p {
        margin-left: -345px;
    }
    .lg\:-mt-344p {
        margin-top: -344px;
    }
    .lg\:-mr-344p {
        margin-right: -344px;
    }
    .lg\:-mb-344p {
        margin-bottom: -344px;
    }
    .lg\:-ml-344p {
        margin-left: -344px;
    }
    .lg\:-mt-354p {
        margin-top: -354px;
    }
    .lg\:-mr-354p {
        margin-right: -354px;
    }
    .lg\:-mb-354p {
        margin-bottom: -354px;
    }
    .lg\:-ml-354p {
        margin-left: -354px;
    }
    .lg\:-mt-364p {
        margin-top: -364px;
    }
    .lg\:-mr-364p {
        margin-right: -364px;
    }
    .lg\:-mb-364p {
        margin-bottom: -364px;
    }
    .lg\:-ml-364p {
        margin-left: -364px;
    }
    .lg\:-mt-370p {
        margin-top: -370px;
    }
    .lg\:-mr-370p {
        margin-right: -370px;
    }
    .lg\:-mb-370p {
        margin-bottom: -370px;
    }
    .lg\:-ml-370p {
        margin-left: -370px;
    }
    .lg\:-mt-382p {
        margin-top: -382px;
    }
    .lg\:-mr-382p {
        margin-right: -382px;
    }
    .lg\:-mb-382p {
        margin-bottom: -382px;
    }
    .lg\:-ml-382p {
        margin-left: -382px;
    }
    .lg\:-mt-385p {
        margin-top: -385px;
    }
    .lg\:-mr-385p {
        margin-right: -385px;
    }
    .lg\:-mb-385p {
        margin-bottom: -385px;
    }
    .lg\:-ml-385p {
        margin-left: -385px;
    }
    .lg\:-mt-400p {
        margin-top: -400px;
    }
    .lg\:-mr-400p {
        margin-right: -400px;
    }
    .lg\:-mb-400p {
        margin-bottom: -400px;
    }
    .lg\:-ml-400p {
        margin-left: -400px;
    }
    .lg\:-mt-407p {
        margin-top: -407px;
    }
    .lg\:-mr-407p {
        margin-right: -407px;
    }
    .lg\:-mb-407p {
        margin-bottom: -407px;
    }
    .lg\:-ml-407p {
        margin-left: -407px;
    }
    .lg\:-mt-411p {
        margin-top: -411px;
    }
    .lg\:-mr-411p {
        margin-right: -411px;
    }
    .lg\:-mb-411p {
        margin-bottom: -411px;
    }
    .lg\:-ml-411p {
        margin-left: -411px;
    }
    .lg\:-mt-418p {
        margin-top: -418px;
    }
    .lg\:-mr-418p {
        margin-right: -418px;
    }
    .lg\:-mb-418p {
        margin-bottom: -418px;
    }
    .lg\:-ml-418p {
        margin-left: -418px;
    }
    .lg\:-mt-430p {
        margin-top: -430px;
    }
    .lg\:-mr-430p {
        margin-right: -430px;
    }
    .lg\:-mb-430p {
        margin-bottom: -430px;
    }
    .lg\:-ml-430p {
        margin-left: -430px;
    }
    .lg\:-mt-450p {
        margin-top: -450px;
    }
    .lg\:-mr-450p {
        margin-right: -450px;
    }
    .lg\:-mb-450p {
        margin-bottom: -450px;
    }
    .lg\:-ml-450p {
        margin-left: -450px;
    }
    .lg\:-mt-468p {
        margin-top: -468px;
    }
    .lg\:-mr-468p {
        margin-right: -468px;
    }
    .lg\:-mb-468p {
        margin-bottom: -468px;
    }
    .lg\:-ml-468p {
        margin-left: -468px;
    }
    .lg\:-mt-485p {
        margin-top: -485px;
    }
    .lg\:-mr-485p {
        margin-right: -485px;
    }
    .lg\:-mb-485p {
        margin-bottom: -485px;
    }
    .lg\:-ml-485p {
        margin-left: -485px;
    }
    .lg\:-mt-491p {
        margin-top: -491px;
    }
    .lg\:-mr-491p {
        margin-right: -491px;
    }
    .lg\:-mb-491p {
        margin-bottom: -491px;
    }
    .lg\:-ml-491p {
        margin-left: -491px;
    }
    .lg\:-mt-494p {
        margin-top: -494px;
    }
    .lg\:-mr-494p {
        margin-right: -494px;
    }
    .lg\:-mb-494p {
        margin-bottom: -494px;
    }
    .lg\:-ml-494p {
        margin-left: -494px;
    }
    .lg\:-mt-470p {
        margin-top: -470px;
    }
    .lg\:-mr-470p {
        margin-right: -470px;
    }
    .lg\:-mb-470p {
        margin-bottom: -470px;
    }
    .lg\:-ml-470p {
        margin-left: -470px;
    }
    .lg\:-mt-480p {
        margin-top: -480px;
    }
    .lg\:-mr-480p {
        margin-right: -480px;
    }
    .lg\:-mb-480p {
        margin-bottom: -480px;
    }
    .lg\:-ml-480p {
        margin-left: -480px;
    }
    .lg\:-mt-532p {
        margin-top: -532px;
    }
    .lg\:-mr-532p {
        margin-right: -532px;
    }
    .lg\:-mb-532p {
        margin-bottom: -532px;
    }
    .lg\:-ml-532p {
        margin-left: -532px;
    }
    .lg\:-mt-556p {
        margin-top: -556px;
    }
    .lg\:-mr-556p {
        margin-right: -556px;
    }
    .lg\:-mb-556p {
        margin-bottom: -556px;
    }
    .lg\:-ml-556p {
        margin-left: -556px;
    }
    .lg\:-mt-505p {
        margin-top: -505px;
    }
    .lg\:-mr-505p {
        margin-right: -505px;
    }
    .lg\:-mb-505p {
        margin-bottom: -505px;
    }
    .lg\:-ml-505p {
        margin-left: -505px;
    }
    .lg\:-mt-1179p {
        margin-top: -1179px;
    }
    .lg\:-mr-1179p {
        margin-right: -1179px;
    }
    .lg\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .lg\:-ml-1179p {
        margin-left: -1179px;
    }
    .lg\:-mt-1253p {
        margin-top: -1253px;
    }
    .lg\:-mr-1253p {
        margin-right: -1253px;
    }
    .lg\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .lg\:-ml-1253p {
        margin-left: -1253px;
    }
    .lg\:-mt-1575p {
        margin-top: -1575px;
    }
    .lg\:-mr-1575p {
        margin-right: -1575px;
    }
    .lg\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .lg\:-ml-1575p {
        margin-left: -1575px;
    }
    .lg\:-mt-600p {
        margin-top: -600px;
    }
    .lg\:-mr-600p {
        margin-right: -600px;
    }
    .lg\:-mb-600p {
        margin-bottom: -600px;
    }
    .lg\:-ml-600p {
        margin-left: -600px;
    }
    .lg\:-mt-649p {
        margin-top: -649px;
    }
    .lg\:-mr-649p {
        margin-right: -649px;
    }
    .lg\:-mb-649p {
        margin-bottom: -649px;
    }
    .lg\:-ml-649p {
        margin-left: -649px;
    }
    .lg\:-mt-690p {
        margin-top: -690px;
    }
    .lg\:-mr-690p {
        margin-right: -690px;
    }
    .lg\:-mb-690p {
        margin-bottom: -690px;
    }
    .lg\:-ml-690p {
        margin-left: -690px;
    }
    .lg\:-mt-19\% {
        margin-top: -19%;
    }
    .lg\:-mr-19\% {
        margin-right: -19%;
    }
    .lg\:-mb-19\% {
        margin-bottom: -19%;
    }
    .lg\:-ml-19\% {
        margin-left: -19%;
    }
    .lg\:-mt-23\% {
        margin-top: -23%;
    }
    .lg\:-mr-23\% {
        margin-right: -23%;
    }
    .lg\:-mb-23\% {
        margin-bottom: -23%;
    }
    .lg\:-ml-23\% {
        margin-left: -23%;
    }
    .lg\:-mt-24\% {
        margin-top: -24%;
    }
    .lg\:-mr-24\% {
        margin-right: -24%;
    }
    .lg\:-mb-24\% {
        margin-bottom: -24%;
    }
    .lg\:-ml-24\% {
        margin-left: -24%;
    }
    .lg\:-mt-36\% {
        margin-top: -36%;
    }
    .lg\:-mr-36\% {
        margin-right: -36%;
    }
    .lg\:-mb-36\% {
        margin-bottom: -36%;
    }
    .lg\:-ml-36\% {
        margin-left: -36%;
    }
    .lg\:-mt-27\% {
        margin-top: -27%;
    }
    .lg\:-mr-27\% {
        margin-right: -27%;
    }
    .lg\:-mb-27\% {
        margin-bottom: -27%;
    }
    .lg\:-ml-27\% {
        margin-left: -27%;
    }
    .lg\:-mt-28\% {
        margin-top: -28%;
    }
    .lg\:-mr-28\% {
        margin-right: -28%;
    }
    .lg\:-mb-28\% {
        margin-bottom: -28%;
    }
    .lg\:-ml-28\% {
        margin-left: -28%;
    }
    .lg\:-mt-42\% {
        margin-top: -42%;
    }
    .lg\:-mr-42\% {
        margin-right: -42%;
    }
    .lg\:-mb-42\% {
        margin-bottom: -42%;
    }
    .lg\:-ml-42\% {
        margin-left: -42%;
    }
    .lg\:-mt-46\% {
        margin-top: -46%;
    }
    .lg\:-mr-46\% {
        margin-right: -46%;
    }
    .lg\:-mb-46\% {
        margin-bottom: -46%;
    }
    .lg\:-ml-46\% {
        margin-left: -46%;
    }
    .lg\:-mt-49\% {
        margin-top: -49%;
    }
    .lg\:-mr-49\% {
        margin-right: -49%;
    }
    .lg\:-mb-49\% {
        margin-bottom: -49%;
    }
    .lg\:-ml-49\% {
        margin-left: -49%;
    }
    .lg\:-mt-54\% {
        margin-top: -54%;
    }
    .lg\:-mr-54\% {
        margin-right: -54%;
    }
    .lg\:-mb-54\% {
        margin-bottom: -54%;
    }
    .lg\:-ml-54\% {
        margin-left: -54%;
    }
    .lg\:-mt-58\% {
        margin-top: -58%;
    }
    .lg\:-mr-58\% {
        margin-right: -58%;
    }
    .lg\:-mb-58\% {
        margin-bottom: -58%;
    }
    .lg\:-ml-58\% {
        margin-left: -58%;
    }
    .lg\:-mt-72\% {
        margin-top: -72%;
    }
    .lg\:-mr-72\% {
        margin-right: -72%;
    }
    .lg\:-mb-72\% {
        margin-bottom: -72%;
    }
    .lg\:-ml-72\% {
        margin-left: -72%;
    }
    .lg\:-mt-76\% {
        margin-top: -76%;
    }
    .lg\:-mr-76\% {
        margin-right: -76%;
    }
    .lg\:-mb-76\% {
        margin-bottom: -76%;
    }
    .lg\:-ml-76\% {
        margin-left: -76%;
    }
    .lg\:-mt-77\% {
        margin-top: -77%;
    }
    .lg\:-mr-77\% {
        margin-right: -77%;
    }
    .lg\:-mb-77\% {
        margin-bottom: -77%;
    }
    .lg\:-ml-77\% {
        margin-left: -77%;
    }
    .lg\:-mt-340p {
        margin-top: -340px;
    }
    .lg\:-mr-340p {
        margin-right: -340px;
    }
    .lg\:-mb-340p {
        margin-bottom: -340px;
    }
    .lg\:-ml-340p {
        margin-left: -340px;
    }
    .lg\:-mt-700p {
        margin-top: -700px;
    }
    .lg\:-mr-700p {
        margin-right: -700px;
    }
    .lg\:-mb-700p {
        margin-bottom: -700px;
    }
    .lg\:-ml-700p {
        margin-left: -700px;
    }
    .lg\:-mt-848p {
        margin-top: -848px;
    }
    .lg\:-mr-848p {
        margin-right: -848px;
    }
    .lg\:-mb-848p {
        margin-bottom: -848px;
    }
    .lg\:-ml-848p {
        margin-left: -848px;
    }
    .lg\:-mt-850p {
        margin-top: -850px;
    }
    .lg\:-mr-850p {
        margin-right: -850px;
    }
    .lg\:-mb-850p {
        margin-bottom: -850px;
    }
    .lg\:-ml-850p {
        margin-left: -850px;
    }
    .lg\:-mt-860p {
        margin-top: -860px;
    }
    .lg\:-mr-860p {
        margin-right: -860px;
    }
    .lg\:-mb-860p {
        margin-bottom: -860px;
    }
    .lg\:-ml-860p {
        margin-left: -860px;
    }
    .lg\:-mt-1425p {
        margin-top: -1425px;
    }
    .lg\:-mr-1425p {
        margin-right: -1425px;
    }
    .lg\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .lg\:-ml-1425p {
        margin-left: -1425px;
    }
    .lg\:max-h-0 {
        max-height: 0;
    }
    .lg\:max-h-1 {
        max-height: 0.25rem;
    }
    .lg\:max-h-2 {
        max-height: 0.5rem;
    }
    .lg\:max-h-3 {
        max-height: 0.75rem;
    }
    .lg\:max-h-4 {
        max-height: 1rem;
    }
    .lg\:max-h-5 {
        max-height: 1.25rem;
    }
    .lg\:max-h-6 {
        max-height: 1.5rem;
    }
    .lg\:max-h-7 {
        max-height: 1.75rem;
    }
    .lg\:max-h-8 {
        max-height: 2rem;
    }
    .lg\:max-h-9 {
        max-height: 2.25rem;
    }
    .lg\:max-h-10 {
        max-height: 2.5rem;
    }
    .lg\:max-h-11 {
        max-height: 2.75rem;
    }
    .lg\:max-h-12 {
        max-height: 3rem;
    }
    .lg\:max-h-14 {
        max-height: 3.5rem;
    }
    .lg\:max-h-16 {
        max-height: 4rem;
    }
    .lg\:max-h-20 {
        max-height: 5rem;
    }
    .lg\:max-h-23 {
        max-height: 88px;
    }
    .lg\:max-h-24 {
        max-height: 6rem;
    }
    .lg\:max-h-25 {
        max-height: 100px;
    }
    .lg\:max-h-28 {
        max-height: 7rem;
    }
    .lg\:max-h-29 {
        max-height: 120px;
    }
    .lg\:max-h-32 {
        max-height: 8rem;
    }
    .lg\:max-h-33 {
        max-height: 130px;
    }
    .lg\:max-h-36 {
        max-height: 9rem;
    }
    .lg\:max-h-40 {
        max-height: 10rem;
    }
    .lg\:max-h-44 {
        max-height: 11rem;
    }
    .lg\:max-h-48 {
        max-height: 12rem;
    }
    .lg\:max-h-52 {
        max-height: 13rem;
    }
    .lg\:max-h-56 {
        max-height: 14rem;
    }
    .lg\:max-h-60 {
        max-height: 15rem;
    }
    .lg\:max-h-63 {
        max-height: 270px;
    }
    .lg\:max-h-64 {
        max-height: 16rem;
    }
    .lg\:max-h-72 {
        max-height: 18rem;
    }
    .lg\:max-h-80 {
        max-height: 20rem;
    }
    .lg\:max-h-92 {
        max-height: 475px;
    }
    .lg\:max-h-96 {
        max-height: 24rem;
    }
    .lg\:max-h-128 {
        max-height: 32rem;
    }
    .lg\:max-h-px {
        max-height: 1px;
    }
    .lg\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .lg\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .lg\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .lg\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .lg\:max-h-105p {
        max-height: 105px;
    }
    .lg\:max-h-50p {
        max-height: 50px;
    }
    .lg\:max-h-54p {
        max-height: 54px;
    }
    .lg\:max-h-1p {
        max-height: 1px;
    }
    .lg\:max-h-2p {
        max-height: 2px;
    }
    .lg\:max-h-3p {
        max-height: 3px;
    }
    .lg\:max-h-5p {
        max-height: 5px;
    }
    .lg\:max-h-7p {
        max-height: 7px;
    }
    .lg\:max-h-9p {
        max-height: 9px;
    }
    .lg\:max-h-10p {
        max-height: 10px;
    }
    .lg\:max-h-11p {
        max-height: 11px;
    }
    .lg\:max-h-13p {
        max-height: 13px;
    }
    .lg\:max-h-15p {
        max-height: 15px;
    }
    .lg\:max-h-18p {
        max-height: 18px;
    }
    .lg\:max-h-19p {
        max-height: 19px;
    }
    .lg\:max-h-21p {
        max-height: 21px;
    }
    .lg\:max-h-22p {
        max-height: 22px;
    }
    .lg\:max-h-23p {
        max-height: 23px;
    }
    .lg\:max-h-25p {
        max-height: 25px;
    }
    .lg\:max-h-26p {
        max-height: 26px;
    }
    .lg\:max-h-29p {
        max-height: 29px;
    }
    .lg\:max-h-30p {
        max-height: 30px;
    }
    .lg\:max-h-31p {
        max-height: 31px;
    }
    .lg\:max-h-35p {
        max-height: 35px;
    }
    .lg\:max-h-52p {
        max-height: 52px;
    }
    .lg\:max-h-53p {
        max-height: 53px;
    }
    .lg\:max-h-55p {
        max-height: 55px;
    }
    .lg\:max-h-59p {
        max-height: 59px;
    }
    .lg\:max-h-27p {
        max-height: 27px;
    }
    .lg\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .lg\:max-h-38p {
        max-height: 38px;
    }
    .lg\:max-h-40p {
        max-height: 40px;
    }
    .lg\:max-h-46p {
        max-height: 46px;
    }
    .lg\:max-h-47p {
        max-height: 47px;
    }
    .lg\:max-h-49p {
        max-height: 49px;
    }
    .lg\:max-h-58p {
        max-height: 58px;
    }
    .lg\:max-h-75p {
        max-height: 75px;
    }
    .lg\:max-h-77p {
        max-height: 77px;
    }
    .lg\:max-h-60p {
        max-height: 60px;
    }
    .lg\:max-h-65p {
        max-height: 65px;
    }
    .lg\:max-h-66p {
        max-height: 66px;
    }
    .lg\:max-h-68p {
        max-height: 68px;
    }
    .lg\:max-h-70p {
        max-height: 70px;
    }
    .lg\:max-h-72p {
        max-height: 72px;
    }
    .lg\:max-h-74p {
        max-height: 74px;
    }
    .lg\:max-h-78p {
        max-height: 78px;
    }
    .lg\:max-h-80p {
        max-height: 80px;
    }
    .lg\:max-h-82p {
        max-height: 82px;
    }
    .lg\:max-h-84p {
        max-height: 84px;
    }
    .lg\:max-h-89p {
        max-height: 89px;
    }
    .lg\:max-h-93p {
        max-height: 93px;
    }
    .lg\:max-h-90p {
        max-height: 90px;
    }
    .lg\:max-h-97p {
        max-height: 97px;
    }
    .lg\:max-h-103p {
        max-height: 103px;
    }
    .lg\:max-h-116p {
        max-height: 116px;
    }
    .lg\:max-h-120p {
        max-height: 120px;
    }
    .lg\:max-h-125p {
        max-height: 125px;
    }
    .lg\:max-h-130p {
        max-height: 130px;
    }
    .lg\:max-h-135p {
        max-height: 135px;
    }
    .lg\:max-h-132p {
        max-height: 132px;
    }
    .lg\:max-h-150p {
        max-height: 150px;
    }
    .lg\:max-h-216p {
        max-height: 216px;
    }
    .lg\:max-h-225p {
        max-height: 225px;
    }
    .lg\:max-h-296p {
        max-height: 296px;
    }
    .lg\:max-h-270p {
        max-height: 270px;
    }
    .lg\:max-h-137p {
        max-height: 137px;
    }
    .lg\:max-h-141p {
        max-height: 141px;
    }
    .lg\:max-h-146p {
        max-height: 146px;
    }
    .lg\:max-h-152p {
        max-height: 152px;
    }
    .lg\:max-h-155p {
        max-height: 155px;
    }
    .lg\:max-h-163p {
        max-height: 163px;
    }
    .lg\:max-h-168p {
        max-height: 168px;
    }
    .lg\:max-h-173p {
        max-height: 173px;
    }
    .lg\:max-h-210p {
        max-height: 210px;
    }
    .lg\:max-h-245p {
        max-height: 245px;
    }
    .lg\:max-h-250p {
        max-height: 250px;
    }
    .lg\:max-h-260p {
        max-height: 260px;
    }
    .lg\:max-h-263p {
        max-height: 263px;
    }
    .lg\:max-h-266p {
        max-height: 266px;
    }
    .lg\:max-h-275p {
        max-height: 275px;
    }
    .lg\:max-h-300p {
        max-height: 300px;
    }
    .lg\:max-h-312p {
        max-height: 312px;
    }
    .lg\:max-h-318p {
        max-height: 318px;
    }
    .lg\:max-h-322p {
        max-height: 322px;
    }
    .lg\:max-h-337p {
        max-height: 337px;
    }
    .lg\:max-h-345p {
        max-height: 345px;
    }
    .lg\:max-h-344p {
        max-height: 344px;
    }
    .lg\:max-h-354p {
        max-height: 354px;
    }
    .lg\:max-h-364p {
        max-height: 364px;
    }
    .lg\:max-h-370p {
        max-height: 370px;
    }
    .lg\:max-h-382p {
        max-height: 382px;
    }
    .lg\:max-h-385p {
        max-height: 385px;
    }
    .lg\:max-h-400p {
        max-height: 400px;
    }
    .lg\:max-h-407p {
        max-height: 407px;
    }
    .lg\:max-h-411p {
        max-height: 411px;
    }
    .lg\:max-h-418p {
        max-height: 418px;
    }
    .lg\:max-h-430p {
        max-height: 430px;
    }
    .lg\:max-h-450p {
        max-height: 450px;
    }
    .lg\:max-h-468p {
        max-height: 468px;
    }
    .lg\:max-h-485p {
        max-height: 485px;
    }
    .lg\:max-h-491p {
        max-height: 491px;
    }
    .lg\:max-h-494p {
        max-height: 494px;
    }
    .lg\:max-h-470p {
        max-height: 470px;
    }
    .lg\:max-h-480p {
        max-height: 480px;
    }
    .lg\:max-h-532p {
        max-height: 532px;
    }
    .lg\:max-h-556p {
        max-height: 556px;
    }
    .lg\:max-h-505p {
        max-height: 505px;
    }
    .lg\:max-h-1179p {
        max-height: 1179px;
    }
    .lg\:max-h-1253p {
        max-height: 1253px;
    }
    .lg\:max-h-1575p {
        max-height: 1575px;
    }
    .lg\:max-h-600p {
        max-height: 600px;
    }
    .lg\:max-h-649p {
        max-height: 649px;
    }
    .lg\:max-h-690p {
        max-height: 690px;
    }
    .lg\:max-h-19\% {
        max-height: 19%;
    }
    .lg\:max-h-23\% {
        max-height: 23%;
    }
    .lg\:max-h-24\% {
        max-height: 24%;
    }
    .lg\:max-h-36\% {
        max-height: 36%;
    }
    .lg\:max-h-27\% {
        max-height: 27%;
    }
    .lg\:max-h-28\% {
        max-height: 28%;
    }
    .lg\:max-h-42\% {
        max-height: 42%;
    }
    .lg\:max-h-46\% {
        max-height: 46%;
    }
    .lg\:max-h-49\% {
        max-height: 49%;
    }
    .lg\:max-h-54\% {
        max-height: 54%;
    }
    .lg\:max-h-58\% {
        max-height: 58%;
    }
    .lg\:max-h-72\% {
        max-height: 72%;
    }
    .lg\:max-h-76\% {
        max-height: 76%;
    }
    .lg\:max-h-77\% {
        max-height: 77%;
    }
    .lg\:max-h-340p {
        max-height: 340px;
    }
    .lg\:max-h-700p {
        max-height: 700px;
    }
    .lg\:max-h-848p {
        max-height: 848px;
    }
    .lg\:max-h-850p {
        max-height: 850px;
    }
    .lg\:max-h-860p {
        max-height: 860px;
    }
    .lg\:max-h-1425p {
        max-height: 1425px;
    }
    .lg\:max-h-full {
        max-height: 100%;
    }
    .lg\:max-h-screen {
        max-height: 100vh;
    }
    .lg\:max-w-0 {
        max-width: 0;
    }
    .lg\:max-w-none {
        max-width: none;
    }
    .lg\:max-w-xs {
        max-width: 20rem;
    }
    .lg\:max-w-sm {
        max-width: 24rem;
    }
    .lg\:max-w-md {
        max-width: 28rem;
    }
    .lg\:max-w-lg {
        max-width: 32rem;
    }
    .lg\:max-w-xl {
        max-width: 36rem;
    }
    .lg\:max-w-2xl {
        max-width: 42rem;
    }
    .lg\:max-w-3xl {
        max-width: 48rem;
    }
    .lg\:max-w-4xl {
        max-width: 56rem;
    }
    .lg\:max-w-5xl {
        max-width: 64rem;
    }
    .lg\:max-w-6xl {
        max-width: 72rem;
    }
    .lg\:max-w-7xl {
        max-width: 80rem;
    }
    .lg\:max-w-full {
        max-width: 100%;
    }
    .lg\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .lg\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .lg\:max-w-prose {
        max-width: 65ch;
    }
    .lg\:max-w-screen-sm {
        max-width: 640px;
    }
    .lg\:max-w-screen-md {
        max-width: 768px;
    }
    .lg\:max-w-screen-lg {
        max-width: 1024px;
    }
    .lg\:max-w-screen-xl {
        max-width: 1280px;
    }
    .lg\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .lg\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .lg\:min-h-0 {
        min-height: 0;
    }
    .lg\:min-h-full {
        min-height: 100%;
    }
    .lg\:min-h-screen {
        min-height: 100vh;
    }
    .lg\:min-w-0 {
        min-width: 0;
    }
    .lg\:min-w-full {
        min-width: 100%;
    }
    .lg\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .lg\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .lg\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .lg\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lg\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .lg\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .lg\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .lg\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .lg\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .lg\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .lg\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .lg\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .lg\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .lg\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .lg\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .lg\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .lg\:opacity-0 {
        opacity: 0;
    }
    .lg\:opacity-5 {
        opacity: 0.05;
    }
    .lg\:opacity-10 {
        opacity: 0.1;
    }
    .lg\:opacity-20 {
        opacity: 0.2;
    }
    .lg\:opacity-25 {
        opacity: 0.25;
    }
    .lg\:opacity-30 {
        opacity: 0.3;
    }
    .lg\:opacity-40 {
        opacity: 0.4;
    }
    .lg\:opacity-50 {
        opacity: 0.5;
    }
    .lg\:opacity-60 {
        opacity: 0.6;
    }
    .lg\:opacity-70 {
        opacity: 0.7;
    }
    .lg\:opacity-75 {
        opacity: 0.75;
    }
    .lg\:opacity-80 {
        opacity: 0.8;
    }
    .lg\:opacity-90 {
        opacity: 0.9;
    }
    .lg\:opacity-95 {
        opacity: 0.95;
    }
    .lg\:opacity-100 {
        opacity: 1;
    }
    .group:hover .lg\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .lg\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .lg\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .lg\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .lg\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .lg\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .lg\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .lg\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .lg\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .lg\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .lg\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .lg\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .lg\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .lg\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .lg\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .lg\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .lg\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .lg\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .lg\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .lg\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .lg\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .lg\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .lg\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .lg\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .lg\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .lg\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .lg\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .lg\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .lg\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .lg\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .lg\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .lg\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .lg\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .lg\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .lg\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .lg\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .lg\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .lg\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .lg\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .lg\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .lg\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .lg\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .lg\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .lg\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .lg\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .lg\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .lg\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .lg\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .lg\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .lg\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .lg\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .lg\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .lg\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .lg\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .lg\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .lg\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .lg\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .lg\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .lg\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .lg\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .lg\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .lg\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .lg\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .lg\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .lg\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .lg\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .lg\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .lg\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .lg\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .lg\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .lg\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .lg\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .lg\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .lg\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .lg\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .lg\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .lg\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .lg\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .lg\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .lg\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .lg\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .lg\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .lg\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .lg\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .lg\:overflow-auto {
        overflow: auto;
    }
    .lg\:overflow-hidden {
        overflow: hidden;
    }
    .lg\:overflow-visible {
        overflow: visible;
    }
    .lg\:overflow-scroll {
        overflow: scroll;
    }
    .lg\:overflow-x-auto {
        overflow-x: auto;
    }
    .lg\:overflow-y-auto {
        overflow-y: auto;
    }
    .lg\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .lg\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .lg\:overflow-x-visible {
        overflow-x: visible;
    }
    .lg\:overflow-y-visible {
        overflow-y: visible;
    }
    .lg\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .lg\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .lg\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .lg\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .lg\:overscroll-none {
        overscroll-behavior: none;
    }
    .lg\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .lg\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .lg\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .lg\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .lg\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .lg\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .lg\:p-0 {
        padding: 0;
    }
    .lg\:p-1 {
        padding: 0.25rem;
    }
    .lg\:p-2 {
        padding: 0.5rem;
    }
    .lg\:p-3 {
        padding: 0.75rem;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:p-5 {
        padding: 1.25rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-7 {
        padding: 1.75rem;
    }
    .lg\:p-8 {
        padding: 2rem;
    }
    .lg\:p-9 {
        padding: 2.25rem;
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-11 {
        padding: 2.75rem;
    }
    .lg\:p-12 {
        padding: 3rem;
    }
    .lg\:p-14 {
        padding: 3.5rem;
    }
    .lg\:p-16 {
        padding: 4rem;
    }
    .lg\:p-20 {
        padding: 5rem;
    }
    .lg\:p-23 {
        padding: 88px;
    }
    .lg\:p-24 {
        padding: 6rem;
    }
    .lg\:p-25 {
        padding: 100px;
    }
    .lg\:p-28 {
        padding: 7rem;
    }
    .lg\:p-29 {
        padding: 120px;
    }
    .lg\:p-32 {
        padding: 8rem;
    }
    .lg\:p-33 {
        padding: 130px;
    }
    .lg\:p-36 {
        padding: 9rem;
    }
    .lg\:p-40 {
        padding: 10rem;
    }
    .lg\:p-44 {
        padding: 11rem;
    }
    .lg\:p-48 {
        padding: 12rem;
    }
    .lg\:p-52 {
        padding: 13rem;
    }
    .lg\:p-56 {
        padding: 14rem;
    }
    .lg\:p-60 {
        padding: 15rem;
    }
    .lg\:p-63 {
        padding: 270px;
    }
    .lg\:p-64 {
        padding: 16rem;
    }
    .lg\:p-72 {
        padding: 18rem;
    }
    .lg\:p-80 {
        padding: 20rem;
    }
    .lg\:p-92 {
        padding: 475px;
    }
    .lg\:p-96 {
        padding: 24rem;
    }
    .lg\:p-128 {
        padding: 32rem;
    }
    .lg\:p-px {
        padding: 1px;
    }
    .lg\:p-0\.5 {
        padding: 0.125rem;
    }
    .lg\:p-1\.5 {
        padding: 0.375rem;
    }
    .lg\:p-2\.5 {
        padding: 0.625rem;
    }
    .lg\:p-3\.5 {
        padding: 0.875rem;
    }
    .lg\:p-105p {
        padding: 105px;
    }
    .lg\:p-50p {
        padding: 50px;
    }
    .lg\:p-54p {
        padding: 54px;
    }
    .lg\:p-1p {
        padding: 1px;
    }
    .lg\:p-2p {
        padding: 2px;
    }
    .lg\:p-3p {
        padding: 3px;
    }
    .lg\:p-5p {
        padding: 5px;
    }
    .lg\:p-7p {
        padding: 7px;
    }
    .lg\:p-9p {
        padding: 9px;
    }
    .lg\:p-10p {
        padding: 10px;
    }
    .lg\:p-11p {
        padding: 11px;
    }
    .lg\:p-13p {
        padding: 13px;
    }
    .lg\:p-15p {
        padding: 15px;
    }
    .lg\:p-18p {
        padding: 18px;
    }
    .lg\:p-19p {
        padding: 19px;
    }
    .lg\:p-21p {
        padding: 21px;
    }
    .lg\:p-22p {
        padding: 22px;
    }
    .lg\:p-23p {
        padding: 23px;
    }
    .lg\:p-25p {
        padding: 25px;
    }
    .lg\:p-26p {
        padding: 26px;
    }
    .lg\:p-29p {
        padding: 29px;
    }
    .lg\:p-30p {
        padding: 30px;
    }
    .lg\:p-31p {
        padding: 31px;
    }
    .lg\:p-35p {
        padding: 35px;
    }
    .lg\:p-52p {
        padding: 52px;
    }
    .lg\:p-53p {
        padding: 53px;
    }
    .lg\:p-55p {
        padding: 55px;
    }
    .lg\:p-59p {
        padding: 59px;
    }
    .lg\:p-27p {
        padding: 27px;
    }
    .lg\:p-33\.5p {
        padding: 33.5px;
    }
    .lg\:p-38p {
        padding: 38px;
    }
    .lg\:p-40p {
        padding: 40px;
    }
    .lg\:p-46p {
        padding: 46px;
    }
    .lg\:p-47p {
        padding: 47px;
    }
    .lg\:p-49p {
        padding: 49px;
    }
    .lg\:p-58p {
        padding: 58px;
    }
    .lg\:p-75p {
        padding: 75px;
    }
    .lg\:p-77p {
        padding: 77px;
    }
    .lg\:p-60p {
        padding: 60px;
    }
    .lg\:p-65p {
        padding: 65px;
    }
    .lg\:p-66p {
        padding: 66px;
    }
    .lg\:p-68p {
        padding: 68px;
    }
    .lg\:p-70p {
        padding: 70px;
    }
    .lg\:p-72p {
        padding: 72px;
    }
    .lg\:p-74p {
        padding: 74px;
    }
    .lg\:p-78p {
        padding: 78px;
    }
    .lg\:p-80p {
        padding: 80px;
    }
    .lg\:p-82p {
        padding: 82px;
    }
    .lg\:p-84p {
        padding: 84px;
    }
    .lg\:p-89p {
        padding: 89px;
    }
    .lg\:p-93p {
        padding: 93px;
    }
    .lg\:p-90p {
        padding: 90px;
    }
    .lg\:p-97p {
        padding: 97px;
    }
    .lg\:p-103p {
        padding: 103px;
    }
    .lg\:p-116p {
        padding: 116px;
    }
    .lg\:p-120p {
        padding: 120px;
    }
    .lg\:p-125p {
        padding: 125px;
    }
    .lg\:p-130p {
        padding: 130px;
    }
    .lg\:p-135p {
        padding: 135px;
    }
    .lg\:p-132p {
        padding: 132px;
    }
    .lg\:p-150p {
        padding: 150px;
    }
    .lg\:p-216p {
        padding: 216px;
    }
    .lg\:p-225p {
        padding: 225px;
    }
    .lg\:p-296p {
        padding: 296px;
    }
    .lg\:p-270p {
        padding: 270px;
    }
    .lg\:p-137p {
        padding: 137px;
    }
    .lg\:p-141p {
        padding: 141px;
    }
    .lg\:p-146p {
        padding: 146px;
    }
    .lg\:p-152p {
        padding: 152px;
    }
    .lg\:p-155p {
        padding: 155px;
    }
    .lg\:p-163p {
        padding: 163px;
    }
    .lg\:p-168p {
        padding: 168px;
    }
    .lg\:p-173p {
        padding: 173px;
    }
    .lg\:p-210p {
        padding: 210px;
    }
    .lg\:p-245p {
        padding: 245px;
    }
    .lg\:p-250p {
        padding: 250px;
    }
    .lg\:p-260p {
        padding: 260px;
    }
    .lg\:p-263p {
        padding: 263px;
    }
    .lg\:p-266p {
        padding: 266px;
    }
    .lg\:p-275p {
        padding: 275px;
    }
    .lg\:p-300p {
        padding: 300px;
    }
    .lg\:p-312p {
        padding: 312px;
    }
    .lg\:p-318p {
        padding: 318px;
    }
    .lg\:p-322p {
        padding: 322px;
    }
    .lg\:p-337p {
        padding: 337px;
    }
    .lg\:p-345p {
        padding: 345px;
    }
    .lg\:p-344p {
        padding: 344px;
    }
    .lg\:p-354p {
        padding: 354px;
    }
    .lg\:p-364p {
        padding: 364px;
    }
    .lg\:p-370p {
        padding: 370px;
    }
    .lg\:p-382p {
        padding: 382px;
    }
    .lg\:p-385p {
        padding: 385px;
    }
    .lg\:p-400p {
        padding: 400px;
    }
    .lg\:p-407p {
        padding: 407px;
    }
    .lg\:p-411p {
        padding: 411px;
    }
    .lg\:p-418p {
        padding: 418px;
    }
    .lg\:p-430p {
        padding: 430px;
    }
    .lg\:p-450p {
        padding: 450px;
    }
    .lg\:p-468p {
        padding: 468px;
    }
    .lg\:p-485p {
        padding: 485px;
    }
    .lg\:p-491p {
        padding: 491px;
    }
    .lg\:p-494p {
        padding: 494px;
    }
    .lg\:p-470p {
        padding: 470px;
    }
    .lg\:p-480p {
        padding: 480px;
    }
    .lg\:p-532p {
        padding: 532px;
    }
    .lg\:p-556p {
        padding: 556px;
    }
    .lg\:p-505p {
        padding: 505px;
    }
    .lg\:p-1179p {
        padding: 1179px;
    }
    .lg\:p-1253p {
        padding: 1253px;
    }
    .lg\:p-1575p {
        padding: 1575px;
    }
    .lg\:p-600p {
        padding: 600px;
    }
    .lg\:p-649p {
        padding: 649px;
    }
    .lg\:p-690p {
        padding: 690px;
    }
    .lg\:p-19\% {
        padding: 19%;
    }
    .lg\:p-23\% {
        padding: 23%;
    }
    .lg\:p-24\% {
        padding: 24%;
    }
    .lg\:p-36\% {
        padding: 36%;
    }
    .lg\:p-27\% {
        padding: 27%;
    }
    .lg\:p-28\% {
        padding: 28%;
    }
    .lg\:p-42\% {
        padding: 42%;
    }
    .lg\:p-46\% {
        padding: 46%;
    }
    .lg\:p-49\% {
        padding: 49%;
    }
    .lg\:p-54\% {
        padding: 54%;
    }
    .lg\:p-58\% {
        padding: 58%;
    }
    .lg\:p-72\% {
        padding: 72%;
    }
    .lg\:p-76\% {
        padding: 76%;
    }
    .lg\:p-77\% {
        padding: 77%;
    }
    .lg\:p-340p {
        padding: 340px;
    }
    .lg\:p-700p {
        padding: 700px;
    }
    .lg\:p-848p {
        padding: 848px;
    }
    .lg\:p-850p {
        padding: 850px;
    }
    .lg\:p-860p {
        padding: 860px;
    }
    .lg\:p-1425p {
        padding: 1425px;
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .lg\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .lg\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .lg\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .lg\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .lg\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .lg\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .lg\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .lg\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .lg\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .lg\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .lg\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .lg\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .lg\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .lg\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .lg\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .lg\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .lg\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .lg\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .lg\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .lg\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .lg\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .lg\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .lg\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .lg\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .lg\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .lg\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .lg\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .lg\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .lg\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .lg\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .lg\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .lg\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .lg\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .lg\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .lg\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .lg\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .lg\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .lg\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .lg\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .lg\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .lg\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .lg\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .lg\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .lg\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .lg\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .lg\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .lg\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lg\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .lg\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .lg\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .lg\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .lg\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .lg\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .lg\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .lg\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .lg\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .lg\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .lg\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .lg\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .lg\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .lg\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .lg\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .lg\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lg\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .lg\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .lg\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .lg\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .lg\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .lg\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lg\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lg\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .lg\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .lg\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .lg\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .lg\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .lg\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .lg\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .lg\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .lg\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .lg\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .lg\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lg\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .lg\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .lg\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .lg\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .lg\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .lg\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lg\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .lg\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .lg\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .lg\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .lg\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .lg\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .lg\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .lg\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .lg\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .lg\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .lg\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .lg\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .lg\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .lg\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .lg\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .lg\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .lg\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .lg\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .lg\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .lg\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lg\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .lg\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .lg\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .lg\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .lg\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .lg\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .lg\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .lg\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .lg\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .lg\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .lg\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .lg\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .lg\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .lg\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lg\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .lg\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .lg\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .lg\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .lg\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .lg\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .lg\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .lg\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .lg\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .lg\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .lg\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .lg\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .lg\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .lg\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .lg\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .lg\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .lg\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .lg\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .lg\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .lg\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .lg\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .lg\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .lg\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .lg\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .lg\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .lg\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .lg\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .lg\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .lg\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .lg\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .lg\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .lg\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .lg\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .lg\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .lg\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .lg\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .lg\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .lg\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .lg\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .lg\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .lg\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .lg\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .lg\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .lg\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .lg\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .lg\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .lg\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .lg\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .lg\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .lg\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .lg\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .lg\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .lg\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .lg\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .lg\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .lg\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .lg\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .lg\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .lg\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .lg\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .lg\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .lg\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .lg\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .lg\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .lg\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .lg\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .lg\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .lg\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .lg\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .lg\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .lg\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .lg\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .lg\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .lg\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .lg\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .lg\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .lg\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .lg\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .lg\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .lg\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .lg\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .lg\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .lg\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .lg\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .lg\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .lg\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .lg\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .lg\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .lg\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .lg\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .lg\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .lg\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .lg\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .lg\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .lg\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .lg\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .lg\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .lg\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .lg\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .lg\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .lg\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .lg\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .lg\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .lg\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .lg\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .lg\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .lg\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .lg\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .lg\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .lg\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .lg\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .lg\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .lg\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .lg\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .lg\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .lg\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .lg\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .lg\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .lg\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .lg\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .lg\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .lg\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .lg\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .lg\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .lg\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .lg\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .lg\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .lg\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .lg\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .lg\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .lg\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .lg\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .lg\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .lg\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .lg\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .lg\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .lg\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .lg\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .lg\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .lg\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .lg\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .lg\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .lg\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .lg\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .lg\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .lg\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .lg\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .lg\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .lg\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .lg\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .lg\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .lg\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .lg\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .lg\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .lg\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .lg\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .lg\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .lg\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .lg\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .lg\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .lg\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .lg\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .lg\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .lg\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .lg\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .lg\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .lg\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .lg\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .lg\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .lg\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .lg\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .lg\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .lg\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .lg\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .lg\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .lg\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .lg\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .lg\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .lg\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .lg\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .lg\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .lg\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .lg\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .lg\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .lg\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .lg\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .lg\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .lg\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .lg\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .lg\:pt-0 {
        padding-top: 0;
    }
    .lg\:pr-0 {
        padding-right: 0;
    }
    .lg\:pb-0 {
        padding-bottom: 0;
    }
    .lg\:pl-0 {
        padding-left: 0;
    }
    .lg\:pt-1 {
        padding-top: 0.25rem;
    }
    .lg\:pr-1 {
        padding-right: 0.25rem;
    }
    .lg\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .lg\:pl-1 {
        padding-left: 0.25rem;
    }
    .lg\:pt-2 {
        padding-top: 0.5rem;
    }
    .lg\:pr-2 {
        padding-right: 0.5rem;
    }
    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .lg\:pl-2 {
        padding-left: 0.5rem;
    }
    .lg\:pt-3 {
        padding-top: 0.75rem;
    }
    .lg\:pr-3 {
        padding-right: 0.75rem;
    }
    /* Styles specific to RTL direction */
[dir="rtl"] .lg\:pr-3 {
    padding-left: 0.75rem !important;
    /* RTL-specific styles */
}
    .lg\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .lg\:pl-3 {
        padding-left: 0.75rem;
    }
        /* Styles specific to RTL direction */
[dir="rtl"] .lg\:pl-3 {
    padding-right: 0.75rem !important;
    /* RTL-specific styles */
}
    .lg\:pt-4 {
        padding-top: 1rem;
    }
    .lg\:pr-4 {
        padding-right: 1rem;
    }
    .lg\:pb-4 {
        padding-bottom: 1rem;
    }
    .lg\:pl-4 {
        padding-left: 1rem;
    }
    .lg\:pt-5 {
        padding-top: 1.25rem;
    }
    .lg\:pr-5 {
        padding-right: 1.25rem;
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .lg\:pl-5 {
        padding-left: 1.25rem;
    }
    .lg\:pt-6 {
        padding-top: 1.5rem;
    }
    .lg\:pr-6 {
        padding-right: 1.5rem;
    }
    .lg\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .lg\:pl-6 {
        padding-left: 1.5rem;
    }
    .lg\:pt-7 {
        padding-top: 1.75rem;
    }
    .lg\:pr-7 {
        padding-right: 1.75rem;
    }
    .lg\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .lg\:pl-7 {
        padding-left: 1.75rem;
    }
    .lg\:pt-8 {
        padding-top: 2rem;
    }
    .lg\:pr-8 {
        padding-right: 2rem;
    }
    .lg\:pb-8 {
        padding-bottom: 2rem;
    }
    .lg\:pl-8 {
        padding-left: 2rem;
    }
    .lg\:pt-9 {
        padding-top: 2.25rem;
    }
    .lg\:pr-9 {
        padding-right: 2.25rem;
    }
    .lg\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .lg\:pl-9 {
        padding-left: 2.25rem;
    }
    .lg\:pt-10 {
        padding-top: 2.5rem;
    }
    .lg\:pr-10 {
        padding-right: 2.5rem;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:pl-10 {
        padding-left: 2.5rem;
    }
    .lg\:pt-11 {
        padding-top: 2.75rem;
    }
    .lg\:pr-11 {
        padding-right: 2.75rem;
    }
    .lg\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .lg\:pl-11 {
        padding-left: 2.75rem;
    }
    .lg\:pt-12 {
        padding-top: 3rem;
    }
    .lg\:pr-12 {
        padding-right: 3rem;
    }
    .lg\:pb-12 {
        padding-bottom: 3rem;
    }
    .lg\:pl-12 {
        padding-left: 3rem;
    }
    .lg\:pt-14 {
        padding-top: 3.5rem;
    }
    .lg\:pr-14 {
        padding-right: 3.5rem;
    }
    .lg\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .lg\:pl-14 {
        padding-left: 3.5rem;
    }
    .lg\:pt-16 {
        padding-top: 4rem;
    }
    .lg\:pr-16 {
        padding-right: 4rem;
    }
    .lg\:pb-16 {
        padding-bottom: 4rem;
    }
    .lg\:pl-16 {
        padding-left: 4rem;
    }
    .lg\:pt-20 {
        padding-top: 5rem;
    }
    .lg\:pr-20 {
        padding-right: 5rem;
    }
    .lg\:pb-20 {
        padding-bottom: 5rem;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:pt-23 {
        padding-top: 88px;
    }
    .lg\:pr-23 {
        padding-right: 88px;
    }
    .lg\:pb-23 {
        padding-bottom: 88px;
    }
    .lg\:pl-23 {
        padding-left: 88px;
    }
    .lg\:pt-24 {
        padding-top: 6rem;
    }
    .lg\:pr-24 {
        padding-right: 6rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:pl-24 {
        padding-left: 6rem;
    }
    .lg\:pt-25 {
        padding-top: 100px;
    }
    .lg\:pr-25 {
        padding-right: 100px;
    }
    .lg\:pb-25 {
        padding-bottom: 100px;
    }
    .lg\:pl-25 {
        padding-left: 100px;
    }
    .lg\:pt-28 {
        padding-top: 7rem;
    }
    .lg\:pr-28 {
        padding-right: 7rem;
    }
    .lg\:pb-28 {
        padding-bottom: 7rem;
    }
    .lg\:pl-28 {
        padding-left: 7rem;
    }
    .lg\:pt-29 {
        padding-top: 120px;
    }
    .lg\:pr-29 {
        padding-right: 120px;
    }
    .lg\:pb-29 {
        padding-bottom: 120px;
    }
    .lg\:pl-29 {
        padding-left: 120px;
    }
    .lg\:pt-32 {
        padding-top: 8rem;
    }
    .lg\:pr-32 {
        padding-right: 8rem;
    }
    .lg\:pb-32 {
        padding-bottom: 8rem;
    }
    .lg\:pl-32 {
        padding-left: 8rem;
    }
    .lg\:pt-33 {
        padding-top: 130px;
    }
    .lg\:pr-33 {
        padding-right: 130px;
    }
    .lg\:pb-33 {
        padding-bottom: 130px;
    }
    .lg\:pl-33 {
        padding-left: 130px;
    }
    .lg\:pt-36 {
        padding-top: 9rem;
    }
    .lg\:pr-36 {
        padding-right: 9rem;
    }
    .lg\:pb-36 {
        padding-bottom: 9rem;
    }
    .lg\:pl-36 {
        padding-left: 9rem;
    }
    .lg\:pt-40 {
        padding-top: 10rem;
    }
    .lg\:pr-40 {
        padding-right: 10rem;
    }
    .lg\:pb-40 {
        padding-bottom: 10rem;
    }
    .lg\:pl-40 {
        padding-left: 10rem;
    }
    .lg\:pt-44 {
        padding-top: 11rem;
    }
    .lg\:pr-44 {
        padding-right: 11rem;
    }
    .lg\:pb-44 {
        padding-bottom: 11rem;
    }
    .lg\:pl-44 {
        padding-left: 11rem;
    }
    .lg\:pt-48 {
        padding-top: 12rem;
    }
    .lg\:pr-48 {
        padding-right: 12rem;
    }
    .lg\:pb-48 {
        padding-bottom: 12rem;
    }
    .lg\:pl-48 {
        padding-left: 12rem;
    }
    .lg\:pt-52 {
        padding-top: 13rem;
    }
    .lg\:pr-52 {
        padding-right: 13rem;
    }
    .lg\:pb-52 {
        padding-bottom: 13rem;
    }
    .lg\:pl-52 {
        padding-left: 13rem;
    }
    .lg\:pt-56 {
        padding-top: 14rem;
    }
    .lg\:pr-56 {
        padding-right: 14rem;
    }
    .lg\:pb-56 {
        padding-bottom: 14rem;
    }
    .lg\:pl-56 {
        padding-left: 14rem;
    }
    .lg\:pt-60 {
        padding-top: 15rem;
    }
    .lg\:pr-60 {
        padding-right: 15rem;
    }
    .lg\:pb-60 {
        padding-bottom: 15rem;
    }
    .lg\:pl-60 {
        padding-left: 15rem;
    }
    .lg\:pt-63 {
        padding-top: 270px;
    }
    .lg\:pr-63 {
        padding-right: 270px;
    }
    .lg\:pb-63 {
        padding-bottom: 270px;
    }
    .lg\:pl-63 {
        padding-left: 270px;
    }
    .lg\:pt-64 {
        padding-top: 16rem;
    }
    .lg\:pr-64 {
        padding-right: 16rem;
    }
    .lg\:pb-64 {
        padding-bottom: 16rem;
    }
    .lg\:pl-64 {
        padding-left: 16rem;
    }
    .lg\:pt-72 {
        padding-top: 18rem;
    }
    .lg\:pr-72 {
        padding-right: 18rem;
    }
    .lg\:pb-72 {
        padding-bottom: 18rem;
    }
    .lg\:pl-72 {
        padding-left: 18rem;
    }
    .lg\:pt-80 {
        padding-top: 20rem;
    }
    .lg\:pr-80 {
        padding-right: 20rem;
    }
    .lg\:pb-80 {
        padding-bottom: 20rem;
    }
    .lg\:pl-80 {
        padding-left: 20rem;
    }
    .lg\:pt-92 {
        padding-top: 475px;
    }
    .lg\:pr-92 {
        padding-right: 475px;
    }
    .lg\:pb-92 {
        padding-bottom: 475px;
    }
    .lg\:pl-92 {
        padding-left: 475px;
    }
    .lg\:pt-96 {
        padding-top: 24rem;
    }
    .lg\:pr-96 {
        padding-right: 24rem;
    }
    .lg\:pb-96 {
        padding-bottom: 24rem;
    }
    .lg\:pl-96 {
        padding-left: 24rem;
    }
    .lg\:pt-128 {
        padding-top: 32rem;
    }
    .lg\:pr-128 {
        padding-right: 32rem;
    }
    .lg\:pb-128 {
        padding-bottom: 32rem;
    }
    .lg\:pl-128 {
        padding-left: 32rem;
    }
    .lg\:pt-px {
        padding-top: 1px;
    }
    .lg\:pr-px {
        padding-right: 1px;
    }
    .lg\:pb-px {
        padding-bottom: 1px;
    }
    .lg\:pl-px {
        padding-left: 1px;
    }
    .lg\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .lg\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .lg\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .lg\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .lg\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .lg\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .lg\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .lg\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .lg\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .lg\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .lg\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .lg\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .lg\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .lg\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .lg\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .lg\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .lg\:pt-105p {
        padding-top: 105px;
    }
    .lg\:pr-105p {
        padding-right: 105px;
    }
    .lg\:pb-105p {
        padding-bottom: 105px;
    }
    .lg\:pl-105p {
        padding-left: 105px;
    }
    .lg\:pt-50p {
        padding-top: 50px;
    }
    .lg\:pr-50p {
        padding-right: 50px;
    }
    .lg\:pb-50p {
        padding-bottom: 50px;
    }
    .lg\:pl-50p {
        padding-left: 50px;
    }
    .lg\:pt-54p {
        padding-top: 54px;
    }
    .lg\:pr-54p {
        padding-right: 54px;
    }
    .lg\:pb-54p {
        padding-bottom: 54px;
    }
    .lg\:pl-54p {
        padding-left: 54px;
    }
    .lg\:pt-1p {
        padding-top: 1px;
    }
    .lg\:pr-1p {
        padding-right: 1px;
    }
    .lg\:pb-1p {
        padding-bottom: 1px;
    }
    .lg\:pl-1p {
        padding-left: 1px;
    }
    .lg\:pt-2p {
        padding-top: 2px;
    }
    .lg\:pr-2p {
        padding-right: 2px;
    }
    .lg\:pb-2p {
        padding-bottom: 2px;
    }
    .lg\:pl-2p {
        padding-left: 2px;
    }
    .lg\:pt-3p {
        padding-top: 3px;
    }
    .lg\:pr-3p {
        padding-right: 3px;
    }
    .lg\:pb-3p {
        padding-bottom: 3px;
    }
    .lg\:pl-3p {
        padding-left: 3px;
    }
    .lg\:pt-5p {
        padding-top: 5px;
    }
    .lg\:pr-5p {
        padding-right: 5px;
    }
    .lg\:pb-5p {
        padding-bottom: 5px;
    }
    .lg\:pl-5p {
        padding-left: 5px;
    }
    .lg\:pt-7p {
        padding-top: 7px;
    }
    .lg\:pr-7p {
        padding-right: 7px;
    }
    .lg\:pb-7p {
        padding-bottom: 7px;
    }
    .lg\:pl-7p {
        padding-left: 7px;
    }
    .lg\:pt-9p {
        padding-top: 9px;
    }
    .lg\:pr-9p {
        padding-right: 9px;
    }
    .lg\:pb-9p {
        padding-bottom: 9px;
    }
    .lg\:pl-9p {
        padding-left: 9px;
    }
    .lg\:pt-10p {
        padding-top: 10px;
    }
    .lg\:pr-10p {
        padding-right: 10px;
    }
    .lg\:pb-10p {
        padding-bottom: 10px;
    }
    .lg\:pl-10p {
        padding-left: 10px;
    }
    .lg\:pt-11p {
        padding-top: 11px;
    }
    .lg\:pr-11p {
        padding-right: 11px;
    }
    .lg\:pb-11p {
        padding-bottom: 11px;
    }
    .lg\:pl-11p {
        padding-left: 11px;
    }
    .lg\:pt-13p {
        padding-top: 13px;
    }
    .lg\:pr-13p {
        padding-right: 13px;
    }
    .lg\:pb-13p {
        padding-bottom: 13px;
    }
    .lg\:pl-13p {
        padding-left: 13px;
    }
    .lg\:pt-15p {
        padding-top: 15px;
    }
    .lg\:pr-15p {
        padding-right: 15px;
    }
    .lg\:pb-15p {
        padding-bottom: 15px;
    }
    .lg\:pl-15p {
        padding-left: 15px;
    }
    .lg\:pt-18p {
        padding-top: 18px;
    }
    .lg\:pr-18p {
        padding-right: 18px;
    }
    .lg\:pb-18p {
        padding-bottom: 18px;
    }
    .lg\:pl-18p {
        padding-left: 18px;
    }
    .lg\:pt-19p {
        padding-top: 19px;
    }
    .lg\:pr-19p {
        padding-right: 19px;
    }
    .lg\:pb-19p {
        padding-bottom: 19px;
    }
    .lg\:pl-19p {
        padding-left: 19px;
    }
    .lg\:pt-21p {
        padding-top: 21px;
    }
    .lg\:pr-21p {
        padding-right: 21px;
    }
    .lg\:pb-21p {
        padding-bottom: 21px;
    }
    .lg\:pl-21p {
        padding-left: 21px;
    }
    .lg\:pt-22p {
        padding-top: 22px;
    }
    .lg\:pr-22p {
        padding-right: 22px;
    }
    .lg\:pb-22p {
        padding-bottom: 22px;
    }
    .lg\:pl-22p {
        padding-left: 22px;
    }
    .lg\:pt-23p {
        padding-top: 23px;
    }
    .lg\:pr-23p {
        padding-right: 23px;
    }
    .lg\:pb-23p {
        padding-bottom: 23px;
    }
    .lg\:pl-23p {
        padding-left: 23px;
    }
    .lg\:pt-25p {
        padding-top: 25px;
    }
    .lg\:pr-25p {
        padding-right: 25px;
    }
    .lg\:pb-25p {
        padding-bottom: 25px;
    }
    .lg\:pl-25p {
        padding-left: 25px;
    }
    .lg\:pt-26p {
        padding-top: 26px;
    }
    .lg\:pr-26p {
        padding-right: 26px;
    }
    .lg\:pb-26p {
        padding-bottom: 26px;
    }
    .lg\:pl-26p {
        padding-left: 26px;
    }
    .lg\:pt-29p {
        padding-top: 29px;
    }
    .lg\:pr-29p {
        padding-right: 29px;
    }
    .lg\:pb-29p {
        padding-bottom: 29px;
    }
    .lg\:pl-29p {
        padding-left: 29px;
    }
    .lg\:pt-30p {
        padding-top: 30px;
    }
    .lg\:pr-30p {
        padding-right: 30px;
    }
    .lg\:pb-30p {
        padding-bottom: 30px;
    }
    .lg\:pl-30p {
        padding-left: 30px;
    }
    .lg\:pt-31p {
        padding-top: 31px;
    }
    .lg\:pr-31p {
        padding-right: 31px;
    }
    .lg\:pb-31p {
        padding-bottom: 31px;
    }
    .lg\:pl-31p {
        padding-left: 31px;
    }
    .lg\:pt-35p {
        padding-top: 35px;
    }
    .lg\:pr-35p {
        padding-right: 35px;
    }
    .lg\:pb-35p {
        padding-bottom: 35px;
    }
    .lg\:pl-35p {
        padding-left: 35px;
    }
    .lg\:pt-52p {
        padding-top: 52px;
    }
    .lg\:pr-52p {
        padding-right: 52px;
    }
    .lg\:pb-52p {
        padding-bottom: 52px;
    }
    .lg\:pl-52p {
        padding-left: 52px;
    }
    .lg\:pt-53p {
        padding-top: 53px;
    }
    .lg\:pr-53p {
        padding-right: 53px;
    }
    .lg\:pb-53p {
        padding-bottom: 53px;
    }
    .lg\:pl-53p {
        padding-left: 53px;
    }
    .lg\:pt-55p {
        padding-top: 55px;
    }
    .lg\:pr-55p {
        padding-right: 55px;
    }
    .lg\:pb-55p {
        padding-bottom: 55px;
    }
    .lg\:pl-55p {
        padding-left: 55px;
    }
    .lg\:pt-59p {
        padding-top: 59px;
    }
    .lg\:pr-59p {
        padding-right: 59px;
    }
    .lg\:pb-59p {
        padding-bottom: 59px;
    }
    .lg\:pl-59p {
        padding-left: 59px;
    }
    .lg\:pt-27p {
        padding-top: 27px;
    }
    .lg\:pr-27p {
        padding-right: 27px;
    }
    .lg\:pb-27p {
        padding-bottom: 27px;
    }
    .lg\:pl-27p {
        padding-left: 27px;
    }
    .lg\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .lg\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .lg\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .lg\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .lg\:pt-38p {
        padding-top: 38px;
    }
    .lg\:pr-38p {
        padding-right: 38px;
    }
    .lg\:pb-38p {
        padding-bottom: 38px;
    }
    .lg\:pl-38p {
        padding-left: 38px;
    }
    .lg\:pt-40p {
        padding-top: 40px;
    }
    .lg\:pr-40p {
        padding-right: 40px;
    }
    .lg\:pb-40p {
        padding-bottom: 40px;
    }
    .lg\:pl-40p {
        padding-left: 40px;
    }
    .lg\:pt-46p {
        padding-top: 46px;
    }
    .lg\:pr-46p {
        padding-right: 46px;
    }
    .lg\:pb-46p {
        padding-bottom: 46px;
    }
    .lg\:pl-46p {
        padding-left: 46px;
    }
    .lg\:pt-47p {
        padding-top: 47px;
    }
    .lg\:pr-47p {
        padding-right: 47px;
    }
    .lg\:pb-47p {
        padding-bottom: 47px;
    }
    .lg\:pl-47p {
        padding-left: 47px;
    }
    .lg\:pt-49p {
        padding-top: 49px;
    }
    .lg\:pr-49p {
        padding-right: 49px;
    }
    .lg\:pb-49p {
        padding-bottom: 49px;
    }
    .lg\:pl-49p {
        padding-left: 49px;
    }
    .lg\:pt-58p {
        padding-top: 58px;
    }
    .lg\:pr-58p {
        padding-right: 58px;
    }
    .lg\:pb-58p {
        padding-bottom: 58px;
    }
    .lg\:pl-58p {
        padding-left: 58px;
    }
    .lg\:pt-75p {
        padding-top: 75px;
    }
    .lg\:pr-75p {
        padding-right: 75px;
    }
    .lg\:pb-75p {
        padding-bottom: 75px;
    }
    .lg\:pl-75p {
        padding-left: 75px;
    }
    .lg\:pt-77p {
        padding-top: 77px;
    }
    .lg\:pr-77p {
        padding-right: 77px;
    }
    .lg\:pb-77p {
        padding-bottom: 77px;
    }
    .lg\:pl-77p {
        padding-left: 77px;
    }
    .lg\:pt-60p {
        padding-top: 60px;
    }
    .lg\:pr-60p {
        padding-right: 60px;
    }
    .lg\:pb-60p {
        padding-bottom: 60px;
    }
    .lg\:pl-60p {
        padding-left: 60px;
    }
    .lg\:pt-65p {
        padding-top: 65px;
    }
    .lg\:pr-65p {
        padding-right: 65px;
    }
    .lg\:pb-65p {
        padding-bottom: 65px;
    }
    .lg\:pl-65p {
        padding-left: 65px;
    }
    .lg\:pt-66p {
        padding-top: 66px;
    }
    .lg\:pr-66p {
        padding-right: 66px;
    }
    .lg\:pb-66p {
        padding-bottom: 66px;
    }
    .lg\:pl-66p {
        padding-left: 66px;
    }
    .lg\:pt-68p {
        padding-top: 68px;
    }
    .lg\:pr-68p {
        padding-right: 68px;
    }
    .lg\:pb-68p {
        padding-bottom: 68px;
    }
    .lg\:pl-68p {
        padding-left: 68px;
    }
    .lg\:pt-70p {
        padding-top: 70px;
    }
    .lg\:pr-70p {
        padding-right: 70px;
    }
    .lg\:pb-70p {
        padding-bottom: 70px;
    }
    .lg\:pl-70p {
        padding-left: 70px;
    }
    .lg\:pt-72p {
        padding-top: 72px;
    }
    .lg\:pr-72p {
        padding-right: 72px;
    }
    .lg\:pb-72p {
        padding-bottom: 72px;
    }
    .lg\:pl-72p {
        padding-left: 72px;
    }
    .lg\:pt-74p {
        padding-top: 74px;
    }
    .lg\:pr-74p {
        padding-right: 74px;
    }
    .lg\:pb-74p {
        padding-bottom: 74px;
    }
    .lg\:pl-74p {
        padding-left: 74px;
    }
    .lg\:pt-78p {
        padding-top: 78px;
    }
    .lg\:pr-78p {
        padding-right: 78px;
    }
    .lg\:pb-78p {
        padding-bottom: 78px;
    }
    .lg\:pl-78p {
        padding-left: 78px;
    }
    .lg\:pt-80p {
        padding-top: 80px;
    }
    .lg\:pr-80p {
        padding-right: 80px;
    }
    .lg\:pb-80p {
        padding-bottom: 80px;
    }
    .lg\:pl-80p {
        padding-left: 80px;
    }
    .lg\:pt-82p {
        padding-top: 82px;
    }
    .lg\:pr-82p {
        padding-right: 82px;
    }
    .lg\:pb-82p {
        padding-bottom: 82px;
    }
    .lg\:pl-82p {
        padding-left: 82px;
    }
    .lg\:pt-84p {
        padding-top: 84px;
    }
    .lg\:pr-84p {
        padding-right: 84px;
    }
    .lg\:pb-84p {
        padding-bottom: 84px;
    }
    .lg\:pl-84p {
        padding-left: 84px;
    }
    .lg\:pt-89p {
        padding-top: 89px;
    }
    .lg\:pr-89p {
        padding-right: 89px;
    }
    .lg\:pb-89p {
        padding-bottom: 89px;
    }
    .lg\:pl-89p {
        padding-left: 89px;
    }
    .lg\:pt-93p {
        padding-top: 93px;
    }
    .lg\:pr-93p {
        padding-right: 93px;
    }
    .lg\:pb-93p {
        padding-bottom: 93px;
    }
    .lg\:pl-93p {
        padding-left: 93px;
    }
    .lg\:pt-90p {
        padding-top: 90px;
    }
    .lg\:pr-90p {
        padding-right: 90px;
    }
    .lg\:pb-90p {
        padding-bottom: 90px;
    }
    .lg\:pl-90p {
        padding-left: 90px;
    }
    .lg\:pt-97p {
        padding-top: 97px;
    }
    .lg\:pr-97p {
        padding-right: 97px;
    }
    .lg\:pb-97p {
        padding-bottom: 97px;
    }
    .lg\:pl-97p {
        padding-left: 97px;
    }
    .lg\:pt-103p {
        padding-top: 103px;
    }
    .lg\:pr-103p {
        padding-right: 103px;
    }
    .lg\:pb-103p {
        padding-bottom: 103px;
    }
    .lg\:pl-103p {
        padding-left: 103px;
    }
    .lg\:pt-116p {
        padding-top: 116px;
    }
    .lg\:pr-116p {
        padding-right: 116px;
    }
    .lg\:pb-116p {
        padding-bottom: 116px;
    }
    .lg\:pl-116p {
        padding-left: 116px;
    }
    .lg\:pt-120p {
        padding-top: 120px;
    }
    .lg\:pr-120p {
        padding-right: 120px;
    }
    .lg\:pb-120p {
        padding-bottom: 120px;
    }
    .lg\:pl-120p {
        padding-left: 120px;
    }
    .lg\:pt-125p {
        padding-top: 125px;
    }
    .lg\:pr-125p {
        padding-right: 125px;
    }
    .lg\:pb-125p {
        padding-bottom: 125px;
    }
    .lg\:pl-125p {
        padding-left: 125px;
    }
    .lg\:pt-130p {
        padding-top: 130px;
    }
    .lg\:pr-130p {
        padding-right: 130px;
    }
    .lg\:pb-130p {
        padding-bottom: 130px;
    }
    .lg\:pl-130p {
        padding-left: 130px;
    }
    .lg\:pt-135p {
        padding-top: 135px;
    }
    .lg\:pr-135p {
        padding-right: 135px;
    }
    .lg\:pb-135p {
        padding-bottom: 135px;
    }
    .lg\:pl-135p {
        padding-left: 135px;
    }
    .lg\:pt-132p {
        padding-top: 132px;
    }
    .lg\:pr-132p {
        padding-right: 132px;
    }
    .lg\:pb-132p {
        padding-bottom: 132px;
    }
    .lg\:pl-132p {
        padding-left: 132px;
    }
    .lg\:pt-150p {
        padding-top: 150px;
    }
    .lg\:pr-150p {
        padding-right: 150px;
    }
    .lg\:pb-150p {
        padding-bottom: 150px;
    }
    .lg\:pl-150p {
        padding-left: 150px;
    }
    .lg\:pt-216p {
        padding-top: 216px;
    }
    .lg\:pr-216p {
        padding-right: 216px;
    }
    .lg\:pb-216p {
        padding-bottom: 216px;
    }
    .lg\:pl-216p {
        padding-left: 216px;
    }
    .lg\:pt-225p {
        padding-top: 225px;
    }
    .lg\:pr-225p {
        padding-right: 225px;
    }
    .lg\:pb-225p {
        padding-bottom: 225px;
    }
    .lg\:pl-225p {
        padding-left: 225px;
    }
    .lg\:pt-296p {
        padding-top: 296px;
    }
    .lg\:pr-296p {
        padding-right: 296px;
    }
    .lg\:pb-296p {
        padding-bottom: 296px;
    }
    .lg\:pl-296p {
        padding-left: 296px;
    }
    .lg\:pt-270p {
        padding-top: 270px;
    }
    .lg\:pr-270p {
        padding-right: 270px;
    }
    .lg\:pb-270p {
        padding-bottom: 270px;
    }
    .lg\:pl-270p {
        padding-left: 270px;
    }
    .lg\:pt-137p {
        padding-top: 137px;
    }
    .lg\:pr-137p {
        padding-right: 137px;
    }
    .lg\:pb-137p {
        padding-bottom: 137px;
    }
    .lg\:pl-137p {
        padding-left: 137px;
    }
    .lg\:pt-141p {
        padding-top: 141px;
    }
    .lg\:pr-141p {
        padding-right: 141px;
    }
    .lg\:pb-141p {
        padding-bottom: 141px;
    }
    .lg\:pl-141p {
        padding-left: 141px;
    }
    .lg\:pt-146p {
        padding-top: 146px;
    }
    .lg\:pr-146p {
        padding-right: 146px;
    }
    .lg\:pb-146p {
        padding-bottom: 146px;
    }
    .lg\:pl-146p {
        padding-left: 146px;
    }
    .lg\:pt-152p {
        padding-top: 152px;
    }
    .lg\:pr-152p {
        padding-right: 152px;
    }
    .lg\:pb-152p {
        padding-bottom: 152px;
    }
    .lg\:pl-152p {
        padding-left: 152px;
    }
    .lg\:pt-155p {
        padding-top: 155px;
    }
    .lg\:pr-155p {
        padding-right: 155px;
    }
    .lg\:pb-155p {
        padding-bottom: 155px;
    }
    .lg\:pl-155p {
        padding-left: 155px;
    }
    .lg\:pt-163p {
        padding-top: 163px;
    }
    .lg\:pr-163p {
        padding-right: 163px;
    }
    .lg\:pb-163p {
        padding-bottom: 163px;
    }
    .lg\:pl-163p {
        padding-left: 163px;
    }
    .lg\:pt-168p {
        padding-top: 168px;
    }
    .lg\:pr-168p {
        padding-right: 168px;
    }
    .lg\:pb-168p {
        padding-bottom: 168px;
    }
    .lg\:pl-168p {
        padding-left: 168px;
    }
    .lg\:pt-173p {
        padding-top: 173px;
    }
    .lg\:pr-173p {
        padding-right: 173px;
    }
    .lg\:pb-173p {
        padding-bottom: 173px;
    }
    .lg\:pl-173p {
        padding-left: 173px;
    }
    .lg\:pt-210p {
        padding-top: 210px;
    }
    .lg\:pr-210p {
        padding-right: 210px;
    }
    .lg\:pb-210p {
        padding-bottom: 210px;
    }
    .lg\:pl-210p {
        padding-left: 210px;
    }
    .lg\:pt-245p {
        padding-top: 245px;
    }
    .lg\:pr-245p {
        padding-right: 245px;
    }
    .lg\:pb-245p {
        padding-bottom: 245px;
    }
    .lg\:pl-245p {
        padding-left: 245px;
    }
    .lg\:pt-250p {
        padding-top: 250px;
    }
    .lg\:pr-250p {
        padding-right: 250px;
    }
    .lg\:pb-250p {
        padding-bottom: 250px;
    }
    .lg\:pl-250p {
        padding-left: 250px;
    }
    .lg\:pt-260p {
        padding-top: 260px;
    }
    .lg\:pr-260p {
        padding-right: 260px;
    }
    .lg\:pb-260p {
        padding-bottom: 260px;
    }
    .lg\:pl-260p {
        padding-left: 260px;
    }
    .lg\:pt-263p {
        padding-top: 263px;
    }
    .lg\:pr-263p {
        padding-right: 263px;
    }
    .lg\:pb-263p {
        padding-bottom: 263px;
    }
    .lg\:pl-263p {
        padding-left: 263px;
    }
    .lg\:pt-266p {
        padding-top: 266px;
    }
    .lg\:pr-266p {
        padding-right: 266px;
    }
    .lg\:pb-266p {
        padding-bottom: 266px;
    }
    .lg\:pl-266p {
        padding-left: 266px;
    }
    .lg\:pt-275p {
        padding-top: 275px;
    }
    .lg\:pr-275p {
        padding-right: 275px;
    }
    .lg\:pb-275p {
        padding-bottom: 275px;
    }
    .lg\:pl-275p {
        padding-left: 275px;
    }
    .lg\:pt-300p {
        padding-top: 300px;
    }
    .lg\:pr-300p {
        padding-right: 300px;
    }
    .lg\:pb-300p {
        padding-bottom: 300px;
    }
    .lg\:pl-300p {
        padding-left: 300px;
    }
    .lg\:pt-312p {
        padding-top: 312px;
    }
    .lg\:pr-312p {
        padding-right: 312px;
    }
    .lg\:pb-312p {
        padding-bottom: 312px;
    }
    .lg\:pl-312p {
        padding-left: 312px;
    }
    .lg\:pt-318p {
        padding-top: 318px;
    }
    .lg\:pr-318p {
        padding-right: 318px;
    }
    .lg\:pb-318p {
        padding-bottom: 318px;
    }
    .lg\:pl-318p {
        padding-left: 318px;
    }
    .lg\:pt-322p {
        padding-top: 322px;
    }
    .lg\:pr-322p {
        padding-right: 322px;
    }
    .lg\:pb-322p {
        padding-bottom: 322px;
    }
    .lg\:pl-322p {
        padding-left: 322px;
    }
    .lg\:pt-337p {
        padding-top: 337px;
    }
    .lg\:pr-337p {
        padding-right: 337px;
    }
    .lg\:pb-337p {
        padding-bottom: 337px;
    }
    .lg\:pl-337p {
        padding-left: 337px;
    }
    .lg\:pt-345p {
        padding-top: 345px;
    }
    .lg\:pr-345p {
        padding-right: 345px;
    }
    .lg\:pb-345p {
        padding-bottom: 345px;
    }
    .lg\:pl-345p {
        padding-left: 345px;
    }
    .lg\:pt-344p {
        padding-top: 344px;
    }
    .lg\:pr-344p {
        padding-right: 344px;
    }
    .lg\:pb-344p {
        padding-bottom: 344px;
    }
    .lg\:pl-344p {
        padding-left: 344px;
    }
    .lg\:pt-354p {
        padding-top: 354px;
    }
    .lg\:pr-354p {
        padding-right: 354px;
    }
    .lg\:pb-354p {
        padding-bottom: 354px;
    }
    .lg\:pl-354p {
        padding-left: 354px;
    }
    .lg\:pt-364p {
        padding-top: 364px;
    }
    .lg\:pr-364p {
        padding-right: 364px;
    }
    .lg\:pb-364p {
        padding-bottom: 364px;
    }
    .lg\:pl-364p {
        padding-left: 364px;
    }
    .lg\:pt-370p {
        padding-top: 370px;
    }
    .lg\:pr-370p {
        padding-right: 370px;
    }
    .lg\:pb-370p {
        padding-bottom: 370px;
    }
    .lg\:pl-370p {
        padding-left: 370px;
    }
    .lg\:pt-382p {
        padding-top: 382px;
    }
    .lg\:pr-382p {
        padding-right: 382px;
    }
    .lg\:pb-382p {
        padding-bottom: 382px;
    }
    .lg\:pl-382p {
        padding-left: 382px;
    }
    .lg\:pt-385p {
        padding-top: 385px;
    }
    .lg\:pr-385p {
        padding-right: 385px;
    }
    .lg\:pb-385p {
        padding-bottom: 385px;
    }
    .lg\:pl-385p {
        padding-left: 385px;
    }
    .lg\:pt-400p {
        padding-top: 400px;
    }
    .lg\:pr-400p {
        padding-right: 400px;
    }
    .lg\:pb-400p {
        padding-bottom: 400px;
    }
    .lg\:pl-400p {
        padding-left: 400px;
    }
    .lg\:pt-407p {
        padding-top: 407px;
    }
    .lg\:pr-407p {
        padding-right: 407px;
    }
    .lg\:pb-407p {
        padding-bottom: 407px;
    }
    .lg\:pl-407p {
        padding-left: 407px;
    }
    .lg\:pt-411p {
        padding-top: 411px;
    }
    .lg\:pr-411p {
        padding-right: 411px;
    }
    .lg\:pb-411p {
        padding-bottom: 411px;
    }
    .lg\:pl-411p {
        padding-left: 411px;
    }
    .lg\:pt-418p {
        padding-top: 418px;
    }
    .lg\:pr-418p {
        padding-right: 418px;
    }
    .lg\:pb-418p {
        padding-bottom: 418px;
    }
    .lg\:pl-418p {
        padding-left: 418px;
    }
    .lg\:pt-430p {
        padding-top: 430px;
    }
    .lg\:pr-430p {
        padding-right: 430px;
    }
    .lg\:pb-430p {
        padding-bottom: 430px;
    }
    .lg\:pl-430p {
        padding-left: 430px;
    }
    .lg\:pt-450p {
        padding-top: 450px;
    }
    .lg\:pr-450p {
        padding-right: 450px;
    }
    .lg\:pb-450p {
        padding-bottom: 450px;
    }
    .lg\:pl-450p {
        padding-left: 450px;
    }
    .lg\:pt-468p {
        padding-top: 468px;
    }
    .lg\:pr-468p {
        padding-right: 468px;
    }
    .lg\:pb-468p {
        padding-bottom: 468px;
    }
    .lg\:pl-468p {
        padding-left: 468px;
    }
    .lg\:pt-485p {
        padding-top: 485px;
    }
    .lg\:pr-485p {
        padding-right: 485px;
    }
    .lg\:pb-485p {
        padding-bottom: 485px;
    }
    .lg\:pl-485p {
        padding-left: 485px;
    }
    .lg\:pt-491p {
        padding-top: 491px;
    }
    .lg\:pr-491p {
        padding-right: 491px;
    }
    .lg\:pb-491p {
        padding-bottom: 491px;
    }
    .lg\:pl-491p {
        padding-left: 491px;
    }
    .lg\:pt-494p {
        padding-top: 494px;
    }
    .lg\:pr-494p {
        padding-right: 494px;
    }
    .lg\:pb-494p {
        padding-bottom: 494px;
    }
    .lg\:pl-494p {
        padding-left: 494px;
    }
    .lg\:pt-470p {
        padding-top: 470px;
    }
    .lg\:pr-470p {
        padding-right: 470px;
    }
    .lg\:pb-470p {
        padding-bottom: 470px;
    }
    .lg\:pl-470p {
        padding-left: 470px;
    }
    .lg\:pt-480p {
        padding-top: 480px;
    }
    .lg\:pr-480p {
        padding-right: 480px;
    }
    .lg\:pb-480p {
        padding-bottom: 480px;
    }
    .lg\:pl-480p {
        padding-left: 480px;
    }
    .lg\:pt-532p {
        padding-top: 532px;
    }
    .lg\:pr-532p {
        padding-right: 532px;
    }
    .lg\:pb-532p {
        padding-bottom: 532px;
    }
    .lg\:pl-532p {
        padding-left: 532px;
    }
    .lg\:pt-556p {
        padding-top: 556px;
    }
    .lg\:pr-556p {
        padding-right: 556px;
    }
    .lg\:pb-556p {
        padding-bottom: 556px;
    }
    .lg\:pl-556p {
        padding-left: 556px;
    }
    .lg\:pt-505p {
        padding-top: 505px;
    }
    .lg\:pr-505p {
        padding-right: 505px;
    }
    .lg\:pb-505p {
        padding-bottom: 505px;
    }
    .lg\:pl-505p {
        padding-left: 505px;
    }
    .lg\:pt-1179p {
        padding-top: 1179px;
    }
    .lg\:pr-1179p {
        padding-right: 1179px;
    }
    .lg\:pb-1179p {
        padding-bottom: 1179px;
    }
    .lg\:pl-1179p {
        padding-left: 1179px;
    }
    .lg\:pt-1253p {
        padding-top: 1253px;
    }
    .lg\:pr-1253p {
        padding-right: 1253px;
    }
    .lg\:pb-1253p {
        padding-bottom: 1253px;
    }
    .lg\:pl-1253p {
        padding-left: 1253px;
    }
    .lg\:pt-1575p {
        padding-top: 1575px;
    }
    .lg\:pr-1575p {
        padding-right: 1575px;
    }
    .lg\:pb-1575p {
        padding-bottom: 1575px;
    }
    .lg\:pl-1575p {
        padding-left: 1575px;
    }
    .lg\:pt-600p {
        padding-top: 600px;
    }
    .lg\:pr-600p {
        padding-right: 600px;
    }
    .lg\:pb-600p {
        padding-bottom: 600px;
    }
    .lg\:pl-600p {
        padding-left: 600px;
    }
    .lg\:pt-649p {
        padding-top: 649px;
    }
    .lg\:pr-649p {
        padding-right: 649px;
    }
    .lg\:pb-649p {
        padding-bottom: 649px;
    }
    .lg\:pl-649p {
        padding-left: 649px;
    }
    .lg\:pt-690p {
        padding-top: 690px;
    }
    .lg\:pr-690p {
        padding-right: 690px;
    }
    .lg\:pb-690p {
        padding-bottom: 690px;
    }
    .lg\:pl-690p {
        padding-left: 690px;
    }
    .lg\:pt-19\% {
        padding-top: 19%;
    }
    .lg\:pr-19\% {
        padding-right: 19%;
    }
    .lg\:pb-19\% {
        padding-bottom: 19%;
    }
    .lg\:pl-19\% {
        padding-left: 19%;
    }
    .lg\:pt-23\% {
        padding-top: 23%;
    }
    .lg\:pr-23\% {
        padding-right: 23%;
    }
    .lg\:pb-23\% {
        padding-bottom: 23%;
    }
    .lg\:pl-23\% {
        padding-left: 23%;
    }
    .lg\:pt-24\% {
        padding-top: 24%;
    }
    .lg\:pr-24\% {
        padding-right: 24%;
    }
    .lg\:pb-24\% {
        padding-bottom: 24%;
    }
    .lg\:pl-24\% {
        padding-left: 24%;
    }
    .lg\:pt-36\% {
        padding-top: 36%;
    }
    .lg\:pr-36\% {
        padding-right: 36%;
    }
    .lg\:pb-36\% {
        padding-bottom: 36%;
    }
    .lg\:pl-36\% {
        padding-left: 36%;
    }
    .lg\:pt-27\% {
        padding-top: 27%;
    }
    .lg\:pr-27\% {
        padding-right: 27%;
    }
    .lg\:pb-27\% {
        padding-bottom: 27%;
    }
    .lg\:pl-27\% {
        padding-left: 27%;
    }
    .lg\:pt-28\% {
        padding-top: 28%;
    }
    .lg\:pr-28\% {
        padding-right: 28%;
    }
    .lg\:pb-28\% {
        padding-bottom: 28%;
    }
    .lg\:pl-28\% {
        padding-left: 28%;
    }
    .lg\:pt-42\% {
        padding-top: 42%;
    }
    .lg\:pr-42\% {
        padding-right: 42%;
    }
    .lg\:pb-42\% {
        padding-bottom: 42%;
    }
    .lg\:pl-42\% {
        padding-left: 42%;
    }
    .lg\:pt-46\% {
        padding-top: 46%;
    }
    .lg\:pr-46\% {
        padding-right: 46%;
    }
    .lg\:pb-46\% {
        padding-bottom: 46%;
    }
    .lg\:pl-46\% {
        padding-left: 46%;
    }
    .lg\:pt-49\% {
        padding-top: 49%;
    }
    .lg\:pr-49\% {
        padding-right: 49%;
    }
    .lg\:pb-49\% {
        padding-bottom: 49%;
    }
    .lg\:pl-49\% {
        padding-left: 49%;
    }
    .lg\:pt-54\% {
        padding-top: 54%;
    }
    .lg\:pr-54\% {
        padding-right: 54%;
    }
    .lg\:pb-54\% {
        padding-bottom: 54%;
    }
    .lg\:pl-54\% {
        padding-left: 54%;
    }
    .lg\:pt-58\% {
        padding-top: 58%;
    }
    .lg\:pr-58\% {
        padding-right: 58%;
    }
    .lg\:pb-58\% {
        padding-bottom: 58%;
    }
    .lg\:pl-58\% {
        padding-left: 58%;
    }
    .lg\:pt-72\% {
        padding-top: 72%;
    }
    .lg\:pr-72\% {
        padding-right: 72%;
    }
    .lg\:pb-72\% {
        padding-bottom: 72%;
    }
    .lg\:pl-72\% {
        padding-left: 72%;
    }
    .lg\:pt-76\% {
        padding-top: 76%;
    }
    .lg\:pr-76\% {
        padding-right: 76%;
    }
    .lg\:pb-76\% {
        padding-bottom: 76%;
    }
    .lg\:pl-76\% {
        padding-left: 76%;
    }
    .lg\:pt-77\% {
        padding-top: 77%;
    }
    .lg\:pr-77\% {
        padding-right: 77%;
    }
    .lg\:pb-77\% {
        padding-bottom: 77%;
    }
    .lg\:pl-77\% {
        padding-left: 77%;
    }
    .lg\:pt-340p {
        padding-top: 340px;
    }
    .lg\:pr-340p {
        padding-right: 340px;
    }
    .lg\:pb-340p {
        padding-bottom: 340px;
    }
    .lg\:pl-340p {
        padding-left: 340px;
    }
    .lg\:pt-700p {
        padding-top: 700px;
    }
    .lg\:pr-700p {
        padding-right: 700px;
    }
    .lg\:pb-700p {
        padding-bottom: 700px;
    }
    .lg\:pl-700p {
        padding-left: 700px;
    }
    .lg\:pt-848p {
        padding-top: 848px;
    }
    .lg\:pr-848p {
        padding-right: 848px;
    }
    .lg\:pb-848p {
        padding-bottom: 848px;
    }
    .lg\:pl-848p {
        padding-left: 848px;
    }
    .lg\:pt-850p {
        padding-top: 850px;
    }
    .lg\:pr-850p {
        padding-right: 850px;
    }
    .lg\:pb-850p {
        padding-bottom: 850px;
    }
    .lg\:pl-850p {
        padding-left: 850px;
    }
    .lg\:pt-860p {
        padding-top: 860px;
    }
    .lg\:pr-860p {
        padding-right: 860px;
    }
    .lg\:pb-860p {
        padding-bottom: 860px;
    }
    .lg\:pl-860p {
        padding-left: 860px;
    }
    .lg\:pt-1425p {
        padding-top: 1425px;
    }
    .lg\:pr-1425p {
        padding-right: 1425px;
    }
    .lg\:pb-1425p {
        padding-bottom: 1425px;
    }
    .lg\:pl-1425p {
        padding-left: 1425px;
    }
    .lg\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .lg\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .lg\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .lg\:placeholder-current::placeholder {
        color: currentColor;
    }
    .lg\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .lg\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .lg\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .lg\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .lg\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .lg\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .lg\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .lg\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .lg\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .lg\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .lg\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .lg\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .lg\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .lg\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .lg\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .lg\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .lg\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .lg\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .lg\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .lg\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .lg\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .lg\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .lg\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .lg\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .lg\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .lg\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .lg\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .lg\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .lg\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .lg\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .lg\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .lg\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .lg\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .lg\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .lg\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .lg\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .lg\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .lg\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .lg\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .lg\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .lg\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .lg\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .lg\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .lg\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .lg\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .lg\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .lg\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .lg\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .lg\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .lg\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .lg\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .lg\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .lg\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .lg\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .lg\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .lg\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .lg\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .lg\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .lg\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .lg\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .lg\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .lg\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .lg\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .lg\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .lg\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .lg\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .lg\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .lg\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .lg\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .lg\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .lg\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .lg\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .lg\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .lg\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .lg\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .lg\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .lg\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .lg\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .lg\:pointer-events-none {
        pointer-events: none;
    }
    .lg\:pointer-events-auto {
        pointer-events: auto;
    }
    .lg\:static {
        position: static;
    }
    .lg\:fixed {
        position: fixed;
    }
    .lg\:absolute {
        position: absolute;
    }
    .lg\:relative {
        position: relative;
    }
    .lg\:sticky {
        position: sticky;
    }
    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .lg\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .lg\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .lg\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .lg\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .lg\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .lg\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .lg\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .lg\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .lg\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .lg\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .lg\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .lg\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .lg\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .lg\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .lg\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .lg\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .lg\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .lg\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .lg\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .lg\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .lg\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .lg\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .lg\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .lg\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .lg\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .lg\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .lg\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .lg\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .lg\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .lg\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .lg\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .lg\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .lg\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .lg\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .lg\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .lg\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .lg\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .lg\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .lg\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .lg\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .lg\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .lg\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .lg\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .lg\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .lg\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .lg\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .lg\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .lg\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .lg\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .lg\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .lg\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .lg\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .lg\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .lg\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .lg\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .lg\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .lg\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .lg\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .lg\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .lg\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .lg\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .lg\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .lg\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .lg\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .lg\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .lg\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .lg\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .lg\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .lg\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .lg\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .lg\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .lg\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .lg\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .lg\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .lg\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .lg\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .lg\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .lg\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .lg\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .lg\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .lg\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .lg\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .lg\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .lg\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .lg\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .lg\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .lg\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .lg\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .lg\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .lg\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .lg\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .lg\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .lg\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .lg\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .lg\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .lg\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .lg\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .lg\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .lg\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .lg\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .lg\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .lg\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .lg\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .lg\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .lg\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .lg\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .lg\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .lg\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .lg\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .lg\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .lg\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .lg\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .lg\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .lg\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .lg\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .lg\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .lg\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .lg\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .lg\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .lg\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .lg\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .lg\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .lg\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .lg\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .lg\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .lg\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .lg\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .lg\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .lg\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .lg\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .lg\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .lg\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .lg\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .lg\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .lg\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .lg\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .lg\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .lg\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .lg\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .lg\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .lg\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .lg\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .lg\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .lg\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .lg\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .lg\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .lg\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .lg\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .lg\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .lg\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .lg\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .lg\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .lg\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .lg\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .lg\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .lg\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .lg\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .lg\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .lg\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .lg\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .lg\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .lg\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .lg\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .lg\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .lg\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .lg\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .lg\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .lg\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .lg\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .lg\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .lg\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .lg\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .lg\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .lg\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .lg\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .lg\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .lg\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .lg\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .lg\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .lg\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .lg\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .lg\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .lg\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .lg\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .lg\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .lg\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .lg\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .lg\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .lg\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .lg\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .lg\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .lg\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .lg\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .lg\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .lg\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .lg\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .lg\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .lg\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .lg\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .lg\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .lg\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .lg\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .lg\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .lg\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .lg\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .lg\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .lg\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .lg\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .lg\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .lg\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .lg\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .lg\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .lg\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .lg\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .lg\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .lg\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .lg\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .lg\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .lg\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .lg\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .lg\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .lg\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .lg\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .lg\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .lg\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .lg\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .lg\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .lg\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .lg\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .lg\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .lg\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .lg\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .lg\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .lg\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .lg\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .lg\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .lg\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .lg\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .lg\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .lg\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .lg\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .lg\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .lg\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .lg\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .lg\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .lg\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .lg\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .lg\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .lg\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .lg\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .lg\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .lg\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .lg\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .lg\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .lg\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .lg\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .lg\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .lg\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .lg\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .lg\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .lg\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .lg\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .lg\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .lg\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .lg\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .lg\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .lg\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .lg\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .lg\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .lg\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .lg\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .lg\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .lg\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .lg\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .lg\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .lg\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .lg\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .lg\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .lg\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .lg\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .lg\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .lg\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .lg\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .lg\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .lg\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .lg\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .lg\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .lg\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .lg\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .lg\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .lg\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .lg\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .lg\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .lg\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .lg\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .lg\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .lg\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .lg\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .lg\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .lg\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .lg\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .lg\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .lg\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .lg\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .lg\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .lg\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .lg\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .lg\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .lg\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .lg\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .lg\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .lg\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .lg\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .lg\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .lg\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .lg\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .lg\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .lg\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .lg\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .lg\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .lg\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .lg\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .lg\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .lg\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .lg\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .lg\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .lg\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .lg\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .lg\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .lg\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .lg\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .lg\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .lg\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .lg\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .lg\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .lg\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .lg\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .lg\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .lg\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .lg\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .lg\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .lg\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .lg\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .lg\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .lg\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .lg\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .lg\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .lg\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .lg\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .lg\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .lg\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .lg\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .lg\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .lg\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .lg\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .lg\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .lg\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .lg\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .lg\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .lg\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .lg\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .lg\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .lg\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .lg\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .lg\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .lg\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .lg\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .lg\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .lg\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .lg\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .lg\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .lg\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .lg\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .lg\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .lg\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .lg\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .lg\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .lg\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .lg\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .lg\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .lg\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .lg\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .lg\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .lg\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .lg\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .lg\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .lg\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .lg\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .lg\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .lg\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .lg\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .lg\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .lg\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .lg\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .lg\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .lg\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .lg\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .lg\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .lg\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .lg\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .lg\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .lg\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .lg\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .lg\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .lg\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .lg\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .lg\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .lg\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .lg\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .lg\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .lg\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .lg\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .lg\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .lg\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .lg\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .lg\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .lg\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .lg\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .lg\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .lg\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .lg\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .lg\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .lg\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .lg\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .lg\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .lg\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .lg\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .lg\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .lg\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .lg\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .lg\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .lg\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .lg\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .lg\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .lg\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .lg\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .lg\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .lg\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .lg\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .lg\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .lg\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .lg\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .lg\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .lg\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .lg\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .lg\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .lg\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .lg\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .lg\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .lg\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .lg\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .lg\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .lg\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .lg\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .lg\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .lg\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .lg\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .lg\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .lg\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .lg\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .lg\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .lg\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .lg\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .lg\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .lg\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .lg\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .lg\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .lg\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .lg\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .lg\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .lg\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .lg\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .lg\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .lg\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .lg\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .lg\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .lg\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .lg\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .lg\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .lg\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .lg\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .lg\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .lg\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .lg\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .lg\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .lg\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .lg\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .lg\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .lg\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .lg\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .lg\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .lg\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .lg\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .lg\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .lg\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .lg\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .lg\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .lg\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .lg\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .lg\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .lg\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .lg\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .lg\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .lg\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .lg\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .lg\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .lg\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .lg\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .lg\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .lg\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .lg\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .lg\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .lg\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .lg\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .lg\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .lg\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .lg\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .lg\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .lg\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .lg\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .lg\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .lg\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .lg\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .lg\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .lg\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .lg\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .lg\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .lg\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .lg\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .lg\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .lg\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .lg\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .lg\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .lg\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .lg\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .lg\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .lg\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .lg\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .lg\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .lg\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .lg\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .lg\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .lg\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .lg\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .lg\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .lg\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .lg\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .lg\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .lg\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .lg\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .lg\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .lg\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .lg\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .lg\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .lg\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .lg\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .lg\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .lg\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .lg\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .lg\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .lg\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .lg\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .lg\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .lg\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .lg\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .lg\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .lg\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .lg\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .lg\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .lg\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .lg\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .lg\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .lg\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .lg\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .lg\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .lg\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .lg\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .lg\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .lg\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .lg\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .lg\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .lg\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .lg\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .lg\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .lg\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .lg\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .lg\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .lg\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .lg\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .lg\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .lg\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .lg\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .lg\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .lg\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .lg\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .lg\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .lg\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .lg\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .lg\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .lg\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .lg\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .lg\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .lg\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .lg\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .lg\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .lg\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .lg\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .lg\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .lg\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .lg\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .lg\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .lg\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .lg\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .lg\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .lg\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .lg\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .lg\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .lg\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .lg\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .lg\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .lg\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .lg\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .lg\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .lg\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .lg\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .lg\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .lg\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .lg\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .lg\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .lg\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .lg\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .lg\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .lg\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .lg\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .lg\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .lg\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .lg\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .lg\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .lg\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .lg\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .lg\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .lg\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .lg\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .lg\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .lg\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .lg\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .lg\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .lg\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .lg\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .lg\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .lg\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .lg\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .lg\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .lg\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .lg\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .lg\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .lg\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .lg\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .lg\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .lg\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .lg\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .lg\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .lg\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .lg\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .lg\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .lg\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .lg\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .lg\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .lg\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .lg\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .lg\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .lg\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .lg\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .lg\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .lg\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .lg\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .lg\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .lg\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .lg\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .lg\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .lg\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .lg\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .lg\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .lg\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .lg\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .lg\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .lg\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .lg\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .lg\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .lg\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .lg\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .lg\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .lg\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .lg\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .lg\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .lg\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .lg\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .lg\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .lg\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .lg\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .lg\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .lg\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .lg\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .lg\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .lg\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .lg\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .lg\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .lg\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .lg\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .lg\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .lg\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .lg\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .lg\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .lg\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .lg\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .lg\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .lg\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .lg\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .lg\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .lg\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .lg\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .lg\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .lg\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .lg\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .lg\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .lg\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .lg\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .lg\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .lg\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .lg\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .lg\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .lg\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .lg\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .lg\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .lg\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .lg\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .lg\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .lg\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .lg\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .lg\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .lg\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .lg\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .lg\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .lg\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .lg\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .lg\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .lg\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .lg\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .lg\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .lg\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .lg\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .lg\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .lg\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .lg\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .lg\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .lg\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .lg\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .lg\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .lg\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .lg\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .lg\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .lg\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .lg\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .lg\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .lg\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .lg\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .lg\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .lg\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .lg\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .lg\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .lg\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .lg\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .lg\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .lg\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .lg\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .lg\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .lg\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .lg\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .lg\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .lg\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .lg\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .lg\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .lg\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .lg\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .lg\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .lg\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .lg\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .lg\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .lg\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .lg\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .lg\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .lg\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .lg\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .lg\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .lg\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .lg\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .lg\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .lg\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .lg\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .lg\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .lg\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .lg\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .lg\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .lg\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .lg\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .lg\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .lg\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .lg\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .lg\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .lg\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .lg\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .lg\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .lg\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .lg\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .lg\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .lg\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .lg\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .lg\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .lg\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .lg\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .lg\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .lg\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .lg\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .lg\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .lg\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .lg\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .lg\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .lg\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .lg\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .lg\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .lg\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .lg\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .lg\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .lg\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .lg\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .lg\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .lg\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .lg\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .lg\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .lg\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .lg\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .lg\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .lg\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .lg\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .lg\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .lg\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .lg\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .lg\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .lg\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .lg\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .lg\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .lg\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .lg\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .lg\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .lg\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .lg\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .lg\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .lg\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .lg\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .lg\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .lg\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .lg\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .lg\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .lg\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .lg\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .lg\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .lg\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .lg\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .lg\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .lg\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .lg\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .lg\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .lg\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .lg\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .lg\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .lg\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .lg\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .lg\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .lg\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .lg\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .lg\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .lg\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .lg\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .lg\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .lg\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .lg\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .lg\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .lg\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .lg\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .lg\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .lg\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .lg\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .lg\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .lg\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .lg\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .lg\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .lg\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .lg\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .lg\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .lg\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .lg\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .lg\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .lg\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .lg\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .lg\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .lg\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .lg\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .lg\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .lg\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .lg\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .lg\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .lg\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .lg\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .lg\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .lg\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .lg\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .lg\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .lg\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .lg\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .lg\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .lg\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .lg\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .lg\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .lg\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .lg\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .lg\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .lg\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .lg\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .lg\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .lg\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .lg\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .lg\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .lg\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .lg\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .lg\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .lg\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .lg\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .lg\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .lg\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .lg\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .lg\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .lg\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .lg\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .lg\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .lg\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .lg\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .lg\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .lg\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .lg\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .lg\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .lg\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .lg\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .lg\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .lg\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .lg\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .lg\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .lg\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .lg\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .lg\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .lg\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .lg\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .lg\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .lg\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .lg\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .lg\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .lg\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .lg\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .lg\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .lg\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .lg\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .lg\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .lg\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .lg\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .lg\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .lg\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .lg\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .lg\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .lg\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .lg\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .lg\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .lg\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .lg\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .lg\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .lg\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .lg\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .lg\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .lg\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .lg\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .lg\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .lg\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .lg\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .lg\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .lg\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .lg\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .lg\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .lg\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .lg\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .lg\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .lg\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .lg\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .lg\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .lg\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .lg\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .lg\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .lg\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .lg\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .lg\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .lg\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .lg\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .lg\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .lg\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .lg\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .lg\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .lg\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .lg\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .lg\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .lg\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .lg\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .lg\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .lg\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .lg\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .lg\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .lg\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .lg\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .lg\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .lg\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .lg\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .lg\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .lg\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .lg\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .lg\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .lg\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .lg\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .lg\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .lg\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .lg\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .lg\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .lg\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .lg\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .lg\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .lg\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .lg\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .lg\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .lg\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .lg\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .lg\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .lg\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .lg\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .lg\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .lg\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .lg\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .lg\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .lg\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .lg\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .lg\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .lg\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .lg\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .lg\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .lg\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .lg\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .lg\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .lg\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .lg\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .lg\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .lg\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .lg\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .lg\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .lg\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .lg\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .lg\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .lg\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .lg\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .lg\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .lg\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .lg\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .lg\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .lg\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .lg\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .lg\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .lg\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .lg\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .lg\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .lg\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .lg\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .lg\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .lg\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .lg\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .lg\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .lg\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .lg\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .lg\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .lg\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .lg\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .lg\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .lg\:top-0 {
        top: 0;
    }
    .lg\:right-0 {
        right: 0;
    }
    .lg\:bottom-0 {
        bottom: 0;
    }
    .lg\:left-0 {
        left: 0;
    }
    .lg\:top-1 {
        top: 0.25rem;
    }
    .lg\:right-1 {
        right: 0.25rem;
    }
    .lg\:bottom-1 {
        bottom: 0.25rem;
    }
    .lg\:left-1 {
        left: 0.25rem;
    }
    .lg\:top-2 {
        top: 0.5rem;
    }
    .lg\:right-2 {
        right: 0.5rem;
    }
    .lg\:bottom-2 {
        bottom: 0.5rem;
    }
    .lg\:left-2 {
        left: 0.5rem;
    }
    .lg\:top-3 {
        top: 0.75rem;
    }
    .lg\:right-3 {
        right: 0.75rem;
    }
    .lg\:bottom-3 {
        bottom: 0.75rem;
    }
    .lg\:left-3 {
        left: 0.75rem;
    }
    .lg\:top-4 {
        top: 1rem;
    }
    .lg\:right-4 {
        right: 1rem;
    }
    .lg\:bottom-4 {
        bottom: 1rem;
    }
    .lg\:left-4 {
        left: 1rem;
    }
    .lg\:top-5 {
        top: 1.25rem;
    }
    .lg\:right-5 {
        right: 1.25rem;
    }
    .lg\:bottom-5 {
        bottom: 1.25rem;
    }
    .lg\:left-5 {
        left: 1.25rem;
    }
    .lg\:top-6 {
        top: 1.5rem;
    }
    .lg\:right-6 {
        right: 1.5rem;
    }
    .lg\:bottom-6 {
        bottom: 1.5rem;
    }
    .lg\:left-6 {
        left: 1.5rem;
    }
    .lg\:top-7 {
        top: 1.75rem;
    }
    .lg\:right-7 {
        right: 1.75rem;
    }
    .lg\:bottom-7 {
        bottom: 1.75rem;
    }
    .lg\:left-7 {
        left: 1.75rem;
    }
    .lg\:top-8 {
        top: 2rem;
    }
    .lg\:right-8 {
        right: 2rem;
    }
    .lg\:bottom-8 {
        bottom: 2rem;
    }
    .lg\:left-8 {
        left: 2rem;
    }
    .lg\:top-9 {
        top: 2.25rem;
    }
    .lg\:right-9 {
        right: 2.25rem;
    }
    .lg\:bottom-9 {
        bottom: 2.25rem;
    }
    .lg\:left-9 {
        left: 2.25rem;
    }
    .lg\:top-10 {
        top: 2.5rem;
    }
    .lg\:right-10 {
        right: 2.5rem;
    }
    .lg\:bottom-10 {
        bottom: 2.5rem;
    }
    .lg\:left-10 {
        left: 2.5rem;
    }
    .lg\:top-11 {
        top: 2.75rem;
    }
    .lg\:right-11 {
        right: 2.75rem;
    }
    .lg\:bottom-11 {
        bottom: 2.75rem;
    }
    .lg\:left-11 {
        left: 2.75rem;
    }
    .lg\:top-12 {
        top: 3rem;
    }
    .lg\:right-12 {
        right: 3rem;
    }
    .lg\:bottom-12 {
        bottom: 3rem;
    }
    .lg\:left-12 {
        left: 3rem;
    }
    .lg\:top-14 {
        top: 3.5rem;
    }
    .lg\:right-14 {
        right: 3.5rem;
    }
    .lg\:bottom-14 {
        bottom: 3.5rem;
    }
    .lg\:left-14 {
        left: 3.5rem;
    }
    .lg\:top-16 {
        top: 4rem;
    }
    .lg\:right-16 {
        right: 4rem;
    }
    .lg\:bottom-16 {
        bottom: 4rem;
    }
    .lg\:left-16 {
        left: 4rem;
    }
    .lg\:top-20 {
        top: 5rem;
    }
    .lg\:right-20 {
        right: 5rem;
    }
    .lg\:bottom-20 {
        bottom: 5rem;
    }
    .lg\:left-20 {
        left: 5rem;
    }
    .lg\:top-23 {
        top: 88px;
    }
    .lg\:right-23 {
        right: 88px;
    }
    .lg\:bottom-23 {
        bottom: 88px;
    }
    .lg\:left-23 {
        left: 88px;
    }
    .lg\:top-24 {
        top: 6rem;
    }
    .lg\:right-24 {
        right: 6rem;
    }
    .lg\:bottom-24 {
        bottom: 6rem;
    }
    .lg\:left-24 {
        left: 6rem;
    }
    .lg\:top-25 {
        top: 100px;
    }
    .lg\:right-25 {
        right: 100px;
    }
    .lg\:bottom-25 {
        bottom: 100px;
    }
    .lg\:left-25 {
        left: 100px;
    }
    .lg\:top-28 {
        top: 7rem;
    }
    .lg\:right-28 {
        right: 7rem;
    }
    .lg\:bottom-28 {
        bottom: 7rem;
    }
    .lg\:left-28 {
        left: 7rem;
    }
    .lg\:top-29 {
        top: 120px;
    }
    .lg\:right-29 {
        right: 120px;
    }
    .lg\:bottom-29 {
        bottom: 120px;
    }
    .lg\:left-29 {
        left: 120px;
    }
    .lg\:top-32 {
        top: 8rem;
    }
    .lg\:right-32 {
        right: 8rem;
    }
    .lg\:bottom-32 {
        bottom: 8rem;
    }
    .lg\:left-32 {
        left: 8rem;
    }
    .lg\:top-33 {
        top: 130px;
    }
    .lg\:right-33 {
        right: 130px;
    }
    .lg\:bottom-33 {
        bottom: 130px;
    }
    .lg\:left-33 {
        left: 130px;
    }
    .lg\:top-36 {
        top: 9rem;
    }
    .lg\:right-36 {
        right: 9rem;
    }
    .lg\:bottom-36 {
        bottom: 9rem;
    }
    .lg\:left-36 {
        left: 9rem;
    }
    .lg\:top-40 {
        top: 10rem;
    }
    .lg\:right-40 {
        right: 10rem;
    }
    .lg\:bottom-40 {
        bottom: 10rem;
    }
    .lg\:left-40 {
        left: 10rem;
    }
    .lg\:top-44 {
        top: 11rem;
    }
    .lg\:right-44 {
        right: 11rem;
    }
    .lg\:bottom-44 {
        bottom: 11rem;
    }
    .lg\:left-44 {
        left: 11rem;
    }
    .lg\:top-48 {
        top: 12rem;
    }
    .lg\:right-48 {
        right: 12rem;
    }
    .lg\:bottom-48 {
        bottom: 12rem;
    }
    .lg\:left-48 {
        left: 12rem;
    }
    .lg\:top-52 {
        top: 13rem;
    }
    .lg\:right-52 {
        right: 13rem;
    }
    .lg\:bottom-52 {
        bottom: 13rem;
    }
    .lg\:left-52 {
        left: 13rem;
    }
    .lg\:top-56 {
        top: 14rem;
    }
    .lg\:right-56 {
        right: 14rem;
    }
    .lg\:bottom-56 {
        bottom: 14rem;
    }
    .lg\:left-56 {
        left: 14rem;
    }
    .lg\:top-60 {
        top: 15rem;
    }
    .lg\:right-60 {
        right: 15rem;
    }
    .lg\:bottom-60 {
        bottom: 15rem;
    }
    .lg\:left-60 {
        left: 15rem;
    }
    .lg\:top-63 {
        top: 270px;
    }
    .lg\:right-63 {
        right: 270px;
    }
    .lg\:bottom-63 {
        bottom: 270px;
    }
    .lg\:left-63 {
        left: 270px;
    }
    .lg\:top-64 {
        top: 16rem;
    }
    .lg\:right-64 {
        right: 16rem;
    }
    .lg\:bottom-64 {
        bottom: 16rem;
    }
    .lg\:left-64 {
        left: 16rem;
    }
    .lg\:top-72 {
        top: 18rem;
    }
    .lg\:right-72 {
        right: 18rem;
    }
    .lg\:bottom-72 {
        bottom: 18rem;
    }
    .lg\:left-72 {
        left: 18rem;
    }
    .lg\:top-80 {
        top: 20rem;
    }
    .lg\:right-80 {
        right: 20rem;
    }
    .lg\:bottom-80 {
        bottom: 20rem;
    }
    .lg\:left-80 {
        left: 20rem;
    }
    .lg\:top-92 {
        top: 475px;
    }
    .lg\:right-92 {
        right: 475px;
    }
    .lg\:bottom-92 {
        bottom: 475px;
    }
    .lg\:left-92 {
        left: 475px;
    }
    .lg\:top-96 {
        top: 24rem;
    }
    .lg\:right-96 {
        right: 24rem;
    }
    .lg\:bottom-96 {
        bottom: 24rem;
    }
    .lg\:left-96 {
        left: 24rem;
    }
    .lg\:top-128 {
        top: 32rem;
    }
    .lg\:right-128 {
        right: 32rem;
    }
    .lg\:bottom-128 {
        bottom: 32rem;
    }
    .lg\:left-128 {
        left: 32rem;
    }
    .lg\:top-auto {
        top: auto;
    }
    .lg\:right-auto {
        right: auto;
    }
    .lg\:bottom-auto {
        bottom: auto;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:top-px {
        top: 1px;
    }
    .lg\:right-px {
        right: 1px;
    }
    .lg\:bottom-px {
        bottom: 1px;
    }
    .lg\:left-px {
        left: 1px;
    }
    .lg\:top-0\.5 {
        top: 0.125rem;
    }
    .lg\:right-0\.5 {
        right: 0.125rem;
    }
    .lg\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .lg\:left-0\.5 {
        left: 0.125rem;
    }
    .lg\:top-1\.5 {
        top: 0.375rem;
    }
    .lg\:right-1\.5 {
        right: 0.375rem;
    }
    .lg\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .lg\:left-1\.5 {
        left: 0.375rem;
    }
    .lg\:top-2\.5 {
        top: 0.625rem;
    }
    .lg\:right-2\.5 {
        right: 0.625rem;
    }
    .lg\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .lg\:left-2\.5 {
        left: 0.625rem;
    }
    .lg\:top-3\.5 {
        top: 0.875rem;
    }
    .lg\:right-3\.5 {
        right: 0.875rem;
    }
    .lg\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .lg\:left-3\.5 {
        left: 0.875rem;
    }
    .lg\:top-105p {
        top: 105px;
    }
    .lg\:right-105p {
        right: 105px;
    }
    .lg\:bottom-105p {
        bottom: 105px;
    }
    .lg\:left-105p {
        left: 105px;
    }
    .lg\:top-50p {
        top: 50px;
    }
    .lg\:right-50p {
        right: 50px;
    }
    .lg\:bottom-50p {
        bottom: 50px;
    }
    .lg\:left-50p {
        left: 50px;
    }
    .lg\:top-54p {
        top: 54px;
    }
    .lg\:right-54p {
        right: 54px;
    }
    .lg\:bottom-54p {
        bottom: 54px;
    }
    .lg\:left-54p {
        left: 54px;
    }
    .lg\:top-1p {
        top: 1px;
    }
    .lg\:right-1p {
        right: 1px;
    }
    .lg\:bottom-1p {
        bottom: 1px;
    }
    .lg\:left-1p {
        left: 1px;
    }
    .lg\:top-2p {
        top: 2px;
    }
    .lg\:right-2p {
        right: 2px;
    }
    .lg\:bottom-2p {
        bottom: 2px;
    }
    .lg\:left-2p {
        left: 2px;
    }
    .lg\:top-3p {
        top: 3px;
    }
    .lg\:right-3p {
        right: 3px;
    }
    .lg\:bottom-3p {
        bottom: 3px;
    }
    .lg\:left-3p {
        left: 3px;
    }
    .lg\:top-5p {
        top: 5px;
    }
    .lg\:right-5p {
        right: 5px;
    }
    .lg\:bottom-5p {
        bottom: 5px;
    }
    .lg\:left-5p {
        left: 5px;
    }
    .lg\:top-7p {
        top: 7px;
    }
    .lg\:right-7p {
        right: 7px;
    }
    .lg\:bottom-7p {
        bottom: 7px;
    }
    .lg\:left-7p {
        left: 7px;
    }
    .lg\:top-9p {
        top: 9px;
    }
    .lg\:right-9p {
        right: 9px;
    }
    .lg\:bottom-9p {
        bottom: 9px;
    }
    .lg\:left-9p {
        left: 9px;
    }
    .lg\:top-10p {
        top: 10px;
    }
    .lg\:right-10p {
        right: 10px;
    }
    .lg\:bottom-10p {
        bottom: 10px;
    }
    .lg\:left-10p {
        left: 10px;
    }
    .lg\:top-11p {
        top: 11px;
    }
    .lg\:right-11p {
        right: 11px;
    }
    .lg\:bottom-11p {
        bottom: 11px;
    }
    .lg\:left-11p {
        left: 11px;
    }
    .lg\:top-13p {
        top: 13px;
    }
    .lg\:right-13p {
        right: 13px;
    }
    .lg\:bottom-13p {
        bottom: 13px;
    }
    .lg\:left-13p {
        left: 13px;
    }
    .lg\:top-15p {
        top: 15px;
    }
    .lg\:right-15p {
        right: 15px;
    }
    .lg\:bottom-15p {
        bottom: 15px;
    }
    .lg\:left-15p {
        left: 15px;
    }
    .lg\:top-18p {
        top: 18px;
    }
    .lg\:right-18p {
        right: 18px;
    }
    .lg\:bottom-18p {
        bottom: 18px;
    }
    .lg\:left-18p {
        left: 18px;
    }
    .lg\:top-19p {
        top: 19px;
    }
    .lg\:right-19p {
        right: 19px;
    }
    .lg\:bottom-19p {
        bottom: 19px;
    }
    .lg\:left-19p {
        left: 19px;
    }
    .lg\:top-21p {
        top: 21px;
    }
    .lg\:right-21p {
        right: 21px;
    }
    .lg\:bottom-21p {
        bottom: 21px;
    }
    .lg\:left-21p {
        left: 21px;
    }
    .lg\:top-22p {
        top: 22px;
    }
    .lg\:right-22p {
        right: 22px;
    }
    .lg\:bottom-22p {
        bottom: 22px;
    }
    .lg\:left-22p {
        left: 22px;
    }
    .lg\:top-23p {
        top: 23px;
    }
    .lg\:right-23p {
        right: 23px;
    }
    .lg\:bottom-23p {
        bottom: 23px;
    }
    .lg\:left-23p {
        left: 23px;
    }
    .lg\:top-25p {
        top: 25px;
    }
    .lg\:right-25p {
        right: 25px;
    }
    .lg\:bottom-25p {
        bottom: 25px;
    }
    .lg\:left-25p {
        left: 25px;
    }
    .lg\:top-26p {
        top: 26px;
    }
    .lg\:right-26p {
        right: 26px;
    }
    .lg\:bottom-26p {
        bottom: 26px;
    }
    .lg\:left-26p {
        left: 26px;
    }
    .lg\:top-29p {
        top: 29px;
    }
    .lg\:right-29p {
        right: 29px;
    }
    .lg\:bottom-29p {
        bottom: 29px;
    }
    .lg\:left-29p {
        left: 29px;
    }
    .lg\:top-30p {
        top: 30px;
    }
    .lg\:right-30p {
        right: 30px;
    }
    .lg\:bottom-30p {
        bottom: 30px;
    }
    .lg\:left-30p {
        left: 30px;
    }
    .lg\:top-31p {
        top: 31px;
    }
    .lg\:right-31p {
        right: 31px;
    }
    .lg\:bottom-31p {
        bottom: 31px;
    }
    .lg\:left-31p {
        left: 31px;
    }
    .lg\:top-35p {
        top: 35px;
    }
    .lg\:right-35p {
        right: 35px;
    }
    .lg\:bottom-35p {
        bottom: 35px;
    }
    .lg\:left-35p {
        left: 35px;
    }
    .lg\:top-52p {
        top: 52px;
    }
    .lg\:right-52p {
        right: 52px;
    }
    .lg\:bottom-52p {
        bottom: 52px;
    }
    .lg\:left-52p {
        left: 52px;
    }
    .lg\:top-53p {
        top: 53px;
    }
    .lg\:right-53p {
        right: 53px;
    }
    .lg\:bottom-53p {
        bottom: 53px;
    }
    .lg\:left-53p {
        left: 53px;
    }
    .lg\:top-55p {
        top: 55px;
    }
    .lg\:right-55p {
        right: 55px;
    }
    .lg\:bottom-55p {
        bottom: 55px;
    }
    .lg\:left-55p {
        left: 55px;
    }
    .lg\:top-59p {
        top: 59px;
    }
    .lg\:right-59p {
        right: 59px;
    }
    .lg\:bottom-59p {
        bottom: 59px;
    }
    .lg\:left-59p {
        left: 59px;
    }
    .lg\:top-27p {
        top: 27px;
    }
    .lg\:right-27p {
        right: 27px;
    }
    .lg\:bottom-27p {
        bottom: 27px;
    }
    .lg\:left-27p {
        left: 27px;
    }
    .lg\:top-33\.5p {
        top: 33.5px;
    }
    .lg\:right-33\.5p {
        right: 33.5px;
    }
    .lg\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .lg\:left-33\.5p {
        left: 33.5px;
    }
    .lg\:top-38p {
        top: 38px;
    }
    .lg\:right-38p {
        right: 38px;
    }
    .lg\:bottom-38p {
        bottom: 38px;
    }
    .lg\:left-38p {
        left: 38px;
    }
    .lg\:top-40p {
        top: 40px;
    }
    .lg\:right-40p {
        right: 40px;
    }
    .lg\:bottom-40p {
        bottom: 40px;
    }
    .lg\:left-40p {
        left: 40px;
    }
    .lg\:top-46p {
        top: 46px;
    }
    .lg\:right-46p {
        right: 46px;
    }
    .lg\:bottom-46p {
        bottom: 46px;
    }
    .lg\:left-46p {
        left: 46px;
    }
    .lg\:top-47p {
        top: 47px;
    }
    .lg\:right-47p {
        right: 47px;
    }
    .lg\:bottom-47p {
        bottom: 47px;
    }
    .lg\:left-47p {
        left: 47px;
    }
    .lg\:top-49p {
        top: 49px;
    }
    .lg\:right-49p {
        right: 49px;
    }
    .lg\:bottom-49p {
        bottom: 49px;
    }
    .lg\:left-49p {
        left: 49px;
    }
    .lg\:top-58p {
        top: 58px;
    }
    .lg\:right-58p {
        right: 58px;
    }
    .lg\:bottom-58p {
        bottom: 58px;
    }
    .lg\:left-58p {
        left: 58px;
    }
    .lg\:top-75p {
        top: 75px;
    }
    .lg\:right-75p {
        right: 75px;
    }
    .lg\:bottom-75p {
        bottom: 75px;
    }
    .lg\:left-75p {
        left: 75px;
    }
    .lg\:top-77p {
        top: 77px;
    }
    .lg\:right-77p {
        right: 77px;
    }
    .lg\:bottom-77p {
        bottom: 77px;
    }
    .lg\:left-77p {
        left: 77px;
    }
    .lg\:top-60p {
        top: 60px;
    }
    .lg\:right-60p {
        right: 60px;
    }
    .lg\:bottom-60p {
        bottom: 60px;
    }
    .lg\:left-60p {
        left: 60px;
    }
    .lg\:top-65p {
        top: 65px;
    }
    .lg\:right-65p {
        right: 65px;
    }
    .lg\:bottom-65p {
        bottom: 65px;
    }
    .lg\:left-65p {
        left: 65px;
    }
    .lg\:top-66p {
        top: 66px;
    }
    .lg\:right-66p {
        right: 66px;
    }
    .lg\:bottom-66p {
        bottom: 66px;
    }
    .lg\:left-66p {
        left: 66px;
    }
    .lg\:top-68p {
        top: 68px;
    }
    .lg\:right-68p {
        right: 68px;
    }
    .lg\:bottom-68p {
        bottom: 68px;
    }
    .lg\:left-68p {
        left: 68px;
    }
    .lg\:top-70p {
        top: 70px;
    }
    .lg\:right-70p {
        right: 70px;
    }
    .lg\:bottom-70p {
        bottom: 70px;
    }
    .lg\:left-70p {
        left: 70px;
    }
    .lg\:top-72p {
        top: 72px;
    }
    .lg\:right-72p {
        right: 72px;
    }
    .lg\:bottom-72p {
        bottom: 72px;
    }
    .lg\:left-72p {
        left: 72px;
    }
    .lg\:top-74p {
        top: 74px;
    }
    .lg\:right-74p {
        right: 74px;
    }
    .lg\:bottom-74p {
        bottom: 74px;
    }
    .lg\:left-74p {
        left: 74px;
    }
    .lg\:top-78p {
        top: 78px;
    }
    .lg\:right-78p {
        right: 78px;
    }
    .lg\:bottom-78p {
        bottom: 78px;
    }
    .lg\:left-78p {
        left: 78px;
    }
    .lg\:top-80p {
        top: 80px;
    }
    .lg\:right-80p {
        right: 80px;
    }
    .lg\:bottom-80p {
        bottom: 80px;
    }
    .lg\:left-80p {
        left: 80px;
    }
    .lg\:top-82p {
        top: 82px;
    }
    .lg\:right-82p {
        right: 82px;
    }
    .lg\:bottom-82p {
        bottom: 82px;
    }
    .lg\:left-82p {
        left: 82px;
    }
    .lg\:top-84p {
        top: 84px;
    }
    .lg\:right-84p {
        right: 84px;
    }
    .lg\:bottom-84p {
        bottom: 84px;
    }
    .lg\:left-84p {
        left: 84px;
    }
    .lg\:top-89p {
        top: 89px;
    }
    .lg\:right-89p {
        right: 89px;
    }
    .lg\:bottom-89p {
        bottom: 89px;
    }
    .lg\:left-89p {
        left: 89px;
    }
    .lg\:top-93p {
        top: 93px;
    }
    .lg\:right-93p {
        right: 93px;
    }
    .lg\:bottom-93p {
        bottom: 93px;
    }
    .lg\:left-93p {
        left: 93px;
    }
    .lg\:top-90p {
        top: 90px;
    }
    .lg\:right-90p {
        right: 90px;
    }
    .lg\:bottom-90p {
        bottom: 90px;
    }
    .lg\:left-90p {
        left: 90px;
    }
    .lg\:top-97p {
        top: 97px;
    }
    .lg\:right-97p {
        right: 97px;
    }
    .lg\:bottom-97p {
        bottom: 97px;
    }
    .lg\:left-97p {
        left: 97px;
    }
    .lg\:top-103p {
        top: 103px;
    }
    .lg\:right-103p {
        right: 103px;
    }
    .lg\:bottom-103p {
        bottom: 103px;
    }
    .lg\:left-103p {
        left: 103px;
    }
    .lg\:top-116p {
        top: 116px;
    }
    .lg\:right-116p {
        right: 116px;
    }
    .lg\:bottom-116p {
        bottom: 116px;
    }
    .lg\:left-116p {
        left: 116px;
    }
    .lg\:top-120p {
        top: 120px;
    }
    .lg\:right-120p {
        right: 120px;
    }
    .lg\:bottom-120p {
        bottom: 120px;
    }
    .lg\:left-120p {
        left: 120px;
    }
    .lg\:top-125p {
        top: 125px;
    }
    .lg\:right-125p {
        right: 125px;
    }
    .lg\:bottom-125p {
        bottom: 125px;
    }
    .lg\:left-125p {
        left: 125px;
    }
    .lg\:top-130p {
        top: 130px;
    }
    .lg\:right-130p {
        right: 130px;
    }
    .lg\:bottom-130p {
        bottom: 130px;
    }
    .lg\:left-130p {
        left: 130px;
    }
    .lg\:top-135p {
        top: 135px;
    }
    .lg\:right-135p {
        right: 135px;
    }
    .lg\:bottom-135p {
        bottom: 135px;
    }
    .lg\:left-135p {
        left: 135px;
    }
    .lg\:top-132p {
        top: 132px;
    }
    .lg\:right-132p {
        right: 132px;
    }
    .lg\:bottom-132p {
        bottom: 132px;
    }
    .lg\:left-132p {
        left: 132px;
    }
    .lg\:top-150p {
        top: 150px;
    }
    .lg\:right-150p {
        right: 150px;
    }
    .lg\:bottom-150p {
        bottom: 150px;
    }
    .lg\:left-150p {
        left: 150px;
    }
    .lg\:top-216p {
        top: 216px;
    }
    .lg\:right-216p {
        right: 216px;
    }
    .lg\:bottom-216p {
        bottom: 216px;
    }
    .lg\:left-216p {
        left: 216px;
    }
    .lg\:top-225p {
        top: 225px;
    }
    .lg\:right-225p {
        right: 225px;
    }
    .lg\:bottom-225p {
        bottom: 225px;
    }
    .lg\:left-225p {
        left: 225px;
    }
    .lg\:top-296p {
        top: 296px;
    }
    .lg\:right-296p {
        right: 296px;
    }
    .lg\:bottom-296p {
        bottom: 296px;
    }
    .lg\:left-296p {
        left: 296px;
    }
    .lg\:top-270p {
        top: 270px;
    }
    .lg\:right-270p {
        right: 270px;
    }
    .lg\:bottom-270p {
        bottom: 270px;
    }
    .lg\:left-270p {
        left: 270px;
    }
    .lg\:top-137p {
        top: 137px;
    }
    .lg\:right-137p {
        right: 137px;
    }
    .lg\:bottom-137p {
        bottom: 137px;
    }
    .lg\:left-137p {
        left: 137px;
    }
    .lg\:top-141p {
        top: 141px;
    }
    .lg\:right-141p {
        right: 141px;
    }
    .lg\:bottom-141p {
        bottom: 141px;
    }
    .lg\:left-141p {
        left: 141px;
    }
    .lg\:top-146p {
        top: 146px;
    }
    .lg\:right-146p {
        right: 146px;
    }
    .lg\:bottom-146p {
        bottom: 146px;
    }
    .lg\:left-146p {
        left: 146px;
    }
    .lg\:top-152p {
        top: 152px;
    }
    .lg\:right-152p {
        right: 152px;
    }
    .lg\:bottom-152p {
        bottom: 152px;
    }
    .lg\:left-152p {
        left: 152px;
    }
    .lg\:top-155p {
        top: 155px;
    }
    .lg\:right-155p {
        right: 155px;
    }
    .lg\:bottom-155p {
        bottom: 155px;
    }
    .lg\:left-155p {
        left: 155px;
    }
    .lg\:top-163p {
        top: 163px;
    }
    .lg\:right-163p {
        right: 163px;
    }
    .lg\:bottom-163p {
        bottom: 163px;
    }
    .lg\:left-163p {
        left: 163px;
    }
    .lg\:top-168p {
        top: 168px;
    }
    .lg\:right-168p {
        right: 168px;
    }
    .lg\:bottom-168p {
        bottom: 168px;
    }
    .lg\:left-168p {
        left: 168px;
    }
    .lg\:top-173p {
        top: 173px;
    }
    .lg\:right-173p {
        right: 173px;
    }
    .lg\:bottom-173p {
        bottom: 173px;
    }
    .lg\:left-173p {
        left: 173px;
    }
    .lg\:top-210p {
        top: 210px;
    }
    .lg\:right-210p {
        right: 210px;
    }
    .lg\:bottom-210p {
        bottom: 210px;
    }
    .lg\:left-210p {
        left: 210px;
    }
    .lg\:top-245p {
        top: 245px;
    }
    .lg\:right-245p {
        right: 245px;
    }
    .lg\:bottom-245p {
        bottom: 245px;
    }
    .lg\:left-245p {
        left: 245px;
    }
    .lg\:top-250p {
        top: 250px;
    }
    .lg\:right-250p {
        right: 250px;
    }
    .lg\:bottom-250p {
        bottom: 250px;
    }
    .lg\:left-250p {
        left: 250px;
    }
    .lg\:top-260p {
        top: 260px;
    }
    .lg\:right-260p {
        right: 260px;
    }
    .lg\:bottom-260p {
        bottom: 260px;
    }
    .lg\:left-260p {
        left: 260px;
    }
    .lg\:top-263p {
        top: 263px;
    }
    .lg\:right-263p {
        right: 263px;
    }
    .lg\:bottom-263p {
        bottom: 263px;
    }
    .lg\:left-263p {
        left: 263px;
    }
    .lg\:top-266p {
        top: 266px;
    }
    .lg\:right-266p {
        right: 266px;
    }
    .lg\:bottom-266p {
        bottom: 266px;
    }
    .lg\:left-266p {
        left: 266px;
    }
    .lg\:top-275p {
        top: 275px;
    }
    .lg\:right-275p {
        right: 275px;
    }
    .lg\:bottom-275p {
        bottom: 275px;
    }
    .lg\:left-275p {
        left: 275px;
    }
    .lg\:top-300p {
        top: 300px;
    }
    .lg\:right-300p {
        right: 300px;
    }
    .lg\:bottom-300p {
        bottom: 300px;
    }
    .lg\:left-300p {
        left: 300px;
    }
    .lg\:top-312p {
        top: 312px;
    }
    .lg\:right-312p {
        right: 312px;
    }
    .lg\:bottom-312p {
        bottom: 312px;
    }
    .lg\:left-312p {
        left: 312px;
    }
    .lg\:top-318p {
        top: 318px;
    }
    .lg\:right-318p {
        right: 318px;
    }
    .lg\:bottom-318p {
        bottom: 318px;
    }
    .lg\:left-318p {
        left: 318px;
    }
    .lg\:top-322p {
        top: 322px;
    }
    .lg\:right-322p {
        right: 322px;
    }
    .lg\:bottom-322p {
        bottom: 322px;
    }
    .lg\:left-322p {
        left: 322px;
    }
    .lg\:top-337p {
        top: 337px;
    }
    .lg\:right-337p {
        right: 337px;
    }
    .lg\:bottom-337p {
        bottom: 337px;
    }
    .lg\:left-337p {
        left: 337px;
    }
    .lg\:top-345p {
        top: 345px;
    }
    .lg\:right-345p {
        right: 345px;
    }
    .lg\:bottom-345p {
        bottom: 345px;
    }
    .lg\:left-345p {
        left: 345px;
    }
    .lg\:top-344p {
        top: 344px;
    }
    .lg\:right-344p {
        right: 344px;
    }
    .lg\:bottom-344p {
        bottom: 344px;
    }
    .lg\:left-344p {
        left: 344px;
    }
    .lg\:top-354p {
        top: 354px;
    }
    .lg\:right-354p {
        right: 354px;
    }
    .lg\:bottom-354p {
        bottom: 354px;
    }
    .lg\:left-354p {
        left: 354px;
    }
    .lg\:top-364p {
        top: 364px;
    }
    .lg\:right-364p {
        right: 364px;
    }
    .lg\:bottom-364p {
        bottom: 364px;
    }
    .lg\:left-364p {
        left: 364px;
    }
    .lg\:top-370p {
        top: 370px;
    }
    .lg\:right-370p {
        right: 370px;
    }
    .lg\:bottom-370p {
        bottom: 370px;
    }
    .lg\:left-370p {
        left: 370px;
    }
    .lg\:top-382p {
        top: 382px;
    }
    .lg\:right-382p {
        right: 382px;
    }
    .lg\:bottom-382p {
        bottom: 382px;
    }
    .lg\:left-382p {
        left: 382px;
    }
    .lg\:top-385p {
        top: 385px;
    }
    .lg\:right-385p {
        right: 385px;
    }
    .lg\:bottom-385p {
        bottom: 385px;
    }
    .lg\:left-385p {
        left: 385px;
    }
    .lg\:top-400p {
        top: 400px;
    }
    .lg\:right-400p {
        right: 400px;
    }
    .lg\:bottom-400p {
        bottom: 400px;
    }
    .lg\:left-400p {
        left: 400px;
    }
    .lg\:top-407p {
        top: 407px;
    }
    .lg\:right-407p {
        right: 407px;
    }
    .lg\:bottom-407p {
        bottom: 407px;
    }
    .lg\:left-407p {
        left: 407px;
    }
    .lg\:top-411p {
        top: 411px;
    }
    .lg\:right-411p {
        right: 411px;
    }
    .lg\:bottom-411p {
        bottom: 411px;
    }
    .lg\:left-411p {
        left: 411px;
    }
    .lg\:top-418p {
        top: 418px;
    }
    .lg\:right-418p {
        right: 418px;
    }
    .lg\:bottom-418p {
        bottom: 418px;
    }
    .lg\:left-418p {
        left: 418px;
    }
    .lg\:top-430p {
        top: 430px;
    }
    .lg\:right-430p {
        right: 430px;
    }
    .lg\:bottom-430p {
        bottom: 430px;
    }
    .lg\:left-430p {
        left: 430px;
    }
    .lg\:top-450p {
        top: 450px;
    }
    .lg\:right-450p {
        right: 450px;
    }
    .lg\:bottom-450p {
        bottom: 450px;
    }
    .lg\:left-450p {
        left: 450px;
    }
    .lg\:top-468p {
        top: 468px;
    }
    .lg\:right-468p {
        right: 468px;
    }
    .lg\:bottom-468p {
        bottom: 468px;
    }
    .lg\:left-468p {
        left: 468px;
    }
    .lg\:top-485p {
        top: 485px;
    }
    .lg\:right-485p {
        right: 485px;
    }
    .lg\:bottom-485p {
        bottom: 485px;
    }
    .lg\:left-485p {
        left: 485px;
    }
    .lg\:top-491p {
        top: 491px;
    }
    .lg\:right-491p {
        right: 491px;
    }
    .lg\:bottom-491p {
        bottom: 491px;
    }
    .lg\:left-491p {
        left: 491px;
    }
    .lg\:top-494p {
        top: 494px;
    }
    .lg\:right-494p {
        right: 494px;
    }
    .lg\:bottom-494p {
        bottom: 494px;
    }
    .lg\:left-494p {
        left: 494px;
    }
    .lg\:top-470p {
        top: 470px;
    }
    .lg\:right-470p {
        right: 470px;
    }
    .lg\:bottom-470p {
        bottom: 470px;
    }
    .lg\:left-470p {
        left: 470px;
    }
    .lg\:top-480p {
        top: 480px;
    }
    .lg\:right-480p {
        right: 480px;
    }
    .lg\:bottom-480p {
        bottom: 480px;
    }
    .lg\:left-480p {
        left: 480px;
    }
    .lg\:top-532p {
        top: 532px;
    }
    .lg\:right-532p {
        right: 532px;
    }
    .lg\:bottom-532p {
        bottom: 532px;
    }
    .lg\:left-532p {
        left: 532px;
    }
    .lg\:top-556p {
        top: 556px;
    }
    .lg\:right-556p {
        right: 556px;
    }
    .lg\:bottom-556p {
        bottom: 556px;
    }
    .lg\:left-556p {
        left: 556px;
    }
    .lg\:top-505p {
        top: 505px;
    }
    .lg\:right-505p {
        right: 505px;
    }
    .lg\:bottom-505p {
        bottom: 505px;
    }
    .lg\:left-505p {
        left: 505px;
    }
    .lg\:top-1179p {
        top: 1179px;
    }
    .lg\:right-1179p {
        right: 1179px;
    }
    .lg\:bottom-1179p {
        bottom: 1179px;
    }
    .lg\:left-1179p {
        left: 1179px;
    }
    .lg\:top-1253p {
        top: 1253px;
    }
    .lg\:right-1253p {
        right: 1253px;
    }
    .lg\:bottom-1253p {
        bottom: 1253px;
    }
    .lg\:left-1253p {
        left: 1253px;
    }
    .lg\:top-1575p {
        top: 1575px;
    }
    .lg\:right-1575p {
        right: 1575px;
    }
    .lg\:bottom-1575p {
        bottom: 1575px;
    }
    .lg\:left-1575p {
        left: 1575px;
    }
    .lg\:top-600p {
        top: 600px;
    }
    .lg\:right-600p {
        right: 600px;
    }
    .lg\:bottom-600p {
        bottom: 600px;
    }
    .lg\:left-600p {
        left: 600px;
    }
    .lg\:top-649p {
        top: 649px;
    }
    .lg\:right-649p {
        right: 649px;
    }
    .lg\:bottom-649p {
        bottom: 649px;
    }
    .lg\:left-649p {
        left: 649px;
    }
    .lg\:top-690p {
        top: 690px;
    }
    .lg\:right-690p {
        right: 690px;
    }
    .lg\:bottom-690p {
        bottom: 690px;
    }
    .lg\:left-690p {
        left: 690px;
    }
    .lg\:top-19\% {
        top: 19%;
    }
    .lg\:right-19\% {
        right: 19%;
    }
    .lg\:bottom-19\% {
        bottom: 19%;
    }
    .lg\:left-19\% {
        left: 19%;
    }
    .lg\:top-23\% {
        top: 23%;
    }
    .lg\:right-23\% {
        right: 23%;
    }
    .lg\:bottom-23\% {
        bottom: 23%;
    }
    .lg\:left-23\% {
        left: 23%;
    }
    .lg\:top-24\% {
        top: 24%;
    }
    .lg\:right-24\% {
        right: 24%;
    }
    .lg\:bottom-24\% {
        bottom: 24%;
    }
    .lg\:left-24\% {
        left: 24%;
    }
    .lg\:top-36\% {
        top: 36%;
    }
    .lg\:right-36\% {
        right: 36%;
    }
    .lg\:bottom-36\% {
        bottom: 36%;
    }
    .lg\:left-36\% {
        left: 36%;
    }
    .lg\:top-27\% {
        top: 27%;
    }
    .lg\:right-27\% {
        right: 27%;
    }
    .lg\:bottom-27\% {
        bottom: 27%;
    }
    .lg\:left-27\% {
        left: 27%;
    }
    .lg\:top-28\% {
        top: 28%;
    }
    .lg\:right-28\% {
        right: 28%;
    }
    .lg\:bottom-28\% {
        bottom: 28%;
    }
    .lg\:left-28\% {
        left: 28%;
    }
    .lg\:top-42\% {
        top: 42%;
    }
    .lg\:right-42\% {
        right: 42%;
    }
    .lg\:bottom-42\% {
        bottom: 42%;
    }
    .lg\:left-42\% {
        left: 42%;
    }
    .lg\:top-46\% {
        top: 46%;
    }
    .lg\:right-46\% {
        right: 46%;
    }
    .lg\:bottom-46\% {
        bottom: 46%;
    }
    .lg\:left-46\% {
        left: 46%;
    }
    .lg\:top-49\% {
        top: 49%;
    }
    .lg\:right-49\% {
        right: 49%;
    }
    .lg\:bottom-49\% {
        bottom: 49%;
    }
    .lg\:left-49\% {
        left: 49%;
    }
    .lg\:top-54\% {
        top: 54%;
    }
    .lg\:right-54\% {
        right: 54%;
    }
    .lg\:bottom-54\% {
        bottom: 54%;
    }
    .lg\:left-54\% {
        left: 54%;
    }
    .lg\:top-58\% {
        top: 58%;
    }
    .lg\:right-58\% {
        right: 58%;
    }
    .lg\:bottom-58\% {
        bottom: 58%;
    }
    .lg\:left-58\% {
        left: 58%;
    }
    .lg\:top-72\% {
        top: 72%;
    }
    .lg\:right-72\% {
        right: 72%;
    }
    .lg\:bottom-72\% {
        bottom: 72%;
    }
    .lg\:left-72\% {
        left: 72%;
    }
    .lg\:top-76\% {
        top: 76%;
    }
    .lg\:right-76\% {
        right: 76%;
    }
    .lg\:bottom-76\% {
        bottom: 76%;
    }
    .lg\:left-76\% {
        left: 76%;
    }
    .lg\:top-77\% {
        top: 77%;
    }
    .lg\:right-77\% {
        right: 77%;
    }
    .lg\:bottom-77\% {
        bottom: 77%;
    }
    .lg\:left-77\% {
        left: 77%;
    }
    .lg\:top-340p {
        top: 340px;
    }
    .lg\:right-340p {
        right: 340px;
    }
    .lg\:bottom-340p {
        bottom: 340px;
    }
    .lg\:left-340p {
        left: 340px;
    }
    .lg\:top-700p {
        top: 700px;
    }
    .lg\:right-700p {
        right: 700px;
    }
    .lg\:bottom-700p {
        bottom: 700px;
    }
    .lg\:left-700p {
        left: 700px;
    }
    .lg\:top-848p {
        top: 848px;
    }
    .lg\:right-848p {
        right: 848px;
    }
    .lg\:bottom-848p {
        bottom: 848px;
    }
    .lg\:left-848p {
        left: 848px;
    }
    .lg\:top-850p {
        top: 850px;
    }
    .lg\:right-850p {
        right: 850px;
    }
    .lg\:bottom-850p {
        bottom: 850px;
    }
    .lg\:left-850p {
        left: 850px;
    }
    .lg\:top-860p {
        top: 860px;
    }
    .lg\:right-860p {
        right: 860px;
    }
    .lg\:bottom-860p {
        bottom: 860px;
    }
    .lg\:left-860p {
        left: 860px;
    }
    .lg\:top-1425p {
        top: 1425px;
    }
    .lg\:right-1425p {
        right: 1425px;
    }
    .lg\:bottom-1425p {
        bottom: 1425px;
    }
    .lg\:left-1425p {
        left: 1425px;
    }
    .lg\:-top-0 {
        top: 0;
    }
    .lg\:-right-0 {
        right: 0;
    }
    .lg\:-bottom-0 {
        bottom: 0;
    }
    .lg\:-left-0 {
        left: 0;
    }
    .lg\:-top-1 {
        top: -0.25rem;
    }
    .lg\:-right-1 {
        right: -0.25rem;
    }
    .lg\:-bottom-1 {
        bottom: -0.25rem;
    }
    .lg\:-left-1 {
        left: -0.25rem;
    }
    .lg\:-top-2 {
        top: -0.5rem;
    }
    .lg\:-right-2 {
        right: -0.5rem;
    }
    .lg\:-bottom-2 {
        bottom: -0.5rem;
    }
    .lg\:-left-2 {
        left: -0.5rem;
    }
    .lg\:-top-3 {
        top: -0.75rem;
    }
    .lg\:-right-3 {
        right: -0.75rem;
    }
    .lg\:-bottom-3 {
        bottom: -0.75rem;
    }
    .lg\:-left-3 {
        left: -0.75rem;
    }
    .lg\:-top-4 {
        top: -1rem;
    }
    .lg\:-right-4 {
        right: -1rem;
    }
    .lg\:-bottom-4 {
        bottom: -1rem;
    }
    .lg\:-left-4 {
        left: -1rem;
    }
    .lg\:-top-5 {
        top: -1.25rem;
    }
    .lg\:-right-5 {
        right: -1.25rem;
    }
    .lg\:-bottom-5 {
        bottom: -1.25rem;
    }
    .lg\:-left-5 {
        left: -1.25rem;
    }
    .lg\:-top-6 {
        top: -1.5rem;
    }
    .lg\:-right-6 {
        right: -1.5rem;
    }
    .lg\:-bottom-6 {
        bottom: -1.5rem;
    }
    .lg\:-left-6 {
        left: -1.5rem;
    }
    .lg\:-top-7 {
        top: -1.75rem;
    }
    .lg\:-right-7 {
        right: -1.75rem;
    }
    .lg\:-bottom-7 {
        bottom: -1.75rem;
    }
    .lg\:-left-7 {
        left: -1.75rem;
    }
    .lg\:-top-8 {
        top: -2rem;
    }
    .lg\:-right-8 {
        right: -2rem;
    }
    .lg\:-bottom-8 {
        bottom: -2rem;
    }
    .lg\:-left-8 {
        left: -2rem;
    }
    .lg\:-top-9 {
        top: -2.25rem;
    }
    .lg\:-right-9 {
        right: -2.25rem;
    }
    .lg\:-bottom-9 {
        bottom: -2.25rem;
    }
    .lg\:-left-9 {
        left: -2.25rem;
    }
    .lg\:-top-10 {
        top: -2.5rem;
    }
    .lg\:-right-10 {
        right: -2.5rem;
    }
    .lg\:-bottom-10 {
        bottom: -2.5rem;
    }
    .lg\:-left-10 {
        left: -2.5rem;
    }
    .lg\:-top-11 {
        top: -2.75rem;
    }
    .lg\:-right-11 {
        right: -2.75rem;
    }
    .lg\:-bottom-11 {
        bottom: -2.75rem;
    }
    .lg\:-left-11 {
        left: -2.75rem;
    }
    .lg\:-top-12 {
        top: -3rem;
    }
    .lg\:-right-12 {
        right: -3rem;
    }
    .lg\:-bottom-12 {
        bottom: -3rem;
    }
    .lg\:-left-12 {
        left: -3rem;
    }
    .lg\:-top-14 {
        top: -3.5rem;
    }
    .lg\:-right-14 {
        right: -3.5rem;
    }
    .lg\:-bottom-14 {
        bottom: -3.5rem;
    }
    .lg\:-left-14 {
        left: -3.5rem;
    }
    .lg\:-top-16 {
        top: -4rem;
    }
    .lg\:-right-16 {
        right: -4rem;
    }
    .lg\:-bottom-16 {
        bottom: -4rem;
    }
    .lg\:-left-16 {
        left: -4rem;
    }
    .lg\:-top-20 {
        top: -5rem;
    }
    .lg\:-right-20 {
        right: -5rem;
    }
    .lg\:-bottom-20 {
        bottom: -5rem;
    }
    .lg\:-left-20 {
        left: -5rem;
    }
    .lg\:-top-23 {
        top: -88px;
    }
    .lg\:-right-23 {
        right: -88px;
    }
    .lg\:-bottom-23 {
        bottom: -88px;
    }
    .lg\:-left-23 {
        left: -88px;
    }
    .lg\:-top-24 {
        top: -6rem;
    }
    .lg\:-right-24 {
        right: -6rem;
    }
    .lg\:-bottom-24 {
        bottom: -6rem;
    }
    .lg\:-left-24 {
        left: -6rem;
    }
    .lg\:-top-25 {
        top: -100px;
    }
    .lg\:-right-25 {
        right: -100px;
    }
    .lg\:-bottom-25 {
        bottom: -100px;
    }
    .lg\:-left-25 {
        left: -100px;
    }
    .lg\:-top-28 {
        top: -7rem;
    }
    .lg\:-right-28 {
        right: -7rem;
    }
    .lg\:-bottom-28 {
        bottom: -7rem;
    }
    .lg\:-left-28 {
        left: -7rem;
    }
    .lg\:-top-29 {
        top: -120px;
    }
    .lg\:-right-29 {
        right: -120px;
    }
    .lg\:-bottom-29 {
        bottom: -120px;
    }
    .lg\:-left-29 {
        left: -120px;
    }
    .lg\:-top-32 {
        top: -8rem;
    }
    .lg\:-right-32 {
        right: -8rem;
    }
    .lg\:-bottom-32 {
        bottom: -8rem;
    }
    .lg\:-left-32 {
        left: -8rem;
    }
    .lg\:-top-33 {
        top: -130px;
    }
    .lg\:-right-33 {
        right: -130px;
    }
    .lg\:-bottom-33 {
        bottom: -130px;
    }
    .lg\:-left-33 {
        left: -130px;
    }
    .lg\:-top-36 {
        top: -9rem;
    }
    .lg\:-right-36 {
        right: -9rem;
    }
    .lg\:-bottom-36 {
        bottom: -9rem;
    }
    .lg\:-left-36 {
        left: -9rem;
    }
    .lg\:-top-40 {
        top: -10rem;
    }
    .lg\:-right-40 {
        right: -10rem;
    }
    .lg\:-bottom-40 {
        bottom: -10rem;
    }
    .lg\:-left-40 {
        left: -10rem;
    }
    .lg\:-top-44 {
        top: -11rem;
    }
    .lg\:-right-44 {
        right: -11rem;
    }
    .lg\:-bottom-44 {
        bottom: -11rem;
    }
    .lg\:-left-44 {
        left: -11rem;
    }
    .lg\:-top-48 {
        top: -12rem;
    }
    .lg\:-right-48 {
        right: -12rem;
    }
    .lg\:-bottom-48 {
        bottom: -12rem;
    }
    .lg\:-left-48 {
        left: -12rem;
    }
    .lg\:-top-52 {
        top: -13rem;
    }
    .lg\:-right-52 {
        right: -13rem;
    }
    .lg\:-bottom-52 {
        bottom: -13rem;
    }
    .lg\:-left-52 {
        left: -13rem;
    }
    .lg\:-top-56 {
        top: -14rem;
    }
    .lg\:-right-56 {
        right: -14rem;
    }
    .lg\:-bottom-56 {
        bottom: -14rem;
    }
    .lg\:-left-56 {
        left: -14rem;
    }
    .lg\:-top-60 {
        top: -15rem;
    }
    .lg\:-right-60 {
        right: -15rem;
    }
    .lg\:-bottom-60 {
        bottom: -15rem;
    }
    .lg\:-left-60 {
        left: -15rem;
    }
    .lg\:-top-63 {
        top: -270px;
    }
    .lg\:-right-63 {
        right: -270px;
    }
    .lg\:-bottom-63 {
        bottom: -270px;
    }
    .lg\:-left-63 {
        left: -270px;
    }
    .lg\:-top-64 {
        top: -16rem;
    }
    .lg\:-right-64 {
        right: -16rem;
    }
    .lg\:-bottom-64 {
        bottom: -16rem;
    }
    .lg\:-left-64 {
        left: -16rem;
    }
    .lg\:-top-72 {
        top: -18rem;
    }
    .lg\:-right-72 {
        right: -18rem;
    }
    .lg\:-bottom-72 {
        bottom: -18rem;
    }
    .lg\:-left-72 {
        left: -18rem;
    }
    .lg\:-top-80 {
        top: -20rem;
    }
    .lg\:-right-80 {
        right: -20rem;
    }
    .lg\:-bottom-80 {
        bottom: -20rem;
    }
    .lg\:-left-80 {
        left: -20rem;
    }
    .lg\:-top-92 {
        top: -475px;
    }
    .lg\:-right-92 {
        right: -475px;
    }
    .lg\:-bottom-92 {
        bottom: -475px;
    }
    .lg\:-left-92 {
        left: -475px;
    }
    .lg\:-top-96 {
        top: -24rem;
    }
    .lg\:-right-96 {
        right: -24rem;
    }
    .lg\:-bottom-96 {
        bottom: -24rem;
    }
    .lg\:-left-96 {
        left: -24rem;
    }
    .lg\:-top-128 {
        top: -32rem;
    }
    .lg\:-right-128 {
        right: -32rem;
    }
    .lg\:-bottom-128 {
        bottom: -32rem;
    }
    .lg\:-left-128 {
        left: -32rem;
    }
    .lg\:-top-px {
        top: -1px;
    }
    .lg\:-right-px {
        right: -1px;
    }
    .lg\:-bottom-px {
        bottom: -1px;
    }
    .lg\:-left-px {
        left: -1px;
    }
    .lg\:-top-0\.5 {
        top: -0.125rem;
    }
    .lg\:-right-0\.5 {
        right: -0.125rem;
    }
    .lg\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .lg\:-left-0\.5 {
        left: -0.125rem;
    }
    .lg\:-top-1\.5 {
        top: -0.375rem;
    }
    .lg\:-right-1\.5 {
        right: -0.375rem;
    }
    .lg\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .lg\:-left-1\.5 {
        left: -0.375rem;
    }
    .lg\:-top-2\.5 {
        top: -0.625rem;
    }
    .lg\:-right-2\.5 {
        right: -0.625rem;
    }
    .lg\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .lg\:-left-2\.5 {
        left: -0.625rem;
    }
    .lg\:-top-3\.5 {
        top: -0.875rem;
    }
    .lg\:-right-3\.5 {
        right: -0.875rem;
    }
    .lg\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .lg\:-left-3\.5 {
        left: -0.875rem;
    }
    .lg\:-top-105p {
        top: -105px;
    }
    .lg\:-right-105p {
        right: -105px;
    }
    .lg\:-bottom-105p {
        bottom: -105px;
    }
    .lg\:-left-105p {
        left: -105px;
    }
    .lg\:-top-50p {
        top: -50px;
    }
    .lg\:-right-50p {
        right: -50px;
    }
    .lg\:-bottom-50p {
        bottom: -50px;
    }
    .lg\:-left-50p {
        left: -50px;
    }
    .lg\:-top-54p {
        top: -54px;
    }
    .lg\:-right-54p {
        right: -54px;
    }
    .lg\:-bottom-54p {
        bottom: -54px;
    }
    .lg\:-left-54p {
        left: -54px;
    }
    .lg\:-top-1p {
        top: -1px;
    }
    .lg\:-right-1p {
        right: -1px;
    }
    .lg\:-bottom-1p {
        bottom: -1px;
    }
    .lg\:-left-1p {
        left: -1px;
    }
    .lg\:-top-2p {
        top: -2px;
    }
    .lg\:-right-2p {
        right: -2px;
    }
    .lg\:-bottom-2p {
        bottom: -2px;
    }
    .lg\:-left-2p {
        left: -2px;
    }
    .lg\:-top-3p {
        top: -3px;
    }
    .lg\:-right-3p {
        right: -3px;
    }
    .lg\:-bottom-3p {
        bottom: -3px;
    }
    .lg\:-left-3p {
        left: -3px;
    }
    .lg\:-top-5p {
        top: -5px;
    }
    .lg\:-right-5p {
        right: -5px;
    }
    .lg\:-bottom-5p {
        bottom: -5px;
    }
    .lg\:-left-5p {
        left: -5px;
    }
    .lg\:-top-7p {
        top: -7px;
    }
    .lg\:-right-7p {
        right: -7px;
    }
    .lg\:-bottom-7p {
        bottom: -7px;
    }
    .lg\:-left-7p {
        left: -7px;
    }
    .lg\:-top-9p {
        top: -9px;
    }
    .lg\:-right-9p {
        right: -9px;
    }
    .lg\:-bottom-9p {
        bottom: -9px;
    }
    .lg\:-left-9p {
        left: -9px;
    }
    .lg\:-top-10p {
        top: -10px;
    }
    .lg\:-right-10p {
        right: -10px;
    }
    .lg\:-bottom-10p {
        bottom: -10px;
    }
    .lg\:-left-10p {
        left: -10px;
    }
    .lg\:-top-11p {
        top: -11px;
    }
    .lg\:-right-11p {
        right: -11px;
    }
    .lg\:-bottom-11p {
        bottom: -11px;
    }
    .lg\:-left-11p {
        left: -11px;
    }
    .lg\:-top-13p {
        top: -13px;
    }
    .lg\:-right-13p {
        right: -13px;
    }
    .lg\:-bottom-13p {
        bottom: -13px;
    }
    .lg\:-left-13p {
        left: -13px;
    }
    .lg\:-top-15p {
        top: -15px;
    }
    .lg\:-right-15p {
        right: -15px;
    }
    .lg\:-bottom-15p {
        bottom: -15px;
    }
    .lg\:-left-15p {
        left: -15px;
    }
    .lg\:-top-18p {
        top: -18px;
    }
    .lg\:-right-18p {
        right: -18px;
    }
    .lg\:-bottom-18p {
        bottom: -18px;
    }
    .lg\:-left-18p {
        left: -18px;
    }
    .lg\:-top-19p {
        top: -19px;
    }
    .lg\:-right-19p {
        right: -19px;
    }
    .lg\:-bottom-19p {
        bottom: -19px;
    }
    .lg\:-left-19p {
        left: -19px;
    }
    .lg\:-top-21p {
        top: -21px;
    }
    .lg\:-right-21p {
        right: -21px;
    }
    .lg\:-bottom-21p {
        bottom: -21px;
    }
    .lg\:-left-21p {
        left: -21px;
    }
    .lg\:-top-22p {
        top: -22px;
    }
    .lg\:-right-22p {
        right: -22px;
    }
    .lg\:-bottom-22p {
        bottom: -22px;
    }
    .lg\:-left-22p {
        left: -22px;
    }
    .lg\:-top-23p {
        top: -23px;
    }
    .lg\:-right-23p {
        right: -23px;
    }
    .lg\:-bottom-23p {
        bottom: -23px;
    }
    .lg\:-left-23p {
        left: -23px;
    }
    .lg\:-top-25p {
        top: -25px;
    }
    .lg\:-right-25p {
        right: -25px;
    }
    .lg\:-bottom-25p {
        bottom: -25px;
    }
    .lg\:-left-25p {
        left: -25px;
    }
    .lg\:-top-26p {
        top: -26px;
    }
    .lg\:-right-26p {
        right: -26px;
    }
    .lg\:-bottom-26p {
        bottom: -26px;
    }
    .lg\:-left-26p {
        left: -26px;
    }
    .lg\:-top-29p {
        top: -29px;
    }
    .lg\:-right-29p {
        right: -29px;
    }
    .lg\:-bottom-29p {
        bottom: -29px;
    }
    .lg\:-left-29p {
        left: -29px;
    }
    .lg\:-top-30p {
        top: -30px;
    }
    .lg\:-right-30p {
        right: -30px;
    }
    .lg\:-bottom-30p {
        bottom: -30px;
    }
    .lg\:-left-30p {
        left: -30px;
    }
    .lg\:-top-31p {
        top: -31px;
    }
    .lg\:-right-31p {
        right: -31px;
    }
    .lg\:-bottom-31p {
        bottom: -31px;
    }
    .lg\:-left-31p {
        left: -31px;
    }
    .lg\:-top-35p {
        top: -35px;
    }
    .lg\:-right-35p {
        right: -35px;
    }
    .lg\:-bottom-35p {
        bottom: -35px;
    }
    .lg\:-left-35p {
        left: -35px;
    }
    .lg\:-top-52p {
        top: -52px;
    }
    .lg\:-right-52p {
        right: -52px;
    }
    .lg\:-bottom-52p {
        bottom: -52px;
    }
    .lg\:-left-52p {
        left: -52px;
    }
    .lg\:-top-53p {
        top: -53px;
    }
    .lg\:-right-53p {
        right: -53px;
    }
    .lg\:-bottom-53p {
        bottom: -53px;
    }
    .lg\:-left-53p {
        left: -53px;
    }
    .lg\:-top-55p {
        top: -55px;
    }
    .lg\:-right-55p {
        right: -55px;
    }
    .lg\:-bottom-55p {
        bottom: -55px;
    }
    .lg\:-left-55p {
        left: -55px;
    }
    .lg\:-top-59p {
        top: -59px;
    }
    .lg\:-right-59p {
        right: -59px;
    }
    .lg\:-bottom-59p {
        bottom: -59px;
    }
    .lg\:-left-59p {
        left: -59px;
    }
    .lg\:-top-27p {
        top: -27px;
    }
    .lg\:-right-27p {
        right: -27px;
    }
    .lg\:-bottom-27p {
        bottom: -27px;
    }
    .lg\:-left-27p {
        left: -27px;
    }
    .lg\:-top-33\.5p {
        top: -33.5px;
    }
    .lg\:-right-33\.5p {
        right: -33.5px;
    }
    .lg\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .lg\:-left-33\.5p {
        left: -33.5px;
    }
    .lg\:-top-38p {
        top: -38px;
    }
    .lg\:-right-38p {
        right: -38px;
    }
    .lg\:-bottom-38p {
        bottom: -38px;
    }
    .lg\:-left-38p {
        left: -38px;
    }
    .lg\:-top-40p {
        top: -40px;
    }
    .lg\:-right-40p {
        right: -40px;
    }
    .lg\:-bottom-40p {
        bottom: -40px;
    }
    .lg\:-left-40p {
        left: -40px;
    }
    .lg\:-top-46p {
        top: -46px;
    }
    .lg\:-right-46p {
        right: -46px;
    }
    .lg\:-bottom-46p {
        bottom: -46px;
    }
    .lg\:-left-46p {
        left: -46px;
    }
    .lg\:-top-47p {
        top: -47px;
    }
    .lg\:-right-47p {
        right: -47px;
    }
    .lg\:-bottom-47p {
        bottom: -47px;
    }
    .lg\:-left-47p {
        left: -47px;
    }
    .lg\:-top-49p {
        top: -49px;
    }
    .lg\:-right-49p {
        right: -49px;
    }
    .lg\:-bottom-49p {
        bottom: -49px;
    }
    .lg\:-left-49p {
        left: -49px;
    }
    .lg\:-top-58p {
        top: -58px;
    }
    .lg\:-right-58p {
        right: -58px;
    }
    .lg\:-bottom-58p {
        bottom: -58px;
    }
    .lg\:-left-58p {
        left: -58px;
    }
    .lg\:-top-75p {
        top: -75px;
    }
    .lg\:-right-75p {
        right: -75px;
    }
    .lg\:-bottom-75p {
        bottom: -75px;
    }
    .lg\:-left-75p {
        left: -75px;
    }
    .lg\:-top-77p {
        top: -77px;
    }
    .lg\:-right-77p {
        right: -77px;
    }
    .lg\:-bottom-77p {
        bottom: -77px;
    }
    .lg\:-left-77p {
        left: -77px;
    }
    .lg\:-top-60p {
        top: -60px;
    }
    .lg\:-right-60p {
        right: -60px;
    }
    .lg\:-bottom-60p {
        bottom: -60px;
    }
    .lg\:-left-60p {
        left: -60px;
    }
    .lg\:-top-65p {
        top: -65px;
    }
    .lg\:-right-65p {
        right: -65px;
    }
    .lg\:-bottom-65p {
        bottom: -65px;
    }
    .lg\:-left-65p {
        left: -65px;
    }
    .lg\:-top-66p {
        top: -66px;
    }
    .lg\:-right-66p {
        right: -66px;
    }
    .lg\:-bottom-66p {
        bottom: -66px;
    }
    .lg\:-left-66p {
        left: -66px;
    }
    .lg\:-top-68p {
        top: -68px;
    }
    .lg\:-right-68p {
        right: -68px;
    }
    .lg\:-bottom-68p {
        bottom: -68px;
    }
    .lg\:-left-68p {
        left: -68px;
    }
    .lg\:-top-70p {
        top: -70px;
    }
    .lg\:-right-70p {
        right: -70px;
    }
    .lg\:-bottom-70p {
        bottom: -70px;
    }
    .lg\:-left-70p {
        left: -70px;
    }
    .lg\:-top-72p {
        top: -72px;
    }
    .lg\:-right-72p {
        right: -72px;
    }
    .lg\:-bottom-72p {
        bottom: -72px;
    }
    .lg\:-left-72p {
        left: -72px;
    }
    .lg\:-top-74p {
        top: -74px;
    }
    .lg\:-right-74p {
        right: -74px;
    }
    .lg\:-bottom-74p {
        bottom: -74px;
    }
    .lg\:-left-74p {
        left: -74px;
    }
    .lg\:-top-78p {
        top: -78px;
    }
    .lg\:-right-78p {
        right: -78px;
    }
    .lg\:-bottom-78p {
        bottom: -78px;
    }
    .lg\:-left-78p {
        left: -78px;
    }
    .lg\:-top-80p {
        top: -80px;
    }
    .lg\:-right-80p {
        right: -80px;
    }
    .lg\:-bottom-80p {
        bottom: -80px;
    }
    .lg\:-left-80p {
        left: -80px;
    }
    .lg\:-top-82p {
        top: -82px;
    }
    .lg\:-right-82p {
        right: -82px;
    }
    .lg\:-bottom-82p {
        bottom: -82px;
    }
    .lg\:-left-82p {
        left: -82px;
    }
    .lg\:-top-84p {
        top: -84px;
    }
    .lg\:-right-84p {
        right: -84px;
    }
    .lg\:-bottom-84p {
        bottom: -84px;
    }
    .lg\:-left-84p {
        left: -84px;
    }
    .lg\:-top-89p {
        top: -89px;
    }
    .lg\:-right-89p {
        right: -89px;
    }
    .lg\:-bottom-89p {
        bottom: -89px;
    }
    .lg\:-left-89p {
        left: -89px;
    }
    .lg\:-top-93p {
        top: -93px;
    }
    .lg\:-right-93p {
        right: -93px;
    }
    .lg\:-bottom-93p {
        bottom: -93px;
    }
    .lg\:-left-93p {
        left: -93px;
    }
    .lg\:-top-90p {
        top: -90px;
    }
    .lg\:-right-90p {
        right: -90px;
    }
    .lg\:-bottom-90p {
        bottom: -90px;
    }
    .lg\:-left-90p {
        left: -90px;
    }
    .lg\:-top-97p {
        top: -97px;
    }
    .lg\:-right-97p {
        right: -97px;
    }
    .lg\:-bottom-97p {
        bottom: -97px;
    }
    .lg\:-left-97p {
        left: -97px;
    }
    .lg\:-top-103p {
        top: -103px;
    }
    .lg\:-right-103p {
        right: -103px;
    }
    .lg\:-bottom-103p {
        bottom: -103px;
    }
    .lg\:-left-103p {
        left: -103px;
    }
    .lg\:-top-116p {
        top: -116px;
    }
    .lg\:-right-116p {
        right: -116px;
    }
    .lg\:-bottom-116p {
        bottom: -116px;
    }
    .lg\:-left-116p {
        left: -116px;
    }
    .lg\:-top-120p {
        top: -120px;
    }
    .lg\:-right-120p {
        right: -120px;
    }
    .lg\:-bottom-120p {
        bottom: -120px;
    }
    .lg\:-left-120p {
        left: -120px;
    }
    .lg\:-top-125p {
        top: -125px;
    }
    .lg\:-right-125p {
        right: -125px;
    }
    .lg\:-bottom-125p {
        bottom: -125px;
    }
    .lg\:-left-125p {
        left: -125px;
    }
    .lg\:-top-130p {
        top: -130px;
    }
    .lg\:-right-130p {
        right: -130px;
    }
    .lg\:-bottom-130p {
        bottom: -130px;
    }
    .lg\:-left-130p {
        left: -130px;
    }
    .lg\:-top-135p {
        top: -135px;
    }
    .lg\:-right-135p {
        right: -135px;
    }
    .lg\:-bottom-135p {
        bottom: -135px;
    }
    .lg\:-left-135p {
        left: -135px;
    }
    .lg\:-top-132p {
        top: -132px;
    }
    .lg\:-right-132p {
        right: -132px;
    }
    .lg\:-bottom-132p {
        bottom: -132px;
    }
    .lg\:-left-132p {
        left: -132px;
    }
    .lg\:-top-150p {
        top: -150px;
    }
    .lg\:-right-150p {
        right: -150px;
    }
    .lg\:-bottom-150p {
        bottom: -150px;
    }
    .lg\:-left-150p {
        left: -150px;
    }
    .lg\:-top-216p {
        top: -216px;
    }
    .lg\:-right-216p {
        right: -216px;
    }
    .lg\:-bottom-216p {
        bottom: -216px;
    }
    .lg\:-left-216p {
        left: -216px;
    }
    .lg\:-top-225p {
        top: -225px;
    }
    .lg\:-right-225p {
        right: -225px;
    }
    .lg\:-bottom-225p {
        bottom: -225px;
    }
    .lg\:-left-225p {
        left: -225px;
    }
    .lg\:-top-296p {
        top: -296px;
    }
    .lg\:-right-296p {
        right: -296px;
    }
    .lg\:-bottom-296p {
        bottom: -296px;
    }
    .lg\:-left-296p {
        left: -296px;
    }
    .lg\:-top-270p {
        top: -270px;
    }
    .lg\:-right-270p {
        right: -270px;
    }
    .lg\:-bottom-270p {
        bottom: -270px;
    }
    .lg\:-left-270p {
        left: -270px;
    }
    .lg\:-top-137p {
        top: -137px;
    }
    .lg\:-right-137p {
        right: -137px;
    }
    .lg\:-bottom-137p {
        bottom: -137px;
    }
    .lg\:-left-137p {
        left: -137px;
    }
    .lg\:-top-141p {
        top: -141px;
    }
    .lg\:-right-141p {
        right: -141px;
    }
    .lg\:-bottom-141p {
        bottom: -141px;
    }
    .lg\:-left-141p {
        left: -141px;
    }
    .lg\:-top-146p {
        top: -146px;
    }
    .lg\:-right-146p {
        right: -146px;
    }
    .lg\:-bottom-146p {
        bottom: -146px;
    }
    .lg\:-left-146p {
        left: -146px;
    }
    .lg\:-top-152p {
        top: -152px;
    }
    .lg\:-right-152p {
        right: -152px;
    }
    .lg\:-bottom-152p {
        bottom: -152px;
    }
    .lg\:-left-152p {
        left: -152px;
    }
    .lg\:-top-155p {
        top: -155px;
    }
    .lg\:-right-155p {
        right: -155px;
    }
    .lg\:-bottom-155p {
        bottom: -155px;
    }
    .lg\:-left-155p {
        left: -155px;
    }
    .lg\:-top-163p {
        top: -163px;
    }
    .lg\:-right-163p {
        right: -163px;
    }
    .lg\:-bottom-163p {
        bottom: -163px;
    }
    .lg\:-left-163p {
        left: -163px;
    }
    .lg\:-top-168p {
        top: -168px;
    }
    .lg\:-right-168p {
        right: -168px;
    }
    .lg\:-bottom-168p {
        bottom: -168px;
    }
    .lg\:-left-168p {
        left: -168px;
    }
    .lg\:-top-173p {
        top: -173px;
    }
    .lg\:-right-173p {
        right: -173px;
    }
    .lg\:-bottom-173p {
        bottom: -173px;
    }
    .lg\:-left-173p {
        left: -173px;
    }
    .lg\:-top-210p {
        top: -210px;
    }
    .lg\:-right-210p {
        right: -210px;
    }
    .lg\:-bottom-210p {
        bottom: -210px;
    }
    .lg\:-left-210p {
        left: -210px;
    }
    .lg\:-top-245p {
        top: -245px;
    }
    .lg\:-right-245p {
        right: -245px;
    }
    .lg\:-bottom-245p {
        bottom: -245px;
    }
    .lg\:-left-245p {
        left: -245px;
    }
    .lg\:-top-250p {
        top: -250px;
    }
    .lg\:-right-250p {
        right: -250px;
    }
    .lg\:-bottom-250p {
        bottom: -250px;
    }
    .lg\:-left-250p {
        left: -250px;
    }
    .lg\:-top-260p {
        top: -260px;
    }
    .lg\:-right-260p {
        right: -260px;
    }
    .lg\:-bottom-260p {
        bottom: -260px;
    }
    .lg\:-left-260p {
        left: -260px;
    }
    .lg\:-top-263p {
        top: -263px;
    }
    .lg\:-right-263p {
        right: -263px;
    }
    .lg\:-bottom-263p {
        bottom: -263px;
    }
    .lg\:-left-263p {
        left: -263px;
    }
    .lg\:-top-266p {
        top: -266px;
    }
    .lg\:-right-266p {
        right: -266px;
    }
    .lg\:-bottom-266p {
        bottom: -266px;
    }
    .lg\:-left-266p {
        left: -266px;
    }
    .lg\:-top-275p {
        top: -275px;
    }
    .lg\:-right-275p {
        right: -275px;
    }
    .lg\:-bottom-275p {
        bottom: -275px;
    }
    .lg\:-left-275p {
        left: -275px;
    }
    .lg\:-top-300p {
        top: -300px;
    }
    .lg\:-right-300p {
        right: -300px;
    }
    .lg\:-bottom-300p {
        bottom: -300px;
    }
    .lg\:-left-300p {
        left: -300px;
    }
    .lg\:-top-312p {
        top: -312px;
    }
    .lg\:-right-312p {
        right: -312px;
    }
    .lg\:-bottom-312p {
        bottom: -312px;
    }
    .lg\:-left-312p {
        left: -312px;
    }
    .lg\:-top-318p {
        top: -318px;
    }
    .lg\:-right-318p {
        right: -318px;
    }
    .lg\:-bottom-318p {
        bottom: -318px;
    }
    .lg\:-left-318p {
        left: -318px;
    }
    .lg\:-top-322p {
        top: -322px;
    }
    .lg\:-right-322p {
        right: -322px;
    }
    .lg\:-bottom-322p {
        bottom: -322px;
    }
    .lg\:-left-322p {
        left: -322px;
    }
    .lg\:-top-337p {
        top: -337px;
    }
    .lg\:-right-337p {
        right: -337px;
    }
    .lg\:-bottom-337p {
        bottom: -337px;
    }
    .lg\:-left-337p {
        left: -337px;
    }
    .lg\:-top-345p {
        top: -345px;
    }
    .lg\:-right-345p {
        right: -345px;
    }
    .lg\:-bottom-345p {
        bottom: -345px;
    }
    .lg\:-left-345p {
        left: -345px;
    }
    .lg\:-top-344p {
        top: -344px;
    }
    .lg\:-right-344p {
        right: -344px;
    }
    .lg\:-bottom-344p {
        bottom: -344px;
    }
    .lg\:-left-344p {
        left: -344px;
    }
    .lg\:-top-354p {
        top: -354px;
    }
    .lg\:-right-354p {
        right: -354px;
    }
    .lg\:-bottom-354p {
        bottom: -354px;
    }
    .lg\:-left-354p {
        left: -354px;
    }
    .lg\:-top-364p {
        top: -364px;
    }
    .lg\:-right-364p {
        right: -364px;
    }
    .lg\:-bottom-364p {
        bottom: -364px;
    }
    .lg\:-left-364p {
        left: -364px;
    }
    .lg\:-top-370p {
        top: -370px;
    }
    .lg\:-right-370p {
        right: -370px;
    }
    .lg\:-bottom-370p {
        bottom: -370px;
    }
    .lg\:-left-370p {
        left: -370px;
    }
    .lg\:-top-382p {
        top: -382px;
    }
    .lg\:-right-382p {
        right: -382px;
    }
    .lg\:-bottom-382p {
        bottom: -382px;
    }
    .lg\:-left-382p {
        left: -382px;
    }
    .lg\:-top-385p {
        top: -385px;
    }
    .lg\:-right-385p {
        right: -385px;
    }
    .lg\:-bottom-385p {
        bottom: -385px;
    }
    .lg\:-left-385p {
        left: -385px;
    }
    .lg\:-top-400p {
        top: -400px;
    }
    .lg\:-right-400p {
        right: -400px;
    }
    .lg\:-bottom-400p {
        bottom: -400px;
    }
    .lg\:-left-400p {
        left: -400px;
    }
    .lg\:-top-407p {
        top: -407px;
    }
    .lg\:-right-407p {
        right: -407px;
    }
    .lg\:-bottom-407p {
        bottom: -407px;
    }
    .lg\:-left-407p {
        left: -407px;
    }
    .lg\:-top-411p {
        top: -411px;
    }
    .lg\:-right-411p {
        right: -411px;
    }
    .lg\:-bottom-411p {
        bottom: -411px;
    }
    .lg\:-left-411p {
        left: -411px;
    }
    .lg\:-top-418p {
        top: -418px;
    }
    .lg\:-right-418p {
        right: -418px;
    }
    .lg\:-bottom-418p {
        bottom: -418px;
    }
    .lg\:-left-418p {
        left: -418px;
    }
    .lg\:-top-430p {
        top: -430px;
    }
    .lg\:-right-430p {
        right: -430px;
    }
    .lg\:-bottom-430p {
        bottom: -430px;
    }
    .lg\:-left-430p {
        left: -430px;
    }
    .lg\:-top-450p {
        top: -450px;
    }
    .lg\:-right-450p {
        right: -450px;
    }
    .lg\:-bottom-450p {
        bottom: -450px;
    }
    .lg\:-left-450p {
        left: -450px;
    }
    .lg\:-top-468p {
        top: -468px;
    }
    .lg\:-right-468p {
        right: -468px;
    }
    .lg\:-bottom-468p {
        bottom: -468px;
    }
    .lg\:-left-468p {
        left: -468px;
    }
    .lg\:-top-485p {
        top: -485px;
    }
    .lg\:-right-485p {
        right: -485px;
    }
    .lg\:-bottom-485p {
        bottom: -485px;
    }
    .lg\:-left-485p {
        left: -485px;
    }
    .lg\:-top-491p {
        top: -491px;
    }
    .lg\:-right-491p {
        right: -491px;
    }
    .lg\:-bottom-491p {
        bottom: -491px;
    }
    .lg\:-left-491p {
        left: -491px;
    }
    .lg\:-top-494p {
        top: -494px;
    }
    .lg\:-right-494p {
        right: -494px;
    }
    .lg\:-bottom-494p {
        bottom: -494px;
    }
    .lg\:-left-494p {
        left: -494px;
    }
    .lg\:-top-470p {
        top: -470px;
    }
    .lg\:-right-470p {
        right: -470px;
    }
    .lg\:-bottom-470p {
        bottom: -470px;
    }
    .lg\:-left-470p {
        left: -470px;
    }
    .lg\:-top-480p {
        top: -480px;
    }
    .lg\:-right-480p {
        right: -480px;
    }
    .lg\:-bottom-480p {
        bottom: -480px;
    }
    .lg\:-left-480p {
        left: -480px;
    }
    .lg\:-top-532p {
        top: -532px;
    }
    .lg\:-right-532p {
        right: -532px;
    }
    .lg\:-bottom-532p {
        bottom: -532px;
    }
    .lg\:-left-532p {
        left: -532px;
    }
    .lg\:-top-556p {
        top: -556px;
    }
    .lg\:-right-556p {
        right: -556px;
    }
    .lg\:-bottom-556p {
        bottom: -556px;
    }
    .lg\:-left-556p {
        left: -556px;
    }
    .lg\:-top-505p {
        top: -505px;
    }
    .lg\:-right-505p {
        right: -505px;
    }
    .lg\:-bottom-505p {
        bottom: -505px;
    }
    .lg\:-left-505p {
        left: -505px;
    }
    .lg\:-top-1179p {
        top: -1179px;
    }
    .lg\:-right-1179p {
        right: -1179px;
    }
    .lg\:-bottom-1179p {
        bottom: -1179px;
    }
    .lg\:-left-1179p {
        left: -1179px;
    }
    .lg\:-top-1253p {
        top: -1253px;
    }
    .lg\:-right-1253p {
        right: -1253px;
    }
    .lg\:-bottom-1253p {
        bottom: -1253px;
    }
    .lg\:-left-1253p {
        left: -1253px;
    }
    .lg\:-top-1575p {
        top: -1575px;
    }
    .lg\:-right-1575p {
        right: -1575px;
    }
    .lg\:-bottom-1575p {
        bottom: -1575px;
    }
    .lg\:-left-1575p {
        left: -1575px;
    }
    .lg\:-top-600p {
        top: -600px;
    }
    .lg\:-right-600p {
        right: -600px;
    }
    .lg\:-bottom-600p {
        bottom: -600px;
    }
    .lg\:-left-600p {
        left: -600px;
    }
    .lg\:-top-649p {
        top: -649px;
    }
    .lg\:-right-649p {
        right: -649px;
    }
    .lg\:-bottom-649p {
        bottom: -649px;
    }
    .lg\:-left-649p {
        left: -649px;
    }
    .lg\:-top-690p {
        top: -690px;
    }
    .lg\:-right-690p {
        right: -690px;
    }
    .lg\:-bottom-690p {
        bottom: -690px;
    }
    .lg\:-left-690p {
        left: -690px;
    }
    .lg\:-top-19\% {
        top: -19%;
    }
    .lg\:-right-19\% {
        right: -19%;
    }
    .lg\:-bottom-19\% {
        bottom: -19%;
    }
    .lg\:-left-19\% {
        left: -19%;
    }
    .lg\:-top-23\% {
        top: -23%;
    }
    .lg\:-right-23\% {
        right: -23%;
    }
    .lg\:-bottom-23\% {
        bottom: -23%;
    }
    .lg\:-left-23\% {
        left: -23%;
    }
    .lg\:-top-24\% {
        top: -24%;
    }
    .lg\:-right-24\% {
        right: -24%;
    }
    .lg\:-bottom-24\% {
        bottom: -24%;
    }
    .lg\:-left-24\% {
        left: -24%;
    }
    .lg\:-top-36\% {
        top: -36%;
    }
    .lg\:-right-36\% {
        right: -36%;
    }
    .lg\:-bottom-36\% {
        bottom: -36%;
    }
    .lg\:-left-36\% {
        left: -36%;
    }
    .lg\:-top-27\% {
        top: -27%;
    }
    .lg\:-right-27\% {
        right: -27%;
    }
    .lg\:-bottom-27\% {
        bottom: -27%;
    }
    .lg\:-left-27\% {
        left: -27%;
    }
    .lg\:-top-28\% {
        top: -28%;
    }
    .lg\:-right-28\% {
        right: -28%;
    }
    .lg\:-bottom-28\% {
        bottom: -28%;
    }
    .lg\:-left-28\% {
        left: -28%;
    }
    .lg\:-top-42\% {
        top: -42%;
    }
    .lg\:-right-42\% {
        right: -42%;
    }
    .lg\:-bottom-42\% {
        bottom: -42%;
    }
    .lg\:-left-42\% {
        left: -42%;
    }
    .lg\:-top-46\% {
        top: -46%;
    }
    .lg\:-right-46\% {
        right: -46%;
    }
    .lg\:-bottom-46\% {
        bottom: -46%;
    }
    .lg\:-left-46\% {
        left: -46%;
    }
    .lg\:-top-49\% {
        top: -49%;
    }
    .lg\:-right-49\% {
        right: -49%;
    }
    .lg\:-bottom-49\% {
        bottom: -49%;
    }
    .lg\:-left-49\% {
        left: -49%;
    }
    .lg\:-top-54\% {
        top: -54%;
    }
    .lg\:-right-54\% {
        right: -54%;
    }
    .lg\:-bottom-54\% {
        bottom: -54%;
    }
    .lg\:-left-54\% {
        left: -54%;
    }
    .lg\:-top-58\% {
        top: -58%;
    }
    .lg\:-right-58\% {
        right: -58%;
    }
    .lg\:-bottom-58\% {
        bottom: -58%;
    }
    .lg\:-left-58\% {
        left: -58%;
    }
    .lg\:-top-72\% {
        top: -72%;
    }
    .lg\:-right-72\% {
        right: -72%;
    }
    .lg\:-bottom-72\% {
        bottom: -72%;
    }
    .lg\:-left-72\% {
        left: -72%;
    }
    .lg\:-top-76\% {
        top: -76%;
    }
    .lg\:-right-76\% {
        right: -76%;
    }
    .lg\:-bottom-76\% {
        bottom: -76%;
    }
    .lg\:-left-76\% {
        left: -76%;
    }
    .lg\:-top-77\% {
        top: -77%;
    }
    .lg\:-right-77\% {
        right: -77%;
    }
    .lg\:-bottom-77\% {
        bottom: -77%;
    }
    .lg\:-left-77\% {
        left: -77%;
    }
    .lg\:-top-340p {
        top: -340px;
    }
    .lg\:-right-340p {
        right: -340px;
    }
    .lg\:-bottom-340p {
        bottom: -340px;
    }
    .lg\:-left-340p {
        left: -340px;
    }
    .lg\:-top-700p {
        top: -700px;
    }
    .lg\:-right-700p {
        right: -700px;
    }
    .lg\:-bottom-700p {
        bottom: -700px;
    }
    .lg\:-left-700p {
        left: -700px;
    }
    .lg\:-top-848p {
        top: -848px;
    }
    .lg\:-right-848p {
        right: -848px;
    }
    .lg\:-bottom-848p {
        bottom: -848px;
    }
    .lg\:-left-848p {
        left: -848px;
    }
    .lg\:-top-850p {
        top: -850px;
    }
    .lg\:-right-850p {
        right: -850px;
    }
    .lg\:-bottom-850p {
        bottom: -850px;
    }
    .lg\:-left-850p {
        left: -850px;
    }
    .lg\:-top-860p {
        top: -860px;
    }
    .lg\:-right-860p {
        right: -860px;
    }
    .lg\:-bottom-860p {
        bottom: -860px;
    }
    .lg\:-left-860p {
        left: -860px;
    }
    .lg\:-top-1425p {
        top: -1425px;
    }
    .lg\:-right-1425p {
        right: -1425px;
    }
    .lg\:-bottom-1425p {
        bottom: -1425px;
    }
    .lg\:-left-1425p {
        left: -1425px;
    }
    .lg\:top-1\/2 {
        top: 50%;
    }
    .lg\:right-1\/2 {
        right: 50%;
    }
    .lg\:bottom-1\/2 {
        bottom: 50%;
    }
    .lg\:left-1\/2 {
        left: 50%;
    }
    .lg\:top-1\/3 {
        top: 33.333333%;
    }
    .lg\:right-1\/3 {
        right: 33.333333%;
    }
    .lg\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .lg\:left-1\/3 {
        left: 33.333333%;
    }
    .lg\:top-2\/3 {
        top: 66.666667%;
    }
    .lg\:right-2\/3 {
        right: 66.666667%;
    }
    .lg\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .lg\:left-2\/3 {
        left: 66.666667%;
    }
    .lg\:top-1\/4 {
        top: 25%;
    }
    .lg\:right-1\/4 {
        right: 25%;
    }
    .lg\:bottom-1\/4 {
        bottom: 25%;
    }
    .lg\:left-1\/4 {
        left: 25%;
    }
    .lg\:top-2\/4 {
        top: 50%;
    }
    .lg\:right-2\/4 {
        right: 50%;
    }
    .lg\:bottom-2\/4 {
        bottom: 50%;
    }
    .lg\:left-2\/4 {
        left: 50%;
    }
    .lg\:top-3\/4 {
        top: 75%;
    }
    .lg\:right-3\/4 {
        right: 75%;
    }
    .lg\:bottom-3\/4 {
        bottom: 75%;
    }
    .lg\:left-3\/4 {
        left: 75%;
    }
    .lg\:top-full {
        top: 100%;
    }
    .lg\:right-full {
        right: 100%;
    }
    .lg\:bottom-full {
        bottom: 100%;
    }
    .lg\:left-full {
        left: 100%;
    }
    .lg\:-top-1\/2 {
        top: -50%;
    }
    .lg\:-right-1\/2 {
        right: -50%;
    }
    .lg\:-bottom-1\/2 {
        bottom: -50%;
    }
    .lg\:-left-1\/2 {
        left: -50%;
    }
    .lg\:-top-1\/3 {
        top: -33.333333%;
    }
    .lg\:-right-1\/3 {
        right: -33.333333%;
    }
    .lg\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .lg\:-left-1\/3 {
        left: -33.333333%;
    }
    .lg\:-top-2\/3 {
        top: -66.666667%;
    }
    .lg\:-right-2\/3 {
        right: -66.666667%;
    }
    .lg\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .lg\:-left-2\/3 {
        left: -66.666667%;
    }
    .lg\:-top-1\/4 {
        top: -25%;
    }
    .lg\:-right-1\/4 {
        right: -25%;
    }
    .lg\:-bottom-1\/4 {
        bottom: -25%;
    }
    .lg\:-left-1\/4 {
        left: -25%;
    }
    .lg\:-top-2\/4 {
        top: -50%;
    }
    .lg\:-right-2\/4 {
        right: -50%;
    }
    .lg\:-bottom-2\/4 {
        bottom: -50%;
    }
    .lg\:-left-2\/4 {
        left: -50%;
    }
    .lg\:-top-3\/4 {
        top: -75%;
    }
    .lg\:-right-3\/4 {
        right: -75%;
    }
    .lg\:-bottom-3\/4 {
        bottom: -75%;
    }
    .lg\:-left-3\/4 {
        left: -75%;
    }
    .lg\:-top-full {
        top: -100%;
    }
    .lg\:-right-full {
        right: -100%;
    }
    .lg\:-bottom-full {
        bottom: -100%;
    }
    .lg\:-left-full {
        left: -100%;
    }
    .lg\:resize-none {
        resize: none;
    }
    .lg\:resize-y {
        resize: vertical;
    }
    .lg\:resize-x {
        resize: horizontal;
    }
    .lg\:resize {
        resize: both;
    }
    .lg\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .lg\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:ring-inset {
        --tw-ring-inset: inset;
    }
    .lg\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .lg\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .lg\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .lg\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .lg\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .lg\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .lg\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .lg\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .lg\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .lg\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .lg\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .lg\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .lg\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .lg\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .lg\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .lg\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .lg\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .lg\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .lg\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .lg\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .lg\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .lg\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .lg\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .lg\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .lg\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .lg\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .lg\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .lg\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .lg\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .lg\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .lg\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .lg\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .lg\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .lg\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .lg\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .lg\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .lg\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .lg\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .lg\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .lg\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .lg\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .lg\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .lg\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .lg\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .lg\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .lg\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .lg\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .lg\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .lg\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .lg\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .lg\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .lg\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .lg\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .lg\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .lg\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .lg\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .lg\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .lg\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .lg\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .lg\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .lg\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .lg\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .lg\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .lg\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .lg\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .lg\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .lg\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .lg\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .lg\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .lg\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .lg\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .lg\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .lg\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .lg\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .lg\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .lg\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .lg\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .lg\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .lg\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .lg\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .lg\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .lg\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .lg\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .lg\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .lg\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .lg\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .lg\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .lg\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .lg\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .lg\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .lg\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .lg\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .lg\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .lg\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .lg\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .lg\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .lg\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .lg\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .lg\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .lg\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .lg\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .lg\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .lg\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .lg\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .lg\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .lg\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .lg\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .lg\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .lg\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .lg\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .lg\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .lg\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .lg\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .lg\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .lg\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .lg\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .lg\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .lg\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .lg\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .lg\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .lg\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .lg\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .lg\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .lg\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .lg\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .lg\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .lg\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .lg\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .lg\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .lg\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .lg\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .lg\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .lg\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .lg\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .lg\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .lg\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .lg\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .lg\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .lg\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .lg\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .lg\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .lg\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .lg\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .lg\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .lg\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .lg\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .lg\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .lg\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .lg\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .lg\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .lg\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .lg\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .lg\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .lg\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .lg\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .lg\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .lg\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .lg\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .lg\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .lg\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .lg\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .lg\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .lg\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .lg\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .lg\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .lg\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .lg\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .lg\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .lg\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .lg\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .lg\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .lg\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .lg\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .lg\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .lg\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .lg\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .lg\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .lg\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .lg\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .lg\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .lg\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .lg\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .lg\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .lg\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .lg\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .lg\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .lg\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .lg\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .lg\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .lg\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .lg\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .lg\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .lg\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .lg\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .lg\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .lg\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .lg\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .lg\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .lg\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .lg\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .lg\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .lg\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .lg\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .lg\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .lg\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .lg\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .lg\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .lg\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .lg\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .lg\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .lg\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .lg\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .lg\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .lg\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .lg\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .lg\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .lg\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .lg\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .lg\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .lg\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .lg\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .lg\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .lg\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .lg\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .lg\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .lg\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .lg\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .lg\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .lg\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .lg\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .lg\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .lg\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .lg\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .lg\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .lg\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .lg\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .lg\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .lg\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .lg\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .lg\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .lg\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .lg\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .lg\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .lg\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .lg\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .lg\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .lg\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .lg\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .lg\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .lg\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .lg\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .lg\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .lg\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .lg\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .lg\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .lg\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .lg\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .lg\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .lg\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .lg\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .lg\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .lg\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .lg\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .lg\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .lg\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .lg\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .lg\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .lg\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .lg\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .lg\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .lg\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .lg\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .lg\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .lg\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .lg\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .lg\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .lg\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .lg\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .lg\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .lg\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .lg\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .lg\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .lg\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .lg\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .lg\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .lg\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .lg\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .lg\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .lg\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .lg\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .lg\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .lg\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .lg\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .lg\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .lg\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .lg\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .lg\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .lg\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .lg\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .lg\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .lg\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .lg\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .lg\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .lg\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .lg\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .lg\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .lg\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .lg\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .lg\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .lg\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .lg\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .lg\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .lg\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .lg\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .lg\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .lg\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .lg\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .lg\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .lg\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .lg\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .lg\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .lg\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .lg\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .lg\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .lg\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .lg\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .lg\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .lg\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .lg\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .lg\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .lg\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .lg\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .lg\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .lg\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .lg\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .lg\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .lg\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .lg\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .lg\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .lg\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .lg\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .lg\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .lg\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .lg\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .lg\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .lg\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .lg\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .lg\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .lg\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .lg\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .lg\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .lg\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .lg\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .lg\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .lg\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .lg\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .lg\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .lg\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .lg\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .lg\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .lg\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .lg\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .lg\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .lg\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .lg\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .lg\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .lg\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .lg\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .lg\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .lg\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .lg\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .lg\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .lg\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .lg\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .lg\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .lg\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .lg\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .lg\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .lg\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .lg\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .lg\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .lg\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .lg\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .lg\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .lg\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .lg\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .lg\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .lg\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .lg\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .lg\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .lg\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .lg\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .lg\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .lg\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .lg\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .lg\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .lg\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .lg\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .lg\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .lg\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .lg\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .lg\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .lg\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .lg\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .lg\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .lg\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .lg\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .lg\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .lg\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .lg\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .lg\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .lg\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .lg\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .lg\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .lg\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .lg\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .lg\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .lg\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .lg\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .lg\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .lg\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .lg\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .lg\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .lg\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .lg\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .lg\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .lg\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .lg\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .lg\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .lg\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .lg\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .lg\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .lg\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .lg\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .lg\:ring-current {
        --tw-ring-color: currentColor;
    }
    .lg\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .lg\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .lg\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .lg\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .lg\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .lg\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .lg\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .lg\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .lg\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .lg\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .lg\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .lg\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .lg\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .lg\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .lg\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .lg\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .lg\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .lg\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .lg\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .lg\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .lg\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .lg\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .lg\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .lg\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .lg\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .lg\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .lg\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .lg\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .lg\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .lg\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .lg\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .lg\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .lg\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .lg\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .lg\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .lg\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .lg\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .lg\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .lg\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .lg\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .lg\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .lg\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .lg\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .lg\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .lg\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .lg\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .lg\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .lg\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .lg\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .lg\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .lg\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .lg\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .lg\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .lg\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .lg\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .lg\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .lg\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .lg\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .lg\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .lg\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .lg\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .lg\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .lg\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .lg\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .lg\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .lg\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .lg\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .lg\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .lg\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .lg\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .lg\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .lg\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .lg\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .lg\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .lg\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .lg\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .lg\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .lg\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .lg\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .lg\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .lg\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .lg\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .lg\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .lg\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .lg\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .lg\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .lg\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .lg\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .lg\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .lg\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .lg\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .lg\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .lg\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .lg\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .lg\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .lg\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .lg\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .lg\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .lg\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .lg\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .lg\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .lg\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .lg\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .lg\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .lg\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .lg\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .lg\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .lg\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .lg\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .lg\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .lg\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .lg\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .lg\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .lg\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .lg\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .lg\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .lg\:fill-current {
        fill: currentColor;
    }
    .lg\:stroke-current {
        stroke: currentColor;
    }
    .lg\:stroke-0 {
        stroke-width: 0;
    }
    .lg\:stroke-1 {
        stroke-width: 1;
    }
    .lg\:stroke-2 {
        stroke-width: 2;
    }
    .lg\:table-auto {
        table-layout: auto;
    }
    .lg\:table-fixed {
        table-layout: fixed;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-right {
        text-align: right;
    }
    .lg\:text-justify {
        text-align: justify;
    }
    .lg\:text-transparent {
        color: transparent;
    }
    .lg\:text-current {
        color: currentColor;
    }
    .lg\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .lg\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .lg\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .lg\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .lg\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .lg\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .lg\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .lg\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .lg\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .lg\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .lg\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .lg\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .lg\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .lg\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .lg\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .lg\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .lg\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .lg\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .lg\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .lg\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .lg\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .lg\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .lg\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .lg\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .lg\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .lg\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .lg\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .lg\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .lg\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .lg\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .lg\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .lg\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .lg\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .lg\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .lg\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .lg\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .lg\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .lg\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .lg\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .lg\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .lg\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .lg\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .lg\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .lg\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .lg\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .lg\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .lg\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .lg\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .lg\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .lg\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .lg\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .lg\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .lg\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .lg\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .lg\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .lg\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .lg\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .lg\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .lg\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .lg\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .lg\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .lg\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .lg\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .lg\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .lg\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .lg\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .lg\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .lg\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .lg\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .lg\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .lg\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .lg\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .lg\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .lg\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .lg\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .lg\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .lg\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .lg\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .lg\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .lg\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .lg\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .lg\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .lg\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .lg\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .lg\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .lg\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .lg\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .lg\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .lg\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .lg\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .lg\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .lg\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .lg\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .lg\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .lg\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .lg\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .lg\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .lg\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .lg\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .lg\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .lg\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .lg\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .lg\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .lg\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .lg\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .lg\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .lg\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .lg\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .lg\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .lg\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .lg\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .lg\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .lg\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .lg\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .lg\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .lg\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .lg\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .lg\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .lg\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .lg\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .lg\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .lg\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .lg\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .lg\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .lg\:text-gray-21 {
        color: #c5c5c5;
    }
    .lg\:text-gray-22 {
        color: #bfbfbf;
    }
    .lg\:text-gray-23 {
        color: #eee;
    }
    .lg\:text-gray-24 {
        color: #b7b7b7;
    }
    .lg\:text-gray-25 {
        color: #f0f0f0;
    }
    .lg\:text-gray-26 {
        color: #efefef;
    }
    .lg\:text-gray-27 {
        color: #bababa;
    }
    .lg\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .lg\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .lg\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .lg\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .lg\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .lg\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .lg\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .lg\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .lg\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .lg\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .lg\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .lg\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .lg\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .lg\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .lg\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .lg\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .lg\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .lg\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .lg\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .lg\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .lg\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .lg\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .lg\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .lg\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .lg\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .lg\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-transparent:hover {
        color: transparent;
    }
    .lg\:hover\:text-current:hover {
        color: currentColor;
    }
    .lg\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .lg\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .lg\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .lg\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .lg\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .lg\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .lg\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .lg\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .lg\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .lg\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .lg\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .lg\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .lg\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .lg\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .lg\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .lg\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .lg\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .lg\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .lg\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .lg\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .lg\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .lg\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .lg\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-transparent:focus {
        color: transparent;
    }
    .lg\:focus\:text-current:focus {
        color: currentColor;
    }
    .lg\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .lg\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .lg\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .lg\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .lg\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .lg\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .lg\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .lg\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .lg\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .lg\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .lg\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .lg\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .lg\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .lg\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .lg\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .lg\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .lg\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .lg\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .lg\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .lg\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .lg\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .lg\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .lg\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .lg\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .lg\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .lg\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .lg\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .lg\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .lg\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .lg\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .lg\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .lg\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .lg\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .lg\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .lg\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .lg\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .lg\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .lg\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .lg\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .lg\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .lg\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .lg\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .lg\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .lg\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .lg\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .lg\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .lg\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .lg\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .lg\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .lg\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .lg\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .lg\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .lg\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .lg\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .lg\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .lg\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .lg\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .lg\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .lg\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .lg\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .lg\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .lg\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .lg\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .lg\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .lg\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .lg\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .lg\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .lg\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .lg\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .lg\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .lg\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .lg\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .lg\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .lg\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .lg\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .lg\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .lg\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .lg\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .lg\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .lg\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .lg\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .lg\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .lg\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .lg\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .lg\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .lg\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .lg\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .lg\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .lg\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .lg\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .lg\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .lg\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .lg\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .lg\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .lg\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .lg\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .lg\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .lg\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .lg\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .lg\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .lg\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .lg\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lg\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .lg\:overflow-clip {
        text-overflow: clip;
    }
    .lg\:italic {
        font-style: italic;
    }
    .lg\:not-italic {
        font-style: normal;
    }
    .lg\:uppercase {
        text-transform: uppercase;
    }
    .lg\:lowercase {
        text-transform: lowercase;
    }
    .lg\:capitalize {
        text-transform: capitalize;
    }
    .lg\:normal-case {
        text-transform: none;
    }
    .lg\:underline {
        text-decoration: underline;
    }
    .lg\:line-through {
        text-decoration: line-through;
    }
    .lg\:no-underline {
        text-decoration: none;
    }
    .group:hover .lg\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .lg\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .lg\:group-hover\:no-underline {
        text-decoration: none;
    }
    .lg\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .lg\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .lg\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .lg\:hover\:underline:hover {
        text-decoration: underline;
    }
    .lg\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .lg\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .lg\:focus\:underline:focus {
        text-decoration: underline;
    }
    .lg\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .lg\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .lg\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .lg\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .lg\:diagonal-fractions,
    .lg\:lining-nums,
    .lg\:oldstyle-nums,
    .lg\:ordinal,
    .lg\:proportional-nums,
    .lg\:slashed-zero,
    .lg\:stacked-fractions,
    .lg\:tabular-nums {
        --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
        --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
            var(--tw-numeric-figure) var(--tw-numeric-spacing)
            var(--tw-numeric-fraction);
    }
    .lg\:normal-nums {
        font-variant-numeric: normal;
    }
    .lg\:ordinal {
        --tw-ordinal: ordinal;
    }
    .lg\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .lg\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .lg\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .lg\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .lg\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .lg\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .lg\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .lg\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .lg\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .lg\:tracking-normal {
        letter-spacing: 0;
    }
    .lg\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .lg\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .lg\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .lg\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .lg\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .lg\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .lg\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .lg\:align-baseline {
        vertical-align: baseline;
    }
    .lg\:align-top {
        vertical-align: top;
    }
    .lg\:align-middle {
        vertical-align: middle;
    }
    .lg\:align-bottom {
        vertical-align: bottom;
    }
    .lg\:align-text-top {
        vertical-align: text-top;
    }
    .lg\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .lg\:visible {
        visibility: visible;
    }
    .lg\:invisible {
        visibility: hidden;
    }
    .lg\:whitespace-normal {
        white-space: normal;
    }
    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }
    .lg\:whitespace-pre {
        white-space: pre;
    }
    .lg\:whitespace-pre-line {
        white-space: pre-line;
    }
    .lg\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .lg\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .lg\:break-words {
        overflow-wrap: break-word;
    }
    .lg\:break-all {
        word-break: break-all;
    }
    .lg\:w-0 {
        width: 0;
    }
    .lg\:w-1 {
        width: 0.25rem;
    }
    .lg\:w-2 {
        width: 0.5rem;
    }
    .lg\:w-3 {
        width: 0.75rem;
    }
    .lg\:w-4 {
        width: 1rem;
    }
    .lg\:w-5 {
        width: 1.25rem;
    }
    .lg\:w-6 {
        width: 1.5rem;
    }
    .lg\:w-7 {
        width: 1.75rem;
    }
    .lg\:w-8 {
        width: 2rem;
    }
    .lg\:w-9 {
        width: 2.25rem;
    }
    .lg\:w-10 {
        width: 2.5rem;
    }
    .lg\:w-11 {
        width: 2.75rem;
    }
    .lg\:w-12 {
        width: 3rem;
    }
    .lg\:w-14 {
        width: 3.5rem;
    }
    .lg\:w-16 {
        width: 4rem;
    }
    .lg\:w-20 {
        width: 5rem;
    }
    .lg\:w-23 {
        width: 88px;
    }
    .lg\:w-24 {
        width: 6rem;
    }
    .lg\:w-25 {
        width: 100px;
    }
    .lg\:w-28 {
        width: 7rem;
    }
    .lg\:w-29 {
        width: 120px;
    }
    .lg\:w-32 {
        width: 8rem;
    }
    .lg\:w-33 {
        width: 130px;
    }
    .lg\:w-36 {
        width: 9rem;
    }
    .lg\:w-40 {
        width: 10rem;
    }
    .lg\:w-44 {
        width: 11rem;
    }
    .lg\:w-48 {
        width: 12rem;
    }
    .lg\:w-52 {
        width: 13rem;
    }
    .lg\:w-56 {
        width: 14rem;
    }
    .lg\:w-60 {
        width: 15rem;
    }
    .lg\:w-63 {
        width: 270px;
    }
    .lg\:w-64 {
        width: 16rem;
    }
    .lg\:w-72 {
        width: 18rem;
    }
    .lg\:w-80 {
        width: 20rem;
    }
    .lg\:w-92 {
        width: 475px;
    }
    .lg\:w-96 {
        width: 24rem;
    }
    .lg\:w-128 {
        width: 32rem;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-px {
        width: 1px;
    }
    .lg\:w-0\.5 {
        width: 0.125rem;
    }
    .lg\:w-1\.5 {
        width: 0.375rem;
    }
    .lg\:w-2\.5 {
        width: 0.625rem;
    }
    .lg\:w-3\.5 {
        width: 0.875rem;
    }
    .lg\:w-105p {
        width: 105px;
    }
    .lg\:w-50p {
        width: 50px;
    }
    .lg\:w-54p {
        width: 54px;
    }
    .lg\:w-1p {
        width: 1px;
    }
    .lg\:w-2p {
        width: 2px;
    }
    .lg\:w-3p {
        width: 3px;
    }
    .lg\:w-5p {
        width: 5px;
    }
    .lg\:w-7p {
        width: 7px;
    }
    .lg\:w-9p {
        width: 9px;
    }
    .lg\:w-10p {
        width: 10px;
    }
    .lg\:w-11p {
        width: 11px;
    }
    .lg\:w-13p {
        width: 13px;
    }
    .lg\:w-15p {
        width: 15px;
    }
    .lg\:w-18p {
        width: 18px;
    }
    .lg\:w-19p {
        width: 19px;
    }
    .lg\:w-21p {
        width: 21px;
    }
    .lg\:w-22p {
        width: 22px;
    }
    .lg\:w-23p {
        width: 23px;
    }
    .lg\:w-25p {
        width: 25px;
    }
    .lg\:w-26p {
        width: 26px;
    }
    .lg\:w-29p {
        width: 29px;
    }
    .lg\:w-30p {
        width: 30px;
    }
    .lg\:w-31p {
        width: 31px;
    }
    .lg\:w-35p {
        width: 35px;
    }
    .lg\:w-52p {
        width: 52px;
    }
    .lg\:w-53p {
        width: 53px;
    }
    .lg\:w-55p {
        width: 55px;
    }
    .lg\:w-59p {
        width: 59px;
    }
    .lg\:w-27p {
        width: 27px;
    }
    .lg\:w-33\.5p {
        width: 33.5px;
    }
    .lg\:w-38p {
        width: 38px;
    }
    .lg\:w-40p {
        width: 40px;
    }
    .lg\:w-46p {
        width: 46px;
    }
    .lg\:w-47p {
        width: 47px;
    }
    .lg\:w-49p {
        width: 49px;
    }
    .lg\:w-58p {
        width: 58px;
    }
    .lg\:w-75p {
        width: 75px;
    }
    .lg\:w-77p {
        width: 77px;
    }
    .lg\:w-60p {
        width: 60px;
    }
    .lg\:w-65p {
        width: 65px;
    }
    .lg\:w-66p {
        width: 66px;
    }
    .lg\:w-68p {
        width: 68px;
    }
    .lg\:w-70p {
        width: 70px;
    }
    .lg\:w-72p {
        width: 72px;
    }
    .lg\:w-74p {
        width: 74px;
    }
    .lg\:w-78p {
        width: 78px;
    }
    .lg\:w-80p {
        width: 80px;
    }
    .lg\:w-82p {
        width: 82px;
    }
    .lg\:w-84p {
        width: 84px;
    }
    .lg\:w-89p {
        width: 89px;
    }
    .lg\:w-93p {
        width: 93px;
    }
    .lg\:w-90p {
        width: 90px;
    }
    .lg\:w-97p {
        width: 97px;
    }
    .lg\:w-103p {
        width: 103px;
    }
    .lg\:w-116p {
        width: 116px;
    }
    .lg\:w-120p {
        width: 120px;
    }
    .lg\:w-125p {
        width: 125px;
    }
    .lg\:w-130p {
        width: 130px;
    }
    .lg\:w-135p {
        width: 135px;
    }
    .lg\:w-132p {
        width: 132px;
    }
    .lg\:w-150p {
        width: 150px;
    }
    .lg\:w-216p {
        width: 216px;
    }
    .lg\:w-225p {
        width: 225px;
    }
    .lg\:w-296p {
        width: 296px;
    }
    .lg\:w-270p {
        width: 270px;
    }
    .lg\:w-137p {
        width: 137px;
    }
    .lg\:w-141p {
        width: 141px;
    }
    .lg\:w-146p {
        width: 146px;
    }
    .lg\:w-152p {
        width: 152px;
    }
    .lg\:w-155p {
        width: 155px;
    }
    .lg\:w-163p {
        width: 163px;
    }
    .lg\:w-168p {
        width: 168px;
    }
    .lg\:w-173p {
        width: 173px;
    }
    .lg\:w-210p {
        width: 210px;
    }
    .lg\:w-245p {
        width: 245px;
    }
    .lg\:w-250p {
        width: 250px;
    }
    .lg\:w-260p {
        width: 260px;
    }
    .lg\:w-263p {
        width: 263px;
    }
    .lg\:w-266p {
        width: 266px;
    }
    .lg\:w-275p {
        width: 275px;
    }
    .lg\:w-300p {
        width: 300px;
    }
    .lg\:w-312p {
        width: 312px;
    }
    .lg\:w-318p {
        width: 318px;
    }
    .lg\:w-322p {
        width: 322px;
    }
    .lg\:w-337p {
        width: 337px;
    }
    .lg\:w-345p {
        width: 345px;
    }
    .lg\:w-344p {
        width: 344px;
    }
    .lg\:w-354p {
        width: 354px;
    }
    .lg\:w-364p {
        width: 364px;
    }
    .lg\:w-370p {
        width: 370px;
    }
    .lg\:w-382p {
        width: 382px;
    }
    .lg\:w-385p {
        width: 385px;
    }
    .lg\:w-400p {
        width: 400px;
    }
    .lg\:w-407p {
        width: 407px;
    }
    .lg\:w-411p {
        width: 411px;
    }
    .lg\:w-418p {
        width: 418px;
    }
    .lg\:w-430p {
        width: 430px;
    }
    .lg\:w-450p {
        width: 450px;
    }
    .lg\:w-468p {
        width: 468px;
    }
    .lg\:w-485p {
        width: 485px;
    }
    .lg\:w-491p {
        width: 491px;
    }
    .lg\:w-494p {
        width: 494px;
    }
    .lg\:w-470p {
        width: 470px;
    }
    .lg\:w-480p {
        width: 480px;
    }
    .lg\:w-532p {
        width: 532px;
    }
    .lg\:w-556p {
        width: 556px;
    }
    .lg\:w-505p {
        width: 505px;
    }
    .lg\:w-1179p {
        width: 1179px;
    }
    .lg\:w-1253p {
        width: 1253px;
    }
    .lg\:w-1575p {
        width: 1575px;
    }
    .lg\:w-600p {
        width: 600px;
    }
    .lg\:w-649p {
        width: 649px;
    }
    .lg\:w-690p {
        width: 690px;
    }
    .lg\:w-19\% {
        width: 19%;
    }
    .lg\:w-23\% {
        width: 23%;
    }
    .lg\:w-24\% {
        width: 24%;
    }
    .lg\:w-36\% {
        width: 36%;
    }
    .lg\:w-27\% {
        width: 27%;
    }
    .lg\:w-28\% {
        width: 28%;
    }
    .lg\:w-42\% {
        width: 42%;
    }
    .lg\:w-46\% {
        width: 46%;
    }
    .lg\:w-49\% {
        width: 49%;
    }
    .lg\:w-54\% {
        width: 54%;
    }
    .lg\:w-58\% {
        width: 58%;
    }
    .lg\:w-72\% {
        width: 72%;
    }
    .lg\:w-76\% {
        width: 76%;
    }
    .lg\:w-77\% {
        width: 77%;
    }
    .lg\:w-340p {
        width: 340px;
    }
    .lg\:w-700p {
        width: 700px;
    }
    .lg\:w-848p {
        width: 848px;
    }
    .lg\:w-850p {
        width: 850px;
    }
    .lg\:w-860p {
        width: 860px;
    }
    .lg\:w-1425p {
        width: 1425px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-2\/4 {
        width: 50%;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-1\/5 {
        width: 20%;
    }
    .lg\:w-2\/5 {
        width: 40%;
    }
    .lg\:w-3\/5 {
        width: 60%;
    }
    .lg\:w-4\/5 {
        width: 80%;
    }
    .lg\:w-1\/6 {
        width: 16.666667%;
    }
    .lg\:w-2\/6 {
        width: 33.333333%;
    }
    .lg\:w-3\/6 {
        width: 50%;
    }
    .lg\:w-4\/6 {
        width: 66.666667%;
    }
    .lg\:w-5\/6 {
        width: 83.333333%;
    }
    .lg\:w-1\/12 {
        width: 8.333333%;
    }
    .lg\:w-2\/12 {
        width: 16.666667%;
    }
    .lg\:w-3\/12 {
        width: 25%;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-5\/12 {
        width: 41.666667%;
    }
    .lg\:w-6\/12 {
        width: 50%;
    }
    .lg\:w-7\/12 {
        width: 58.333333%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-9\/12 {
        width: 75%;
    }
    .lg\:w-10\/12 {
        width: 83.333333%;
    }
    .lg\:w-11\/12 {
        width: 91.666667%;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:w-screen {
        width: 100vw;
    }
    .lg\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .lg\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .lg\:z-0 {
        z-index: 0;
    }
    .lg\:z-10 {
        z-index: 10;
    }
    .lg\:z-20 {
        z-index: 20;
    }
    .lg\:z-30 {
        z-index: 30;
    }
    .lg\:z-40 {
        z-index: 40;
    }
    .lg\:z-50 {
        z-index: 50;
    }
    .lg\:z-auto {
        z-index: auto;
    }
    .lg\:z-ng {
        z-index: -1;
    }
    .lg\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .lg\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .lg\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .lg\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .lg\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .lg\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .lg\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .lg\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .lg\:focus\:z-0:focus {
        z-index: 0;
    }
    .lg\:focus\:z-10:focus {
        z-index: 10;
    }
    .lg\:focus\:z-20:focus {
        z-index: 20;
    }
    .lg\:focus\:z-30:focus {
        z-index: 30;
    }
    .lg\:focus\:z-40:focus {
        z-index: 40;
    }
    .lg\:focus\:z-50:focus {
        z-index: 50;
    }
    .lg\:focus\:z-auto:focus {
        z-index: auto;
    }
    .lg\:focus\:z-ng:focus {
        z-index: -1;
    }
    .lg\:gap-0 {
        gap: 0;
    }
    .lg\:gap-1 {
        gap: 0.25rem;
    }
    .lg\:gap-2 {
        gap: 0.5rem;
    }
    .lg\:gap-3 {
        gap: 0.75rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:gap-7 {
        gap: 1.75rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-9 {
        gap: 2.25rem;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-11 {
        gap: 2.75rem;
    }
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:gap-14 {
        gap: 3.5rem;
    }
    .lg\:gap-16 {
        gap: 4rem;
    }
    .lg\:gap-20 {
        gap: 5rem;
    }
    .lg\:gap-23 {
        gap: 88px;
    }
    .lg\:gap-24 {
        gap: 6rem;
    }
    .lg\:gap-25 {
        gap: 100px;
    }
    .lg\:gap-28 {
        gap: 7rem;
    }
    .lg\:gap-29 {
        gap: 120px;
    }
    .lg\:gap-32 {
        gap: 8rem;
    }
    .lg\:gap-33 {
        gap: 130px;
    }
    .lg\:gap-36 {
        gap: 9rem;
    }
    .lg\:gap-40 {
        gap: 10rem;
    }
    .lg\:gap-44 {
        gap: 11rem;
    }
    .lg\:gap-48 {
        gap: 12rem;
    }
    .lg\:gap-52 {
        gap: 13rem;
    }
    .lg\:gap-56 {
        gap: 14rem;
    }
    .lg\:gap-60 {
        gap: 15rem;
    }
    .lg\:gap-63 {
        gap: 270px;
    }
    .lg\:gap-64 {
        gap: 16rem;
    }
    .lg\:gap-72 {
        gap: 18rem;
    }
    .lg\:gap-80 {
        gap: 20rem;
    }
    .lg\:gap-92 {
        gap: 475px;
    }
    .lg\:gap-96 {
        gap: 24rem;
    }
    .lg\:gap-128 {
        gap: 32rem;
    }
    .lg\:gap-px {
        gap: 1px;
    }
    .lg\:gap-0\.5 {
        gap: 0.125rem;
    }
    .lg\:gap-1\.5 {
        gap: 0.375rem;
    }
    .lg\:gap-2\.5 {
        gap: 0.625rem;
    }
    .lg\:gap-3\.5 {
        gap: 0.875rem;
    }
    .lg\:gap-105p {
        gap: 105px;
    }
    .lg\:gap-50p {
        gap: 50px;
    }
    .lg\:gap-54p {
        gap: 54px;
    }
    .lg\:gap-1p {
        gap: 1px;
    }
    .lg\:gap-2p {
        gap: 2px;
    }
    .lg\:gap-3p {
        gap: 3px;
    }
    .lg\:gap-5p {
        gap: 5px;
    }
    .lg\:gap-7p {
        gap: 7px;
    }
    .lg\:gap-9p {
        gap: 9px;
    }
    .lg\:gap-10p {
        gap: 10px;
    }
    .lg\:gap-11p {
        gap: 11px;
    }
    .lg\:gap-13p {
        gap: 13px;
    }
    .lg\:gap-15p {
        gap: 15px;
    }
    .lg\:gap-18p {
        gap: 18px;
    }
    .lg\:gap-19p {
        gap: 19px;
    }
    .lg\:gap-21p {
        gap: 21px;
    }
    .lg\:gap-22p {
        gap: 22px;
    }
    .lg\:gap-23p {
        gap: 23px;
    }
    .lg\:gap-25p {
        gap: 25px;
    }
    .lg\:gap-26p {
        gap: 26px;
    }
    .lg\:gap-29p {
        gap: 29px;
    }
    .lg\:gap-30p {
        gap: 30px;
    }
    .lg\:gap-31p {
        gap: 31px;
    }
    .lg\:gap-35p {
        gap: 35px;
    }
    .lg\:gap-52p {
        gap: 52px;
    }
    .lg\:gap-53p {
        gap: 53px;
    }
    .lg\:gap-55p {
        gap: 55px;
    }
    .lg\:gap-59p {
        gap: 59px;
    }
    .lg\:gap-27p {
        gap: 27px;
    }
    .lg\:gap-33\.5p {
        gap: 33.5px;
    }
    .lg\:gap-38p {
        gap: 38px;
    }
    .lg\:gap-40p {
        gap: 40px;
    }
    .lg\:gap-46p {
        gap: 46px;
    }
    .lg\:gap-47p {
        gap: 47px;
    }
    .lg\:gap-49p {
        gap: 49px;
    }
    .lg\:gap-58p {
        gap: 58px;
    }
    .lg\:gap-75p {
        gap: 75px;
    }
    .lg\:gap-77p {
        gap: 77px;
    }
    .lg\:gap-60p {
        gap: 60px;
    }
    .lg\:gap-65p {
        gap: 65px;
    }
    .lg\:gap-66p {
        gap: 66px;
    }
    .lg\:gap-68p {
        gap: 68px;
    }
    .lg\:gap-70p {
        gap: 70px;
    }
    .lg\:gap-72p {
        gap: 72px;
    }
    .lg\:gap-74p {
        gap: 74px;
    }
    .lg\:gap-78p {
        gap: 78px;
    }
    .lg\:gap-80p {
        gap: 80px;
    }
    .lg\:gap-82p {
        gap: 82px;
    }
    .lg\:gap-84p {
        gap: 84px;
    }
    .lg\:gap-89p {
        gap: 89px;
    }
    .lg\:gap-93p {
        gap: 93px;
    }
    .lg\:gap-90p {
        gap: 90px;
    }
    .lg\:gap-97p {
        gap: 97px;
    }
    .lg\:gap-103p {
        gap: 103px;
    }
    .lg\:gap-116p {
        gap: 116px;
    }
    .lg\:gap-120p {
        gap: 120px;
    }
    .lg\:gap-125p {
        gap: 125px;
    }
    .lg\:gap-130p {
        gap: 130px;
    }
    .lg\:gap-135p {
        gap: 135px;
    }
    .lg\:gap-132p {
        gap: 132px;
    }
    .lg\:gap-150p {
        gap: 150px;
    }
    .lg\:gap-216p {
        gap: 216px;
    }
    .lg\:gap-225p {
        gap: 225px;
    }
    .lg\:gap-296p {
        gap: 296px;
    }
    .lg\:gap-270p {
        gap: 270px;
    }
    .lg\:gap-137p {
        gap: 137px;
    }
    .lg\:gap-141p {
        gap: 141px;
    }
    .lg\:gap-146p {
        gap: 146px;
    }
    .lg\:gap-152p {
        gap: 152px;
    }
    .lg\:gap-155p {
        gap: 155px;
    }
    .lg\:gap-163p {
        gap: 163px;
    }
    .lg\:gap-168p {
        gap: 168px;
    }
    .lg\:gap-173p {
        gap: 173px;
    }
    .lg\:gap-210p {
        gap: 210px;
    }
    .lg\:gap-245p {
        gap: 245px;
    }
    .lg\:gap-250p {
        gap: 250px;
    }
    .lg\:gap-260p {
        gap: 260px;
    }
    .lg\:gap-263p {
        gap: 263px;
    }
    .lg\:gap-266p {
        gap: 266px;
    }
    .lg\:gap-275p {
        gap: 275px;
    }
    .lg\:gap-300p {
        gap: 300px;
    }
    .lg\:gap-312p {
        gap: 312px;
    }
    .lg\:gap-318p {
        gap: 318px;
    }
    .lg\:gap-322p {
        gap: 322px;
    }
    .lg\:gap-337p {
        gap: 337px;
    }
    .lg\:gap-345p {
        gap: 345px;
    }
    .lg\:gap-344p {
        gap: 344px;
    }
    .lg\:gap-354p {
        gap: 354px;
    }
    .lg\:gap-364p {
        gap: 364px;
    }
    .lg\:gap-370p {
        gap: 370px;
    }
    .lg\:gap-382p {
        gap: 382px;
    }
    .lg\:gap-385p {
        gap: 385px;
    }
    .lg\:gap-400p {
        gap: 400px;
    }
    .lg\:gap-407p {
        gap: 407px;
    }
    .lg\:gap-411p {
        gap: 411px;
    }
    .lg\:gap-418p {
        gap: 418px;
    }
    .lg\:gap-430p {
        gap: 430px;
    }
    .lg\:gap-450p {
        gap: 450px;
    }
    .lg\:gap-468p {
        gap: 468px;
    }
    .lg\:gap-485p {
        gap: 485px;
    }
    .lg\:gap-491p {
        gap: 491px;
    }
    .lg\:gap-494p {
        gap: 494px;
    }
    .lg\:gap-470p {
        gap: 470px;
    }
    .lg\:gap-480p {
        gap: 480px;
    }
    .lg\:gap-532p {
        gap: 532px;
    }
    .lg\:gap-556p {
        gap: 556px;
    }
    .lg\:gap-505p {
        gap: 505px;
    }
    .lg\:gap-1179p {
        gap: 1179px;
    }
    .lg\:gap-1253p {
        gap: 1253px;
    }
    .lg\:gap-1575p {
        gap: 1575px;
    }
    .lg\:gap-600p {
        gap: 600px;
    }
    .lg\:gap-649p {
        gap: 649px;
    }
    .lg\:gap-690p {
        gap: 690px;
    }
    .lg\:gap-19\% {
        gap: 19%;
    }
    .lg\:gap-23\% {
        gap: 23%;
    }
    .lg\:gap-24\% {
        gap: 24%;
    }
    .lg\:gap-36\% {
        gap: 36%;
    }
    .lg\:gap-27\% {
        gap: 27%;
    }
    .lg\:gap-28\% {
        gap: 28%;
    }
    .lg\:gap-42\% {
        gap: 42%;
    }
    .lg\:gap-46\% {
        gap: 46%;
    }
    .lg\:gap-49\% {
        gap: 49%;
    }
    .lg\:gap-54\% {
        gap: 54%;
    }
    .lg\:gap-58\% {
        gap: 58%;
    }
    .lg\:gap-72\% {
        gap: 72%;
    }
    .lg\:gap-76\% {
        gap: 76%;
    }
    .lg\:gap-77\% {
        gap: 77%;
    }
    .lg\:gap-340p {
        gap: 340px;
    }
    .lg\:gap-700p {
        gap: 700px;
    }
    .lg\:gap-848p {
        gap: 848px;
    }
    .lg\:gap-850p {
        gap: 850px;
    }
    .lg\:gap-860p {
        gap: 860px;
    }
    .lg\:gap-1425p {
        gap: 1425px;
    }
    .lg\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .lg\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .lg\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .lg\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .lg\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .lg\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .lg\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .lg\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .lg\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .lg\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .lg\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .lg\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .lg\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .lg\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .lg\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .lg\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .lg\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .lg\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .lg\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .lg\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .lg\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .lg\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .lg\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .lg\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .lg\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .lg\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .lg\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .lg\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .lg\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .lg\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .lg\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .lg\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .lg\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .lg\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .lg\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .lg\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .lg\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .lg\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .lg\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .lg\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .lg\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .lg\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .lg\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .lg\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .lg\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .lg\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .lg\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .lg\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .lg\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .lg\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .lg\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .lg\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .lg\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .lg\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .lg\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .lg\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .lg\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .lg\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .lg\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .lg\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .lg\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .lg\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .lg\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .lg\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .lg\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .lg\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .lg\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .lg\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .lg\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .lg\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .lg\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .lg\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .lg\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .lg\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .lg\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .lg\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .lg\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .lg\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .lg\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .lg\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .lg\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .lg\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .lg\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .lg\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .lg\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .lg\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .lg\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .lg\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .lg\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .lg\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .lg\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .lg\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .lg\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .lg\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .lg\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .lg\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .lg\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .lg\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .lg\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .lg\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .lg\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .lg\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .lg\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .lg\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .lg\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .lg\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .lg\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .lg\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .lg\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .lg\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .lg\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .lg\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .lg\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .lg\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .lg\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .lg\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .lg\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .lg\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .lg\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .lg\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .lg\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .lg\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .lg\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .lg\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .lg\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .lg\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .lg\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .lg\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .lg\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .lg\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .lg\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .lg\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .lg\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .lg\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .lg\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .lg\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .lg\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .lg\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .lg\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .lg\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .lg\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .lg\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .lg\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .lg\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .lg\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .lg\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .lg\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .lg\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .lg\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .lg\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .lg\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .lg\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .lg\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .lg\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .lg\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .lg\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .lg\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .lg\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .lg\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .lg\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .lg\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .lg\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .lg\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .lg\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .lg\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .lg\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .lg\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .lg\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .lg\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .lg\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .lg\:gap-y-0 {
        row-gap: 0;
    }
    .lg\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .lg\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .lg\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .lg\:gap-y-4 {
        row-gap: 1rem;
    }
    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .lg\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .lg\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .lg\:gap-y-8 {
        row-gap: 2rem;
    }
    .lg\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .lg\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .lg\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .lg\:gap-y-12 {
        row-gap: 3rem;
    }
    .lg\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .lg\:gap-y-16 {
        row-gap: 4rem;
    }
    .lg\:gap-y-20 {
        row-gap: 5rem;
    }
    .lg\:gap-y-23 {
        row-gap: 88px;
    }
    .lg\:gap-y-24 {
        row-gap: 6rem;
    }
    .lg\:gap-y-25 {
        row-gap: 100px;
    }
    .lg\:gap-y-28 {
        row-gap: 7rem;
    }
    .lg\:gap-y-29 {
        row-gap: 120px;
    }
    .lg\:gap-y-32 {
        row-gap: 8rem;
    }
    .lg\:gap-y-33 {
        row-gap: 130px;
    }
    .lg\:gap-y-36 {
        row-gap: 9rem;
    }
    .lg\:gap-y-40 {
        row-gap: 10rem;
    }
    .lg\:gap-y-44 {
        row-gap: 11rem;
    }
    .lg\:gap-y-48 {
        row-gap: 12rem;
    }
    .lg\:gap-y-52 {
        row-gap: 13rem;
    }
    .lg\:gap-y-56 {
        row-gap: 14rem;
    }
    .lg\:gap-y-60 {
        row-gap: 15rem;
    }
    .lg\:gap-y-63 {
        row-gap: 270px;
    }
    .lg\:gap-y-64 {
        row-gap: 16rem;
    }
    .lg\:gap-y-72 {
        row-gap: 18rem;
    }
    .lg\:gap-y-80 {
        row-gap: 20rem;
    }
    .lg\:gap-y-92 {
        row-gap: 475px;
    }
    .lg\:gap-y-96 {
        row-gap: 24rem;
    }
    .lg\:gap-y-128 {
        row-gap: 32rem;
    }
    .lg\:gap-y-px {
        row-gap: 1px;
    }
    .lg\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .lg\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .lg\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .lg\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .lg\:gap-y-105p {
        row-gap: 105px;
    }
    .lg\:gap-y-50p {
        row-gap: 50px;
    }
    .lg\:gap-y-54p {
        row-gap: 54px;
    }
    .lg\:gap-y-1p {
        row-gap: 1px;
    }
    .lg\:gap-y-2p {
        row-gap: 2px;
    }
    .lg\:gap-y-3p {
        row-gap: 3px;
    }
    .lg\:gap-y-5p {
        row-gap: 5px;
    }
    .lg\:gap-y-7p {
        row-gap: 7px;
    }
    .lg\:gap-y-9p {
        row-gap: 9px;
    }
    .lg\:gap-y-10p {
        row-gap: 10px;
    }
    .lg\:gap-y-11p {
        row-gap: 11px;
    }
    .lg\:gap-y-13p {
        row-gap: 13px;
    }
    .lg\:gap-y-15p {
        row-gap: 15px;
    }
    .lg\:gap-y-18p {
        row-gap: 18px;
    }
    .lg\:gap-y-19p {
        row-gap: 19px;
    }
    .lg\:gap-y-21p {
        row-gap: 21px;
    }
    .lg\:gap-y-22p {
        row-gap: 22px;
    }
    .lg\:gap-y-23p {
        row-gap: 23px;
    }
    .lg\:gap-y-25p {
        row-gap: 25px;
    }
    .lg\:gap-y-26p {
        row-gap: 26px;
    }
    .lg\:gap-y-29p {
        row-gap: 29px;
    }
    .lg\:gap-y-30p {
        row-gap: 30px;
    }
    .lg\:gap-y-31p {
        row-gap: 31px;
    }
    .lg\:gap-y-35p {
        row-gap: 35px;
    }
    .lg\:gap-y-52p {
        row-gap: 52px;
    }
    .lg\:gap-y-53p {
        row-gap: 53px;
    }
    .lg\:gap-y-55p {
        row-gap: 55px;
    }
    .lg\:gap-y-59p {
        row-gap: 59px;
    }
    .lg\:gap-y-27p {
        row-gap: 27px;
    }
    .lg\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .lg\:gap-y-38p {
        row-gap: 38px;
    }
    .lg\:gap-y-40p {
        row-gap: 40px;
    }
    .lg\:gap-y-46p {
        row-gap: 46px;
    }
    .lg\:gap-y-47p {
        row-gap: 47px;
    }
    .lg\:gap-y-49p {
        row-gap: 49px;
    }
    .lg\:gap-y-58p {
        row-gap: 58px;
    }
    .lg\:gap-y-75p {
        row-gap: 75px;
    }
    .lg\:gap-y-77p {
        row-gap: 77px;
    }
    .lg\:gap-y-60p {
        row-gap: 60px;
    }
    .lg\:gap-y-65p {
        row-gap: 65px;
    }
    .lg\:gap-y-66p {
        row-gap: 66px;
    }
    .lg\:gap-y-68p {
        row-gap: 68px;
    }
    .lg\:gap-y-70p {
        row-gap: 70px;
    }
    .lg\:gap-y-72p {
        row-gap: 72px;
    }
    .lg\:gap-y-74p {
        row-gap: 74px;
    }
    .lg\:gap-y-78p {
        row-gap: 78px;
    }
    .lg\:gap-y-80p {
        row-gap: 80px;
    }
    .lg\:gap-y-82p {
        row-gap: 82px;
    }
    .lg\:gap-y-84p {
        row-gap: 84px;
    }
    .lg\:gap-y-89p {
        row-gap: 89px;
    }
    .lg\:gap-y-93p {
        row-gap: 93px;
    }
    .lg\:gap-y-90p {
        row-gap: 90px;
    }
    .lg\:gap-y-97p {
        row-gap: 97px;
    }
    .lg\:gap-y-103p {
        row-gap: 103px;
    }
    .lg\:gap-y-116p {
        row-gap: 116px;
    }
    .lg\:gap-y-120p {
        row-gap: 120px;
    }
    .lg\:gap-y-125p {
        row-gap: 125px;
    }
    .lg\:gap-y-130p {
        row-gap: 130px;
    }
    .lg\:gap-y-135p {
        row-gap: 135px;
    }
    .lg\:gap-y-132p {
        row-gap: 132px;
    }
    .lg\:gap-y-150p {
        row-gap: 150px;
    }
    .lg\:gap-y-216p {
        row-gap: 216px;
    }
    .lg\:gap-y-225p {
        row-gap: 225px;
    }
    .lg\:gap-y-296p {
        row-gap: 296px;
    }
    .lg\:gap-y-270p {
        row-gap: 270px;
    }
    .lg\:gap-y-137p {
        row-gap: 137px;
    }
    .lg\:gap-y-141p {
        row-gap: 141px;
    }
    .lg\:gap-y-146p {
        row-gap: 146px;
    }
    .lg\:gap-y-152p {
        row-gap: 152px;
    }
    .lg\:gap-y-155p {
        row-gap: 155px;
    }
    .lg\:gap-y-163p {
        row-gap: 163px;
    }
    .lg\:gap-y-168p {
        row-gap: 168px;
    }
    .lg\:gap-y-173p {
        row-gap: 173px;
    }
    .lg\:gap-y-210p {
        row-gap: 210px;
    }
    .lg\:gap-y-245p {
        row-gap: 245px;
    }
    .lg\:gap-y-250p {
        row-gap: 250px;
    }
    .lg\:gap-y-260p {
        row-gap: 260px;
    }
    .lg\:gap-y-263p {
        row-gap: 263px;
    }
    .lg\:gap-y-266p {
        row-gap: 266px;
    }
    .lg\:gap-y-275p {
        row-gap: 275px;
    }
    .lg\:gap-y-300p {
        row-gap: 300px;
    }
    .lg\:gap-y-312p {
        row-gap: 312px;
    }
    .lg\:gap-y-318p {
        row-gap: 318px;
    }
    .lg\:gap-y-322p {
        row-gap: 322px;
    }
    .lg\:gap-y-337p {
        row-gap: 337px;
    }
    .lg\:gap-y-345p {
        row-gap: 345px;
    }
    .lg\:gap-y-344p {
        row-gap: 344px;
    }
    .lg\:gap-y-354p {
        row-gap: 354px;
    }
    .lg\:gap-y-364p {
        row-gap: 364px;
    }
    .lg\:gap-y-370p {
        row-gap: 370px;
    }
    .lg\:gap-y-382p {
        row-gap: 382px;
    }
    .lg\:gap-y-385p {
        row-gap: 385px;
    }
    .lg\:gap-y-400p {
        row-gap: 400px;
    }
    .lg\:gap-y-407p {
        row-gap: 407px;
    }
    .lg\:gap-y-411p {
        row-gap: 411px;
    }
    .lg\:gap-y-418p {
        row-gap: 418px;
    }
    .lg\:gap-y-430p {
        row-gap: 430px;
    }
    .lg\:gap-y-450p {
        row-gap: 450px;
    }
    .lg\:gap-y-468p {
        row-gap: 468px;
    }
    .lg\:gap-y-485p {
        row-gap: 485px;
    }
    .lg\:gap-y-491p {
        row-gap: 491px;
    }
    .lg\:gap-y-494p {
        row-gap: 494px;
    }
    .lg\:gap-y-470p {
        row-gap: 470px;
    }
    .lg\:gap-y-480p {
        row-gap: 480px;
    }
    .lg\:gap-y-532p {
        row-gap: 532px;
    }
    .lg\:gap-y-556p {
        row-gap: 556px;
    }
    .lg\:gap-y-505p {
        row-gap: 505px;
    }
    .lg\:gap-y-1179p {
        row-gap: 1179px;
    }
    .lg\:gap-y-1253p {
        row-gap: 1253px;
    }
    .lg\:gap-y-1575p {
        row-gap: 1575px;
    }
    .lg\:gap-y-600p {
        row-gap: 600px;
    }
    .lg\:gap-y-649p {
        row-gap: 649px;
    }
    .lg\:gap-y-690p {
        row-gap: 690px;
    }
    .lg\:gap-y-19\% {
        row-gap: 19%;
    }
    .lg\:gap-y-23\% {
        row-gap: 23%;
    }
    .lg\:gap-y-24\% {
        row-gap: 24%;
    }
    .lg\:gap-y-36\% {
        row-gap: 36%;
    }
    .lg\:gap-y-27\% {
        row-gap: 27%;
    }
    .lg\:gap-y-28\% {
        row-gap: 28%;
    }
    .lg\:gap-y-42\% {
        row-gap: 42%;
    }
    .lg\:gap-y-46\% {
        row-gap: 46%;
    }
    .lg\:gap-y-49\% {
        row-gap: 49%;
    }
    .lg\:gap-y-54\% {
        row-gap: 54%;
    }
    .lg\:gap-y-58\% {
        row-gap: 58%;
    }
    .lg\:gap-y-72\% {
        row-gap: 72%;
    }
    .lg\:gap-y-76\% {
        row-gap: 76%;
    }
    .lg\:gap-y-77\% {
        row-gap: 77%;
    }
    .lg\:gap-y-340p {
        row-gap: 340px;
    }
    .lg\:gap-y-700p {
        row-gap: 700px;
    }
    .lg\:gap-y-848p {
        row-gap: 848px;
    }
    .lg\:gap-y-850p {
        row-gap: 850px;
    }
    .lg\:gap-y-860p {
        row-gap: 860px;
    }
    .lg\:gap-y-1425p {
        row-gap: 1425px;
    }
    .lg\:grid-flow-row {
        grid-auto-flow: row;
    }
    .lg\:grid-flow-col {
        grid-auto-flow: column;
    }
    .lg\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .lg\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-none {
        grid-template-columns: none;
    }
    .lg\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .lg\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .lg\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .lg\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .lg\:col-auto {
        grid-column: auto;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .lg\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-full {
        grid-column: 1/-1;
    }
    .lg\:col-start-1 {
        grid-column-start: 1;
    }
    .lg\:col-start-2 {
        grid-column-start: 2;
    }
    .lg\:col-start-3 {
        grid-column-start: 3;
    }
    .lg\:col-start-4 {
        grid-column-start: 4;
    }
    .lg\:col-start-5 {
        grid-column-start: 5;
    }
    .lg\:col-start-6 {
        grid-column-start: 6;
    }
    .lg\:col-start-7 {
        grid-column-start: 7;
    }
    .lg\:col-start-8 {
        grid-column-start: 8;
    }
    .lg\:col-start-9 {
        grid-column-start: 9;
    }
    .lg\:col-start-10 {
        grid-column-start: 10;
    }
    .lg\:col-start-11 {
        grid-column-start: 11;
    }
    .lg\:col-start-12 {
        grid-column-start: 12;
    }
    .lg\:col-start-13 {
        grid-column-start: 13;
    }
    .lg\:col-start-auto {
        grid-column-start: auto;
    }
    .lg\:col-end-1 {
        grid-column-end: 1;
    }
    .lg\:col-end-2 {
        grid-column-end: 2;
    }
    .lg\:col-end-3 {
        grid-column-end: 3;
    }
    .lg\:col-end-4 {
        grid-column-end: 4;
    }
    .lg\:col-end-5 {
        grid-column-end: 5;
    }
    .lg\:col-end-6 {
        grid-column-end: 6;
    }
    .lg\:col-end-7 {
        grid-column-end: 7;
    }
    .lg\:col-end-8 {
        grid-column-end: 8;
    }
    .lg\:col-end-9 {
        grid-column-end: 9;
    }
    .lg\:col-end-10 {
        grid-column-end: 10;
    }
    .lg\:col-end-11 {
        grid-column-end: 11;
    }
    .lg\:col-end-12 {
        grid-column-end: 12;
    }
    .lg\:col-end-13 {
        grid-column-end: 13;
    }
    .lg\:col-end-auto {
        grid-column-end: auto;
    }
    .lg\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-rows-none {
        grid-template-rows: none;
    }
    .lg\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .lg\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .lg\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .lg\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .lg\:row-auto {
        grid-row: auto;
    }
    .lg\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .lg\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .lg\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .lg\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .lg\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .lg\:row-span-full {
        grid-row: 1/-1;
    }
    .lg\:row-start-1 {
        grid-row-start: 1;
    }
    .lg\:row-start-2 {
        grid-row-start: 2;
    }
    .lg\:row-start-3 {
        grid-row-start: 3;
    }
    .lg\:row-start-4 {
        grid-row-start: 4;
    }
    .lg\:row-start-5 {
        grid-row-start: 5;
    }
    .lg\:row-start-6 {
        grid-row-start: 6;
    }
    .lg\:row-start-7 {
        grid-row-start: 7;
    }
    .lg\:row-start-auto {
        grid-row-start: auto;
    }
    .lg\:row-end-1 {
        grid-row-end: 1;
    }
    .lg\:row-end-2 {
        grid-row-end: 2;
    }
    .lg\:row-end-3 {
        grid-row-end: 3;
    }
    .lg\:row-end-4 {
        grid-row-end: 4;
    }
    .lg\:row-end-5 {
        grid-row-end: 5;
    }
    .lg\:row-end-6 {
        grid-row-end: 6;
    }
    .lg\:row-end-7 {
        grid-row-end: 7;
    }
    .lg\:row-end-auto {
        grid-row-end: auto;
    }
    .lg\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .lg\:transform-none {
        transform: none;
    }
    .lg\:origin-center {
        transform-origin: center;
    }
    .lg\:origin-top {
        transform-origin: top;
    }
    .lg\:origin-top-right {
        transform-origin: top right;
    }
    .lg\:origin-right {
        transform-origin: right;
    }
    .lg\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .lg\:origin-bottom {
        transform-origin: bottom;
    }
    .lg\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .lg\:origin-left {
        transform-origin: left;
    }
    .lg\:origin-top-left {
        transform-origin: top left;
    }
    .lg\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .lg\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .lg\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .lg\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .lg\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .lg\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .lg\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .lg\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .lg\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .lg\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .lg\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .lg\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .lg\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .lg\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .lg\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .lg\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .lg\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .lg\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .lg\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .lg\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .lg\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .lg\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .lg\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .lg\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .lg\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .lg\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .lg\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .lg\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .lg\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .lg\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .lg\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .lg\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .lg\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .lg\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .lg\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .lg\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .lg\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .lg\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .lg\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .lg\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .lg\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .lg\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .lg\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .lg\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .lg\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .lg\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .lg\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .lg\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .lg\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .lg\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .lg\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .lg\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .lg\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .lg\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .lg\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .lg\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .lg\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .lg\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .lg\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .lg\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .lg\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .lg\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .lg\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .lg\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .lg\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .lg\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .lg\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .lg\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .lg\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .lg\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .lg\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .lg\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .lg\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .lg\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .lg\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .lg\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .lg\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .lg\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .lg\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .lg\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .lg\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .lg\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .lg\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .lg\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .lg\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .lg\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .lg\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .lg\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .lg\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .lg\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .lg\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .lg\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .lg\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .lg\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .lg\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .lg\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .lg\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .lg\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .lg\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .lg\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .lg\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .lg\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .lg\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .lg\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .lg\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .lg\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .lg\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .lg\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .lg\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .lg\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .lg\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .lg\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .lg\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .lg\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .lg\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .lg\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .lg\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .lg\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .lg\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .lg\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .lg\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .lg\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .lg\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .lg\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .lg\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .lg\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .lg\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .lg\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .lg\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .lg\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .lg\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .lg\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .lg\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .lg\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .lg\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .lg\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .lg\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .lg\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .lg\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .lg\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .lg\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .lg\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .lg\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .lg\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .lg\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .lg\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .lg\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .lg\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .lg\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .lg\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .lg\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .lg\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .lg\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .lg\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .lg\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .lg\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .lg\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .lg\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .lg\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .lg\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .lg\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .lg\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .lg\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .lg\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .lg\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .lg\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .lg\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .lg\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .lg\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .lg\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .lg\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .lg\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .lg\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .lg\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .lg\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .lg\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .lg\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .lg\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .lg\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .lg\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .lg\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .lg\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .lg\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .lg\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .lg\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .lg\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .lg\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .lg\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .lg\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .lg\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .lg\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .lg\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .lg\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .lg\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .lg\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .lg\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .lg\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .lg\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .lg\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .lg\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .lg\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .lg\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .lg\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .lg\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .lg\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .lg\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .lg\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .lg\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .lg\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .lg\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .lg\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .lg\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .lg\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .lg\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .lg\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .lg\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .lg\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .lg\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .lg\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .lg\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .lg\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .lg\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .lg\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .lg\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .lg\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .lg\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .lg\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .lg\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .lg\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .lg\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .lg\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .lg\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .lg\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .lg\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .lg\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .lg\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .lg\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .lg\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .lg\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .lg\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .lg\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .lg\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .lg\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .lg\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .lg\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .lg\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .lg\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .lg\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .lg\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .lg\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .lg\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .lg\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .lg\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .lg\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .lg\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .lg\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .lg\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .lg\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .lg\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .lg\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .lg\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .lg\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .lg\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .lg\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .lg\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .lg\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .lg\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .lg\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .lg\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .lg\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .lg\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .lg\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .lg\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .lg\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .lg\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .lg\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .lg\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .lg\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .lg\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .lg\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .lg\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .lg\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .lg\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .lg\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .lg\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .lg\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .lg\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .lg\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .lg\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .lg\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .lg\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .lg\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .lg\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .lg\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .lg\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .lg\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .lg\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .lg\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .lg\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .lg\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .lg\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .lg\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .lg\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .lg\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .lg\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .lg\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .lg\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .lg\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .lg\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .lg\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .lg\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .lg\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .lg\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .lg\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .lg\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .lg\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .lg\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .lg\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .lg\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .lg\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .lg\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .lg\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .lg\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .lg\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .lg\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .lg\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .lg\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .lg\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .lg\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .lg\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .lg\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .lg\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .lg\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .lg\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .lg\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .lg\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .lg\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .lg\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .lg\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .lg\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .lg\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .lg\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .lg\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .lg\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .lg\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .lg\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .lg\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .lg\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .lg\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .lg\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .lg\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .lg\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .lg\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .lg\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .lg\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .lg\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .lg\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .lg\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .lg\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .lg\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .lg\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .lg\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .lg\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .lg\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .lg\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .lg\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .lg\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .lg\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .lg\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .lg\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .lg\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .lg\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .lg\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .lg\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .lg\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .lg\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .lg\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .lg\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .lg\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .lg\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .lg\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .lg\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .lg\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .lg\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .lg\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .lg\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .lg\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .lg\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .lg\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .lg\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .lg\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .lg\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .lg\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .lg\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .lg\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .lg\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .lg\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .lg\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .lg\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .lg\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .lg\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .lg\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .lg\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .lg\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .lg\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .lg\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .lg\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .lg\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .lg\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .lg\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .lg\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .lg\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .lg\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .lg\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .lg\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .lg\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .lg\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .lg\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .lg\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .lg\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .lg\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .lg\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .lg\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .lg\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .lg\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .lg\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .lg\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .lg\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .lg\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .lg\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .lg\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .lg\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .lg\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .lg\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .lg\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .lg\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .lg\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .lg\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .lg\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .lg\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .lg\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .lg\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .lg\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .lg\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .lg\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .lg\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .lg\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .lg\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .lg\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .lg\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .lg\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .lg\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .lg\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .lg\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .lg\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .lg\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .lg\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .lg\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .lg\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .lg\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .lg\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .lg\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .lg\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .lg\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .lg\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .lg\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .lg\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .lg\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .lg\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .lg\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .lg\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .lg\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .lg\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .lg\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .lg\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .lg\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .lg\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .lg\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .lg\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .lg\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .lg\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .lg\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .lg\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .lg\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .lg\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .lg\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .lg\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .lg\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .lg\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .lg\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .lg\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .lg\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .lg\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .lg\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .lg\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .lg\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .lg\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .lg\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .lg\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .lg\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .lg\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .lg\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .lg\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .lg\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .lg\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .lg\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .lg\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .lg\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .lg\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .lg\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .lg\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .lg\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .lg\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .lg\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .lg\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .lg\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .lg\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .lg\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .lg\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .lg\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .lg\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .lg\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .lg\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .lg\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .lg\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .lg\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .lg\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .lg\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .lg\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .lg\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .lg\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .lg\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .lg\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .lg\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .lg\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .lg\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .lg\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .lg\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .lg\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .lg\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .lg\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .lg\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .lg\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .lg\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .lg\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .lg\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .lg\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .lg\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .lg\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .lg\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .lg\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .lg\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .lg\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .lg\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .lg\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .lg\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .lg\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .lg\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .lg\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .lg\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .lg\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .lg\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .lg\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .lg\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .lg\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .lg\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .lg\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .lg\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .lg\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .lg\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .lg\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .lg\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .lg\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .lg\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .lg\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .lg\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .lg\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .lg\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .lg\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .lg\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .lg\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .lg\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .lg\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .lg\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .lg\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .lg\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .lg\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .lg\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .lg\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .lg\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .lg\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .lg\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .lg\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .lg\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .lg\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .lg\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .lg\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .lg\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .lg\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .lg\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .lg\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .lg\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .lg\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .lg\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .lg\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .lg\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .lg\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .lg\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .lg\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .lg\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .lg\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .lg\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .lg\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .lg\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .lg\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .lg\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .lg\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .lg\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .lg\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .lg\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .lg\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .lg\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .lg\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .lg\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .lg\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .lg\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .lg\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .lg\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .lg\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .lg\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .lg\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .lg\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .lg\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .lg\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .lg\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .lg\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .lg\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .lg\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .lg\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .lg\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .lg\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .lg\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .lg\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .lg\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .lg\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .lg\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .lg\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .lg\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .lg\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .lg\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .lg\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .lg\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .lg\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .lg\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .lg\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .lg\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .lg\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .lg\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .lg\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .lg\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .lg\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .lg\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .lg\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .lg\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .lg\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .lg\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .lg\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .lg\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .lg\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .lg\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .lg\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .lg\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .lg\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .lg\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .lg\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .lg\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .lg\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .lg\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .lg\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .lg\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .lg\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .lg\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .lg\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .lg\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .lg\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .lg\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .lg\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .lg\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .lg\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .lg\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .lg\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .lg\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .lg\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .lg\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .lg\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .lg\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .lg\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .lg\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .lg\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .lg\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .lg\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .lg\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .lg\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .lg\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .lg\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .lg\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .lg\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .lg\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .lg\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .lg\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .lg\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .lg\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .lg\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .lg\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .lg\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .lg\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .lg\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .lg\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .lg\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .lg\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .lg\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .lg\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .lg\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .lg\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .lg\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .lg\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .lg\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .lg\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .lg\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .lg\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .lg\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .lg\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .lg\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .lg\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .lg\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .lg\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .lg\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .lg\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .lg\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .lg\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .lg\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .lg\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .lg\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .lg\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .lg\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .lg\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .lg\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .lg\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .lg\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .lg\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .lg\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .lg\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .lg\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .lg\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .lg\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .lg\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .lg\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .lg\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .lg\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .lg\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .lg\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .lg\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .lg\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .lg\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .lg\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .lg\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .lg\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .lg\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .lg\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .lg\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .lg\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .lg\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .lg\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .lg\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .lg\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .lg\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .lg\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .lg\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .lg\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .lg\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .lg\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .lg\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .lg\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .lg\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .lg\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .lg\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .lg\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .lg\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .lg\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .lg\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .lg\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .lg\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .lg\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .lg\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .lg\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .lg\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .lg\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .lg\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .lg\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .lg\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .lg\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .lg\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .lg\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .lg\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .lg\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .lg\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .lg\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .lg\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .lg\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .lg\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .lg\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .lg\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .lg\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .lg\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .lg\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .lg\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .lg\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .lg\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .lg\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .lg\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .lg\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .lg\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .lg\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .lg\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .lg\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .lg\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .lg\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .lg\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .lg\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .lg\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .lg\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .lg\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .lg\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .lg\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .lg\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .lg\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .lg\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .lg\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .lg\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .lg\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .lg\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .lg\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .lg\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .lg\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .lg\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .lg\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .lg\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .lg\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .lg\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .lg\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .lg\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .lg\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .lg\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .lg\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .lg\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .lg\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .lg\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .lg\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .lg\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .lg\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .lg\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .lg\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .lg\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .lg\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .lg\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .lg\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .lg\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .lg\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .lg\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .lg\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .lg\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .lg\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .lg\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .lg\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .lg\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .lg\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .lg\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .lg\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .lg\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .lg\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .lg\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .lg\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .lg\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .lg\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .lg\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .lg\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .lg\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .lg\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .lg\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .lg\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .lg\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .lg\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .lg\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .lg\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .lg\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .lg\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .lg\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .lg\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .lg\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .lg\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .lg\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .lg\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .lg\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .lg\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .lg\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .lg\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .lg\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .lg\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .lg\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .lg\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .lg\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .lg\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .lg\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .lg\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .lg\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .lg\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .lg\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .lg\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .lg\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .lg\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .lg\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .lg\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .lg\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .lg\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .lg\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .lg\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .lg\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .lg\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .lg\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .lg\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .lg\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .lg\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .lg\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .lg\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .lg\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .lg\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .lg\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .lg\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .lg\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .lg\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .lg\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .lg\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .lg\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .lg\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .lg\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .lg\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .lg\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .lg\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .lg\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .lg\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .lg\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .lg\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .lg\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .lg\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .lg\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .lg\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .lg\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .lg\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .lg\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .lg\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .lg\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .lg\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .lg\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .lg\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .lg\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .lg\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .lg\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .lg\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .lg\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .lg\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .lg\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .lg\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .lg\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .lg\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .lg\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .lg\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .lg\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .lg\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .lg\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .lg\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .lg\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .lg\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .lg\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .lg\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .lg\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .lg\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .lg\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .lg\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .lg\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .lg\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .lg\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .lg\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .lg\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .lg\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .lg\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .lg\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .lg\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .lg\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .lg\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .lg\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .lg\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .lg\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .lg\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .lg\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .lg\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .lg\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .lg\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .lg\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .lg\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .lg\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .lg\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .lg\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .lg\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .lg\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .lg\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .lg\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .lg\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .lg\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .lg\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .lg\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .lg\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .lg\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .lg\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .lg\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .lg\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .lg\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .lg\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .lg\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .lg\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .lg\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .lg\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .lg\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .lg\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .lg\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .lg\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .lg\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .lg\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .lg\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .lg\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .lg\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .lg\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .lg\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .lg\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .lg\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .lg\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .lg\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .lg\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .lg\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .lg\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .lg\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .lg\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .lg\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .lg\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .lg\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .lg\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .lg\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .lg\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .lg\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .lg\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .lg\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .lg\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .lg\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .lg\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .lg\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .lg\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .lg\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .lg\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .lg\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .lg\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .lg\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .lg\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .lg\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .lg\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .lg\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .lg\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .lg\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .lg\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .lg\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .lg\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .lg\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .lg\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .lg\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .lg\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .lg\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .lg\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .lg\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .lg\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .lg\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .lg\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .lg\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .lg\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .lg\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .lg\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .lg\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .lg\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .lg\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .lg\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .lg\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .lg\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .lg\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .lg\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .lg\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .lg\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .lg\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .lg\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .lg\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .lg\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .lg\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .lg\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .lg\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .lg\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .lg\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .lg\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .lg\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .lg\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .lg\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .lg\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .lg\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .lg\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .lg\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .lg\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .lg\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .lg\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .lg\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .lg\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .lg\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .lg\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .lg\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .lg\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .lg\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .lg\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .lg\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .lg\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .lg\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .lg\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .lg\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .lg\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .lg\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .lg\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .lg\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .lg\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .lg\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .lg\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .lg\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .lg\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .lg\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .lg\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .lg\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .lg\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .lg\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .lg\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .lg\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .lg\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .lg\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .lg\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .lg\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .lg\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .lg\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .lg\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .lg\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .lg\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .lg\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .lg\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .lg\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .lg\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .lg\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .lg\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .lg\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .lg\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .lg\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .lg\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .lg\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .lg\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .lg\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .lg\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .lg\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .lg\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .lg\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .lg\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .lg\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .lg\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .lg\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .lg\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .lg\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .lg\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .lg\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .lg\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .lg\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .lg\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .lg\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .lg\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .lg\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .lg\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .lg\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .lg\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .lg\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .lg\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .lg\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .lg\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .lg\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .lg\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .lg\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .lg\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .lg\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .lg\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .lg\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .lg\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .lg\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .lg\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .lg\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .lg\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .lg\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .lg\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .lg\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .lg\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .lg\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .lg\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .lg\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .lg\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .lg\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .lg\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .lg\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .lg\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .lg\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .lg\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .lg\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .lg\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .lg\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .lg\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .lg\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .lg\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .lg\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .lg\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .lg\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .lg\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .lg\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .lg\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .lg\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .lg\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .lg\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .lg\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .lg\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .lg\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .lg\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .lg\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .lg\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .lg\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .lg\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .lg\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .lg\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .lg\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .lg\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .lg\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .lg\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .lg\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .lg\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .lg\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .lg\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .lg\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .lg\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .lg\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .lg\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .lg\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .lg\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .lg\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .lg\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .lg\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .lg\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .lg\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .lg\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .lg\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .lg\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .lg\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .lg\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .lg\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .lg\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .lg\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .lg\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .lg\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .lg\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .lg\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .lg\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .lg\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .lg\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .lg\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .lg\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .lg\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .lg\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .lg\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .lg\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .lg\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .lg\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .lg\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .lg\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .lg\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .lg\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .lg\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .lg\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .lg\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .lg\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .lg\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .lg\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .lg\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .lg\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .lg\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .lg\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .lg\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .lg\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .lg\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .lg\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .lg\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .lg\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .lg\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .lg\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .lg\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .lg\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .lg\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .lg\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .lg\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .lg\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .lg\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .lg\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .lg\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .lg\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .lg\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .lg\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .lg\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .lg\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .lg\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .lg\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .lg\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .lg\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .lg\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .lg\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .lg\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .lg\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .lg\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .lg\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .lg\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .lg\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .lg\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .lg\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .lg\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .lg\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .lg\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .lg\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .lg\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .lg\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .lg\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .lg\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .lg\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .lg\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .lg\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .lg\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .lg\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .lg\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .lg\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .lg\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .lg\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .lg\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .lg\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .lg\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .lg\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .lg\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .lg\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .lg\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .lg\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .lg\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .lg\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .lg\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .lg\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .lg\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .lg\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .lg\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .lg\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .lg\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .lg\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .lg\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .lg\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .lg\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .lg\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .lg\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .lg\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .lg\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .lg\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .lg\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .lg\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .lg\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .lg\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .lg\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .lg\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .lg\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .lg\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .lg\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .lg\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .lg\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .lg\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .lg\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .lg\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .lg\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .lg\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .lg\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .lg\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .lg\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .lg\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .lg\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .lg\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .lg\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .lg\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .lg\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .lg\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .lg\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .lg\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .lg\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .lg\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .lg\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .lg\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .lg\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .lg\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .lg\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .lg\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .lg\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .lg\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .lg\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .lg\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .lg\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .lg\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .lg\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .lg\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .lg\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .lg\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .lg\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .lg\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .lg\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .lg\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .lg\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .lg\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .lg\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .lg\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .lg\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .lg\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .lg\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .lg\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .lg\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .lg\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .lg\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .lg\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .lg\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .lg\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .lg\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .lg\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .lg\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .lg\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .lg\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .lg\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .lg\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .lg\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .lg\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .lg\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .lg\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .lg\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .lg\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .lg\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .lg\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .lg\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .lg\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .lg\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .lg\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .lg\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .lg\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .lg\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .lg\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .lg\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .lg\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .lg\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .lg\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .lg\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .lg\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .lg\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .lg\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .lg\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .lg\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .lg\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .lg\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .lg\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .lg\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .lg\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .lg\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .lg\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .lg\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .lg\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .lg\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .lg\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .lg\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .lg\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .lg\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .lg\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .lg\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .lg\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .lg\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .lg\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .lg\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .lg\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .lg\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .lg\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .lg\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .lg\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .lg\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .lg\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .lg\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .lg\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .lg\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .lg\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .lg\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .lg\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .lg\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .lg\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .lg\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .lg\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .lg\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .lg\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .lg\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .lg\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .lg\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .lg\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .lg\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .lg\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .lg\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .lg\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .lg\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .lg\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .lg\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .lg\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .lg\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .lg\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .lg\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .lg\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .lg\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .lg\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .lg\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .lg\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .lg\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .lg\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .lg\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .lg\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .lg\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .lg\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .lg\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .lg\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .lg\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .lg\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .lg\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .lg\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .lg\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .lg\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .lg\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .lg\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .lg\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .lg\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .lg\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .lg\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .lg\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .lg\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .lg\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .lg\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .lg\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .lg\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .lg\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .lg\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .lg\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .lg\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .lg\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .lg\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .lg\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .lg\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .lg\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .lg\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .lg\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .lg\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .lg\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .lg\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .lg\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .lg\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .lg\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .lg\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .lg\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .lg\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .lg\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .lg\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .lg\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .lg\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .lg\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .lg\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .lg\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .lg\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .lg\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .lg\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .lg\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .lg\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .lg\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .lg\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .lg\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .lg\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .lg\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .lg\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .lg\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .lg\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .lg\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .lg\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .lg\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .lg\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .lg\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .lg\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .lg\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .lg\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .lg\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .lg\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .lg\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .lg\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .lg\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .lg\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .lg\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .lg\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .lg\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .lg\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .lg\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .lg\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .lg\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .lg\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .lg\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .lg\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .lg\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .lg\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .lg\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .lg\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .lg\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .lg\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .lg\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .lg\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .lg\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .lg\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .lg\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .lg\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .lg\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .lg\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .lg\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .lg\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .lg\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .lg\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .lg\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .lg\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .lg\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .lg\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .lg\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .lg\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .lg\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .lg\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .lg\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .lg\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .lg\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .lg\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .lg\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .lg\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .lg\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .lg\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .lg\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .lg\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .lg\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .lg\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .lg\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .lg\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .lg\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .lg\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .lg\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .lg\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .lg\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .lg\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .lg\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .lg\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .lg\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .lg\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .lg\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .lg\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .lg\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .lg\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .lg\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .lg\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .lg\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .lg\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .lg\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .lg\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .lg\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .lg\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .lg\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .lg\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .lg\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .lg\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .lg\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .lg\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .lg\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .lg\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .lg\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .lg\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .lg\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .lg\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .lg\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .lg\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .lg\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .lg\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .lg\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .lg\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .lg\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .lg\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .lg\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .lg\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .lg\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .lg\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .lg\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .lg\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .lg\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .lg\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .lg\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .lg\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .lg\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .lg\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .lg\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .lg\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .lg\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .lg\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .lg\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .lg\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .lg\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .lg\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .lg\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .lg\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .lg\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .lg\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .lg\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .lg\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .lg\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .lg\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .lg\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .lg\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .lg\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .lg\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .lg\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .lg\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .lg\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .lg\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .lg\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .lg\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .lg\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .lg\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .lg\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .lg\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .lg\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .lg\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .lg\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .lg\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .lg\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .lg\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .lg\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .lg\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .lg\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .lg\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .lg\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .lg\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .lg\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .lg\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .lg\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .lg\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .lg\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .lg\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .lg\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .lg\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .lg\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .lg\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .lg\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .lg\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .lg\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .lg\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .lg\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .lg\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .lg\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .lg\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .lg\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .lg\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .lg\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .lg\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .lg\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .lg\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .lg\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .lg\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .lg\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .lg\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .lg\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .lg\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .lg\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .lg\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .lg\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .lg\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .lg\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .lg\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .lg\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .lg\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .lg\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .lg\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .lg\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .lg\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .lg\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .lg\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .lg\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .lg\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .lg\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .lg\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .lg\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .lg\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .lg\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .lg\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .lg\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .lg\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .lg\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .lg\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .lg\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .lg\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .lg\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .lg\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .lg\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .lg\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .lg\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .lg\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .lg\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .lg\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .lg\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .lg\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .lg\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .lg\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .lg\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .lg\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .lg\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .lg\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .lg\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .lg\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .lg\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .lg\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .lg\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .lg\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .lg\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .lg\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .lg\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .lg\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .lg\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .lg\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .lg\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .lg\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .lg\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .lg\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .lg\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .lg\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .lg\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .lg\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .lg\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .lg\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .lg\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .lg\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .lg\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .lg\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .lg\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .lg\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .lg\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .lg\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .lg\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .lg\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .lg\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .lg\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .lg\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .lg\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .lg\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .lg\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .lg\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .lg\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .lg\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .lg\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .lg\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .lg\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .lg\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .lg\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .lg\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .lg\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .lg\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .lg\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .lg\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .lg\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .lg\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .lg\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .lg\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .lg\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .lg\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .lg\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .lg\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .lg\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .lg\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .lg\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .lg\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .lg\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .lg\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .lg\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .lg\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .lg\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .lg\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .lg\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .lg\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .lg\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .lg\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .lg\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .lg\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .lg\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .lg\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .lg\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .lg\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .lg\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .lg\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .lg\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .lg\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .lg\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .lg\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .lg\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .lg\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .lg\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .lg\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .lg\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .lg\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .lg\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .lg\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .lg\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .lg\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .lg\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .lg\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .lg\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .lg\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .lg\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .lg\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .lg\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .lg\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .lg\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .lg\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .lg\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .lg\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .lg\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .lg\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .lg\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .lg\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .lg\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .lg\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .lg\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .lg\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .lg\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .lg\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .lg\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .lg\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .lg\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .lg\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .lg\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .lg\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .lg\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .lg\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .lg\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .lg\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .lg\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .lg\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .lg\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .lg\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .lg\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .lg\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .lg\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .lg\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .lg\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .lg\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .lg\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .lg\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .lg\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .lg\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .lg\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .lg\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .lg\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .lg\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .lg\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .lg\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .lg\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .lg\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .lg\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .lg\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .lg\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .lg\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .lg\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .lg\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .lg\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .lg\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .lg\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .lg\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .lg\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .lg\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .lg\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .lg\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .lg\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .lg\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .lg\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .lg\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .lg\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .lg\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .lg\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .lg\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .lg\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .lg\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .lg\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .lg\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .lg\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .lg\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .lg\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .lg\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .lg\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .lg\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .lg\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .lg\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .lg\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .lg\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .lg\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .lg\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .lg\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .lg\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .lg\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .lg\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .lg\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .lg\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .lg\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .lg\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .lg\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .lg\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .lg\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .lg\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .lg\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .lg\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .lg\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .lg\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .lg\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .lg\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .lg\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .lg\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .lg\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .lg\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .lg\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .lg\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .lg\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .lg\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .lg\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .lg\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .lg\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .lg\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .lg\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .lg\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .lg\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .lg\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .lg\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .lg\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .lg\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .lg\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .lg\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .lg\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .lg\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .lg\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .lg\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .lg\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .lg\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .lg\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .lg\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .lg\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .lg\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .lg\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .lg\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .lg\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .lg\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .lg\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .lg\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .lg\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .lg\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .lg\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .lg\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .lg\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .lg\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .lg\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .lg\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .lg\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .lg\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .lg\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .lg\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .lg\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .lg\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .lg\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .lg\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .lg\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .lg\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .lg\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .lg\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .lg\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .lg\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .lg\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .lg\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .lg\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .lg\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .lg\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .lg\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .lg\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .lg\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .lg\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .lg\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .lg\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .lg\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .lg\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .lg\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .lg\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .lg\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .lg\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .lg\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .lg\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .lg\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .lg\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .lg\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .lg\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .lg\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .lg\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .lg\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .lg\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .lg\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .lg\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .lg\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .lg\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .lg\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .lg\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .lg\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .lg\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .lg\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .lg\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .lg\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .lg\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .lg\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .lg\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .lg\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .lg\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .lg\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .lg\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .lg\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .lg\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .lg\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .lg\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .lg\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .lg\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .lg\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .lg\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .lg\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .lg\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .lg\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .lg\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .lg\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .lg\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .lg\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .lg\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .lg\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .lg\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .lg\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .lg\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .lg\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .lg\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .lg\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .lg\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .lg\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .lg\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .lg\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .lg\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .lg\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .lg\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .lg\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .lg\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .lg\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .lg\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .lg\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .lg\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .lg\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .lg\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .lg\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .lg\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .lg\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .lg\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .lg\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .lg\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .lg\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .lg\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .lg\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .lg\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .lg\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .lg\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .lg\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .lg\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .lg\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .lg\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .lg\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .lg\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .lg\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .lg\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .lg\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .lg\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .lg\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .lg\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .lg\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .lg\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .lg\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .lg\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .lg\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .lg\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .lg\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .lg\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .lg\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .lg\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .lg\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .lg\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .lg\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .lg\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .lg\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .lg\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .lg\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .lg\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .lg\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .lg\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .lg\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .lg\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .lg\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .lg\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .lg\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .lg\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .lg\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .lg\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .lg\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .lg\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .lg\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .lg\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .lg\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .lg\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .lg\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .lg\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .lg\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .lg\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .lg\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .lg\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .lg\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .lg\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .lg\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .lg\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .lg\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .lg\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .lg\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .lg\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .lg\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .lg\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .lg\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .lg\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .lg\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .lg\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .lg\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .lg\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .lg\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .lg\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .lg\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .lg\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .lg\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .lg\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .lg\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .lg\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .lg\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .lg\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .lg\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .lg\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .lg\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .lg\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .lg\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .lg\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .lg\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .lg\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .lg\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .lg\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .lg\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .lg\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .lg\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .lg\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .lg\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .lg\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .lg\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .lg\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .lg\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .lg\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .lg\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .lg\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .lg\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .lg\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .lg\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .lg\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .lg\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .lg\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .lg\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .lg\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .lg\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .lg\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .lg\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .lg\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .lg\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .lg\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .lg\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .lg\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .lg\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .lg\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .lg\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .lg\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .lg\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .lg\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .lg\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .lg\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .lg\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .lg\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .lg\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .lg\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .lg\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .lg\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .lg\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .lg\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .lg\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .lg\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .lg\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .lg\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .lg\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .lg\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .lg\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .lg\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .lg\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .lg\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .lg\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .lg\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .lg\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .lg\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .lg\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .lg\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .lg\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .lg\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .lg\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .lg\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .lg\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .lg\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .lg\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .lg\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .lg\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .lg\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .lg\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .lg\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .lg\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .lg\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .lg\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .lg\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .lg\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .lg\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .lg\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .lg\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .lg\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .lg\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .lg\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .lg\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .lg\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .lg\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .lg\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .lg\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .lg\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .lg\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .lg\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .lg\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .lg\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .lg\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .lg\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .lg\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .lg\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .lg\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .lg\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .lg\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .lg\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .lg\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .lg\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .lg\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .lg\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .lg\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .lg\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .lg\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .lg\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .lg\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .lg\:transition-none {
        transition-property: none;
    }
    .lg\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:transition {
        transition-property: background-color, border-color, color, fill, stroke,
            opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .lg\:ease-linear {
        transition-timing-function: linear;
    }
    .lg\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .lg\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .lg\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .lg\:duration-75 {
        transition-duration: 75ms;
    }
    .lg\:duration-100 {
        transition-duration: 0.1s;
    }
    .lg\:duration-150 {
        transition-duration: 150ms;
    }
    .lg\:duration-200 {
        transition-duration: 0.2s;
    }
    .lg\:duration-300 {
        transition-duration: 0.3s;
    }
    .lg\:duration-500 {
        transition-duration: 0.5s;
    }
    .lg\:duration-700 {
        transition-duration: 0.7s;
    }
    .lg\:duration-1000 {
        transition-duration: 1s;
    }
    .lg\:delay-75 {
        transition-delay: 75ms;
    }
    .lg\:delay-100 {
        transition-delay: 0.1s;
    }
    .lg\:delay-150 {
        transition-delay: 150ms;
    }
    .lg\:delay-200 {
        transition-delay: 0.2s;
    }
    .lg\:delay-300 {
        transition-delay: 0.3s;
    }
    .lg\:delay-500 {
        transition-delay: 0.5s;
    }
    .lg\:delay-700 {
        transition-delay: 0.7s;
    }
    .lg\:delay-1000 {
        transition-delay: 1s;
    }
    .lg\:animate-none {
        animation: none;
    }
    .lg\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .lg\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .lg\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .lg\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .xl\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .xl\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .xl\:container {
            max-width: 480px;
        }
    }
    @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: 1920px) {
        .xl\:container {
            max-width: 1920px;
        }
    }
    .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }
    .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .xl\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .xl\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .xl\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }
    .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }
    .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }
    .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .xl\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .xl\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .xl\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .xl\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .xl\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .xl\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .xl\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .xl\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .xl\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .xl\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .xl\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .xl\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .xl\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .xl\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .xl\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .xl\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .xl\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xl\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .xl\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .xl\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .xl\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .xl\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .xl\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .xl\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .xl\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .xl\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .xl\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .xl\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .xl\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .xl\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xl\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .xl\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xl\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .xl\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .xl\:bg-fixed {
        background-attachment: fixed;
    }
    .xl\:bg-local {
        background-attachment: local;
    }
    .xl\:bg-scroll {
        background-attachment: scroll;
    }
    .xl\:bg-clip-border {
        background-clip: border-box;
    }
    .xl\:bg-clip-padding {
        background-clip: padding-box;
    }
    .xl\:bg-clip-content {
        background-clip: content-box;
    }
    .xl\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .xl\:bg-transparent {
        background-color: transparent;
    }
    .xl\:bg-current {
        background-color: currentColor;
    }
    .xl\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xl\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xl\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xl\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xl\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xl\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xl\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xl\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xl\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xl\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xl\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xl\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xl\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xl\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xl\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xl\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xl\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xl\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xl\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xl\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xl\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xl\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xl\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xl\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xl\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xl\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xl\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xl\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xl\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xl\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xl\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xl\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xl\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xl\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xl\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xl\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xl\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xl\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xl\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xl\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xl\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xl\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .xl\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .xl\:bg-gray-23 {
        background-color: #eee;
    }
    .xl\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .xl\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .xl\:bg-gray-26 {
        background-color: #efefef;
    }
    .xl\:bg-gray-27 {
        background-color: #bababa;
    }
    .xl\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xl\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .xl\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .xl\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xl\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xl\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .xl\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .xl\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .xl\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .xl\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .xl\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .xl\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .xl\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .xl\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .xl\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .xl\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .xl\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .xl\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .xl\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .xl\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .xl\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .xl\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .xl\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xl\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .xl\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .xl\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .xl\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .xl\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .xl\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .xl\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .xl\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .xl\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .xl\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xl\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .xl\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .xl\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .xl\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .xl\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .xl\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .xl\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .xl\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .xl\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .xl\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xl\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xl\:bg-none {
        background-image: none;
    }
    .xl\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .xl\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .xl\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .xl\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .xl\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .xl\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .xl\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .xl\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .xl\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .xl\:to-current {
        --tw-gradient-to: currentColor;
    }
    .xl\:to-black {
        --tw-gradient-to: #000;
    }
    .xl\:to-white {
        --tw-gradient-to: #fff;
    }
    .xl\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .xl\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .xl\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .xl\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .xl\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .xl\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .xl\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .xl\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .xl\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .xl\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .xl\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .xl\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .xl\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .xl\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .xl\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .xl\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .xl\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .xl\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .xl\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .xl\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .xl\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .xl\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .xl\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .xl\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .xl\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .xl\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .xl\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .xl\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .xl\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .xl\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .xl\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .xl\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .xl\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .xl\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .xl\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .xl\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .xl\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .xl\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .xl\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .xl\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .xl\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .xl\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .xl\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .xl\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .xl\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .xl\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .xl\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .xl\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .xl\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .xl\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .xl\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .xl\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .xl\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .xl\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .xl\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .xl\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .xl\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .xl\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .xl\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .xl\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .xl\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .xl\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .xl\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .xl\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .xl\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .xl\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .xl\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .xl\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .xl\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .xl\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .xl\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .xl\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .xl\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .xl\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .xl\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .xl\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .xl\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .xl\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .xl\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .xl\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .xl\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .xl\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .xl\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .xl\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .xl\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .xl\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .xl\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .xl\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .xl\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .xl\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xl\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xl\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .xl\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .xl\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .xl\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .xl\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .xl\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .xl\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .xl\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .xl\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .xl\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .xl\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .xl\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .xl\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .xl\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .xl\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .xl\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .xl\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .xl\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .xl\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .xl\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .xl\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .xl\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .xl\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .xl\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .xl\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .xl\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .xl\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .xl\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .xl\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .xl\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .xl\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .xl\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .xl\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .xl\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .xl\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .xl\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .xl\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .xl\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .xl\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .xl\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .xl\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .xl\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .xl\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .xl\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .xl\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .xl\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .xl\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .xl\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:hover\:from-yellow-50:hover {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:hover\:from-yellow-100:hover {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:hover\:from-yellow-200:hover {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:hover\:from-yellow-300:hover {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:hover\:from-yellow-400:hover {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:hover\:from-yellow-500:hover {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:hover\:from-yellow-600:hover {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:hover\:from-yellow-700:hover {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:hover\:from-yellow-800:hover {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:hover\:from-yellow-900:hover {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:hover\:from-green-50:hover {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:hover\:from-green-100:hover {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:hover\:from-green-200:hover {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:hover\:from-green-300:hover {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:hover\:from-green-400:hover {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:hover\:from-green-500:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:hover\:from-green-600:hover {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:hover\:from-green-700:hover {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:hover\:from-green-800:hover {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:hover\:from-green-900:hover {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:hover\:from-blue-50:hover {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:hover\:from-blue-100:hover {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:hover\:from-blue-200:hover {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:hover\:from-blue-300:hover {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:hover\:from-blue-400:hover {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:hover\:from-blue-500:hover {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:hover\:from-blue-600:hover {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:hover\:from-blue-700:hover {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:hover\:from-blue-800:hover {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:hover\:from-blue-900:hover {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:hover\:from-purple-50:hover {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:hover\:from-purple-100:hover {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:hover\:from-purple-200:hover {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:hover\:from-purple-300:hover {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:hover\:from-purple-400:hover {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:hover\:from-purple-500:hover {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:hover\:from-purple-600:hover {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:hover\:from-purple-700:hover {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:hover\:from-purple-800:hover {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:hover\:from-purple-900:hover {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:hover\:from-pink-50:hover {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:hover\:from-pink-100:hover {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:hover\:from-pink-200:hover {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:hover\:from-pink-300:hover {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:hover\:from-pink-400:hover {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:hover\:from-pink-500:hover {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:hover\:from-pink-600:hover {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:hover\:from-pink-700:hover {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:hover\:from-pink-800:hover {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:hover\:from-pink-900:hover {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .xl\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .xl\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .xl\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .xl\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .xl\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .xl\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .xl\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .xl\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .xl\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .xl\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .xl\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .xl\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .xl\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .xl\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .xl\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .xl\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .xl\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .xl\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .xl\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .xl\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .xl\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .xl\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .xl\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .xl\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .xl\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .xl\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .xl\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .xl\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .xl\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .xl\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .xl\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .xl\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .xl\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .xl\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .xl\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .xl\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .xl\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .xl\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .xl\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .xl\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .xl\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .xl\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .xl\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .xl\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .xl\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .xl\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .xl\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .xl\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .xl\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .xl\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .xl\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .xl\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .xl\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .xl\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .xl\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .xl\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .xl\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .xl\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .xl\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .xl\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .xl\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .xl\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .xl\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .xl\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .xl\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .xl\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .xl\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .xl\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .xl\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .xl\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .xl\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .xl\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .xl\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .xl\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .xl\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .xl\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .xl\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .xl\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .xl\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .xl\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .xl\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .xl\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .xl\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .xl\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .xl\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .xl\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .xl\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .xl\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .xl\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .xl\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .xl\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .xl\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .xl\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xl\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xl\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .xl\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .xl\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .xl\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .xl\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .xl\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .xl\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .xl\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .xl\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .xl\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .xl\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .xl\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .xl\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .xl\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .xl\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .xl\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .xl\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .xl\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .xl\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .xl\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .xl\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .xl\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .xl\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .xl\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .xl\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .xl\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .xl\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .xl\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .xl\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .xl\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .xl\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .xl\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .xl\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .xl\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .xl\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .xl\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .xl\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .xl\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .xl\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .xl\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .xl\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .xl\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .xl\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .xl\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .xl\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .xl\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .xl\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .xl\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:focus\:from-yellow-50:focus {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:focus\:from-yellow-100:focus {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:focus\:from-yellow-200:focus {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:focus\:from-yellow-300:focus {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:focus\:from-yellow-400:focus {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:focus\:from-yellow-500:focus {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:focus\:from-yellow-600:focus {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:focus\:from-yellow-700:focus {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:focus\:from-yellow-800:focus {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:focus\:from-yellow-900:focus {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:focus\:from-green-50:focus {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:focus\:from-green-100:focus {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:focus\:from-green-200:focus {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:focus\:from-green-300:focus {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:focus\:from-green-400:focus {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:focus\:from-green-500:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:focus\:from-green-600:focus {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:focus\:from-green-700:focus {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:focus\:from-green-800:focus {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:focus\:from-green-900:focus {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:focus\:from-blue-50:focus {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:focus\:from-blue-100:focus {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:focus\:from-blue-200:focus {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:focus\:from-blue-300:focus {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:focus\:from-blue-400:focus {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:focus\:from-blue-500:focus {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:focus\:from-blue-600:focus {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:focus\:from-blue-700:focus {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:focus\:from-blue-800:focus {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:focus\:from-blue-900:focus {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:focus\:from-purple-50:focus {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:focus\:from-purple-100:focus {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:focus\:from-purple-200:focus {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:focus\:from-purple-300:focus {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:focus\:from-purple-400:focus {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:focus\:from-purple-500:focus {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:focus\:from-purple-600:focus {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:focus\:from-purple-700:focus {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:focus\:from-purple-800:focus {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:focus\:from-purple-900:focus {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:focus\:from-pink-50:focus {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:focus\:from-pink-100:focus {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:focus\:from-pink-200:focus {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:focus\:from-pink-300:focus {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:focus\:from-pink-400:focus {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:focus\:from-pink-500:focus {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:focus\:from-pink-600:focus {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:focus\:from-pink-700:focus {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:focus\:from-pink-800:focus {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:focus\:from-pink-900:focus {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xl\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xl\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xl\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xl\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xl\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xl\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xl\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xl\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xl\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xl\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xl\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xl\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xl\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xl\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xl\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xl\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xl\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xl\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xl\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xl\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xl\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xl\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xl\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xl\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xl\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xl\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xl\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xl\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xl\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xl\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xl\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xl\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xl\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xl\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xl\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xl\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xl\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xl\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xl\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xl\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xl\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xl\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xl\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xl\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xl\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xl\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xl\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xl\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xl\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xl\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xl\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xl\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xl\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xl\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xl\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xl\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xl\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xl\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xl\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xl\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xl\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xl\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xl\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xl\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xl\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xl\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xl\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xl\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xl\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xl\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xl\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xl\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xl\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xl\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xl\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xl\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xl\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xl\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xl\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xl\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xl\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xl\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xl\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xl\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xl\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xl\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xl\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xl\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xl\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xl\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xl\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xl\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xl\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xl\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xl\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xl\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xl\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xl\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xl\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xl\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xl\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xl\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xl\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xl\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xl\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xl\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xl\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xl\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xl\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xl\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xl\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xl\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xl\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xl\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xl\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xl\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xl\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xl\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xl\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xl\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xl\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xl\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xl\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xl\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xl\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xl\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xl\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xl\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xl\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xl\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xl\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .xl\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .xl\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .xl\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .xl\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .xl\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .xl\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .xl\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .xl\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .xl\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .xl\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .xl\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .xl\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .xl\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .xl\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .xl\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .xl\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .xl\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .xl\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .xl\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .xl\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .xl\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .xl\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .xl\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .xl\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .xl\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .xl\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .xl\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .xl\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .xl\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .xl\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .xl\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .xl\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .xl\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .xl\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .xl\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .xl\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .xl\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .xl\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .xl\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .xl\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .xl\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .xl\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .xl\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .xl\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .xl\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .xl\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .xl\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .xl\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .xl\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .xl\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .xl\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .xl\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .xl\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .xl\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .xl\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .xl\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .xl\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .xl\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .xl\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .xl\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .xl\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .xl\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .xl\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .xl\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .xl\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .xl\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .xl\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .xl\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .xl\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .xl\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .xl\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .xl\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .xl\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .xl\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .xl\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .xl\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .xl\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .xl\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .xl\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .xl\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .xl\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .xl\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .xl\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .xl\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .xl\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .xl\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .xl\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .xl\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .xl\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .xl\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .xl\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .xl\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .xl\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .xl\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .xl\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .xl\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .xl\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .xl\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .xl\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .xl\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .xl\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .xl\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .xl\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .xl\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .xl\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .xl\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .xl\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .xl\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .xl\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .xl\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .xl\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .xl\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .xl\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .xl\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .xl\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .xl\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .xl\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .xl\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .xl\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .xl\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .xl\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .xl\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .xl\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .xl\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .xl\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .xl\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .xl\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .xl\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .xl\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .xl\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .xl\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .xl\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .xl\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .xl\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .xl\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .xl\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .xl\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .xl\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .xl\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .xl\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .xl\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .xl\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .xl\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .xl\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .xl\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .xl\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .xl\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .xl\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .xl\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .xl\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .xl\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .xl\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .xl\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .xl\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .xl\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .xl\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .xl\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .xl\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .xl\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .xl\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .xl\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .xl\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .xl\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .xl\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .xl\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .xl\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .xl\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .xl\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .xl\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .xl\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .xl\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .xl\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .xl\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .xl\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .xl\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .xl\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .xl\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .xl\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .xl\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .xl\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .xl\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .xl\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .xl\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .xl\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .xl\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .xl\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .xl\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .xl\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .xl\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .xl\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .xl\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .xl\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .xl\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .xl\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .xl\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .xl\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .xl\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .xl\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .xl\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .xl\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .xl\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .xl\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .xl\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .xl\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .xl\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .xl\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .xl\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .xl\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .xl\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .xl\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .xl\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .xl\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .xl\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .xl\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .xl\:bg-bottom {
        background-position: bottom;
    }
    .xl\:bg-center {
        background-position: center;
    }
    .xl\:bg-left {
        background-position: left;
    }
    .xl\:bg-left-bottom {
        background-position: left bottom;
    }
    .xl\:bg-left-top {
        background-position: left top;
    }
    .xl\:bg-right {
        background-position: right;
    }
    .xl\:bg-right-bottom {
        background-position: right bottom;
    }
    .xl\:bg-right-top {
        background-position: right top;
    }
    .xl\:bg-top {
        background-position: top;
    }
    .xl\:bg-repeat {
        background-repeat: repeat;
    }
    .xl\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .xl\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .xl\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .xl\:bg-repeat-round {
        background-repeat: round;
    }
    .xl\:bg-repeat-space {
        background-repeat: space;
    }
    .xl\:bg-auto {
        background-size: auto;
    }
    .xl\:bg-cover {
        background-size: cover;
    }
    .xl\:bg-contain {
        background-size: contain;
    }
    .xl\:border-collapse {
        border-collapse: collapse;
    }
    .xl\:border-separate {
        border-collapse: separate;
    }
    .xl\:border-transparent {
        border-color: transparent;
    }
    .xl\:border-current {
        border-color: currentColor;
    }
    .xl\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xl\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xl\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xl\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xl\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xl\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xl\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xl\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xl\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xl\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xl\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xl\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xl\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xl\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xl\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xl\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xl\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xl\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xl\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xl\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xl\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xl\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xl\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xl\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xl\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xl\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xl\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xl\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xl\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xl\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xl\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xl\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xl\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xl\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xl\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xl\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xl\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xl\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xl\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xl\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xl\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xl\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xl\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xl\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xl\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xl\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xl\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xl\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xl\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xl\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xl\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xl\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xl\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xl\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xl\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xl\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xl\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xl\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xl\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xl\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xl\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xl\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xl\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xl\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xl\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xl\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xl\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xl\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xl\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xl\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xl\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xl\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xl\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xl\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xl\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xl\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xl\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xl\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xl\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xl\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xl\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xl\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xl\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xl\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xl\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xl\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xl\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xl\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xl\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xl\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xl\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xl\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xl\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xl\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xl\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xl\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xl\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xl\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xl\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xl\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xl\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xl\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xl\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xl\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xl\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xl\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xl\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xl\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xl\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xl\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xl\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xl\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xl\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xl\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xl\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xl\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xl\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xl\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xl\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xl\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xl\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xl\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xl\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xl\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xl\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .xl\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .xl\:border-gray-23 {
        border-color: #eee;
    }
    .xl\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .xl\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .xl\:border-gray-26 {
        border-color: #efefef;
    }
    .xl\:border-gray-27 {
        border-color: #bababa;
    }
    .xl\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xl\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xl\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xl\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .xl\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .xl\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xl\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xl\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .xl\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .xl\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .xl\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .xl\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .xl\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .xl\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .xl\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .xl\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .xl\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .xl\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .xl\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .xl\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .xl\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .xl\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .xl\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .xl\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .xl\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xl\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .xl\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .xl\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xl\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xl\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xl\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xl\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xl\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xl\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xl\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xl\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xl\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xl\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xl\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xl\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xl\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .xl\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .xl\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .xl\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .xl\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .xl\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .xl\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .xl\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xl\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xl\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .xl\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .xl\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xl\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xl\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xl\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xl\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xl\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xl\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xl\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xl\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xl\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xl\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xl\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xl\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xl\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xl\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .xl\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .xl\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .xl\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .xl\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .xl\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .xl\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .xl\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xl\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xl\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xl\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .xl\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .xl\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .xl\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .xl\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .xl\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .xl\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .xl\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .xl\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .xl\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .xl\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .xl\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .xl\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .xl\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .xl\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .xl\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .xl\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .xl\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .xl\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .xl\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .xl\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .xl\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .xl\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .xl\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .xl\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .xl\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .xl\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .xl\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .xl\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .xl\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .xl\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .xl\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .xl\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .xl\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .xl\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .xl\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .xl\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .xl\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .xl\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .xl\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .xl\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .xl\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .xl\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .xl\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .xl\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .xl\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .xl\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .xl\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .xl\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .xl\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .xl\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .xl\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .xl\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .xl\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .xl\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .xl\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .xl\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .xl\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .xl\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .xl\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .xl\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .xl\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .xl\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .xl\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .xl\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .xl\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .xl\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .xl\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .xl\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .xl\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .xl\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .xl\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .xl\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .xl\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .xl\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .xl\:rounded-none {
        border-radius: 0;
    }
    .xl\:rounded-sm {
        border-radius: 0.125rem;
    }
    .xl\:rounded {
        border-radius: 0.25rem;
    }
    .xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .xl\:rounded-lg {
        border-radius: 0.5rem;
    }
    .xl\:rounded-xl {
        border-radius: 0.75rem;
    }
    .xl\:rounded-2xl {
        border-radius: 1rem;
    }
    .xl\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .xl\:rounded-full {
        border-radius: 9999px;
    }
    .xl\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .xl\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .xl\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xl\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xl\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .xl\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .xl\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xl\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xl\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .xl\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .xl\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xl\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xl\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .xl\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .xl\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xl\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xl\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .xl\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .xl\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xl\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xl\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .xl\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .xl\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xl\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xl\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .xl\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .xl\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xl\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xl\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .xl\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .xl\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xl\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .xl\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xl\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xl\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .xl\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .xl\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .xl\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .xl\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .xl\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .xl\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .xl\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .xl\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .xl\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .xl\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .xl\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .xl\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .xl\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .xl\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .xl\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .xl\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .xl\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .xl\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .xl\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .xl\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .xl\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .xl\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .xl\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .xl\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .xl\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .xl\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .xl\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .xl\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .xl\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .xl\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .xl\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .xl\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .xl\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .xl\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .xl\:border-solid {
        border-style: solid;
    }
    .xl\:border-dashed {
        border-style: dashed;
    }
    .xl\:border-dotted {
        border-style: dotted;
    }
    .xl\:border-double {
        border-style: double;
    }
    .xl\:border-none {
        border-style: none;
    }
    .xl\:border-0 {
        border-width: 0;
    }
    .xl\:border-2 {
        border-width: 2px;
    }
    .xl\:border-4 {
        border-width: 4px;
    }
    .xl\:border-8 {
        border-width: 8px;
    }
    .xl\:border {
        border-width: 1px;
    }
    .xl\:border-t-0 {
        border-top-width: 0;
    }
    .xl\:border-r-0 {
        border-right-width: 0;
    }
    .xl\:border-b-0 {
        border-bottom-width: 0;
    }
    .xl\:border-l-0 {
        border-left-width: 0;
    }
    .xl\:border-t-2 {
        border-top-width: 2px;
    }
    .xl\:border-r-2 {
        border-right-width: 2px;
    }
    .xl\:border-b-2 {
        border-bottom-width: 2px;
    }
    .xl\:border-l-2 {
        border-left-width: 2px;
    }
    .xl\:border-t-4 {
        border-top-width: 4px;
    }
    .xl\:border-r-4 {
        border-right-width: 4px;
    }
    .xl\:border-b-4 {
        border-bottom-width: 4px;
    }
    .xl\:border-l-4 {
        border-left-width: 4px;
    }
    .xl\:border-t-8 {
        border-top-width: 8px;
    }
    .xl\:border-r-8 {
        border-right-width: 8px;
    }
    .xl\:border-b-8 {
        border-bottom-width: 8px;
    }
    .xl\:border-l-8 {
        border-left-width: 8px;
    }
    .xl\:border-t {
        border-top-width: 1px;
    }
    .xl\:border-r {
        border-right-width: 1px;
    }
    .xl\:border-b {
        border-bottom-width: 1px;
    }
    .xl\:border-l {
        border-left-width: 1px;
    }
    .xl\:box-border {
        box-sizing: border-box;
    }
    .xl\:box-content {
        box-sizing: content-box;
    }
    .xl\:cursor-auto {
        cursor: auto;
    }
    .xl\:cursor-default {
        cursor: default;
    }
    .xl\:cursor-pointer {
        cursor: pointer;
    }
    .xl\:cursor-wait {
        cursor: wait;
    }
    .xl\:cursor-text {
        cursor: text;
    }
    .xl\:cursor-move {
        cursor: move;
    }
    .xl\:cursor-help {
        cursor: help;
    }
    .xl\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline-block {
        display: inline-block;
    }
    .xl\:inline {
        display: inline;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:inline-flex {
        display: inline-flex;
    }
    .xl\:table {
        display: table;
    }
    .xl\:table-caption {
        display: table-caption;
    }
    .xl\:table-cell {
        display: table-cell;
    }
    .xl\:table-column {
        display: table-column;
    }
    .xl\:table-column-group {
        display: table-column-group;
    }
    .xl\:table-footer-group {
        display: table-footer-group;
    }
    .xl\:table-header-group {
        display: table-header-group;
    }
    .xl\:table-row-group {
        display: table-row-group;
    }
    .xl\:table-row {
        display: table-row;
    }
    .xl\:flow-root {
        display: flow-root;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:inline-grid {
        display: inline-grid;
    }
    .xl\:contents {
        display: contents;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .xl\:flex-col {
        flex-direction: column;
    }
    .xl\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .xl\:flex-wrap {
        flex-wrap: wrap;
    }
    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xl\:place-items-auto {
        place-items: auto;
    }
    .xl\:place-items-start {
        place-items: start;
    }
    .xl\:place-items-end {
        place-items: end;
    }
    .xl\:place-items-center {
        place-items: center;
    }
    .xl\:place-items-stretch {
        place-items: stretch;
    }
    .xl\:place-content-center {
        place-content: center;
    }
    .xl\:place-content-start {
        place-content: start;
    }
    .xl\:place-content-end {
        place-content: end;
    }
    .xl\:place-content-between {
        place-content: space-between;
    }
    .xl\:place-content-around {
        place-content: space-around;
    }
    .xl\:place-content-evenly {
        place-content: space-evenly;
    }
    .xl\:place-content-stretch {
        place-content: stretch;
    }
    .xl\:place-self-auto {
        place-self: auto;
    }
    .xl\:place-self-start {
        place-self: start;
    }
    .xl\:place-self-end {
        place-self: end;
    }
    .xl\:place-self-center {
        place-self: center;
    }
    .xl\:place-self-stretch {
        place-self: stretch;
    }
    .xl\:items-start {
        align-items: flex-start;
    }
    .xl\:items-end {
        align-items: flex-end;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:items-baseline {
        align-items: baseline;
    }
    .xl\:items-stretch {
        align-items: stretch;
    }
    .xl\:content-center {
        align-content: center;
    }
    .xl\:content-start {
        align-content: flex-start;
    }
    .xl\:content-end {
        align-content: flex-end;
    }
    .xl\:content-between {
        align-content: space-between;
    }
    .xl\:content-around {
        align-content: space-around;
    }
    .xl\:content-evenly {
        align-content: space-evenly;
    }
    .xl\:self-auto {
        align-self: auto;
    }
    .xl\:self-start {
        align-self: flex-start;
    }
    .xl\:self-end {
        align-self: flex-end;
    }
    .xl\:self-center {
        align-self: center;
    }
    .xl\:self-stretch {
        align-self: stretch;
    }
    .xl\:justify-items-auto {
        justify-items: auto;
    }
    .xl\:justify-items-start {
        justify-items: start;
    }
    .xl\:justify-items-end {
        justify-items: end;
    }
    .xl\:justify-items-center {
        justify-items: center;
    }
    .xl\:justify-items-stretch {
        justify-items: stretch;
    }
    .xl\:justify-start {
        justify-content: flex-start;
    }
    .xl\:justify-end {
        justify-content: flex-end;
    }
    .xl\:justify-center {
        justify-content: center;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:justify-around {
        justify-content: space-around;
    }
    .xl\:justify-evenly {
        justify-content: space-evenly;
    }
    .xl\:justify-self-auto {
        justify-self: auto;
    }
    .xl\:justify-self-start {
        justify-self: start;
    }
    .xl\:justify-self-end {
        justify-self: end;
    }
    .xl\:justify-self-center {
        justify-self: center;
    }
    .xl\:justify-self-stretch {
        justify-self: stretch;
    }
    .xl\:flex-1 {
        flex: 1 1 0%;
    }
    .xl\:flex-auto {
        flex: 1 1 auto;
    }
    .xl\:flex-initial {
        flex: 0 1 auto;
    }
    .xl\:flex-none {
        flex: none;
    }
    .xl\:flex-grow-0 {
        flex-grow: 0;
    }
    .xl\:flex-grow {
        flex-grow: 1;
    }
    .xl\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .xl\:flex-shrink {
        flex-shrink: 1;
    }
    .xl\:order-1 {
        order: 1;
    }
    .xl\:order-2 {
        order: 2;
    }
    .xl\:order-3 {
        order: 3;
    }
    .xl\:order-4 {
        order: 4;
    }
    .xl\:order-5 {
        order: 5;
    }
    .xl\:order-6 {
        order: 6;
    }
    .xl\:order-7 {
        order: 7;
    }
    .xl\:order-8 {
        order: 8;
    }
    .xl\:order-9 {
        order: 9;
    }
    .xl\:order-10 {
        order: 10;
    }
    .xl\:order-11 {
        order: 11;
    }
    .xl\:order-12 {
        order: 12;
    }
    .xl\:order-first {
        order: -9999;
    }
    .xl\:order-last {
        order: 9999;
    }
    .xl\:order-none {
        order: 0;
    }
    .xl\:float-right {
        float: right;
    }
    .xl\:float-left {
        float: left;
    }
    .xl\:float-none {
        float: none;
    }
    .xl\:clear-left {
        clear: left;
    }
    .xl\:clear-right {
        clear: right;
    }
    .xl\:clear-both {
        clear: both;
    }
    .xl\:clear-none {
        clear: none;
    }
    .xl\:font-sans {
        font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
            BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
            "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
    }
    .xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .xl\:font-DM {
        font-family: DM Sans;
    }
    .xl\:font-thin {
        font-weight: 100;
    }
    .xl\:font-extralight {
        font-weight: 200;
    }
    .xl\:font-light {
        font-weight: 300;
    }
    .xl\:font-normal {
        font-weight: 400;
    }
    .xl\:font-medium {
        font-weight: 500;
    }
    .xl\:font-semibold {
        font-weight: 600;
    }
    .xl\:font-bold {
        font-weight: 700;
    }
    .xl\:font-extrabold {
        font-weight: 800;
    }
    .xl\:font-black {
        font-weight: 900;
    }
    .xl\:h-0 {
        height: 0;
    }
    .xl\:h-1 {
        height: 0.25rem;
    }
    .xl\:h-2 {
        height: 0.5rem;
    }
    .xl\:h-3 {
        height: 0.75rem;
    }
    .xl\:h-4 {
        height: 1rem;
    }
    .xl\:h-5 {
        height: 1.25rem;
    }
    .xl\:h-6 {
        height: 1.5rem;
    }
    .xl\:h-7 {
        height: 1.75rem;
    }
    .xl\:h-8 {
        height: 2rem;
    }
    .xl\:h-9 {
        height: 2.25rem;
    }
    .xl\:h-10 {
        height: 2.5rem;
    }
    .xl\:h-11 {
        height: 2.75rem;
    }
    .xl\:h-12 {
        height: 3rem;
    }
    .xl\:h-14 {
        height: 3.5rem;
    }
    .xl\:h-16 {
        height: 4rem;
    }
    .xl\:h-20 {
        height: 5rem;
    }
    .xl\:h-23 {
        height: 88px;
    }
    .xl\:h-24 {
        height: 6rem;
    }
    .xl\:h-25 {
        height: 100px;
    }
    .xl\:h-28 {
        height: 7rem;
    }
    .xl\:h-29 {
        height: 120px;
    }
    .xl\:h-32 {
        height: 8rem;
    }
    .xl\:h-33 {
        height: 130px;
    }
    .xl\:h-36 {
        height: 9rem;
    }
    .xl\:h-40 {
        height: 10rem;
    }
    .xl\:h-44 {
        height: 11rem;
    }
    .xl\:h-48 {
        height: 12rem;
    }
    .xl\:h-52 {
        height: 13rem;
    }
    .xl\:h-56 {
        height: 14rem;
    }
    .xl\:h-60 {
        height: 15rem;
    }
    .xl\:h-63 {
        height: 270px;
    }
    .xl\:h-64 {
        height: 16rem;
    }
    .xl\:h-72 {
        height: 18rem;
    }
    .xl\:h-80 {
        height: 20rem;
    }
    .xl\:h-92 {
        height: 475px;
    }
    .xl\:h-96 {
        height: 24rem;
    }
    .xl\:h-128 {
        height: 32rem;
    }
    .xl\:h-auto {
        height: auto;
    }
    .xl\:h-px {
        height: 1px;
    }
    .xl\:h-0\.5 {
        height: 0.125rem;
    }
    .xl\:h-1\.5 {
        height: 0.375rem;
    }
    .xl\:h-2\.5 {
        height: 0.625rem;
    }
    .xl\:h-3\.5 {
        height: 0.875rem;
    }
    .xl\:h-105p {
        height: 105px;
    }
    .xl\:h-50p {
        height: 50px;
    }
    .xl\:h-54p {
        height: 54px;
    }
    .xl\:h-1p {
        height: 1px;
    }
    .xl\:h-2p {
        height: 2px;
    }
    .xl\:h-3p {
        height: 3px;
    }
    .xl\:h-5p {
        height: 5px;
    }
    .xl\:h-7p {
        height: 7px;
    }
    .xl\:h-9p {
        height: 9px;
    }
    .xl\:h-10p {
        height: 10px;
    }
    .xl\:h-11p {
        height: 11px;
    }
    .xl\:h-13p {
        height: 13px;
    }
    .xl\:h-15p {
        height: 15px;
    }
    .xl\:h-18p {
        height: 18px;
    }
    .xl\:h-19p {
        height: 19px;
    }
    .xl\:h-21p {
        height: 21px;
    }
    .xl\:h-22p {
        height: 22px;
    }
    .xl\:h-23p {
        height: 23px;
    }
    .xl\:h-25p {
        height: 25px;
    }
    .xl\:h-26p {
        height: 26px;
    }
    .xl\:h-29p {
        height: 29px;
    }
    .xl\:h-30p {
        height: 30px;
    }
    .xl\:h-31p {
        height: 31px;
    }
    .xl\:h-35p {
        height: 35px;
    }
    .xl\:h-52p {
        height: 52px;
    }
    .xl\:h-53p {
        height: 53px;
    }
    .xl\:h-55p {
        height: 55px;
    }
    .xl\:h-59p {
        height: 59px;
    }
    .xl\:h-27p {
        height: 27px;
    }
    .xl\:h-33\.5p {
        height: 33.5px;
    }
    .xl\:h-38p {
        height: 38px;
    }
    .xl\:h-40p {
        height: 40px;
    }
    .xl\:h-46p {
        height: 46px;
    }
    .xl\:h-47p {
        height: 47px;
    }
    .xl\:h-49p {
        height: 49px;
    }
    .xl\:h-58p {
        height: 58px;
    }
    .xl\:h-75p {
        height: 75px;
    }
    .xl\:h-77p {
        height: 77px;
    }
    .xl\:h-60p {
        height: 60px;
    }
    .xl\:h-65p {
        height: 65px;
    }
    .xl\:h-66p {
        height: 66px;
    }
    .xl\:h-68p {
        height: 68px;
    }
    .xl\:h-70p {
        height: 70px;
    }
    .xl\:h-72p {
        height: 72px;
    }
    .xl\:h-74p {
        height: 74px;
    }
    .xl\:h-78p {
        height: 78px;
    }
    .xl\:h-80p {
        height: 80px;
    }
    .xl\:h-82p {
        height: 82px;
    }
    .xl\:h-84p {
        height: 84px;
    }
    .xl\:h-89p {
        height: 89px;
    }
    .xl\:h-93p {
        height: 93px;
    }
    .xl\:h-90p {
        height: 90px;
    }
    .xl\:h-97p {
        height: 97px;
    }
    .xl\:h-103p {
        height: 103px;
    }
    .xl\:h-116p {
        height: 116px;
    }
    .xl\:h-120p {
        height: 120px;
    }
    .xl\:h-125p {
        height: 125px;
    }
    .xl\:h-130p {
        height: 130px;
    }
    .xl\:h-135p {
        height: 135px;
    }
    .xl\:h-132p {
        height: 132px;
    }
    .xl\:h-150p {
        height: 150px;
    }
    .xl\:h-216p {
        height: 216px;
    }
    .xl\:h-225p {
        height: 225px;
    }
    .xl\:h-296p {
        height: 296px;
    }
    .xl\:h-270p {
        height: 270px;
    }
    .xl\:h-137p {
        height: 137px;
    }
    .xl\:h-141p {
        height: 141px;
    }
    .xl\:h-146p {
        height: 146px;
    }
    .xl\:h-152p {
        height: 152px;
    }
    .xl\:h-155p {
        height: 155px;
    }
    .xl\:h-163p {
        height: 163px;
    }
    .xl\:h-168p {
        height: 168px;
    }
    .xl\:h-173p {
        height: 173px;
    }
    .xl\:h-210p {
        height: 210px;
    }
    .xl\:h-245p {
        height: 245px;
    }
    .xl\:h-250p {
        height: 250px;
    }
    .xl\:h-260p {
        height: 260px;
    }
    .xl\:h-263p {
        height: 263px;
    }
    .xl\:h-266p {
        height: 266px;
    }
    .xl\:h-275p {
        height: 275px;
    }
    .xl\:h-300p {
        height: 300px;
    }
    .xl\:h-312p {
        height: 312px;
    }
    .xl\:h-318p {
        height: 318px;
    }
    .xl\:h-322p {
        height: 322px;
    }
    .xl\:h-337p {
        height: 337px;
    }
    .xl\:h-345p {
        height: 345px;
    }
    .xl\:h-344p {
        height: 344px;
    }
    .xl\:h-354p {
        height: 354px;
    }
    .xl\:h-364p {
        height: 364px;
    }
    .xl\:h-370p {
        height: 370px;
    }
    .xl\:h-382p {
        height: 382px;
    }
    .xl\:h-385p {
        height: 385px;
    }
    .xl\:h-400p {
        height: 400px;
    }
    .xl\:h-407p {
        height: 407px;
    }
    .xl\:h-411p {
        height: 411px;
    }
    .xl\:h-418p {
        height: 418px;
    }
    .xl\:h-430p {
        height: 430px;
    }
    .xl\:h-450p {
        height: 450px;
    }
    .xl\:h-468p {
        height: 468px;
    }
    .xl\:h-485p {
        height: 485px;
    }
    .xl\:h-491p {
        height: 491px;
    }
    .xl\:h-494p {
        height: 494px;
    }
    .xl\:h-470p {
        height: 470px;
    }
    .xl\:h-480p {
        height: 480px;
    }
    .xl\:h-532p {
        height: 532px;
    }
    .xl\:h-556p {
        height: 556px;
    }
    .xl\:h-505p {
        height: 505px;
    }
    .xl\:h-1179p {
        height: 1179px;
    }
    .xl\:h-1253p {
        height: 1253px;
    }
    .xl\:h-1575p {
        height: 1575px;
    }
    .xl\:h-600p {
        height: 600px;
    }
    .xl\:h-649p {
        height: 649px;
    }
    .xl\:h-690p {
        height: 690px;
    }
    .xl\:h-19\% {
        height: 19%;
    }
    .xl\:h-23\% {
        height: 23%;
    }
    .xl\:h-24\% {
        height: 24%;
    }
    .xl\:h-36\% {
        height: 36%;
    }
    .xl\:h-27\% {
        height: 27%;
    }
    .xl\:h-28\% {
        height: 28%;
    }
    .xl\:h-42\% {
        height: 42%;
    }
    .xl\:h-46\% {
        height: 46%;
    }
    .xl\:h-49\% {
        height: 49%;
    }
    .xl\:h-54\% {
        height: 54%;
    }
    .xl\:h-58\% {
        height: 58%;
    }
    .xl\:h-72\% {
        height: 72%;
    }
    .xl\:h-76\% {
        height: 76%;
    }
    .xl\:h-77\% {
        height: 77%;
    }
    .xl\:h-340p {
        height: 340px;
    }
    .xl\:h-700p {
        height: 700px;
    }
    .xl\:h-848p {
        height: 848px;
    }
    .xl\:h-850p {
        height: 850px;
    }
    .xl\:h-860p {
        height: 860px;
    }
    .xl\:h-1425p {
        height: 1425px;
    }
    .xl\:h-1\/2 {
        height: 50%;
    }
    .xl\:h-1\/3 {
        height: 33.333333%;
    }
    .xl\:h-2\/3 {
        height: 66.666667%;
    }
    .xl\:h-1\/4 {
        height: 25%;
    }
    .xl\:h-2\/4 {
        height: 50%;
    }
    .xl\:h-3\/4 {
        height: 75%;
    }
    .xl\:h-1\/5 {
        height: 20%;
    }
    .xl\:h-2\/5 {
        height: 40%;
    }
    .xl\:h-3\/5 {
        height: 60%;
    }
    .xl\:h-4\/5 {
        height: 80%;
    }
    .xl\:h-1\/6 {
        height: 16.666667%;
    }
    .xl\:h-2\/6 {
        height: 33.333333%;
    }
    .xl\:h-3\/6 {
        height: 50%;
    }
    .xl\:h-4\/6 {
        height: 66.666667%;
    }
    .xl\:h-5\/6 {
        height: 83.333333%;
    }
    .xl\:h-full {
        height: 100%;
    }
    .xl\:h-screen {
        height: 100vh;
    }
    .xl\:text-8 {
        font-size: 8px;
    }
    .xl\:text-11 {
        font-size: 11px;
    }
    .xl\:text-13 {
        font-size: 13px;
    }
    .xl\:text-15 {
        font-size: 15px;
    }
    .xl\:text-17 {
        font-size: 17px;
    }
    .xl\:text-18 {
        font-size: 18px;
    }
    .xl\:text-19 {
        font-size: 19px;
    }
    .xl\:text-20 {
        font-size: 20px;
    }
    .xl\:text-22 {
        font-size: 22px;
    }
    .xl\:text-23 {
        font-size: 23px;
    }
    .xl\:text-26 {
        font-size: 26px;
    }
    .xl\:text-28 {
        font-size: 28px;
    }
    .xl\:text-32 {
        font-size: 32px;
    }
    .xl\:text-33 {
        font-size: 33px;
    }
    .xl\:text-34 {
        font-size: 34px;
    }
    .xl\:text-40 {
        font-size: 40px;
    }
    .xl\:text-42 {
        font-size: 42px;
    }
    .xl\:text-46 {
        font-size: 46px;
    }
    .xl\:text-52 {
        font-size: 52px;
    }
    .xl\:text-66 {
        font-size: 66px;
    }
    .xl\:text-108 {
        font-size: 108px;
    }
    .xl\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .xl\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .xl\:text-xss {
        font-size: 10px;
    }
    .xl\:text-2\.5xl {
        font-size: 28px;
    }
    .xl\:leading-3 {
        line-height: 0.75rem;
    }
    .xl\:leading-4 {
        line-height: 1rem;
    }
    .xl\:leading-5 {
        line-height: 1.25rem;
    }
    .xl\:leading-6 {
        line-height: 1.5rem;
    }
    .xl\:leading-7 {
        line-height: 1.75rem;
    }
    .xl\:leading-8 {
        line-height: 2rem;
    }
    .xl\:leading-9 {
        line-height: 2.25rem;
    }
    .xl\:leading-10 {
        line-height: 2.5rem;
    }
    .xl\:leading-none {
        line-height: 1;
    }
    .xl\:leading-tight {
        line-height: 1.25;
    }
    .xl\:leading-snug {
        line-height: 1.375;
    }
    .xl\:leading-normal {
        line-height: 1.5;
    }
    .xl\:leading-relaxed {
        line-height: 1.625;
    }
    .xl\:leading-loose {
        line-height: 2;
    }
    .xl\:leading-15p {
        line-height: 15px;
    }
    .xl\:leading-22p {
        line-height: 22px;
    }
    .xl\:leading-29p {
        line-height: 29px;
    }
    .xl\:leading-34p {
        line-height: 34px;
    }
    .xl\:leading-42p {
        line-height: 42px;
    }
    .xl\:leading-48p {
        line-height: 48px;
    }
    .xl\:leading-55p {
        line-height: 55px;
    }
    .xl\:leading-60p {
        line-height: 60px;
    }
    .xl\:leading-140p {
        line-height: 140px;
    }
    .xl\:list-inside {
        list-style-position: inside;
    }
    .xl\:list-outside {
        list-style-position: outside;
    }
    .xl\:list-none {
        list-style-type: none;
    }
    .xl\:list-disc {
        list-style-type: disc;
    }
    .xl\:list-decimal {
        list-style-type: decimal;
    }
    .xl\:m-0 {
        margin: 0;
    }
    .xl\:m-1 {
        margin: 0.25rem;
    }
    .xl\:m-2 {
        margin: 0.5rem;
    }
    .xl\:m-3 {
        margin: 0.75rem;
    }
    .xl\:m-4 {
        margin: 1rem;
    }
    .xl\:m-5 {
        margin: 1.25rem;
    }
    .xl\:m-6 {
        margin: 1.5rem;
    }
    .xl\:m-7 {
        margin: 1.75rem;
    }
    .xl\:m-8 {
        margin: 2rem;
    }
    .xl\:m-9 {
        margin: 2.25rem;
    }
    .xl\:m-10 {
        margin: 2.5rem;
    }
    .xl\:m-11 {
        margin: 2.75rem;
    }
    .xl\:m-12 {
        margin: 3rem;
    }
    .xl\:m-14 {
        margin: 3.5rem;
    }
    .xl\:m-16 {
        margin: 4rem;
    }
    .xl\:m-20 {
        margin: 5rem;
    }
    .xl\:m-23 {
        margin: 88px;
    }
    .xl\:m-24 {
        margin: 6rem;
    }
    .xl\:m-25 {
        margin: 100px;
    }
    .xl\:m-28 {
        margin: 7rem;
    }
    .xl\:m-29 {
        margin: 120px;
    }
    .xl\:m-32 {
        margin: 8rem;
    }
    .xl\:m-33 {
        margin: 130px;
    }
    .xl\:m-36 {
        margin: 9rem;
    }
    .xl\:m-40 {
        margin: 10rem;
    }
    .xl\:m-44 {
        margin: 11rem;
    }
    .xl\:m-48 {
        margin: 12rem;
    }
    .xl\:m-52 {
        margin: 13rem;
    }
    .xl\:m-56 {
        margin: 14rem;
    }
    .xl\:m-60 {
        margin: 15rem;
    }
    .xl\:m-63 {
        margin: 270px;
    }
    .xl\:m-64 {
        margin: 16rem;
    }
    .xl\:m-72 {
        margin: 18rem;
    }
    .xl\:m-80 {
        margin: 20rem;
    }
    .xl\:m-92 {
        margin: 375px;
    }
    .xl\:m-96 {
        margin: 24rem;
    }
    .xl\:m-128 {
        margin: 32rem;
    }
    .xl\:m-auto {
        margin: auto;
    }
    .xl\:m-px {
        margin: 1px;
    }
    .xl\:m-0\.5 {
        margin: 0.125rem;
    }
    .xl\:m-1\.5 {
        margin: 0.375rem;
    }
    .xl\:m-2\.5 {
        margin: 0.625rem;
    }
    .xl\:m-3\.5 {
        margin: 0.875rem;
    }
    .xl\:m-105p {
        margin: 105px;
    }
    .xl\:m-50p {
        margin: 50px;
    }
    .xl\:m-54p {
        margin: 54px;
    }
    .xl\:m-1p {
        margin: 1px;
    }
    .xl\:m-2p {
        margin: 2px;
    }
    .xl\:m-3p {
        margin: 3px;
    }
    .xl\:m-5p {
        margin: 5px;
    }
    .xl\:m-7p {
        margin: 7px;
    }
    .xl\:m-9p {
        margin: 9px;
    }
    .xl\:m-10p {
        margin: 10px;
    }
    .xl\:m-11p {
        margin: 11px;
    }
    .xl\:m-13p {
        margin: 13px;
    }
    .xl\:m-15p {
        margin: 15px;
    }
    .xl\:m-18p {
        margin: 18px;
    }
    .xl\:m-19p {
        margin: 19px;
    }
    .xl\:m-21p {
        margin: 21px;
    }
    .xl\:m-22p {
        margin: 22px;
    }
    .xl\:m-23p {
        margin: 23px;
    }
    .xl\:m-25p {
        margin: 25px;
    }
    .xl\:m-26p {
        margin: 26px;
    }
    .xl\:m-29p {
        margin: 29px;
    }
    .xl\:m-30p {
        margin: 30px;
    }
    .xl\:m-31p {
        margin: 31px;
    }
    .xl\:m-35p {
        margin: 35px;
    }
    .xl\:m-52p {
        margin: 52px;
    }
    .xl\:m-53p {
        margin: 53px;
    }
    .xl\:m-55p {
        margin: 55px;
    }
    .xl\:m-59p {
        margin: 59px;
    }
    .xl\:m-27p {
        margin: 27px;
    }
    .xl\:m-33\.5p {
        margin: 33.5px;
    }
    .xl\:m-38p {
        margin: 38px;
    }
    .xl\:m-40p {
        margin: 40px;
    }
    .xl\:m-46p {
        margin: 46px;
    }
    .xl\:m-47p {
        margin: 47px;
    }
    .xl\:m-49p {
        margin: 49px;
    }
    .xl\:m-58p {
        margin: 58px;
    }
    .xl\:m-75p {
        margin: 75px;
    }
    .xl\:m-77p {
        margin: 77px;
    }
    .xl\:m-60p {
        margin: 60px;
    }
    .xl\:m-65p {
        margin: 65px;
    }
    .xl\:m-66p {
        margin: 66px;
    }
    .xl\:m-68p {
        margin: 68px;
    }
    .xl\:m-70p {
        margin: 70px;
    }
    .xl\:m-72p {
        margin: 72px;
    }
    .xl\:m-74p {
        margin: 74px;
    }
    .xl\:m-78p {
        margin: 78px;
    }
    .xl\:m-80p {
        margin: 80px;
    }
    .xl\:m-82p {
        margin: 82px;
    }
    .xl\:m-84p {
        margin: 84px;
    }
    .xl\:m-89p {
        margin: 89px;
    }
    .xl\:m-93p {
        margin: 93px;
    }
    .xl\:m-90p {
        margin: 90px;
    }
    .xl\:m-97p {
        margin: 97px;
    }
    .xl\:m-103p {
        margin: 103px;
    }
    .xl\:m-116p {
        margin: 116px;
    }
    .xl\:m-120p {
        margin: 120px;
    }
    .xl\:m-125p {
        margin: 125px;
    }
    .xl\:m-130p {
        margin: 130px;
    }
    .xl\:m-135p {
        margin: 135px;
    }
    .xl\:m-132p {
        margin: 132px;
    }
    .xl\:m-150p {
        margin: 150px;
    }
    .xl\:m-216p {
        margin: 216px;
    }
    .xl\:m-225p {
        margin: 225px;
    }
    .xl\:m-296p {
        margin: 296px;
    }
    .xl\:m-270p {
        margin: 270px;
    }
    .xl\:m-137p {
        margin: 137px;
    }
    .xl\:m-141p {
        margin: 141px;
    }
    .xl\:m-146p {
        margin: 146px;
    }
    .xl\:m-152p {
        margin: 152px;
    }
    .xl\:m-155p {
        margin: 155px;
    }
    .xl\:m-163p {
        margin: 163px;
    }
    .xl\:m-168p {
        margin: 168px;
    }
    .xl\:m-173p {
        margin: 173px;
    }
    .xl\:m-210p {
        margin: 210px;
    }
    .xl\:m-245p {
        margin: 245px;
    }
    .xl\:m-250p {
        margin: 250px;
    }
    .xl\:m-260p {
        margin: 260px;
    }
    .xl\:m-263p {
        margin: 263px;
    }
    .xl\:m-266p {
        margin: 266px;
    }
    .xl\:m-275p {
        margin: 275px;
    }
    .xl\:m-300p {
        margin: 300px;
    }
    .xl\:m-312p {
        margin: 312px;
    }
    .xl\:m-318p {
        margin: 318px;
    }
    .xl\:m-322p {
        margin: 322px;
    }
    .xl\:m-337p {
        margin: 337px;
    }
    .xl\:m-345p {
        margin: 345px;
    }
    .xl\:m-344p {
        margin: 344px;
    }
    .xl\:m-354p {
        margin: 354px;
    }
    .xl\:m-364p {
        margin: 364px;
    }
    .xl\:m-370p {
        margin: 370px;
    }
    .xl\:m-382p {
        margin: 382px;
    }
    .xl\:m-385p {
        margin: 385px;
    }
    .xl\:m-400p {
        margin: 400px;
    }
    .xl\:m-407p {
        margin: 407px;
    }
    .xl\:m-411p {
        margin: 411px;
    }
    .xl\:m-418p {
        margin: 418px;
    }
    .xl\:m-430p {
        margin: 430px;
    }
    .xl\:m-450p {
        margin: 450px;
    }
    .xl\:m-468p {
        margin: 468px;
    }
    .xl\:m-485p {
        margin: 485px;
    }
    .xl\:m-491p {
        margin: 491px;
    }
    .xl\:m-494p {
        margin: 494px;
    }
    .xl\:m-470p {
        margin: 470px;
    }
    .xl\:m-480p {
        margin: 480px;
    }
    .xl\:m-532p {
        margin: 532px;
    }
    .xl\:m-556p {
        margin: 556px;
    }
    .xl\:m-505p {
        margin: 505px;
    }
    .xl\:m-1179p {
        margin: 1179px;
    }
    .xl\:m-1253p {
        margin: 1253px;
    }
    .xl\:m-1575p {
        margin: 1575px;
    }
    .xl\:m-600p {
        margin: 600px;
    }
    .xl\:m-649p {
        margin: 649px;
    }
    .xl\:m-690p {
        margin: 690px;
    }
    .xl\:m-19\% {
        margin: 19%;
    }
    .xl\:m-23\% {
        margin: 23%;
    }
    .xl\:m-24\% {
        margin: 24%;
    }
    .xl\:m-36\% {
        margin: 36%;
    }
    .xl\:m-27\% {
        margin: 27%;
    }
    .xl\:m-28\% {
        margin: 28%;
    }
    .xl\:m-42\% {
        margin: 42%;
    }
    .xl\:m-46\% {
        margin: 46%;
    }
    .xl\:m-49\% {
        margin: 49%;
    }
    .xl\:m-54\% {
        margin: 54%;
    }
    .xl\:m-58\% {
        margin: 58%;
    }
    .xl\:m-72\% {
        margin: 72%;
    }
    .xl\:m-76\% {
        margin: 76%;
    }
    .xl\:m-77\% {
        margin: 77%;
    }
    .xl\:m-340p {
        margin: 340px;
    }
    .xl\:m-700p {
        margin: 700px;
    }
    .xl\:m-848p {
        margin: 848px;
    }
    .xl\:m-850p {
        margin: 850px;
    }
    .xl\:m-860p {
        margin: 860px;
    }
    .xl\:m-1425p {
        margin: 1425px;
    }
    .xl\:-m-0 {
        margin: 0;
    }
    .xl\:-m-1 {
        margin: -0.25rem;
    }
    .xl\:-m-2 {
        margin: -0.5rem;
    }
    .xl\:-m-3 {
        margin: -0.75rem;
    }
    .xl\:-m-4 {
        margin: -1rem;
    }
    .xl\:-m-5 {
        margin: -1.25rem;
    }
    .xl\:-m-6 {
        margin: -1.5rem;
    }
    .xl\:-m-7 {
        margin: -1.75rem;
    }
    .xl\:-m-8 {
        margin: -2rem;
    }
    .xl\:-m-9 {
        margin: -2.25rem;
    }
    .xl\:-m-10 {
        margin: -2.5rem;
    }
    .xl\:-m-11 {
        margin: -2.75rem;
    }
    .xl\:-m-12 {
        margin: -3rem;
    }
    .xl\:-m-14 {
        margin: -3.5rem;
    }
    .xl\:-m-16 {
        margin: -4rem;
    }
    .xl\:-m-20 {
        margin: -5rem;
    }
    .xl\:-m-23 {
        margin: -88px;
    }
    .xl\:-m-24 {
        margin: -6rem;
    }
    .xl\:-m-25 {
        margin: -100px;
    }
    .xl\:-m-28 {
        margin: -7rem;
    }
    .xl\:-m-29 {
        margin: -120px;
    }
    .xl\:-m-32 {
        margin: -8rem;
    }
    .xl\:-m-33 {
        margin: -130px;
    }
    .xl\:-m-36 {
        margin: -9rem;
    }
    .xl\:-m-40 {
        margin: -10rem;
    }
    .xl\:-m-44 {
        margin: -11rem;
    }
    .xl\:-m-48 {
        margin: -12rem;
    }
    .xl\:-m-52 {
        margin: -13rem;
    }
    .xl\:-m-56 {
        margin: -14rem;
    }
    .xl\:-m-60 {
        margin: -15rem;
    }
    .xl\:-m-63 {
        margin: -270px;
    }
    .xl\:-m-64 {
        margin: -16rem;
    }
    .xl\:-m-72 {
        margin: -18rem;
    }
    .xl\:-m-80 {
        margin: -20rem;
    }
    .xl\:-m-92 {
        margin: -475px;
    }
    .xl\:-m-96 {
        margin: -24rem;
    }
    .xl\:-m-128 {
        margin: -32rem;
    }
    .xl\:-m-px {
        margin: -1px;
    }
    .xl\:-m-0\.5 {
        margin: -0.125rem;
    }
    .xl\:-m-1\.5 {
        margin: -0.375rem;
    }
    .xl\:-m-2\.5 {
        margin: -0.625rem;
    }
    .xl\:-m-3\.5 {
        margin: -0.875rem;
    }
    .xl\:-m-105p {
        margin: -105px;
    }
    .xl\:-m-50p {
        margin: -50px;
    }
    .xl\:-m-54p {
        margin: -54px;
    }
    .xl\:-m-1p {
        margin: -1px;
    }
    .xl\:-m-2p {
        margin: -2px;
    }
    .xl\:-m-3p {
        margin: -3px;
    }
    .xl\:-m-5p {
        margin: -5px;
    }
    .xl\:-m-7p {
        margin: -7px;
    }
    .xl\:-m-9p {
        margin: -9px;
    }
    .xl\:-m-10p {
        margin: -10px;
    }
    .xl\:-m-11p {
        margin: -11px;
    }
    .xl\:-m-13p {
        margin: -13px;
    }
    .xl\:-m-15p {
        margin: -15px;
    }
    .xl\:-m-18p {
        margin: -18px;
    }
    .xl\:-m-19p {
        margin: -19px;
    }
    .xl\:-m-21p {
        margin: -21px;
    }
    .xl\:-m-22p {
        margin: -22px;
    }
    .xl\:-m-23p {
        margin: -23px;
    }
    .xl\:-m-25p {
        margin: -25px;
    }
    .xl\:-m-26p {
        margin: -26px;
    }
    .xl\:-m-29p {
        margin: -29px;
    }
    .xl\:-m-30p {
        margin: -30px;
    }
    .xl\:-m-31p {
        margin: -31px;
    }
    .xl\:-m-35p {
        margin: -35px;
    }
    .xl\:-m-52p {
        margin: -52px;
    }
    .xl\:-m-53p {
        margin: -53px;
    }
    .xl\:-m-55p {
        margin: -55px;
    }
    .xl\:-m-59p {
        margin: -59px;
    }
    .xl\:-m-27p {
        margin: -27px;
    }
    .xl\:-m-33\.5p {
        margin: -33.5px;
    }
    .xl\:-m-38p {
        margin: -38px;
    }
    .xl\:-m-40p {
        margin: -40px;
    }
    .xl\:-m-46p {
        margin: -46px;
    }
    .xl\:-m-47p {
        margin: -47px;
    }
    .xl\:-m-49p {
        margin: -49px;
    }
    .xl\:-m-58p {
        margin: -58px;
    }
    .xl\:-m-75p {
        margin: -75px;
    }
    .xl\:-m-77p {
        margin: -77px;
    }
    .xl\:-m-60p {
        margin: -60px;
    }
    .xl\:-m-65p {
        margin: -65px;
    }
    .xl\:-m-66p {
        margin: -66px;
    }
    .xl\:-m-68p {
        margin: -68px;
    }
    .xl\:-m-70p {
        margin: -70px;
    }
    .xl\:-m-72p {
        margin: -72px;
    }
    .xl\:-m-74p {
        margin: -74px;
    }
    .xl\:-m-78p {
        margin: -78px;
    }
    .xl\:-m-80p {
        margin: -80px;
    }
    .xl\:-m-82p {
        margin: -82px;
    }
    .xl\:-m-84p {
        margin: -84px;
    }
    .xl\:-m-89p {
        margin: -89px;
    }
    .xl\:-m-93p {
        margin: -93px;
    }
    .xl\:-m-90p {
        margin: -90px;
    }
    .xl\:-m-97p {
        margin: -97px;
    }
    .xl\:-m-103p {
        margin: -103px;
    }
    .xl\:-m-116p {
        margin: -116px;
    }
    .xl\:-m-120p {
        margin: -120px;
    }
    .xl\:-m-125p {
        margin: -125px;
    }
    .xl\:-m-130p {
        margin: -130px;
    }
    .xl\:-m-135p {
        margin: -135px;
    }
    .xl\:-m-132p {
        margin: -132px;
    }
    .xl\:-m-150p {
        margin: -150px;
    }
    .xl\:-m-216p {
        margin: -216px;
    }
    .xl\:-m-225p {
        margin: -225px;
    }
    .xl\:-m-296p {
        margin: -296px;
    }
    .xl\:-m-270p {
        margin: -270px;
    }
    .xl\:-m-137p {
        margin: -137px;
    }
    .xl\:-m-141p {
        margin: -141px;
    }
    .xl\:-m-146p {
        margin: -146px;
    }
    .xl\:-m-152p {
        margin: -152px;
    }
    .xl\:-m-155p {
        margin: -155px;
    }
    .xl\:-m-163p {
        margin: -163px;
    }
    .xl\:-m-168p {
        margin: -168px;
    }
    .xl\:-m-173p {
        margin: -173px;
    }
    .xl\:-m-210p {
        margin: -210px;
    }
    .xl\:-m-245p {
        margin: -245px;
    }
    .xl\:-m-250p {
        margin: -250px;
    }
    .xl\:-m-260p {
        margin: -260px;
    }
    .xl\:-m-263p {
        margin: -263px;
    }
    .xl\:-m-266p {
        margin: -266px;
    }
    .xl\:-m-275p {
        margin: -275px;
    }
    .xl\:-m-300p {
        margin: -300px;
    }
    .xl\:-m-312p {
        margin: -312px;
    }
    .xl\:-m-318p {
        margin: -318px;
    }
    .xl\:-m-322p {
        margin: -322px;
    }
    .xl\:-m-337p {
        margin: -337px;
    }
    .xl\:-m-345p {
        margin: -345px;
    }
    .xl\:-m-344p {
        margin: -344px;
    }
    .xl\:-m-354p {
        margin: -354px;
    }
    .xl\:-m-364p {
        margin: -364px;
    }
    .xl\:-m-370p {
        margin: -370px;
    }
    .xl\:-m-382p {
        margin: -382px;
    }
    .xl\:-m-385p {
        margin: -385px;
    }
    .xl\:-m-400p {
        margin: -400px;
    }
    .xl\:-m-407p {
        margin: -407px;
    }
    .xl\:-m-411p {
        margin: -411px;
    }
    .xl\:-m-418p {
        margin: -418px;
    }
    .xl\:-m-430p {
        margin: -430px;
    }
    .xl\:-m-450p {
        margin: -450px;
    }
    .xl\:-m-468p {
        margin: -468px;
    }
    .xl\:-m-485p {
        margin: -485px;
    }
    .xl\:-m-491p {
        margin: -491px;
    }
    .xl\:-m-494p {
        margin: -494px;
    }
    .xl\:-m-470p {
        margin: -470px;
    }
    .xl\:-m-480p {
        margin: -480px;
    }
    .xl\:-m-532p {
        margin: -532px;
    }
    .xl\:-m-556p {
        margin: -556px;
    }
    .xl\:-m-505p {
        margin: -505px;
    }
    .xl\:-m-1179p {
        margin: -1179px;
    }
    .xl\:-m-1253p {
        margin: -1253px;
    }
    .xl\:-m-1575p {
        margin: -1575px;
    }
    .xl\:-m-600p {
        margin: -600px;
    }
    .xl\:-m-649p {
        margin: -649px;
    }
    .xl\:-m-690p {
        margin: -690px;
    }
    .xl\:-m-19\% {
        margin: -19%;
    }
    .xl\:-m-23\% {
        margin: -23%;
    }
    .xl\:-m-24\% {
        margin: -24%;
    }
    .xl\:-m-36\% {
        margin: -36%;
    }
    .xl\:-m-27\% {
        margin: -27%;
    }
    .xl\:-m-28\% {
        margin: -28%;
    }
    .xl\:-m-42\% {
        margin: -42%;
    }
    .xl\:-m-46\% {
        margin: -46%;
    }
    .xl\:-m-49\% {
        margin: -49%;
    }
    .xl\:-m-54\% {
        margin: -54%;
    }
    .xl\:-m-58\% {
        margin: -58%;
    }
    .xl\:-m-72\% {
        margin: -72%;
    }
    .xl\:-m-76\% {
        margin: -76%;
    }
    .xl\:-m-77\% {
        margin: -77%;
    }
    .xl\:-m-340p {
        margin: -340px;
    }
    .xl\:-m-700p {
        margin: -700px;
    }
    .xl\:-m-848p {
        margin: -848px;
    }
    .xl\:-m-850p {
        margin: -850px;
    }
    .xl\:-m-860p {
        margin: -860px;
    }
    .xl\:-m-1425p {
        margin: -1425px;
    }
    .xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xl\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .xl\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .xl\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .xl\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .xl\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .xl\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .xl\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .xl\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .xl\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .xl\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .xl\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .xl\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .xl\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .xl\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .xl\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .xl\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .xl\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .xl\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .xl\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xl\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .xl\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xl\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xl\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .xl\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .xl\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .xl\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .xl\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .xl\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .xl\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xl\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .xl\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .xl\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .xl\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .xl\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .xl\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .xl\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .xl\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .xl\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .xl\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .xl\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .xl\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xl\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .xl\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .xl\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .xl\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .xl\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .xl\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .xl\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .xl\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .xl\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .xl\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .xl\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .xl\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .xl\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .xl\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .xl\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xl\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xl\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .xl\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .xl\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .xl\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .xl\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .xl\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .xl\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .xl\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .xl\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .xl\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .xl\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .xl\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .xl\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .xl\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .xl\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .xl\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .xl\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .xl\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .xl\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .xl\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .xl\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .xl\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .xl\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .xl\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .xl\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .xl\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .xl\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .xl\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .xl\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .xl\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .xl\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .xl\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .xl\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .xl\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .xl\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .xl\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .xl\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .xl\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .xl\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .xl\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .xl\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .xl\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .xl\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .xl\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .xl\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .xl\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .xl\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .xl\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .xl\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .xl\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .xl\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .xl\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .xl\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .xl\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .xl\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .xl\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .xl\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .xl\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .xl\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .xl\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .xl\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .xl\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .xl\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .xl\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .xl\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .xl\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .xl\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .xl\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .xl\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .xl\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .xl\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .xl\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .xl\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .xl\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .xl\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .xl\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .xl\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .xl\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .xl\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .xl\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .xl\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .xl\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .xl\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .xl\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .xl\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .xl\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .xl\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .xl\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .xl\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .xl\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .xl\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .xl\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .xl\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .xl\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .xl\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .xl\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .xl\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .xl\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .xl\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .xl\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .xl\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .xl\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .xl\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xl\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xl\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .xl\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .xl\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xl\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xl\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .xl\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .xl\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .xl\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .xl\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .xl\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .xl\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .xl\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .xl\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .xl\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .xl\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .xl\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .xl\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xl\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xl\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .xl\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .xl\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .xl\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .xl\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .xl\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .xl\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .xl\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .xl\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .xl\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .xl\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .xl\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .xl\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .xl\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .xl\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .xl\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .xl\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .xl\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .xl\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .xl\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .xl\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .xl\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .xl\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .xl\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .xl\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .xl\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .xl\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .xl\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .xl\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .xl\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .xl\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .xl\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .xl\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .xl\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .xl\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .xl\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .xl\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .xl\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .xl\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .xl\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .xl\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .xl\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .xl\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .xl\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .xl\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .xl\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .xl\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .xl\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .xl\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .xl\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .xl\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .xl\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .xl\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .xl\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .xl\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .xl\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .xl\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .xl\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .xl\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .xl\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .xl\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .xl\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .xl\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .xl\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .xl\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .xl\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .xl\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .xl\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .xl\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .xl\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .xl\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .xl\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .xl\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .xl\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .xl\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .xl\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .xl\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .xl\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .xl\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .xl\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .xl\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .xl\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .xl\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .xl\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .xl\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .xl\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .xl\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .xl\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .xl\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .xl\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .xl\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .xl\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .xl\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .xl\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .xl\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .xl\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .xl\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .xl\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .xl\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .xl\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .xl\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .xl\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .xl\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .xl\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .xl\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .xl\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .xl\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .xl\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .xl\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .xl\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .xl\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .xl\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .xl\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .xl\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .xl\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .xl\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .xl\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .xl\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .xl\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .xl\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .xl\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .xl\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .xl\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .xl\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .xl\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .xl\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .xl\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .xl\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .xl\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .xl\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .xl\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .xl\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .xl\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .xl\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .xl\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .xl\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .xl\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xl\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xl\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .xl\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .xl\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .xl\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .xl\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .xl\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .xl\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .xl\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .xl\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .xl\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .xl\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .xl\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .xl\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .xl\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .xl\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .xl\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .xl\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .xl\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .xl\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .xl\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .xl\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .xl\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .xl\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .xl\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .xl\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .xl\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .xl\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .xl\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .xl\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .xl\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .xl\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .xl\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .xl\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xl\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xl\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .xl\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .xl\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xl\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xl\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .xl\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .xl\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .xl\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .xl\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .xl\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .xl\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .xl\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .xl\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .xl\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .xl\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .xl\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .xl\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .xl\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .xl\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xl\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xl\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .xl\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .xl\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .xl\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .xl\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .xl\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .xl\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .xl\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .xl\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .xl\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .xl\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .xl\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .xl\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xl\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xl\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .xl\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .xl\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .xl\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .xl\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .xl\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .xl\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .xl\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .xl\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .xl\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .xl\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .xl\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .xl\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .xl\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .xl\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xl\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xl\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .xl\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .xl\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .xl\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .xl\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .xl\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .xl\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .xl\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .xl\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .xl\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .xl\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .xl\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .xl\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .xl\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .xl\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .xl\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .xl\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .xl\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .xl\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .xl\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .xl\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .xl\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .xl\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .xl\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .xl\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .xl\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .xl\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .xl\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .xl\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .xl\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .xl\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .xl\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .xl\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .xl\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .xl\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .xl\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .xl\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .xl\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .xl\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .xl\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .xl\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .xl\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .xl\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .xl\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .xl\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .xl\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .xl\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .xl\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .xl\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .xl\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .xl\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .xl\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .xl\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .xl\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .xl\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .xl\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .xl\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .xl\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .xl\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .xl\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .xl\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .xl\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .xl\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .xl\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .xl\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .xl\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .xl\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .xl\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .xl\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .xl\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .xl\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .xl\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .xl\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .xl\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .xl\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .xl\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .xl\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .xl\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .xl\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .xl\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .xl\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .xl\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .xl\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .xl\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .xl\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .xl\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .xl\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .xl\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .xl\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .xl\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .xl\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .xl\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .xl\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .xl\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .xl\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .xl\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .xl\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .xl\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .xl\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .xl\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .xl\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .xl\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .xl\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xl\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xl\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .xl\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .xl\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xl\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xl\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .xl\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .xl\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .xl\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .xl\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .xl\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .xl\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .xl\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .xl\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .xl\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .xl\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .xl\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .xl\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xl\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xl\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .xl\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .xl\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .xl\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .xl\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .xl\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .xl\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .xl\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .xl\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .xl\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .xl\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .xl\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .xl\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .xl\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .xl\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .xl\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .xl\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .xl\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .xl\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .xl\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .xl\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .xl\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .xl\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .xl\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .xl\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .xl\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .xl\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .xl\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .xl\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .xl\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .xl\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .xl\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .xl\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .xl\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .xl\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .xl\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .xl\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .xl\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .xl\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .xl\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .xl\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .xl\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .xl\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .xl\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .xl\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .xl\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .xl\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .xl\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .xl\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .xl\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .xl\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .xl\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .xl\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .xl\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .xl\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .xl\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .xl\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .xl\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .xl\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .xl\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .xl\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .xl\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .xl\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .xl\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .xl\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .xl\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .xl\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .xl\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .xl\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .xl\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .xl\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .xl\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .xl\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .xl\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .xl\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .xl\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .xl\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .xl\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .xl\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .xl\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .xl\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .xl\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .xl\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .xl\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .xl\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .xl\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .xl\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .xl\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .xl\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .xl\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .xl\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .xl\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .xl\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .xl\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .xl\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .xl\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .xl\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .xl\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .xl\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .xl\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .xl\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .xl\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .xl\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .xl\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .xl\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .xl\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .xl\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .xl\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .xl\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .xl\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .xl\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .xl\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .xl\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .xl\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .xl\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .xl\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .xl\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .xl\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .xl\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .xl\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .xl\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .xl\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .xl\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .xl\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .xl\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .xl\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .xl\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .xl\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .xl\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .xl\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .xl\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .xl\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .xl\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .xl\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .xl\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .xl\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .xl\:mt-0 {
        margin-top: 0;
    }
    .xl\:mr-0 {
        margin-right: 0;
    }
    .xl\:mb-0 {
        margin-bottom: 0;
    }
    .xl\:ml-0 {
        margin-left: 0;
    }
    .xl\:mt-1 {
        margin-top: 0.25rem;
    }
    .xl\:mr-1 {
        margin-right: 0.25rem;
    }
    .xl\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .xl\:ml-1 {
        margin-left: 0.25rem;
    }
    .xl\:mt-2 {
        margin-top: 0.5rem;
    }
    .xl\:mr-2 {
        margin-right: 0.5rem;
    }
    .xl\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .xl\:ml-2 {
        margin-left: 0.5rem;
    }
    .xl\:mt-3 {
        margin-top: 0.75rem;
    }
    .xl\:mr-3 {
        margin-right: 0.75rem;
    }
    .xl\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .xl\:ml-3 {
        margin-left: 0.75rem;
    }
    .xl\:mt-4 {
        margin-top: 1rem;
    }
    .xl\:mr-4 {
        margin-right: 1rem;
    }
    .xl\:mb-4 {
        margin-bottom: 1rem;
    }
    .xl\:ml-4 {
        margin-left: 1rem;
    }
    .xl\:mt-5 {
        margin-top: 1.25rem;
    }
    .xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .xl\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .xl\:ml-5 {
        margin-left: 1.25rem;
    }
    .xl\:mt-6 {
        margin-top: 1.5rem;
    }
    .xl\:mr-6 {
        margin-right: 1.5rem;
    }
    .xl\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .xl\:ml-6 {
        margin-left: 1.5rem;
    }
    .xl\:mt-7 {
        margin-top: 1.75rem;
    }
    .xl\:mr-7 {
        margin-right: 1.75rem;
    }
    .xl\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .xl\:ml-7 {
        margin-left: 1.75rem;
    }
    .xl\:mt-8 {
        margin-top: 2rem;
    }
    .xl\:mr-8 {
        margin-right: 2rem;
    }
    .xl\:mb-8 {
        margin-bottom: 2rem;
    }
    .xl\:ml-8 {
        margin-left: 2rem;
    }
    .xl\:mt-9 {
        margin-top: 2.25rem;
    }
    .xl\:mr-9 {
        margin-right: 2.25rem;
    }
    .xl\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .xl\:ml-9 {
        margin-left: 2.25rem;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mr-10 {
        margin-right: 2.5rem;
    }
    .xl\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .xl\:ml-10 {
        margin-left: 2.5rem;
    }
    .xl\:mt-11 {
        margin-top: 2.75rem;
    }
    .xl\:mr-11 {
        margin-right: 2.75rem;
    }
    .xl\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .xl\:ml-11 {
        margin-left: 2.75rem;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:mr-12 {
        margin-right: 3rem;
    }
    .xl\:mb-12 {
        margin-bottom: 3rem;
    }
    .xl\:ml-12 {
        margin-left: 3rem;
    }
    .xl\:mt-14 {
        margin-top: 3.5rem;
    }
    .xl\:mr-14 {
        margin-right: 3.5rem;
    }
    .xl\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .xl\:ml-14 {
        margin-left: 3.5rem;
    }
    .xl\:mt-16 {
        margin-top: 4rem;
    }
    .xl\:mr-16 {
        margin-right: 4rem;
    }
    .xl\:mb-16 {
        margin-bottom: 4rem;
    }
    .xl\:ml-16 {
        margin-left: 4rem;
    }
    .xl\:mt-20 {
        margin-top: 5rem;
    }
    .xl\:mr-20 {
        margin-right: 5rem;
    }
    .xl\:mb-20 {
        margin-bottom: 5rem;
    }
    .xl\:ml-20 {
        margin-left: 5rem;
    }
    .xl\:mt-23 {
        margin-top: 88px;
    }
    .xl\:mr-23 {
        margin-right: 88px;
    }
    .xl\:mb-23 {
        margin-bottom: 88px;
    }
    .xl\:ml-23 {
        margin-left: 88px;
    }
    .xl\:mt-24 {
        margin-top: 6rem;
    }
    .xl\:mr-24 {
        margin-right: 6rem;
    }
    .xl\:mb-24 {
        margin-bottom: 6rem;
    }
    .xl\:ml-24 {
        margin-left: 6rem;
    }
    .xl\:mt-25 {
        margin-top: 100px;
    }
    .xl\:mr-25 {
        margin-right: 100px;
    }
    .xl\:mb-25 {
        margin-bottom: 100px;
    }
    .xl\:ml-25 {
        margin-left: 100px;
    }
    .xl\:mt-28 {
        margin-top: 7rem;
    }
    .xl\:mr-28 {
        margin-right: 7rem;
    }
    .xl\:mb-28 {
        margin-bottom: 7rem;
    }
    .xl\:ml-28 {
        margin-left: 7rem;
    }
    .xl\:mt-29 {
        margin-top: 120px;
    }
    .xl\:mr-29 {
        margin-right: 120px;
    }
    .xl\:mb-29 {
        margin-bottom: 120px;
    }
    .xl\:ml-29 {
        margin-left: 120px;
    }
    .xl\:mt-32 {
        margin-top: 8rem;
    }
    .xl\:mr-32 {
        margin-right: 8rem;
    }
    .xl\:mb-32 {
        margin-bottom: 8rem;
    }
    .xl\:ml-32 {
        margin-left: 8rem;
    }
    .xl\:mt-33 {
        margin-top: 130px;
    }
    .xl\:mr-33 {
        margin-right: 130px;
    }
    .xl\:mb-33 {
        margin-bottom: 130px;
    }
    .xl\:ml-33 {
        margin-left: 130px;
    }
    .xl\:mt-36 {
        margin-top: 9rem;
    }
    .xl\:mr-36 {
        margin-right: 9rem;
    }
    .xl\:mb-36 {
        margin-bottom: 9rem;
    }
    .xl\:ml-36 {
        margin-left: 9rem;
    }
    .xl\:mt-40 {
        margin-top: 10rem;
    }
    .xl\:mr-40 {
        margin-right: 10rem;
    }
    .xl\:mb-40 {
        margin-bottom: 10rem;
    }
    .xl\:ml-40 {
        margin-left: 10rem;
    }
    .xl\:mt-44 {
        margin-top: 11rem;
    }
    .xl\:mr-44 {
        margin-right: 11rem;
    }
    .xl\:mb-44 {
        margin-bottom: 11rem;
    }
    .xl\:ml-44 {
        margin-left: 11rem;
    }
    .xl\:mt-48 {
        margin-top: 12rem;
    }
    .xl\:mr-48 {
        margin-right: 12rem;
    }
    .xl\:mb-48 {
        margin-bottom: 12rem;
    }
    .xl\:ml-48 {
        margin-left: 12rem;
    }
    .xl\:mt-52 {
        margin-top: 13rem;
    }
    .xl\:mr-52 {
        margin-right: 13rem;
    }
    .xl\:mb-52 {
        margin-bottom: 13rem;
    }
    .xl\:ml-52 {
        margin-left: 13rem;
    }
    .xl\:mt-56 {
        margin-top: 14rem;
    }
    .xl\:mr-56 {
        margin-right: 14rem;
    }
    .xl\:mb-56 {
        margin-bottom: 14rem;
    }
    .xl\:ml-56 {
        margin-left: 14rem;
    }
    .xl\:mt-60 {
        margin-top: 15rem;
    }
    .xl\:mr-60 {
        margin-right: 15rem;
    }
    .xl\:mb-60 {
        margin-bottom: 15rem;
    }
    .xl\:ml-60 {
        margin-left: 15rem;
    }
    .xl\:mt-63 {
        margin-top: 270px;
    }
    .xl\:mr-63 {
        margin-right: 270px;
    }
    .xl\:mb-63 {
        margin-bottom: 270px;
    }
    .xl\:ml-63 {
        margin-left: 270px;
    }
    .xl\:mt-64 {
        margin-top: 16rem;
    }
    .xl\:mr-64 {
        margin-right: 16rem;
    }
    .xl\:mb-64 {
        margin-bottom: 16rem;
    }
    .xl\:ml-64 {
        margin-left: 16rem;
    }
    .xl\:mt-72 {
        margin-top: 18rem;
    }
    .xl\:mr-72 {
        margin-right: 18rem;
    }
    .xl\:mb-72 {
        margin-bottom: 18rem;
    }
    .xl\:ml-72 {
        margin-left: 18rem;
    }
    .xl\:mt-80 {
        margin-top: 20rem;
    }
    .xl\:mr-80 {
        margin-right: 20rem;
    }
    .xl\:mb-80 {
        margin-bottom: 20rem;
    }
    .xl\:ml-80 {
        margin-left: 20rem;
    }
    .xl\:mt-92 {
        margin-top: 375px;
    }
    .xl\:mr-92 {
        margin-right: 375px;
    }
    .xl\:mb-92 {
        margin-bottom: 375px;
    }
    .xl\:ml-92 {
        margin-left: 375px;
    }
    .xl\:mt-96 {
        margin-top: 24rem;
    }
    .xl\:mr-96 {
        margin-right: 24rem;
    }
    .xl\:mb-96 {
        margin-bottom: 24rem;
    }
    .xl\:ml-96 {
        margin-left: 24rem;
    }
    .xl\:mt-128 {
        margin-top: 32rem;
    }
    .xl\:mr-128 {
        margin-right: 32rem;
    }
    .xl\:mb-128 {
        margin-bottom: 32rem;
    }
    .xl\:ml-128 {
        margin-left: 32rem;
    }
    .xl\:mt-auto {
        margin-top: auto;
    }
    .xl\:mr-auto {
        margin-right: auto;
    }
    .xl\:mb-auto {
        margin-bottom: auto;
    }
    .xl\:ml-auto {
        margin-left: auto;
    }
    .xl\:mt-px {
        margin-top: 1px;
    }
    .xl\:mr-px {
        margin-right: 1px;
    }
    .xl\:mb-px {
        margin-bottom: 1px;
    }
    .xl\:ml-px {
        margin-left: 1px;
    }
    .xl\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .xl\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .xl\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .xl\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .xl\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .xl\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .xl\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .xl\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .xl\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .xl\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .xl\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .xl\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .xl\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .xl\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .xl\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .xl\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .xl\:mt-105p {
        margin-top: 105px;
    }
    .xl\:mr-105p {
        margin-right: 105px;
    }
    .xl\:mb-105p {
        margin-bottom: 105px;
    }
    .xl\:ml-105p {
        margin-left: 105px;
    }
    .xl\:mt-50p {
        margin-top: 50px;
    }
    .xl\:mr-50p {
        margin-right: 50px;
    }
    .xl\:mb-50p {
        margin-bottom: 50px;
    }
    .xl\:ml-50p {
        margin-left: 50px;
    }
    .xl\:mt-54p {
        margin-top: 54px;
    }
    .xl\:mr-54p {
        margin-right: 54px;
    }
    .xl\:mb-54p {
        margin-bottom: 54px;
    }
    .xl\:ml-54p {
        margin-left: 54px;
    }
    .xl\:mt-1p {
        margin-top: 1px;
    }
    .xl\:mr-1p {
        margin-right: 1px;
    }
    .xl\:mb-1p {
        margin-bottom: 1px;
    }
    .xl\:ml-1p {
        margin-left: 1px;
    }
    .xl\:mt-2p {
        margin-top: 2px;
    }
    .xl\:mr-2p {
        margin-right: 2px;
    }
    .xl\:mb-2p {
        margin-bottom: 2px;
    }
    .xl\:ml-2p {
        margin-left: 2px;
    }
    .xl\:mt-3p {
        margin-top: 3px;
    }
    .xl\:mr-3p {
        margin-right: 3px;
    }
    .xl\:mb-3p {
        margin-bottom: 3px;
    }
    .xl\:ml-3p {
        margin-left: 3px;
    }
    .xl\:mt-5p {
        margin-top: 5px;
    }
    .xl\:mr-5p {
        margin-right: 5px;
    }
    .xl\:mb-5p {
        margin-bottom: 5px;
    }
    .xl\:ml-5p {
        margin-left: 5px;
    }
    .xl\:mt-7p {
        margin-top: 7px;
    }
    .xl\:mr-7p {
        margin-right: 7px;
    }
    .xl\:mb-7p {
        margin-bottom: 7px;
    }
    .xl\:ml-7p {
        margin-left: 7px;
    }
    .xl\:mt-9p {
        margin-top: 9px;
    }
    .xl\:mr-9p {
        margin-right: 9px;
    }
    .xl\:mb-9p {
        margin-bottom: 9px;
    }
    .xl\:ml-9p {
        margin-left: 9px;
    }
    .xl\:mt-10p {
        margin-top: 10px;
    }
    .xl\:mr-10p {
        margin-right: 10px;
    }
    .xl\:mb-10p {
        margin-bottom: 10px;
    }
    .xl\:ml-10p {
        margin-left: 10px;
    }
    .xl\:mt-11p {
        margin-top: 11px;
    }
    .xl\:mr-11p {
        margin-right: 11px;
    }
    .xl\:mb-11p {
        margin-bottom: 11px;
    }
    .xl\:ml-11p {
        margin-left: 11px;
    }
    .xl\:mt-13p {
        margin-top: 13px;
    }
    .xl\:mr-13p {
        margin-right: 13px;
    }
    .xl\:mb-13p {
        margin-bottom: 13px;
    }
    .xl\:ml-13p {
        margin-left: 13px;
    }
    .xl\:mt-15p {
        margin-top: 15px;
    }
    .xl\:mr-15p {
        margin-right: 15px;
    }
    .xl\:mb-15p {
        margin-bottom: 15px;
    }
    .xl\:ml-15p {
        margin-left: 15px;
    }
    .xl\:mt-18p {
        margin-top: 18px;
    }
    .xl\:mr-18p {
        margin-right: 18px;
    }
    .xl\:mb-18p {
        margin-bottom: 18px;
    }
    .xl\:ml-18p {
        margin-left: 18px;
    }
    .xl\:mt-19p {
        margin-top: 19px;
    }
    .xl\:mr-19p {
        margin-right: 19px;
    }
    .xl\:mb-19p {
        margin-bottom: 19px;
    }
    .xl\:ml-19p {
        margin-left: 19px;
    }
    .xl\:mt-21p {
        margin-top: 21px;
    }
    .xl\:mr-21p {
        margin-right: 21px;
    }
    .xl\:mb-21p {
        margin-bottom: 21px;
    }
    .xl\:ml-21p {
        margin-left: 21px;
    }
    .xl\:mt-22p {
        margin-top: 22px;
    }
    .xl\:mr-22p {
        margin-right: 22px;
    }
    .xl\:mb-22p {
        margin-bottom: 22px;
    }
    .xl\:ml-22p {
        margin-left: 22px;
    }
    .xl\:mt-23p {
        margin-top: 23px;
    }
    .xl\:mr-23p {
        margin-right: 23px;
    }
    .xl\:mb-23p {
        margin-bottom: 23px;
    }
    .xl\:ml-23p {
        margin-left: 23px;
    }
    .xl\:mt-25p {
        margin-top: 25px;
    }
    .xl\:mr-25p {
        margin-right: 25px;
    }
    .xl\:mb-25p {
        margin-bottom: 25px;
    }
    .xl\:ml-25p {
        margin-left: 25px;
    }
    .xl\:mt-26p {
        margin-top: 26px;
    }
    .xl\:mr-26p {
        margin-right: 26px;
    }
    .xl\:mb-26p {
        margin-bottom: 26px;
    }
    .xl\:ml-26p {
        margin-left: 26px;
    }
    .xl\:mt-29p {
        margin-top: 29px;
    }
    .xl\:mr-29p {
        margin-right: 29px;
    }
    .xl\:mb-29p {
        margin-bottom: 29px;
    }
    .xl\:ml-29p {
        margin-left: 29px;
    }
    .xl\:mt-30p {
        margin-top: 30px;
    }
    .xl\:mr-30p {
        margin-right: 30px;
    }
    .xl\:mb-30p {
        margin-bottom: 30px;
    }
    .xl\:ml-30p {
        margin-left: 30px;
    }
    .xl\:mt-31p {
        margin-top: 31px;
    }
    .xl\:mr-31p {
        margin-right: 31px;
    }
    .xl\:mb-31p {
        margin-bottom: 31px;
    }
    .xl\:ml-31p {
        margin-left: 31px;
    }
    .xl\:mt-35p {
        margin-top: 35px;
    }
    .xl\:mr-35p {
        margin-right: 35px;
    }
    .xl\:mb-35p {
        margin-bottom: 35px;
    }
    .xl\:ml-35p {
        margin-left: 35px;
    }
    .xl\:mt-52p {
        margin-top: 52px;
    }
    .xl\:mr-52p {
        margin-right: 52px;
    }
    .xl\:mb-52p {
        margin-bottom: 52px;
    }
    .xl\:ml-52p {
        margin-left: 52px;
    }
    .xl\:mt-53p {
        margin-top: 53px;
    }
    .xl\:mr-53p {
        margin-right: 53px;
    }
    .xl\:mb-53p {
        margin-bottom: 53px;
    }
    .xl\:ml-53p {
        margin-left: 53px;
    }
    .xl\:mt-55p {
        margin-top: 55px;
    }
    .xl\:mr-55p {
        margin-right: 55px;
    }
    .xl\:mb-55p {
        margin-bottom: 55px;
    }
    .xl\:ml-55p {
        margin-left: 55px;
    }
    .xl\:mt-59p {
        margin-top: 59px;
    }
    .xl\:mr-59p {
        margin-right: 59px;
    }
    .xl\:mb-59p {
        margin-bottom: 59px;
    }
    .xl\:ml-59p {
        margin-left: 59px;
    }
    .xl\:mt-27p {
        margin-top: 27px;
    }
    .xl\:mr-27p {
        margin-right: 27px;
    }
    .xl\:mb-27p {
        margin-bottom: 27px;
    }
    .xl\:ml-27p {
        margin-left: 27px;
    }
    .xl\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .xl\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .xl\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .xl\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .xl\:mt-38p {
        margin-top: 38px;
    }
    .xl\:mr-38p {
        margin-right: 38px;
    }
    .xl\:mb-38p {
        margin-bottom: 38px;
    }
    .xl\:ml-38p {
        margin-left: 38px;
    }
    .xl\:mt-40p {
        margin-top: 40px;
    }
    .xl\:mr-40p {
        margin-right: 40px;
    }
    .xl\:mb-40p {
        margin-bottom: 40px;
    }
    .xl\:ml-40p {
        margin-left: 40px;
    }
    .xl\:mt-46p {
        margin-top: 46px;
    }
    .xl\:mr-46p {
        margin-right: 46px;
    }
    .xl\:mb-46p {
        margin-bottom: 46px;
    }
    .xl\:ml-46p {
        margin-left: 46px;
    }
    .xl\:mt-47p {
        margin-top: 47px;
    }
    .xl\:mr-47p {
        margin-right: 47px;
    }
    .xl\:mb-47p {
        margin-bottom: 47px;
    }
    .xl\:ml-47p {
        margin-left: 47px;
    }
    .xl\:mt-49p {
        margin-top: 49px;
    }
    .xl\:mr-49p {
        margin-right: 49px;
    }
    .xl\:mb-49p {
        margin-bottom: 49px;
    }
    .xl\:ml-49p {
        margin-left: 49px;
    }
    .xl\:mt-58p {
        margin-top: 58px;
    }
    .xl\:mr-58p {
        margin-right: 58px;
    }
    .xl\:mb-58p {
        margin-bottom: 58px;
    }
    .xl\:ml-58p {
        margin-left: 58px;
    }
    .xl\:mt-75p {
        margin-top: 75px;
    }
    .xl\:mr-75p {
        margin-right: 75px;
    }
    .xl\:mb-75p {
        margin-bottom: 75px;
    }
    .xl\:ml-75p {
        margin-left: 75px;
    }
    .xl\:mt-77p {
        margin-top: 77px;
    }
    .xl\:mr-77p {
        margin-right: 77px;
    }
    .xl\:mb-77p {
        margin-bottom: 77px;
    }
    .xl\:ml-77p {
        margin-left: 77px;
    }
    .xl\:mt-60p {
        margin-top: 60px;
    }
    .xl\:mr-60p {
        margin-right: 60px;
    }
    .xl\:mb-60p {
        margin-bottom: 60px;
    }
    .xl\:ml-60p {
        margin-left: 60px;
    }
    .xl\:mt-65p {
        margin-top: 65px;
    }
    .xl\:mr-65p {
        margin-right: 65px;
    }
    .xl\:mb-65p {
        margin-bottom: 65px;
    }
    .xl\:ml-65p {
        margin-left: 65px;
    }
    .xl\:mt-66p {
        margin-top: 66px;
    }
    .xl\:mr-66p {
        margin-right: 66px;
    }
    .xl\:mb-66p {
        margin-bottom: 66px;
    }
    .xl\:ml-66p {
        margin-left: 66px;
    }
    .xl\:mt-68p {
        margin-top: 68px;
    }
    .xl\:mr-68p {
        margin-right: 68px;
    }
    .xl\:mb-68p {
        margin-bottom: 68px;
    }
    .xl\:ml-68p {
        margin-left: 68px;
    }
    .xl\:mt-70p {
        margin-top: 70px;
    }
    .xl\:mr-70p {
        margin-right: 70px;
    }
    .xl\:mb-70p {
        margin-bottom: 70px;
    }
    .xl\:ml-70p {
        margin-left: 70px;
    }
    .xl\:mt-72p {
        margin-top: 72px;
    }
    .xl\:mr-72p {
        margin-right: 72px;
    }
    .xl\:mb-72p {
        margin-bottom: 72px;
    }
    .xl\:ml-72p {
        margin-left: 72px;
    }
    .xl\:mt-74p {
        margin-top: 74px;
    }
    .xl\:mr-74p {
        margin-right: 74px;
    }
    .xl\:mb-74p {
        margin-bottom: 74px;
    }
    .xl\:ml-74p {
        margin-left: 74px;
    }
    .xl\:mt-78p {
        margin-top: 78px;
    }
    .xl\:mr-78p {
        margin-right: 78px;
    }
    .xl\:mb-78p {
        margin-bottom: 78px;
    }
    .xl\:ml-78p {
        margin-left: 78px;
    }
    .xl\:mt-80p {
        margin-top: 80px;
    }
    .xl\:mr-80p {
        margin-right: 80px;
    }
    .xl\:mb-80p {
        margin-bottom: 80px;
    }
    .xl\:ml-80p {
        margin-left: 80px;
    }
    .xl\:mt-82p {
        margin-top: 82px;
    }
    .xl\:mr-82p {
        margin-right: 82px;
    }
    .xl\:mb-82p {
        margin-bottom: 82px;
    }
    .xl\:ml-82p {
        margin-left: 82px;
    }
    .xl\:mt-84p {
        margin-top: 84px;
    }
    .xl\:mr-84p {
        margin-right: 84px;
    }
    .xl\:mb-84p {
        margin-bottom: 84px;
    }
    .xl\:ml-84p {
        margin-left: 84px;
    }
    .xl\:mt-89p {
        margin-top: 89px;
    }
    .xl\:mr-89p {
        margin-right: 89px;
    }
    .xl\:mb-89p {
        margin-bottom: 89px;
    }
    .xl\:ml-89p {
        margin-left: 89px;
    }
    .xl\:mt-93p {
        margin-top: 93px;
    }
    .xl\:mr-93p {
        margin-right: 93px;
    }
    .xl\:mb-93p {
        margin-bottom: 93px;
    }
    .xl\:ml-93p {
        margin-left: 93px;
    }
    .xl\:mt-90p {
        margin-top: 90px;
    }
    .xl\:mr-90p {
        margin-right: 90px;
    }
    .xl\:mb-90p {
        margin-bottom: 90px;
    }
    .xl\:ml-90p {
        margin-left: 90px;
    }
    .xl\:mt-97p {
        margin-top: 97px;
    }
    .xl\:mr-97p {
        margin-right: 97px;
    }
    .xl\:mb-97p {
        margin-bottom: 97px;
    }
    .xl\:ml-97p {
        margin-left: 97px;
    }
    .xl\:mt-103p {
        margin-top: 103px;
    }
    .xl\:mr-103p {
        margin-right: 103px;
    }
    .xl\:mb-103p {
        margin-bottom: 103px;
    }
    .xl\:ml-103p {
        margin-left: 103px;
    }
    .xl\:mt-116p {
        margin-top: 116px;
    }
    .xl\:mr-116p {
        margin-right: 116px;
    }
    .xl\:mb-116p {
        margin-bottom: 116px;
    }
    .xl\:ml-116p {
        margin-left: 116px;
    }
    .xl\:mt-120p {
        margin-top: 120px;
    }
    .xl\:mr-120p {
        margin-right: 120px;
    }
    .xl\:mb-120p {
        margin-bottom: 120px;
    }
    .xl\:ml-120p {
        margin-left: 120px;
    }
    .xl\:mt-125p {
        margin-top: 125px;
    }
    .xl\:mr-125p {
        margin-right: 125px;
    }
    .xl\:mb-125p {
        margin-bottom: 125px;
    }
    .xl\:ml-125p {
        margin-left: 125px;
    }
    .xl\:mt-130p {
        margin-top: 130px;
    }
    .xl\:mr-130p {
        margin-right: 130px;
    }
    .xl\:mb-130p {
        margin-bottom: 130px;
    }
    .xl\:ml-130p {
        margin-left: 130px;
    }
    .xl\:mt-135p {
        margin-top: 135px;
    }
    .xl\:mr-135p {
        margin-right: 135px;
    }
    .xl\:mb-135p {
        margin-bottom: 135px;
    }
    .xl\:ml-135p {
        margin-left: 135px;
    }
    .xl\:mt-132p {
        margin-top: 132px;
    }
    .xl\:mr-132p {
        margin-right: 132px;
    }
    .xl\:mb-132p {
        margin-bottom: 132px;
    }
    .xl\:ml-132p {
        margin-left: 132px;
    }
    .xl\:mt-150p {
        margin-top: 150px;
    }
    .xl\:mr-150p {
        margin-right: 150px;
    }
    .xl\:mb-150p {
        margin-bottom: 150px;
    }
    .xl\:ml-150p {
        margin-left: 150px;
    }
    .xl\:mt-216p {
        margin-top: 216px;
    }
    .xl\:mr-216p {
        margin-right: 216px;
    }
    .xl\:mb-216p {
        margin-bottom: 216px;
    }
    .xl\:ml-216p {
        margin-left: 216px;
    }
    .xl\:mt-225p {
        margin-top: 225px;
    }
    .xl\:mr-225p {
        margin-right: 225px;
    }
    .xl\:mb-225p {
        margin-bottom: 225px;
    }
    .xl\:ml-225p {
        margin-left: 225px;
    }
    .xl\:mt-296p {
        margin-top: 296px;
    }
    .xl\:mr-296p {
        margin-right: 296px;
    }
    .xl\:mb-296p {
        margin-bottom: 296px;
    }
    .xl\:ml-296p {
        margin-left: 296px;
    }
    .xl\:mt-270p {
        margin-top: 270px;
    }
    .xl\:mr-270p {
        margin-right: 270px;
    }
    .xl\:mb-270p {
        margin-bottom: 270px;
    }
    .xl\:ml-270p {
        margin-left: 270px;
    }
    .xl\:mt-137p {
        margin-top: 137px;
    }
    .xl\:mr-137p {
        margin-right: 137px;
    }
    .xl\:mb-137p {
        margin-bottom: 137px;
    }
    .xl\:ml-137p {
        margin-left: 137px;
    }
    .xl\:mt-141p {
        margin-top: 141px;
    }
    .xl\:mr-141p {
        margin-right: 141px;
    }
    .xl\:mb-141p {
        margin-bottom: 141px;
    }
    .xl\:ml-141p {
        margin-left: 141px;
    }
    .xl\:mt-146p {
        margin-top: 146px;
    }
    .xl\:mr-146p {
        margin-right: 146px;
    }
    .xl\:mb-146p {
        margin-bottom: 146px;
    }
    .xl\:ml-146p {
        margin-left: 146px;
    }
    .xl\:mt-152p {
        margin-top: 152px;
    }
    .xl\:mr-152p {
        margin-right: 152px;
    }
    .xl\:mb-152p {
        margin-bottom: 152px;
    }
    .xl\:ml-152p {
        margin-left: 152px;
    }
    .xl\:mt-155p {
        margin-top: 155px;
    }
    .xl\:mr-155p {
        margin-right: 155px;
    }
    .xl\:mb-155p {
        margin-bottom: 155px;
    }
    .xl\:ml-155p {
        margin-left: 155px;
    }
    .xl\:mt-163p {
        margin-top: 163px;
    }
    .xl\:mr-163p {
        margin-right: 163px;
    }
    .xl\:mb-163p {
        margin-bottom: 163px;
    }
    .xl\:ml-163p {
        margin-left: 163px;
    }
    .xl\:mt-168p {
        margin-top: 168px;
    }
    .xl\:mr-168p {
        margin-right: 168px;
    }
    .xl\:mb-168p {
        margin-bottom: 168px;
    }
    .xl\:ml-168p {
        margin-left: 168px;
    }
    .xl\:mt-173p {
        margin-top: 173px;
    }
    .xl\:mr-173p {
        margin-right: 173px;
    }
    .xl\:mb-173p {
        margin-bottom: 173px;
    }
    .xl\:ml-173p {
        margin-left: 173px;
    }
    .xl\:mt-210p {
        margin-top: 210px;
    }
    .xl\:mr-210p {
        margin-right: 210px;
    }
    .xl\:mb-210p {
        margin-bottom: 210px;
    }
    .xl\:ml-210p {
        margin-left: 210px;
    }
    .xl\:mt-245p {
        margin-top: 245px;
    }
    .xl\:mr-245p {
        margin-right: 245px;
    }
    .xl\:mb-245p {
        margin-bottom: 245px;
    }
    .xl\:ml-245p {
        margin-left: 245px;
    }
    .xl\:mt-250p {
        margin-top: 250px;
    }
    .xl\:mr-250p {
        margin-right: 250px;
    }
    .xl\:mb-250p {
        margin-bottom: 250px;
    }
    .xl\:ml-250p {
        margin-left: 250px;
    }
    .xl\:mt-260p {
        margin-top: 260px;
    }
    .xl\:mr-260p {
        margin-right: 260px;
    }
    .xl\:mb-260p {
        margin-bottom: 260px;
    }
    .xl\:ml-260p {
        margin-left: 260px;
    }
    .xl\:mt-263p {
        margin-top: 263px;
    }
    .xl\:mr-263p {
        margin-right: 263px;
    }
    .xl\:mb-263p {
        margin-bottom: 263px;
    }
    .xl\:ml-263p {
        margin-left: 263px;
    }
    .xl\:mt-266p {
        margin-top: 266px;
    }
    .xl\:mr-266p {
        margin-right: 266px;
    }
    .xl\:mb-266p {
        margin-bottom: 266px;
    }
    .xl\:ml-266p {
        margin-left: 266px;
    }
    .xl\:mt-275p {
        margin-top: 275px;
    }
    .xl\:mr-275p {
        margin-right: 275px;
    }
    .xl\:mb-275p {
        margin-bottom: 275px;
    }
    .xl\:ml-275p {
        margin-left: 275px;
    }
    .xl\:mt-300p {
        margin-top: 300px;
    }
    .xl\:mr-300p {
        margin-right: 300px;
    }
    .xl\:mb-300p {
        margin-bottom: 300px;
    }
    .xl\:ml-300p {
        margin-left: 300px;
    }
    .xl\:mt-312p {
        margin-top: 312px;
    }
    .xl\:mr-312p {
        margin-right: 312px;
    }
    .xl\:mb-312p {
        margin-bottom: 312px;
    }
    .xl\:ml-312p {
        margin-left: 312px;
    }
    .xl\:mt-318p {
        margin-top: 318px;
    }
    .xl\:mr-318p {
        margin-right: 318px;
    }
    .xl\:mb-318p {
        margin-bottom: 318px;
    }
    .xl\:ml-318p {
        margin-left: 318px;
    }
    .xl\:mt-322p {
        margin-top: 322px;
    }
    .xl\:mr-322p {
        margin-right: 322px;
    }
    .xl\:mb-322p {
        margin-bottom: 322px;
    }
    .xl\:ml-322p {
        margin-left: 322px;
    }
    .xl\:mt-337p {
        margin-top: 337px;
    }
    .xl\:mr-337p {
        margin-right: 337px;
    }
    .xl\:mb-337p {
        margin-bottom: 337px;
    }
    .xl\:ml-337p {
        margin-left: 337px;
    }
    .xl\:mt-345p {
        margin-top: 345px;
    }
    .xl\:mr-345p {
        margin-right: 345px;
    }
    .xl\:mb-345p {
        margin-bottom: 345px;
    }
    .xl\:ml-345p {
        margin-left: 345px;
    }
    .xl\:mt-344p {
        margin-top: 344px;
    }
    .xl\:mr-344p {
        margin-right: 344px;
    }
    .xl\:mb-344p {
        margin-bottom: 344px;
    }
    .xl\:ml-344p {
        margin-left: 344px;
    }
    .xl\:mt-354p {
        margin-top: 354px;
    }
    .xl\:mr-354p {
        margin-right: 354px;
    }
    .xl\:mb-354p {
        margin-bottom: 354px;
    }
    .xl\:ml-354p {
        margin-left: 354px;
    }
    .xl\:mt-364p {
        margin-top: 364px;
    }
    .xl\:mr-364p {
        margin-right: 364px;
    }
    .xl\:mb-364p {
        margin-bottom: 364px;
    }
    .xl\:ml-364p {
        margin-left: 364px;
    }
    .xl\:mt-370p {
        margin-top: 370px;
    }
    .xl\:mr-370p {
        margin-right: 370px;
    }
    .xl\:mb-370p {
        margin-bottom: 370px;
    }
    .xl\:ml-370p {
        margin-left: 370px;
    }
    .xl\:mt-382p {
        margin-top: 382px;
    }
    .xl\:mr-382p {
        margin-right: 382px;
    }
    .xl\:mb-382p {
        margin-bottom: 382px;
    }
    .xl\:ml-382p {
        margin-left: 382px;
    }
    .xl\:mt-385p {
        margin-top: 385px;
    }
    .xl\:mr-385p {
        margin-right: 385px;
    }
    .xl\:mb-385p {
        margin-bottom: 385px;
    }
    .xl\:ml-385p {
        margin-left: 385px;
    }
    .xl\:mt-400p {
        margin-top: 400px;
    }
    .xl\:mr-400p {
        margin-right: 400px;
    }
    .xl\:mb-400p {
        margin-bottom: 400px;
    }
    .xl\:ml-400p {
        margin-left: 400px;
    }
    .xl\:mt-407p {
        margin-top: 407px;
    }
    .xl\:mr-407p {
        margin-right: 407px;
    }
    .xl\:mb-407p {
        margin-bottom: 407px;
    }
    .xl\:ml-407p {
        margin-left: 407px;
    }
    .xl\:mt-411p {
        margin-top: 411px;
    }
    .xl\:mr-411p {
        margin-right: 411px;
    }
    .xl\:mb-411p {
        margin-bottom: 411px;
    }
    .xl\:ml-411p {
        margin-left: 411px;
    }
    .xl\:mt-418p {
        margin-top: 418px;
    }
    .xl\:mr-418p {
        margin-right: 418px;
    }
    .xl\:mb-418p {
        margin-bottom: 418px;
    }
    .xl\:ml-418p {
        margin-left: 418px;
    }
    .xl\:mt-430p {
        margin-top: 430px;
    }
    .xl\:mr-430p {
        margin-right: 430px;
    }
    .xl\:mb-430p {
        margin-bottom: 430px;
    }
    .xl\:ml-430p {
        margin-left: 430px;
    }
    .xl\:mt-450p {
        margin-top: 450px;
    }
    .xl\:mr-450p {
        margin-right: 450px;
    }
    .xl\:mb-450p {
        margin-bottom: 450px;
    }
    .xl\:ml-450p {
        margin-left: 450px;
    }
    .xl\:mt-468p {
        margin-top: 468px;
    }
    .xl\:mr-468p {
        margin-right: 468px;
    }
    .xl\:mb-468p {
        margin-bottom: 468px;
    }
    .xl\:ml-468p {
        margin-left: 468px;
    }
    .xl\:mt-485p {
        margin-top: 485px;
    }
    .xl\:mr-485p {
        margin-right: 485px;
    }
    .xl\:mb-485p {
        margin-bottom: 485px;
    }
    .xl\:ml-485p {
        margin-left: 485px;
    }
    .xl\:mt-491p {
        margin-top: 491px;
    }
    .xl\:mr-491p {
        margin-right: 491px;
    }
    .xl\:mb-491p {
        margin-bottom: 491px;
    }
    .xl\:ml-491p {
        margin-left: 491px;
    }
    .xl\:mt-494p {
        margin-top: 494px;
    }
    .xl\:mr-494p {
        margin-right: 494px;
    }
    .xl\:mb-494p {
        margin-bottom: 494px;
    }
    .xl\:ml-494p {
        margin-left: 494px;
    }
    .xl\:mt-470p {
        margin-top: 470px;
    }
    .xl\:mr-470p {
        margin-right: 470px;
    }
    .xl\:mb-470p {
        margin-bottom: 470px;
    }
    .xl\:ml-470p {
        margin-left: 470px;
    }
    .xl\:mt-480p {
        margin-top: 480px;
    }
    .xl\:mr-480p {
        margin-right: 480px;
    }
    .xl\:mb-480p {
        margin-bottom: 480px;
    }
    .xl\:ml-480p {
        margin-left: 480px;
    }
    .xl\:mt-532p {
        margin-top: 532px;
    }
    .xl\:mr-532p {
        margin-right: 532px;
    }
    .xl\:mb-532p {
        margin-bottom: 532px;
    }
    .xl\:ml-532p {
        margin-left: 532px;
    }
    .xl\:mt-556p {
        margin-top: 556px;
    }
    .xl\:mr-556p {
        margin-right: 556px;
    }
    .xl\:mb-556p {
        margin-bottom: 556px;
    }
    .xl\:ml-556p {
        margin-left: 556px;
    }
    .xl\:mt-505p {
        margin-top: 505px;
    }
    .xl\:mr-505p {
        margin-right: 505px;
    }
    .xl\:mb-505p {
        margin-bottom: 505px;
    }
    .xl\:ml-505p {
        margin-left: 505px;
    }
    .xl\:mt-1179p {
        margin-top: 1179px;
    }
    .xl\:mr-1179p {
        margin-right: 1179px;
    }
    .xl\:mb-1179p {
        margin-bottom: 1179px;
    }
    .xl\:ml-1179p {
        margin-left: 1179px;
    }
    .xl\:mt-1253p {
        margin-top: 1253px;
    }
    .xl\:mr-1253p {
        margin-right: 1253px;
    }
    .xl\:mb-1253p {
        margin-bottom: 1253px;
    }
    .xl\:ml-1253p {
        margin-left: 1253px;
    }
    .xl\:mt-1575p {
        margin-top: 1575px;
    }
    .xl\:mr-1575p {
        margin-right: 1575px;
    }
    .xl\:mb-1575p {
        margin-bottom: 1575px;
    }
    .xl\:ml-1575p {
        margin-left: 1575px;
    }
    .xl\:mt-600p {
        margin-top: 600px;
    }
    .xl\:mr-600p {
        margin-right: 600px;
    }
    .xl\:mb-600p {
        margin-bottom: 600px;
    }
    .xl\:ml-600p {
        margin-left: 600px;
    }
    .xl\:mt-649p {
        margin-top: 649px;
    }
    .xl\:mr-649p {
        margin-right: 649px;
    }
    .xl\:mb-649p {
        margin-bottom: 649px;
    }
    .xl\:ml-649p {
        margin-left: 649px;
    }
    .xl\:mt-690p {
        margin-top: 690px;
    }
    .xl\:mr-690p {
        margin-right: 690px;
    }
    .xl\:mb-690p {
        margin-bottom: 690px;
    }
    .xl\:ml-690p {
        margin-left: 690px;
    }
    .xl\:mt-19\% {
        margin-top: 19%;
    }
    .xl\:mr-19\% {
        margin-right: 19%;
    }
    .xl\:mb-19\% {
        margin-bottom: 19%;
    }
    .xl\:ml-19\% {
        margin-left: 19%;
    }
    .xl\:mt-23\% {
        margin-top: 23%;
    }
    .xl\:mr-23\% {
        margin-right: 23%;
    }
    .xl\:mb-23\% {
        margin-bottom: 23%;
    }
    .xl\:ml-23\% {
        margin-left: 23%;
    }
    .xl\:mt-24\% {
        margin-top: 24%;
    }
    .xl\:mr-24\% {
        margin-right: 24%;
    }
    .xl\:mb-24\% {
        margin-bottom: 24%;
    }
    .xl\:ml-24\% {
        margin-left: 24%;
    }
    .xl\:mt-36\% {
        margin-top: 36%;
    }
    .xl\:mr-36\% {
        margin-right: 36%;
    }
    .xl\:mb-36\% {
        margin-bottom: 36%;
    }
    .xl\:ml-36\% {
        margin-left: 36%;
    }
    .xl\:mt-27\% {
        margin-top: 27%;
    }
    .xl\:mr-27\% {
        margin-right: 27%;
    }
    .xl\:mb-27\% {
        margin-bottom: 27%;
    }
    .xl\:ml-27\% {
        margin-left: 27%;
    }
    .xl\:mt-28\% {
        margin-top: 28%;
    }
    .xl\:mr-28\% {
        margin-right: 28%;
    }
    .xl\:mb-28\% {
        margin-bottom: 28%;
    }
    .xl\:ml-28\% {
        margin-left: 28%;
    }
    .xl\:mt-42\% {
        margin-top: 42%;
    }
    .xl\:mr-42\% {
        margin-right: 42%;
    }
    .xl\:mb-42\% {
        margin-bottom: 42%;
    }
    .xl\:ml-42\% {
        margin-left: 42%;
    }
    .xl\:mt-46\% {
        margin-top: 46%;
    }
    .xl\:mr-46\% {
        margin-right: 46%;
    }
    .xl\:mb-46\% {
        margin-bottom: 46%;
    }
    .xl\:ml-46\% {
        margin-left: 46%;
    }
    .xl\:mt-49\% {
        margin-top: 49%;
    }
    .xl\:mr-49\% {
        margin-right: 49%;
    }
    .xl\:mb-49\% {
        margin-bottom: 49%;
    }
    .xl\:ml-49\% {
        margin-left: 49%;
    }
    .xl\:mt-54\% {
        margin-top: 54%;
    }
    .xl\:mr-54\% {
        margin-right: 54%;
    }
    .xl\:mb-54\% {
        margin-bottom: 54%;
    }
    .xl\:ml-54\% {
        margin-left: 54%;
    }
    .xl\:mt-58\% {
        margin-top: 58%;
    }
    .xl\:mr-58\% {
        margin-right: 58%;
    }
    .xl\:mb-58\% {
        margin-bottom: 58%;
    }
    .xl\:ml-58\% {
        margin-left: 58%;
    }
    .xl\:mt-72\% {
        margin-top: 72%;
    }
    .xl\:mr-72\% {
        margin-right: 72%;
    }
    .xl\:mb-72\% {
        margin-bottom: 72%;
    }
    .xl\:ml-72\% {
        margin-left: 72%;
    }
    .xl\:mt-76\% {
        margin-top: 76%;
    }
    .xl\:mr-76\% {
        margin-right: 76%;
    }
    .xl\:mb-76\% {
        margin-bottom: 76%;
    }
    .xl\:ml-76\% {
        margin-left: 76%;
    }
    .xl\:mt-77\% {
        margin-top: 77%;
    }
    .xl\:mr-77\% {
        margin-right: 77%;
    }
    .xl\:mb-77\% {
        margin-bottom: 77%;
    }
    .xl\:ml-77\% {
        margin-left: 77%;
    }
    .xl\:mt-340p {
        margin-top: 340px;
    }
    .xl\:mr-340p {
        margin-right: 340px;
    }
    .xl\:mb-340p {
        margin-bottom: 340px;
    }
    .xl\:ml-340p {
        margin-left: 340px;
    }
    .xl\:mt-700p {
        margin-top: 700px;
    }
    .xl\:mr-700p {
        margin-right: 700px;
    }
    .xl\:mb-700p {
        margin-bottom: 700px;
    }
    .xl\:ml-700p {
        margin-left: 700px;
    }
    .xl\:mt-848p {
        margin-top: 848px;
    }
    .xl\:mr-848p {
        margin-right: 848px;
    }
    .xl\:mb-848p {
        margin-bottom: 848px;
    }
    .xl\:ml-848p {
        margin-left: 848px;
    }
    .xl\:mt-850p {
        margin-top: 850px;
    }
    .xl\:mr-850p {
        margin-right: 850px;
    }
    .xl\:mb-850p {
        margin-bottom: 850px;
    }
    .xl\:ml-850p {
        margin-left: 850px;
    }
    .xl\:mt-860p {
        margin-top: 860px;
    }
    .xl\:mr-860p {
        margin-right: 860px;
    }
    .xl\:mb-860p {
        margin-bottom: 860px;
    }
    .xl\:ml-860p {
        margin-left: 860px;
    }
    .xl\:mt-1425p {
        margin-top: 1425px;
    }
    .xl\:mr-1425p {
        margin-right: 1425px;
    }
    .xl\:mb-1425p {
        margin-bottom: 1425px;
    }
    .xl\:ml-1425p {
        margin-left: 1425px;
    }
    .xl\:-mt-0 {
        margin-top: 0;
    }
    .xl\:-mr-0 {
        margin-right: 0;
    }
    .xl\:-mb-0 {
        margin-bottom: 0;
    }
    .xl\:-ml-0 {
        margin-left: 0;
    }
    .xl\:-mt-1 {
        margin-top: -0.25rem;
    }
    .xl\:-mr-1 {
        margin-right: -0.25rem;
    }
    .xl\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .xl\:-ml-1 {
        margin-left: -0.25rem;
    }
    .xl\:-mt-2 {
        margin-top: -0.5rem;
    }
    .xl\:-mr-2 {
        margin-right: -0.5rem;
    }
    .xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .xl\:-ml-2 {
        margin-left: -0.5rem;
    }
    .xl\:-mt-3 {
        margin-top: -0.75rem;
    }
    .xl\:-mr-3 {
        margin-right: -0.75rem;
    }
    .xl\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .xl\:-ml-3 {
        margin-left: -0.75rem;
    }
    .xl\:-mt-4 {
        margin-top: -1rem;
    }
    .xl\:-mr-4 {
        margin-right: -1rem;
    }
    .xl\:-mb-4 {
        margin-bottom: -1rem;
    }
    .xl\:-ml-4 {
        margin-left: -1rem;
    }
    .xl\:-mt-5 {
        margin-top: -1.25rem;
    }
    .xl\:-mr-5 {
        margin-right: -1.25rem;
    }
    .xl\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .xl\:-ml-5 {
        margin-left: -1.25rem;
    }
    .xl\:-mt-6 {
        margin-top: -1.5rem;
    }
    .xl\:-mr-6 {
        margin-right: -1.5rem;
    }
    .xl\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .xl\:-ml-6 {
        margin-left: -1.5rem;
    }
    .xl\:-mt-7 {
        margin-top: -1.75rem;
    }
    .xl\:-mr-7 {
        margin-right: -1.75rem;
    }
    .xl\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .xl\:-ml-7 {
        margin-left: -1.75rem;
    }
    .xl\:-mt-8 {
        margin-top: -2rem;
    }
    .xl\:-mr-8 {
        margin-right: -2rem;
    }
    .xl\:-mb-8 {
        margin-bottom: -2rem;
    }
    .xl\:-ml-8 {
        margin-left: -2rem;
    }
    .xl\:-mt-9 {
        margin-top: -2.25rem;
    }
    .xl\:-mr-9 {
        margin-right: -2.25rem;
    }
    .xl\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .xl\:-ml-9 {
        margin-left: -2.25rem;
    }
    .xl\:-mt-10 {
        margin-top: -2.5rem;
    }
    .xl\:-mr-10 {
        margin-right: -2.5rem;
    }
    .xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .xl\:-ml-10 {
        margin-left: -2.5rem;
    }
    .xl\:-mt-11 {
        margin-top: -2.75rem;
    }
    .xl\:-mr-11 {
        margin-right: -2.75rem;
    }
    .xl\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .xl\:-ml-11 {
        margin-left: -2.75rem;
    }
    .xl\:-mt-12 {
        margin-top: -3rem;
    }
    .xl\:-mr-12 {
        margin-right: -3rem;
    }
    .xl\:-mb-12 {
        margin-bottom: -3rem;
    }
    .xl\:-ml-12 {
        margin-left: -3rem;
    }
    .xl\:-mt-14 {
        margin-top: -3.5rem;
    }
    .xl\:-mr-14 {
        margin-right: -3.5rem;
    }
    .xl\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .xl\:-ml-14 {
        margin-left: -3.5rem;
    }
    .xl\:-mt-16 {
        margin-top: -4rem;
    }
    .xl\:-mr-16 {
        margin-right: -4rem;
    }
    .xl\:-mb-16 {
        margin-bottom: -4rem;
    }
    .xl\:-ml-16 {
        margin-left: -4rem;
    }
    .xl\:-mt-20 {
        margin-top: -5rem;
    }
    .xl\:-mr-20 {
        margin-right: -5rem;
    }
    .xl\:-mb-20 {
        margin-bottom: -5rem;
    }
    .xl\:-ml-20 {
        margin-left: -5rem;
    }
    .xl\:-mt-23 {
        margin-top: -88px;
    }
    .xl\:-mr-23 {
        margin-right: -88px;
    }
    .xl\:-mb-23 {
        margin-bottom: -88px;
    }
    .xl\:-ml-23 {
        margin-left: -88px;
    }
    .xl\:-mt-24 {
        margin-top: -6rem;
    }
    .xl\:-mr-24 {
        margin-right: -6rem;
    }
    .xl\:-mb-24 {
        margin-bottom: -6rem;
    }
    .xl\:-ml-24 {
        margin-left: -6rem;
    }
    .xl\:-mt-25 {
        margin-top: -100px;
    }
    .xl\:-mr-25 {
        margin-right: -100px;
    }
    .xl\:-mb-25 {
        margin-bottom: -100px;
    }
    .xl\:-ml-25 {
        margin-left: -100px;
    }
    .xl\:-mt-28 {
        margin-top: -7rem;
    }
    .xl\:-mr-28 {
        margin-right: -7rem;
    }
    .xl\:-mb-28 {
        margin-bottom: -7rem;
    }
    .xl\:-ml-28 {
        margin-left: -7rem;
    }
    .xl\:-mt-29 {
        margin-top: -120px;
    }
    .xl\:-mr-29 {
        margin-right: -120px;
    }
    .xl\:-mb-29 {
        margin-bottom: -120px;
    }
    .xl\:-ml-29 {
        margin-left: -120px;
    }
    .xl\:-mt-32 {
        margin-top: -8rem;
    }
    .xl\:-mr-32 {
        margin-right: -8rem;
    }
    .xl\:-mb-32 {
        margin-bottom: -8rem;
    }
    .xl\:-ml-32 {
        margin-left: -8rem;
    }
    .xl\:-mt-33 {
        margin-top: -130px;
    }
    .xl\:-mr-33 {
        margin-right: -130px;
    }
    .xl\:-mb-33 {
        margin-bottom: -130px;
    }
    .xl\:-ml-33 {
        margin-left: -130px;
    }
    .xl\:-mt-36 {
        margin-top: -9rem;
    }
    .xl\:-mr-36 {
        margin-right: -9rem;
    }
    .xl\:-mb-36 {
        margin-bottom: -9rem;
    }
    .xl\:-ml-36 {
        margin-left: -9rem;
    }
    .xl\:-mt-40 {
        margin-top: -10rem;
    }
    .xl\:-mr-40 {
        margin-right: -10rem;
    }
    .xl\:-mb-40 {
        margin-bottom: -10rem;
    }
    .xl\:-ml-40 {
        margin-left: -10rem;
    }
    .xl\:-mt-44 {
        margin-top: -11rem;
    }
    .xl\:-mr-44 {
        margin-right: -11rem;
    }
    .xl\:-mb-44 {
        margin-bottom: -11rem;
    }
    .xl\:-ml-44 {
        margin-left: -11rem;
    }
    .xl\:-mt-48 {
        margin-top: -12rem;
    }
    .xl\:-mr-48 {
        margin-right: -12rem;
    }
    .xl\:-mb-48 {
        margin-bottom: -12rem;
    }
    .xl\:-ml-48 {
        margin-left: -12rem;
    }
    .xl\:-mt-52 {
        margin-top: -13rem;
    }
    .xl\:-mr-52 {
        margin-right: -13rem;
    }
    .xl\:-mb-52 {
        margin-bottom: -13rem;
    }
    .xl\:-ml-52 {
        margin-left: -13rem;
    }
    .xl\:-mt-56 {
        margin-top: -14rem;
    }
    .xl\:-mr-56 {
        margin-right: -14rem;
    }
    .xl\:-mb-56 {
        margin-bottom: -14rem;
    }
    .xl\:-ml-56 {
        margin-left: -14rem;
    }
    .xl\:-mt-60 {
        margin-top: -15rem;
    }
    .xl\:-mr-60 {
        margin-right: -15rem;
    }
    .xl\:-mb-60 {
        margin-bottom: -15rem;
    }
    .xl\:-ml-60 {
        margin-left: -15rem;
    }
    .xl\:-mt-63 {
        margin-top: -270px;
    }
    .xl\:-mr-63 {
        margin-right: -270px;
    }
    .xl\:-mb-63 {
        margin-bottom: -270px;
    }
    .xl\:-ml-63 {
        margin-left: -270px;
    }
    .xl\:-mt-64 {
        margin-top: -16rem;
    }
    .xl\:-mr-64 {
        margin-right: -16rem;
    }
    .xl\:-mb-64 {
        margin-bottom: -16rem;
    }
    .xl\:-ml-64 {
        margin-left: -16rem;
    }
    .xl\:-mt-72 {
        margin-top: -18rem;
    }
    .xl\:-mr-72 {
        margin-right: -18rem;
    }
    .xl\:-mb-72 {
        margin-bottom: -18rem;
    }
    .xl\:-ml-72 {
        margin-left: -18rem;
    }
    .xl\:-mt-80 {
        margin-top: -20rem;
    }
    .xl\:-mr-80 {
        margin-right: -20rem;
    }
    .xl\:-mb-80 {
        margin-bottom: -20rem;
    }
    .xl\:-ml-80 {
        margin-left: -20rem;
    }
    .xl\:-mt-92 {
        margin-top: -475px;
    }
    .xl\:-mr-92 {
        margin-right: -475px;
    }
    .xl\:-mb-92 {
        margin-bottom: -475px;
    }
    .xl\:-ml-92 {
        margin-left: -475px;
    }
    .xl\:-mt-96 {
        margin-top: -24rem;
    }
    .xl\:-mr-96 {
        margin-right: -24rem;
    }
    .xl\:-mb-96 {
        margin-bottom: -24rem;
    }
    .xl\:-ml-96 {
        margin-left: -24rem;
    }
    .xl\:-mt-128 {
        margin-top: -32rem;
    }
    .xl\:-mr-128 {
        margin-right: -32rem;
    }
    .xl\:-mb-128 {
        margin-bottom: -32rem;
    }
    .xl\:-ml-128 {
        margin-left: -32rem;
    }
    .xl\:-mt-px {
        margin-top: -1px;
    }
    .xl\:-mr-px {
        margin-right: -1px;
    }
    .xl\:-mb-px {
        margin-bottom: -1px;
    }
    .xl\:-ml-px {
        margin-left: -1px;
    }
    .xl\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .xl\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .xl\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .xl\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .xl\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .xl\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .xl\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .xl\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .xl\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .xl\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .xl\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .xl\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .xl\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .xl\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .xl\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .xl\:-mt-105p {
        margin-top: -105px;
    }
    .xl\:-mr-105p {
        margin-right: -105px;
    }
    .xl\:-mb-105p {
        margin-bottom: -105px;
    }
    .xl\:-ml-105p {
        margin-left: -105px;
    }
    .xl\:-mt-50p {
        margin-top: -50px;
    }
    .xl\:-mr-50p {
        margin-right: -50px;
    }
    .xl\:-mb-50p {
        margin-bottom: -50px;
    }
    .xl\:-ml-50p {
        margin-left: -50px;
    }
    .xl\:-mt-54p {
        margin-top: -54px;
    }
    .xl\:-mr-54p {
        margin-right: -54px;
    }
    .xl\:-mb-54p {
        margin-bottom: -54px;
    }
    .xl\:-ml-54p {
        margin-left: -54px;
    }
    .xl\:-mt-1p {
        margin-top: -1px;
    }
    .xl\:-mr-1p {
        margin-right: -1px;
    }
    .xl\:-mb-1p {
        margin-bottom: -1px;
    }
    .xl\:-ml-1p {
        margin-left: -1px;
    }
    .xl\:-mt-2p {
        margin-top: -2px;
    }
    .xl\:-mr-2p {
        margin-right: -2px;
    }
    .xl\:-mb-2p {
        margin-bottom: -2px;
    }
    .xl\:-ml-2p {
        margin-left: -2px;
    }
    .xl\:-mt-3p {
        margin-top: -3px;
    }
    .xl\:-mr-3p {
        margin-right: -3px;
    }
    .xl\:-mb-3p {
        margin-bottom: -3px;
    }
    .xl\:-ml-3p {
        margin-left: -3px;
    }
    .xl\:-mt-5p {
        margin-top: -5px;
    }
    .xl\:-mr-5p {
        margin-right: -5px;
    }
    .xl\:-mb-5p {
        margin-bottom: -5px;
    }
    .xl\:-ml-5p {
        margin-left: -5px;
    }
    .xl\:-mt-7p {
        margin-top: -7px;
    }
    .xl\:-mr-7p {
        margin-right: -7px;
    }
    .xl\:-mb-7p {
        margin-bottom: -7px;
    }
    .xl\:-ml-7p {
        margin-left: -7px;
    }
    .xl\:-mt-9p {
        margin-top: -9px;
    }
    .xl\:-mr-9p {
        margin-right: -9px;
    }
    .xl\:-mb-9p {
        margin-bottom: -9px;
    }
    .xl\:-ml-9p {
        margin-left: -9px;
    }
    .xl\:-mt-10p {
        margin-top: -10px;
    }
    .xl\:-mr-10p {
        margin-right: -10px;
    }
    .xl\:-mb-10p {
        margin-bottom: -10px;
    }
    .xl\:-ml-10p {
        margin-left: -10px;
    }
    .xl\:-mt-11p {
        margin-top: -11px;
    }
    .xl\:-mr-11p {
        margin-right: -11px;
    }
    .xl\:-mb-11p {
        margin-bottom: -11px;
    }
    .xl\:-ml-11p {
        margin-left: -11px;
    }
    .xl\:-mt-13p {
        margin-top: -13px;
    }
    .xl\:-mr-13p {
        margin-right: -13px;
    }
    .xl\:-mb-13p {
        margin-bottom: -13px;
    }
    .xl\:-ml-13p {
        margin-left: -13px;
    }
    .xl\:-mt-15p {
        margin-top: -15px;
    }
    .xl\:-mr-15p {
        margin-right: -15px;
    }
    .xl\:-mb-15p {
        margin-bottom: -15px;
    }
    .xl\:-ml-15p {
        margin-left: -15px;
    }
    .xl\:-mt-18p {
        margin-top: -18px;
    }
    .xl\:-mr-18p {
        margin-right: -18px;
    }
    .xl\:-mb-18p {
        margin-bottom: -18px;
    }
    .xl\:-ml-18p {
        margin-left: -18px;
    }
    .xl\:-mt-19p {
        margin-top: -19px;
    }
    .xl\:-mr-19p {
        margin-right: -19px;
    }
    .xl\:-mb-19p {
        margin-bottom: -19px;
    }
    .xl\:-ml-19p {
        margin-left: -19px;
    }
    .xl\:-mt-21p {
        margin-top: -21px;
    }
    .xl\:-mr-21p {
        margin-right: -21px;
    }
    .xl\:-mb-21p {
        margin-bottom: -21px;
    }
    .xl\:-ml-21p {
        margin-left: -21px;
    }
    .xl\:-mt-22p {
        margin-top: -22px;
    }
    .xl\:-mr-22p {
        margin-right: -22px;
    }
    .xl\:-mb-22p {
        margin-bottom: -22px;
    }
    .xl\:-ml-22p {
        margin-left: -22px;
    }
    .xl\:-mt-23p {
        margin-top: -23px;
    }
    .xl\:-mr-23p {
        margin-right: -23px;
    }
    .xl\:-mb-23p {
        margin-bottom: -23px;
    }
    .xl\:-ml-23p {
        margin-left: -23px;
    }
    .xl\:-mt-25p {
        margin-top: -25px;
    }
    .xl\:-mr-25p {
        margin-right: -25px;
    }
    .xl\:-mb-25p {
        margin-bottom: -25px;
    }
    .xl\:-ml-25p {
        margin-left: -25px;
    }
    .xl\:-mt-26p {
        margin-top: -26px;
    }
    .xl\:-mr-26p {
        margin-right: -26px;
    }
    .xl\:-mb-26p {
        margin-bottom: -26px;
    }
    .xl\:-ml-26p {
        margin-left: -26px;
    }
    .xl\:-mt-29p {
        margin-top: -29px;
    }
    .xl\:-mr-29p {
        margin-right: -29px;
    }
    .xl\:-mb-29p {
        margin-bottom: -29px;
    }
    .xl\:-ml-29p {
        margin-left: -29px;
    }
    .xl\:-mt-30p {
        margin-top: -30px;
    }
    .xl\:-mr-30p {
        margin-right: -30px;
    }
    .xl\:-mb-30p {
        margin-bottom: -30px;
    }
    .xl\:-ml-30p {
        margin-left: -30px;
    }
    .xl\:-mt-31p {
        margin-top: -31px;
    }
    .xl\:-mr-31p {
        margin-right: -31px;
    }
    .xl\:-mb-31p {
        margin-bottom: -31px;
    }
    .xl\:-ml-31p {
        margin-left: -31px;
    }
    .xl\:-mt-35p {
        margin-top: -35px;
    }
    .xl\:-mr-35p {
        margin-right: -35px;
    }
    .xl\:-mb-35p {
        margin-bottom: -35px;
    }
    .xl\:-ml-35p {
        margin-left: -35px;
    }
    .xl\:-mt-52p {
        margin-top: -52px;
    }
    .xl\:-mr-52p {
        margin-right: -52px;
    }
    .xl\:-mb-52p {
        margin-bottom: -52px;
    }
    .xl\:-ml-52p {
        margin-left: -52px;
    }
    .xl\:-mt-53p {
        margin-top: -53px;
    }
    .xl\:-mr-53p {
        margin-right: -53px;
    }
    .xl\:-mb-53p {
        margin-bottom: -53px;
    }
    .xl\:-ml-53p {
        margin-left: -53px;
    }
    .xl\:-mt-55p {
        margin-top: -55px;
    }
    .xl\:-mr-55p {
        margin-right: -55px;
    }
    .xl\:-mb-55p {
        margin-bottom: -55px;
    }
    .xl\:-ml-55p {
        margin-left: -55px;
    }
    .xl\:-mt-59p {
        margin-top: -59px;
    }
    .xl\:-mr-59p {
        margin-right: -59px;
    }
    .xl\:-mb-59p {
        margin-bottom: -59px;
    }
    .xl\:-ml-59p {
        margin-left: -59px;
    }
    .xl\:-mt-27p {
        margin-top: -27px;
    }
    .xl\:-mr-27p {
        margin-right: -27px;
    }
    .xl\:-mb-27p {
        margin-bottom: -27px;
    }
    .xl\:-ml-27p {
        margin-left: -27px;
    }
    .xl\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .xl\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .xl\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .xl\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .xl\:-mt-38p {
        margin-top: -38px;
    }
    .xl\:-mr-38p {
        margin-right: -38px;
    }
    .xl\:-mb-38p {
        margin-bottom: -38px;
    }
    .xl\:-ml-38p {
        margin-left: -38px;
    }
    .xl\:-mt-40p {
        margin-top: -40px;
    }
    .xl\:-mr-40p {
        margin-right: -40px;
    }
    .xl\:-mb-40p {
        margin-bottom: -40px;
    }
    .xl\:-ml-40p {
        margin-left: -40px;
    }
    .xl\:-mt-46p {
        margin-top: -46px;
    }
    .xl\:-mr-46p {
        margin-right: -46px;
    }
    .xl\:-mb-46p {
        margin-bottom: -46px;
    }
    .xl\:-ml-46p {
        margin-left: -46px;
    }
    .xl\:-mt-47p {
        margin-top: -47px;
    }
    .xl\:-mr-47p {
        margin-right: -47px;
    }
    .xl\:-mb-47p {
        margin-bottom: -47px;
    }
    .xl\:-ml-47p {
        margin-left: -47px;
    }
    .xl\:-mt-49p {
        margin-top: -49px;
    }
    .xl\:-mr-49p {
        margin-right: -49px;
    }
    .xl\:-mb-49p {
        margin-bottom: -49px;
    }
    .xl\:-ml-49p {
        margin-left: -49px;
    }
    .xl\:-mt-58p {
        margin-top: -58px;
    }
    .xl\:-mr-58p {
        margin-right: -58px;
    }
    .xl\:-mb-58p {
        margin-bottom: -58px;
    }
    .xl\:-ml-58p {
        margin-left: -58px;
    }
    .xl\:-mt-75p {
        margin-top: -75px;
    }
    .xl\:-mr-75p {
        margin-right: -75px;
    }
    .xl\:-mb-75p {
        margin-bottom: -75px;
    }
    .xl\:-ml-75p {
        margin-left: -75px;
    }
    .xl\:-mt-77p {
        margin-top: -77px;
    }
    .xl\:-mr-77p {
        margin-right: -77px;
    }
    .xl\:-mb-77p {
        margin-bottom: -77px;
    }
    .xl\:-ml-77p {
        margin-left: -77px;
    }
    .xl\:-mt-60p {
        margin-top: -60px;
    }
    .xl\:-mr-60p {
        margin-right: -60px;
    }
    .xl\:-mb-60p {
        margin-bottom: -60px;
    }
    .xl\:-ml-60p {
        margin-left: -60px;
    }
    .xl\:-mt-65p {
        margin-top: -65px;
    }
    .xl\:-mr-65p {
        margin-right: -65px;
    }
    .xl\:-mb-65p {
        margin-bottom: -65px;
    }
    .xl\:-ml-65p {
        margin-left: -65px;
    }
    .xl\:-mt-66p {
        margin-top: -66px;
    }
    .xl\:-mr-66p {
        margin-right: -66px;
    }
    .xl\:-mb-66p {
        margin-bottom: -66px;
    }
    .xl\:-ml-66p {
        margin-left: -66px;
    }
    .xl\:-mt-68p {
        margin-top: -68px;
    }
    .xl\:-mr-68p {
        margin-right: -68px;
    }
    .xl\:-mb-68p {
        margin-bottom: -68px;
    }
    .xl\:-ml-68p {
        margin-left: -68px;
    }
    .xl\:-mt-70p {
        margin-top: -70px;
    }
    .xl\:-mr-70p {
        margin-right: -70px;
    }
    .xl\:-mb-70p {
        margin-bottom: -70px;
    }
    .xl\:-ml-70p {
        margin-left: -70px;
    }
    .xl\:-mt-72p {
        margin-top: -72px;
    }
    .xl\:-mr-72p {
        margin-right: -72px;
    }
    .xl\:-mb-72p {
        margin-bottom: -72px;
    }
    .xl\:-ml-72p {
        margin-left: -72px;
    }
    .xl\:-mt-74p {
        margin-top: -74px;
    }
    .xl\:-mr-74p {
        margin-right: -74px;
    }
    .xl\:-mb-74p {
        margin-bottom: -74px;
    }
    .xl\:-ml-74p {
        margin-left: -74px;
    }
    .xl\:-mt-78p {
        margin-top: -78px;
    }
    .xl\:-mr-78p {
        margin-right: -78px;
    }
    .xl\:-mb-78p {
        margin-bottom: -78px;
    }
    .xl\:-ml-78p {
        margin-left: -78px;
    }
    .xl\:-mt-80p {
        margin-top: -80px;
    }
    .xl\:-mr-80p {
        margin-right: -80px;
    }
    .xl\:-mb-80p {
        margin-bottom: -80px;
    }
    .xl\:-ml-80p {
        margin-left: -80px;
    }
    .xl\:-mt-82p {
        margin-top: -82px;
    }
    .xl\:-mr-82p {
        margin-right: -82px;
    }
    .xl\:-mb-82p {
        margin-bottom: -82px;
    }
    .xl\:-ml-82p {
        margin-left: -82px;
    }
    .xl\:-mt-84p {
        margin-top: -84px;
    }
    .xl\:-mr-84p {
        margin-right: -84px;
    }
    .xl\:-mb-84p {
        margin-bottom: -84px;
    }
    .xl\:-ml-84p {
        margin-left: -84px;
    }
    .xl\:-mt-89p {
        margin-top: -89px;
    }
    .xl\:-mr-89p {
        margin-right: -89px;
    }
    .xl\:-mb-89p {
        margin-bottom: -89px;
    }
    .xl\:-ml-89p {
        margin-left: -89px;
    }
    .xl\:-mt-93p {
        margin-top: -93px;
    }
    .xl\:-mr-93p {
        margin-right: -93px;
    }
    .xl\:-mb-93p {
        margin-bottom: -93px;
    }
    .xl\:-ml-93p {
        margin-left: -93px;
    }
    .xl\:-mt-90p {
        margin-top: -90px;
    }
    .xl\:-mr-90p {
        margin-right: -90px;
    }
    .xl\:-mb-90p {
        margin-bottom: -90px;
    }
    .xl\:-ml-90p {
        margin-left: -90px;
    }
    .xl\:-mt-97p {
        margin-top: -97px;
    }
    .xl\:-mr-97p {
        margin-right: -97px;
    }
    .xl\:-mb-97p {
        margin-bottom: -97px;
    }
    .xl\:-ml-97p {
        margin-left: -97px;
    }
    .xl\:-mt-103p {
        margin-top: -103px;
    }
    .xl\:-mr-103p {
        margin-right: -103px;
    }
    .xl\:-mb-103p {
        margin-bottom: -103px;
    }
    .xl\:-ml-103p {
        margin-left: -103px;
    }
    .xl\:-mt-116p {
        margin-top: -116px;
    }
    .xl\:-mr-116p {
        margin-right: -116px;
    }
    .xl\:-mb-116p {
        margin-bottom: -116px;
    }
    .xl\:-ml-116p {
        margin-left: -116px;
    }
    .xl\:-mt-120p {
        margin-top: -120px;
    }
    .xl\:-mr-120p {
        margin-right: -120px;
    }
    .xl\:-mb-120p {
        margin-bottom: -120px;
    }
    .xl\:-ml-120p {
        margin-left: -120px;
    }
    .xl\:-mt-125p {
        margin-top: -125px;
    }
    .xl\:-mr-125p {
        margin-right: -125px;
    }
    .xl\:-mb-125p {
        margin-bottom: -125px;
    }
    .xl\:-ml-125p {
        margin-left: -125px;
    }
    .xl\:-mt-130p {
        margin-top: -130px;
    }
    .xl\:-mr-130p {
        margin-right: -130px;
    }
    .xl\:-mb-130p {
        margin-bottom: -130px;
    }
    .xl\:-ml-130p {
        margin-left: -130px;
    }
    .xl\:-mt-135p {
        margin-top: -135px;
    }
    .xl\:-mr-135p {
        margin-right: -135px;
    }
    .xl\:-mb-135p {
        margin-bottom: -135px;
    }
    .xl\:-ml-135p {
        margin-left: -135px;
    }
    .xl\:-mt-132p {
        margin-top: -132px;
    }
    .xl\:-mr-132p {
        margin-right: -132px;
    }
    .xl\:-mb-132p {
        margin-bottom: -132px;
    }
    .xl\:-ml-132p {
        margin-left: -132px;
    }
    .xl\:-mt-150p {
        margin-top: -150px;
    }
    .xl\:-mr-150p {
        margin-right: -150px;
    }
    .xl\:-mb-150p {
        margin-bottom: -150px;
    }
    .xl\:-ml-150p {
        margin-left: -150px;
    }
    .xl\:-mt-216p {
        margin-top: -216px;
    }
    .xl\:-mr-216p {
        margin-right: -216px;
    }
    .xl\:-mb-216p {
        margin-bottom: -216px;
    }
    .xl\:-ml-216p {
        margin-left: -216px;
    }
    .xl\:-mt-225p {
        margin-top: -225px;
    }
    .xl\:-mr-225p {
        margin-right: -225px;
    }
    .xl\:-mb-225p {
        margin-bottom: -225px;
    }
    .xl\:-ml-225p {
        margin-left: -225px;
    }
    .xl\:-mt-296p {
        margin-top: -296px;
    }
    .xl\:-mr-296p {
        margin-right: -296px;
    }
    .xl\:-mb-296p {
        margin-bottom: -296px;
    }
    .xl\:-ml-296p {
        margin-left: -296px;
    }
    .xl\:-mt-270p {
        margin-top: -270px;
    }
    .xl\:-mr-270p {
        margin-right: -270px;
    }
    .xl\:-mb-270p {
        margin-bottom: -270px;
    }
    .xl\:-ml-270p {
        margin-left: -270px;
    }
    .xl\:-mt-137p {
        margin-top: -137px;
    }
    .xl\:-mr-137p {
        margin-right: -137px;
    }
    .xl\:-mb-137p {
        margin-bottom: -137px;
    }
    .xl\:-ml-137p {
        margin-left: -137px;
    }
    .xl\:-mt-141p {
        margin-top: -141px;
    }
    .xl\:-mr-141p {
        margin-right: -141px;
    }
    .xl\:-mb-141p {
        margin-bottom: -141px;
    }
    .xl\:-ml-141p {
        margin-left: -141px;
    }
    .xl\:-mt-146p {
        margin-top: -146px;
    }
    .xl\:-mr-146p {
        margin-right: -146px;
    }
    .xl\:-mb-146p {
        margin-bottom: -146px;
    }
    .xl\:-ml-146p {
        margin-left: -146px;
    }
    .xl\:-mt-152p {
        margin-top: -152px;
    }
    .xl\:-mr-152p {
        margin-right: -152px;
    }
    .xl\:-mb-152p {
        margin-bottom: -152px;
    }
    .xl\:-ml-152p {
        margin-left: -152px;
    }
    .xl\:-mt-155p {
        margin-top: -155px;
    }
    .xl\:-mr-155p {
        margin-right: -155px;
    }
    .xl\:-mb-155p {
        margin-bottom: -155px;
    }
    .xl\:-ml-155p {
        margin-left: -155px;
    }
    .xl\:-mt-163p {
        margin-top: -163px;
    }
    .xl\:-mr-163p {
        margin-right: -163px;
    }
    .xl\:-mb-163p {
        margin-bottom: -163px;
    }
    .xl\:-ml-163p {
        margin-left: -163px;
    }
    .xl\:-mt-168p {
        margin-top: -168px;
    }
    .xl\:-mr-168p {
        margin-right: -168px;
    }
    .xl\:-mb-168p {
        margin-bottom: -168px;
    }
    .xl\:-ml-168p {
        margin-left: -168px;
    }
    .xl\:-mt-173p {
        margin-top: -173px;
    }
    .xl\:-mr-173p {
        margin-right: -173px;
    }
    .xl\:-mb-173p {
        margin-bottom: -173px;
    }
    .xl\:-ml-173p {
        margin-left: -173px;
    }
    .xl\:-mt-210p {
        margin-top: -210px;
    }
    .xl\:-mr-210p {
        margin-right: -210px;
    }
    .xl\:-mb-210p {
        margin-bottom: -210px;
    }
    .xl\:-ml-210p {
        margin-left: -210px;
    }
    .xl\:-mt-245p {
        margin-top: -245px;
    }
    .xl\:-mr-245p {
        margin-right: -245px;
    }
    .xl\:-mb-245p {
        margin-bottom: -245px;
    }
    .xl\:-ml-245p {
        margin-left: -245px;
    }
    .xl\:-mt-250p {
        margin-top: -250px;
    }
    .xl\:-mr-250p {
        margin-right: -250px;
    }
    .xl\:-mb-250p {
        margin-bottom: -250px;
    }
    .xl\:-ml-250p {
        margin-left: -250px;
    }
    .xl\:-mt-260p {
        margin-top: -260px;
    }
    .xl\:-mr-260p {
        margin-right: -260px;
    }
    .xl\:-mb-260p {
        margin-bottom: -260px;
    }
    .xl\:-ml-260p {
        margin-left: -260px;
    }
    .xl\:-mt-263p {
        margin-top: -263px;
    }
    .xl\:-mr-263p {
        margin-right: -263px;
    }
    .xl\:-mb-263p {
        margin-bottom: -263px;
    }
    .xl\:-ml-263p {
        margin-left: -263px;
    }
    .xl\:-mt-266p {
        margin-top: -266px;
    }
    .xl\:-mr-266p {
        margin-right: -266px;
    }
    .xl\:-mb-266p {
        margin-bottom: -266px;
    }
    .xl\:-ml-266p {
        margin-left: -266px;
    }
    .xl\:-mt-275p {
        margin-top: -275px;
    }
    .xl\:-mr-275p {
        margin-right: -275px;
    }
    .xl\:-mb-275p {
        margin-bottom: -275px;
    }
    .xl\:-ml-275p {
        margin-left: -275px;
    }
    .xl\:-mt-300p {
        margin-top: -300px;
    }
    .xl\:-mr-300p {
        margin-right: -300px;
    }
    .xl\:-mb-300p {
        margin-bottom: -300px;
    }
    .xl\:-ml-300p {
        margin-left: -300px;
    }
    .xl\:-mt-312p {
        margin-top: -312px;
    }
    .xl\:-mr-312p {
        margin-right: -312px;
    }
    .xl\:-mb-312p {
        margin-bottom: -312px;
    }
    .xl\:-ml-312p {
        margin-left: -312px;
    }
    .xl\:-mt-318p {
        margin-top: -318px;
    }
    .xl\:-mr-318p {
        margin-right: -318px;
    }
    .xl\:-mb-318p {
        margin-bottom: -318px;
    }
    .xl\:-ml-318p {
        margin-left: -318px;
    }
    .xl\:-mt-322p {
        margin-top: -322px;
    }
    .xl\:-mr-322p {
        margin-right: -322px;
    }
    .xl\:-mb-322p {
        margin-bottom: -322px;
    }
    .xl\:-ml-322p {
        margin-left: -322px;
    }
    .xl\:-mt-337p {
        margin-top: -337px;
    }
    .xl\:-mr-337p {
        margin-right: -337px;
    }
    .xl\:-mb-337p {
        margin-bottom: -337px;
    }
    .xl\:-ml-337p {
        margin-left: -337px;
    }
    .xl\:-mt-345p {
        margin-top: -345px;
    }
    .xl\:-mr-345p {
        margin-right: -345px;
    }
    .xl\:-mb-345p {
        margin-bottom: -345px;
    }
    .xl\:-ml-345p {
        margin-left: -345px;
    }
    .xl\:-mt-344p {
        margin-top: -344px;
    }
    .xl\:-mr-344p {
        margin-right: -344px;
    }
    .xl\:-mb-344p {
        margin-bottom: -344px;
    }
    .xl\:-ml-344p {
        margin-left: -344px;
    }
    .xl\:-mt-354p {
        margin-top: -354px;
    }
    .xl\:-mr-354p {
        margin-right: -354px;
    }
    .xl\:-mb-354p {
        margin-bottom: -354px;
    }
    .xl\:-ml-354p {
        margin-left: -354px;
    }
    .xl\:-mt-364p {
        margin-top: -364px;
    }
    .xl\:-mr-364p {
        margin-right: -364px;
    }
    .xl\:-mb-364p {
        margin-bottom: -364px;
    }
    .xl\:-ml-364p {
        margin-left: -364px;
    }
    .xl\:-mt-370p {
        margin-top: -370px;
    }
    .xl\:-mr-370p {
        margin-right: -370px;
    }
    .xl\:-mb-370p {
        margin-bottom: -370px;
    }
    .xl\:-ml-370p {
        margin-left: -370px;
    }
    .xl\:-mt-382p {
        margin-top: -382px;
    }
    .xl\:-mr-382p {
        margin-right: -382px;
    }
    .xl\:-mb-382p {
        margin-bottom: -382px;
    }
    .xl\:-ml-382p {
        margin-left: -382px;
    }
    .xl\:-mt-385p {
        margin-top: -385px;
    }
    .xl\:-mr-385p {
        margin-right: -385px;
    }
    .xl\:-mb-385p {
        margin-bottom: -385px;
    }
    .xl\:-ml-385p {
        margin-left: -385px;
    }
    .xl\:-mt-400p {
        margin-top: -400px;
    }
    .xl\:-mr-400p {
        margin-right: -400px;
    }
    .xl\:-mb-400p {
        margin-bottom: -400px;
    }
    .xl\:-ml-400p {
        margin-left: -400px;
    }
    .xl\:-mt-407p {
        margin-top: -407px;
    }
    .xl\:-mr-407p {
        margin-right: -407px;
    }
    .xl\:-mb-407p {
        margin-bottom: -407px;
    }
    .xl\:-ml-407p {
        margin-left: -407px;
    }
    .xl\:-mt-411p {
        margin-top: -411px;
    }
    .xl\:-mr-411p {
        margin-right: -411px;
    }
    .xl\:-mb-411p {
        margin-bottom: -411px;
    }
    .xl\:-ml-411p {
        margin-left: -411px;
    }
    .xl\:-mt-418p {
        margin-top: -418px;
    }
    .xl\:-mr-418p {
        margin-right: -418px;
    }
    .xl\:-mb-418p {
        margin-bottom: -418px;
    }
    .xl\:-ml-418p {
        margin-left: -418px;
    }
    .xl\:-mt-430p {
        margin-top: -430px;
    }
    .xl\:-mr-430p {
        margin-right: -430px;
    }
    .xl\:-mb-430p {
        margin-bottom: -430px;
    }
    .xl\:-ml-430p {
        margin-left: -430px;
    }
    .xl\:-mt-450p {
        margin-top: -450px;
    }
    .xl\:-mr-450p {
        margin-right: -450px;
    }
    .xl\:-mb-450p {
        margin-bottom: -450px;
    }
    .xl\:-ml-450p {
        margin-left: -450px;
    }
    .xl\:-mt-468p {
        margin-top: -468px;
    }
    .xl\:-mr-468p {
        margin-right: -468px;
    }
    .xl\:-mb-468p {
        margin-bottom: -468px;
    }
    .xl\:-ml-468p {
        margin-left: -468px;
    }
    .xl\:-mt-485p {
        margin-top: -485px;
    }
    .xl\:-mr-485p {
        margin-right: -485px;
    }
    .xl\:-mb-485p {
        margin-bottom: -485px;
    }
    .xl\:-ml-485p {
        margin-left: -485px;
    }
    .xl\:-mt-491p {
        margin-top: -491px;
    }
    .xl\:-mr-491p {
        margin-right: -491px;
    }
    .xl\:-mb-491p {
        margin-bottom: -491px;
    }
    .xl\:-ml-491p {
        margin-left: -491px;
    }
    .xl\:-mt-494p {
        margin-top: -494px;
    }
    .xl\:-mr-494p {
        margin-right: -494px;
    }
    .xl\:-mb-494p {
        margin-bottom: -494px;
    }
    .xl\:-ml-494p {
        margin-left: -494px;
    }
    .xl\:-mt-470p {
        margin-top: -470px;
    }
    .xl\:-mr-470p {
        margin-right: -470px;
    }
    .xl\:-mb-470p {
        margin-bottom: -470px;
    }
    .xl\:-ml-470p {
        margin-left: -470px;
    }
    .xl\:-mt-480p {
        margin-top: -480px;
    }
    .xl\:-mr-480p {
        margin-right: -480px;
    }
    .xl\:-mb-480p {
        margin-bottom: -480px;
    }
    .xl\:-ml-480p {
        margin-left: -480px;
    }
    .xl\:-mt-532p {
        margin-top: -532px;
    }
    .xl\:-mr-532p {
        margin-right: -532px;
    }
    .xl\:-mb-532p {
        margin-bottom: -532px;
    }
    .xl\:-ml-532p {
        margin-left: -532px;
    }
    .xl\:-mt-556p {
        margin-top: -556px;
    }
    .xl\:-mr-556p {
        margin-right: -556px;
    }
    .xl\:-mb-556p {
        margin-bottom: -556px;
    }
    .xl\:-ml-556p {
        margin-left: -556px;
    }
    .xl\:-mt-505p {
        margin-top: -505px;
    }
    .xl\:-mr-505p {
        margin-right: -505px;
    }
    .xl\:-mb-505p {
        margin-bottom: -505px;
    }
    .xl\:-ml-505p {
        margin-left: -505px;
    }
    .xl\:-mt-1179p {
        margin-top: -1179px;
    }
    .xl\:-mr-1179p {
        margin-right: -1179px;
    }
    .xl\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .xl\:-ml-1179p {
        margin-left: -1179px;
    }
    .xl\:-mt-1253p {
        margin-top: -1253px;
    }
    .xl\:-mr-1253p {
        margin-right: -1253px;
    }
    .xl\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .xl\:-ml-1253p {
        margin-left: -1253px;
    }
    .xl\:-mt-1575p {
        margin-top: -1575px;
    }
    .xl\:-mr-1575p {
        margin-right: -1575px;
    }
    .xl\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .xl\:-ml-1575p {
        margin-left: -1575px;
    }
    .xl\:-mt-600p {
        margin-top: -600px;
    }
    .xl\:-mr-600p {
        margin-right: -600px;
    }
    .xl\:-mb-600p {
        margin-bottom: -600px;
    }
    .xl\:-ml-600p {
        margin-left: -600px;
    }
    .xl\:-mt-649p {
        margin-top: -649px;
    }
    .xl\:-mr-649p {
        margin-right: -649px;
    }
    .xl\:-mb-649p {
        margin-bottom: -649px;
    }
    .xl\:-ml-649p {
        margin-left: -649px;
    }
    .xl\:-mt-690p {
        margin-top: -690px;
    }
    .xl\:-mr-690p {
        margin-right: -690px;
    }
    .xl\:-mb-690p {
        margin-bottom: -690px;
    }
    .xl\:-ml-690p {
        margin-left: -690px;
    }
    .xl\:-mt-19\% {
        margin-top: -19%;
    }
    .xl\:-mr-19\% {
        margin-right: -19%;
    }
    .xl\:-mb-19\% {
        margin-bottom: -19%;
    }
    .xl\:-ml-19\% {
        margin-left: -19%;
    }
    .xl\:-mt-23\% {
        margin-top: -23%;
    }
    .xl\:-mr-23\% {
        margin-right: -23%;
    }
    .xl\:-mb-23\% {
        margin-bottom: -23%;
    }
    .xl\:-ml-23\% {
        margin-left: -23%;
    }
    .xl\:-mt-24\% {
        margin-top: -24%;
    }
    .xl\:-mr-24\% {
        margin-right: -24%;
    }
    .xl\:-mb-24\% {
        margin-bottom: -24%;
    }
    .xl\:-ml-24\% {
        margin-left: -24%;
    }
    .xl\:-mt-36\% {
        margin-top: -36%;
    }
    .xl\:-mr-36\% {
        margin-right: -36%;
    }
    .xl\:-mb-36\% {
        margin-bottom: -36%;
    }
    .xl\:-ml-36\% {
        margin-left: -36%;
    }
    .xl\:-mt-27\% {
        margin-top: -27%;
    }
    .xl\:-mr-27\% {
        margin-right: -27%;
    }
    .xl\:-mb-27\% {
        margin-bottom: -27%;
    }
    .xl\:-ml-27\% {
        margin-left: -27%;
    }
    .xl\:-mt-28\% {
        margin-top: -28%;
    }
    .xl\:-mr-28\% {
        margin-right: -28%;
    }
    .xl\:-mb-28\% {
        margin-bottom: -28%;
    }
    .xl\:-ml-28\% {
        margin-left: -28%;
    }
    .xl\:-mt-42\% {
        margin-top: -42%;
    }
    .xl\:-mr-42\% {
        margin-right: -42%;
    }
    .xl\:-mb-42\% {
        margin-bottom: -42%;
    }
    .xl\:-ml-42\% {
        margin-left: -42%;
    }
    .xl\:-mt-46\% {
        margin-top: -46%;
    }
    .xl\:-mr-46\% {
        margin-right: -46%;
    }
    .xl\:-mb-46\% {
        margin-bottom: -46%;
    }
    .xl\:-ml-46\% {
        margin-left: -46%;
    }
    .xl\:-mt-49\% {
        margin-top: -49%;
    }
    .xl\:-mr-49\% {
        margin-right: -49%;
    }
    .xl\:-mb-49\% {
        margin-bottom: -49%;
    }
    .xl\:-ml-49\% {
        margin-left: -49%;
    }
    .xl\:-mt-54\% {
        margin-top: -54%;
    }
    .xl\:-mr-54\% {
        margin-right: -54%;
    }
    .xl\:-mb-54\% {
        margin-bottom: -54%;
    }
    .xl\:-ml-54\% {
        margin-left: -54%;
    }
    .xl\:-mt-58\% {
        margin-top: -58%;
    }
    .xl\:-mr-58\% {
        margin-right: -58%;
    }
    .xl\:-mb-58\% {
        margin-bottom: -58%;
    }
    .xl\:-ml-58\% {
        margin-left: -58%;
    }
    .xl\:-mt-72\% {
        margin-top: -72%;
    }
    .xl\:-mr-72\% {
        margin-right: -72%;
    }
    .xl\:-mb-72\% {
        margin-bottom: -72%;
    }
    .xl\:-ml-72\% {
        margin-left: -72%;
    }
    .xl\:-mt-76\% {
        margin-top: -76%;
    }
    .xl\:-mr-76\% {
        margin-right: -76%;
    }
    .xl\:-mb-76\% {
        margin-bottom: -76%;
    }
    .xl\:-ml-76\% {
        margin-left: -76%;
    }
    .xl\:-mt-77\% {
        margin-top: -77%;
    }
    .xl\:-mr-77\% {
        margin-right: -77%;
    }
    .xl\:-mb-77\% {
        margin-bottom: -77%;
    }
    .xl\:-ml-77\% {
        margin-left: -77%;
    }
    .xl\:-mt-340p {
        margin-top: -340px;
    }
    .xl\:-mr-340p {
        margin-right: -340px;
    }
    .xl\:-mb-340p {
        margin-bottom: -340px;
    }
    .xl\:-ml-340p {
        margin-left: -340px;
    }
    .xl\:-mt-700p {
        margin-top: -700px;
    }
    .xl\:-mr-700p {
        margin-right: -700px;
    }
    .xl\:-mb-700p {
        margin-bottom: -700px;
    }
    .xl\:-ml-700p {
        margin-left: -700px;
    }
    .xl\:-mt-848p {
        margin-top: -848px;
    }
    .xl\:-mr-848p {
        margin-right: -848px;
    }
    .xl\:-mb-848p {
        margin-bottom: -848px;
    }
    .xl\:-ml-848p {
        margin-left: -848px;
    }
    .xl\:-mt-850p {
        margin-top: -850px;
    }
    .xl\:-mr-850p {
        margin-right: -850px;
    }
    .xl\:-mb-850p {
        margin-bottom: -850px;
    }
    .xl\:-ml-850p {
        margin-left: -850px;
    }
    .xl\:-mt-860p {
        margin-top: -860px;
    }
    .xl\:-mr-860p {
        margin-right: -860px;
    }
    .xl\:-mb-860p {
        margin-bottom: -860px;
    }
    .xl\:-ml-860p {
        margin-left: -860px;
    }
    .xl\:-mt-1425p {
        margin-top: -1425px;
    }
    .xl\:-mr-1425p {
        margin-right: -1425px;
    }
    .xl\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .xl\:-ml-1425p {
        margin-left: -1425px;
    }
    .xl\:max-h-0 {
        max-height: 0;
    }
    .xl\:max-h-1 {
        max-height: 0.25rem;
    }
    .xl\:max-h-2 {
        max-height: 0.5rem;
    }
    .xl\:max-h-3 {
        max-height: 0.75rem;
    }
    .xl\:max-h-4 {
        max-height: 1rem;
    }
    .xl\:max-h-5 {
        max-height: 1.25rem;
    }
    .xl\:max-h-6 {
        max-height: 1.5rem;
    }
    .xl\:max-h-7 {
        max-height: 1.75rem;
    }
    .xl\:max-h-8 {
        max-height: 2rem;
    }
    .xl\:max-h-9 {
        max-height: 2.25rem;
    }
    .xl\:max-h-10 {
        max-height: 2.5rem;
    }
    .xl\:max-h-11 {
        max-height: 2.75rem;
    }
    .xl\:max-h-12 {
        max-height: 3rem;
    }
    .xl\:max-h-14 {
        max-height: 3.5rem;
    }
    .xl\:max-h-16 {
        max-height: 4rem;
    }
    .xl\:max-h-20 {
        max-height: 5rem;
    }
    .xl\:max-h-23 {
        max-height: 88px;
    }
    .xl\:max-h-24 {
        max-height: 6rem;
    }
    .xl\:max-h-25 {
        max-height: 100px;
    }
    .xl\:max-h-28 {
        max-height: 7rem;
    }
    .xl\:max-h-29 {
        max-height: 120px;
    }
    .xl\:max-h-32 {
        max-height: 8rem;
    }
    .xl\:max-h-33 {
        max-height: 130px;
    }
    .xl\:max-h-36 {
        max-height: 9rem;
    }
    .xl\:max-h-40 {
        max-height: 10rem;
    }
    .xl\:max-h-44 {
        max-height: 11rem;
    }
    .xl\:max-h-48 {
        max-height: 12rem;
    }
    .xl\:max-h-52 {
        max-height: 13rem;
    }
    .xl\:max-h-56 {
        max-height: 14rem;
    }
    .xl\:max-h-60 {
        max-height: 15rem;
    }
    .xl\:max-h-63 {
        max-height: 270px;
    }
    .xl\:max-h-64 {
        max-height: 16rem;
    }
    .xl\:max-h-72 {
        max-height: 18rem;
    }
    .xl\:max-h-80 {
        max-height: 20rem;
    }
    .xl\:max-h-92 {
        max-height: 475px;
    }
    .xl\:max-h-96 {
        max-height: 24rem;
    }
    .xl\:max-h-128 {
        max-height: 32rem;
    }
    .xl\:max-h-px {
        max-height: 1px;
    }
    .xl\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .xl\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .xl\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .xl\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .xl\:max-h-105p {
        max-height: 105px;
    }
    .xl\:max-h-50p {
        max-height: 50px;
    }
    .xl\:max-h-54p {
        max-height: 54px;
    }
    .xl\:max-h-1p {
        max-height: 1px;
    }
    .xl\:max-h-2p {
        max-height: 2px;
    }
    .xl\:max-h-3p {
        max-height: 3px;
    }
    .xl\:max-h-5p {
        max-height: 5px;
    }
    .xl\:max-h-7p {
        max-height: 7px;
    }
    .xl\:max-h-9p {
        max-height: 9px;
    }
    .xl\:max-h-10p {
        max-height: 10px;
    }
    .xl\:max-h-11p {
        max-height: 11px;
    }
    .xl\:max-h-13p {
        max-height: 13px;
    }
    .xl\:max-h-15p {
        max-height: 15px;
    }
    .xl\:max-h-18p {
        max-height: 18px;
    }
    .xl\:max-h-19p {
        max-height: 19px;
    }
    .xl\:max-h-21p {
        max-height: 21px;
    }
    .xl\:max-h-22p {
        max-height: 22px;
    }
    .xl\:max-h-23p {
        max-height: 23px;
    }
    .xl\:max-h-25p {
        max-height: 25px;
    }
    .xl\:max-h-26p {
        max-height: 26px;
    }
    .xl\:max-h-29p {
        max-height: 29px;
    }
    .xl\:max-h-30p {
        max-height: 30px;
    }
    .xl\:max-h-31p {
        max-height: 31px;
    }
    .xl\:max-h-35p {
        max-height: 35px;
    }
    .xl\:max-h-52p {
        max-height: 52px;
    }
    .xl\:max-h-53p {
        max-height: 53px;
    }
    .xl\:max-h-55p {
        max-height: 55px;
    }
    .xl\:max-h-59p {
        max-height: 59px;
    }
    .xl\:max-h-27p {
        max-height: 27px;
    }
    .xl\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .xl\:max-h-38p {
        max-height: 38px;
    }
    .xl\:max-h-40p {
        max-height: 40px;
    }
    .xl\:max-h-46p {
        max-height: 46px;
    }
    .xl\:max-h-47p {
        max-height: 47px;
    }
    .xl\:max-h-49p {
        max-height: 49px;
    }
    .xl\:max-h-58p {
        max-height: 58px;
    }
    .xl\:max-h-75p {
        max-height: 75px;
    }
    .xl\:max-h-77p {
        max-height: 77px;
    }
    .xl\:max-h-60p {
        max-height: 60px;
    }
    .xl\:max-h-65p {
        max-height: 65px;
    }
    .xl\:max-h-66p {
        max-height: 66px;
    }
    .xl\:max-h-68p {
        max-height: 68px;
    }
    .xl\:max-h-70p {
        max-height: 70px;
    }
    .xl\:max-h-72p {
        max-height: 72px;
    }
    .xl\:max-h-74p {
        max-height: 74px;
    }
    .xl\:max-h-78p {
        max-height: 78px;
    }
    .xl\:max-h-80p {
        max-height: 80px;
    }
    .xl\:max-h-82p {
        max-height: 82px;
    }
    .xl\:max-h-84p {
        max-height: 84px;
    }
    .xl\:max-h-89p {
        max-height: 89px;
    }
    .xl\:max-h-93p {
        max-height: 93px;
    }
    .xl\:max-h-90p {
        max-height: 90px;
    }
    .xl\:max-h-97p {
        max-height: 97px;
    }
    .xl\:max-h-103p {
        max-height: 103px;
    }
    .xl\:max-h-116p {
        max-height: 116px;
    }
    .xl\:max-h-120p {
        max-height: 120px;
    }
    .xl\:max-h-125p {
        max-height: 125px;
    }
    .xl\:max-h-130p {
        max-height: 130px;
    }
    .xl\:max-h-135p {
        max-height: 135px;
    }
    .xl\:max-h-132p {
        max-height: 132px;
    }
    .xl\:max-h-150p {
        max-height: 150px;
    }
    .xl\:max-h-216p {
        max-height: 216px;
    }
    .xl\:max-h-225p {
        max-height: 225px;
    }
    .xl\:max-h-296p {
        max-height: 296px;
    }
    .xl\:max-h-270p {
        max-height: 270px;
    }
    .xl\:max-h-137p {
        max-height: 137px;
    }
    .xl\:max-h-141p {
        max-height: 141px;
    }
    .xl\:max-h-146p {
        max-height: 146px;
    }
    .xl\:max-h-152p {
        max-height: 152px;
    }
    .xl\:max-h-155p {
        max-height: 155px;
    }
    .xl\:max-h-163p {
        max-height: 163px;
    }
    .xl\:max-h-168p {
        max-height: 168px;
    }
    .xl\:max-h-173p {
        max-height: 173px;
    }
    .xl\:max-h-210p {
        max-height: 210px;
    }
    .xl\:max-h-245p {
        max-height: 245px;
    }
    .xl\:max-h-250p {
        max-height: 250px;
    }
    .xl\:max-h-260p {
        max-height: 260px;
    }
    .xl\:max-h-263p {
        max-height: 263px;
    }
    .xl\:max-h-266p {
        max-height: 266px;
    }
    .xl\:max-h-275p {
        max-height: 275px;
    }
    .xl\:max-h-300p {
        max-height: 300px;
    }
    .xl\:max-h-312p {
        max-height: 312px;
    }
    .xl\:max-h-318p {
        max-height: 318px;
    }
    .xl\:max-h-322p {
        max-height: 322px;
    }
    .xl\:max-h-337p {
        max-height: 337px;
    }
    .xl\:max-h-345p {
        max-height: 345px;
    }
    .xl\:max-h-344p {
        max-height: 344px;
    }
    .xl\:max-h-354p {
        max-height: 354px;
    }
    .xl\:max-h-364p {
        max-height: 364px;
    }
    .xl\:max-h-370p {
        max-height: 370px;
    }
    .xl\:max-h-382p {
        max-height: 382px;
    }
    .xl\:max-h-385p {
        max-height: 385px;
    }
    .xl\:max-h-400p {
        max-height: 400px;
    }
    .xl\:max-h-407p {
        max-height: 407px;
    }
    .xl\:max-h-411p {
        max-height: 411px;
    }
    .xl\:max-h-418p {
        max-height: 418px;
    }
    .xl\:max-h-430p {
        max-height: 430px;
    }
    .xl\:max-h-450p {
        max-height: 450px;
    }
    .xl\:max-h-468p {
        max-height: 468px;
    }
    .xl\:max-h-485p {
        max-height: 485px;
    }
    .xl\:max-h-491p {
        max-height: 491px;
    }
    .xl\:max-h-494p {
        max-height: 494px;
    }
    .xl\:max-h-470p {
        max-height: 470px;
    }
    .xl\:max-h-480p {
        max-height: 480px;
    }
    .xl\:max-h-532p {
        max-height: 532px;
    }
    .xl\:max-h-556p {
        max-height: 556px;
    }
    .xl\:max-h-505p {
        max-height: 505px;
    }
    .xl\:max-h-1179p {
        max-height: 1179px;
    }
    .xl\:max-h-1253p {
        max-height: 1253px;
    }
    .xl\:max-h-1575p {
        max-height: 1575px;
    }
    .xl\:max-h-600p {
        max-height: 600px;
    }
    .xl\:max-h-649p {
        max-height: 649px;
    }
    .xl\:max-h-690p {
        max-height: 690px;
    }
    .xl\:max-h-19\% {
        max-height: 19%;
    }
    .xl\:max-h-23\% {
        max-height: 23%;
    }
    .xl\:max-h-24\% {
        max-height: 24%;
    }
    .xl\:max-h-36\% {
        max-height: 36%;
    }
    .xl\:max-h-27\% {
        max-height: 27%;
    }
    .xl\:max-h-28\% {
        max-height: 28%;
    }
    .xl\:max-h-42\% {
        max-height: 42%;
    }
    .xl\:max-h-46\% {
        max-height: 46%;
    }
    .xl\:max-h-49\% {
        max-height: 49%;
    }
    .xl\:max-h-54\% {
        max-height: 54%;
    }
    .xl\:max-h-58\% {
        max-height: 58%;
    }
    .xl\:max-h-72\% {
        max-height: 72%;
    }
    .xl\:max-h-76\% {
        max-height: 76%;
    }
    .xl\:max-h-77\% {
        max-height: 77%;
    }
    .xl\:max-h-340p {
        max-height: 340px;
    }
    .xl\:max-h-700p {
        max-height: 700px;
    }
    .xl\:max-h-848p {
        max-height: 848px;
    }
    .xl\:max-h-850p {
        max-height: 850px;
    }
    .xl\:max-h-860p {
        max-height: 860px;
    }
    .xl\:max-h-1425p {
        max-height: 1425px;
    }
    .xl\:max-h-full {
        max-height: 100%;
    }
    .xl\:max-h-screen {
        max-height: 100vh;
    }
    .xl\:max-w-0 {
        max-width: 0;
    }
    .xl\:max-w-none {
        max-width: none;
    }
    .xl\:max-w-xs {
        max-width: 20rem;
    }
    .xl\:max-w-sm {
        max-width: 24rem;
    }
    .xl\:max-w-md {
        max-width: 28rem;
    }
    .xl\:max-w-lg {
        max-width: 32rem;
    }
    .xl\:max-w-xl {
        max-width: 36rem;
    }
    .xl\:max-w-2xl {
        max-width: 42rem;
    }
    .xl\:max-w-3xl {
        max-width: 48rem;
    }
    .xl\:max-w-4xl {
        max-width: 56rem;
    }
    .xl\:max-w-5xl {
        max-width: 64rem;
    }
    .xl\:max-w-6xl {
        max-width: 72rem;
    }
    .xl\:max-w-7xl {
        max-width: 80rem;
    }
    .xl\:max-w-full {
        max-width: 100%;
    }
    .xl\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .xl\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .xl\:max-w-prose {
        max-width: 65ch;
    }
    .xl\:max-w-screen-sm {
        max-width: 640px;
    }
    .xl\:max-w-screen-md {
        max-width: 768px;
    }
    .xl\:max-w-screen-lg {
        max-width: 1024px;
    }
    .xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .xl\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .xl\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .xl\:min-h-0 {
        min-height: 0;
    }
    .xl\:min-h-full {
        min-height: 100%;
    }
    .xl\:min-h-screen {
        min-height: 100vh;
    }
    .xl\:min-w-0 {
        min-width: 0;
    }
    .xl\:min-w-full {
        min-width: 100%;
    }
    .xl\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .xl\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .xl\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .xl\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .xl\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .xl\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .xl\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .xl\:opacity-0 {
        opacity: 0;
    }
    .xl\:opacity-5 {
        opacity: 0.05;
    }
    .xl\:opacity-10 {
        opacity: 0.1;
    }
    .xl\:opacity-20 {
        opacity: 0.2;
    }
    .xl\:opacity-25 {
        opacity: 0.25;
    }
    .xl\:opacity-30 {
        opacity: 0.3;
    }
    .xl\:opacity-40 {
        opacity: 0.4;
    }
    .xl\:opacity-50 {
        opacity: 0.5;
    }
    .xl\:opacity-60 {
        opacity: 0.6;
    }
    .xl\:opacity-70 {
        opacity: 0.7;
    }
    .xl\:opacity-75 {
        opacity: 0.75;
    }
    .xl\:opacity-80 {
        opacity: 0.8;
    }
    .xl\:opacity-90 {
        opacity: 0.9;
    }
    .xl\:opacity-95 {
        opacity: 0.95;
    }
    .xl\:opacity-100 {
        opacity: 1;
    }
    .group:hover .xl\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .xl\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .xl\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .xl\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .xl\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .xl\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .xl\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .xl\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .xl\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .xl\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .xl\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .xl\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .xl\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .xl\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .xl\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .xl\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .xl\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .xl\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .xl\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .xl\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .xl\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .xl\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .xl\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .xl\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .xl\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .xl\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .xl\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .xl\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .xl\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .xl\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .xl\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .xl\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .xl\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .xl\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .xl\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .xl\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .xl\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .xl\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .xl\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .xl\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .xl\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .xl\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .xl\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .xl\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .xl\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .xl\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .xl\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .xl\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .xl\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .xl\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .xl\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .xl\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .xl\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .xl\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .xl\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .xl\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .xl\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .xl\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .xl\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .xl\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .xl\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .xl\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .xl\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .xl\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .xl\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .xl\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .xl\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .xl\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .xl\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .xl\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .xl\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .xl\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .xl\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .xl\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .xl\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .xl\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xl\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xl\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xl\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xl\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xl\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xl\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xl\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xl\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xl\:overflow-auto {
        overflow: auto;
    }
    .xl\:overflow-hidden {
        overflow: hidden;
    }
    .xl\:overflow-visible {
        overflow: visible;
    }
    .xl\:overflow-scroll {
        overflow: scroll;
    }
    .xl\:overflow-x-auto {
        overflow-x: auto;
    }
    .xl\:overflow-y-auto {
        overflow-y: auto;
    }
    .xl\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .xl\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xl\:overflow-x-visible {
        overflow-x: visible;
    }
    .xl\:overflow-y-visible {
        overflow-y: visible;
    }
    .xl\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .xl\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .xl\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .xl\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .xl\:overscroll-none {
        overscroll-behavior: none;
    }
    .xl\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .xl\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .xl\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .xl\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .xl\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .xl\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .xl\:p-0 {
        padding: 0;
    }
    .xl\:p-1 {
        padding: 0.25rem;
    }
    .xl\:p-2 {
        padding: 0.5rem;
    }
    .xl\:p-3 {
        padding: 0.75rem;
    }
    .xl\:p-4 {
        padding: 1rem;
    }
    .xl\:p-5 {
        padding: 1.25rem;
    }
    .xl\:p-6 {
        padding: 1.5rem;
    }
    .xl\:p-7 {
        padding: 1.75rem;
    }
    .xl\:p-8 {
        padding: 2rem;
    }
    .xl\:p-9 {
        padding: 2.25rem;
    }
    .xl\:p-10 {
        padding: 2.5rem;
    }
    .xl\:p-11 {
        padding: 2.75rem;
    }
    .xl\:p-12 {
        padding: 3rem;
    }
    .xl\:p-14 {
        padding: 3.5rem;
    }
    .xl\:p-16 {
        padding: 4rem;
    }
    .xl\:p-20 {
        padding: 5rem;
    }
    .xl\:p-23 {
        padding: 88px;
    }
    .xl\:p-24 {
        padding: 6rem;
    }
    .xl\:p-25 {
        padding: 100px;
    }
    .xl\:p-28 {
        padding: 7rem;
    }
    .xl\:p-29 {
        padding: 120px;
    }
    .xl\:p-32 {
        padding: 8rem;
    }
    .xl\:p-33 {
        padding: 130px;
    }
    .xl\:p-36 {
        padding: 9rem;
    }
    .xl\:p-40 {
        padding: 10rem;
    }
    .xl\:p-44 {
        padding: 11rem;
    }
    .xl\:p-48 {
        padding: 12rem;
    }
    .xl\:p-52 {
        padding: 13rem;
    }
    .xl\:p-56 {
        padding: 14rem;
    }
    .xl\:p-60 {
        padding: 15rem;
    }
    .xl\:p-63 {
        padding: 270px;
    }
    .xl\:p-64 {
        padding: 16rem;
    }
    .xl\:p-72 {
        padding: 18rem;
    }
    .xl\:p-80 {
        padding: 20rem;
    }
    .xl\:p-92 {
        padding: 475px;
    }
    .xl\:p-96 {
        padding: 24rem;
    }
    .xl\:p-128 {
        padding: 32rem;
    }
    .xl\:p-px {
        padding: 1px;
    }
    .xl\:p-0\.5 {
        padding: 0.125rem;
    }
    .xl\:p-1\.5 {
        padding: 0.375rem;
    }
    .xl\:p-2\.5 {
        padding: 0.625rem;
    }
    .xl\:p-3\.5 {
        padding: 0.875rem;
    }
    .xl\:p-105p {
        padding: 105px;
    }
    .xl\:p-50p {
        padding: 50px;
    }
    .xl\:p-54p {
        padding: 54px;
    }
    .xl\:p-1p {
        padding: 1px;
    }
    .xl\:p-2p {
        padding: 2px;
    }
    .xl\:p-3p {
        padding: 3px;
    }
    .xl\:p-5p {
        padding: 5px;
    }
    .xl\:p-7p {
        padding: 7px;
    }
    .xl\:p-9p {
        padding: 9px;
    }
    .xl\:p-10p {
        padding: 10px;
    }
    .xl\:p-11p {
        padding: 11px;
    }
    .xl\:p-13p {
        padding: 13px;
    }
    .xl\:p-15p {
        padding: 15px;
    }
    .xl\:p-18p {
        padding: 18px;
    }
    .xl\:p-19p {
        padding: 19px;
    }
    .xl\:p-21p {
        padding: 21px;
    }
    .xl\:p-22p {
        padding: 22px;
    }
    .xl\:p-23p {
        padding: 23px;
    }
    .xl\:p-25p {
        padding: 25px;
    }
    .xl\:p-26p {
        padding: 26px;
    }
    .xl\:p-29p {
        padding: 29px;
    }
    .xl\:p-30p {
        padding: 30px;
    }
    .xl\:p-31p {
        padding: 31px;
    }
    .xl\:p-35p {
        padding: 35px;
    }
    .xl\:p-52p {
        padding: 52px;
    }
    .xl\:p-53p {
        padding: 53px;
    }
    .xl\:p-55p {
        padding: 55px;
    }
    .xl\:p-59p {
        padding: 59px;
    }
    .xl\:p-27p {
        padding: 27px;
    }
    .xl\:p-33\.5p {
        padding: 33.5px;
    }
    .xl\:p-38p {
        padding: 38px;
    }
    .xl\:p-40p {
        padding: 40px;
    }
    .xl\:p-46p {
        padding: 46px;
    }
    .xl\:p-47p {
        padding: 47px;
    }
    .xl\:p-49p {
        padding: 49px;
    }
    .xl\:p-58p {
        padding: 58px;
    }
    .xl\:p-75p {
        padding: 75px;
    }
    .xl\:p-77p {
        padding: 77px;
    }
    .xl\:p-60p {
        padding: 60px;
    }
    .xl\:p-65p {
        padding: 65px;
    }
    .xl\:p-66p {
        padding: 66px;
    }
    .xl\:p-68p {
        padding: 68px;
    }
    .xl\:p-70p {
        padding: 70px;
    }
    .xl\:p-72p {
        padding: 72px;
    }
    .xl\:p-74p {
        padding: 74px;
    }
    .xl\:p-78p {
        padding: 78px;
    }
    .xl\:p-80p {
        padding: 80px;
    }
    .xl\:p-82p {
        padding: 82px;
    }
    .xl\:p-84p {
        padding: 84px;
    }
    .xl\:p-89p {
        padding: 89px;
    }
    .xl\:p-93p {
        padding: 93px;
    }
    .xl\:p-90p {
        padding: 90px;
    }
    .xl\:p-97p {
        padding: 97px;
    }
    .xl\:p-103p {
        padding: 103px;
    }
    .xl\:p-116p {
        padding: 116px;
    }
    .xl\:p-120p {
        padding: 120px;
    }
    .xl\:p-125p {
        padding: 125px;
    }
    .xl\:p-130p {
        padding: 130px;
    }
    .xl\:p-135p {
        padding: 135px;
    }
    .xl\:p-132p {
        padding: 132px;
    }
    .xl\:p-150p {
        padding: 150px;
    }
    .xl\:p-216p {
        padding: 216px;
    }
    .xl\:p-225p {
        padding: 225px;
    }
    .xl\:p-296p {
        padding: 296px;
    }
    .xl\:p-270p {
        padding: 270px;
    }
    .xl\:p-137p {
        padding: 137px;
    }
    .xl\:p-141p {
        padding: 141px;
    }
    .xl\:p-146p {
        padding: 146px;
    }
    .xl\:p-152p {
        padding: 152px;
    }
    .xl\:p-155p {
        padding: 155px;
    }
    .xl\:p-163p {
        padding: 163px;
    }
    .xl\:p-168p {
        padding: 168px;
    }
    .xl\:p-173p {
        padding: 173px;
    }
    .xl\:p-210p {
        padding: 210px;
    }
    .xl\:p-245p {
        padding: 245px;
    }
    .xl\:p-250p {
        padding: 250px;
    }
    .xl\:p-260p {
        padding: 260px;
    }
    .xl\:p-263p {
        padding: 263px;
    }
    .xl\:p-266p {
        padding: 266px;
    }
    .xl\:p-275p {
        padding: 275px;
    }
    .xl\:p-300p {
        padding: 300px;
    }
    .xl\:p-312p {
        padding: 312px;
    }
    .xl\:p-318p {
        padding: 318px;
    }
    .xl\:p-322p {
        padding: 322px;
    }
    .xl\:p-337p {
        padding: 337px;
    }
    .xl\:p-345p {
        padding: 345px;
    }
    .xl\:p-344p {
        padding: 344px;
    }
    .xl\:p-354p {
        padding: 354px;
    }
    .xl\:p-364p {
        padding: 364px;
    }
    .xl\:p-370p {
        padding: 370px;
    }
    .xl\:p-382p {
        padding: 382px;
    }
    .xl\:p-385p {
        padding: 385px;
    }
    .xl\:p-400p {
        padding: 400px;
    }
    .xl\:p-407p {
        padding: 407px;
    }
    .xl\:p-411p {
        padding: 411px;
    }
    .xl\:p-418p {
        padding: 418px;
    }
    .xl\:p-430p {
        padding: 430px;
    }
    .xl\:p-450p {
        padding: 450px;
    }
    .xl\:p-468p {
        padding: 468px;
    }
    .xl\:p-485p {
        padding: 485px;
    }
    .xl\:p-491p {
        padding: 491px;
    }
    .xl\:p-494p {
        padding: 494px;
    }
    .xl\:p-470p {
        padding: 470px;
    }
    .xl\:p-480p {
        padding: 480px;
    }
    .xl\:p-532p {
        padding: 532px;
    }
    .xl\:p-556p {
        padding: 556px;
    }
    .xl\:p-505p {
        padding: 505px;
    }
    .xl\:p-1179p {
        padding: 1179px;
    }
    .xl\:p-1253p {
        padding: 1253px;
    }
    .xl\:p-1575p {
        padding: 1575px;
    }
    .xl\:p-600p {
        padding: 600px;
    }
    .xl\:p-649p {
        padding: 649px;
    }
    .xl\:p-690p {
        padding: 690px;
    }
    .xl\:p-19\% {
        padding: 19%;
    }
    .xl\:p-23\% {
        padding: 23%;
    }
    .xl\:p-24\% {
        padding: 24%;
    }
    .xl\:p-36\% {
        padding: 36%;
    }
    .xl\:p-27\% {
        padding: 27%;
    }
    .xl\:p-28\% {
        padding: 28%;
    }
    .xl\:p-42\% {
        padding: 42%;
    }
    .xl\:p-46\% {
        padding: 46%;
    }
    .xl\:p-49\% {
        padding: 49%;
    }
    .xl\:p-54\% {
        padding: 54%;
    }
    .xl\:p-58\% {
        padding: 58%;
    }
    .xl\:p-72\% {
        padding: 72%;
    }
    .xl\:p-76\% {
        padding: 76%;
    }
    .xl\:p-77\% {
        padding: 77%;
    }
    .xl\:p-340p {
        padding: 340px;
    }
    .xl\:p-700p {
        padding: 700px;
    }
    .xl\:p-848p {
        padding: 848px;
    }
    .xl\:p-850p {
        padding: 850px;
    }
    .xl\:p-860p {
        padding: 860px;
    }
    .xl\:p-1425p {
        padding: 1425px;
    }
    .xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .xl\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .xl\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xl\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .xl\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .xl\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .xl\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .xl\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xl\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .xl\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xl\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xl\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .xl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .xl\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .xl\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .xl\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xl\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .xl\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .xl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .xl\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .xl\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .xl\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .xl\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .xl\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .xl\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .xl\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .xl\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xl\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xl\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .xl\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .xl\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .xl\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .xl\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .xl\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .xl\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .xl\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .xl\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .xl\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .xl\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .xl\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .xl\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .xl\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xl\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xl\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .xl\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .xl\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .xl\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .xl\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .xl\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .xl\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .xl\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .xl\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .xl\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .xl\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .xl\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .xl\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .xl\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .xl\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .xl\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .xl\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .xl\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .xl\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .xl\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .xl\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .xl\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .xl\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .xl\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .xl\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .xl\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .xl\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .xl\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .xl\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .xl\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .xl\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .xl\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .xl\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .xl\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .xl\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xl\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .xl\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .xl\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .xl\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .xl\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .xl\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .xl\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .xl\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .xl\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .xl\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .xl\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .xl\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .xl\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .xl\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .xl\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .xl\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .xl\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .xl\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .xl\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .xl\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .xl\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .xl\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .xl\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .xl\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .xl\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .xl\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .xl\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .xl\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .xl\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .xl\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .xl\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .xl\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .xl\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .xl\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .xl\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .xl\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .xl\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .xl\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .xl\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .xl\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .xl\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .xl\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .xl\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .xl\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .xl\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .xl\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .xl\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .xl\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .xl\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .xl\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .xl\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .xl\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .xl\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .xl\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .xl\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .xl\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .xl\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .xl\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .xl\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .xl\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .xl\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .xl\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .xl\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .xl\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .xl\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .xl\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .xl\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .xl\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xl\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xl\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .xl\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .xl\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xl\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xl\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .xl\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .xl\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .xl\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .xl\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .xl\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .xl\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .xl\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .xl\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .xl\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .xl\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .xl\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .xl\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xl\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xl\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .xl\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .xl\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .xl\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .xl\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .xl\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .xl\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .xl\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .xl\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .xl\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .xl\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .xl\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .xl\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .xl\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .xl\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .xl\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .xl\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .xl\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .xl\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .xl\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .xl\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .xl\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .xl\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .xl\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .xl\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .xl\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .xl\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .xl\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .xl\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .xl\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .xl\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .xl\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .xl\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .xl\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .xl\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .xl\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .xl\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .xl\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .xl\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .xl\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .xl\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .xl\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .xl\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .xl\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .xl\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .xl\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .xl\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .xl\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .xl\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .xl\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .xl\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .xl\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .xl\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .xl\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .xl\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .xl\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .xl\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .xl\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .xl\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .xl\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .xl\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .xl\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .xl\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .xl\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .xl\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .xl\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .xl\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .xl\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .xl\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .xl\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .xl\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .xl\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .xl\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .xl\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .xl\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .xl\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .xl\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .xl\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .xl\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .xl\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .xl\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .xl\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .xl\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .xl\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .xl\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .xl\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .xl\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .xl\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .xl\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .xl\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .xl\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .xl\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .xl\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .xl\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .xl\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .xl\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .xl\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .xl\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .xl\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .xl\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .xl\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .xl\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .xl\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .xl\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .xl\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .xl\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .xl\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .xl\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .xl\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .xl\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .xl\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .xl\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .xl\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .xl\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .xl\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .xl\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .xl\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .xl\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .xl\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .xl\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .xl\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .xl\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .xl\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .xl\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .xl\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .xl\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .xl\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .xl\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .xl\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .xl\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .xl\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .xl\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .xl\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .xl\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .xl\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .xl\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .xl\:pt-0 {
        padding-top: 0;
    }
    .xl\:pr-0 {
        padding-right: 0;
    }
    .xl\:pb-0 {
        padding-bottom: 0;
    }
    .xl\:pl-0 {
        padding-left: 0;
    }
    .xl\:pt-1 {
        padding-top: 0.25rem;
    }
    .xl\:pr-1 {
        padding-right: 0.25rem;
    }
    .xl\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .xl\:pl-1 {
        padding-left: 0.25rem;
    }
    .xl\:pt-2 {
        padding-top: 0.5rem;
    }
    .xl\:pr-2 {
        padding-right: 0.5rem;
    }
    .xl\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .xl\:pl-2 {
        padding-left: 0.5rem;
    }
    .xl\:pt-3 {
        padding-top: 0.75rem;
    }
    .xl\:pr-3 {
        padding-right: 0.75rem;
    }
    .xl\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .xl\:pl-3 {
        padding-left: 0.75rem;
    }
    .xl\:pt-4 {
        padding-top: 1rem;
    }
    .xl\:pr-4 {
        padding-right: 1rem;
    }
    .xl\:pb-4 {
        padding-bottom: 1rem;
    }
    .xl\:pl-4 {
        padding-left: 1rem;
    }
    .xl\:pt-5 {
        padding-top: 1.25rem;
    }
    .xl\:pr-5 {
        padding-right: 1.25rem;
    }
    .xl\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .xl\:pl-5 {
        padding-left: 1.25rem;
    }
    .xl\:pt-6 {
        padding-top: 1.5rem;
    }
    .xl\:pr-6 {
        padding-right: 1.5rem;
    }
    .xl\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .xl\:pl-6 {
        padding-left: 1.5rem;
    }
    .xl\:pt-7 {
        padding-top: 1.75rem;
    }
    .xl\:pr-7 {
        padding-right: 1.75rem;
    }
    .xl\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .xl\:pl-7 {
        padding-left: 1.75rem;
    }
    .xl\:pt-8 {
        padding-top: 2rem;
    }
    .xl\:pr-8 {
        padding-right: 2rem;
    }
    .xl\:pb-8 {
        padding-bottom: 2rem;
    }
    .xl\:pl-8 {
        padding-left: 2rem;
    }
    .xl\:pt-9 {
        padding-top: 2.25rem;
    }
    .xl\:pr-9 {
        padding-right: 2.25rem;
    }
    .xl\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .xl\:pl-9 {
        padding-left: 2.25rem;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .xl\:pr-10 {
        padding-right: 2.5rem;
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .xl\:pt-11 {
        padding-top: 2.75rem;
    }
    .xl\:pr-11 {
        padding-right: 2.75rem;
    }
    .xl\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .xl\:pl-11 {
        padding-left: 2.75rem;
    }
    .xl\:pt-12 {
        padding-top: 3rem;
    }
    .xl\:pr-12 {
        padding-right: 3rem;
    }
    .xl\:pb-12 {
        padding-bottom: 3rem;
    }
    .xl\:pl-12 {
        padding-left: 3rem;
    }
    .xl\:pt-14 {
        padding-top: 3.5rem;
    }
    .xl\:pr-14 {
        padding-right: 3.5rem;
    }
    .xl\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .xl\:pl-14 {
        padding-left: 3.5rem;
    }
    .xl\:pt-16 {
        padding-top: 4rem;
    }
    .xl\:pr-16 {
        padding-right: 4rem;
    }
    .xl\:pb-16 {
        padding-bottom: 4rem;
    }
    .xl\:pl-16 {
        padding-left: 4rem;
    }
    .xl\:pt-20 {
        padding-top: 5rem;
    }
    .xl\:pr-20 {
        padding-right: 5rem;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pl-20 {
        padding-left: 5rem;
    }
    .xl\:pt-23 {
        padding-top: 88px;
    }
    .xl\:pr-23 {
        padding-right: 88px;
    }
    .xl\:pb-23 {
        padding-bottom: 88px;
    }
    .xl\:pl-23 {
        padding-left: 88px;
    }
    .xl\:pt-24 {
        padding-top: 6rem;
    }
    .xl\:pr-24 {
        padding-right: 6rem;
    }
    .xl\:pb-24 {
        padding-bottom: 6rem;
    }
    .xl\:pl-24 {
        padding-left: 6rem;
    }
    .xl\:pt-25 {
        padding-top: 100px;
    }
    .xl\:pr-25 {
        padding-right: 100px;
    }
    .xl\:pb-25 {
        padding-bottom: 100px;
    }
    .xl\:pl-25 {
        padding-left: 100px;
    }
    .xl\:pt-28 {
        padding-top: 7rem;
    }
    .xl\:pr-28 {
        padding-right: 7rem;
    }
    .xl\:pb-28 {
        padding-bottom: 7rem;
    }
    .xl\:pl-28 {
        padding-left: 7rem;
    }
    .xl\:pt-29 {
        padding-top: 120px;
    }
    .xl\:pr-29 {
        padding-right: 120px;
    }
    .xl\:pb-29 {
        padding-bottom: 120px;
    }
    .xl\:pl-29 {
        padding-left: 120px;
    }
    .xl\:pt-32 {
        padding-top: 8rem;
    }
    .xl\:pr-32 {
        padding-right: 8rem;
    }
    .xl\:pb-32 {
        padding-bottom: 8rem;
    }
    .xl\:pl-32 {
        padding-left: 8rem;
    }
    .xl\:pt-33 {
        padding-top: 130px;
    }
    .xl\:pr-33 {
        padding-right: 130px;
    }
    .xl\:pb-33 {
        padding-bottom: 130px;
    }
    .xl\:pl-33 {
        padding-left: 130px;
    }
    .xl\:pt-36 {
        padding-top: 9rem;
    }
    .xl\:pr-36 {
        padding-right: 9rem;
    }
    .xl\:pb-36 {
        padding-bottom: 9rem;
    }
    .xl\:pl-36 {
        padding-left: 9rem;
    }
    .xl\:pt-40 {
        padding-top: 10rem;
    }
    .xl\:pr-40 {
        padding-right: 10rem;
    }
    .xl\:pb-40 {
        padding-bottom: 10rem;
    }
    .xl\:pl-40 {
        padding-left: 10rem;
    }
    .xl\:pt-44 {
        padding-top: 11rem;
    }
    .xl\:pr-44 {
        padding-right: 11rem;
    }
    .xl\:pb-44 {
        padding-bottom: 11rem;
    }
    .xl\:pl-44 {
        padding-left: 11rem;
    }
    .xl\:pt-48 {
        padding-top: 12rem;
    }
    .xl\:pr-48 {
        padding-right: 12rem;
    }
    .xl\:pb-48 {
        padding-bottom: 12rem;
    }
    .xl\:pl-48 {
        padding-left: 12rem;
    }
    .xl\:pt-52 {
        padding-top: 13rem;
    }
    .xl\:pr-52 {
        padding-right: 13rem;
    }
    .xl\:pb-52 {
        padding-bottom: 13rem;
    }
    .xl\:pl-52 {
        padding-left: 13rem;
    }
    .xl\:pt-56 {
        padding-top: 14rem;
    }
    .xl\:pr-56 {
        padding-right: 14rem;
    }
    .xl\:pb-56 {
        padding-bottom: 14rem;
    }
    .xl\:pl-56 {
        padding-left: 14rem;
    }
    .xl\:pt-60 {
        padding-top: 15rem;
    }
    .xl\:pr-60 {
        padding-right: 15rem;
    }
    .xl\:pb-60 {
        padding-bottom: 15rem;
    }
    .xl\:pl-60 {
        padding-left: 15rem;
    }
    .xl\:pt-63 {
        padding-top: 270px;
    }
    .xl\:pr-63 {
        padding-right: 270px;
    }
    .xl\:pb-63 {
        padding-bottom: 270px;
    }
    .xl\:pl-63 {
        padding-left: 270px;
    }
    .xl\:pt-64 {
        padding-top: 16rem;
    }
    .xl\:pr-64 {
        padding-right: 16rem;
    }
    .xl\:pb-64 {
        padding-bottom: 16rem;
    }
    .xl\:pl-64 {
        padding-left: 16rem;
    }
    .xl\:pt-72 {
        padding-top: 18rem;
    }
    .xl\:pr-72 {
        padding-right: 18rem;
    }
    .xl\:pb-72 {
        padding-bottom: 18rem;
    }
    .xl\:pl-72 {
        padding-left: 18rem;
    }
    .xl\:pt-80 {
        padding-top: 20rem;
    }
    .xl\:pr-80 {
        padding-right: 20rem;
    }
    .xl\:pb-80 {
        padding-bottom: 20rem;
    }
    .xl\:pl-80 {
        padding-left: 20rem;
    }
    .xl\:pt-92 {
        padding-top: 475px;
    }
    .xl\:pr-92 {
        padding-right: 475px;
    }
    .xl\:pb-92 {
        padding-bottom: 475px;
    }
    .xl\:pl-92 {
        padding-left: 475px;
    }
    .xl\:pt-96 {
        padding-top: 24rem;
    }
    .xl\:pr-96 {
        padding-right: 24rem;
    }
    .xl\:pb-96 {
        padding-bottom: 24rem;
    }
    .xl\:pl-96 {
        padding-left: 24rem;
    }
    .xl\:pt-128 {
        padding-top: 32rem;
    }
    .xl\:pr-128 {
        padding-right: 32rem;
    }
    .xl\:pb-128 {
        padding-bottom: 32rem;
    }
    .xl\:pl-128 {
        padding-left: 32rem;
    }
    .xl\:pt-px {
        padding-top: 1px;
    }
    .xl\:pr-px {
        padding-right: 1px;
    }
    .xl\:pb-px {
        padding-bottom: 1px;
    }
    .xl\:pl-px {
        padding-left: 1px;
    }
    .xl\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .xl\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .xl\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .xl\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .xl\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .xl\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .xl\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .xl\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .xl\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .xl\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .xl\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .xl\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .xl\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .xl\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .xl\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .xl\:pt-105p {
        padding-top: 105px;
    }
    .xl\:pr-105p {
        padding-right: 105px;
    }
    .xl\:pb-105p {
        padding-bottom: 105px;
    }
    .xl\:pl-105p {
        padding-left: 105px;
    }
    .xl\:pt-50p {
        padding-top: 50px;
    }
    .xl\:pr-50p {
        padding-right: 50px;
    }
    .xl\:pb-50p {
        padding-bottom: 50px;
    }
    .xl\:pl-50p {
        padding-left: 50px;
    }
    .xl\:pt-54p {
        padding-top: 54px;
    }
    .xl\:pr-54p {
        padding-right: 54px;
    }
    .xl\:pb-54p {
        padding-bottom: 54px;
    }
    .xl\:pl-54p {
        padding-left: 54px;
    }
    .xl\:pt-1p {
        padding-top: 1px;
    }
    .xl\:pr-1p {
        padding-right: 1px;
    }
    .xl\:pb-1p {
        padding-bottom: 1px;
    }
    .xl\:pl-1p {
        padding-left: 1px;
    }
    .xl\:pt-2p {
        padding-top: 2px;
    }
    .xl\:pr-2p {
        padding-right: 2px;
    }
    .xl\:pb-2p {
        padding-bottom: 2px;
    }
    .xl\:pl-2p {
        padding-left: 2px;
    }
    .xl\:pt-3p {
        padding-top: 3px;
    }
    .xl\:pr-3p {
        padding-right: 3px;
    }
    .xl\:pb-3p {
        padding-bottom: 3px;
    }
    .xl\:pl-3p {
        padding-left: 3px;
    }
    .xl\:pt-5p {
        padding-top: 5px;
    }
    .xl\:pr-5p {
        padding-right: 5px;
    }
    .xl\:pb-5p {
        padding-bottom: 5px;
    }
    .xl\:pl-5p {
        padding-left: 5px;
    }
    .xl\:pt-7p {
        padding-top: 7px;
    }
    .xl\:pr-7p {
        padding-right: 7px;
    }
    .xl\:pb-7p {
        padding-bottom: 7px;
    }
    .xl\:pl-7p {
        padding-left: 7px;
    }
    .xl\:pt-9p {
        padding-top: 9px;
    }
    .xl\:pr-9p {
        padding-right: 9px;
    }
    .xl\:pb-9p {
        padding-bottom: 9px;
    }
    .xl\:pl-9p {
        padding-left: 9px;
    }
    .xl\:pt-10p {
        padding-top: 10px;
    }
    .xl\:pr-10p {
        padding-right: 10px;
    }
    .xl\:pb-10p {
        padding-bottom: 10px;
    }
    .xl\:pl-10p {
        padding-left: 10px;
    }
    .xl\:pt-11p {
        padding-top: 11px;
    }
    .xl\:pr-11p {
        padding-right: 11px;
    }
    .xl\:pb-11p {
        padding-bottom: 11px;
    }
    .xl\:pl-11p {
        padding-left: 11px;
    }
    .xl\:pt-13p {
        padding-top: 13px;
    }
    .xl\:pr-13p {
        padding-right: 13px;
    }
    .xl\:pb-13p {
        padding-bottom: 13px;
    }
    .xl\:pl-13p {
        padding-left: 13px;
    }
    .xl\:pt-15p {
        padding-top: 15px;
    }
    .xl\:pr-15p {
        padding-right: 15px;
    }
    .xl\:pb-15p {
        padding-bottom: 15px;
    }
    .xl\:pl-15p {
        padding-left: 15px;
    }
    .xl\:pt-18p {
        padding-top: 18px;
    }
    .xl\:pr-18p {
        padding-right: 18px;
    }
    .xl\:pb-18p {
        padding-bottom: 18px;
    }
    .xl\:pl-18p {
        padding-left: 18px;
    }
    .xl\:pt-19p {
        padding-top: 19px;
    }
    .xl\:pr-19p {
        padding-right: 19px;
    }
    .xl\:pb-19p {
        padding-bottom: 19px;
    }
    .xl\:pl-19p {
        padding-left: 19px;
    }
    .xl\:pt-21p {
        padding-top: 21px;
    }
    .xl\:pr-21p {
        padding-right: 21px;
    }
    .xl\:pb-21p {
        padding-bottom: 21px;
    }
    .xl\:pl-21p {
        padding-left: 21px;
    }
    .xl\:pt-22p {
        padding-top: 22px;
    }
    .xl\:pr-22p {
        padding-right: 22px;
    }
    .xl\:pb-22p {
        padding-bottom: 22px;
    }
    .xl\:pl-22p {
        padding-left: 22px;
    }
    .xl\:pt-23p {
        padding-top: 23px;
    }
    .xl\:pr-23p {
        padding-right: 23px;
    }
    .xl\:pb-23p {
        padding-bottom: 23px;
    }
    .xl\:pl-23p {
        padding-left: 23px;
    }
    .xl\:pt-25p {
        padding-top: 25px;
    }
    .xl\:pr-25p {
        padding-right: 25px;
    }
    .xl\:pb-25p {
        padding-bottom: 25px;
    }
    .xl\:pl-25p {
        padding-left: 25px;
    }
    .xl\:pt-26p {
        padding-top: 26px;
    }
    .xl\:pr-26p {
        padding-right: 26px;
    }
    .xl\:pb-26p {
        padding-bottom: 26px;
    }
    .xl\:pl-26p {
        padding-left: 26px;
    }
    .xl\:pt-29p {
        padding-top: 29px;
    }
    .xl\:pr-29p {
        padding-right: 29px;
    }
    .xl\:pb-29p {
        padding-bottom: 29px;
    }
    .xl\:pl-29p {
        padding-left: 29px;
    }
    .xl\:pt-30p {
        padding-top: 30px;
    }
    .xl\:pr-30p {
        padding-right: 30px;
    }
    .xl\:pb-30p {
        padding-bottom: 30px;
    }
    .xl\:pl-30p {
        padding-left: 30px;
    }
    .xl\:pt-31p {
        padding-top: 31px;
    }
    .xl\:pr-31p {
        padding-right: 31px;
    }
    .xl\:pb-31p {
        padding-bottom: 31px;
    }
    .xl\:pl-31p {
        padding-left: 31px;
    }
    .xl\:pt-35p {
        padding-top: 35px;
    }
    .xl\:pr-35p {
        padding-right: 35px;
    }
    .xl\:pb-35p {
        padding-bottom: 35px;
    }
    .xl\:pl-35p {
        padding-left: 35px;
    }
    .xl\:pt-52p {
        padding-top: 52px;
    }
    .xl\:pr-52p {
        padding-right: 52px;
    }
    .xl\:pb-52p {
        padding-bottom: 52px;
    }
    .xl\:pl-52p {
        padding-left: 52px;
    }
    .xl\:pt-53p {
        padding-top: 53px;
    }
    .xl\:pr-53p {
        padding-right: 53px;
    }
    .xl\:pb-53p {
        padding-bottom: 53px;
    }
    .xl\:pl-53p {
        padding-left: 53px;
    }
    .xl\:pt-55p {
        padding-top: 55px;
    }
    .xl\:pr-55p {
        padding-right: 55px;
    }
    .xl\:pb-55p {
        padding-bottom: 55px;
    }
    .xl\:pl-55p {
        padding-left: 55px;
    }
    .xl\:pt-59p {
        padding-top: 59px;
    }
    .xl\:pr-59p {
        padding-right: 59px;
    }
    .xl\:pb-59p {
        padding-bottom: 59px;
    }
    .xl\:pl-59p {
        padding-left: 59px;
    }
    .xl\:pt-27p {
        padding-top: 27px;
    }
    .xl\:pr-27p {
        padding-right: 27px;
    }
    .xl\:pb-27p {
        padding-bottom: 27px;
    }
    .xl\:pl-27p {
        padding-left: 27px;
    }
    .xl\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .xl\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .xl\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .xl\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .xl\:pt-38p {
        padding-top: 38px;
    }
    .xl\:pr-38p {
        padding-right: 38px;
    }
    .xl\:pb-38p {
        padding-bottom: 38px;
    }
    .xl\:pl-38p {
        padding-left: 38px;
    }
    .xl\:pt-40p {
        padding-top: 40px;
    }
    .xl\:pr-40p {
        padding-right: 40px;
    }
    .xl\:pb-40p {
        padding-bottom: 40px;
    }
    .xl\:pl-40p {
        padding-left: 40px;
    }
    .xl\:pt-46p {
        padding-top: 46px;
    }
    .xl\:pr-46p {
        padding-right: 46px;
    }
    .xl\:pb-46p {
        padding-bottom: 46px;
    }
    .xl\:pl-46p {
        padding-left: 46px;
    }
    .xl\:pt-47p {
        padding-top: 47px;
    }
    .xl\:pr-47p {
        padding-right: 47px;
    }
    .xl\:pb-47p {
        padding-bottom: 47px;
    }
    .xl\:pl-47p {
        padding-left: 47px;
    }
    .xl\:pt-49p {
        padding-top: 49px;
    }
    .xl\:pr-49p {
        padding-right: 49px;
    }
    .xl\:pb-49p {
        padding-bottom: 49px;
    }
    .xl\:pl-49p {
        padding-left: 49px;
    }
    .xl\:pt-58p {
        padding-top: 58px;
    }
    .xl\:pr-58p {
        padding-right: 58px;
    }
    .xl\:pb-58p {
        padding-bottom: 58px;
    }
    .xl\:pl-58p {
        padding-left: 58px;
    }
    .xl\:pt-75p {
        padding-top: 75px;
    }
    .xl\:pr-75p {
        padding-right: 75px;
    }
    .xl\:pb-75p {
        padding-bottom: 75px;
    }
    .xl\:pl-75p {
        padding-left: 75px;
    }
    .xl\:pt-77p {
        padding-top: 77px;
    }
    .xl\:pr-77p {
        padding-right: 77px;
    }
    .xl\:pb-77p {
        padding-bottom: 77px;
    }
    .xl\:pl-77p {
        padding-left: 77px;
    }
    .xl\:pt-60p {
        padding-top: 60px;
    }
    .xl\:pr-60p {
        padding-right: 60px;
    }
    .xl\:pb-60p {
        padding-bottom: 60px;
    }
    .xl\:pl-60p {
        padding-left: 60px;
    }
    .xl\:pt-65p {
        padding-top: 65px;
    }
    .xl\:pr-65p {
        padding-right: 65px;
    }
    .xl\:pb-65p {
        padding-bottom: 65px;
    }
    .xl\:pl-65p {
        padding-left: 65px;
    }
    .xl\:pt-66p {
        padding-top: 66px;
    }
    .xl\:pr-66p {
        padding-right: 66px;
    }
    .xl\:pb-66p {
        padding-bottom: 66px;
    }
    .xl\:pl-66p {
        padding-left: 66px;
    }
    .xl\:pt-68p {
        padding-top: 68px;
    }
    .xl\:pr-68p {
        padding-right: 68px;
    }
    .xl\:pb-68p {
        padding-bottom: 68px;
    }
    .xl\:pl-68p {
        padding-left: 68px;
    }
    .xl\:pt-70p {
        padding-top: 70px;
    }
    .xl\:pr-70p {
        padding-right: 70px;
    }
    .xl\:pb-70p {
        padding-bottom: 70px;
    }
    .xl\:pl-70p {
        padding-left: 70px;
    }
    .xl\:pt-72p {
        padding-top: 72px;
    }
    .xl\:pr-72p {
        padding-right: 72px;
    }
    .xl\:pb-72p {
        padding-bottom: 72px;
    }
    .xl\:pl-72p {
        padding-left: 72px;
    }
    .xl\:pt-74p {
        padding-top: 74px;
    }
    .xl\:pr-74p {
        padding-right: 74px;
    }
    .xl\:pb-74p {
        padding-bottom: 74px;
    }
    .xl\:pl-74p {
        padding-left: 74px;
    }
    .xl\:pt-78p {
        padding-top: 78px;
    }
    .xl\:pr-78p {
        padding-right: 78px;
    }
    .xl\:pb-78p {
        padding-bottom: 78px;
    }
    .xl\:pl-78p {
        padding-left: 78px;
    }
    .xl\:pt-80p {
        padding-top: 80px;
    }
    .xl\:pr-80p {
        padding-right: 80px;
    }
    .xl\:pb-80p {
        padding-bottom: 80px;
    }
    .xl\:pl-80p {
        padding-left: 80px;
    }
    .xl\:pt-82p {
        padding-top: 82px;
    }
    .xl\:pr-82p {
        padding-right: 82px;
    }
    .xl\:pb-82p {
        padding-bottom: 82px;
    }
    .xl\:pl-82p {
        padding-left: 82px;
    }
    .xl\:pt-84p {
        padding-top: 84px;
    }
    .xl\:pr-84p {
        padding-right: 84px;
    }
    .xl\:pb-84p {
        padding-bottom: 84px;
    }
    .xl\:pl-84p {
        padding-left: 84px;
    }
    .xl\:pt-89p {
        padding-top: 89px;
    }
    .xl\:pr-89p {
        padding-right: 89px;
    }
    .xl\:pb-89p {
        padding-bottom: 89px;
    }
    .xl\:pl-89p {
        padding-left: 89px;
    }
    .xl\:pt-93p {
        padding-top: 93px;
    }
    .xl\:pr-93p {
        padding-right: 93px;
    }
    .xl\:pb-93p {
        padding-bottom: 93px;
    }
    .xl\:pl-93p {
        padding-left: 93px;
    }
    .xl\:pt-90p {
        padding-top: 90px;
    }
    .xl\:pr-90p {
        padding-right: 90px;
    }
    .xl\:pb-90p {
        padding-bottom: 90px;
    }
    .xl\:pl-90p {
        padding-left: 90px;
    }
    .xl\:pt-97p {
        padding-top: 97px;
    }
    .xl\:pr-97p {
        padding-right: 97px;
    }
    .xl\:pb-97p {
        padding-bottom: 97px;
    }
    .xl\:pl-97p {
        padding-left: 97px;
    }
    .xl\:pt-103p {
        padding-top: 103px;
    }
    .xl\:pr-103p {
        padding-right: 103px;
    }
    .xl\:pb-103p {
        padding-bottom: 103px;
    }
    .xl\:pl-103p {
        padding-left: 103px;
    }
    .xl\:pt-116p {
        padding-top: 116px;
    }
    .xl\:pr-116p {
        padding-right: 116px;
    }
    .xl\:pb-116p {
        padding-bottom: 116px;
    }
    .xl\:pl-116p {
        padding-left: 116px;
    }
    .xl\:pt-120p {
        padding-top: 120px;
    }
    .xl\:pr-120p {
        padding-right: 120px;
    }
    .xl\:pb-120p {
        padding-bottom: 120px;
    }
    .xl\:pl-120p {
        padding-left: 120px;
    }
    .xl\:pt-125p {
        padding-top: 125px;
    }
    .xl\:pr-125p {
        padding-right: 125px;
    }
    .xl\:pb-125p {
        padding-bottom: 125px;
    }
    .xl\:pl-125p {
        padding-left: 125px;
    }
    .xl\:pt-130p {
        padding-top: 130px;
    }
    .xl\:pr-130p {
        padding-right: 130px;
    }
    .xl\:pb-130p {
        padding-bottom: 130px;
    }
    .xl\:pl-130p {
        padding-left: 130px;
    }
    .xl\:pt-135p {
        padding-top: 135px;
    }
    .xl\:pr-135p {
        padding-right: 135px;
    }
    .xl\:pb-135p {
        padding-bottom: 135px;
    }
    .xl\:pl-135p {
        padding-left: 135px;
    }
    .xl\:pt-132p {
        padding-top: 132px;
    }
    .xl\:pr-132p {
        padding-right: 132px;
    }
    .xl\:pb-132p {
        padding-bottom: 132px;
    }
    .xl\:pl-132p {
        padding-left: 132px;
    }
    .xl\:pt-150p {
        padding-top: 150px;
    }
    .xl\:pr-150p {
        padding-right: 150px;
    }
    .xl\:pb-150p {
        padding-bottom: 150px;
    }
    .xl\:pl-150p {
        padding-left: 150px;
    }
    .xl\:pt-216p {
        padding-top: 216px;
    }
    .xl\:pr-216p {
        padding-right: 216px;
    }
    .xl\:pb-216p {
        padding-bottom: 216px;
    }
    .xl\:pl-216p {
        padding-left: 216px;
    }
    .xl\:pt-225p {
        padding-top: 225px;
    }
    .xl\:pr-225p {
        padding-right: 225px;
    }
    .xl\:pb-225p {
        padding-bottom: 225px;
    }
    .xl\:pl-225p {
        padding-left: 225px;
    }
    .xl\:pt-296p {
        padding-top: 296px;
    }
    .xl\:pr-296p {
        padding-right: 296px;
    }
    .xl\:pb-296p {
        padding-bottom: 296px;
    }
    .xl\:pl-296p {
        padding-left: 296px;
    }
    .xl\:pt-270p {
        padding-top: 270px;
    }
    .xl\:pr-270p {
        padding-right: 270px;
    }
    .xl\:pb-270p {
        padding-bottom: 270px;
    }
    .xl\:pl-270p {
        padding-left: 270px;
    }
    .xl\:pt-137p {
        padding-top: 137px;
    }
    .xl\:pr-137p {
        padding-right: 137px;
    }
    .xl\:pb-137p {
        padding-bottom: 137px;
    }
    .xl\:pl-137p {
        padding-left: 137px;
    }
    .xl\:pt-141p {
        padding-top: 141px;
    }
    .xl\:pr-141p {
        padding-right: 141px;
    }
    .xl\:pb-141p {
        padding-bottom: 141px;
    }
    .xl\:pl-141p {
        padding-left: 141px;
    }
    .xl\:pt-146p {
        padding-top: 146px;
    }
    .xl\:pr-146p {
        padding-right: 146px;
    }
    .xl\:pb-146p {
        padding-bottom: 146px;
    }
    .xl\:pl-146p {
        padding-left: 146px;
    }
    .xl\:pt-152p {
        padding-top: 152px;
    }
    .xl\:pr-152p {
        padding-right: 152px;
    }
    .xl\:pb-152p {
        padding-bottom: 152px;
    }
    .xl\:pl-152p {
        padding-left: 152px;
    }
    .xl\:pt-155p {
        padding-top: 155px;
    }
    .xl\:pr-155p {
        padding-right: 155px;
    }
    .xl\:pb-155p {
        padding-bottom: 155px;
    }
    .xl\:pl-155p {
        padding-left: 155px;
    }
    .xl\:pt-163p {
        padding-top: 163px;
    }
    .xl\:pr-163p {
        padding-right: 163px;
    }
    .xl\:pb-163p {
        padding-bottom: 163px;
    }
    .xl\:pl-163p {
        padding-left: 163px;
    }
    .xl\:pt-168p {
        padding-top: 168px;
    }
    .xl\:pr-168p {
        padding-right: 168px;
    }
    .xl\:pb-168p {
        padding-bottom: 168px;
    }
    .xl\:pl-168p {
        padding-left: 168px;
    }
    .xl\:pt-173p {
        padding-top: 173px;
    }
    .xl\:pr-173p {
        padding-right: 173px;
    }
    .xl\:pb-173p {
        padding-bottom: 173px;
    }
    .xl\:pl-173p {
        padding-left: 173px;
    }
    .xl\:pt-210p {
        padding-top: 210px;
    }
    .xl\:pr-210p {
        padding-right: 210px;
    }
    .xl\:pb-210p {
        padding-bottom: 210px;
    }
    .xl\:pl-210p {
        padding-left: 210px;
    }
    .xl\:pt-245p {
        padding-top: 245px;
    }
    .xl\:pr-245p {
        padding-right: 245px;
    }
    .xl\:pb-245p {
        padding-bottom: 245px;
    }
    .xl\:pl-245p {
        padding-left: 245px;
    }
    .xl\:pt-250p {
        padding-top: 250px;
    }
    .xl\:pr-250p {
        padding-right: 250px;
    }
    .xl\:pb-250p {
        padding-bottom: 250px;
    }
    .xl\:pl-250p {
        padding-left: 250px;
    }
    .xl\:pt-260p {
        padding-top: 260px;
    }
    .xl\:pr-260p {
        padding-right: 260px;
    }
    .xl\:pb-260p {
        padding-bottom: 260px;
    }
    .xl\:pl-260p {
        padding-left: 260px;
    }
    .xl\:pt-263p {
        padding-top: 263px;
    }
    .xl\:pr-263p {
        padding-right: 263px;
    }
    .xl\:pb-263p {
        padding-bottom: 263px;
    }
    .xl\:pl-263p {
        padding-left: 263px;
    }
    .xl\:pt-266p {
        padding-top: 266px;
    }
    .xl\:pr-266p {
        padding-right: 266px;
    }
    .xl\:pb-266p {
        padding-bottom: 266px;
    }
    .xl\:pl-266p {
        padding-left: 266px;
    }
    .xl\:pt-275p {
        padding-top: 275px;
    }
    .xl\:pr-275p {
        padding-right: 275px;
    }
    .xl\:pb-275p {
        padding-bottom: 275px;
    }
    .xl\:pl-275p {
        padding-left: 275px;
    }
    .xl\:pt-300p {
        padding-top: 300px;
    }
    .xl\:pr-300p {
        padding-right: 300px;
    }
    .xl\:pb-300p {
        padding-bottom: 300px;
    }
    .xl\:pl-300p {
        padding-left: 300px;
    }
    .xl\:pt-312p {
        padding-top: 312px;
    }
    .xl\:pr-312p {
        padding-right: 312px;
    }
    .xl\:pb-312p {
        padding-bottom: 312px;
    }
    .xl\:pl-312p {
        padding-left: 312px;
    }
    .xl\:pt-318p {
        padding-top: 318px;
    }
    .xl\:pr-318p {
        padding-right: 318px;
    }
    .xl\:pb-318p {
        padding-bottom: 318px;
    }
    .xl\:pl-318p {
        padding-left: 318px;
    }
    .xl\:pt-322p {
        padding-top: 322px;
    }
    .xl\:pr-322p {
        padding-right: 322px;
    }
    .xl\:pb-322p {
        padding-bottom: 322px;
    }
    .xl\:pl-322p {
        padding-left: 322px;
    }
    .xl\:pt-337p {
        padding-top: 337px;
    }
    .xl\:pr-337p {
        padding-right: 337px;
    }
    .xl\:pb-337p {
        padding-bottom: 337px;
    }
    .xl\:pl-337p {
        padding-left: 337px;
    }
    .xl\:pt-345p {
        padding-top: 345px;
    }
    .xl\:pr-345p {
        padding-right: 345px;
    }
    .xl\:pb-345p {
        padding-bottom: 345px;
    }
    .xl\:pl-345p {
        padding-left: 345px;
    }
    .xl\:pt-344p {
        padding-top: 344px;
    }
    .xl\:pr-344p {
        padding-right: 344px;
    }
    .xl\:pb-344p {
        padding-bottom: 344px;
    }
    .xl\:pl-344p {
        padding-left: 344px;
    }
    .xl\:pt-354p {
        padding-top: 354px;
    }
    .xl\:pr-354p {
        padding-right: 354px;
    }
    .xl\:pb-354p {
        padding-bottom: 354px;
    }
    .xl\:pl-354p {
        padding-left: 354px;
    }
    .xl\:pt-364p {
        padding-top: 364px;
    }
    .xl\:pr-364p {
        padding-right: 364px;
    }
    .xl\:pb-364p {
        padding-bottom: 364px;
    }
    .xl\:pl-364p {
        padding-left: 364px;
    }
    .xl\:pt-370p {
        padding-top: 370px;
    }
    .xl\:pr-370p {
        padding-right: 370px;
    }
    .xl\:pb-370p {
        padding-bottom: 370px;
    }
    .xl\:pl-370p {
        padding-left: 370px;
    }
    .xl\:pt-382p {
        padding-top: 382px;
    }
    .xl\:pr-382p {
        padding-right: 382px;
    }
    .xl\:pb-382p {
        padding-bottom: 382px;
    }
    .xl\:pl-382p {
        padding-left: 382px;
    }
    .xl\:pt-385p {
        padding-top: 385px;
    }
    .xl\:pr-385p {
        padding-right: 385px;
    }
    .xl\:pb-385p {
        padding-bottom: 385px;
    }
    .xl\:pl-385p {
        padding-left: 385px;
    }
    .xl\:pt-400p {
        padding-top: 400px;
    }
    .xl\:pr-400p {
        padding-right: 400px;
    }
    .xl\:pb-400p {
        padding-bottom: 400px;
    }
    .xl\:pl-400p {
        padding-left: 400px;
    }
    .xl\:pt-407p {
        padding-top: 407px;
    }
    .xl\:pr-407p {
        padding-right: 407px;
    }
    .xl\:pb-407p {
        padding-bottom: 407px;
    }
    .xl\:pl-407p {
        padding-left: 407px;
    }
    .xl\:pt-411p {
        padding-top: 411px;
    }
    .xl\:pr-411p {
        padding-right: 411px;
    }
    .xl\:pb-411p {
        padding-bottom: 411px;
    }
    .xl\:pl-411p {
        padding-left: 411px;
    }
    .xl\:pt-418p {
        padding-top: 418px;
    }
    .xl\:pr-418p {
        padding-right: 418px;
    }
    .xl\:pb-418p {
        padding-bottom: 418px;
    }
    .xl\:pl-418p {
        padding-left: 418px;
    }
    .xl\:pt-430p {
        padding-top: 430px;
    }
    .xl\:pr-430p {
        padding-right: 430px;
    }
    .xl\:pb-430p {
        padding-bottom: 430px;
    }
    .xl\:pl-430p {
        padding-left: 430px;
    }
    .xl\:pt-450p {
        padding-top: 450px;
    }
    .xl\:pr-450p {
        padding-right: 450px;
    }
    .xl\:pb-450p {
        padding-bottom: 450px;
    }
    .xl\:pl-450p {
        padding-left: 450px;
    }
    .xl\:pt-468p {
        padding-top: 468px;
    }
    .xl\:pr-468p {
        padding-right: 468px;
    }
    .xl\:pb-468p {
        padding-bottom: 468px;
    }
    .xl\:pl-468p {
        padding-left: 468px;
    }
    .xl\:pt-485p {
        padding-top: 485px;
    }
    .xl\:pr-485p {
        padding-right: 485px;
    }
    .xl\:pb-485p {
        padding-bottom: 485px;
    }
    .xl\:pl-485p {
        padding-left: 485px;
    }
    .xl\:pt-491p {
        padding-top: 491px;
    }
    .xl\:pr-491p {
        padding-right: 491px;
    }
    .xl\:pb-491p {
        padding-bottom: 491px;
    }
    .xl\:pl-491p {
        padding-left: 491px;
    }
    .xl\:pt-494p {
        padding-top: 494px;
    }
    .xl\:pr-494p {
        padding-right: 494px;
    }
    .xl\:pb-494p {
        padding-bottom: 494px;
    }
    .xl\:pl-494p {
        padding-left: 494px;
    }
    .xl\:pt-470p {
        padding-top: 470px;
    }
    .xl\:pr-470p {
        padding-right: 470px;
    }
    .xl\:pb-470p {
        padding-bottom: 470px;
    }
    .xl\:pl-470p {
        padding-left: 470px;
    }
    .xl\:pt-480p {
        padding-top: 480px;
    }
    .xl\:pr-480p {
        padding-right: 480px;
    }
    .xl\:pb-480p {
        padding-bottom: 480px;
    }
    .xl\:pl-480p {
        padding-left: 480px;
    }
    .xl\:pt-532p {
        padding-top: 532px;
    }
    .xl\:pr-532p {
        padding-right: 532px;
    }
    .xl\:pb-532p {
        padding-bottom: 532px;
    }
    .xl\:pl-532p {
        padding-left: 532px;
    }
    .xl\:pt-556p {
        padding-top: 556px;
    }
    .xl\:pr-556p {
        padding-right: 556px;
    }
    .xl\:pb-556p {
        padding-bottom: 556px;
    }
    .xl\:pl-556p {
        padding-left: 556px;
    }
    .xl\:pt-505p {
        padding-top: 505px;
    }
    .xl\:pr-505p {
        padding-right: 505px;
    }
    .xl\:pb-505p {
        padding-bottom: 505px;
    }
    .xl\:pl-505p {
        padding-left: 505px;
    }
    .xl\:pt-1179p {
        padding-top: 1179px;
    }
    .xl\:pr-1179p {
        padding-right: 1179px;
    }
    .xl\:pb-1179p {
        padding-bottom: 1179px;
    }
    .xl\:pl-1179p {
        padding-left: 1179px;
    }
    .xl\:pt-1253p {
        padding-top: 1253px;
    }
    .xl\:pr-1253p {
        padding-right: 1253px;
    }
    .xl\:pb-1253p {
        padding-bottom: 1253px;
    }
    .xl\:pl-1253p {
        padding-left: 1253px;
    }
    .xl\:pt-1575p {
        padding-top: 1575px;
    }
    .xl\:pr-1575p {
        padding-right: 1575px;
    }
    .xl\:pb-1575p {
        padding-bottom: 1575px;
    }
    .xl\:pl-1575p {
        padding-left: 1575px;
    }
    .xl\:pt-600p {
        padding-top: 600px;
    }
    .xl\:pr-600p {
        padding-right: 600px;
    }
    .xl\:pb-600p {
        padding-bottom: 600px;
    }
    .xl\:pl-600p {
        padding-left: 600px;
    }
    .xl\:pt-649p {
        padding-top: 649px;
    }
    .xl\:pr-649p {
        padding-right: 649px;
    }
    .xl\:pb-649p {
        padding-bottom: 649px;
    }
    .xl\:pl-649p {
        padding-left: 649px;
    }
    .xl\:pt-690p {
        padding-top: 690px;
    }
    .xl\:pr-690p {
        padding-right: 690px;
    }
    .xl\:pb-690p {
        padding-bottom: 690px;
    }
    .xl\:pl-690p {
        padding-left: 690px;
    }
    .xl\:pt-19\% {
        padding-top: 19%;
    }
    .xl\:pr-19\% {
        padding-right: 19%;
    }
    .xl\:pb-19\% {
        padding-bottom: 19%;
    }
    .xl\:pl-19\% {
        padding-left: 19%;
    }
    .xl\:pt-23\% {
        padding-top: 23%;
    }
    .xl\:pr-23\% {
        padding-right: 23%;
    }
    .xl\:pb-23\% {
        padding-bottom: 23%;
    }
    .xl\:pl-23\% {
        padding-left: 23%;
    }
    .xl\:pt-24\% {
        padding-top: 24%;
    }
    .xl\:pr-24\% {
        padding-right: 24%;
    }
    .xl\:pb-24\% {
        padding-bottom: 24%;
    }
    .xl\:pl-24\% {
        padding-left: 24%;
    }
    .xl\:pt-36\% {
        padding-top: 36%;
    }
    .xl\:pr-36\% {
        padding-right: 36%;
    }
    .xl\:pb-36\% {
        padding-bottom: 36%;
    }
    .xl\:pl-36\% {
        padding-left: 36%;
    }
    .xl\:pt-27\% {
        padding-top: 27%;
    }
    .xl\:pr-27\% {
        padding-right: 27%;
    }
    .xl\:pb-27\% {
        padding-bottom: 27%;
    }
    .xl\:pl-27\% {
        padding-left: 27%;
    }
    .xl\:pt-28\% {
        padding-top: 28%;
    }
    .xl\:pr-28\% {
        padding-right: 28%;
    }
    .xl\:pb-28\% {
        padding-bottom: 28%;
    }
    .xl\:pl-28\% {
        padding-left: 28%;
    }
    .xl\:pt-42\% {
        padding-top: 42%;
    }
    .xl\:pr-42\% {
        padding-right: 42%;
    }
    .xl\:pb-42\% {
        padding-bottom: 42%;
    }
    .xl\:pl-42\% {
        padding-left: 42%;
    }
    .xl\:pt-46\% {
        padding-top: 46%;
    }
    .xl\:pr-46\% {
        padding-right: 46%;
    }
    .xl\:pb-46\% {
        padding-bottom: 46%;
    }
    .xl\:pl-46\% {
        padding-left: 46%;
    }
    .xl\:pt-49\% {
        padding-top: 49%;
    }
    .xl\:pr-49\% {
        padding-right: 49%;
    }
    .xl\:pb-49\% {
        padding-bottom: 49%;
    }
    .xl\:pl-49\% {
        padding-left: 49%;
    }
    .xl\:pt-54\% {
        padding-top: 54%;
    }
    .xl\:pr-54\% {
        padding-right: 54%;
    }
    .xl\:pb-54\% {
        padding-bottom: 54%;
    }
    .xl\:pl-54\% {
        padding-left: 54%;
    }
    .xl\:pt-58\% {
        padding-top: 58%;
    }
    .xl\:pr-58\% {
        padding-right: 58%;
    }
    .xl\:pb-58\% {
        padding-bottom: 58%;
    }
    .xl\:pl-58\% {
        padding-left: 58%;
    }
    .xl\:pt-72\% {
        padding-top: 72%;
    }
    .xl\:pr-72\% {
        padding-right: 72%;
    }
    .xl\:pb-72\% {
        padding-bottom: 72%;
    }
    .xl\:pl-72\% {
        padding-left: 72%;
    }
    .xl\:pt-76\% {
        padding-top: 76%;
    }
    .xl\:pr-76\% {
        padding-right: 76%;
    }
    .xl\:pb-76\% {
        padding-bottom: 76%;
    }
    .xl\:pl-76\% {
        padding-left: 76%;
    }
    .xl\:pt-77\% {
        padding-top: 77%;
    }
    .xl\:pr-77\% {
        padding-right: 77%;
    }
    .xl\:pb-77\% {
        padding-bottom: 77%;
    }
    .xl\:pl-77\% {
        padding-left: 77%;
    }
    .xl\:pt-340p {
        padding-top: 340px;
    }
    .xl\:pr-340p {
        padding-right: 340px;
    }
    .xl\:pb-340p {
        padding-bottom: 340px;
    }
    .xl\:pl-340p {
        padding-left: 340px;
    }
    .xl\:pt-700p {
        padding-top: 700px;
    }
    .xl\:pr-700p {
        padding-right: 700px;
    }
    .xl\:pb-700p {
        padding-bottom: 700px;
    }
    .xl\:pl-700p {
        padding-left: 700px;
    }
    .xl\:pt-848p {
        padding-top: 848px;
    }
    .xl\:pr-848p {
        padding-right: 848px;
    }
    .xl\:pb-848p {
        padding-bottom: 848px;
    }
    .xl\:pl-848p {
        padding-left: 848px;
    }
    .xl\:pt-850p {
        padding-top: 850px;
    }
    .xl\:pr-850p {
        padding-right: 850px;
    }
    .xl\:pb-850p {
        padding-bottom: 850px;
    }
    .xl\:pl-850p {
        padding-left: 850px;
    }
    .xl\:pt-860p {
        padding-top: 860px;
    }
    .xl\:pr-860p {
        padding-right: 860px;
    }
    .xl\:pb-860p {
        padding-bottom: 860px;
    }
    .xl\:pl-860p {
        padding-left: 860px;
    }
    .xl\:pt-1425p {
        padding-top: 1425px;
    }
    .xl\:pr-1425p {
        padding-right: 1425px;
    }
    .xl\:pb-1425p {
        padding-bottom: 1425px;
    }
    .xl\:pl-1425p {
        padding-left: 1425px;
    }
    .xl\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .xl\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .xl\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .xl\:placeholder-current::placeholder {
        color: currentColor;
    }
    .xl\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .xl\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .xl\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .xl\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .xl\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .xl\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .xl\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .xl\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .xl\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .xl\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .xl\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .xl\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .xl\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .xl\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .xl\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .xl\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .xl\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .xl\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .xl\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .xl\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .xl\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .xl\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .xl\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .xl\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .xl\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .xl\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .xl\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .xl\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .xl\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .xl\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .xl\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .xl\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .xl\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xl\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xl\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xl\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xl\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xl\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xl\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xl\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xl\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xl\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xl\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xl\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xl\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xl\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xl\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xl\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xl\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xl\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xl\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xl\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xl\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xl\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xl\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xl\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xl\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xl\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xl\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xl\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xl\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xl\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xl\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xl\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xl\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xl\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xl\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xl\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xl\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xl\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xl\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xl\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xl\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xl\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xl\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xl\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xl\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xl\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xl\:pointer-events-none {
        pointer-events: none;
    }
    .xl\:pointer-events-auto {
        pointer-events: auto;
    }
    .xl\:static {
        position: static;
    }
    .xl\:fixed {
        position: fixed;
    }
    .xl\:absolute {
        position: absolute;
    }
    .xl\:relative {
        position: relative;
    }
    .xl\:sticky {
        position: sticky;
    }
    .xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xl\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .xl\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .xl\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .xl\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .xl\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .xl\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .xl\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .xl\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .xl\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .xl\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .xl\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .xl\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .xl\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .xl\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .xl\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .xl\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .xl\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .xl\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .xl\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xl\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .xl\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xl\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .xl\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .xl\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .xl\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .xl\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .xl\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .xl\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .xl\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xl\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .xl\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .xl\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .xl\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .xl\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .xl\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .xl\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xl\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .xl\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .xl\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .xl\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .xl\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .xl\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .xl\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .xl\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xl\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .xl\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .xl\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .xl\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .xl\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .xl\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .xl\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .xl\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .xl\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .xl\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .xl\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .xl\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .xl\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .xl\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .xl\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .xl\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .xl\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .xl\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .xl\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .xl\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .xl\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .xl\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .xl\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .xl\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .xl\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .xl\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .xl\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .xl\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .xl\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .xl\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .xl\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .xl\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .xl\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .xl\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .xl\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .xl\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .xl\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .xl\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .xl\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .xl\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .xl\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .xl\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .xl\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .xl\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .xl\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .xl\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .xl\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .xl\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .xl\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .xl\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .xl\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .xl\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xl\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .xl\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xl\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .xl\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .xl\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .xl\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .xl\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .xl\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .xl\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xl\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .xl\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .xl\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .xl\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .xl\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .xl\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .xl\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .xl\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .xl\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .xl\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .xl\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .xl\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .xl\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .xl\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .xl\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .xl\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .xl\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .xl\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .xl\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .xl\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .xl\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .xl\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .xl\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .xl\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .xl\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .xl\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .xl\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .xl\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .xl\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .xl\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .xl\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .xl\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .xl\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .xl\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .xl\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .xl\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .xl\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .xl\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .xl\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .xl\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .xl\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .xl\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .xl\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .xl\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .xl\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .xl\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .xl\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .xl\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .xl\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .xl\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .xl\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .xl\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .xl\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .xl\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .xl\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .xl\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .xl\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .xl\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .xl\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .xl\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .xl\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .xl\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .xl\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .xl\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .xl\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .xl\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .xl\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .xl\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .xl\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xl\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .xl\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .xl\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .xl\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .xl\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .xl\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .xl\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .xl\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .xl\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .xl\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .xl\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .xl\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .xl\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .xl\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .xl\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .xl\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .xl\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .xl\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .xl\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .xl\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xl\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .xl\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xl\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .xl\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .xl\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .xl\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .xl\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .xl\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .xl\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .xl\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xl\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .xl\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .xl\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .xl\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .xl\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .xl\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .xl\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xl\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .xl\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .xl\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .xl\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .xl\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .xl\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .xl\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .xl\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xl\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .xl\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .xl\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .xl\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .xl\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .xl\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .xl\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .xl\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .xl\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .xl\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .xl\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .xl\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .xl\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .xl\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .xl\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .xl\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .xl\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .xl\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .xl\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .xl\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .xl\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .xl\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .xl\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .xl\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .xl\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .xl\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .xl\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .xl\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .xl\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .xl\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .xl\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .xl\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .xl\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .xl\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .xl\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .xl\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .xl\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .xl\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .xl\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .xl\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .xl\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .xl\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .xl\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .xl\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .xl\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .xl\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .xl\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .xl\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .xl\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .xl\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .xl\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .xl\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xl\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .xl\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xl\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .xl\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .xl\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .xl\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .xl\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .xl\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .xl\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xl\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .xl\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .xl\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .xl\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .xl\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .xl\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .xl\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .xl\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .xl\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .xl\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .xl\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .xl\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .xl\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .xl\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .xl\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .xl\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .xl\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .xl\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .xl\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .xl\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .xl\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .xl\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .xl\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .xl\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .xl\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .xl\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .xl\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .xl\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .xl\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .xl\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .xl\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .xl\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .xl\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .xl\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .xl\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .xl\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .xl\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .xl\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .xl\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .xl\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .xl\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .xl\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .xl\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .xl\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .xl\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .xl\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .xl\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .xl\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .xl\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .xl\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .xl\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .xl\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .xl\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .xl\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .xl\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .xl\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .xl\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .xl\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .xl\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .xl\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .xl\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .xl\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .xl\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .xl\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .xl\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .xl\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .xl\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .xl\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .xl\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xl\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .xl\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .xl\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .xl\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xl\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .xl\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .xl\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xl\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .xl\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .xl\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .xl\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xl\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .xl\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .xl\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xl\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .xl\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .xl\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .xl\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .xl\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .xl\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .xl\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .xl\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .xl\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .xl\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .xl\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .xl\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .xl\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .xl\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .xl\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .xl\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .xl\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .xl\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .xl\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .xl\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .xl\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .xl\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .xl\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .xl\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .xl\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .xl\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .xl\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .xl\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .xl\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .xl\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .xl\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .xl\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .xl\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .xl\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .xl\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .xl\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .xl\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .xl\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .xl\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .xl\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .xl\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .xl\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .xl\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .xl\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .xl\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .xl\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .xl\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .xl\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .xl\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .xl\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .xl\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .xl\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .xl\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .xl\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .xl\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .xl\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .xl\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .xl\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .xl\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .xl\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .xl\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .xl\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .xl\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .xl\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .xl\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .xl\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .xl\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .xl\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .xl\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .xl\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .xl\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .xl\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .xl\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .xl\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .xl\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .xl\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .xl\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .xl\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .xl\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .xl\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .xl\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .xl\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .xl\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .xl\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .xl\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .xl\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .xl\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .xl\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .xl\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .xl\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .xl\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .xl\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .xl\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .xl\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .xl\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .xl\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .xl\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .xl\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .xl\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .xl\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .xl\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .xl\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .xl\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .xl\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .xl\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .xl\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .xl\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .xl\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .xl\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .xl\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .xl\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .xl\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .xl\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .xl\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .xl\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .xl\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .xl\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .xl\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .xl\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .xl\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .xl\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .xl\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .xl\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .xl\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .xl\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .xl\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .xl\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .xl\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .xl\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .xl\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .xl\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .xl\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .xl\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .xl\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .xl\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .xl\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .xl\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .xl\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .xl\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .xl\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .xl\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .xl\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .xl\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .xl\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .xl\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .xl\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .xl\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .xl\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .xl\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .xl\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .xl\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .xl\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .xl\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .xl\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .xl\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .xl\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .xl\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .xl\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .xl\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .xl\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .xl\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .xl\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .xl\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .xl\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .xl\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .xl\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .xl\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .xl\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .xl\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .xl\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .xl\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .xl\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .xl\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .xl\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .xl\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .xl\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .xl\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .xl\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .xl\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .xl\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .xl\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .xl\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .xl\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .xl\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .xl\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .xl\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .xl\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .xl\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .xl\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .xl\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .xl\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .xl\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .xl\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .xl\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .xl\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .xl\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .xl\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .xl\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .xl\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .xl\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .xl\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .xl\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .xl\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .xl\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .xl\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .xl\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .xl\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .xl\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .xl\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .xl\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .xl\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .xl\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .xl\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .xl\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .xl\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .xl\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .xl\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .xl\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .xl\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .xl\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .xl\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .xl\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .xl\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .xl\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .xl\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .xl\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .xl\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .xl\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .xl\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .xl\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .xl\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .xl\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .xl\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .xl\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .xl\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .xl\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .xl\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .xl\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .xl\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .xl\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .xl\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .xl\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .xl\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .xl\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .xl\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .xl\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .xl\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .xl\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .xl\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .xl\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .xl\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .xl\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .xl\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .xl\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .xl\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .xl\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .xl\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .xl\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .xl\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .xl\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .xl\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .xl\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .xl\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .xl\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .xl\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .xl\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .xl\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .xl\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .xl\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .xl\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .xl\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .xl\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .xl\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .xl\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .xl\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .xl\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .xl\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .xl\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .xl\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .xl\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .xl\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .xl\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .xl\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .xl\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .xl\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .xl\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .xl\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .xl\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .xl\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .xl\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .xl\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .xl\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .xl\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .xl\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .xl\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .xl\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .xl\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .xl\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .xl\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .xl\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .xl\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .xl\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .xl\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .xl\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .xl\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .xl\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .xl\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .xl\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .xl\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .xl\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .xl\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .xl\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .xl\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .xl\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .xl\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .xl\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .xl\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .xl\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .xl\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .xl\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .xl\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .xl\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .xl\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .xl\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .xl\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .xl\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .xl\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .xl\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .xl\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .xl\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .xl\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .xl\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .xl\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .xl\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .xl\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .xl\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .xl\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .xl\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .xl\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .xl\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .xl\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .xl\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .xl\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .xl\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .xl\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .xl\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .xl\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .xl\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .xl\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .xl\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .xl\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .xl\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xl\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .xl\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .xl\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .xl\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .xl\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .xl\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .xl\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .xl\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .xl\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .xl\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xl\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .xl\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xl\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .xl\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .xl\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .xl\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .xl\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .xl\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .xl\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .xl\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .xl\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .xl\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .xl\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .xl\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .xl\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .xl\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .xl\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .xl\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .xl\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .xl\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .xl\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .xl\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .xl\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .xl\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .xl\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .xl\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .xl\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .xl\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .xl\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .xl\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .xl\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .xl\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .xl\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .xl\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .xl\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .xl\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .xl\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .xl\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .xl\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .xl\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .xl\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .xl\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .xl\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .xl\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .xl\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .xl\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .xl\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .xl\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .xl\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .xl\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .xl\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .xl\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .xl\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .xl\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .xl\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .xl\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .xl\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .xl\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .xl\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .xl\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .xl\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .xl\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .xl\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .xl\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .xl\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .xl\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .xl\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .xl\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .xl\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .xl\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .xl\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .xl\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .xl\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .xl\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .xl\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .xl\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .xl\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .xl\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .xl\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .xl\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .xl\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .xl\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .xl\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .xl\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .xl\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .xl\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .xl\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .xl\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .xl\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .xl\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .xl\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .xl\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .xl\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .xl\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .xl\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .xl\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .xl\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .xl\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .xl\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .xl\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .xl\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .xl\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .xl\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .xl\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .xl\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .xl\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .xl\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .xl\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .xl\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .xl\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .xl\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .xl\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .xl\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .xl\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .xl\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .xl\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .xl\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .xl\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .xl\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .xl\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .xl\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .xl\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .xl\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .xl\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .xl\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .xl\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .xl\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .xl\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .xl\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .xl\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .xl\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .xl\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .xl\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .xl\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .xl\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .xl\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .xl\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .xl\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .xl\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .xl\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .xl\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .xl\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .xl\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .xl\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .xl\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .xl\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .xl\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .xl\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .xl\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .xl\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .xl\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .xl\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .xl\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .xl\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .xl\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .xl\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .xl\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .xl\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .xl\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .xl\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .xl\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .xl\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .xl\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .xl\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .xl\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .xl\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .xl\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .xl\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .xl\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .xl\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .xl\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .xl\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .xl\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .xl\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .xl\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .xl\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .xl\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .xl\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .xl\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .xl\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .xl\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .xl\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .xl\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .xl\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .xl\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .xl\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .xl\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .xl\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .xl\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .xl\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .xl\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .xl\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .xl\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .xl\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .xl\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .xl\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .xl\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .xl\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .xl\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .xl\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .xl\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .xl\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .xl\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .xl\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .xl\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .xl\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .xl\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .xl\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .xl\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .xl\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .xl\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .xl\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .xl\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .xl\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .xl\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .xl\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .xl\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .xl\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .xl\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .xl\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .xl\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .xl\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .xl\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .xl\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .xl\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .xl\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .xl\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .xl\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .xl\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .xl\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .xl\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .xl\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .xl\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .xl\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .xl\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .xl\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .xl\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .xl\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .xl\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .xl\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .xl\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .xl\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .xl\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .xl\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .xl\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .xl\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .xl\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .xl\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .xl\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .xl\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .xl\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .xl\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .xl\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .xl\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .xl\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .xl\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .xl\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .xl\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .xl\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .xl\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .xl\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .xl\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .xl\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .xl\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .xl\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .xl\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .xl\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .xl\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .xl\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .xl\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .xl\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .xl\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .xl\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .xl\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .xl\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .xl\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .xl\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .xl\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .xl\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .xl\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .xl\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .xl\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .xl\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .xl\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .xl\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .xl\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .xl\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .xl\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .xl\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .xl\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .xl\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .xl\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .xl\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .xl\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .xl\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .xl\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .xl\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .xl\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .xl\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .xl\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .xl\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .xl\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .xl\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .xl\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .xl\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .xl\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .xl\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .xl\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .xl\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .xl\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .xl\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .xl\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .xl\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .xl\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .xl\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .xl\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .xl\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .xl\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .xl\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .xl\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .xl\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .xl\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .xl\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .xl\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .xl\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .xl\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .xl\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .xl\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .xl\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .xl\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .xl\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .xl\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .xl\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .xl\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .xl\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .xl\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .xl\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .xl\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .xl\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .xl\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .xl\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .xl\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .xl\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .xl\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .xl\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .xl\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .xl\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .xl\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .xl\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .xl\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .xl\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .xl\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .xl\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .xl\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .xl\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .xl\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .xl\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .xl\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .xl\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .xl\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .xl\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .xl\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .xl\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .xl\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .xl\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .xl\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .xl\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .xl\:top-0 {
        top: 0;
    }
    .xl\:right-0 {
        right: 0;
    }
    .xl\:bottom-0 {
        bottom: 0;
    }
    .xl\:left-0 {
        left: 0;
    }
    .xl\:top-1 {
        top: 0.25rem;
    }
    .xl\:right-1 {
        right: 0.25rem;
    }
    .xl\:bottom-1 {
        bottom: 0.25rem;
    }
    .xl\:left-1 {
        left: 0.25rem;
    }
    .xl\:top-2 {
        top: 0.5rem;
    }
    .xl\:right-2 {
        right: 0.5rem;
    }
    .xl\:bottom-2 {
        bottom: 0.5rem;
    }
    .xl\:left-2 {
        left: 0.5rem;
    }
    .xl\:top-3 {
        top: 0.75rem;
    }
    .xl\:right-3 {
        right: 0.75rem;
    }
    .xl\:bottom-3 {
        bottom: 0.75rem;
    }
    .xl\:left-3 {
        left: 0.75rem;
    }
    .xl\:top-4 {
        top: 1rem;
    }
    .xl\:right-4 {
        right: 1rem;
    }
    .xl\:bottom-4 {
        bottom: 1rem;
    }
    .xl\:left-4 {
        left: 1rem;
    }
    .xl\:top-5 {
        top: 1.25rem;
    }
    .xl\:right-5 {
        right: 1.25rem;
    }
    .xl\:bottom-5 {
        bottom: 1.25rem;
    }
    .xl\:left-5 {
        left: 1.25rem;
    }
    .xl\:top-6 {
        top: 1.5rem;
    }
    .xl\:right-6 {
        right: 1.5rem;
    }
    .xl\:bottom-6 {
        bottom: 1.5rem;
    }
    .xl\:left-6 {
        left: 1.5rem;
    }
    .xl\:top-7 {
        top: 1.75rem;
    }
    .xl\:right-7 {
        right: 1.75rem;
    }
    .xl\:bottom-7 {
        bottom: 1.75rem;
    }
    .xl\:left-7 {
        left: 1.75rem;
    }
    .xl\:top-8 {
        top: 2rem;
    }
    .xl\:right-8 {
        right: 2rem;
    }
    .xl\:bottom-8 {
        bottom: 2rem;
    }
    .xl\:left-8 {
        left: 2rem;
    }
    .xl\:top-9 {
        top: 2.25rem;
    }
    .xl\:right-9 {
        right: 2.25rem;
    }
    .xl\:bottom-9 {
        bottom: 2.25rem;
    }
    .xl\:left-9 {
        left: 2.25rem;
    }
    .xl\:top-10 {
        top: 2.5rem;
    }
    .xl\:right-10 {
        right: 2.5rem;
    }
    .xl\:bottom-10 {
        bottom: 2.5rem;
    }
    .xl\:left-10 {
        left: 2.5rem;
    }
    .xl\:top-11 {
        top: 2.75rem;
    }
    .xl\:right-11 {
        right: 2.75rem;
    }
    .xl\:bottom-11 {
        bottom: 2.75rem;
    }
    .xl\:left-11 {
        left: 2.75rem;
    }
    .xl\:top-12 {
        top: 3rem;
    }
    .xl\:right-12 {
        right: 3rem;
    }
    .xl\:bottom-12 {
        bottom: 3rem;
    }
    .xl\:left-12 {
        left: 3rem;
    }
    .xl\:top-14 {
        top: 3.5rem;
    }
    .xl\:right-14 {
        right: 3.5rem;
    }
    .xl\:bottom-14 {
        bottom: 3.5rem;
    }
    .xl\:left-14 {
        left: 3.5rem;
    }
    .xl\:top-16 {
        top: 4rem;
    }
    .xl\:right-16 {
        right: 4rem;
    }
    .xl\:bottom-16 {
        bottom: 4rem;
    }
    .xl\:left-16 {
        left: 4rem;
    }
    .xl\:top-20 {
        top: 5rem;
    }
    .xl\:right-20 {
        right: 5rem;
    }
    .xl\:bottom-20 {
        bottom: 5rem;
    }
    .xl\:left-20 {
        left: 5rem;
    }
    .xl\:top-23 {
        top: 88px;
    }
    .xl\:right-23 {
        right: 88px;
    }
    .xl\:bottom-23 {
        bottom: 88px;
    }
    .xl\:left-23 {
        left: 88px;
    }
    .xl\:top-24 {
        top: 6rem;
    }
    .xl\:right-24 {
        right: 6rem;
    }
    .xl\:bottom-24 {
        bottom: 6rem;
    }
    .xl\:left-24 {
        left: 6rem;
    }
    .xl\:top-25 {
        top: 100px;
    }
    .xl\:right-25 {
        right: 100px;
    }
    .xl\:bottom-25 {
        bottom: 100px;
    }
    .xl\:left-25 {
        left: 100px;
    }
    .xl\:top-28 {
        top: 7rem;
    }
    .xl\:right-28 {
        right: 7rem;
    }
    .xl\:bottom-28 {
        bottom: 7rem;
    }
    .xl\:left-28 {
        left: 7rem;
    }
    .xl\:top-29 {
        top: 120px;
    }
    .xl\:right-29 {
        right: 120px;
    }
    .xl\:bottom-29 {
        bottom: 120px;
    }
    .xl\:left-29 {
        left: 120px;
    }
    .xl\:top-32 {
        top: 8rem;
    }
    .xl\:right-32 {
        right: 8rem;
    }
    .xl\:bottom-32 {
        bottom: 8rem;
    }
    .xl\:left-32 {
        left: 8rem;
    }
    .xl\:top-33 {
        top: 130px;
    }
    .xl\:right-33 {
        right: 130px;
    }
    .xl\:bottom-33 {
        bottom: 130px;
    }
    .xl\:left-33 {
        left: 130px;
    }
    .xl\:top-36 {
        top: 9rem;
    }
    .xl\:right-36 {
        right: 9rem;
    }
    .xl\:bottom-36 {
        bottom: 9rem;
    }
    .xl\:left-36 {
        left: 9rem;
    }
    .xl\:top-40 {
        top: 10rem;
    }
    .xl\:right-40 {
        right: 10rem;
    }
    .xl\:bottom-40 {
        bottom: 10rem;
    }
    .xl\:left-40 {
        left: 10rem;
    }
    .xl\:top-44 {
        top: 11rem;
    }
    .xl\:right-44 {
        right: 11rem;
    }
    .xl\:bottom-44 {
        bottom: 11rem;
    }
    .xl\:left-44 {
        left: 11rem;
    }
    .xl\:top-48 {
        top: 12rem;
    }
    .xl\:right-48 {
        right: 12rem;
    }
    .xl\:bottom-48 {
        bottom: 12rem;
    }
    .xl\:left-48 {
        left: 12rem;
    }
    .xl\:top-52 {
        top: 13rem;
    }
    .xl\:right-52 {
        right: 13rem;
    }
    .xl\:bottom-52 {
        bottom: 13rem;
    }
    .xl\:left-52 {
        left: 13rem;
    }
    .xl\:top-56 {
        top: 14rem;
    }
    .xl\:right-56 {
        right: 14rem;
    }
    .xl\:bottom-56 {
        bottom: 14rem;
    }
    .xl\:left-56 {
        left: 14rem;
    }
    .xl\:top-60 {
        top: 15rem;
    }
    .xl\:right-60 {
        right: 15rem;
    }
    .xl\:bottom-60 {
        bottom: 15rem;
    }
    .xl\:left-60 {
        left: 15rem;
    }
    .xl\:top-63 {
        top: 270px;
    }
    .xl\:right-63 {
        right: 270px;
    }
    .xl\:bottom-63 {
        bottom: 270px;
    }
    .xl\:left-63 {
        left: 270px;
    }
    .xl\:top-64 {
        top: 16rem;
    }
    .xl\:right-64 {
        right: 16rem;
    }
    .xl\:bottom-64 {
        bottom: 16rem;
    }
    .xl\:left-64 {
        left: 16rem;
    }
    .xl\:top-72 {
        top: 18rem;
    }
    .xl\:right-72 {
        right: 18rem;
    }
    .xl\:bottom-72 {
        bottom: 18rem;
    }
    .xl\:left-72 {
        left: 18rem;
    }
    .xl\:top-80 {
        top: 20rem;
    }
    .xl\:right-80 {
        right: 20rem;
    }
    .xl\:bottom-80 {
        bottom: 20rem;
    }
    .xl\:left-80 {
        left: 20rem;
    }
    .xl\:top-92 {
        top: 475px;
    }
    .xl\:right-92 {
        right: 475px;
    }
    .xl\:bottom-92 {
        bottom: 475px;
    }
    .xl\:left-92 {
        left: 475px;
    }
    .xl\:top-96 {
        top: 24rem;
    }
    .xl\:right-96 {
        right: 24rem;
    }
    .xl\:bottom-96 {
        bottom: 24rem;
    }
    .xl\:left-96 {
        left: 24rem;
    }
    .xl\:top-128 {
        top: 32rem;
    }
    .xl\:right-128 {
        right: 32rem;
    }
    .xl\:bottom-128 {
        bottom: 32rem;
    }
    .xl\:left-128 {
        left: 32rem;
    }
    .xl\:top-auto {
        top: auto;
    }
    .xl\:right-auto {
        right: auto;
    }
    .xl\:bottom-auto {
        bottom: auto;
    }
    .xl\:left-auto {
        left: auto;
    }
    .xl\:top-px {
        top: 1px;
    }
    .xl\:right-px {
        right: 1px;
    }
    .xl\:bottom-px {
        bottom: 1px;
    }
    .xl\:left-px {
        left: 1px;
    }
    .xl\:top-0\.5 {
        top: 0.125rem;
    }
    .xl\:right-0\.5 {
        right: 0.125rem;
    }
    .xl\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .xl\:left-0\.5 {
        left: 0.125rem;
    }
    .xl\:top-1\.5 {
        top: 0.375rem;
    }
    .xl\:right-1\.5 {
        right: 0.375rem;
    }
    .xl\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .xl\:left-1\.5 {
        left: 0.375rem;
    }
    .xl\:top-2\.5 {
        top: 0.625rem;
    }
    .xl\:right-2\.5 {
        right: 0.625rem;
    }
    .xl\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .xl\:left-2\.5 {
        left: 0.625rem;
    }
    .xl\:top-3\.5 {
        top: 0.875rem;
    }
    .xl\:right-3\.5 {
        right: 0.875rem;
    }
    .xl\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .xl\:left-3\.5 {
        left: 0.875rem;
    }
    .xl\:top-105p {
        top: 105px;
    }
    .xl\:right-105p {
        right: 105px;
    }
    .xl\:bottom-105p {
        bottom: 105px;
    }
    .xl\:left-105p {
        left: 105px;
    }
    .xl\:top-50p {
        top: 50px;
    }
    .xl\:right-50p {
        right: 50px;
    }
    .xl\:bottom-50p {
        bottom: 50px;
    }
    .xl\:left-50p {
        left: 50px;
    }
    .xl\:top-54p {
        top: 54px;
    }
    .xl\:right-54p {
        right: 54px;
    }
    .xl\:bottom-54p {
        bottom: 54px;
    }
    .xl\:left-54p {
        left: 54px;
    }
    .xl\:top-1p {
        top: 1px;
    }
    .xl\:right-1p {
        right: 1px;
    }
    .xl\:bottom-1p {
        bottom: 1px;
    }
    .xl\:left-1p {
        left: 1px;
    }
    .xl\:top-2p {
        top: 2px;
    }
    .xl\:right-2p {
        right: 2px;
    }
    .xl\:bottom-2p {
        bottom: 2px;
    }
    .xl\:left-2p {
        left: 2px;
    }
    .xl\:top-3p {
        top: 3px;
    }
    .xl\:right-3p {
        right: 3px;
    }
    .xl\:bottom-3p {
        bottom: 3px;
    }
    .xl\:left-3p {
        left: 3px;
    }
    .xl\:top-5p {
        top: 5px;
    }
    .xl\:right-5p {
        right: 5px;
    }
    .xl\:bottom-5p {
        bottom: 5px;
    }
    .xl\:left-5p {
        left: 5px;
    }
    .xl\:top-7p {
        top: 7px;
    }
    .xl\:right-7p {
        right: 7px;
    }
    .xl\:bottom-7p {
        bottom: 7px;
    }
    .xl\:left-7p {
        left: 7px;
    }
    .xl\:top-9p {
        top: 9px;
    }
    .xl\:right-9p {
        right: 9px;
    }
    .xl\:bottom-9p {
        bottom: 9px;
    }
    .xl\:left-9p {
        left: 9px;
    }
    .xl\:top-10p {
        top: 10px;
    }
    .xl\:right-10p {
        right: 10px;
    }
    .xl\:bottom-10p {
        bottom: 10px;
    }
    .xl\:left-10p {
        left: 10px;
    }
    .xl\:top-11p {
        top: 11px;
    }
    .xl\:right-11p {
        right: 11px;
    }
    .xl\:bottom-11p {
        bottom: 11px;
    }
    .xl\:left-11p {
        left: 11px;
    }
    .xl\:top-13p {
        top: 13px;
    }
    .xl\:right-13p {
        right: 13px;
    }
    .xl\:bottom-13p {
        bottom: 13px;
    }
    .xl\:left-13p {
        left: 13px;
    }
    .xl\:top-15p {
        top: 15px;
    }
    .xl\:right-15p {
        right: 15px;
    }
    .xl\:bottom-15p {
        bottom: 15px;
    }
    .xl\:left-15p {
        left: 15px;
    }
    .xl\:top-18p {
        top: 18px;
    }
    .xl\:right-18p {
        right: 18px;
    }
    .xl\:bottom-18p {
        bottom: 18px;
    }
    .xl\:left-18p {
        left: 18px;
    }
    .xl\:top-19p {
        top: 19px;
    }
    .xl\:right-19p {
        right: 19px;
    }
    .xl\:bottom-19p {
        bottom: 19px;
    }
    .xl\:left-19p {
        left: 19px;
    }
    .xl\:top-21p {
        top: 21px;
    }
    .xl\:right-21p {
        right: 21px;
    }
    .xl\:bottom-21p {
        bottom: 21px;
    }
    .xl\:left-21p {
        left: 21px;
    }
    .xl\:top-22p {
        top: 22px;
    }
    .xl\:right-22p {
        right: 22px;
    }
    .xl\:bottom-22p {
        bottom: 22px;
    }
    .xl\:left-22p {
        left: 22px;
    }
    .xl\:top-23p {
        top: 23px;
    }
    .xl\:right-23p {
        right: 23px;
    }
    .xl\:bottom-23p {
        bottom: 23px;
    }
    .xl\:left-23p {
        left: 23px;
    }
    .xl\:top-25p {
        top: 25px;
    }
    .xl\:right-25p {
        right: 25px;
    }
    .xl\:bottom-25p {
        bottom: 25px;
    }
    .xl\:left-25p {
        left: 25px;
    }
    .xl\:top-26p {
        top: 26px;
    }
    .xl\:right-26p {
        right: 26px;
    }
    .xl\:bottom-26p {
        bottom: 26px;
    }
    .xl\:left-26p {
        left: 26px;
    }
    .xl\:top-29p {
        top: 29px;
    }
    .xl\:right-29p {
        right: 29px;
    }
    .xl\:bottom-29p {
        bottom: 29px;
    }
    .xl\:left-29p {
        left: 29px;
    }
    .xl\:top-30p {
        top: 30px;
    }
    .xl\:right-30p {
        right: 30px;
    }
    .xl\:bottom-30p {
        bottom: 30px;
    }
    .xl\:left-30p {
        left: 30px;
    }
    .xl\:top-31p {
        top: 31px;
    }
    .xl\:right-31p {
        right: 31px;
    }
    .xl\:bottom-31p {
        bottom: 31px;
    }
    .xl\:left-31p {
        left: 31px;
    }
    .xl\:top-35p {
        top: 35px;
    }
    .xl\:right-35p {
        right: 35px;
    }
    .xl\:bottom-35p {
        bottom: 35px;
    }
    .xl\:left-35p {
        left: 35px;
    }
    .xl\:top-52p {
        top: 52px;
    }
    .xl\:right-52p {
        right: 52px;
    }
    .xl\:bottom-52p {
        bottom: 52px;
    }
    .xl\:left-52p {
        left: 52px;
    }
    .xl\:top-53p {
        top: 53px;
    }
    .xl\:right-53p {
        right: 53px;
    }
    .xl\:bottom-53p {
        bottom: 53px;
    }
    .xl\:left-53p {
        left: 53px;
    }
    .xl\:top-55p {
        top: 55px;
    }
    .xl\:right-55p {
        right: 55px;
    }
    .xl\:bottom-55p {
        bottom: 55px;
    }
    .xl\:left-55p {
        left: 55px;
    }
    .xl\:top-59p {
        top: 59px;
    }
    .xl\:right-59p {
        right: 59px;
    }
    .xl\:bottom-59p {
        bottom: 59px;
    }
    .xl\:left-59p {
        left: 59px;
    }
    .xl\:top-27p {
        top: 27px;
    }
    .xl\:right-27p {
        right: 27px;
    }
    .xl\:bottom-27p {
        bottom: 27px;
    }
    .xl\:left-27p {
        left: 27px;
    }
    .xl\:top-33\.5p {
        top: 33.5px;
    }
    .xl\:right-33\.5p {
        right: 33.5px;
    }
    .xl\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .xl\:left-33\.5p {
        left: 33.5px;
    }
    .xl\:top-38p {
        top: 38px;
    }
    .xl\:right-38p {
        right: 38px;
    }
    .xl\:bottom-38p {
        bottom: 38px;
    }
    .xl\:left-38p {
        left: 38px;
    }
    .xl\:top-40p {
        top: 40px;
    }
    .xl\:right-40p {
        right: 40px;
    }
    .xl\:bottom-40p {
        bottom: 40px;
    }
    .xl\:left-40p {
        left: 40px;
    }
    .xl\:top-46p {
        top: 46px;
    }
    .xl\:right-46p {
        right: 46px;
    }
    .xl\:bottom-46p {
        bottom: 46px;
    }
    .xl\:left-46p {
        left: 46px;
    }
    .xl\:top-47p {
        top: 47px;
    }
    .xl\:right-47p {
        right: 47px;
    }
    .xl\:bottom-47p {
        bottom: 47px;
    }
    .xl\:left-47p {
        left: 47px;
    }
    .xl\:top-49p {
        top: 49px;
    }
    .xl\:right-49p {
        right: 49px;
    }
    .xl\:bottom-49p {
        bottom: 49px;
    }
    .xl\:left-49p {
        left: 49px;
    }
    .xl\:top-58p {
        top: 58px;
    }
    .xl\:right-58p {
        right: 58px;
    }
    .xl\:bottom-58p {
        bottom: 58px;
    }
    .xl\:left-58p {
        left: 58px;
    }
    .xl\:top-75p {
        top: 75px;
    }
    .xl\:right-75p {
        right: 75px;
    }
    .xl\:bottom-75p {
        bottom: 75px;
    }
    .xl\:left-75p {
        left: 75px;
    }
    .xl\:top-77p {
        top: 77px;
    }
    .xl\:right-77p {
        right: 77px;
    }
    .xl\:bottom-77p {
        bottom: 77px;
    }
    .xl\:left-77p {
        left: 77px;
    }
    .xl\:top-60p {
        top: 60px;
    }
    .xl\:right-60p {
        right: 60px;
    }
    .xl\:bottom-60p {
        bottom: 60px;
    }
    .xl\:left-60p {
        left: 60px;
    }
    .xl\:top-65p {
        top: 65px;
    }
    .xl\:right-65p {
        right: 65px;
    }
    .xl\:bottom-65p {
        bottom: 65px;
    }
    .xl\:left-65p {
        left: 65px;
    }
    .xl\:top-66p {
        top: 66px;
    }
    .xl\:right-66p {
        right: 66px;
    }
    .xl\:bottom-66p {
        bottom: 66px;
    }
    .xl\:left-66p {
        left: 66px;
    }
    .xl\:top-68p {
        top: 68px;
    }
    .xl\:right-68p {
        right: 68px;
    }
    .xl\:bottom-68p {
        bottom: 68px;
    }
    .xl\:left-68p {
        left: 68px;
    }
    .xl\:top-70p {
        top: 70px;
    }
    .xl\:right-70p {
        right: 70px;
    }
    .xl\:bottom-70p {
        bottom: 70px;
    }
    .xl\:left-70p {
        left: 70px;
    }
    .xl\:top-72p {
        top: 72px;
    }
    .xl\:right-72p {
        right: 72px;
    }
    .xl\:bottom-72p {
        bottom: 72px;
    }
    .xl\:left-72p {
        left: 72px;
    }
    .xl\:top-74p {
        top: 74px;
    }
    .xl\:right-74p {
        right: 74px;
    }
    .xl\:bottom-74p {
        bottom: 74px;
    }
    .xl\:left-74p {
        left: 74px;
    }
    .xl\:top-78p {
        top: 78px;
    }
    .xl\:right-78p {
        right: 78px;
    }
    .xl\:bottom-78p {
        bottom: 78px;
    }
    .xl\:left-78p {
        left: 78px;
    }
    .xl\:top-80p {
        top: 80px;
    }
    .xl\:right-80p {
        right: 80px;
    }
    .xl\:bottom-80p {
        bottom: 80px;
    }
    .xl\:left-80p {
        left: 80px;
    }
    .xl\:top-82p {
        top: 82px;
    }
    .xl\:right-82p {
        right: 82px;
    }
    .xl\:bottom-82p {
        bottom: 82px;
    }
    .xl\:left-82p {
        left: 82px;
    }
    .xl\:top-84p {
        top: 84px;
    }
    .xl\:right-84p {
        right: 84px;
    }
    .xl\:bottom-84p {
        bottom: 84px;
    }
    .xl\:left-84p {
        left: 84px;
    }
    .xl\:top-89p {
        top: 89px;
    }
    .xl\:right-89p {
        right: 89px;
    }
    .xl\:bottom-89p {
        bottom: 89px;
    }
    .xl\:left-89p {
        left: 89px;
    }
    .xl\:top-93p {
        top: 93px;
    }
    .xl\:right-93p {
        right: 93px;
    }
    .xl\:bottom-93p {
        bottom: 93px;
    }
    .xl\:left-93p {
        left: 93px;
    }
    .xl\:top-90p {
        top: 90px;
    }
    .xl\:right-90p {
        right: 90px;
    }
    .xl\:bottom-90p {
        bottom: 90px;
    }
    .xl\:left-90p {
        left: 90px;
    }
    .xl\:top-97p {
        top: 97px;
    }
    .xl\:right-97p {
        right: 97px;
    }
    .xl\:bottom-97p {
        bottom: 97px;
    }
    .xl\:left-97p {
        left: 97px;
    }
    .xl\:top-103p {
        top: 103px;
    }
    .xl\:right-103p {
        right: 103px;
    }
    .xl\:bottom-103p {
        bottom: 103px;
    }
    .xl\:left-103p {
        left: 103px;
    }
    .xl\:top-116p {
        top: 116px;
    }
    .xl\:right-116p {
        right: 116px;
    }
    .xl\:bottom-116p {
        bottom: 116px;
    }
    .xl\:left-116p {
        left: 116px;
    }
    .xl\:top-120p {
        top: 120px;
    }
    .xl\:right-120p {
        right: 120px;
    }
    .xl\:bottom-120p {
        bottom: 120px;
    }
    .xl\:left-120p {
        left: 120px;
    }
    .xl\:top-125p {
        top: 125px;
    }
    .xl\:right-125p {
        right: 125px;
    }
    .xl\:bottom-125p {
        bottom: 125px;
    }
    .xl\:left-125p {
        left: 125px;
    }
    .xl\:top-130p {
        top: 130px;
    }
    .xl\:right-130p {
        right: 130px;
    }
    .xl\:bottom-130p {
        bottom: 130px;
    }
    .xl\:left-130p {
        left: 130px;
    }
    .xl\:top-135p {
        top: 135px;
    }
    .xl\:right-135p {
        right: 135px;
    }
    .xl\:bottom-135p {
        bottom: 135px;
    }
    .xl\:left-135p {
        left: 135px;
    }
    .xl\:top-132p {
        top: 132px;
    }
    .xl\:right-132p {
        right: 132px;
    }
    .xl\:bottom-132p {
        bottom: 132px;
    }
    .xl\:left-132p {
        left: 132px;
    }
    .xl\:top-150p {
        top: 150px;
    }
    .xl\:right-150p {
        right: 150px;
    }
    .xl\:bottom-150p {
        bottom: 150px;
    }
    .xl\:left-150p {
        left: 150px;
    }
    .xl\:top-216p {
        top: 216px;
    }
    .xl\:right-216p {
        right: 216px;
    }
    .xl\:bottom-216p {
        bottom: 216px;
    }
    .xl\:left-216p {
        left: 216px;
    }
    .xl\:top-225p {
        top: 225px;
    }
    .xl\:right-225p {
        right: 225px;
    }
    .xl\:bottom-225p {
        bottom: 225px;
    }
    .xl\:left-225p {
        left: 225px;
    }
    .xl\:top-296p {
        top: 296px;
    }
    .xl\:right-296p {
        right: 296px;
    }
    .xl\:bottom-296p {
        bottom: 296px;
    }
    .xl\:left-296p {
        left: 296px;
    }
    .xl\:top-270p {
        top: 270px;
    }
    .xl\:right-270p {
        right: 270px;
    }
    .xl\:bottom-270p {
        bottom: 270px;
    }
    .xl\:left-270p {
        left: 270px;
    }
    .xl\:top-137p {
        top: 137px;
    }
    .xl\:right-137p {
        right: 137px;
    }
    .xl\:bottom-137p {
        bottom: 137px;
    }
    .xl\:left-137p {
        left: 137px;
    }
    .xl\:top-141p {
        top: 141px;
    }
    .xl\:right-141p {
        right: 141px;
    }
    .xl\:bottom-141p {
        bottom: 141px;
    }
    .xl\:left-141p {
        left: 141px;
    }
    .xl\:top-146p {
        top: 146px;
    }
    .xl\:right-146p {
        right: 146px;
    }
    .xl\:bottom-146p {
        bottom: 146px;
    }
    .xl\:left-146p {
        left: 146px;
    }
    .xl\:top-152p {
        top: 152px;
    }
    .xl\:right-152p {
        right: 152px;
    }
    .xl\:bottom-152p {
        bottom: 152px;
    }
    .xl\:left-152p {
        left: 152px;
    }
    .xl\:top-155p {
        top: 155px;
    }
    .xl\:right-155p {
        right: 155px;
    }
    .xl\:bottom-155p {
        bottom: 155px;
    }
    .xl\:left-155p {
        left: 155px;
    }
    .xl\:top-163p {
        top: 163px;
    }
    .xl\:right-163p {
        right: 163px;
    }
    .xl\:bottom-163p {
        bottom: 163px;
    }
    .xl\:left-163p {
        left: 163px;
    }
    .xl\:top-168p {
        top: 168px;
    }
    .xl\:right-168p {
        right: 168px;
    }
    .xl\:bottom-168p {
        bottom: 168px;
    }
    .xl\:left-168p {
        left: 168px;
    }
    .xl\:top-173p {
        top: 173px;
    }
    .xl\:right-173p {
        right: 173px;
    }
    .xl\:bottom-173p {
        bottom: 173px;
    }
    .xl\:left-173p {
        left: 173px;
    }
    .xl\:top-210p {
        top: 210px;
    }
    .xl\:right-210p {
        right: 210px;
    }
    .xl\:bottom-210p {
        bottom: 210px;
    }
    .xl\:left-210p {
        left: 210px;
    }
    .xl\:top-245p {
        top: 245px;
    }
    .xl\:right-245p {
        right: 245px;
    }
    .xl\:bottom-245p {
        bottom: 245px;
    }
    .xl\:left-245p {
        left: 245px;
    }
    .xl\:top-250p {
        top: 250px;
    }
    .xl\:right-250p {
        right: 250px;
    }
    .xl\:bottom-250p {
        bottom: 250px;
    }
    .xl\:left-250p {
        left: 250px;
    }
    .xl\:top-260p {
        top: 260px;
    }
    .xl\:right-260p {
        right: 260px;
    }
    .xl\:bottom-260p {
        bottom: 260px;
    }
    .xl\:left-260p {
        left: 260px;
    }
    .xl\:top-263p {
        top: 263px;
    }
    .xl\:right-263p {
        right: 263px;
    }
    .xl\:bottom-263p {
        bottom: 263px;
    }
    .xl\:left-263p {
        left: 263px;
    }
    .xl\:top-266p {
        top: 266px;
    }
    .xl\:right-266p {
        right: 266px;
    }
    .xl\:bottom-266p {
        bottom: 266px;
    }
    .xl\:left-266p {
        left: 266px;
    }
    .xl\:top-275p {
        top: 275px;
    }
    .xl\:right-275p {
        right: 275px;
    }
    .xl\:bottom-275p {
        bottom: 275px;
    }
    .xl\:left-275p {
        left: 275px;
    }
    .xl\:top-300p {
        top: 300px;
    }
    .xl\:right-300p {
        right: 300px;
    }
    .xl\:bottom-300p {
        bottom: 300px;
    }
    .xl\:left-300p {
        left: 300px;
    }
    .xl\:top-312p {
        top: 312px;
    }
    .xl\:right-312p {
        right: 312px;
    }
    .xl\:bottom-312p {
        bottom: 312px;
    }
    .xl\:left-312p {
        left: 312px;
    }
    .xl\:top-318p {
        top: 318px;
    }
    .xl\:right-318p {
        right: 318px;
    }
    .xl\:bottom-318p {
        bottom: 318px;
    }
    .xl\:left-318p {
        left: 318px;
    }
    .xl\:top-322p {
        top: 322px;
    }
    .xl\:right-322p {
        right: 322px;
    }
    .xl\:bottom-322p {
        bottom: 322px;
    }
    .xl\:left-322p {
        left: 322px;
    }
    .xl\:top-337p {
        top: 337px;
    }
    .xl\:right-337p {
        right: 337px;
    }
    .xl\:bottom-337p {
        bottom: 337px;
    }
    .xl\:left-337p {
        left: 337px;
    }
    .xl\:top-345p {
        top: 345px;
    }
    .xl\:right-345p {
        right: 345px;
    }
    .xl\:bottom-345p {
        bottom: 345px;
    }
    .xl\:left-345p {
        left: 345px;
    }
    .xl\:top-344p {
        top: 344px;
    }
    .xl\:right-344p {
        right: 344px;
    }
    .xl\:bottom-344p {
        bottom: 344px;
    }
    .xl\:left-344p {
        left: 344px;
    }
    .xl\:top-354p {
        top: 354px;
    }
    .xl\:right-354p {
        right: 354px;
    }
    .xl\:bottom-354p {
        bottom: 354px;
    }
    .xl\:left-354p {
        left: 354px;
    }
    .xl\:top-364p {
        top: 364px;
    }
    .xl\:right-364p {
        right: 364px;
    }
    .xl\:bottom-364p {
        bottom: 364px;
    }
    .xl\:left-364p {
        left: 364px;
    }
    .xl\:top-370p {
        top: 370px;
    }
    .xl\:right-370p {
        right: 370px;
    }
    .xl\:bottom-370p {
        bottom: 370px;
    }
    .xl\:left-370p {
        left: 370px;
    }
    .xl\:top-382p {
        top: 382px;
    }
    .xl\:right-382p {
        right: 382px;
    }
    .xl\:bottom-382p {
        bottom: 382px;
    }
    .xl\:left-382p {
        left: 382px;
    }
    .xl\:top-385p {
        top: 385px;
    }
    .xl\:right-385p {
        right: 385px;
    }
    .xl\:bottom-385p {
        bottom: 385px;
    }
    .xl\:left-385p {
        left: 385px;
    }
    .xl\:top-400p {
        top: 400px;
    }
    .xl\:right-400p {
        right: 400px;
    }
    .xl\:bottom-400p {
        bottom: 400px;
    }
    .xl\:left-400p {
        left: 400px;
    }
    .xl\:top-407p {
        top: 407px;
    }
    .xl\:right-407p {
        right: 407px;
    }
    .xl\:bottom-407p {
        bottom: 407px;
    }
    .xl\:left-407p {
        left: 407px;
    }
    .xl\:top-411p {
        top: 411px;
    }
    .xl\:right-411p {
        right: 411px;
    }
    .xl\:bottom-411p {
        bottom: 411px;
    }
    .xl\:left-411p {
        left: 411px;
    }
    .xl\:top-418p {
        top: 418px;
    }
    .xl\:right-418p {
        right: 418px;
    }
    .xl\:bottom-418p {
        bottom: 418px;
    }
    .xl\:left-418p {
        left: 418px;
    }
    .xl\:top-430p {
        top: 430px;
    }
    .xl\:right-430p {
        right: 430px;
    }
    .xl\:bottom-430p {
        bottom: 430px;
    }
    .xl\:left-430p {
        left: 430px;
    }
    .xl\:top-450p {
        top: 450px;
    }
    .xl\:right-450p {
        right: 450px;
    }
    .xl\:bottom-450p {
        bottom: 450px;
    }
    .xl\:left-450p {
        left: 450px;
    }
    .xl\:top-468p {
        top: 468px;
    }
    .xl\:right-468p {
        right: 468px;
    }
    .xl\:bottom-468p {
        bottom: 468px;
    }
    .xl\:left-468p {
        left: 468px;
    }
    .xl\:top-485p {
        top: 485px;
    }
    .xl\:right-485p {
        right: 485px;
    }
    .xl\:bottom-485p {
        bottom: 485px;
    }
    .xl\:left-485p {
        left: 485px;
    }
    .xl\:top-491p {
        top: 491px;
    }
    .xl\:right-491p {
        right: 491px;
    }
    .xl\:bottom-491p {
        bottom: 491px;
    }
    .xl\:left-491p {
        left: 491px;
    }
    .xl\:top-494p {
        top: 494px;
    }
    .xl\:right-494p {
        right: 494px;
    }
    .xl\:bottom-494p {
        bottom: 494px;
    }
    .xl\:left-494p {
        left: 494px;
    }
    .xl\:top-470p {
        top: 470px;
    }
    .xl\:right-470p {
        right: 470px;
    }
    .xl\:bottom-470p {
        bottom: 470px;
    }
    .xl\:left-470p {
        left: 470px;
    }
    .xl\:top-480p {
        top: 480px;
    }
    .xl\:right-480p {
        right: 480px;
    }
    .xl\:bottom-480p {
        bottom: 480px;
    }
    .xl\:left-480p {
        left: 480px;
    }
    .xl\:top-532p {
        top: 532px;
    }
    .xl\:right-532p {
        right: 532px;
    }
    .xl\:bottom-532p {
        bottom: 532px;
    }
    .xl\:left-532p {
        left: 532px;
    }
    .xl\:top-556p {
        top: 556px;
    }
    .xl\:right-556p {
        right: 556px;
    }
    .xl\:bottom-556p {
        bottom: 556px;
    }
    .xl\:left-556p {
        left: 556px;
    }
    .xl\:top-505p {
        top: 505px;
    }
    .xl\:right-505p {
        right: 505px;
    }
    .xl\:bottom-505p {
        bottom: 505px;
    }
    .xl\:left-505p {
        left: 505px;
    }
    .xl\:top-1179p {
        top: 1179px;
    }
    .xl\:right-1179p {
        right: 1179px;
    }
    .xl\:bottom-1179p {
        bottom: 1179px;
    }
    .xl\:left-1179p {
        left: 1179px;
    }
    .xl\:top-1253p {
        top: 1253px;
    }
    .xl\:right-1253p {
        right: 1253px;
    }
    .xl\:bottom-1253p {
        bottom: 1253px;
    }
    .xl\:left-1253p {
        left: 1253px;
    }
    .xl\:top-1575p {
        top: 1575px;
    }
    .xl\:right-1575p {
        right: 1575px;
    }
    .xl\:bottom-1575p {
        bottom: 1575px;
    }
    .xl\:left-1575p {
        left: 1575px;
    }
    .xl\:top-600p {
        top: 600px;
    }
    .xl\:right-600p {
        right: 600px;
    }
    .xl\:bottom-600p {
        bottom: 600px;
    }
    .xl\:left-600p {
        left: 600px;
    }
    .xl\:top-649p {
        top: 649px;
    }
    .xl\:right-649p {
        right: 649px;
    }
    .xl\:bottom-649p {
        bottom: 649px;
    }
    .xl\:left-649p {
        left: 649px;
    }
    .xl\:top-690p {
        top: 690px;
    }
    .xl\:right-690p {
        right: 690px;
    }
    .xl\:bottom-690p {
        bottom: 690px;
    }
    .xl\:left-690p {
        left: 690px;
    }
    .xl\:top-19\% {
        top: 19%;
    }
    .xl\:right-19\% {
        right: 19%;
    }
    .xl\:bottom-19\% {
        bottom: 19%;
    }
    .xl\:left-19\% {
        left: 19%;
    }
    .xl\:top-23\% {
        top: 23%;
    }
    .xl\:right-23\% {
        right: 23%;
    }
    .xl\:bottom-23\% {
        bottom: 23%;
    }
    .xl\:left-23\% {
        left: 23%;
    }
    .xl\:top-24\% {
        top: 24%;
    }
    .xl\:right-24\% {
        right: 24%;
    }
    .xl\:bottom-24\% {
        bottom: 24%;
    }
    .xl\:left-24\% {
        left: 24%;
    }
    .xl\:top-36\% {
        top: 36%;
    }
    .xl\:right-36\% {
        right: 36%;
    }
    .xl\:bottom-36\% {
        bottom: 36%;
    }
    .xl\:left-36\% {
        left: 36%;
    }
    .xl\:top-27\% {
        top: 27%;
    }
    .xl\:right-27\% {
        right: 27%;
    }
    .xl\:bottom-27\% {
        bottom: 27%;
    }
    .xl\:left-27\% {
        left: 27%;
    }
    .xl\:top-28\% {
        top: 28%;
    }
    .xl\:right-28\% {
        right: 28%;
    }
    .xl\:bottom-28\% {
        bottom: 28%;
    }
    .xl\:left-28\% {
        left: 28%;
    }
    .xl\:top-42\% {
        top: 42%;
    }
    .xl\:right-42\% {
        right: 42%;
    }
    .xl\:bottom-42\% {
        bottom: 42%;
    }
    .xl\:left-42\% {
        left: 42%;
    }
    .xl\:top-46\% {
        top: 46%;
    }
    .xl\:right-46\% {
        right: 46%;
    }
    .xl\:bottom-46\% {
        bottom: 46%;
    }
    .xl\:left-46\% {
        left: 46%;
    }
    .xl\:top-49\% {
        top: 49%;
    }
    .xl\:right-49\% {
        right: 49%;
    }
    .xl\:bottom-49\% {
        bottom: 49%;
    }
    .xl\:left-49\% {
        left: 49%;
    }
    .xl\:top-54\% {
        top: 54%;
    }
    .xl\:right-54\% {
        right: 54%;
    }
    .xl\:bottom-54\% {
        bottom: 54%;
    }
    .xl\:left-54\% {
        left: 54%;
    }
    .xl\:top-58\% {
        top: 58%;
    }
    .xl\:right-58\% {
        right: 58%;
    }
    .xl\:bottom-58\% {
        bottom: 58%;
    }
    .xl\:left-58\% {
        left: 58%;
    }
    .xl\:top-72\% {
        top: 72%;
    }
    .xl\:right-72\% {
        right: 72%;
    }
    .xl\:bottom-72\% {
        bottom: 72%;
    }
    .xl\:left-72\% {
        left: 72%;
    }
    .xl\:top-76\% {
        top: 76%;
    }
    .xl\:right-76\% {
        right: 76%;
    }
    .xl\:bottom-76\% {
        bottom: 76%;
    }
    .xl\:left-76\% {
        left: 76%;
    }
    .xl\:top-77\% {
        top: 77%;
    }
    .xl\:right-77\% {
        right: 77%;
    }
    .xl\:bottom-77\% {
        bottom: 77%;
    }
    .xl\:left-77\% {
        left: 77%;
    }
    .xl\:top-340p {
        top: 340px;
    }
    .xl\:right-340p {
        right: 340px;
    }
    .xl\:bottom-340p {
        bottom: 340px;
    }
    .xl\:left-340p {
        left: 340px;
    }
    .xl\:top-700p {
        top: 700px;
    }
    .xl\:right-700p {
        right: 700px;
    }
    .xl\:bottom-700p {
        bottom: 700px;
    }
    .xl\:left-700p {
        left: 700px;
    }
    .xl\:top-848p {
        top: 848px;
    }
    .xl\:right-848p {
        right: 848px;
    }
    .xl\:bottom-848p {
        bottom: 848px;
    }
    .xl\:left-848p {
        left: 848px;
    }
    .xl\:top-850p {
        top: 850px;
    }
    .xl\:right-850p {
        right: 850px;
    }
    .xl\:bottom-850p {
        bottom: 850px;
    }
    .xl\:left-850p {
        left: 850px;
    }
    .xl\:top-860p {
        top: 860px;
    }
    .xl\:right-860p {
        right: 860px;
    }
    .xl\:bottom-860p {
        bottom: 860px;
    }
    .xl\:left-860p {
        left: 860px;
    }
    .xl\:top-1425p {
        top: 1425px;
    }
    .xl\:right-1425p {
        right: 1425px;
    }
    .xl\:bottom-1425p {
        bottom: 1425px;
    }
    .xl\:left-1425p {
        left: 1425px;
    }
    .xl\:-top-0 {
        top: 0;
    }
    .xl\:-right-0 {
        right: 0;
    }
    .xl\:-bottom-0 {
        bottom: 0;
    }
    .xl\:-left-0 {
        left: 0;
    }
    .xl\:-top-1 {
        top: -0.25rem;
    }
    .xl\:-right-1 {
        right: -0.25rem;
    }
    .xl\:-bottom-1 {
        bottom: -0.25rem;
    }
    .xl\:-left-1 {
        left: -0.25rem;
    }
    .xl\:-top-2 {
        top: -0.5rem;
    }
    .xl\:-right-2 {
        right: -0.5rem;
    }
    .xl\:-bottom-2 {
        bottom: -0.5rem;
    }
    .xl\:-left-2 {
        left: -0.5rem;
    }
    .xl\:-top-3 {
        top: -0.75rem;
    }
    .xl\:-right-3 {
        right: -0.75rem;
    }
    .xl\:-bottom-3 {
        bottom: -0.75rem;
    }
    .xl\:-left-3 {
        left: -0.75rem;
    }
    .xl\:-top-4 {
        top: -1rem;
    }
    .xl\:-right-4 {
        right: -1rem;
    }
    .xl\:-bottom-4 {
        bottom: -1rem;
    }
    .xl\:-left-4 {
        left: -1rem;
    }
    .xl\:-top-5 {
        top: -1.25rem;
    }
    .xl\:-right-5 {
        right: -1.25rem;
    }
    .xl\:-bottom-5 {
        bottom: -1.25rem;
    }
    .xl\:-left-5 {
        left: -1.25rem;
    }
    .xl\:-top-6 {
        top: -1.5rem;
    }
    .xl\:-right-6 {
        right: -1.5rem;
    }
    .xl\:-bottom-6 {
        bottom: -1.5rem;
    }
    .xl\:-left-6 {
        left: -1.5rem;
    }
    .xl\:-top-7 {
        top: -1.75rem;
    }
    .xl\:-right-7 {
        right: -1.75rem;
    }
    .xl\:-bottom-7 {
        bottom: -1.75rem;
    }
    .xl\:-left-7 {
        left: -1.75rem;
    }
    .xl\:-top-8 {
        top: -2rem;
    }
    .xl\:-right-8 {
        right: -2rem;
    }
    .xl\:-bottom-8 {
        bottom: -2rem;
    }
    .xl\:-left-8 {
        left: -2rem;
    }
    .xl\:-top-9 {
        top: -2.25rem;
    }
    .xl\:-right-9 {
        right: -2.25rem;
    }
    .xl\:-bottom-9 {
        bottom: -2.25rem;
    }
    .xl\:-left-9 {
        left: -2.25rem;
    }
    .xl\:-top-10 {
        top: -2.5rem;
    }
    .xl\:-right-10 {
        right: -2.5rem;
    }
    .xl\:-bottom-10 {
        bottom: -2.5rem;
    }
    .xl\:-left-10 {
        left: -2.5rem;
    }
    .xl\:-top-11 {
        top: -2.75rem;
    }
    .xl\:-right-11 {
        right: -2.75rem;
    }
    .xl\:-bottom-11 {
        bottom: -2.75rem;
    }
    .xl\:-left-11 {
        left: -2.75rem;
    }
    .xl\:-top-12 {
        top: -3rem;
    }
    .xl\:-right-12 {
        right: -3rem;
    }
    .xl\:-bottom-12 {
        bottom: -3rem;
    }
    .xl\:-left-12 {
        left: -3rem;
    }
    .xl\:-top-14 {
        top: -3.5rem;
    }
    .xl\:-right-14 {
        right: -3.5rem;
    }
    .xl\:-bottom-14 {
        bottom: -3.5rem;
    }
    .xl\:-left-14 {
        left: -3.5rem;
    }
    .xl\:-top-16 {
        top: -4rem;
    }
    .xl\:-right-16 {
        right: -4rem;
    }
    .xl\:-bottom-16 {
        bottom: -4rem;
    }
    .xl\:-left-16 {
        left: -4rem;
    }
    .xl\:-top-20 {
        top: -5rem;
    }
    .xl\:-right-20 {
        right: -5rem;
    }
    .xl\:-bottom-20 {
        bottom: -5rem;
    }
    .xl\:-left-20 {
        left: -5rem;
    }
    .xl\:-top-23 {
        top: -88px;
    }
    .xl\:-right-23 {
        right: -88px;
    }
    .xl\:-bottom-23 {
        bottom: -88px;
    }
    .xl\:-left-23 {
        left: -88px;
    }
    .xl\:-top-24 {
        top: -6rem;
    }
    .xl\:-right-24 {
        right: -6rem;
    }
    .xl\:-bottom-24 {
        bottom: -6rem;
    }
    .xl\:-left-24 {
        left: -6rem;
    }
    .xl\:-top-25 {
        top: -100px;
    }
    .xl\:-right-25 {
        right: -100px;
    }
    .xl\:-bottom-25 {
        bottom: -100px;
    }
    .xl\:-left-25 {
        left: -100px;
    }
    .xl\:-top-28 {
        top: -7rem;
    }
    .xl\:-right-28 {
        right: -7rem;
    }
    .xl\:-bottom-28 {
        bottom: -7rem;
    }
    .xl\:-left-28 {
        left: -7rem;
    }
    .xl\:-top-29 {
        top: -120px;
    }
    .xl\:-right-29 {
        right: -120px;
    }
    .xl\:-bottom-29 {
        bottom: -120px;
    }
    .xl\:-left-29 {
        left: -120px;
    }
    .xl\:-top-32 {
        top: -8rem;
    }
    .xl\:-right-32 {
        right: -8rem;
    }
    .xl\:-bottom-32 {
        bottom: -8rem;
    }
    .xl\:-left-32 {
        left: -8rem;
    }
    .xl\:-top-33 {
        top: -130px;
    }
    .xl\:-right-33 {
        right: -130px;
    }
    .xl\:-bottom-33 {
        bottom: -130px;
    }
    .xl\:-left-33 {
        left: -130px;
    }
    .xl\:-top-36 {
        top: -9rem;
    }
    .xl\:-right-36 {
        right: -9rem;
    }
    .xl\:-bottom-36 {
        bottom: -9rem;
    }
    .xl\:-left-36 {
        left: -9rem;
    }
    .xl\:-top-40 {
        top: -10rem;
    }
    .xl\:-right-40 {
        right: -10rem;
    }
    .xl\:-bottom-40 {
        bottom: -10rem;
    }
    .xl\:-left-40 {
        left: -10rem;
    }
    .xl\:-top-44 {
        top: -11rem;
    }
    .xl\:-right-44 {
        right: -11rem;
    }
    .xl\:-bottom-44 {
        bottom: -11rem;
    }
    .xl\:-left-44 {
        left: -11rem;
    }
    .xl\:-top-48 {
        top: -12rem;
    }
    .xl\:-right-48 {
        right: -12rem;
    }
    .xl\:-bottom-48 {
        bottom: -12rem;
    }
    .xl\:-left-48 {
        left: -12rem;
    }
    .xl\:-top-52 {
        top: -13rem;
    }
    .xl\:-right-52 {
        right: -13rem;
    }
    .xl\:-bottom-52 {
        bottom: -13rem;
    }
    .xl\:-left-52 {
        left: -13rem;
    }
    .xl\:-top-56 {
        top: -14rem;
    }
    .xl\:-right-56 {
        right: -14rem;
    }
    .xl\:-bottom-56 {
        bottom: -14rem;
    }
    .xl\:-left-56 {
        left: -14rem;
    }
    .xl\:-top-60 {
        top: -15rem;
    }
    .xl\:-right-60 {
        right: -15rem;
    }
    .xl\:-bottom-60 {
        bottom: -15rem;
    }
    .xl\:-left-60 {
        left: -15rem;
    }
    .xl\:-top-63 {
        top: -270px;
    }
    .xl\:-right-63 {
        right: -270px;
    }
    .xl\:-bottom-63 {
        bottom: -270px;
    }
    .xl\:-left-63 {
        left: -270px;
    }
    .xl\:-top-64 {
        top: -16rem;
    }
    .xl\:-right-64 {
        right: -16rem;
    }
    .xl\:-bottom-64 {
        bottom: -16rem;
    }
    .xl\:-left-64 {
        left: -16rem;
    }
    .xl\:-top-72 {
        top: -18rem;
    }
    .xl\:-right-72 {
        right: -18rem;
    }
    .xl\:-bottom-72 {
        bottom: -18rem;
    }
    .xl\:-left-72 {
        left: -18rem;
    }
    .xl\:-top-80 {
        top: -20rem;
    }
    .xl\:-right-80 {
        right: -20rem;
    }
    .xl\:-bottom-80 {
        bottom: -20rem;
    }
    .xl\:-left-80 {
        left: -20rem;
    }
    .xl\:-top-92 {
        top: -475px;
    }
    .xl\:-right-92 {
        right: -475px;
    }
    .xl\:-bottom-92 {
        bottom: -475px;
    }
    .xl\:-left-92 {
        left: -475px;
    }
    .xl\:-top-96 {
        top: -24rem;
    }
    .xl\:-right-96 {
        right: -24rem;
    }
    .xl\:-bottom-96 {
        bottom: -24rem;
    }
    .xl\:-left-96 {
        left: -24rem;
    }
    .xl\:-top-128 {
        top: -32rem;
    }
    .xl\:-right-128 {
        right: -32rem;
    }
    .xl\:-bottom-128 {
        bottom: -32rem;
    }
    .xl\:-left-128 {
        left: -32rem;
    }
    .xl\:-top-px {
        top: -1px;
    }
    .xl\:-right-px {
        right: -1px;
    }
    .xl\:-bottom-px {
        bottom: -1px;
    }
    .xl\:-left-px {
        left: -1px;
    }
    .xl\:-top-0\.5 {
        top: -0.125rem;
    }
    .xl\:-right-0\.5 {
        right: -0.125rem;
    }
    .xl\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .xl\:-left-0\.5 {
        left: -0.125rem;
    }
    .xl\:-top-1\.5 {
        top: -0.375rem;
    }
    .xl\:-right-1\.5 {
        right: -0.375rem;
    }
    .xl\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .xl\:-left-1\.5 {
        left: -0.375rem;
    }
    .xl\:-top-2\.5 {
        top: -0.625rem;
    }
    .xl\:-right-2\.5 {
        right: -0.625rem;
    }
    .xl\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .xl\:-left-2\.5 {
        left: -0.625rem;
    }
    .xl\:-top-3\.5 {
        top: -0.875rem;
    }
    .xl\:-right-3\.5 {
        right: -0.875rem;
    }
    .xl\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .xl\:-left-3\.5 {
        left: -0.875rem;
    }
    .xl\:-top-105p {
        top: -105px;
    }
    .xl\:-right-105p {
        right: -105px;
    }
    .xl\:-bottom-105p {
        bottom: -105px;
    }
    .xl\:-left-105p {
        left: -105px;
    }
    .xl\:-top-50p {
        top: -50px;
    }
    .xl\:-right-50p {
        right: -50px;
    }
    .xl\:-bottom-50p {
        bottom: -50px;
    }
    .xl\:-left-50p {
        left: -50px;
    }
    .xl\:-top-54p {
        top: -54px;
    }
    .xl\:-right-54p {
        right: -54px;
    }
    .xl\:-bottom-54p {
        bottom: -54px;
    }
    .xl\:-left-54p {
        left: -54px;
    }
    .xl\:-top-1p {
        top: -1px;
    }
    .xl\:-right-1p {
        right: -1px;
    }
    .xl\:-bottom-1p {
        bottom: -1px;
    }
    .xl\:-left-1p {
        left: -1px;
    }
    .xl\:-top-2p {
        top: -2px;
    }
    .xl\:-right-2p {
        right: -2px;
    }
    .xl\:-bottom-2p {
        bottom: -2px;
    }
    .xl\:-left-2p {
        left: -2px;
    }
    .xl\:-top-3p {
        top: -3px;
    }
    .xl\:-right-3p {
        right: -3px;
    }
    .xl\:-bottom-3p {
        bottom: -3px;
    }
    .xl\:-left-3p {
        left: -3px;
    }
    .xl\:-top-5p {
        top: -5px;
    }
    .xl\:-right-5p {
        right: -5px;
    }
    .xl\:-bottom-5p {
        bottom: -5px;
    }
    .xl\:-left-5p {
        left: -5px;
    }
    .xl\:-top-7p {
        top: -7px;
    }
    .xl\:-right-7p {
        right: -7px;
    }
    .xl\:-bottom-7p {
        bottom: -7px;
    }
    .xl\:-left-7p {
        left: -7px;
    }
    .xl\:-top-9p {
        top: -9px;
    }
    .xl\:-right-9p {
        right: -9px;
    }
    .xl\:-bottom-9p {
        bottom: -9px;
    }
    .xl\:-left-9p {
        left: -9px;
    }
    .xl\:-top-10p {
        top: -10px;
    }
    .xl\:-right-10p {
        right: -10px;
    }
    .xl\:-bottom-10p {
        bottom: -10px;
    }
    .xl\:-left-10p {
        left: -10px;
    }
    .xl\:-top-11p {
        top: -11px;
    }
    .xl\:-right-11p {
        right: -11px;
    }
    .xl\:-bottom-11p {
        bottom: -11px;
    }
    .xl\:-left-11p {
        left: -11px;
    }
    .xl\:-top-13p {
        top: -13px;
    }
    .xl\:-right-13p {
        right: -13px;
    }
    .xl\:-bottom-13p {
        bottom: -13px;
    }
    .xl\:-left-13p {
        left: -13px;
    }
    .xl\:-top-15p {
        top: -15px;
    }
    .xl\:-right-15p {
        right: -15px;
    }
    .xl\:-bottom-15p {
        bottom: -15px;
    }
    .xl\:-left-15p {
        left: -15px;
    }
    .xl\:-top-18p {
        top: -18px;
    }
    .xl\:-right-18p {
        right: -18px;
    }
    .xl\:-bottom-18p {
        bottom: -18px;
    }
    .xl\:-left-18p {
        left: -18px;
    }
    .xl\:-top-19p {
        top: -19px;
    }
    .xl\:-right-19p {
        right: -19px;
    }
    .xl\:-bottom-19p {
        bottom: -19px;
    }
    .xl\:-left-19p {
        left: -19px;
    }
    .xl\:-top-21p {
        top: -21px;
    }
    .xl\:-right-21p {
        right: -21px;
    }
    .xl\:-bottom-21p {
        bottom: -21px;
    }
    .xl\:-left-21p {
        left: -21px;
    }
    .xl\:-top-22p {
        top: -22px;
    }
    .xl\:-right-22p {
        right: -22px;
    }
    .xl\:-bottom-22p {
        bottom: -22px;
    }
    .xl\:-left-22p {
        left: -22px;
    }
    .xl\:-top-23p {
        top: -23px;
    }
    .xl\:-right-23p {
        right: -23px;
    }
    .xl\:-bottom-23p {
        bottom: -23px;
    }
    .xl\:-left-23p {
        left: -23px;
    }
    .xl\:-top-25p {
        top: -25px;
    }
    .xl\:-right-25p {
        right: -25px;
    }
    .xl\:-bottom-25p {
        bottom: -25px;
    }
    .xl\:-left-25p {
        left: -25px;
    }
    .xl\:-top-26p {
        top: -26px;
    }
    .xl\:-right-26p {
        right: -26px;
    }
    .xl\:-bottom-26p {
        bottom: -26px;
    }
    .xl\:-left-26p {
        left: -26px;
    }
    .xl\:-top-29p {
        top: -29px;
    }
    .xl\:-right-29p {
        right: -29px;
    }
    .xl\:-bottom-29p {
        bottom: -29px;
    }
    .xl\:-left-29p {
        left: -29px;
    }
    .xl\:-top-30p {
        top: -30px;
    }
    .xl\:-right-30p {
        right: -30px;
    }
    .xl\:-bottom-30p {
        bottom: -30px;
    }
    .xl\:-left-30p {
        left: -30px;
    }
    .xl\:-top-31p {
        top: -31px;
    }
    .xl\:-right-31p {
        right: -31px;
    }
    .xl\:-bottom-31p {
        bottom: -31px;
    }
    .xl\:-left-31p {
        left: -31px;
    }
    .xl\:-top-35p {
        top: -35px;
    }
    .xl\:-right-35p {
        right: -35px;
    }
    .xl\:-bottom-35p {
        bottom: -35px;
    }
    .xl\:-left-35p {
        left: -35px;
    }
    .xl\:-top-52p {
        top: -52px;
    }
    .xl\:-right-52p {
        right: -52px;
    }
    .xl\:-bottom-52p {
        bottom: -52px;
    }
    .xl\:-left-52p {
        left: -52px;
    }
    .xl\:-top-53p {
        top: -53px;
    }
    .xl\:-right-53p {
        right: -53px;
    }
    .xl\:-bottom-53p {
        bottom: -53px;
    }
    .xl\:-left-53p {
        left: -53px;
    }
    .xl\:-top-55p {
        top: -55px;
    }
    .xl\:-right-55p {
        right: -55px;
    }
    .xl\:-bottom-55p {
        bottom: -55px;
    }
    .xl\:-left-55p {
        left: -55px;
    }
    .xl\:-top-59p {
        top: -59px;
    }
    .xl\:-right-59p {
        right: -59px;
    }
    .xl\:-bottom-59p {
        bottom: -59px;
    }
    .xl\:-left-59p {
        left: -59px;
    }
    .xl\:-top-27p {
        top: -27px;
    }
    .xl\:-right-27p {
        right: -27px;
    }
    .xl\:-bottom-27p {
        bottom: -27px;
    }
    .xl\:-left-27p {
        left: -27px;
    }
    .xl\:-top-33\.5p {
        top: -33.5px;
    }
    .xl\:-right-33\.5p {
        right: -33.5px;
    }
    .xl\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .xl\:-left-33\.5p {
        left: -33.5px;
    }
    .xl\:-top-38p {
        top: -38px;
    }
    .xl\:-right-38p {
        right: -38px;
    }
    .xl\:-bottom-38p {
        bottom: -38px;
    }
    .xl\:-left-38p {
        left: -38px;
    }
    .xl\:-top-40p {
        top: -40px;
    }
    .xl\:-right-40p {
        right: -40px;
    }
    .xl\:-bottom-40p {
        bottom: -40px;
    }
    .xl\:-left-40p {
        left: -40px;
    }
    .xl\:-top-46p {
        top: -46px;
    }
    .xl\:-right-46p {
        right: -46px;
    }
    .xl\:-bottom-46p {
        bottom: -46px;
    }
    .xl\:-left-46p {
        left: -46px;
    }
    .xl\:-top-47p {
        top: -47px;
    }
    .xl\:-right-47p {
        right: -47px;
    }
    .xl\:-bottom-47p {
        bottom: -47px;
    }
    .xl\:-left-47p {
        left: -47px;
    }
    .xl\:-top-49p {
        top: -49px;
    }
    .xl\:-right-49p {
        right: -49px;
    }
    .xl\:-bottom-49p {
        bottom: -49px;
    }
    .xl\:-left-49p {
        left: -49px;
    }
    .xl\:-top-58p {
        top: -58px;
    }
    .xl\:-right-58p {
        right: -58px;
    }
    .xl\:-bottom-58p {
        bottom: -58px;
    }
    .xl\:-left-58p {
        left: -58px;
    }
    .xl\:-top-75p {
        top: -75px;
    }
    .xl\:-right-75p {
        right: -75px;
    }
    .xl\:-bottom-75p {
        bottom: -75px;
    }
    .xl\:-left-75p {
        left: -75px;
    }
    .xl\:-top-77p {
        top: -77px;
    }
    .xl\:-right-77p {
        right: -77px;
    }
    .xl\:-bottom-77p {
        bottom: -77px;
    }
    .xl\:-left-77p {
        left: -77px;
    }
    .xl\:-top-60p {
        top: -60px;
    }
    .xl\:-right-60p {
        right: -60px;
    }
    .xl\:-bottom-60p {
        bottom: -60px;
    }
    .xl\:-left-60p {
        left: -60px;
    }
    .xl\:-top-65p {
        top: -65px;
    }
    .xl\:-right-65p {
        right: -65px;
    }
    .xl\:-bottom-65p {
        bottom: -65px;
    }
    .xl\:-left-65p {
        left: -65px;
    }
    .xl\:-top-66p {
        top: -66px;
    }
    .xl\:-right-66p {
        right: -66px;
    }
    .xl\:-bottom-66p {
        bottom: -66px;
    }
    .xl\:-left-66p {
        left: -66px;
    }
    .xl\:-top-68p {
        top: -68px;
    }
    .xl\:-right-68p {
        right: -68px;
    }
    .xl\:-bottom-68p {
        bottom: -68px;
    }
    .xl\:-left-68p {
        left: -68px;
    }
    .xl\:-top-70p {
        top: -70px;
    }
    .xl\:-right-70p {
        right: -70px;
    }
    .xl\:-bottom-70p {
        bottom: -70px;
    }
    .xl\:-left-70p {
        left: -70px;
    }
    .xl\:-top-72p {
        top: -72px;
    }
    .xl\:-right-72p {
        right: -72px;
    }
    .xl\:-bottom-72p {
        bottom: -72px;
    }
    .xl\:-left-72p {
        left: -72px;
    }
    .xl\:-top-74p {
        top: -74px;
    }
    .xl\:-right-74p {
        right: -74px;
    }
    .xl\:-bottom-74p {
        bottom: -74px;
    }
    .xl\:-left-74p {
        left: -74px;
    }
    .xl\:-top-78p {
        top: -78px;
    }
    .xl\:-right-78p {
        right: -78px;
    }
    .xl\:-bottom-78p {
        bottom: -78px;
    }
    .xl\:-left-78p {
        left: -78px;
    }
    .xl\:-top-80p {
        top: -80px;
    }
    .xl\:-right-80p {
        right: -80px;
    }
    .xl\:-bottom-80p {
        bottom: -80px;
    }
    .xl\:-left-80p {
        left: -80px;
    }
    .xl\:-top-82p {
        top: -82px;
    }
    .xl\:-right-82p {
        right: -82px;
    }
    .xl\:-bottom-82p {
        bottom: -82px;
    }
    .xl\:-left-82p {
        left: -82px;
    }
    .xl\:-top-84p {
        top: -84px;
    }
    .xl\:-right-84p {
        right: -84px;
    }
    .xl\:-bottom-84p {
        bottom: -84px;
    }
    .xl\:-left-84p {
        left: -84px;
    }
    .xl\:-top-89p {
        top: -89px;
    }
    .xl\:-right-89p {
        right: -89px;
    }
    .xl\:-bottom-89p {
        bottom: -89px;
    }
    .xl\:-left-89p {
        left: -89px;
    }
    .xl\:-top-93p {
        top: -93px;
    }
    .xl\:-right-93p {
        right: -93px;
    }
    .xl\:-bottom-93p {
        bottom: -93px;
    }
    .xl\:-left-93p {
        left: -93px;
    }
    .xl\:-top-90p {
        top: -90px;
    }
    .xl\:-right-90p {
        right: -90px;
    }
    .xl\:-bottom-90p {
        bottom: -90px;
    }
    .xl\:-left-90p {
        left: -90px;
    }
    .xl\:-top-97p {
        top: -97px;
    }
    .xl\:-right-97p {
        right: -97px;
    }
    .xl\:-bottom-97p {
        bottom: -97px;
    }
    .xl\:-left-97p {
        left: -97px;
    }
    .xl\:-top-103p {
        top: -103px;
    }
    .xl\:-right-103p {
        right: -103px;
    }
    .xl\:-bottom-103p {
        bottom: -103px;
    }
    .xl\:-left-103p {
        left: -103px;
    }
    .xl\:-top-116p {
        top: -116px;
    }
    .xl\:-right-116p {
        right: -116px;
    }
    .xl\:-bottom-116p {
        bottom: -116px;
    }
    .xl\:-left-116p {
        left: -116px;
    }
    .xl\:-top-120p {
        top: -120px;
    }
    .xl\:-right-120p {
        right: -120px;
    }
    .xl\:-bottom-120p {
        bottom: -120px;
    }
    .xl\:-left-120p {
        left: -120px;
    }
    .xl\:-top-125p {
        top: -125px;
    }
    .xl\:-right-125p {
        right: -125px;
    }
    .xl\:-bottom-125p {
        bottom: -125px;
    }
    .xl\:-left-125p {
        left: -125px;
    }
    .xl\:-top-130p {
        top: -130px;
    }
    .xl\:-right-130p {
        right: -130px;
    }
    .xl\:-bottom-130p {
        bottom: -130px;
    }
    .xl\:-left-130p {
        left: -130px;
    }
    .xl\:-top-135p {
        top: -135px;
    }
    .xl\:-right-135p {
        right: -135px;
    }
    .xl\:-bottom-135p {
        bottom: -135px;
    }
    .xl\:-left-135p {
        left: -135px;
    }
    .xl\:-top-132p {
        top: -132px;
    }
    .xl\:-right-132p {
        right: -132px;
    }
    .xl\:-bottom-132p {
        bottom: -132px;
    }
    .xl\:-left-132p {
        left: -132px;
    }
    .xl\:-top-150p {
        top: -150px;
    }
    .xl\:-right-150p {
        right: -150px;
    }
    .xl\:-bottom-150p {
        bottom: -150px;
    }
    .xl\:-left-150p {
        left: -150px;
    }
    .xl\:-top-216p {
        top: -216px;
    }
    .xl\:-right-216p {
        right: -216px;
    }
    .xl\:-bottom-216p {
        bottom: -216px;
    }
    .xl\:-left-216p {
        left: -216px;
    }
    .xl\:-top-225p {
        top: -225px;
    }
    .xl\:-right-225p {
        right: -225px;
    }
    .xl\:-bottom-225p {
        bottom: -225px;
    }
    .xl\:-left-225p {
        left: -225px;
    }
    .xl\:-top-296p {
        top: -296px;
    }
    .xl\:-right-296p {
        right: -296px;
    }
    .xl\:-bottom-296p {
        bottom: -296px;
    }
    .xl\:-left-296p {
        left: -296px;
    }
    .xl\:-top-270p {
        top: -270px;
    }
    .xl\:-right-270p {
        right: -270px;
    }
    .xl\:-bottom-270p {
        bottom: -270px;
    }
    .xl\:-left-270p {
        left: -270px;
    }
    .xl\:-top-137p {
        top: -137px;
    }
    .xl\:-right-137p {
        right: -137px;
    }
    .xl\:-bottom-137p {
        bottom: -137px;
    }
    .xl\:-left-137p {
        left: -137px;
    }
    .xl\:-top-141p {
        top: -141px;
    }
    .xl\:-right-141p {
        right: -141px;
    }
    .xl\:-bottom-141p {
        bottom: -141px;
    }
    .xl\:-left-141p {
        left: -141px;
    }
    .xl\:-top-146p {
        top: -146px;
    }
    .xl\:-right-146p {
        right: -146px;
    }
    .xl\:-bottom-146p {
        bottom: -146px;
    }
    .xl\:-left-146p {
        left: -146px;
    }
    .xl\:-top-152p {
        top: -152px;
    }
    .xl\:-right-152p {
        right: -152px;
    }
    .xl\:-bottom-152p {
        bottom: -152px;
    }
    .xl\:-left-152p {
        left: -152px;
    }
    .xl\:-top-155p {
        top: -155px;
    }
    .xl\:-right-155p {
        right: -155px;
    }
    .xl\:-bottom-155p {
        bottom: -155px;
    }
    .xl\:-left-155p {
        left: -155px;
    }
    .xl\:-top-163p {
        top: -163px;
    }
    .xl\:-right-163p {
        right: -163px;
    }
    .xl\:-bottom-163p {
        bottom: -163px;
    }
    .xl\:-left-163p {
        left: -163px;
    }
    .xl\:-top-168p {
        top: -168px;
    }
    .xl\:-right-168p {
        right: -168px;
    }
    .xl\:-bottom-168p {
        bottom: -168px;
    }
    .xl\:-left-168p {
        left: -168px;
    }
    .xl\:-top-173p {
        top: -173px;
    }
    .xl\:-right-173p {
        right: -173px;
    }
    .xl\:-bottom-173p {
        bottom: -173px;
    }
    .xl\:-left-173p {
        left: -173px;
    }
    .xl\:-top-210p {
        top: -210px;
    }
    .xl\:-right-210p {
        right: -210px;
    }
    .xl\:-bottom-210p {
        bottom: -210px;
    }
    .xl\:-left-210p {
        left: -210px;
    }
    .xl\:-top-245p {
        top: -245px;
    }
    .xl\:-right-245p {
        right: -245px;
    }
    .xl\:-bottom-245p {
        bottom: -245px;
    }
    .xl\:-left-245p {
        left: -245px;
    }
    .xl\:-top-250p {
        top: -250px;
    }
    .xl\:-right-250p {
        right: -250px;
    }
    .xl\:-bottom-250p {
        bottom: -250px;
    }
    .xl\:-left-250p {
        left: -250px;
    }
    .xl\:-top-260p {
        top: -260px;
    }
    .xl\:-right-260p {
        right: -260px;
    }
    .xl\:-bottom-260p {
        bottom: -260px;
    }
    .xl\:-left-260p {
        left: -260px;
    }
    .xl\:-top-263p {
        top: -263px;
    }
    .xl\:-right-263p {
        right: -263px;
    }
    .xl\:-bottom-263p {
        bottom: -263px;
    }
    .xl\:-left-263p {
        left: -263px;
    }
    .xl\:-top-266p {
        top: -266px;
    }
    .xl\:-right-266p {
        right: -266px;
    }
    .xl\:-bottom-266p {
        bottom: -266px;
    }
    .xl\:-left-266p {
        left: -266px;
    }
    .xl\:-top-275p {
        top: -275px;
    }
    .xl\:-right-275p {
        right: -275px;
    }
    .xl\:-bottom-275p {
        bottom: -275px;
    }
    .xl\:-left-275p {
        left: -275px;
    }
    .xl\:-top-300p {
        top: -300px;
    }
    .xl\:-right-300p {
        right: -300px;
    }
    .xl\:-bottom-300p {
        bottom: -300px;
    }
    .xl\:-left-300p {
        left: -300px;
    }
    .xl\:-top-312p {
        top: -312px;
    }
    .xl\:-right-312p {
        right: -312px;
    }
    .xl\:-bottom-312p {
        bottom: -312px;
    }
    .xl\:-left-312p {
        left: -312px;
    }
    .xl\:-top-318p {
        top: -318px;
    }
    .xl\:-right-318p {
        right: -318px;
    }
    .xl\:-bottom-318p {
        bottom: -318px;
    }
    .xl\:-left-318p {
        left: -318px;
    }
    .xl\:-top-322p {
        top: -322px;
    }
    .xl\:-right-322p {
        right: -322px;
    }
    .xl\:-bottom-322p {
        bottom: -322px;
    }
    .xl\:-left-322p {
        left: -322px;
    }
    .xl\:-top-337p {
        top: -337px;
    }
    .xl\:-right-337p {
        right: -337px;
    }
    .xl\:-bottom-337p {
        bottom: -337px;
    }
    .xl\:-left-337p {
        left: -337px;
    }
    .xl\:-top-345p {
        top: -345px;
    }
    .xl\:-right-345p {
        right: -345px;
    }
    .xl\:-bottom-345p {
        bottom: -345px;
    }
    .xl\:-left-345p {
        left: -345px;
    }
    .xl\:-top-344p {
        top: -344px;
    }
    .xl\:-right-344p {
        right: -344px;
    }
    .xl\:-bottom-344p {
        bottom: -344px;
    }
    .xl\:-left-344p {
        left: -344px;
    }
    .xl\:-top-354p {
        top: -354px;
    }
    .xl\:-right-354p {
        right: -354px;
    }
    .xl\:-bottom-354p {
        bottom: -354px;
    }
    .xl\:-left-354p {
        left: -354px;
    }
    .xl\:-top-364p {
        top: -364px;
    }
    .xl\:-right-364p {
        right: -364px;
    }
    .xl\:-bottom-364p {
        bottom: -364px;
    }
    .xl\:-left-364p {
        left: -364px;
    }
    .xl\:-top-370p {
        top: -370px;
    }
    .xl\:-right-370p {
        right: -370px;
    }
    .xl\:-bottom-370p {
        bottom: -370px;
    }
    .xl\:-left-370p {
        left: -370px;
    }
    .xl\:-top-382p {
        top: -382px;
    }
    .xl\:-right-382p {
        right: -382px;
    }
    .xl\:-bottom-382p {
        bottom: -382px;
    }
    .xl\:-left-382p {
        left: -382px;
    }
    .xl\:-top-385p {
        top: -385px;
    }
    .xl\:-right-385p {
        right: -385px;
    }
    .xl\:-bottom-385p {
        bottom: -385px;
    }
    .xl\:-left-385p {
        left: -385px;
    }
    .xl\:-top-400p {
        top: -400px;
    }
    .xl\:-right-400p {
        right: -400px;
    }
    .xl\:-bottom-400p {
        bottom: -400px;
    }
    .xl\:-left-400p {
        left: -400px;
    }
    .xl\:-top-407p {
        top: -407px;
    }
    .xl\:-right-407p {
        right: -407px;
    }
    .xl\:-bottom-407p {
        bottom: -407px;
    }
    .xl\:-left-407p {
        left: -407px;
    }
    .xl\:-top-411p {
        top: -411px;
    }
    .xl\:-right-411p {
        right: -411px;
    }
    .xl\:-bottom-411p {
        bottom: -411px;
    }
    .xl\:-left-411p {
        left: -411px;
    }
    .xl\:-top-418p {
        top: -418px;
    }
    .xl\:-right-418p {
        right: -418px;
    }
    .xl\:-bottom-418p {
        bottom: -418px;
    }
    .xl\:-left-418p {
        left: -418px;
    }
    .xl\:-top-430p {
        top: -430px;
    }
    .xl\:-right-430p {
        right: -430px;
    }
    .xl\:-bottom-430p {
        bottom: -430px;
    }
    .xl\:-left-430p {
        left: -430px;
    }
    .xl\:-top-450p {
        top: -450px;
    }
    .xl\:-right-450p {
        right: -450px;
    }
    .xl\:-bottom-450p {
        bottom: -450px;
    }
    .xl\:-left-450p {
        left: -450px;
    }
    .xl\:-top-468p {
        top: -468px;
    }
    .xl\:-right-468p {
        right: -468px;
    }
    .xl\:-bottom-468p {
        bottom: -468px;
    }
    .xl\:-left-468p {
        left: -468px;
    }
    .xl\:-top-485p {
        top: -485px;
    }
    .xl\:-right-485p {
        right: -485px;
    }
    .xl\:-bottom-485p {
        bottom: -485px;
    }
    .xl\:-left-485p {
        left: -485px;
    }
    .xl\:-top-491p {
        top: -491px;
    }
    .xl\:-right-491p {
        right: -491px;
    }
    .xl\:-bottom-491p {
        bottom: -491px;
    }
    .xl\:-left-491p {
        left: -491px;
    }
    .xl\:-top-494p {
        top: -494px;
    }
    .xl\:-right-494p {
        right: -494px;
    }
    .xl\:-bottom-494p {
        bottom: -494px;
    }
    .xl\:-left-494p {
        left: -494px;
    }
    .xl\:-top-470p {
        top: -470px;
    }
    .xl\:-right-470p {
        right: -470px;
    }
    .xl\:-bottom-470p {
        bottom: -470px;
    }
    .xl\:-left-470p {
        left: -470px;
    }
    .xl\:-top-480p {
        top: -480px;
    }
    .xl\:-right-480p {
        right: -480px;
    }
    .xl\:-bottom-480p {
        bottom: -480px;
    }
    .xl\:-left-480p {
        left: -480px;
    }
    .xl\:-top-532p {
        top: -532px;
    }
    .xl\:-right-532p {
        right: -532px;
    }
    .xl\:-bottom-532p {
        bottom: -532px;
    }
    .xl\:-left-532p {
        left: -532px;
    }
    .xl\:-top-556p {
        top: -556px;
    }
    .xl\:-right-556p {
        right: -556px;
    }
    .xl\:-bottom-556p {
        bottom: -556px;
    }
    .xl\:-left-556p {
        left: -556px;
    }
    .xl\:-top-505p {
        top: -505px;
    }
    .xl\:-right-505p {
        right: -505px;
    }
    .xl\:-bottom-505p {
        bottom: -505px;
    }
    .xl\:-left-505p {
        left: -505px;
    }
    .xl\:-top-1179p {
        top: -1179px;
    }
    .xl\:-right-1179p {
        right: -1179px;
    }
    .xl\:-bottom-1179p {
        bottom: -1179px;
    }
    .xl\:-left-1179p {
        left: -1179px;
    }
    .xl\:-top-1253p {
        top: -1253px;
    }
    .xl\:-right-1253p {
        right: -1253px;
    }
    .xl\:-bottom-1253p {
        bottom: -1253px;
    }
    .xl\:-left-1253p {
        left: -1253px;
    }
    .xl\:-top-1575p {
        top: -1575px;
    }
    .xl\:-right-1575p {
        right: -1575px;
    }
    .xl\:-bottom-1575p {
        bottom: -1575px;
    }
    .xl\:-left-1575p {
        left: -1575px;
    }
    .xl\:-top-600p {
        top: -600px;
    }
    .xl\:-right-600p {
        right: -600px;
    }
    .xl\:-bottom-600p {
        bottom: -600px;
    }
    .xl\:-left-600p {
        left: -600px;
    }
    .xl\:-top-649p {
        top: -649px;
    }
    .xl\:-right-649p {
        right: -649px;
    }
    .xl\:-bottom-649p {
        bottom: -649px;
    }
    .xl\:-left-649p {
        left: -649px;
    }
    .xl\:-top-690p {
        top: -690px;
    }
    .xl\:-right-690p {
        right: -690px;
    }
    .xl\:-bottom-690p {
        bottom: -690px;
    }
    .xl\:-left-690p {
        left: -690px;
    }
    .xl\:-top-19\% {
        top: -19%;
    }
    .xl\:-right-19\% {
        right: -19%;
    }
    .xl\:-bottom-19\% {
        bottom: -19%;
    }
    .xl\:-left-19\% {
        left: -19%;
    }
    .xl\:-top-23\% {
        top: -23%;
    }
    .xl\:-right-23\% {
        right: -23%;
    }
    .xl\:-bottom-23\% {
        bottom: -23%;
    }
    .xl\:-left-23\% {
        left: -23%;
    }
    .xl\:-top-24\% {
        top: -24%;
    }
    .xl\:-right-24\% {
        right: -24%;
    }
    .xl\:-bottom-24\% {
        bottom: -24%;
    }
    .xl\:-left-24\% {
        left: -24%;
    }
    .xl\:-top-36\% {
        top: -36%;
    }
    .xl\:-right-36\% {
        right: -36%;
    }
    .xl\:-bottom-36\% {
        bottom: -36%;
    }
    .xl\:-left-36\% {
        left: -36%;
    }
    .xl\:-top-27\% {
        top: -27%;
    }
    .xl\:-right-27\% {
        right: -27%;
    }
    .xl\:-bottom-27\% {
        bottom: -27%;
    }
    .xl\:-left-27\% {
        left: -27%;
    }
    .xl\:-top-28\% {
        top: -28%;
    }
    .xl\:-right-28\% {
        right: -28%;
    }
    .xl\:-bottom-28\% {
        bottom: -28%;
    }
    .xl\:-left-28\% {
        left: -28%;
    }
    .xl\:-top-42\% {
        top: -42%;
    }
    .xl\:-right-42\% {
        right: -42%;
    }
    .xl\:-bottom-42\% {
        bottom: -42%;
    }
    .xl\:-left-42\% {
        left: -42%;
    }
    .xl\:-top-46\% {
        top: -46%;
    }
    .xl\:-right-46\% {
        right: -46%;
    }
    .xl\:-bottom-46\% {
        bottom: -46%;
    }
    .xl\:-left-46\% {
        left: -46%;
    }
    .xl\:-top-49\% {
        top: -49%;
    }
    .xl\:-right-49\% {
        right: -49%;
    }
    .xl\:-bottom-49\% {
        bottom: -49%;
    }
    .xl\:-left-49\% {
        left: -49%;
    }
    .xl\:-top-54\% {
        top: -54%;
    }
    .xl\:-right-54\% {
        right: -54%;
    }
    .xl\:-bottom-54\% {
        bottom: -54%;
    }
    .xl\:-left-54\% {
        left: -54%;
    }
    .xl\:-top-58\% {
        top: -58%;
    }
    .xl\:-right-58\% {
        right: -58%;
    }
    .xl\:-bottom-58\% {
        bottom: -58%;
    }
    .xl\:-left-58\% {
        left: -58%;
    }
    .xl\:-top-72\% {
        top: -72%;
    }
    .xl\:-right-72\% {
        right: -72%;
    }
    .xl\:-bottom-72\% {
        bottom: -72%;
    }
    .xl\:-left-72\% {
        left: -72%;
    }
    .xl\:-top-76\% {
        top: -76%;
    }
    .xl\:-right-76\% {
        right: -76%;
    }
    .xl\:-bottom-76\% {
        bottom: -76%;
    }
    .xl\:-left-76\% {
        left: -76%;
    }
    .xl\:-top-77\% {
        top: -77%;
    }
    .xl\:-right-77\% {
        right: -77%;
    }
    .xl\:-bottom-77\% {
        bottom: -77%;
    }
    .xl\:-left-77\% {
        left: -77%;
    }
    .xl\:-top-340p {
        top: -340px;
    }
    .xl\:-right-340p {
        right: -340px;
    }
    .xl\:-bottom-340p {
        bottom: -340px;
    }
    .xl\:-left-340p {
        left: -340px;
    }
    .xl\:-top-700p {
        top: -700px;
    }
    .xl\:-right-700p {
        right: -700px;
    }
    .xl\:-bottom-700p {
        bottom: -700px;
    }
    .xl\:-left-700p {
        left: -700px;
    }
    .xl\:-top-848p {
        top: -848px;
    }
    .xl\:-right-848p {
        right: -848px;
    }
    .xl\:-bottom-848p {
        bottom: -848px;
    }
    .xl\:-left-848p {
        left: -848px;
    }
    .xl\:-top-850p {
        top: -850px;
    }
    .xl\:-right-850p {
        right: -850px;
    }
    .xl\:-bottom-850p {
        bottom: -850px;
    }
    .xl\:-left-850p {
        left: -850px;
    }
    .xl\:-top-860p {
        top: -860px;
    }
    .xl\:-right-860p {
        right: -860px;
    }
    .xl\:-bottom-860p {
        bottom: -860px;
    }
    .xl\:-left-860p {
        left: -860px;
    }
    .xl\:-top-1425p {
        top: -1425px;
    }
    .xl\:-right-1425p {
        right: -1425px;
    }
    .xl\:-bottom-1425p {
        bottom: -1425px;
    }
    .xl\:-left-1425p {
        left: -1425px;
    }
    .xl\:top-1\/2 {
        top: 50%;
    }
    .xl\:right-1\/2 {
        right: 50%;
    }
    .xl\:bottom-1\/2 {
        bottom: 50%;
    }
    .xl\:left-1\/2 {
        left: 50%;
    }
    .xl\:top-1\/3 {
        top: 33.333333%;
    }
    .xl\:right-1\/3 {
        right: 33.333333%;
    }
    .xl\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .xl\:left-1\/3 {
        left: 33.333333%;
    }
    .xl\:top-2\/3 {
        top: 66.666667%;
    }
    .xl\:right-2\/3 {
        right: 66.666667%;
    }
    .xl\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .xl\:left-2\/3 {
        left: 66.666667%;
    }
    .xl\:top-1\/4 {
        top: 25%;
    }
    .xl\:right-1\/4 {
        right: 25%;
    }
    .xl\:bottom-1\/4 {
        bottom: 25%;
    }
    .xl\:left-1\/4 {
        left: 25%;
    }
    .xl\:top-2\/4 {
        top: 50%;
    }
    .xl\:right-2\/4 {
        right: 50%;
    }
    .xl\:bottom-2\/4 {
        bottom: 50%;
    }
    .xl\:left-2\/4 {
        left: 50%;
    }
    .xl\:top-3\/4 {
        top: 75%;
    }
    .xl\:right-3\/4 {
        right: 75%;
    }
    .xl\:bottom-3\/4 {
        bottom: 75%;
    }
    .xl\:left-3\/4 {
        left: 75%;
    }
    .xl\:top-full {
        top: 100%;
    }
    .xl\:right-full {
        right: 100%;
    }
    .xl\:bottom-full {
        bottom: 100%;
    }
    .xl\:left-full {
        left: 100%;
    }
    .xl\:-top-1\/2 {
        top: -50%;
    }
    .xl\:-right-1\/2 {
        right: -50%;
    }
    .xl\:-bottom-1\/2 {
        bottom: -50%;
    }
    .xl\:-left-1\/2 {
        left: -50%;
    }
    .xl\:-top-1\/3 {
        top: -33.333333%;
    }
    .xl\:-right-1\/3 {
        right: -33.333333%;
    }
    .xl\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .xl\:-left-1\/3 {
        left: -33.333333%;
    }
    .xl\:-top-2\/3 {
        top: -66.666667%;
    }
    .xl\:-right-2\/3 {
        right: -66.666667%;
    }
    .xl\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .xl\:-left-2\/3 {
        left: -66.666667%;
    }
    .xl\:-top-1\/4 {
        top: -25%;
    }
    .xl\:-right-1\/4 {
        right: -25%;
    }
    .xl\:-bottom-1\/4 {
        bottom: -25%;
    }
    .xl\:-left-1\/4 {
        left: -25%;
    }
    .xl\:-top-2\/4 {
        top: -50%;
    }
    .xl\:-right-2\/4 {
        right: -50%;
    }
    .xl\:-bottom-2\/4 {
        bottom: -50%;
    }
    .xl\:-left-2\/4 {
        left: -50%;
    }
    .xl\:-top-3\/4 {
        top: -75%;
    }
    .xl\:-right-3\/4 {
        right: -75%;
    }
    .xl\:-bottom-3\/4 {
        bottom: -75%;
    }
    .xl\:-left-3\/4 {
        left: -75%;
    }
    .xl\:-top-full {
        top: -100%;
    }
    .xl\:-right-full {
        right: -100%;
    }
    .xl\:-bottom-full {
        bottom: -100%;
    }
    .xl\:-left-full {
        left: -100%;
    }
    .xl\:resize-none {
        resize: none;
    }
    .xl\:resize-y {
        resize: vertical;
    }
    .xl\:resize-x {
        resize: horizontal;
    }
    .xl\:resize {
        resize: both;
    }
    .xl\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xl\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xl\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:ring-inset {
        --tw-ring-inset: inset;
    }
    .xl\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .xl\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .xl\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .xl\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .xl\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .xl\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .xl\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .xl\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .xl\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xl\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xl\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .xl\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .xl\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .xl\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .xl\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .xl\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .xl\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .xl\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .xl\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .xl\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .xl\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .xl\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .xl\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .xl\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .xl\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .xl\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .xl\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xl\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .xl\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .xl\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .xl\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .xl\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .xl\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .xl\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .xl\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .xl\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .xl\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .xl\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xl\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .xl\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xl\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xl\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .xl\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .xl\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .xl\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .xl\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .xl\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .xl\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .xl\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xl\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .xl\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .xl\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .xl\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .xl\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xl\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .xl\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xl\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .xl\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xl\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xl\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xl\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .xl\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .xl\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .xl\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .xl\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .xl\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .xl\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xl\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .xl\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xl\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xl\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .xl\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xl\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .xl\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .xl\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .xl\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .xl\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xl\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .xl\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xl\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xl\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .xl\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .xl\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .xl\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .xl\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .xl\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .xl\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .xl\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .xl\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xl\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xl\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .xl\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xl\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .xl\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .xl\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .xl\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .xl\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .xl\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xl\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xl\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .xl\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .xl\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xl\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .xl\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xl\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .xl\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .xl\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .xl\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .xl\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .xl\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .xl\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .xl\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .xl\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .xl\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .xl\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xl\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xl\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .xl\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xl\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .xl\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .xl\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .xl\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .xl\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xl\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .xl\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xl\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .xl\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xl\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .xl\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xl\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xl\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xl\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xl\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .xl\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xl\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xl\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .xl\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .xl\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .xl\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xl\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .xl\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xl\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .xl\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .xl\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .xl\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .xl\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .xl\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xl\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xl\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .xl\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .xl\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .xl\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .xl\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .xl\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .xl\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .xl\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .xl\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .xl\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .xl\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .xl\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .xl\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .xl\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .xl\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .xl\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .xl\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xl\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .xl\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .xl\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .xl\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .xl\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .xl\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .xl\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .xl\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .xl\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .xl\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .xl\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xl\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .xl\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xl\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xl\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .xl\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .xl\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .xl\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .xl\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .xl\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .xl\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .xl\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xl\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .xl\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .xl\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .xl\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .xl\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xl\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .xl\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xl\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .xl\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xl\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xl\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xl\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .xl\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .xl\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .xl\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .xl\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .xl\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .xl\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xl\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .xl\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xl\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xl\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .xl\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xl\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .xl\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .xl\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .xl\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .xl\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xl\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .xl\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xl\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xl\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .xl\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .xl\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .xl\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .xl\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .xl\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .xl\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .xl\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .xl\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xl\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xl\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .xl\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xl\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .xl\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .xl\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .xl\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .xl\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .xl\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xl\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xl\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .xl\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .xl\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xl\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .xl\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xl\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .xl\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .xl\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .xl\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .xl\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .xl\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .xl\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .xl\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .xl\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .xl\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .xl\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xl\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xl\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .xl\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xl\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .xl\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .xl\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .xl\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .xl\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xl\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .xl\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xl\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .xl\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xl\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .xl\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xl\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xl\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xl\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xl\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .xl\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xl\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xl\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .xl\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .xl\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .xl\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xl\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .xl\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xl\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .xl\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .xl\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .xl\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .xl\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .xl\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xl\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xl\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .xl\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .xl\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .xl\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .xl\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .xl\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .xl\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .xl\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .xl\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .xl\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .xl\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .xl\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .xl\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .xl\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .xl\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .xl\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .xl\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xl\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .xl\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .xl\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .xl\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .xl\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .xl\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .xl\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .xl\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .xl\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .xl\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .xl\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xl\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .xl\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xl\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xl\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .xl\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .xl\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .xl\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .xl\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .xl\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .xl\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .xl\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xl\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .xl\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .xl\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .xl\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .xl\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xl\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .xl\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xl\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .xl\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xl\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xl\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xl\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .xl\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .xl\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .xl\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .xl\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .xl\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .xl\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xl\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .xl\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xl\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xl\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .xl\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xl\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .xl\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .xl\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .xl\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .xl\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xl\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .xl\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xl\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xl\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .xl\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .xl\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .xl\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .xl\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .xl\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .xl\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .xl\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .xl\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xl\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xl\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .xl\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xl\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .xl\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .xl\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .xl\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .xl\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .xl\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xl\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xl\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .xl\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .xl\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xl\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .xl\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xl\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .xl\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .xl\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .xl\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .xl\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .xl\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .xl\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .xl\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .xl\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .xl\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .xl\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xl\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xl\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .xl\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xl\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .xl\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .xl\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xl\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .xl\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .xl\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xl\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .xl\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xl\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .xl\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xl\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .xl\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xl\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xl\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xl\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xl\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .xl\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xl\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xl\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .xl\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .xl\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .xl\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xl\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .xl\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xl\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .xl\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .xl\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .xl\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .xl\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .xl\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .xl\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .xl\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .xl\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .xl\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .xl\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .xl\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .xl\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .xl\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .xl\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .xl\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .xl\:ring-current {
        --tw-ring-color: currentColor;
    }
    .xl\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xl\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xl\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xl\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xl\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xl\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xl\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xl\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xl\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xl\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xl\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xl\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xl\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xl\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xl\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xl\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xl\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xl\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xl\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xl\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xl\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xl\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xl\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xl\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xl\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xl\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xl\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xl\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xl\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xl\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xl\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xl\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xl\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xl\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xl\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xl\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xl\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xl\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xl\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xl\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xl\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xl\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xl\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .xl\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .xl\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .xl\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .xl\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .xl\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .xl\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .xl\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xl\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .xl\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .xl\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .xl\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .xl\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .xl\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .xl\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .xl\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .xl\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .xl\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xl\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .xl\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .xl\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .xl\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .xl\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .xl\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .xl\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .xl\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .xl\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .xl\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xl\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xl\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .xl\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .xl\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .xl\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .xl\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .xl\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .xl\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .xl\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .xl\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .xl\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .xl\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .xl\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .xl\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .xl\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .xl\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .xl\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .xl\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .xl\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .xl\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .xl\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .xl\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .xl\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .xl\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .xl\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .xl\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .xl\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .xl\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .xl\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .xl\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .xl\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .xl\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .xl\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .xl\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .xl\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .xl\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .xl\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .xl\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .xl\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .xl\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .xl\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .xl\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .xl\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .xl\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .xl\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .xl\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .xl\:fill-current {
        fill: currentColor;
    }
    .xl\:stroke-current {
        stroke: currentColor;
    }
    .xl\:stroke-0 {
        stroke-width: 0;
    }
    .xl\:stroke-1 {
        stroke-width: 1;
    }
    .xl\:stroke-2 {
        stroke-width: 2;
    }
    .xl\:table-auto {
        table-layout: auto;
    }
    .xl\:table-fixed {
        table-layout: fixed;
    }
    .xl\:text-left {
        text-align: left;
    }
    .xl\:text-center {
        text-align: center;
    }
    .xl\:text-right {
        text-align: right;
    }
    .xl\:text-justify {
        text-align: justify;
    }
    .xl\:text-transparent {
        color: transparent;
    }
    .xl\:text-current {
        color: currentColor;
    }
    .xl\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xl\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xl\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xl\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xl\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xl\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xl\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xl\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xl\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xl\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xl\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xl\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xl\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xl\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xl\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xl\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xl\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xl\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xl\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xl\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xl\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xl\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xl\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xl\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xl\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xl\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xl\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xl\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xl\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xl\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xl\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xl\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xl\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xl\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xl\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xl\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xl\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xl\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xl\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xl\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xl\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xl\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xl\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xl\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xl\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xl\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xl\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xl\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xl\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xl\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xl\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xl\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xl\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xl\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xl\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xl\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xl\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xl\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xl\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xl\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xl\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xl\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xl\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xl\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xl\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xl\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xl\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xl\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xl\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xl\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xl\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xl\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xl\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xl\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xl\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xl\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xl\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xl\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xl\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xl\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xl\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xl\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xl\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xl\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xl\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xl\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xl\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xl\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xl\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xl\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xl\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xl\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xl\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xl\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xl\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xl\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xl\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xl\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xl\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xl\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xl\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xl\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xl\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xl\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xl\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xl\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xl\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xl\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xl\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xl\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xl\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xl\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xl\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xl\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xl\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xl\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xl\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xl\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xl\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xl\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xl\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xl\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xl\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xl\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xl\:text-gray-21 {
        color: #c5c5c5;
    }
    .xl\:text-gray-22 {
        color: #bfbfbf;
    }
    .xl\:text-gray-23 {
        color: #eee;
    }
    .xl\:text-gray-24 {
        color: #b7b7b7;
    }
    .xl\:text-gray-25 {
        color: #f0f0f0;
    }
    .xl\:text-gray-26 {
        color: #efefef;
    }
    .xl\:text-gray-27 {
        color: #bababa;
    }
    .xl\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xl\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xl\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xl\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .xl\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .xl\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xl\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xl\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .xl\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .xl\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .xl\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .xl\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .xl\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .xl\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .xl\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .xl\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .xl\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .xl\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .xl\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .xl\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .xl\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .xl\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .xl\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .xl\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .xl\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xl\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-transparent:hover {
        color: transparent;
    }
    .xl\:hover\:text-current:hover {
        color: currentColor;
    }
    .xl\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xl\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xl\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xl\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xl\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xl\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xl\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xl\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xl\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xl\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xl\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xl\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xl\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .xl\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .xl\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .xl\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .xl\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .xl\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .xl\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .xl\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xl\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xl\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-transparent:focus {
        color: transparent;
    }
    .xl\:focus\:text-current:focus {
        color: currentColor;
    }
    .xl\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xl\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xl\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xl\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xl\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .xl\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .xl\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xl\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xl\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xl\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xl\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xl\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xl\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xl\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xl\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xl\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .xl\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .xl\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .xl\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .xl\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .xl\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .xl\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .xl\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xl\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xl\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xl\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .xl\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .xl\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .xl\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .xl\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .xl\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .xl\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .xl\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .xl\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .xl\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .xl\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .xl\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .xl\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .xl\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .xl\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .xl\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .xl\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .xl\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .xl\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .xl\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .xl\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .xl\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .xl\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .xl\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .xl\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .xl\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .xl\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .xl\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .xl\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .xl\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .xl\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .xl\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .xl\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .xl\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .xl\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .xl\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .xl\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .xl\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .xl\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .xl\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .xl\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .xl\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .xl\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .xl\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .xl\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .xl\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .xl\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .xl\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .xl\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .xl\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .xl\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .xl\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .xl\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .xl\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .xl\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .xl\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .xl\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .xl\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .xl\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .xl\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .xl\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .xl\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .xl\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .xl\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .xl\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .xl\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .xl\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .xl\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .xl\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .xl\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .xl\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .xl\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .xl\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .xl\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .xl\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xl\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .xl\:overflow-clip {
        text-overflow: clip;
    }
    .xl\:italic {
        font-style: italic;
    }
    .xl\:not-italic {
        font-style: normal;
    }
    .xl\:uppercase {
        text-transform: uppercase;
    }
    .xl\:lowercase {
        text-transform: lowercase;
    }
    .xl\:capitalize {
        text-transform: capitalize;
    }
    .xl\:normal-case {
        text-transform: none;
    }
    .xl\:underline {
        text-decoration: underline;
    }
    .xl\:line-through {
        text-decoration: line-through;
    }
    .xl\:no-underline {
        text-decoration: none;
    }
    .group:hover .xl\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .xl\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .xl\:group-hover\:no-underline {
        text-decoration: none;
    }
    .xl\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .xl\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .xl\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .xl\:hover\:underline:hover {
        text-decoration: underline;
    }
    .xl\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .xl\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .xl\:focus\:underline:focus {
        text-decoration: underline;
    }
    .xl\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .xl\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .xl\:diagonal-fractions,
    .xl\:lining-nums,
    .xl\:oldstyle-nums,
    .xl\:ordinal,
    .xl\:proportional-nums,
    .xl\:slashed-zero,
    .xl\:stacked-fractions,
    .xl\:tabular-nums {
        --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
        --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
            var(--tw-numeric-figure) var(--tw-numeric-spacing)
            var(--tw-numeric-fraction);
    }
    .xl\:normal-nums {
        font-variant-numeric: normal;
    }
    .xl\:ordinal {
        --tw-ordinal: ordinal;
    }
    .xl\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .xl\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .xl\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .xl\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .xl\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .xl\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .xl\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .xl\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .xl\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .xl\:tracking-normal {
        letter-spacing: 0;
    }
    .xl\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .xl\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .xl\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .xl\:align-baseline {
        vertical-align: baseline;
    }
    .xl\:align-top {
        vertical-align: top;
    }
    .xl\:align-middle {
        vertical-align: middle;
    }
    .xl\:align-bottom {
        vertical-align: bottom;
    }
    .xl\:align-text-top {
        vertical-align: text-top;
    }
    .xl\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .xl\:visible {
        visibility: visible;
    }
    .xl\:invisible {
        visibility: hidden;
    }
    .xl\:whitespace-normal {
        white-space: normal;
    }
    .xl\:whitespace-nowrap {
        white-space: nowrap;
    }
    .xl\:whitespace-pre {
        white-space: pre;
    }
    .xl\:whitespace-pre-line {
        white-space: pre-line;
    }
    .xl\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .xl\:break-words {
        overflow-wrap: break-word;
    }
    .xl\:break-all {
        word-break: break-all;
    }
    .xl\:w-0 {
        width: 0;
    }
    .xl\:w-1 {
        width: 0.25rem;
    }
    .xl\:w-2 {
        width: 0.5rem;
    }
    .xl\:w-3 {
        width: 0.75rem;
    }
    .xl\:w-4 {
        width: 1rem;
    }
    .xl\:w-5 {
        width: 1.25rem;
    }
    .xl\:w-6 {
        width: 1.5rem;
    }
    .xl\:w-7 {
        width: 1.75rem;
    }
    .xl\:w-8 {
        width: 2rem;
    }
    .xl\:w-9 {
        width: 2.25rem;
    }
    .xl\:w-10 {
        width: 2.5rem;
    }
    .xl\:w-11 {
        width: 2.75rem;
    }
    .xl\:w-12 {
        width: 3rem;
    }
    .xl\:w-14 {
        width: 3.5rem;
    }
    .xl\:w-16 {
        width: 4rem;
    }
    .xl\:w-20 {
        width: 5rem;
    }
    .xl\:w-23 {
        width: 88px;
    }
    .xl\:w-24 {
        width: 6rem;
    }
    .xl\:w-25 {
        width: 100px;
    }
    .xl\:w-28 {
        width: 7rem;
    }
    .xl\:w-29 {
        width: 120px;
    }
    .xl\:w-32 {
        width: 8rem;
    }
    .xl\:w-33 {
        width: 130px;
    }
    .xl\:w-36 {
        width: 9rem;
    }
    .xl\:w-40 {
        width: 10rem;
    }
    .xl\:w-44 {
        width: 11rem;
    }
    .xl\:w-48 {
        width: 12rem;
    }
    .xl\:w-52 {
        width: 13rem;
    }
    .xl\:w-56 {
        width: 14rem;
    }
    .xl\:w-60 {
        width: 15rem;
    }
    .xl\:w-63 {
        width: 270px;
    }
    .xl\:w-64 {
        width: 16rem;
    }
    .xl\:w-72 {
        width: 18rem;
    }
    .xl\:w-80 {
        width: 20rem;
    }
    .xl\:w-92 {
        width: 475px;
    }
    .xl\:w-96 {
        width: 24rem;
    }
    .xl\:w-128 {
        width: 32rem;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-px {
        width: 1px;
    }
    .xl\:w-0\.5 {
        width: 0.125rem;
    }
    .xl\:w-1\.5 {
        width: 0.375rem;
    }
    .xl\:w-2\.5 {
        width: 0.625rem;
    }
    .xl\:w-3\.5 {
        width: 0.875rem;
    }
    .xl\:w-105p {
        width: 105px;
    }
    .xl\:w-50p {
        width: 50px;
    }
    .xl\:w-54p {
        width: 54px;
    }
    .xl\:w-1p {
        width: 1px;
    }
    .xl\:w-2p {
        width: 2px;
    }
    .xl\:w-3p {
        width: 3px;
    }
    .xl\:w-5p {
        width: 5px;
    }
    .xl\:w-7p {
        width: 7px;
    }
    .xl\:w-9p {
        width: 9px;
    }
    .xl\:w-10p {
        width: 10px;
    }
    .xl\:w-11p {
        width: 11px;
    }
    .xl\:w-13p {
        width: 13px;
    }
    .xl\:w-15p {
        width: 15px;
    }
    .xl\:w-18p {
        width: 18px;
    }
    .xl\:w-19p {
        width: 19px;
    }
    .xl\:w-21p {
        width: 21px;
    }
    .xl\:w-22p {
        width: 22px;
    }
    .xl\:w-23p {
        width: 23px;
    }
    .xl\:w-25p {
        width: 25px;
    }
    .xl\:w-26p {
        width: 26px;
    }
    .xl\:w-29p {
        width: 29px;
    }
    .xl\:w-30p {
        width: 30px;
    }
    .xl\:w-31p {
        width: 31px;
    }
    .xl\:w-35p {
        width: 35px;
    }
    .xl\:w-52p {
        width: 52px;
    }
    .xl\:w-53p {
        width: 53px;
    }
    .xl\:w-55p {
        width: 55px;
    }
    .xl\:w-59p {
        width: 59px;
    }
    .xl\:w-27p {
        width: 27px;
    }
    .xl\:w-33\.5p {
        width: 33.5px;
    }
    .xl\:w-38p {
        width: 38px;
    }
    .xl\:w-40p {
        width: 40px;
    }
    .xl\:w-46p {
        width: 46px;
    }
    .xl\:w-47p {
        width: 47px;
    }
    .xl\:w-49p {
        width: 49px;
    }
    .xl\:w-58p {
        width: 58px;
    }
    .xl\:w-75p {
        width: 75px;
    }
    .xl\:w-77p {
        width: 77px;
    }
    .xl\:w-60p {
        width: 60px;
    }
    .xl\:w-65p {
        width: 65px;
    }
    .xl\:w-66p {
        width: 66px;
    }
    .xl\:w-68p {
        width: 68px;
    }
    .xl\:w-70p {
        width: 70px;
    }
    .xl\:w-72p {
        width: 72px;
    }
    .xl\:w-74p {
        width: 74px;
    }
    .xl\:w-78p {
        width: 78px;
    }
    .xl\:w-80p {
        width: 80px;
    }
    .xl\:w-82p {
        width: 82px;
    }
    .xl\:w-84p {
        width: 84px;
    }
    .xl\:w-89p {
        width: 89px;
    }
    .xl\:w-93p {
        width: 93px;
    }
    .xl\:w-90p {
        width: 90px;
    }
    .xl\:w-97p {
        width: 97px;
    }
    .xl\:w-103p {
        width: 103px;
    }
    .xl\:w-116p {
        width: 116px;
    }
    .xl\:w-120p {
        width: 120px;
    }
    .xl\:w-125p {
        width: 125px;
    }
    .xl\:w-130p {
        width: 130px;
    }
    .xl\:w-135p {
        width: 135px;
    }
    .xl\:w-132p {
        width: 132px;
    }
    .xl\:w-150p {
        width: 150px;
    }
    .xl\:w-216p {
        width: 216px;
    }
    .xl\:w-225p {
        width: 225px;
    }
    .xl\:w-296p {
        width: 296px;
    }
    .xl\:w-270p {
        width: 270px;
    }
    .xl\:w-137p {
        width: 137px;
    }
    .xl\:w-141p {
        width: 141px;
    }
    .xl\:w-146p {
        width: 146px;
    }
    .xl\:w-152p {
        width: 152px;
    }
    .xl\:w-155p {
        width: 155px;
    }
    .xl\:w-163p {
        width: 163px;
    }
    .xl\:w-168p {
        width: 168px;
    }
    .xl\:w-173p {
        width: 173px;
    }
    .xl\:w-210p {
        width: 210px;
    }
    .xl\:w-245p {
        width: 245px;
    }
    .xl\:w-250p {
        width: 250px;
    }
    .xl\:w-260p {
        width: 260px;
    }
    .xl\:w-263p {
        width: 263px;
    }
    .xl\:w-266p {
        width: 266px;
    }
    .xl\:w-275p {
        width: 275px;
    }
    .xl\:w-300p {
        width: 300px;
    }
    .xl\:w-312p {
        width: 312px;
    }
    .xl\:w-318p {
        width: 318px;
    }
    .xl\:w-322p {
        width: 322px;
    }
    .xl\:w-337p {
        width: 337px;
    }
    .xl\:w-345p {
        width: 345px;
    }
    .xl\:w-344p {
        width: 344px;
    }
    .xl\:w-354p {
        width: 354px;
    }
    .xl\:w-364p {
        width: 364px;
    }
    .xl\:w-370p {
        width: 370px;
    }
    .xl\:w-382p {
        width: 382px;
    }
    .xl\:w-385p {
        width: 385px;
    }
    .xl\:w-400p {
        width: 400px;
    }
    .xl\:w-407p {
        width: 407px;
    }
    .xl\:w-411p {
        width: 411px;
    }
    .xl\:w-418p {
        width: 418px;
    }
    .xl\:w-430p {
        width: 430px;
    }
    .xl\:w-450p {
        width: 450px;
    }
    .xl\:w-468p {
        width: 468px;
    }
    .xl\:w-485p {
        width: 485px;
    }
    .xl\:w-491p {
        width: 491px;
    }
    .xl\:w-494p {
        width: 494px;
    }
    .xl\:w-470p {
        width: 470px;
    }
    .xl\:w-480p {
        width: 480px;
    }
    .xl\:w-532p {
        width: 532px;
    }
    .xl\:w-556p {
        width: 556px;
    }
    .xl\:w-505p {
        width: 505px;
    }
    .xl\:w-1179p {
        width: 1179px;
    }
    .xl\:w-1253p {
        width: 1253px;
    }
    .xl\:w-1575p {
        width: 1575px;
    }
    .xl\:w-600p {
        width: 600px;
    }
    .xl\:w-649p {
        width: 649px;
    }
    .xl\:w-690p {
        width: 690px;
    }
    .xl\:w-19\% {
        width: 19%;
    }
    .xl\:w-23\% {
        width: 23%;
    }
    .xl\:w-24\% {
        width: 24%;
    }
    .xl\:w-36\% {
        width: 36%;
    }
    .xl\:w-27\% {
        width: 27%;
    }
    .xl\:w-28\% {
        width: 28%;
    }
    .xl\:w-42\% {
        width: 42%;
    }
    .xl\:w-46\% {
        width: 46%;
    }
    .xl\:w-49\% {
        width: 49%;
    }
    .xl\:w-54\% {
        width: 54%;
    }
    .xl\:w-58\% {
        width: 58%;
    }
    .xl\:w-72\% {
        width: 72%;
    }
    .xl\:w-76\% {
        width: 76%;
    }
    .xl\:w-77\% {
        width: 77%;
    }
    .xl\:w-340p {
        width: 340px;
    }
    .xl\:w-700p {
        width: 700px;
    }
    .xl\:w-848p {
        width: 848px;
    }
    .xl\:w-850p {
        width: 850px;
    }
    .xl\:w-860p {
        width: 860px;
    }
    .xl\:w-1425p {
        width: 1425px;
    }
    .xl\:w-1\/2 {
        width: 50%;
    }
    .xl\:w-1\/3 {
        width: 33.333333%;
    }
    .xl\:w-2\/3 {
        width: 66.666667%;
    }
    .xl\:w-1\/4 {
        width: 25%;
    }
    .xl\:w-2\/4 {
        width: 50%;
    }
    .xl\:w-3\/4 {
        width: 75%;
    }
    .xl\:w-1\/5 {
        width: 20%;
    }
    .xl\:w-2\/5 {
        width: 40%;
    }
    .xl\:w-3\/5 {
        width: 60%;
    }
    .xl\:w-4\/5 {
        width: 80%;
    }
    .xl\:w-1\/6 {
        width: 16.666667%;
    }
    .xl\:w-2\/6 {
        width: 33.333333%;
    }
    .xl\:w-3\/6 {
        width: 50%;
    }
    .xl\:w-4\/6 {
        width: 66.666667%;
    }
    .xl\:w-5\/6 {
        width: 83.333333%;
    }
    .xl\:w-1\/12 {
        width: 8.333333%;
    }
    .xl\:w-2\/12 {
        width: 16.666667%;
    }
    .xl\:w-3\/12 {
        width: 25%;
    }
    .xl\:w-4\/12 {
        width: 33.333333%;
    }
    .xl\:w-5\/12 {
        width: 41.666667%;
    }
    .xl\:w-6\/12 {
        width: 50%;
    }
    .xl\:w-7\/12 {
        width: 58.333333%;
    }
    .xl\:w-8\/12 {
        width: 66.666667%;
    }
    .xl\:w-9\/12 {
        width: 75%;
    }
    .xl\:w-10\/12 {
        width: 83.333333%;
    }
    .xl\:w-11\/12 {
        width: 91.666667%;
    }
    .xl\:w-full {
        width: 100%;
    }
    .xl\:w-screen {
        width: 100vw;
    }
    .xl\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .xl\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .xl\:z-0 {
        z-index: 0;
    }
    .xl\:z-10 {
        z-index: 10;
    }
    .xl\:z-20 {
        z-index: 20;
    }
    .xl\:z-30 {
        z-index: 30;
    }
    .xl\:z-40 {
        z-index: 40;
    }
    .xl\:z-50 {
        z-index: 50;
    }
    .xl\:z-auto {
        z-index: auto;
    }
    .xl\:z-ng {
        z-index: -1;
    }
    .xl\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .xl\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .xl\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .xl\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .xl\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .xl\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .xl\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .xl\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .xl\:focus\:z-0:focus {
        z-index: 0;
    }
    .xl\:focus\:z-10:focus {
        z-index: 10;
    }
    .xl\:focus\:z-20:focus {
        z-index: 20;
    }
    .xl\:focus\:z-30:focus {
        z-index: 30;
    }
    .xl\:focus\:z-40:focus {
        z-index: 40;
    }
    .xl\:focus\:z-50:focus {
        z-index: 50;
    }
    .xl\:focus\:z-auto:focus {
        z-index: auto;
    }
    .xl\:focus\:z-ng:focus {
        z-index: -1;
    }
    .xl\:gap-0 {
        gap: 0;
    }
    .xl\:gap-1 {
        gap: 0.25rem;
    }
    .xl\:gap-2 {
        gap: 0.5rem;
    }
    .xl\:gap-3 {
        gap: 0.75rem;
    }
    .xl\:gap-4 {
        gap: 1rem;
    }
    .xl\:gap-5 {
        gap: 1.25rem;
    }
    .xl\:gap-6 {
        gap: 1.5rem;
    }
    .xl\:gap-7 {
        gap: 1.75rem;
    }
    .xl\:gap-8 {
        gap: 2rem;
    }
    .xl\:gap-9 {
        gap: 2.25rem;
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
    .xl\:gap-11 {
        gap: 2.75rem;
    }
    .xl\:gap-12 {
        gap: 3rem;
    }
    .xl\:gap-14 {
        gap: 3.5rem;
    }
    .xl\:gap-16 {
        gap: 4rem;
    }
    .xl\:gap-20 {
        gap: 5rem;
    }
    .xl\:gap-23 {
        gap: 88px;
    }
    .xl\:gap-24 {
        gap: 6rem;
    }
    .xl\:gap-25 {
        gap: 100px;
    }
    .xl\:gap-28 {
        gap: 7rem;
    }
    .xl\:gap-29 {
        gap: 120px;
    }
    .xl\:gap-32 {
        gap: 8rem;
    }
    .xl\:gap-33 {
        gap: 130px;
    }
    .xl\:gap-36 {
        gap: 9rem;
    }
    .xl\:gap-40 {
        gap: 10rem;
    }
    .xl\:gap-44 {
        gap: 11rem;
    }
    .xl\:gap-48 {
        gap: 12rem;
    }
    .xl\:gap-52 {
        gap: 13rem;
    }
    .xl\:gap-56 {
        gap: 14rem;
    }
    .xl\:gap-60 {
        gap: 15rem;
    }
    .xl\:gap-63 {
        gap: 270px;
    }
    .xl\:gap-64 {
        gap: 16rem;
    }
    .xl\:gap-72 {
        gap: 18rem;
    }
    .xl\:gap-80 {
        gap: 20rem;
    }
    .xl\:gap-92 {
        gap: 475px;
    }
    .xl\:gap-96 {
        gap: 24rem;
    }
    .xl\:gap-128 {
        gap: 32rem;
    }
    .xl\:gap-px {
        gap: 1px;
    }
    .xl\:gap-0\.5 {
        gap: 0.125rem;
    }
    .xl\:gap-1\.5 {
        gap: 0.375rem;
    }
    .xl\:gap-2\.5 {
        gap: 0.625rem;
    }
    .xl\:gap-3\.5 {
        gap: 0.875rem;
    }
    .xl\:gap-105p {
        gap: 105px;
    }
    .xl\:gap-50p {
        gap: 50px;
    }
    .xl\:gap-54p {
        gap: 54px;
    }
    .xl\:gap-1p {
        gap: 1px;
    }
    .xl\:gap-2p {
        gap: 2px;
    }
    .xl\:gap-3p {
        gap: 3px;
    }
    .xl\:gap-5p {
        gap: 5px;
    }
    .xl\:gap-7p {
        gap: 7px;
    }
    .xl\:gap-9p {
        gap: 9px;
    }
    .xl\:gap-10p {
        gap: 10px;
    }
    .xl\:gap-11p {
        gap: 11px;
    }
    .xl\:gap-13p {
        gap: 13px;
    }
    .xl\:gap-15p {
        gap: 15px;
    }
    .xl\:gap-18p {
        gap: 18px;
    }
    .xl\:gap-19p {
        gap: 19px;
    }
    .xl\:gap-21p {
        gap: 21px;
    }
    .xl\:gap-22p {
        gap: 22px;
    }
    .xl\:gap-23p {
        gap: 23px;
    }
    .xl\:gap-25p {
        gap: 25px;
    }
    .xl\:gap-26p {
        gap: 26px;
    }
    .xl\:gap-29p {
        gap: 29px;
    }
    .xl\:gap-30p {
        gap: 30px;
    }
    .xl\:gap-31p {
        gap: 31px;
    }
    .xl\:gap-35p {
        gap: 35px;
    }
    .xl\:gap-52p {
        gap: 52px;
    }
    .xl\:gap-53p {
        gap: 53px;
    }
    .xl\:gap-55p {
        gap: 55px;
    }
    .xl\:gap-59p {
        gap: 59px;
    }
    .xl\:gap-27p {
        gap: 27px;
    }
    .xl\:gap-33\.5p {
        gap: 33.5px;
    }
    .xl\:gap-38p {
        gap: 38px;
    }
    .xl\:gap-40p {
        gap: 40px;
    }
    .xl\:gap-46p {
        gap: 46px;
    }
    .xl\:gap-47p {
        gap: 47px;
    }
    .xl\:gap-49p {
        gap: 49px;
    }
    .xl\:gap-58p {
        gap: 58px;
    }
    .xl\:gap-75p {
        gap: 75px;
    }
    .xl\:gap-77p {
        gap: 77px;
    }
    .xl\:gap-60p {
        gap: 60px;
    }
    .xl\:gap-65p {
        gap: 65px;
    }
    .xl\:gap-66p {
        gap: 66px;
    }
    .xl\:gap-68p {
        gap: 68px;
    }
    .xl\:gap-70p {
        gap: 70px;
    }
    .xl\:gap-72p {
        gap: 72px;
    }
    .xl\:gap-74p {
        gap: 74px;
    }
    .xl\:gap-78p {
        gap: 78px;
    }
    .xl\:gap-80p {
        gap: 80px;
    }
    .xl\:gap-82p {
        gap: 82px;
    }
    .xl\:gap-84p {
        gap: 84px;
    }
    .xl\:gap-89p {
        gap: 89px;
    }
    .xl\:gap-93p {
        gap: 93px;
    }
    .xl\:gap-90p {
        gap: 90px;
    }
    .xl\:gap-97p {
        gap: 97px;
    }
    .xl\:gap-103p {
        gap: 103px;
    }
    .xl\:gap-116p {
        gap: 116px;
    }
    .xl\:gap-120p {
        gap: 120px;
    }
    .xl\:gap-125p {
        gap: 125px;
    }
    .xl\:gap-130p {
        gap: 130px;
    }
    .xl\:gap-135p {
        gap: 135px;
    }
    .xl\:gap-132p {
        gap: 132px;
    }
    .xl\:gap-150p {
        gap: 150px;
    }
    .xl\:gap-216p {
        gap: 216px;
    }
    .xl\:gap-225p {
        gap: 225px;
    }
    .xl\:gap-296p {
        gap: 296px;
    }
    .xl\:gap-270p {
        gap: 270px;
    }
    .xl\:gap-137p {
        gap: 137px;
    }
    .xl\:gap-141p {
        gap: 141px;
    }
    .xl\:gap-146p {
        gap: 146px;
    }
    .xl\:gap-152p {
        gap: 152px;
    }
    .xl\:gap-155p {
        gap: 155px;
    }
    .xl\:gap-163p {
        gap: 163px;
    }
    .xl\:gap-168p {
        gap: 168px;
    }
    .xl\:gap-173p {
        gap: 173px;
    }
    .xl\:gap-210p {
        gap: 210px;
    }
    .xl\:gap-245p {
        gap: 245px;
    }
    .xl\:gap-250p {
        gap: 250px;
    }
    .xl\:gap-260p {
        gap: 260px;
    }
    .xl\:gap-263p {
        gap: 263px;
    }
    .xl\:gap-266p {
        gap: 266px;
    }
    .xl\:gap-275p {
        gap: 275px;
    }
    .xl\:gap-300p {
        gap: 300px;
    }
    .xl\:gap-312p {
        gap: 312px;
    }
    .xl\:gap-318p {
        gap: 318px;
    }
    .xl\:gap-322p {
        gap: 322px;
    }
    .xl\:gap-337p {
        gap: 337px;
    }
    .xl\:gap-345p {
        gap: 345px;
    }
    .xl\:gap-344p {
        gap: 344px;
    }
    .xl\:gap-354p {
        gap: 354px;
    }
    .xl\:gap-364p {
        gap: 364px;
    }
    .xl\:gap-370p {
        gap: 370px;
    }
    .xl\:gap-382p {
        gap: 382px;
    }
    .xl\:gap-385p {
        gap: 385px;
    }
    .xl\:gap-400p {
        gap: 400px;
    }
    .xl\:gap-407p {
        gap: 407px;
    }
    .xl\:gap-411p {
        gap: 411px;
    }
    .xl\:gap-418p {
        gap: 418px;
    }
    .xl\:gap-430p {
        gap: 430px;
    }
    .xl\:gap-450p {
        gap: 450px;
    }
    .xl\:gap-468p {
        gap: 468px;
    }
    .xl\:gap-485p {
        gap: 485px;
    }
    .xl\:gap-491p {
        gap: 491px;
    }
    .xl\:gap-494p {
        gap: 494px;
    }
    .xl\:gap-470p {
        gap: 470px;
    }
    .xl\:gap-480p {
        gap: 480px;
    }
    .xl\:gap-532p {
        gap: 532px;
    }
    .xl\:gap-556p {
        gap: 556px;
    }
    .xl\:gap-505p {
        gap: 505px;
    }
    .xl\:gap-1179p {
        gap: 1179px;
    }
    .xl\:gap-1253p {
        gap: 1253px;
    }
    .xl\:gap-1575p {
        gap: 1575px;
    }
    .xl\:gap-600p {
        gap: 600px;
    }
    .xl\:gap-649p {
        gap: 649px;
    }
    .xl\:gap-690p {
        gap: 690px;
    }
    .xl\:gap-19\% {
        gap: 19%;
    }
    .xl\:gap-23\% {
        gap: 23%;
    }
    .xl\:gap-24\% {
        gap: 24%;
    }
    .xl\:gap-36\% {
        gap: 36%;
    }
    .xl\:gap-27\% {
        gap: 27%;
    }
    .xl\:gap-28\% {
        gap: 28%;
    }
    .xl\:gap-42\% {
        gap: 42%;
    }
    .xl\:gap-46\% {
        gap: 46%;
    }
    .xl\:gap-49\% {
        gap: 49%;
    }
    .xl\:gap-54\% {
        gap: 54%;
    }
    .xl\:gap-58\% {
        gap: 58%;
    }
    .xl\:gap-72\% {
        gap: 72%;
    }
    .xl\:gap-76\% {
        gap: 76%;
    }
    .xl\:gap-77\% {
        gap: 77%;
    }
    .xl\:gap-340p {
        gap: 340px;
    }
    .xl\:gap-700p {
        gap: 700px;
    }
    .xl\:gap-848p {
        gap: 848px;
    }
    .xl\:gap-850p {
        gap: 850px;
    }
    .xl\:gap-860p {
        gap: 860px;
    }
    .xl\:gap-1425p {
        gap: 1425px;
    }
    .xl\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .xl\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .xl\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .xl\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .xl\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .xl\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .xl\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .xl\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .xl\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .xl\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .xl\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .xl\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .xl\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xl\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .xl\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xl\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .xl\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .xl\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .xl\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .xl\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .xl\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .xl\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .xl\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xl\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .xl\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .xl\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .xl\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .xl\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .xl\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xl\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .xl\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .xl\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .xl\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .xl\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .xl\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .xl\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .xl\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xl\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .xl\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .xl\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .xl\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .xl\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .xl\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .xl\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .xl\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .xl\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .xl\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .xl\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .xl\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .xl\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .xl\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .xl\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .xl\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .xl\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .xl\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .xl\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .xl\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .xl\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .xl\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .xl\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .xl\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .xl\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .xl\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .xl\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .xl\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .xl\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .xl\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .xl\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .xl\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .xl\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .xl\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .xl\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .xl\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .xl\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .xl\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .xl\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .xl\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .xl\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .xl\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .xl\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .xl\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .xl\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .xl\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .xl\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .xl\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .xl\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .xl\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .xl\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .xl\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xl\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .xl\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xl\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .xl\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .xl\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .xl\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .xl\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .xl\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .xl\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xl\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .xl\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .xl\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .xl\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .xl\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .xl\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .xl\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .xl\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .xl\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .xl\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .xl\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .xl\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .xl\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .xl\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .xl\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .xl\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .xl\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .xl\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .xl\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .xl\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .xl\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .xl\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .xl\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .xl\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .xl\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .xl\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .xl\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .xl\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .xl\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .xl\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .xl\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .xl\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .xl\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .xl\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .xl\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .xl\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .xl\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .xl\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .xl\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .xl\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .xl\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .xl\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .xl\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .xl\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .xl\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .xl\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .xl\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .xl\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .xl\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .xl\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .xl\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .xl\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .xl\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .xl\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .xl\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .xl\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .xl\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .xl\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .xl\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .xl\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .xl\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .xl\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .xl\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .xl\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .xl\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .xl\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .xl\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .xl\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .xl\:gap-y-0 {
        row-gap: 0;
    }
    .xl\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .xl\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .xl\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .xl\:gap-y-4 {
        row-gap: 1rem;
    }
    .xl\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .xl\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .xl\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .xl\:gap-y-8 {
        row-gap: 2rem;
    }
    .xl\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .xl\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .xl\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .xl\:gap-y-12 {
        row-gap: 3rem;
    }
    .xl\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .xl\:gap-y-16 {
        row-gap: 4rem;
    }
    .xl\:gap-y-20 {
        row-gap: 5rem;
    }
    .xl\:gap-y-23 {
        row-gap: 88px;
    }
    .xl\:gap-y-24 {
        row-gap: 6rem;
    }
    .xl\:gap-y-25 {
        row-gap: 100px;
    }
    .xl\:gap-y-28 {
        row-gap: 7rem;
    }
    .xl\:gap-y-29 {
        row-gap: 120px;
    }
    .xl\:gap-y-32 {
        row-gap: 8rem;
    }
    .xl\:gap-y-33 {
        row-gap: 130px;
    }
    .xl\:gap-y-36 {
        row-gap: 9rem;
    }
    .xl\:gap-y-40 {
        row-gap: 10rem;
    }
    .xl\:gap-y-44 {
        row-gap: 11rem;
    }
    .xl\:gap-y-48 {
        row-gap: 12rem;
    }
    .xl\:gap-y-52 {
        row-gap: 13rem;
    }
    .xl\:gap-y-56 {
        row-gap: 14rem;
    }
    .xl\:gap-y-60 {
        row-gap: 15rem;
    }
    .xl\:gap-y-63 {
        row-gap: 270px;
    }
    .xl\:gap-y-64 {
        row-gap: 16rem;
    }
    .xl\:gap-y-72 {
        row-gap: 18rem;
    }
    .xl\:gap-y-80 {
        row-gap: 20rem;
    }
    .xl\:gap-y-92 {
        row-gap: 475px;
    }
    .xl\:gap-y-96 {
        row-gap: 24rem;
    }
    .xl\:gap-y-128 {
        row-gap: 32rem;
    }
    .xl\:gap-y-px {
        row-gap: 1px;
    }
    .xl\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .xl\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .xl\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .xl\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .xl\:gap-y-105p {
        row-gap: 105px;
    }
    .xl\:gap-y-50p {
        row-gap: 50px;
    }
    .xl\:gap-y-54p {
        row-gap: 54px;
    }
    .xl\:gap-y-1p {
        row-gap: 1px;
    }
    .xl\:gap-y-2p {
        row-gap: 2px;
    }
    .xl\:gap-y-3p {
        row-gap: 3px;
    }
    .xl\:gap-y-5p {
        row-gap: 5px;
    }
    .xl\:gap-y-7p {
        row-gap: 7px;
    }
    .xl\:gap-y-9p {
        row-gap: 9px;
    }
    .xl\:gap-y-10p {
        row-gap: 10px;
    }
    .xl\:gap-y-11p {
        row-gap: 11px;
    }
    .xl\:gap-y-13p {
        row-gap: 13px;
    }
    .xl\:gap-y-15p {
        row-gap: 15px;
    }
    .xl\:gap-y-18p {
        row-gap: 18px;
    }
    .xl\:gap-y-19p {
        row-gap: 19px;
    }
    .xl\:gap-y-21p {
        row-gap: 21px;
    }
    .xl\:gap-y-22p {
        row-gap: 22px;
    }
    .xl\:gap-y-23p {
        row-gap: 23px;
    }
    .xl\:gap-y-25p {
        row-gap: 25px;
    }
    .xl\:gap-y-26p {
        row-gap: 26px;
    }
    .xl\:gap-y-29p {
        row-gap: 29px;
    }
    .xl\:gap-y-30p {
        row-gap: 30px;
    }
    .xl\:gap-y-31p {
        row-gap: 31px;
    }
    .xl\:gap-y-35p {
        row-gap: 35px;
    }
    .xl\:gap-y-52p {
        row-gap: 52px;
    }
    .xl\:gap-y-53p {
        row-gap: 53px;
    }
    .xl\:gap-y-55p {
        row-gap: 55px;
    }
    .xl\:gap-y-59p {
        row-gap: 59px;
    }
    .xl\:gap-y-27p {
        row-gap: 27px;
    }
    .xl\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .xl\:gap-y-38p {
        row-gap: 38px;
    }
    .xl\:gap-y-40p {
        row-gap: 40px;
    }
    .xl\:gap-y-46p {
        row-gap: 46px;
    }
    .xl\:gap-y-47p {
        row-gap: 47px;
    }
    .xl\:gap-y-49p {
        row-gap: 49px;
    }
    .xl\:gap-y-58p {
        row-gap: 58px;
    }
    .xl\:gap-y-75p {
        row-gap: 75px;
    }
    .xl\:gap-y-77p {
        row-gap: 77px;
    }
    .xl\:gap-y-60p {
        row-gap: 60px;
    }
    .xl\:gap-y-65p {
        row-gap: 65px;
    }
    .xl\:gap-y-66p {
        row-gap: 66px;
    }
    .xl\:gap-y-68p {
        row-gap: 68px;
    }
    .xl\:gap-y-70p {
        row-gap: 70px;
    }
    .xl\:gap-y-72p {
        row-gap: 72px;
    }
    .xl\:gap-y-74p {
        row-gap: 74px;
    }
    .xl\:gap-y-78p {
        row-gap: 78px;
    }
    .xl\:gap-y-80p {
        row-gap: 80px;
    }
    .xl\:gap-y-82p {
        row-gap: 82px;
    }
    .xl\:gap-y-84p {
        row-gap: 84px;
    }
    .xl\:gap-y-89p {
        row-gap: 89px;
    }
    .xl\:gap-y-93p {
        row-gap: 93px;
    }
    .xl\:gap-y-90p {
        row-gap: 90px;
    }
    .xl\:gap-y-97p {
        row-gap: 97px;
    }
    .xl\:gap-y-103p {
        row-gap: 103px;
    }
    .xl\:gap-y-116p {
        row-gap: 116px;
    }
    .xl\:gap-y-120p {
        row-gap: 120px;
    }
    .xl\:gap-y-125p {
        row-gap: 125px;
    }
    .xl\:gap-y-130p {
        row-gap: 130px;
    }
    .xl\:gap-y-135p {
        row-gap: 135px;
    }
    .xl\:gap-y-132p {
        row-gap: 132px;
    }
    .xl\:gap-y-150p {
        row-gap: 150px;
    }
    .xl\:gap-y-216p {
        row-gap: 216px;
    }
    .xl\:gap-y-225p {
        row-gap: 225px;
    }
    .xl\:gap-y-296p {
        row-gap: 296px;
    }
    .xl\:gap-y-270p {
        row-gap: 270px;
    }
    .xl\:gap-y-137p {
        row-gap: 137px;
    }
    .xl\:gap-y-141p {
        row-gap: 141px;
    }
    .xl\:gap-y-146p {
        row-gap: 146px;
    }
    .xl\:gap-y-152p {
        row-gap: 152px;
    }
    .xl\:gap-y-155p {
        row-gap: 155px;
    }
    .xl\:gap-y-163p {
        row-gap: 163px;
    }
    .xl\:gap-y-168p {
        row-gap: 168px;
    }
    .xl\:gap-y-173p {
        row-gap: 173px;
    }
    .xl\:gap-y-210p {
        row-gap: 210px;
    }
    .xl\:gap-y-245p {
        row-gap: 245px;
    }
    .xl\:gap-y-250p {
        row-gap: 250px;
    }
    .xl\:gap-y-260p {
        row-gap: 260px;
    }
    .xl\:gap-y-263p {
        row-gap: 263px;
    }
    .xl\:gap-y-266p {
        row-gap: 266px;
    }
    .xl\:gap-y-275p {
        row-gap: 275px;
    }
    .xl\:gap-y-300p {
        row-gap: 300px;
    }
    .xl\:gap-y-312p {
        row-gap: 312px;
    }
    .xl\:gap-y-318p {
        row-gap: 318px;
    }
    .xl\:gap-y-322p {
        row-gap: 322px;
    }
    .xl\:gap-y-337p {
        row-gap: 337px;
    }
    .xl\:gap-y-345p {
        row-gap: 345px;
    }
    .xl\:gap-y-344p {
        row-gap: 344px;
    }
    .xl\:gap-y-354p {
        row-gap: 354px;
    }
    .xl\:gap-y-364p {
        row-gap: 364px;
    }
    .xl\:gap-y-370p {
        row-gap: 370px;
    }
    .xl\:gap-y-382p {
        row-gap: 382px;
    }
    .xl\:gap-y-385p {
        row-gap: 385px;
    }
    .xl\:gap-y-400p {
        row-gap: 400px;
    }
    .xl\:gap-y-407p {
        row-gap: 407px;
    }
    .xl\:gap-y-411p {
        row-gap: 411px;
    }
    .xl\:gap-y-418p {
        row-gap: 418px;
    }
    .xl\:gap-y-430p {
        row-gap: 430px;
    }
    .xl\:gap-y-450p {
        row-gap: 450px;
    }
    .xl\:gap-y-468p {
        row-gap: 468px;
    }
    .xl\:gap-y-485p {
        row-gap: 485px;
    }
    .xl\:gap-y-491p {
        row-gap: 491px;
    }
    .xl\:gap-y-494p {
        row-gap: 494px;
    }
    .xl\:gap-y-470p {
        row-gap: 470px;
    }
    .xl\:gap-y-480p {
        row-gap: 480px;
    }
    .xl\:gap-y-532p {
        row-gap: 532px;
    }
    .xl\:gap-y-556p {
        row-gap: 556px;
    }
    .xl\:gap-y-505p {
        row-gap: 505px;
    }
    .xl\:gap-y-1179p {
        row-gap: 1179px;
    }
    .xl\:gap-y-1253p {
        row-gap: 1253px;
    }
    .xl\:gap-y-1575p {
        row-gap: 1575px;
    }
    .xl\:gap-y-600p {
        row-gap: 600px;
    }
    .xl\:gap-y-649p {
        row-gap: 649px;
    }
    .xl\:gap-y-690p {
        row-gap: 690px;
    }
    .xl\:gap-y-19\% {
        row-gap: 19%;
    }
    .xl\:gap-y-23\% {
        row-gap: 23%;
    }
    .xl\:gap-y-24\% {
        row-gap: 24%;
    }
    .xl\:gap-y-36\% {
        row-gap: 36%;
    }
    .xl\:gap-y-27\% {
        row-gap: 27%;
    }
    .xl\:gap-y-28\% {
        row-gap: 28%;
    }
    .xl\:gap-y-42\% {
        row-gap: 42%;
    }
    .xl\:gap-y-46\% {
        row-gap: 46%;
    }
    .xl\:gap-y-49\% {
        row-gap: 49%;
    }
    .xl\:gap-y-54\% {
        row-gap: 54%;
    }
    .xl\:gap-y-58\% {
        row-gap: 58%;
    }
    .xl\:gap-y-72\% {
        row-gap: 72%;
    }
    .xl\:gap-y-76\% {
        row-gap: 76%;
    }
    .xl\:gap-y-77\% {
        row-gap: 77%;
    }
    .xl\:gap-y-340p {
        row-gap: 340px;
    }
    .xl\:gap-y-700p {
        row-gap: 700px;
    }
    .xl\:gap-y-848p {
        row-gap: 848px;
    }
    .xl\:gap-y-850p {
        row-gap: 850px;
    }
    .xl\:gap-y-860p {
        row-gap: 860px;
    }
    .xl\:gap-y-1425p {
        row-gap: 1425px;
    }
    .xl\:grid-flow-row {
        grid-auto-flow: row;
    }
    .xl\:grid-flow-col {
        grid-auto-flow: column;
    }
    .xl\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .xl\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .xl\:grid-cols-none {
        grid-template-columns: none;
    }
    .xl\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .xl\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .xl\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .xl\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .xl\:col-auto {
        grid-column: auto;
    }
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .xl\:col-span-full {
        grid-column: 1/-1;
    }
    .xl\:col-start-1 {
        grid-column-start: 1;
    }
    .xl\:col-start-2 {
        grid-column-start: 2;
    }
    .xl\:col-start-3 {
        grid-column-start: 3;
    }
    .xl\:col-start-4 {
        grid-column-start: 4;
    }
    .xl\:col-start-5 {
        grid-column-start: 5;
    }
    .xl\:col-start-6 {
        grid-column-start: 6;
    }
    .xl\:col-start-7 {
        grid-column-start: 7;
    }
    .xl\:col-start-8 {
        grid-column-start: 8;
    }
    .xl\:col-start-9 {
        grid-column-start: 9;
    }
    .xl\:col-start-10 {
        grid-column-start: 10;
    }
    .xl\:col-start-11 {
        grid-column-start: 11;
    }
    .xl\:col-start-12 {
        grid-column-start: 12;
    }
    .xl\:col-start-13 {
        grid-column-start: 13;
    }
    .xl\:col-start-auto {
        grid-column-start: auto;
    }
    .xl\:col-end-1 {
        grid-column-end: 1;
    }
    .xl\:col-end-2 {
        grid-column-end: 2;
    }
    .xl\:col-end-3 {
        grid-column-end: 3;
    }
    .xl\:col-end-4 {
        grid-column-end: 4;
    }
    .xl\:col-end-5 {
        grid-column-end: 5;
    }
    .xl\:col-end-6 {
        grid-column-end: 6;
    }
    .xl\:col-end-7 {
        grid-column-end: 7;
    }
    .xl\:col-end-8 {
        grid-column-end: 8;
    }
    .xl\:col-end-9 {
        grid-column-end: 9;
    }
    .xl\:col-end-10 {
        grid-column-end: 10;
    }
    .xl\:col-end-11 {
        grid-column-end: 11;
    }
    .xl\:col-end-12 {
        grid-column-end: 12;
    }
    .xl\:col-end-13 {
        grid-column-end: 13;
    }
    .xl\:col-end-auto {
        grid-column-end: auto;
    }
    .xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-rows-none {
        grid-template-rows: none;
    }
    .xl\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .xl\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .xl\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .xl\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .xl\:row-auto {
        grid-row: auto;
    }
    .xl\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .xl\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .xl\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .xl\:row-span-full {
        grid-row: 1/-1;
    }
    .xl\:row-start-1 {
        grid-row-start: 1;
    }
    .xl\:row-start-2 {
        grid-row-start: 2;
    }
    .xl\:row-start-3 {
        grid-row-start: 3;
    }
    .xl\:row-start-4 {
        grid-row-start: 4;
    }
    .xl\:row-start-5 {
        grid-row-start: 5;
    }
    .xl\:row-start-6 {
        grid-row-start: 6;
    }
    .xl\:row-start-7 {
        grid-row-start: 7;
    }
    .xl\:row-start-auto {
        grid-row-start: auto;
    }
    .xl\:row-end-1 {
        grid-row-end: 1;
    }
    .xl\:row-end-2 {
        grid-row-end: 2;
    }
    .xl\:row-end-3 {
        grid-row-end: 3;
    }
    .xl\:row-end-4 {
        grid-row-end: 4;
    }
    .xl\:row-end-5 {
        grid-row-end: 5;
    }
    .xl\:row-end-6 {
        grid-row-end: 6;
    }
    .xl\:row-end-7 {
        grid-row-end: 7;
    }
    .xl\:row-end-auto {
        grid-row-end: auto;
    }
    .xl\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .xl\:transform-none {
        transform: none;
    }
    .xl\:origin-center {
        transform-origin: center;
    }
    .xl\:origin-top {
        transform-origin: top;
    }
    .xl\:origin-top-right {
        transform-origin: top right;
    }
    .xl\:origin-right {
        transform-origin: right;
    }
    .xl\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .xl\:origin-bottom {
        transform-origin: bottom;
    }
    .xl\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .xl\:origin-left {
        transform-origin: left;
    }
    .xl\:origin-top-left {
        transform-origin: top left;
    }
    .xl\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xl\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xl\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xl\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xl\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xl\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xl\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xl\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xl\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xl\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xl\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .xl\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .xl\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .xl\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .xl\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .xl\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .xl\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .xl\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .xl\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .xl\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .xl\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .xl\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .xl\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .xl\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .xl\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .xl\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .xl\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .xl\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .xl\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .xl\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .xl\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .xl\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .xl\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xl\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xl\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xl\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xl\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xl\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xl\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xl\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xl\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xl\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xl\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xl\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .xl\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .xl\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .xl\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .xl\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .xl\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .xl\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .xl\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .xl\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .xl\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .xl\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .xl\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .xl\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .xl\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .xl\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .xl\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .xl\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .xl\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .xl\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .xl\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .xl\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .xl\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .xl\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xl\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xl\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xl\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xl\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xl\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xl\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xl\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xl\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xl\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xl\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xl\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .xl\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .xl\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .xl\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .xl\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .xl\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .xl\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .xl\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .xl\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .xl\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .xl\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .xl\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .xl\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .xl\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .xl\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .xl\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .xl\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .xl\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .xl\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .xl\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .xl\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .xl\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .xl\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .xl\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .xl\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .xl\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .xl\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .xl\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .xl\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .xl\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .xl\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .xl\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .xl\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .xl\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .xl\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .xl\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .xl\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .xl\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .xl\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .xl\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .xl\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .xl\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .xl\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .xl\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .xl\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .xl\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .xl\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .xl\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .xl\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .xl\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .xl\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .xl\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .xl\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .xl\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .xl\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .xl\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .xl\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .xl\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .xl\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .xl\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .xl\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .xl\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .xl\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .xl\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .xl\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .xl\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .xl\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .xl\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .xl\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .xl\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .xl\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .xl\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .xl\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .xl\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xl\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .xl\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .xl\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .xl\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .xl\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .xl\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .xl\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .xl\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .xl\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .xl\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .xl\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .xl\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .xl\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .xl\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .xl\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .xl\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .xl\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .xl\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .xl\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .xl\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .xl\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .xl\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .xl\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .xl\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .xl\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .xl\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .xl\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .xl\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .xl\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .xl\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .xl\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .xl\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .xl\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .xl\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .xl\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .xl\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .xl\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .xl\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .xl\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .xl\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .xl\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .xl\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .xl\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .xl\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .xl\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .xl\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .xl\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .xl\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .xl\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .xl\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .xl\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .xl\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .xl\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .xl\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .xl\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .xl\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .xl\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .xl\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .xl\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .xl\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .xl\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .xl\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .xl\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .xl\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .xl\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .xl\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .xl\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .xl\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .xl\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .xl\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .xl\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .xl\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .xl\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .xl\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .xl\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .xl\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .xl\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .xl\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .xl\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .xl\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .xl\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .xl\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .xl\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .xl\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .xl\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .xl\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .xl\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .xl\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .xl\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .xl\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .xl\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .xl\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .xl\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .xl\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .xl\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .xl\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .xl\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .xl\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .xl\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .xl\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .xl\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .xl\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .xl\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .xl\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .xl\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .xl\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .xl\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .xl\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .xl\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .xl\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .xl\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .xl\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .xl\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .xl\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .xl\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .xl\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .xl\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .xl\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .xl\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .xl\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .xl\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .xl\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .xl\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .xl\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .xl\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .xl\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .xl\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .xl\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .xl\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .xl\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .xl\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .xl\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .xl\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .xl\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .xl\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .xl\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .xl\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .xl\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .xl\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .xl\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .xl\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .xl\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .xl\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .xl\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .xl\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .xl\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .xl\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .xl\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .xl\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .xl\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .xl\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .xl\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .xl\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .xl\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .xl\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .xl\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .xl\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .xl\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .xl\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .xl\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .xl\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .xl\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .xl\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .xl\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .xl\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .xl\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .xl\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .xl\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .xl\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .xl\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .xl\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .xl\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .xl\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .xl\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .xl\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xl\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .xl\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .xl\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .xl\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .xl\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .xl\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .xl\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .xl\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .xl\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .xl\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .xl\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .xl\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .xl\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .xl\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .xl\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .xl\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .xl\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .xl\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .xl\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .xl\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .xl\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .xl\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .xl\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .xl\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .xl\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .xl\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .xl\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .xl\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .xl\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .xl\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .xl\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .xl\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .xl\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .xl\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .xl\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .xl\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .xl\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .xl\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .xl\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .xl\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .xl\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .xl\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .xl\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .xl\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .xl\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .xl\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .xl\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .xl\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .xl\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .xl\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .xl\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .xl\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .xl\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .xl\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .xl\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .xl\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .xl\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .xl\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .xl\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .xl\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .xl\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .xl\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .xl\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .xl\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .xl\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .xl\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .xl\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .xl\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .xl\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .xl\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .xl\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .xl\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .xl\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .xl\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .xl\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .xl\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .xl\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .xl\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .xl\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .xl\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .xl\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .xl\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .xl\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .xl\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .xl\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .xl\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .xl\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .xl\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .xl\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .xl\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .xl\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .xl\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .xl\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .xl\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .xl\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .xl\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .xl\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .xl\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .xl\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .xl\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .xl\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .xl\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .xl\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .xl\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .xl\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .xl\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .xl\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .xl\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .xl\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .xl\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .xl\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .xl\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .xl\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .xl\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .xl\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .xl\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .xl\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .xl\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .xl\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .xl\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .xl\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .xl\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .xl\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .xl\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .xl\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .xl\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .xl\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .xl\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .xl\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .xl\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .xl\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .xl\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .xl\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .xl\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .xl\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .xl\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .xl\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .xl\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .xl\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .xl\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .xl\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .xl\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .xl\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .xl\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .xl\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .xl\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .xl\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .xl\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .xl\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .xl\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .xl\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .xl\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .xl\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .xl\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .xl\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .xl\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .xl\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .xl\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .xl\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .xl\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .xl\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .xl\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .xl\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .xl\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .xl\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .xl\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .xl\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .xl\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .xl\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .xl\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .xl\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .xl\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .xl\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .xl\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .xl\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .xl\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .xl\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .xl\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .xl\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .xl\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .xl\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .xl\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .xl\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .xl\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .xl\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .xl\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .xl\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xl\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .xl\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .xl\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .xl\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .xl\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .xl\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .xl\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .xl\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .xl\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .xl\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .xl\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .xl\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .xl\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .xl\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .xl\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .xl\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .xl\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .xl\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .xl\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .xl\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .xl\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .xl\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .xl\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .xl\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .xl\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .xl\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .xl\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .xl\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .xl\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .xl\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .xl\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .xl\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .xl\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .xl\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .xl\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .xl\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .xl\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .xl\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .xl\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .xl\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .xl\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .xl\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .xl\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .xl\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .xl\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .xl\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .xl\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .xl\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .xl\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .xl\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .xl\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .xl\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .xl\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .xl\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .xl\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .xl\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .xl\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .xl\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .xl\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .xl\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .xl\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .xl\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .xl\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .xl\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .xl\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .xl\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .xl\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .xl\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .xl\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .xl\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .xl\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .xl\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .xl\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .xl\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .xl\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .xl\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .xl\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .xl\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .xl\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .xl\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .xl\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .xl\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .xl\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .xl\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .xl\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .xl\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .xl\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .xl\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .xl\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .xl\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .xl\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .xl\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .xl\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .xl\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .xl\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .xl\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .xl\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .xl\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .xl\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .xl\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .xl\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .xl\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .xl\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .xl\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .xl\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .xl\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .xl\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .xl\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .xl\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .xl\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .xl\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .xl\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .xl\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .xl\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .xl\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .xl\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .xl\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .xl\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .xl\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .xl\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .xl\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .xl\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .xl\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .xl\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .xl\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .xl\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .xl\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .xl\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .xl\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .xl\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .xl\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .xl\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .xl\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .xl\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .xl\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .xl\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .xl\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .xl\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .xl\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .xl\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .xl\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .xl\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .xl\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .xl\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .xl\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .xl\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .xl\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .xl\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .xl\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .xl\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .xl\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .xl\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .xl\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .xl\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .xl\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .xl\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .xl\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .xl\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .xl\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .xl\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .xl\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .xl\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .xl\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .xl\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .xl\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .xl\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .xl\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .xl\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .xl\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .xl\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .xl\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .xl\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .xl\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .xl\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .xl\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xl\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .xl\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .xl\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .xl\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .xl\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .xl\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .xl\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .xl\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .xl\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .xl\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .xl\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .xl\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .xl\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .xl\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .xl\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .xl\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .xl\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .xl\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .xl\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .xl\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .xl\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .xl\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .xl\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .xl\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .xl\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .xl\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .xl\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .xl\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .xl\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .xl\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .xl\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .xl\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .xl\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .xl\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .xl\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .xl\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .xl\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .xl\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .xl\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .xl\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .xl\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .xl\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .xl\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .xl\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .xl\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .xl\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .xl\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .xl\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .xl\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .xl\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .xl\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .xl\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .xl\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .xl\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .xl\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .xl\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .xl\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .xl\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .xl\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .xl\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .xl\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .xl\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .xl\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .xl\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .xl\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .xl\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .xl\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .xl\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .xl\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .xl\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .xl\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .xl\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .xl\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .xl\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .xl\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .xl\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .xl\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .xl\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .xl\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .xl\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .xl\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .xl\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .xl\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .xl\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .xl\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .xl\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .xl\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .xl\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .xl\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .xl\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .xl\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .xl\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .xl\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .xl\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .xl\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .xl\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .xl\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .xl\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .xl\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .xl\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .xl\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .xl\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .xl\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .xl\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .xl\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .xl\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .xl\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .xl\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .xl\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .xl\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .xl\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .xl\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .xl\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .xl\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .xl\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .xl\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .xl\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .xl\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .xl\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .xl\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .xl\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .xl\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .xl\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .xl\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .xl\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .xl\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .xl\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .xl\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .xl\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .xl\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .xl\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .xl\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .xl\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .xl\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .xl\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .xl\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .xl\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .xl\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .xl\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .xl\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .xl\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .xl\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .xl\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .xl\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .xl\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .xl\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .xl\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .xl\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .xl\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .xl\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .xl\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .xl\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .xl\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .xl\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .xl\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .xl\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .xl\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .xl\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .xl\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .xl\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .xl\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .xl\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .xl\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .xl\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .xl\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .xl\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .xl\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .xl\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .xl\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .xl\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .xl\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .xl\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .xl\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .xl\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .xl\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .xl\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .xl\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .xl\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .xl\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .xl\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .xl\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .xl\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .xl\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .xl\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .xl\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .xl\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .xl\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xl\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .xl\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .xl\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .xl\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .xl\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .xl\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .xl\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .xl\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .xl\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .xl\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .xl\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .xl\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .xl\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .xl\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .xl\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .xl\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .xl\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .xl\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .xl\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .xl\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .xl\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .xl\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .xl\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .xl\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .xl\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .xl\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .xl\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .xl\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .xl\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .xl\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .xl\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .xl\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .xl\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .xl\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .xl\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .xl\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .xl\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .xl\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .xl\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .xl\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .xl\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .xl\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .xl\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .xl\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .xl\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .xl\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .xl\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .xl\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .xl\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .xl\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .xl\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .xl\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .xl\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .xl\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .xl\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .xl\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .xl\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .xl\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .xl\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .xl\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .xl\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .xl\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .xl\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .xl\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .xl\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .xl\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .xl\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .xl\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .xl\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .xl\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .xl\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .xl\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .xl\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .xl\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .xl\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .xl\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .xl\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .xl\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .xl\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .xl\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .xl\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .xl\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .xl\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .xl\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .xl\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .xl\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .xl\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .xl\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .xl\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .xl\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .xl\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .xl\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .xl\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .xl\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .xl\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .xl\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .xl\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .xl\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .xl\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .xl\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .xl\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .xl\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .xl\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .xl\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .xl\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .xl\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .xl\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .xl\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .xl\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .xl\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .xl\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .xl\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .xl\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .xl\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .xl\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .xl\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .xl\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .xl\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .xl\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .xl\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .xl\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .xl\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .xl\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .xl\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .xl\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .xl\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .xl\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .xl\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .xl\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .xl\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .xl\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .xl\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .xl\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .xl\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .xl\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .xl\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .xl\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .xl\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .xl\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .xl\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .xl\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .xl\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .xl\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .xl\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .xl\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .xl\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .xl\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .xl\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .xl\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .xl\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .xl\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .xl\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .xl\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .xl\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .xl\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .xl\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .xl\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .xl\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .xl\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .xl\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .xl\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .xl\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .xl\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .xl\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .xl\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .xl\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .xl\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .xl\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .xl\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .xl\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .xl\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .xl\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .xl\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .xl\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .xl\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xl\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .xl\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .xl\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .xl\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .xl\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .xl\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .xl\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .xl\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .xl\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .xl\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .xl\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .xl\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .xl\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .xl\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .xl\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .xl\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .xl\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .xl\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .xl\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .xl\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .xl\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .xl\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .xl\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .xl\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .xl\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .xl\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .xl\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .xl\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .xl\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .xl\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .xl\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .xl\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .xl\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .xl\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .xl\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .xl\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .xl\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .xl\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .xl\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .xl\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .xl\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .xl\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .xl\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .xl\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .xl\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .xl\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .xl\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .xl\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .xl\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .xl\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .xl\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .xl\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .xl\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .xl\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .xl\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .xl\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .xl\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .xl\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .xl\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .xl\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .xl\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .xl\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .xl\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .xl\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .xl\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .xl\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .xl\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .xl\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .xl\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .xl\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .xl\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .xl\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .xl\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .xl\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .xl\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .xl\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .xl\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .xl\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .xl\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .xl\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .xl\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .xl\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .xl\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .xl\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .xl\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .xl\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .xl\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .xl\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .xl\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .xl\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .xl\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .xl\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .xl\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .xl\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .xl\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .xl\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .xl\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .xl\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .xl\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .xl\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .xl\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .xl\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .xl\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .xl\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .xl\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .xl\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .xl\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .xl\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .xl\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .xl\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .xl\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .xl\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .xl\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .xl\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .xl\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .xl\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .xl\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .xl\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .xl\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .xl\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .xl\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .xl\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .xl\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .xl\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .xl\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .xl\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .xl\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .xl\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .xl\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .xl\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .xl\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .xl\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .xl\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .xl\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .xl\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .xl\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .xl\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .xl\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .xl\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .xl\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .xl\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .xl\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .xl\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .xl\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .xl\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .xl\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .xl\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .xl\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .xl\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .xl\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .xl\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .xl\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .xl\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .xl\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .xl\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .xl\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .xl\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .xl\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .xl\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .xl\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .xl\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .xl\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .xl\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .xl\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .xl\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .xl\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .xl\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .xl\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .xl\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .xl\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .xl\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .xl\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .xl\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .xl\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .xl\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .xl\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .xl\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .xl\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .xl\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .xl\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .xl\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .xl\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .xl\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .xl\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .xl\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .xl\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .xl\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .xl\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .xl\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xl\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .xl\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .xl\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .xl\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .xl\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .xl\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .xl\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .xl\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .xl\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .xl\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .xl\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .xl\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .xl\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .xl\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .xl\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .xl\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .xl\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .xl\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .xl\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .xl\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .xl\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .xl\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .xl\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .xl\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .xl\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .xl\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .xl\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .xl\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .xl\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .xl\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .xl\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .xl\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .xl\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .xl\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .xl\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .xl\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .xl\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .xl\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .xl\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .xl\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .xl\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .xl\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .xl\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .xl\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .xl\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .xl\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .xl\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .xl\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .xl\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .xl\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .xl\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .xl\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .xl\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .xl\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .xl\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .xl\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .xl\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .xl\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .xl\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .xl\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .xl\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .xl\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .xl\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .xl\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .xl\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .xl\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .xl\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .xl\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .xl\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .xl\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .xl\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .xl\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .xl\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .xl\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .xl\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .xl\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .xl\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .xl\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .xl\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .xl\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .xl\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .xl\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .xl\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .xl\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .xl\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .xl\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .xl\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .xl\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .xl\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .xl\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .xl\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .xl\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .xl\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .xl\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .xl\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .xl\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .xl\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .xl\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .xl\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .xl\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .xl\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .xl\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .xl\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .xl\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .xl\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .xl\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .xl\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .xl\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .xl\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .xl\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .xl\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .xl\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .xl\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .xl\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .xl\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .xl\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .xl\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .xl\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .xl\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .xl\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .xl\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .xl\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .xl\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .xl\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .xl\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .xl\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .xl\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .xl\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .xl\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .xl\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .xl\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .xl\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .xl\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .xl\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .xl\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .xl\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .xl\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .xl\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .xl\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .xl\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .xl\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .xl\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .xl\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .xl\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .xl\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .xl\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .xl\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .xl\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .xl\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .xl\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .xl\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .xl\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .xl\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .xl\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .xl\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .xl\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .xl\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .xl\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .xl\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .xl\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .xl\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .xl\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .xl\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .xl\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .xl\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .xl\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .xl\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .xl\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .xl\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .xl\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .xl\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .xl\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .xl\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .xl\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .xl\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xl\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .xl\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .xl\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .xl\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .xl\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .xl\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .xl\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .xl\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .xl\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .xl\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .xl\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .xl\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .xl\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .xl\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .xl\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .xl\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .xl\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .xl\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .xl\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .xl\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .xl\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .xl\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .xl\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .xl\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .xl\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .xl\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .xl\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .xl\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .xl\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .xl\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .xl\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .xl\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .xl\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .xl\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .xl\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .xl\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .xl\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .xl\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .xl\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .xl\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .xl\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .xl\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .xl\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .xl\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .xl\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .xl\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .xl\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .xl\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .xl\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .xl\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .xl\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .xl\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .xl\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .xl\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .xl\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .xl\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .xl\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .xl\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .xl\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .xl\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .xl\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .xl\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .xl\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .xl\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .xl\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .xl\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .xl\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .xl\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .xl\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .xl\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .xl\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .xl\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .xl\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .xl\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .xl\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .xl\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .xl\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .xl\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .xl\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .xl\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .xl\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .xl\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .xl\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .xl\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .xl\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .xl\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .xl\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .xl\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .xl\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .xl\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .xl\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .xl\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .xl\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .xl\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .xl\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .xl\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .xl\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .xl\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .xl\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .xl\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .xl\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .xl\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .xl\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .xl\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .xl\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .xl\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .xl\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .xl\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .xl\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .xl\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .xl\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .xl\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .xl\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .xl\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .xl\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .xl\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .xl\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .xl\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .xl\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .xl\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .xl\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .xl\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .xl\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .xl\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .xl\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .xl\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .xl\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .xl\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .xl\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .xl\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .xl\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .xl\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .xl\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .xl\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .xl\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .xl\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .xl\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .xl\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .xl\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .xl\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .xl\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .xl\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .xl\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .xl\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .xl\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .xl\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .xl\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .xl\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .xl\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .xl\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .xl\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .xl\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .xl\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .xl\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .xl\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .xl\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .xl\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .xl\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .xl\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .xl\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .xl\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .xl\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .xl\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .xl\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .xl\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .xl\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .xl\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .xl\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .xl\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .xl\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .xl\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .xl\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .xl\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .xl\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .xl\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .xl\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .xl\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .xl\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .xl\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .xl\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .xl\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .xl\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .xl\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .xl\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .xl\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .xl\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .xl\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .xl\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .xl\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xl\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .xl\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .xl\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .xl\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .xl\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .xl\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .xl\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .xl\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .xl\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .xl\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .xl\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .xl\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .xl\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .xl\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .xl\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .xl\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .xl\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .xl\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .xl\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .xl\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .xl\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .xl\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .xl\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .xl\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .xl\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .xl\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .xl\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .xl\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .xl\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .xl\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .xl\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .xl\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .xl\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .xl\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .xl\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .xl\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .xl\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .xl\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .xl\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .xl\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .xl\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .xl\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .xl\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .xl\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .xl\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .xl\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .xl\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .xl\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .xl\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .xl\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .xl\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .xl\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .xl\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .xl\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .xl\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .xl\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .xl\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .xl\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .xl\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .xl\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .xl\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .xl\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .xl\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .xl\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .xl\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .xl\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .xl\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .xl\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .xl\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .xl\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .xl\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .xl\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .xl\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .xl\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .xl\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .xl\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .xl\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .xl\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .xl\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .xl\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .xl\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .xl\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .xl\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .xl\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .xl\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .xl\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .xl\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .xl\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .xl\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .xl\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .xl\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .xl\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .xl\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .xl\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .xl\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .xl\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .xl\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .xl\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .xl\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .xl\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .xl\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .xl\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .xl\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .xl\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .xl\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .xl\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .xl\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .xl\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .xl\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .xl\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .xl\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .xl\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .xl\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .xl\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .xl\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .xl\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .xl\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .xl\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .xl\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .xl\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .xl\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .xl\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .xl\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .xl\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .xl\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .xl\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .xl\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .xl\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .xl\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .xl\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .xl\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .xl\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .xl\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .xl\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .xl\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .xl\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .xl\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .xl\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .xl\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .xl\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .xl\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .xl\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .xl\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .xl\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .xl\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .xl\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .xl\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .xl\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .xl\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .xl\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .xl\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .xl\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .xl\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .xl\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .xl\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .xl\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .xl\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .xl\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .xl\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .xl\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .xl\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .xl\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .xl\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .xl\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .xl\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .xl\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .xl\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .xl\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .xl\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .xl\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .xl\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .xl\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .xl\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .xl\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .xl\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xl\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .xl\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .xl\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .xl\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .xl\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .xl\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .xl\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .xl\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .xl\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .xl\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .xl\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .xl\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .xl\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .xl\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .xl\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .xl\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .xl\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .xl\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .xl\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .xl\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .xl\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .xl\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .xl\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .xl\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .xl\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .xl\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .xl\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .xl\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .xl\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .xl\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .xl\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .xl\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .xl\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .xl\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .xl\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .xl\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .xl\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .xl\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .xl\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .xl\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .xl\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .xl\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .xl\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .xl\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .xl\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .xl\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .xl\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .xl\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .xl\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .xl\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .xl\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .xl\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .xl\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .xl\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .xl\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .xl\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .xl\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .xl\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .xl\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .xl\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .xl\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .xl\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .xl\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .xl\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .xl\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .xl\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .xl\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .xl\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .xl\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .xl\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .xl\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .xl\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .xl\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .xl\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .xl\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .xl\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .xl\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .xl\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .xl\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .xl\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .xl\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .xl\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .xl\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .xl\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .xl\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .xl\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .xl\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .xl\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .xl\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .xl\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .xl\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .xl\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .xl\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .xl\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .xl\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .xl\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .xl\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .xl\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .xl\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .xl\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .xl\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .xl\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .xl\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .xl\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .xl\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .xl\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .xl\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .xl\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .xl\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .xl\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .xl\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .xl\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .xl\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .xl\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .xl\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .xl\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .xl\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .xl\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .xl\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .xl\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .xl\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .xl\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .xl\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .xl\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .xl\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .xl\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .xl\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .xl\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .xl\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .xl\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .xl\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .xl\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .xl\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .xl\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .xl\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .xl\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .xl\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .xl\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .xl\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .xl\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .xl\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .xl\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .xl\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .xl\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .xl\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .xl\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .xl\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .xl\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .xl\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .xl\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .xl\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .xl\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .xl\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .xl\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .xl\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .xl\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .xl\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .xl\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .xl\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .xl\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .xl\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .xl\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .xl\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .xl\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .xl\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .xl\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .xl\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .xl\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .xl\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .xl\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .xl\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .xl\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .xl\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .xl\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .xl\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .xl\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .xl\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .xl\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .xl\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .xl\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .xl\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .xl\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .xl\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .xl\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .xl\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .xl\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .xl\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .xl\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .xl\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xl\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .xl\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .xl\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .xl\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .xl\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .xl\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .xl\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .xl\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .xl\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .xl\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .xl\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .xl\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .xl\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .xl\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .xl\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .xl\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .xl\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .xl\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .xl\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .xl\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .xl\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .xl\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .xl\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .xl\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .xl\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .xl\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .xl\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .xl\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .xl\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .xl\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .xl\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .xl\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .xl\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .xl\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .xl\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .xl\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .xl\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .xl\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .xl\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .xl\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .xl\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .xl\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .xl\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .xl\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .xl\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .xl\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .xl\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .xl\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .xl\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .xl\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .xl\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .xl\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .xl\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .xl\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .xl\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .xl\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .xl\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .xl\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .xl\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .xl\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .xl\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .xl\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .xl\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .xl\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .xl\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .xl\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .xl\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .xl\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .xl\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .xl\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .xl\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .xl\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .xl\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .xl\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .xl\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .xl\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .xl\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .xl\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .xl\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .xl\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .xl\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .xl\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .xl\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .xl\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .xl\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .xl\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .xl\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .xl\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .xl\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .xl\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .xl\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .xl\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .xl\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .xl\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .xl\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .xl\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .xl\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .xl\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .xl\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .xl\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .xl\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .xl\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .xl\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .xl\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .xl\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .xl\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .xl\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .xl\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .xl\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .xl\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .xl\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .xl\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .xl\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .xl\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .xl\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .xl\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .xl\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .xl\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .xl\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .xl\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .xl\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .xl\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .xl\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .xl\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .xl\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .xl\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .xl\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .xl\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .xl\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .xl\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .xl\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .xl\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .xl\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .xl\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .xl\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .xl\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .xl\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .xl\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .xl\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .xl\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .xl\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .xl\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .xl\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .xl\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .xl\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .xl\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .xl\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .xl\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .xl\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .xl\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .xl\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .xl\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .xl\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .xl\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .xl\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .xl\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .xl\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .xl\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .xl\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .xl\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .xl\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .xl\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .xl\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .xl\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .xl\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .xl\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .xl\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .xl\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .xl\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .xl\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .xl\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .xl\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .xl\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .xl\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .xl\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xl\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .xl\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .xl\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .xl\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .xl\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .xl\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .xl\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .xl\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .xl\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .xl\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .xl\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .xl\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .xl\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .xl\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .xl\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .xl\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .xl\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .xl\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .xl\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .xl\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .xl\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .xl\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .xl\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .xl\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .xl\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .xl\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .xl\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .xl\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .xl\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .xl\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .xl\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .xl\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .xl\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .xl\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .xl\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .xl\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .xl\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .xl\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .xl\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .xl\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .xl\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .xl\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .xl\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .xl\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .xl\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .xl\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .xl\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .xl\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .xl\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .xl\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .xl\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .xl\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .xl\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .xl\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .xl\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .xl\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .xl\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .xl\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .xl\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .xl\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .xl\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .xl\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .xl\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .xl\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .xl\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .xl\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .xl\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .xl\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .xl\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .xl\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .xl\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .xl\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .xl\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .xl\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .xl\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .xl\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .xl\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .xl\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .xl\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .xl\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .xl\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .xl\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .xl\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .xl\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .xl\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .xl\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .xl\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .xl\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .xl\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .xl\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .xl\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .xl\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .xl\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .xl\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .xl\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .xl\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .xl\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .xl\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .xl\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .xl\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .xl\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .xl\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .xl\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .xl\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .xl\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .xl\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .xl\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .xl\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .xl\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .xl\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .xl\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .xl\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .xl\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .xl\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .xl\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .xl\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .xl\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .xl\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .xl\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .xl\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .xl\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .xl\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .xl\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .xl\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .xl\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .xl\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .xl\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .xl\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .xl\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .xl\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .xl\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .xl\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .xl\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .xl\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .xl\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .xl\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .xl\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .xl\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .xl\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .xl\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .xl\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .xl\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .xl\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .xl\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .xl\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .xl\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .xl\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .xl\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .xl\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .xl\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .xl\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .xl\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .xl\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .xl\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .xl\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .xl\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .xl\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .xl\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .xl\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .xl\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .xl\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .xl\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .xl\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .xl\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .xl\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .xl\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .xl\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .xl\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .xl\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .xl\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .xl\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .xl\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .xl\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .xl\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .xl\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .xl\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .xl\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .xl\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .xl\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .xl\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .xl\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .xl\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .xl\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .xl\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .xl\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .xl\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .xl\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .xl\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .xl\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .xl\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .xl\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .xl\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .xl\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .xl\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .xl\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .xl\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .xl\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .xl\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .xl\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .xl\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .xl\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .xl\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .xl\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .xl\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .xl\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .xl\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .xl\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .xl\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .xl\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .xl\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .xl\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .xl\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .xl\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .xl\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .xl\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .xl\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .xl\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .xl\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .xl\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .xl\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .xl\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .xl\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .xl\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .xl\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .xl\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .xl\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .xl\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .xl\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .xl\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .xl\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .xl\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .xl\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .xl\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .xl\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .xl\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .xl\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .xl\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .xl\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .xl\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .xl\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .xl\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .xl\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .xl\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .xl\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .xl\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .xl\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .xl\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .xl\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .xl\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .xl\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .xl\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .xl\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .xl\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .xl\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .xl\:transition-none {
        transition-property: none;
    }
    .xl\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:transition {
        transition-property: background-color, border-color, color, fill, stroke,
            opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xl\:ease-linear {
        transition-timing-function: linear;
    }
    .xl\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .xl\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .xl\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .xl\:duration-75 {
        transition-duration: 75ms;
    }
    .xl\:duration-100 {
        transition-duration: 0.1s;
    }
    .xl\:duration-150 {
        transition-duration: 150ms;
    }
    .xl\:duration-200 {
        transition-duration: 0.2s;
    }
    .xl\:duration-300 {
        transition-duration: 0.3s;
    }
    .xl\:duration-500 {
        transition-duration: 0.5s;
    }
    .xl\:duration-700 {
        transition-duration: 0.7s;
    }
    .xl\:duration-1000 {
        transition-duration: 1s;
    }
    .xl\:delay-75 {
        transition-delay: 75ms;
    }
    .xl\:delay-100 {
        transition-delay: 0.1s;
    }
    .xl\:delay-150 {
        transition-delay: 150ms;
    }
    .xl\:delay-200 {
        transition-delay: 0.2s;
    }
    .xl\:delay-300 {
        transition-delay: 0.3s;
    }
    .xl\:delay-500 {
        transition-delay: 0.5s;
    }
    .xl\:delay-700 {
        transition-delay: 0.7s;
    }
    .xl\:delay-1000 {
        transition-delay: 1s;
    }
    .xl\:animate-none {
        animation: none;
    }
    .xl\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .xl\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .xl\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .xl\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 1536px) {
    .\32xl\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .\32xl\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .\32xl\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .\32xl\:container {
            max-width: 480px;
        }
    }
    @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;
        }
    }
    @media (min-width: 1920px) {
        .\32xl\:container {
            max-width: 1920px;
        }
    }
    .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .\32xl\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .\32xl\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }
    .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }
    .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }
    .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
    .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .\32xl\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .\32xl\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .\32xl\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .\32xl\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .\32xl\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .\32xl\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .\32xl\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .\32xl\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .\32xl\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .\32xl\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .\32xl\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .\32xl\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .\32xl\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .\32xl\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .\32xl\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .\32xl\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .\32xl\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .\32xl\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .\32xl\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .\32xl\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .\32xl\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\32xl\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .\32xl\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\32xl\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .\32xl\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\32xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .\32xl\:bg-fixed {
        background-attachment: fixed;
    }
    .\32xl\:bg-local {
        background-attachment: local;
    }
    .\32xl\:bg-scroll {
        background-attachment: scroll;
    }
    .\32xl\:bg-clip-border {
        background-clip: border-box;
    }
    .\32xl\:bg-clip-padding {
        background-clip: padding-box;
    }
    .\32xl\:bg-clip-content {
        background-clip: content-box;
    }
    .\32xl\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .\32xl\:bg-transparent {
        background-color: transparent;
    }
    .\32xl\:bg-current {
        background-color: currentColor;
    }
    .\32xl\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\32xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\32xl\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\32xl\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\32xl\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\32xl\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\32xl\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\32xl\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\32xl\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\32xl\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\32xl\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\32xl\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\32xl\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\32xl\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .\32xl\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .\32xl\:bg-gray-23 {
        background-color: #eee;
    }
    .\32xl\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .\32xl\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .\32xl\:bg-gray-26 {
        background-color: #efefef;
    }
    .\32xl\:bg-gray-27 {
        background-color: #bababa;
    }
    .\32xl\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\32xl\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .\32xl\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .\32xl\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\32xl\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .\32xl\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .\32xl\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .\32xl\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .\32xl\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .\32xl\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .\32xl\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .\32xl\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .\32xl\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .\32xl\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .\32xl\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .\32xl\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .\32xl\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .\32xl\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .\32xl\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .\32xl\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .\32xl\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .\32xl\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .\32xl\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .\32xl\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .\32xl\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .\32xl\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\32xl\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .\32xl\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .\32xl\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .\32xl\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .\32xl\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .\32xl\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .\32xl\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .\32xl\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .\32xl\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .\32xl\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\32xl\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\32xl\:bg-none {
        background-image: none;
    }
    .\32xl\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .\32xl\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .\32xl\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .\32xl\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .\32xl\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .\32xl\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .\32xl\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .\32xl\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .\32xl\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .\32xl\:to-current {
        --tw-gradient-to: currentColor;
    }
    .\32xl\:to-black {
        --tw-gradient-to: #000;
    }
    .\32xl\:to-white {
        --tw-gradient-to: #fff;
    }
    .\32xl\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .\32xl\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .\32xl\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .\32xl\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .\32xl\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .\32xl\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .\32xl\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .\32xl\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .\32xl\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .\32xl\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .\32xl\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .\32xl\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .\32xl\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .\32xl\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .\32xl\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .\32xl\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .\32xl\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .\32xl\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .\32xl\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .\32xl\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .\32xl\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .\32xl\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .\32xl\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .\32xl\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .\32xl\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .\32xl\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .\32xl\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .\32xl\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .\32xl\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .\32xl\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .\32xl\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .\32xl\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .\32xl\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .\32xl\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .\32xl\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .\32xl\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .\32xl\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .\32xl\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .\32xl\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .\32xl\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .\32xl\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .\32xl\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .\32xl\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .\32xl\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .\32xl\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .\32xl\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .\32xl\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .\32xl\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .\32xl\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .\32xl\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .\32xl\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .\32xl\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .\32xl\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .\32xl\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .\32xl\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .\32xl\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .\32xl\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .\32xl\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .\32xl\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .\32xl\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .\32xl\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .\32xl\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .\32xl\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .\32xl\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .\32xl\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .\32xl\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .\32xl\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .\32xl\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .\32xl\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .\32xl\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .\32xl\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .\32xl\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .\32xl\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .\32xl\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .\32xl\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .\32xl\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .\32xl\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .\32xl\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .\32xl\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .\32xl\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .\32xl\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .\32xl\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .\32xl\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .\32xl\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .\32xl\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .\32xl\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .\32xl\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .\32xl\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .\32xl\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .\32xl\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .\32xl\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .\32xl\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .\32xl\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .\32xl\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .\32xl\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .\32xl\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .\32xl\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .\32xl\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .\32xl\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .\32xl\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .\32xl\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .\32xl\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .\32xl\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .\32xl\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .\32xl\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .\32xl\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .\32xl\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .\32xl\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .\32xl\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .\32xl\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .\32xl\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .\32xl\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .\32xl\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .\32xl\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .\32xl\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .\32xl\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .\32xl\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .\32xl\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .\32xl\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .\32xl\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .\32xl\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .\32xl\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .\32xl\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .\32xl\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .\32xl\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .\32xl\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .\32xl\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .\32xl\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .\32xl\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .\32xl\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .\32xl\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .\32xl\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .\32xl\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .\32xl\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .\32xl\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:hover\:from-yellow-50:hover {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:hover\:from-yellow-100:hover {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:hover\:from-yellow-200:hover {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:hover\:from-yellow-300:hover {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:hover\:from-yellow-400:hover {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:hover\:from-yellow-500:hover {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:hover\:from-yellow-600:hover {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:hover\:from-yellow-700:hover {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:hover\:from-yellow-800:hover {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:hover\:from-yellow-900:hover {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:hover\:from-green-50:hover {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:hover\:from-green-100:hover {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:hover\:from-green-200:hover {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:hover\:from-green-300:hover {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:hover\:from-green-400:hover {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:hover\:from-green-500:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:hover\:from-green-600:hover {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:hover\:from-green-700:hover {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:hover\:from-green-800:hover {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:hover\:from-green-900:hover {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:hover\:from-blue-50:hover {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:hover\:from-blue-100:hover {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:hover\:from-blue-200:hover {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:hover\:from-blue-300:hover {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:hover\:from-blue-400:hover {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:hover\:from-blue-500:hover {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:hover\:from-blue-600:hover {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:hover\:from-blue-700:hover {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:hover\:from-blue-800:hover {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:hover\:from-blue-900:hover {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:hover\:from-purple-50:hover {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:hover\:from-purple-100:hover {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:hover\:from-purple-200:hover {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:hover\:from-purple-300:hover {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:hover\:from-purple-400:hover {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:hover\:from-purple-500:hover {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:hover\:from-purple-600:hover {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:hover\:from-purple-700:hover {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:hover\:from-purple-800:hover {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:hover\:from-purple-900:hover {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:hover\:from-pink-50:hover {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:hover\:from-pink-100:hover {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:hover\:from-pink-200:hover {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:hover\:from-pink-300:hover {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:hover\:from-pink-400:hover {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:hover\:from-pink-500:hover {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:hover\:from-pink-600:hover {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:hover\:from-pink-700:hover {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:hover\:from-pink-800:hover {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:hover\:from-pink-900:hover {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .\32xl\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .\32xl\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .\32xl\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .\32xl\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .\32xl\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .\32xl\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .\32xl\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .\32xl\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .\32xl\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .\32xl\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .\32xl\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .\32xl\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .\32xl\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .\32xl\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .\32xl\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .\32xl\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .\32xl\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .\32xl\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .\32xl\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .\32xl\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .\32xl\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .\32xl\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .\32xl\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .\32xl\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .\32xl\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .\32xl\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .\32xl\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .\32xl\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .\32xl\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .\32xl\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .\32xl\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .\32xl\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .\32xl\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .\32xl\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .\32xl\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .\32xl\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .\32xl\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .\32xl\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .\32xl\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .\32xl\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .\32xl\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .\32xl\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .\32xl\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .\32xl\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .\32xl\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .\32xl\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .\32xl\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .\32xl\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .\32xl\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .\32xl\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .\32xl\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .\32xl\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .\32xl\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .\32xl\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .\32xl\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .\32xl\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .\32xl\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .\32xl\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .\32xl\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .\32xl\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .\32xl\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .\32xl\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .\32xl\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .\32xl\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .\32xl\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .\32xl\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .\32xl\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .\32xl\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .\32xl\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .\32xl\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .\32xl\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .\32xl\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .\32xl\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .\32xl\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .\32xl\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .\32xl\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .\32xl\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .\32xl\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .\32xl\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .\32xl\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .\32xl\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .\32xl\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .\32xl\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .\32xl\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .\32xl\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .\32xl\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .\32xl\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .\32xl\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .\32xl\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .\32xl\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .\32xl\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .\32xl\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .\32xl\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .\32xl\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .\32xl\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .\32xl\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .\32xl\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .\32xl\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .\32xl\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .\32xl\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .\32xl\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .\32xl\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .\32xl\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .\32xl\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .\32xl\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .\32xl\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .\32xl\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .\32xl\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .\32xl\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .\32xl\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .\32xl\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .\32xl\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .\32xl\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .\32xl\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .\32xl\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .\32xl\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .\32xl\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .\32xl\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .\32xl\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .\32xl\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .\32xl\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .\32xl\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .\32xl\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .\32xl\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .\32xl\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .\32xl\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .\32xl\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .\32xl\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .\32xl\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .\32xl\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .\32xl\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .\32xl\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .\32xl\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .\32xl\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .\32xl\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .\32xl\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .\32xl\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .\32xl\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:focus\:from-yellow-50:focus {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:focus\:from-yellow-100:focus {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:focus\:from-yellow-200:focus {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:focus\:from-yellow-300:focus {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:focus\:from-yellow-400:focus {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:focus\:from-yellow-500:focus {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:focus\:from-yellow-600:focus {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:focus\:from-yellow-700:focus {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:focus\:from-yellow-800:focus {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:focus\:from-yellow-900:focus {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:focus\:from-green-50:focus {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:focus\:from-green-100:focus {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:focus\:from-green-200:focus {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:focus\:from-green-300:focus {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:focus\:from-green-400:focus {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:focus\:from-green-500:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:focus\:from-green-600:focus {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:focus\:from-green-700:focus {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:focus\:from-green-800:focus {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:focus\:from-green-900:focus {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:focus\:from-blue-50:focus {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:focus\:from-blue-100:focus {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:focus\:from-blue-200:focus {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:focus\:from-blue-300:focus {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:focus\:from-blue-400:focus {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:focus\:from-blue-500:focus {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:focus\:from-blue-600:focus {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:focus\:from-blue-700:focus {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:focus\:from-blue-800:focus {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:focus\:from-blue-900:focus {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:focus\:from-purple-50:focus {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:focus\:from-purple-100:focus {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:focus\:from-purple-200:focus {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:focus\:from-purple-300:focus {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:focus\:from-purple-400:focus {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:focus\:from-purple-500:focus {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:focus\:from-purple-600:focus {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:focus\:from-purple-700:focus {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:focus\:from-purple-800:focus {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:focus\:from-purple-900:focus {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:focus\:from-pink-50:focus {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:focus\:from-pink-100:focus {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:focus\:from-pink-200:focus {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:focus\:from-pink-300:focus {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:focus\:from-pink-400:focus {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:focus\:from-pink-500:focus {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:focus\:from-pink-600:focus {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:focus\:from-pink-700:focus {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:focus\:from-pink-800:focus {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:focus\:from-pink-900:focus {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\32xl\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\32xl\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\32xl\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\32xl\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\32xl\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\32xl\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\32xl\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\32xl\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\32xl\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\32xl\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\32xl\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\32xl\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\32xl\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\32xl\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\32xl\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\32xl\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\32xl\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\32xl\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\32xl\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\32xl\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\32xl\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\32xl\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\32xl\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\32xl\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\32xl\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\32xl\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\32xl\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\32xl\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\32xl\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\32xl\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\32xl\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\32xl\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\32xl\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\32xl\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\32xl\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\32xl\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\32xl\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\32xl\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\32xl\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\32xl\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\32xl\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\32xl\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\32xl\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\32xl\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\32xl\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\32xl\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\32xl\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\32xl\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\32xl\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\32xl\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\32xl\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\32xl\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\32xl\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\32xl\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\32xl\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\32xl\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\32xl\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\32xl\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\32xl\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\32xl\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\32xl\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\32xl\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\32xl\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\32xl\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\32xl\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\32xl\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\32xl\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\32xl\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\32xl\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\32xl\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\32xl\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\32xl\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\32xl\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\32xl\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\32xl\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\32xl\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\32xl\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\32xl\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\32xl\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\32xl\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\32xl\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\32xl\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\32xl\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\32xl\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\32xl\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\32xl\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\32xl\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\32xl\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\32xl\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\32xl\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\32xl\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\32xl\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\32xl\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\32xl\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\32xl\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\32xl\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\32xl\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\32xl\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\32xl\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\32xl\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\32xl\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\32xl\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\32xl\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\32xl\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\32xl\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\32xl\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\32xl\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\32xl\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\32xl\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\32xl\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\32xl\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\32xl\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\32xl\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\32xl\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\32xl\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\32xl\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\32xl\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\32xl\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\32xl\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\32xl\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\32xl\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\32xl\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\32xl\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\32xl\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\32xl\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\32xl\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\32xl\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\32xl\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\32xl\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\32xl\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\32xl\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .\32xl\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .\32xl\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .\32xl\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .\32xl\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .\32xl\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .\32xl\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .\32xl\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .\32xl\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .\32xl\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .\32xl\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .\32xl\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .\32xl\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .\32xl\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .\32xl\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .\32xl\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .\32xl\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .\32xl\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .\32xl\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .\32xl\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .\32xl\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .\32xl\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .\32xl\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .\32xl\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .\32xl\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .\32xl\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .\32xl\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .\32xl\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .\32xl\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .\32xl\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .\32xl\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .\32xl\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .\32xl\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .\32xl\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .\32xl\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .\32xl\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .\32xl\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .\32xl\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .\32xl\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .\32xl\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .\32xl\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .\32xl\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .\32xl\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .\32xl\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .\32xl\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .\32xl\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .\32xl\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .\32xl\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .\32xl\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .\32xl\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .\32xl\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .\32xl\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .\32xl\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .\32xl\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .\32xl\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .\32xl\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .\32xl\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .\32xl\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .\32xl\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .\32xl\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .\32xl\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .\32xl\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .\32xl\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .\32xl\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .\32xl\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .\32xl\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .\32xl\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .\32xl\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .\32xl\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .\32xl\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .\32xl\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .\32xl\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .\32xl\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .\32xl\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .\32xl\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .\32xl\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .\32xl\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .\32xl\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .\32xl\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .\32xl\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .\32xl\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .\32xl\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .\32xl\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .\32xl\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .\32xl\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .\32xl\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .\32xl\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .\32xl\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .\32xl\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .\32xl\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .\32xl\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .\32xl\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .\32xl\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .\32xl\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .\32xl\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .\32xl\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .\32xl\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .\32xl\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .\32xl\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .\32xl\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .\32xl\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .\32xl\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .\32xl\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .\32xl\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .\32xl\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .\32xl\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .\32xl\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .\32xl\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .\32xl\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .\32xl\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .\32xl\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .\32xl\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .\32xl\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .\32xl\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .\32xl\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .\32xl\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .\32xl\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .\32xl\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .\32xl\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .\32xl\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .\32xl\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .\32xl\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .\32xl\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .\32xl\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .\32xl\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .\32xl\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .\32xl\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .\32xl\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .\32xl\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .\32xl\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .\32xl\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .\32xl\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .\32xl\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .\32xl\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .\32xl\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .\32xl\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .\32xl\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .\32xl\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .\32xl\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .\32xl\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .\32xl\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .\32xl\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .\32xl\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .\32xl\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .\32xl\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .\32xl\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .\32xl\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .\32xl\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .\32xl\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .\32xl\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .\32xl\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .\32xl\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .\32xl\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .\32xl\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .\32xl\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .\32xl\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .\32xl\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .\32xl\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .\32xl\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .\32xl\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .\32xl\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .\32xl\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .\32xl\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .\32xl\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .\32xl\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .\32xl\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .\32xl\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .\32xl\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .\32xl\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .\32xl\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .\32xl\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .\32xl\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .\32xl\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .\32xl\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .\32xl\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .\32xl\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .\32xl\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .\32xl\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .\32xl\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .\32xl\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .\32xl\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .\32xl\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .\32xl\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .\32xl\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .\32xl\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .\32xl\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .\32xl\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .\32xl\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .\32xl\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .\32xl\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .\32xl\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .\32xl\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .\32xl\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .\32xl\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .\32xl\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .\32xl\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .\32xl\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .\32xl\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .\32xl\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .\32xl\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .\32xl\:bg-bottom {
        background-position: bottom;
    }
    .\32xl\:bg-center {
        background-position: center;
    }
    .\32xl\:bg-left {
        background-position: left;
    }
    .\32xl\:bg-left-bottom {
        background-position: left bottom;
    }
    .\32xl\:bg-left-top {
        background-position: left top;
    }
    .\32xl\:bg-right {
        background-position: right;
    }
    .\32xl\:bg-right-bottom {
        background-position: right bottom;
    }
    .\32xl\:bg-right-top {
        background-position: right top;
    }
    .\32xl\:bg-top {
        background-position: top;
    }
    .\32xl\:bg-repeat {
        background-repeat: repeat;
    }
    .\32xl\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .\32xl\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .\32xl\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .\32xl\:bg-repeat-round {
        background-repeat: round;
    }
    .\32xl\:bg-repeat-space {
        background-repeat: space;
    }
    .\32xl\:bg-auto {
        background-size: auto;
    }
    .\32xl\:bg-cover {
        background-size: cover;
    }
    .\32xl\:bg-contain {
        background-size: contain;
    }
    .\32xl\:border-collapse {
        border-collapse: collapse;
    }
    .\32xl\:border-separate {
        border-collapse: separate;
    }
    .\32xl\:border-transparent {
        border-color: transparent;
    }
    .\32xl\:border-current {
        border-color: currentColor;
    }
    .\32xl\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\32xl\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\32xl\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\32xl\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\32xl\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\32xl\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\32xl\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\32xl\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\32xl\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\32xl\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\32xl\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\32xl\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\32xl\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\32xl\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\32xl\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\32xl\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\32xl\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\32xl\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\32xl\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\32xl\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\32xl\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\32xl\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\32xl\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\32xl\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\32xl\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\32xl\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\32xl\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\32xl\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\32xl\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\32xl\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\32xl\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\32xl\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\32xl\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\32xl\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\32xl\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\32xl\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\32xl\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\32xl\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\32xl\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\32xl\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\32xl\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\32xl\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\32xl\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .\32xl\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .\32xl\:border-gray-23 {
        border-color: #eee;
    }
    .\32xl\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .\32xl\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .\32xl\:border-gray-26 {
        border-color: #efefef;
    }
    .\32xl\:border-gray-27 {
        border-color: #bababa;
    }
    .\32xl\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\32xl\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .\32xl\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .\32xl\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\32xl\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\32xl\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .\32xl\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .\32xl\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .\32xl\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .\32xl\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .\32xl\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .\32xl\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .\32xl\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .\32xl\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .\32xl\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .\32xl\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .\32xl\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .\32xl\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .\32xl\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .\32xl\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .\32xl\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .\32xl\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .\32xl\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .\32xl\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .\32xl\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .\32xl\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .\32xl\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .\32xl\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .\32xl\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .\32xl\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .\32xl\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .\32xl\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\32xl\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .\32xl\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .\32xl\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .\32xl\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .\32xl\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .\32xl\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .\32xl\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .\32xl\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .\32xl\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .\32xl\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\32xl\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\32xl\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .\32xl\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .\32xl\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .\32xl\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .\32xl\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .\32xl\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .\32xl\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .\32xl\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .\32xl\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .\32xl\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .\32xl\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .\32xl\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .\32xl\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .\32xl\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .\32xl\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .\32xl\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .\32xl\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .\32xl\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .\32xl\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .\32xl\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .\32xl\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .\32xl\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .\32xl\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .\32xl\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .\32xl\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .\32xl\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .\32xl\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .\32xl\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .\32xl\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .\32xl\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .\32xl\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .\32xl\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .\32xl\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .\32xl\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .\32xl\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .\32xl\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .\32xl\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .\32xl\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .\32xl\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .\32xl\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .\32xl\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .\32xl\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .\32xl\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .\32xl\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .\32xl\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .\32xl\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .\32xl\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .\32xl\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .\32xl\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .\32xl\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .\32xl\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .\32xl\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .\32xl\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .\32xl\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .\32xl\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .\32xl\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .\32xl\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .\32xl\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .\32xl\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .\32xl\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .\32xl\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .\32xl\:rounded-none {
        border-radius: 0;
    }
    .\32xl\:rounded-sm {
        border-radius: 0.125rem;
    }
    .\32xl\:rounded {
        border-radius: 0.25rem;
    }
    .\32xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .\32xl\:rounded-lg {
        border-radius: 0.5rem;
    }
    .\32xl\:rounded-xl {
        border-radius: 0.75rem;
    }
    .\32xl\:rounded-2xl {
        border-radius: 1rem;
    }
    .\32xl\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .\32xl\:rounded-full {
        border-radius: 9999px;
    }
    .\32xl\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .\32xl\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .\32xl\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .\32xl\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .\32xl\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .\32xl\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .\32xl\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .\32xl\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .\32xl\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .\32xl\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .\32xl\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .\32xl\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .\32xl\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .\32xl\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .\32xl\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .\32xl\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .\32xl\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .\32xl\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .\32xl\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .\32xl\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .\32xl\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .\32xl\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .\32xl\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .\32xl\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .\32xl\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .\32xl\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .\32xl\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .\32xl\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .\32xl\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .\32xl\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .\32xl\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .\32xl\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .\32xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .\32xl\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .\32xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .\32xl\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .\32xl\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .\32xl\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .\32xl\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .\32xl\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .\32xl\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .\32xl\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .\32xl\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .\32xl\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .\32xl\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .\32xl\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .\32xl\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .\32xl\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .\32xl\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .\32xl\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .\32xl\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .\32xl\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .\32xl\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .\32xl\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .\32xl\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .\32xl\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .\32xl\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .\32xl\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .\32xl\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .\32xl\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .\32xl\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .\32xl\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .\32xl\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .\32xl\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .\32xl\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .\32xl\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .\32xl\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .\32xl\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .\32xl\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .\32xl\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .\32xl\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .\32xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .\32xl\:border-solid {
        border-style: solid;
    }
    .\32xl\:border-dashed {
        border-style: dashed;
    }
    .\32xl\:border-dotted {
        border-style: dotted;
    }
    .\32xl\:border-double {
        border-style: double;
    }
    .\32xl\:border-none {
        border-style: none;
    }
    .\32xl\:border-0 {
        border-width: 0;
    }
    .\32xl\:border-2 {
        border-width: 2px;
    }
    .\32xl\:border-4 {
        border-width: 4px;
    }
    .\32xl\:border-8 {
        border-width: 8px;
    }
    .\32xl\:border {
        border-width: 1px;
    }
    .\32xl\:border-t-0 {
        border-top-width: 0;
    }
    .\32xl\:border-r-0 {
        border-right-width: 0;
    }
    .\32xl\:border-b-0 {
        border-bottom-width: 0;
    }
    .\32xl\:border-l-0 {
        border-left-width: 0;
    }
    .\32xl\:border-t-2 {
        border-top-width: 2px;
    }
    .\32xl\:border-r-2 {
        border-right-width: 2px;
    }
    .\32xl\:border-b-2 {
        border-bottom-width: 2px;
    }
    .\32xl\:border-l-2 {
        border-left-width: 2px;
    }
    .\32xl\:border-t-4 {
        border-top-width: 4px;
    }
    .\32xl\:border-r-4 {
        border-right-width: 4px;
    }
    .\32xl\:border-b-4 {
        border-bottom-width: 4px;
    }
    .\32xl\:border-l-4 {
        border-left-width: 4px;
    }
    .\32xl\:border-t-8 {
        border-top-width: 8px;
    }
    .\32xl\:border-r-8 {
        border-right-width: 8px;
    }
    .\32xl\:border-b-8 {
        border-bottom-width: 8px;
    }
    .\32xl\:border-l-8 {
        border-left-width: 8px;
    }
    .\32xl\:border-t {
        border-top-width: 1px;
    }
    .\32xl\:border-r {
        border-right-width: 1px;
    }
    .\32xl\:border-b {
        border-bottom-width: 1px;
    }
    .\32xl\:border-l {
        border-left-width: 1px;
    }
    .\32xl\:box-border {
        box-sizing: border-box;
    }
    .\32xl\:box-content {
        box-sizing: content-box;
    }
    .\32xl\:cursor-auto {
        cursor: auto;
    }
    .\32xl\:cursor-default {
        cursor: default;
    }
    .\32xl\:cursor-pointer {
        cursor: pointer;
    }
    .\32xl\:cursor-wait {
        cursor: wait;
    }
    .\32xl\:cursor-text {
        cursor: text;
    }
    .\32xl\:cursor-move {
        cursor: move;
    }
    .\32xl\:cursor-help {
        cursor: help;
    }
    .\32xl\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .\32xl\:block {
        display: block;
    }
    .\32xl\:inline-block {
        display: inline-block;
    }
    .\32xl\:inline {
        display: inline;
    }
    .\32xl\:flex {
        display: flex;
    }
    .\32xl\:inline-flex {
        display: inline-flex;
    }
    .\32xl\:table {
        display: table;
    }
    .\32xl\:table-caption {
        display: table-caption;
    }
    .\32xl\:table-cell {
        display: table-cell;
    }
    .\32xl\:table-column {
        display: table-column;
    }
    .\32xl\:table-column-group {
        display: table-column-group;
    }
    .\32xl\:table-footer-group {
        display: table-footer-group;
    }
    .\32xl\:table-header-group {
        display: table-header-group;
    }
    .\32xl\:table-row-group {
        display: table-row-group;
    }
    .\32xl\:table-row {
        display: table-row;
    }
    .\32xl\:flow-root {
        display: flow-root;
    }
    .\32xl\:grid {
        display: grid;
    }
    .\32xl\:inline-grid {
        display: inline-grid;
    }
    .\32xl\:contents {
        display: contents;
    }
    .\32xl\:hidden {
        display: none;
    }
    .\32xl\:flex-row {
        flex-direction: row;
    }
    .\32xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .\32xl\:flex-col {
        flex-direction: column;
    }
    .\32xl\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .\32xl\:flex-wrap {
        flex-wrap: wrap;
    }
    .\32xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .\32xl\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .\32xl\:place-items-auto {
        place-items: auto;
    }
    .\32xl\:place-items-start {
        place-items: start;
    }
    .\32xl\:place-items-end {
        place-items: end;
    }
    .\32xl\:place-items-center {
        place-items: center;
    }
    .\32xl\:place-items-stretch {
        place-items: stretch;
    }
    .\32xl\:place-content-center {
        place-content: center;
    }
    .\32xl\:place-content-start {
        place-content: start;
    }
    .\32xl\:place-content-end {
        place-content: end;
    }
    .\32xl\:place-content-between {
        place-content: space-between;
    }
    .\32xl\:place-content-around {
        place-content: space-around;
    }
    .\32xl\:place-content-evenly {
        place-content: space-evenly;
    }
    .\32xl\:place-content-stretch {
        place-content: stretch;
    }
    .\32xl\:place-self-auto {
        place-self: auto;
    }
    .\32xl\:place-self-start {
        place-self: start;
    }
    .\32xl\:place-self-end {
        place-self: end;
    }
    .\32xl\:place-self-center {
        place-self: center;
    }
    .\32xl\:place-self-stretch {
        place-self: stretch;
    }
    .\32xl\:items-start {
        align-items: flex-start;
    }
    .\32xl\:items-end {
        align-items: flex-end;
    }
    .\32xl\:items-center {
        align-items: center;
    }
    .\32xl\:items-baseline {
        align-items: baseline;
    }
    .\32xl\:items-stretch {
        align-items: stretch;
    }
    .\32xl\:content-center {
        align-content: center;
    }
    .\32xl\:content-start {
        align-content: flex-start;
    }
    .\32xl\:content-end {
        align-content: flex-end;
    }
    .\32xl\:content-between {
        align-content: space-between;
    }
    .\32xl\:content-around {
        align-content: space-around;
    }
    .\32xl\:content-evenly {
        align-content: space-evenly;
    }
    .\32xl\:self-auto {
        align-self: auto;
    }
    .\32xl\:self-start {
        align-self: flex-start;
    }
    .\32xl\:self-end {
        align-self: flex-end;
    }
    .\32xl\:self-center {
        align-self: center;
    }
    .\32xl\:self-stretch {
        align-self: stretch;
    }
    .\32xl\:justify-items-auto {
        justify-items: auto;
    }
    .\32xl\:justify-items-start {
        justify-items: start;
    }
    .\32xl\:justify-items-end {
        justify-items: end;
    }
    .\32xl\:justify-items-center {
        justify-items: center;
    }
    .\32xl\:justify-items-stretch {
        justify-items: stretch;
    }
    .\32xl\:justify-start {
        justify-content: flex-start;
    }
    .\32xl\:justify-end {
        justify-content: flex-end;
    }
    .\32xl\:justify-center {
        justify-content: center;
    }
    .\32xl\:justify-between {
        justify-content: space-between;
    }
    .\32xl\:justify-around {
        justify-content: space-around;
    }
    .\32xl\:justify-evenly {
        justify-content: space-evenly;
    }
    .\32xl\:justify-self-auto {
        justify-self: auto;
    }
    .\32xl\:justify-self-start {
        justify-self: start;
    }
    .\32xl\:justify-self-end {
        justify-self: end;
    }
    .\32xl\:justify-self-center {
        justify-self: center;
    }
    .\32xl\:justify-self-stretch {
        justify-self: stretch;
    }
    .\32xl\:flex-1 {
        flex: 1 1 0%;
    }
    .\32xl\:flex-auto {
        flex: 1 1 auto;
    }
    .\32xl\:flex-initial {
        flex: 0 1 auto;
    }
    .\32xl\:flex-none {
        flex: none;
    }
    .\32xl\:flex-grow-0 {
        flex-grow: 0;
    }
    .\32xl\:flex-grow {
        flex-grow: 1;
    }
    .\32xl\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .\32xl\:flex-shrink {
        flex-shrink: 1;
    }
    .\32xl\:order-1 {
        order: 1;
    }
    .\32xl\:order-2 {
        order: 2;
    }
    .\32xl\:order-3 {
        order: 3;
    }
    .\32xl\:order-4 {
        order: 4;
    }
    .\32xl\:order-5 {
        order: 5;
    }
    .\32xl\:order-6 {
        order: 6;
    }
    .\32xl\:order-7 {
        order: 7;
    }
    .\32xl\:order-8 {
        order: 8;
    }
    .\32xl\:order-9 {
        order: 9;
    }
    .\32xl\:order-10 {
        order: 10;
    }
    .\32xl\:order-11 {
        order: 11;
    }
    .\32xl\:order-12 {
        order: 12;
    }
    .\32xl\:order-first {
        order: -9999;
    }
    .\32xl\:order-last {
        order: 9999;
    }
    .\32xl\:order-none {
        order: 0;
    }
    .\32xl\:float-right {
        float: right;
    }
    .\32xl\:float-left {
        float: left;
    }
    .\32xl\:float-none {
        float: none;
    }
    .\32xl\:clear-left {
        clear: left;
    }
    .\32xl\:clear-right {
        clear: right;
    }
    .\32xl\:clear-both {
        clear: both;
    }
    .\32xl\:clear-none {
        clear: none;
    }
    .\32xl\:font-sans {
        font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
            BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
            "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
    }
    .\32xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .\32xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .\32xl\:font-DM {
        font-family: DM Sans;
    }
    .\32xl\:font-thin {
        font-weight: 100;
    }
    .\32xl\:font-extralight {
        font-weight: 200;
    }
    .\32xl\:font-light {
        font-weight: 300;
    }
    .\32xl\:font-normal {
        font-weight: 400;
    }
    .\32xl\:font-medium {
        font-weight: 500;
    }
    .\32xl\:font-semibold {
        font-weight: 600;
    }
    .\32xl\:font-bold {
        font-weight: 700;
    }
    .\32xl\:font-extrabold {
        font-weight: 800;
    }
    .\32xl\:font-black {
        font-weight: 900;
    }
    .\32xl\:h-0 {
        height: 0;
    }
    .\32xl\:h-1 {
        height: 0.25rem;
    }
    .\32xl\:h-2 {
        height: 0.5rem;
    }
    .\32xl\:h-3 {
        height: 0.75rem;
    }
    .\32xl\:h-4 {
        height: 1rem;
    }
    .\32xl\:h-5 {
        height: 1.25rem;
    }
    .\32xl\:h-6 {
        height: 1.5rem;
    }
    .\32xl\:h-7 {
        height: 1.75rem;
    }
    .\32xl\:h-8 {
        height: 2rem;
    }
    .\32xl\:h-9 {
        height: 2.25rem;
    }
    .\32xl\:h-10 {
        height: 2.5rem;
    }
    .\32xl\:h-11 {
        height: 2.75rem;
    }
    .\32xl\:h-12 {
        height: 3rem;
    }
    .\32xl\:h-14 {
        height: 3.5rem;
    }
    .\32xl\:h-16 {
        height: 4rem;
    }
    .\32xl\:h-20 {
        height: 5rem;
    }
    .\32xl\:h-23 {
        height: 88px;
    }
    .\32xl\:h-24 {
        height: 6rem;
    }
    .\32xl\:h-25 {
        height: 100px;
    }
    .\32xl\:h-28 {
        height: 7rem;
    }
    .\32xl\:h-29 {
        height: 120px;
    }
    .\32xl\:h-32 {
        height: 8rem;
    }
    .\32xl\:h-33 {
        height: 130px;
    }
    .\32xl\:h-36 {
        height: 9rem;
    }
    .\32xl\:h-40 {
        height: 10rem;
    }
    .\32xl\:h-44 {
        height: 11rem;
    }
    .\32xl\:h-48 {
        height: 12rem;
    }
    .\32xl\:h-52 {
        height: 13rem;
    }
    .\32xl\:h-56 {
        height: 14rem;
    }
    .\32xl\:h-60 {
        height: 15rem;
    }
    .\32xl\:h-63 {
        height: 270px;
    }
    .\32xl\:h-64 {
        height: 16rem;
    }
    .\32xl\:h-72 {
        height: 18rem;
    }
    .\32xl\:h-80 {
        height: 20rem;
    }
    .\32xl\:h-92 {
        height: 475px;
    }
    .\32xl\:h-96 {
        height: 24rem;
    }
    .\32xl\:h-128 {
        height: 32rem;
    }
    .\32xl\:h-auto {
        height: auto;
    }
    .\32xl\:h-px {
        height: 1px;
    }
    .\32xl\:h-0\.5 {
        height: 0.125rem;
    }
    .\32xl\:h-1\.5 {
        height: 0.375rem;
    }
    .\32xl\:h-2\.5 {
        height: 0.625rem;
    }
    .\32xl\:h-3\.5 {
        height: 0.875rem;
    }
    .\32xl\:h-105p {
        height: 105px;
    }
    .\32xl\:h-50p {
        height: 50px;
    }
    .\32xl\:h-54p {
        height: 54px;
    }
    .\32xl\:h-1p {
        height: 1px;
    }
    .\32xl\:h-2p {
        height: 2px;
    }
    .\32xl\:h-3p {
        height: 3px;
    }
    .\32xl\:h-5p {
        height: 5px;
    }
    .\32xl\:h-7p {
        height: 7px;
    }
    .\32xl\:h-9p {
        height: 9px;
    }
    .\32xl\:h-10p {
        height: 10px;
    }
    .\32xl\:h-11p {
        height: 11px;
    }
    .\32xl\:h-13p {
        height: 13px;
    }
    .\32xl\:h-15p {
        height: 15px;
    }
    .\32xl\:h-18p {
        height: 18px;
    }
    .\32xl\:h-19p {
        height: 19px;
    }
    .\32xl\:h-21p {
        height: 21px;
    }
    .\32xl\:h-22p {
        height: 22px;
    }
    .\32xl\:h-23p {
        height: 23px;
    }
    .\32xl\:h-25p {
        height: 25px;
    }
    .\32xl\:h-26p {
        height: 26px;
    }
    .\32xl\:h-29p {
        height: 29px;
    }
    .\32xl\:h-30p {
        height: 30px;
    }
    .\32xl\:h-31p {
        height: 31px;
    }
    .\32xl\:h-35p {
        height: 35px;
    }
    .\32xl\:h-52p {
        height: 52px;
    }
    .\32xl\:h-53p {
        height: 53px;
    }
    .\32xl\:h-55p {
        height: 55px;
    }
    .\32xl\:h-59p {
        height: 59px;
    }
    .\32xl\:h-27p {
        height: 27px;
    }
    .\32xl\:h-33\.5p {
        height: 33.5px;
    }
    .\32xl\:h-38p {
        height: 38px;
    }
    .\32xl\:h-40p {
        height: 40px;
    }
    .\32xl\:h-46p {
        height: 46px;
    }
    .\32xl\:h-47p {
        height: 47px;
    }
    .\32xl\:h-49p {
        height: 49px;
    }
    .\32xl\:h-58p {
        height: 58px;
    }
    .\32xl\:h-75p {
        height: 75px;
    }
    .\32xl\:h-77p {
        height: 77px;
    }
    .\32xl\:h-60p {
        height: 60px;
    }
    .\32xl\:h-65p {
        height: 65px;
    }
    .\32xl\:h-66p {
        height: 66px;
    }
    .\32xl\:h-68p {
        height: 68px;
    }
    .\32xl\:h-70p {
        height: 70px;
    }
    .\32xl\:h-72p {
        height: 72px;
    }
    .\32xl\:h-74p {
        height: 74px;
    }
    .\32xl\:h-78p {
        height: 78px;
    }
    .\32xl\:h-80p {
        height: 80px;
    }
    .\32xl\:h-82p {
        height: 82px;
    }
    .\32xl\:h-84p {
        height: 84px;
    }
    .\32xl\:h-89p {
        height: 89px;
    }
    .\32xl\:h-93p {
        height: 93px;
    }
    .\32xl\:h-90p {
        height: 90px;
    }
    .\32xl\:h-97p {
        height: 97px;
    }
    .\32xl\:h-103p {
        height: 103px;
    }
    .\32xl\:h-116p {
        height: 116px;
    }
    .\32xl\:h-120p {
        height: 120px;
    }
    .\32xl\:h-125p {
        height: 125px;
    }
    .\32xl\:h-130p {
        height: 130px;
    }
    .\32xl\:h-135p {
        height: 135px;
    }
    .\32xl\:h-132p {
        height: 132px;
    }
    .\32xl\:h-150p {
        height: 150px;
    }
    .\32xl\:h-216p {
        height: 216px;
    }
    .\32xl\:h-225p {
        height: 225px;
    }
    .\32xl\:h-296p {
        height: 296px;
    }
    .\32xl\:h-270p {
        height: 270px;
    }
    .\32xl\:h-137p {
        height: 137px;
    }
    .\32xl\:h-141p {
        height: 141px;
    }
    .\32xl\:h-146p {
        height: 146px;
    }
    .\32xl\:h-152p {
        height: 152px;
    }
    .\32xl\:h-155p {
        height: 155px;
    }
    .\32xl\:h-163p {
        height: 163px;
    }
    .\32xl\:h-168p {
        height: 168px;
    }
    .\32xl\:h-173p {
        height: 173px;
    }
    .\32xl\:h-210p {
        height: 210px;
    }
    .\32xl\:h-245p {
        height: 245px;
    }
    .\32xl\:h-250p {
        height: 250px;
    }
    .\32xl\:h-260p {
        height: 260px;
    }
    .\32xl\:h-263p {
        height: 263px;
    }
    .\32xl\:h-266p {
        height: 266px;
    }
    .\32xl\:h-275p {
        height: 275px;
    }
    .\32xl\:h-300p {
        height: 300px;
    }
    .\32xl\:h-312p {
        height: 312px;
    }
    .\32xl\:h-318p {
        height: 318px;
    }
    .\32xl\:h-322p {
        height: 322px;
    }
    .\32xl\:h-337p {
        height: 337px;
    }
    .\32xl\:h-345p {
        height: 345px;
    }
    .\32xl\:h-344p {
        height: 344px;
    }
    .\32xl\:h-354p {
        height: 354px;
    }
    .\32xl\:h-364p {
        height: 364px;
    }
    .\32xl\:h-370p {
        height: 370px;
    }
    .\32xl\:h-382p {
        height: 382px;
    }
    .\32xl\:h-385p {
        height: 385px;
    }
    .\32xl\:h-400p {
        height: 400px;
    }
    .\32xl\:h-407p {
        height: 407px;
    }
    .\32xl\:h-411p {
        height: 411px;
    }
    .\32xl\:h-418p {
        height: 418px;
    }
    .\32xl\:h-430p {
        height: 430px;
    }
    .\32xl\:h-450p {
        height: 450px;
    }
    .\32xl\:h-468p {
        height: 468px;
    }
    .\32xl\:h-485p {
        height: 485px;
    }
    .\32xl\:h-491p {
        height: 491px;
    }
    .\32xl\:h-494p {
        height: 494px;
    }
    .\32xl\:h-470p {
        height: 470px;
    }
    .\32xl\:h-480p {
        height: 480px;
    }
    .\32xl\:h-532p {
        height: 532px;
    }
    .\32xl\:h-556p {
        height: 556px;
    }
    .\32xl\:h-505p {
        height: 505px;
    }
    .\32xl\:h-1179p {
        height: 1179px;
    }
    .\32xl\:h-1253p {
        height: 1253px;
    }
    .\32xl\:h-1575p {
        height: 1575px;
    }
    .\32xl\:h-600p {
        height: 600px;
    }
    .\32xl\:h-649p {
        height: 649px;
    }
    .\32xl\:h-690p {
        height: 690px;
    }
    .\32xl\:h-19\% {
        height: 19%;
    }
    .\32xl\:h-23\% {
        height: 23%;
    }
    .\32xl\:h-24\% {
        height: 24%;
    }
    .\32xl\:h-36\% {
        height: 36%;
    }
    .\32xl\:h-27\% {
        height: 27%;
    }
    .\32xl\:h-28\% {
        height: 28%;
    }
    .\32xl\:h-42\% {
        height: 42%;
    }
    .\32xl\:h-46\% {
        height: 46%;
    }
    .\32xl\:h-49\% {
        height: 49%;
    }
    .\32xl\:h-54\% {
        height: 54%;
    }
    .\32xl\:h-58\% {
        height: 58%;
    }
    .\32xl\:h-72\% {
        height: 72%;
    }
    .\32xl\:h-76\% {
        height: 76%;
    }
    .\32xl\:h-77\% {
        height: 77%;
    }
    .\32xl\:h-340p {
        height: 340px;
    }
    .\32xl\:h-700p {
        height: 700px;
    }
    .\32xl\:h-848p {
        height: 848px;
    }
    .\32xl\:h-850p {
        height: 850px;
    }
    .\32xl\:h-860p {
        height: 860px;
    }
    .\32xl\:h-1425p {
        height: 1425px;
    }
    .\32xl\:h-1\/2 {
        height: 50%;
    }
    .\32xl\:h-1\/3 {
        height: 33.333333%;
    }
    .\32xl\:h-2\/3 {
        height: 66.666667%;
    }
    .\32xl\:h-1\/4 {
        height: 25%;
    }
    .\32xl\:h-2\/4 {
        height: 50%;
    }
    .\32xl\:h-3\/4 {
        height: 75%;
    }
    .\32xl\:h-1\/5 {
        height: 20%;
    }
    .\32xl\:h-2\/5 {
        height: 40%;
    }
    .\32xl\:h-3\/5 {
        height: 60%;
    }
    .\32xl\:h-4\/5 {
        height: 80%;
    }
    .\32xl\:h-1\/6 {
        height: 16.666667%;
    }
    .\32xl\:h-2\/6 {
        height: 33.333333%;
    }
    .\32xl\:h-3\/6 {
        height: 50%;
    }
    .\32xl\:h-4\/6 {
        height: 66.666667%;
    }
    .\32xl\:h-5\/6 {
        height: 83.333333%;
    }
    .\32xl\:h-full {
        height: 100%;
    }
    .\32xl\:h-screen {
        height: 100vh;
    }
    .\32xl\:text-8 {
        font-size: 8px;
    }
    .\32xl\:text-11 {
        font-size: 11px;
    }
    .\32xl\:text-13 {
        font-size: 13px;
    }
    .\32xl\:text-15 {
        font-size: 15px;
    }
    .\32xl\:text-17 {
        font-size: 17px;
    }
    .\32xl\:text-18 {
        font-size: 18px;
    }
    .\32xl\:text-19 {
        font-size: 19px;
    }
    .\32xl\:text-20 {
        font-size: 20px;
    }
    .\32xl\:text-22 {
        font-size: 22px;
    }
    .\32xl\:text-23 {
        font-size: 23px;
    }
    .\32xl\:text-26 {
        font-size: 26px;
    }
    .\32xl\:text-28 {
        font-size: 28px;
    }
    .\32xl\:text-32 {
        font-size: 32px;
    }
    .\32xl\:text-33 {
        font-size: 33px;
    }
    .\32xl\:text-34 {
        font-size: 34px;
    }
    .\32xl\:text-40 {
        font-size: 40px;
    }
    .\32xl\:text-42 {
        font-size: 42px;
    }
    .\32xl\:text-46 {
        font-size: 46px;
    }
    .\32xl\:text-52 {
        font-size: 52px;
    }
    .\32xl\:text-66 {
        font-size: 66px;
    }
    .\32xl\:text-108 {
        font-size: 108px;
    }
    .\32xl\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .\32xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .\32xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .\32xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .\32xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .\32xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .\32xl\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .\32xl\:text-xss {
        font-size: 10px;
    }
    .\32xl\:text-2\.5xl {
        font-size: 28px;
    }
    .\32xl\:leading-3 {
        line-height: 0.75rem;
    }
    .\32xl\:leading-4 {
        line-height: 1rem;
    }
    .\32xl\:leading-5 {
        line-height: 1.25rem;
    }
    .\32xl\:leading-6 {
        line-height: 1.5rem;
    }
    .\32xl\:leading-7 {
        line-height: 1.75rem;
    }
    .\32xl\:leading-8 {
        line-height: 2rem;
    }
    .\32xl\:leading-9 {
        line-height: 2.25rem;
    }
    .\32xl\:leading-10 {
        line-height: 2.5rem;
    }
    .\32xl\:leading-none {
        line-height: 1;
    }
    .\32xl\:leading-tight {
        line-height: 1.25;
    }
    .\32xl\:leading-snug {
        line-height: 1.375;
    }
    .\32xl\:leading-normal {
        line-height: 1.5;
    }
    .\32xl\:leading-relaxed {
        line-height: 1.625;
    }
    .\32xl\:leading-loose {
        line-height: 2;
    }
    .\32xl\:leading-15p {
        line-height: 15px;
    }
    .\32xl\:leading-22p {
        line-height: 22px;
    }
    .\32xl\:leading-29p {
        line-height: 29px;
    }
    .\32xl\:leading-34p {
        line-height: 34px;
    }
    .\32xl\:leading-42p {
        line-height: 42px;
    }
    .\32xl\:leading-48p {
        line-height: 48px;
    }
    .\32xl\:leading-55p {
        line-height: 55px;
    }
    .\32xl\:leading-60p {
        line-height: 60px;
    }
    .\32xl\:leading-140p {
        line-height: 140px;
    }
    .\32xl\:list-inside {
        list-style-position: inside;
    }
    .\32xl\:list-outside {
        list-style-position: outside;
    }
    .\32xl\:list-none {
        list-style-type: none;
    }
    .\32xl\:list-disc {
        list-style-type: disc;
    }
    .\32xl\:list-decimal {
        list-style-type: decimal;
    }
    .\32xl\:m-0 {
        margin: 0;
    }
    .\32xl\:m-1 {
        margin: 0.25rem;
    }
    .\32xl\:m-2 {
        margin: 0.5rem;
    }
    .\32xl\:m-3 {
        margin: 0.75rem;
    }
    .\32xl\:m-4 {
        margin: 1rem;
    }
    .\32xl\:m-5 {
        margin: 1.25rem;
    }
    .\32xl\:m-6 {
        margin: 1.5rem;
    }
    .\32xl\:m-7 {
        margin: 1.75rem;
    }
    .\32xl\:m-8 {
        margin: 2rem;
    }
    .\32xl\:m-9 {
        margin: 2.25rem;
    }
    .\32xl\:m-10 {
        margin: 2.5rem;
    }
    .\32xl\:m-11 {
        margin: 2.75rem;
    }
    .\32xl\:m-12 {
        margin: 3rem;
    }
    .\32xl\:m-14 {
        margin: 3.5rem;
    }
    .\32xl\:m-16 {
        margin: 4rem;
    }
    .\32xl\:m-20 {
        margin: 5rem;
    }
    .\32xl\:m-23 {
        margin: 88px;
    }
    .\32xl\:m-24 {
        margin: 6rem;
    }
    .\32xl\:m-25 {
        margin: 100px;
    }
    .\32xl\:m-28 {
        margin: 7rem;
    }
    .\32xl\:m-29 {
        margin: 120px;
    }
    .\32xl\:m-32 {
        margin: 8rem;
    }
    .\32xl\:m-33 {
        margin: 130px;
    }
    .\32xl\:m-36 {
        margin: 9rem;
    }
    .\32xl\:m-40 {
        margin: 10rem;
    }
    .\32xl\:m-44 {
        margin: 11rem;
    }
    .\32xl\:m-48 {
        margin: 12rem;
    }
    .\32xl\:m-52 {
        margin: 13rem;
    }
    .\32xl\:m-56 {
        margin: 14rem;
    }
    .\32xl\:m-60 {
        margin: 15rem;
    }
    .\32xl\:m-63 {
        margin: 270px;
    }
    .\32xl\:m-64 {
        margin: 16rem;
    }
    .\32xl\:m-72 {
        margin: 18rem;
    }
    .\32xl\:m-80 {
        margin: 20rem;
    }
    .\32xl\:m-92 {
        margin: 375px;
    }
    .\32xl\:m-96 {
        margin: 24rem;
    }
    .\32xl\:m-128 {
        margin: 32rem;
    }
    .\32xl\:m-auto {
        margin: auto;
    }
    .\32xl\:m-px {
        margin: 1px;
    }
    .\32xl\:m-0\.5 {
        margin: 0.125rem;
    }
    .\32xl\:m-1\.5 {
        margin: 0.375rem;
    }
    .\32xl\:m-2\.5 {
        margin: 0.625rem;
    }
    .\32xl\:m-3\.5 {
        margin: 0.875rem;
    }
    .\32xl\:m-105p {
        margin: 105px;
    }
    .\32xl\:m-50p {
        margin: 50px;
    }
    .\32xl\:m-54p {
        margin: 54px;
    }
    .\32xl\:m-1p {
        margin: 1px;
    }
    .\32xl\:m-2p {
        margin: 2px;
    }
    .\32xl\:m-3p {
        margin: 3px;
    }
    .\32xl\:m-5p {
        margin: 5px;
    }
    .\32xl\:m-7p {
        margin: 7px;
    }
    .\32xl\:m-9p {
        margin: 9px;
    }
    .\32xl\:m-10p {
        margin: 10px;
    }
    .\32xl\:m-11p {
        margin: 11px;
    }
    .\32xl\:m-13p {
        margin: 13px;
    }
    .\32xl\:m-15p {
        margin: 15px;
    }
    .\32xl\:m-18p {
        margin: 18px;
    }
    .\32xl\:m-19p {
        margin: 19px;
    }
    .\32xl\:m-21p {
        margin: 21px;
    }
    .\32xl\:m-22p {
        margin: 22px;
    }
    .\32xl\:m-23p {
        margin: 23px;
    }
    .\32xl\:m-25p {
        margin: 25px;
    }
    .\32xl\:m-26p {
        margin: 26px;
    }
    .\32xl\:m-29p {
        margin: 29px;
    }
    .\32xl\:m-30p {
        margin: 30px;
    }
    .\32xl\:m-31p {
        margin: 31px;
    }
    .\32xl\:m-35p {
        margin: 35px;
    }
    .\32xl\:m-52p {
        margin: 52px;
    }
    .\32xl\:m-53p {
        margin: 53px;
    }
    .\32xl\:m-55p {
        margin: 55px;
    }
    .\32xl\:m-59p {
        margin: 59px;
    }
    .\32xl\:m-27p {
        margin: 27px;
    }
    .\32xl\:m-33\.5p {
        margin: 33.5px;
    }
    .\32xl\:m-38p {
        margin: 38px;
    }
    .\32xl\:m-40p {
        margin: 40px;
    }
    .\32xl\:m-46p {
        margin: 46px;
    }
    .\32xl\:m-47p {
        margin: 47px;
    }
    .\32xl\:m-49p {
        margin: 49px;
    }
    .\32xl\:m-58p {
        margin: 58px;
    }
    .\32xl\:m-75p {
        margin: 75px;
    }
    .\32xl\:m-77p {
        margin: 77px;
    }
    .\32xl\:m-60p {
        margin: 60px;
    }
    .\32xl\:m-65p {
        margin: 65px;
    }
    .\32xl\:m-66p {
        margin: 66px;
    }
    .\32xl\:m-68p {
        margin: 68px;
    }
    .\32xl\:m-70p {
        margin: 70px;
    }
    .\32xl\:m-72p {
        margin: 72px;
    }
    .\32xl\:m-74p {
        margin: 74px;
    }
    .\32xl\:m-78p {
        margin: 78px;
    }
    .\32xl\:m-80p {
        margin: 80px;
    }
    .\32xl\:m-82p {
        margin: 82px;
    }
    .\32xl\:m-84p {
        margin: 84px;
    }
    .\32xl\:m-89p {
        margin: 89px;
    }
    .\32xl\:m-93p {
        margin: 93px;
    }
    .\32xl\:m-90p {
        margin: 90px;
    }
    .\32xl\:m-97p {
        margin: 97px;
    }
    .\32xl\:m-103p {
        margin: 103px;
    }
    .\32xl\:m-116p {
        margin: 116px;
    }
    .\32xl\:m-120p {
        margin: 120px;
    }
    .\32xl\:m-125p {
        margin: 125px;
    }
    .\32xl\:m-130p {
        margin: 130px;
    }
    .\32xl\:m-135p {
        margin: 135px;
    }
    .\32xl\:m-132p {
        margin: 132px;
    }
    .\32xl\:m-150p {
        margin: 150px;
    }
    .\32xl\:m-216p {
        margin: 216px;
    }
    .\32xl\:m-225p {
        margin: 225px;
    }
    .\32xl\:m-296p {
        margin: 296px;
    }
    .\32xl\:m-270p {
        margin: 270px;
    }
    .\32xl\:m-137p {
        margin: 137px;
    }
    .\32xl\:m-141p {
        margin: 141px;
    }
    .\32xl\:m-146p {
        margin: 146px;
    }
    .\32xl\:m-152p {
        margin: 152px;
    }
    .\32xl\:m-155p {
        margin: 155px;
    }
    .\32xl\:m-163p {
        margin: 163px;
    }
    .\32xl\:m-168p {
        margin: 168px;
    }
    .\32xl\:m-173p {
        margin: 173px;
    }
    .\32xl\:m-210p {
        margin: 210px;
    }
    .\32xl\:m-245p {
        margin: 245px;
    }
    .\32xl\:m-250p {
        margin: 250px;
    }
    .\32xl\:m-260p {
        margin: 260px;
    }
    .\32xl\:m-263p {
        margin: 263px;
    }
    .\32xl\:m-266p {
        margin: 266px;
    }
    .\32xl\:m-275p {
        margin: 275px;
    }
    .\32xl\:m-300p {
        margin: 300px;
    }
    .\32xl\:m-312p {
        margin: 312px;
    }
    .\32xl\:m-318p {
        margin: 318px;
    }
    .\32xl\:m-322p {
        margin: 322px;
    }
    .\32xl\:m-337p {
        margin: 337px;
    }
    .\32xl\:m-345p {
        margin: 345px;
    }
    .\32xl\:m-344p {
        margin: 344px;
    }
    .\32xl\:m-354p {
        margin: 354px;
    }
    .\32xl\:m-364p {
        margin: 364px;
    }
    .\32xl\:m-370p {
        margin: 370px;
    }
    .\32xl\:m-382p {
        margin: 382px;
    }
    .\32xl\:m-385p {
        margin: 385px;
    }
    .\32xl\:m-400p {
        margin: 400px;
    }
    .\32xl\:m-407p {
        margin: 407px;
    }
    .\32xl\:m-411p {
        margin: 411px;
    }
    .\32xl\:m-418p {
        margin: 418px;
    }
    .\32xl\:m-430p {
        margin: 430px;
    }
    .\32xl\:m-450p {
        margin: 450px;
    }
    .\32xl\:m-468p {
        margin: 468px;
    }
    .\32xl\:m-485p {
        margin: 485px;
    }
    .\32xl\:m-491p {
        margin: 491px;
    }
    .\32xl\:m-494p {
        margin: 494px;
    }
    .\32xl\:m-470p {
        margin: 470px;
    }
    .\32xl\:m-480p {
        margin: 480px;
    }
    .\32xl\:m-532p {
        margin: 532px;
    }
    .\32xl\:m-556p {
        margin: 556px;
    }
    .\32xl\:m-505p {
        margin: 505px;
    }
    .\32xl\:m-1179p {
        margin: 1179px;
    }
    .\32xl\:m-1253p {
        margin: 1253px;
    }
    .\32xl\:m-1575p {
        margin: 1575px;
    }
    .\32xl\:m-600p {
        margin: 600px;
    }
    .\32xl\:m-649p {
        margin: 649px;
    }
    .\32xl\:m-690p {
        margin: 690px;
    }
    .\32xl\:m-19\% {
        margin: 19%;
    }
    .\32xl\:m-23\% {
        margin: 23%;
    }
    .\32xl\:m-24\% {
        margin: 24%;
    }
    .\32xl\:m-36\% {
        margin: 36%;
    }
    .\32xl\:m-27\% {
        margin: 27%;
    }
    .\32xl\:m-28\% {
        margin: 28%;
    }
    .\32xl\:m-42\% {
        margin: 42%;
    }
    .\32xl\:m-46\% {
        margin: 46%;
    }
    .\32xl\:m-49\% {
        margin: 49%;
    }
    .\32xl\:m-54\% {
        margin: 54%;
    }
    .\32xl\:m-58\% {
        margin: 58%;
    }
    .\32xl\:m-72\% {
        margin: 72%;
    }
    .\32xl\:m-76\% {
        margin: 76%;
    }
    .\32xl\:m-77\% {
        margin: 77%;
    }
    .\32xl\:m-340p {
        margin: 340px;
    }
    .\32xl\:m-700p {
        margin: 700px;
    }
    .\32xl\:m-848p {
        margin: 848px;
    }
    .\32xl\:m-850p {
        margin: 850px;
    }
    .\32xl\:m-860p {
        margin: 860px;
    }
    .\32xl\:m-1425p {
        margin: 1425px;
    }
    .\32xl\:-m-0 {
        margin: 0;
    }
    .\32xl\:-m-1 {
        margin: -0.25rem;
    }
    .\32xl\:-m-2 {
        margin: -0.5rem;
    }
    .\32xl\:-m-3 {
        margin: -0.75rem;
    }
    .\32xl\:-m-4 {
        margin: -1rem;
    }
    .\32xl\:-m-5 {
        margin: -1.25rem;
    }
    .\32xl\:-m-6 {
        margin: -1.5rem;
    }
    .\32xl\:-m-7 {
        margin: -1.75rem;
    }
    .\32xl\:-m-8 {
        margin: -2rem;
    }
    .\32xl\:-m-9 {
        margin: -2.25rem;
    }
    .\32xl\:-m-10 {
        margin: -2.5rem;
    }
    .\32xl\:-m-11 {
        margin: -2.75rem;
    }
    .\32xl\:-m-12 {
        margin: -3rem;
    }
    .\32xl\:-m-14 {
        margin: -3.5rem;
    }
    .\32xl\:-m-16 {
        margin: -4rem;
    }
    .\32xl\:-m-20 {
        margin: -5rem;
    }
    .\32xl\:-m-23 {
        margin: -88px;
    }
    .\32xl\:-m-24 {
        margin: -6rem;
    }
    .\32xl\:-m-25 {
        margin: -100px;
    }
    .\32xl\:-m-28 {
        margin: -7rem;
    }
    .\32xl\:-m-29 {
        margin: -120px;
    }
    .\32xl\:-m-32 {
        margin: -8rem;
    }
    .\32xl\:-m-33 {
        margin: -130px;
    }
    .\32xl\:-m-36 {
        margin: -9rem;
    }
    .\32xl\:-m-40 {
        margin: -10rem;
    }
    .\32xl\:-m-44 {
        margin: -11rem;
    }
    .\32xl\:-m-48 {
        margin: -12rem;
    }
    .\32xl\:-m-52 {
        margin: -13rem;
    }
    .\32xl\:-m-56 {
        margin: -14rem;
    }
    .\32xl\:-m-60 {
        margin: -15rem;
    }
    .\32xl\:-m-63 {
        margin: -270px;
    }
    .\32xl\:-m-64 {
        margin: -16rem;
    }
    .\32xl\:-m-72 {
        margin: -18rem;
    }
    .\32xl\:-m-80 {
        margin: -20rem;
    }
    .\32xl\:-m-92 {
        margin: -475px;
    }
    .\32xl\:-m-96 {
        margin: -24rem;
    }
    .\32xl\:-m-128 {
        margin: -32rem;
    }
    .\32xl\:-m-px {
        margin: -1px;
    }
    .\32xl\:-m-0\.5 {
        margin: -0.125rem;
    }
    .\32xl\:-m-1\.5 {
        margin: -0.375rem;
    }
    .\32xl\:-m-2\.5 {
        margin: -0.625rem;
    }
    .\32xl\:-m-3\.5 {
        margin: -0.875rem;
    }
    .\32xl\:-m-105p {
        margin: -105px;
    }
    .\32xl\:-m-50p {
        margin: -50px;
    }
    .\32xl\:-m-54p {
        margin: -54px;
    }
    .\32xl\:-m-1p {
        margin: -1px;
    }
    .\32xl\:-m-2p {
        margin: -2px;
    }
    .\32xl\:-m-3p {
        margin: -3px;
    }
    .\32xl\:-m-5p {
        margin: -5px;
    }
    .\32xl\:-m-7p {
        margin: -7px;
    }
    .\32xl\:-m-9p {
        margin: -9px;
    }
    .\32xl\:-m-10p {
        margin: -10px;
    }
    .\32xl\:-m-11p {
        margin: -11px;
    }
    .\32xl\:-m-13p {
        margin: -13px;
    }
    .\32xl\:-m-15p {
        margin: -15px;
    }
    .\32xl\:-m-18p {
        margin: -18px;
    }
    .\32xl\:-m-19p {
        margin: -19px;
    }
    .\32xl\:-m-21p {
        margin: -21px;
    }
    .\32xl\:-m-22p {
        margin: -22px;
    }
    .\32xl\:-m-23p {
        margin: -23px;
    }
    .\32xl\:-m-25p {
        margin: -25px;
    }
    .\32xl\:-m-26p {
        margin: -26px;
    }
    .\32xl\:-m-29p {
        margin: -29px;
    }
    .\32xl\:-m-30p {
        margin: -30px;
    }
    .\32xl\:-m-31p {
        margin: -31px;
    }
    .\32xl\:-m-35p {
        margin: -35px;
    }
    .\32xl\:-m-52p {
        margin: -52px;
    }
    .\32xl\:-m-53p {
        margin: -53px;
    }
    .\32xl\:-m-55p {
        margin: -55px;
    }
    .\32xl\:-m-59p {
        margin: -59px;
    }
    .\32xl\:-m-27p {
        margin: -27px;
    }
    .\32xl\:-m-33\.5p {
        margin: -33.5px;
    }
    .\32xl\:-m-38p {
        margin: -38px;
    }
    .\32xl\:-m-40p {
        margin: -40px;
    }
    .\32xl\:-m-46p {
        margin: -46px;
    }
    .\32xl\:-m-47p {
        margin: -47px;
    }
    .\32xl\:-m-49p {
        margin: -49px;
    }
    .\32xl\:-m-58p {
        margin: -58px;
    }
    .\32xl\:-m-75p {
        margin: -75px;
    }
    .\32xl\:-m-77p {
        margin: -77px;
    }
    .\32xl\:-m-60p {
        margin: -60px;
    }
    .\32xl\:-m-65p {
        margin: -65px;
    }
    .\32xl\:-m-66p {
        margin: -66px;
    }
    .\32xl\:-m-68p {
        margin: -68px;
    }
    .\32xl\:-m-70p {
        margin: -70px;
    }
    .\32xl\:-m-72p {
        margin: -72px;
    }
    .\32xl\:-m-74p {
        margin: -74px;
    }
    .\32xl\:-m-78p {
        margin: -78px;
    }
    .\32xl\:-m-80p {
        margin: -80px;
    }
    .\32xl\:-m-82p {
        margin: -82px;
    }
    .\32xl\:-m-84p {
        margin: -84px;
    }
    .\32xl\:-m-89p {
        margin: -89px;
    }
    .\32xl\:-m-93p {
        margin: -93px;
    }
    .\32xl\:-m-90p {
        margin: -90px;
    }
    .\32xl\:-m-97p {
        margin: -97px;
    }
    .\32xl\:-m-103p {
        margin: -103px;
    }
    .\32xl\:-m-116p {
        margin: -116px;
    }
    .\32xl\:-m-120p {
        margin: -120px;
    }
    .\32xl\:-m-125p {
        margin: -125px;
    }
    .\32xl\:-m-130p {
        margin: -130px;
    }
    .\32xl\:-m-135p {
        margin: -135px;
    }
    .\32xl\:-m-132p {
        margin: -132px;
    }
    .\32xl\:-m-150p {
        margin: -150px;
    }
    .\32xl\:-m-216p {
        margin: -216px;
    }
    .\32xl\:-m-225p {
        margin: -225px;
    }
    .\32xl\:-m-296p {
        margin: -296px;
    }
    .\32xl\:-m-270p {
        margin: -270px;
    }
    .\32xl\:-m-137p {
        margin: -137px;
    }
    .\32xl\:-m-141p {
        margin: -141px;
    }
    .\32xl\:-m-146p {
        margin: -146px;
    }
    .\32xl\:-m-152p {
        margin: -152px;
    }
    .\32xl\:-m-155p {
        margin: -155px;
    }
    .\32xl\:-m-163p {
        margin: -163px;
    }
    .\32xl\:-m-168p {
        margin: -168px;
    }
    .\32xl\:-m-173p {
        margin: -173px;
    }
    .\32xl\:-m-210p {
        margin: -210px;
    }
    .\32xl\:-m-245p {
        margin: -245px;
    }
    .\32xl\:-m-250p {
        margin: -250px;
    }
    .\32xl\:-m-260p {
        margin: -260px;
    }
    .\32xl\:-m-263p {
        margin: -263px;
    }
    .\32xl\:-m-266p {
        margin: -266px;
    }
    .\32xl\:-m-275p {
        margin: -275px;
    }
    .\32xl\:-m-300p {
        margin: -300px;
    }
    .\32xl\:-m-312p {
        margin: -312px;
    }
    .\32xl\:-m-318p {
        margin: -318px;
    }
    .\32xl\:-m-322p {
        margin: -322px;
    }
    .\32xl\:-m-337p {
        margin: -337px;
    }
    .\32xl\:-m-345p {
        margin: -345px;
    }
    .\32xl\:-m-344p {
        margin: -344px;
    }
    .\32xl\:-m-354p {
        margin: -354px;
    }
    .\32xl\:-m-364p {
        margin: -364px;
    }
    .\32xl\:-m-370p {
        margin: -370px;
    }
    .\32xl\:-m-382p {
        margin: -382px;
    }
    .\32xl\:-m-385p {
        margin: -385px;
    }
    .\32xl\:-m-400p {
        margin: -400px;
    }
    .\32xl\:-m-407p {
        margin: -407px;
    }
    .\32xl\:-m-411p {
        margin: -411px;
    }
    .\32xl\:-m-418p {
        margin: -418px;
    }
    .\32xl\:-m-430p {
        margin: -430px;
    }
    .\32xl\:-m-450p {
        margin: -450px;
    }
    .\32xl\:-m-468p {
        margin: -468px;
    }
    .\32xl\:-m-485p {
        margin: -485px;
    }
    .\32xl\:-m-491p {
        margin: -491px;
    }
    .\32xl\:-m-494p {
        margin: -494px;
    }
    .\32xl\:-m-470p {
        margin: -470px;
    }
    .\32xl\:-m-480p {
        margin: -480px;
    }
    .\32xl\:-m-532p {
        margin: -532px;
    }
    .\32xl\:-m-556p {
        margin: -556px;
    }
    .\32xl\:-m-505p {
        margin: -505px;
    }
    .\32xl\:-m-1179p {
        margin: -1179px;
    }
    .\32xl\:-m-1253p {
        margin: -1253px;
    }
    .\32xl\:-m-1575p {
        margin: -1575px;
    }
    .\32xl\:-m-600p {
        margin: -600px;
    }
    .\32xl\:-m-649p {
        margin: -649px;
    }
    .\32xl\:-m-690p {
        margin: -690px;
    }
    .\32xl\:-m-19\% {
        margin: -19%;
    }
    .\32xl\:-m-23\% {
        margin: -23%;
    }
    .\32xl\:-m-24\% {
        margin: -24%;
    }
    .\32xl\:-m-36\% {
        margin: -36%;
    }
    .\32xl\:-m-27\% {
        margin: -27%;
    }
    .\32xl\:-m-28\% {
        margin: -28%;
    }
    .\32xl\:-m-42\% {
        margin: -42%;
    }
    .\32xl\:-m-46\% {
        margin: -46%;
    }
    .\32xl\:-m-49\% {
        margin: -49%;
    }
    .\32xl\:-m-54\% {
        margin: -54%;
    }
    .\32xl\:-m-58\% {
        margin: -58%;
    }
    .\32xl\:-m-72\% {
        margin: -72%;
    }
    .\32xl\:-m-76\% {
        margin: -76%;
    }
    .\32xl\:-m-77\% {
        margin: -77%;
    }
    .\32xl\:-m-340p {
        margin: -340px;
    }
    .\32xl\:-m-700p {
        margin: -700px;
    }
    .\32xl\:-m-848p {
        margin: -848px;
    }
    .\32xl\:-m-850p {
        margin: -850px;
    }
    .\32xl\:-m-860p {
        margin: -860px;
    }
    .\32xl\:-m-1425p {
        margin: -1425px;
    }
    .\32xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .\32xl\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .\32xl\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .\32xl\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .\32xl\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .\32xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .\32xl\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .\32xl\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .\32xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .\32xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .\32xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .\32xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .\32xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .\32xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .\32xl\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .\32xl\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .\32xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .\32xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .\32xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .\32xl\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .\32xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .\32xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .\32xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .\32xl\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .\32xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .\32xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .\32xl\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .\32xl\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .\32xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .\32xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .\32xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .\32xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .\32xl\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .\32xl\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .\32xl\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .\32xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .\32xl\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .\32xl\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .\32xl\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .\32xl\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .\32xl\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .\32xl\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .\32xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .\32xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .\32xl\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .\32xl\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .\32xl\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .\32xl\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .\32xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .\32xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .\32xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .\32xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .\32xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .\32xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .\32xl\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .\32xl\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .\32xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .\32xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .\32xl\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .\32xl\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .\32xl\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .\32xl\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .\32xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .\32xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .\32xl\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .\32xl\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .\32xl\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .\32xl\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .\32xl\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .\32xl\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .\32xl\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .\32xl\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .\32xl\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .\32xl\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .\32xl\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .\32xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .\32xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .\32xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .\32xl\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .\32xl\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .\32xl\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .\32xl\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .\32xl\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .\32xl\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .\32xl\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .\32xl\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .\32xl\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .\32xl\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .\32xl\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .\32xl\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .\32xl\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .\32xl\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .\32xl\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .\32xl\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .\32xl\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .\32xl\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .\32xl\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .\32xl\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .\32xl\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .\32xl\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .\32xl\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .\32xl\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .\32xl\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .\32xl\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .\32xl\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .\32xl\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .\32xl\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .\32xl\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .\32xl\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .\32xl\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .\32xl\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .\32xl\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .\32xl\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .\32xl\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .\32xl\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .\32xl\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .\32xl\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .\32xl\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .\32xl\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .\32xl\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .\32xl\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .\32xl\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .\32xl\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .\32xl\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .\32xl\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .\32xl\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .\32xl\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .\32xl\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .\32xl\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .\32xl\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .\32xl\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .\32xl\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .\32xl\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .\32xl\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .\32xl\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .\32xl\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .\32xl\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .\32xl\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .\32xl\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .\32xl\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .\32xl\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .\32xl\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .\32xl\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .\32xl\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .\32xl\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .\32xl\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .\32xl\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .\32xl\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .\32xl\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .\32xl\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .\32xl\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .\32xl\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .\32xl\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .\32xl\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .\32xl\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .\32xl\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .\32xl\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .\32xl\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .\32xl\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .\32xl\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .\32xl\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .\32xl\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .\32xl\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .\32xl\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .\32xl\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .\32xl\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .\32xl\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .\32xl\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .\32xl\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .\32xl\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .\32xl\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .\32xl\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .\32xl\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .\32xl\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .\32xl\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .\32xl\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .\32xl\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .\32xl\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .\32xl\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .\32xl\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .\32xl\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .\32xl\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .\32xl\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .\32xl\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .\32xl\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .\32xl\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .\32xl\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .\32xl\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .\32xl\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .\32xl\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .\32xl\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .\32xl\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .\32xl\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .\32xl\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .\32xl\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .\32xl\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .\32xl\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .\32xl\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .\32xl\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .\32xl\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .\32xl\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .\32xl\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .\32xl\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .\32xl\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .\32xl\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .\32xl\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .\32xl\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .\32xl\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .\32xl\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .\32xl\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .\32xl\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .\32xl\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .\32xl\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .\32xl\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .\32xl\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .\32xl\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .\32xl\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .\32xl\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .\32xl\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .\32xl\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .\32xl\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .\32xl\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .\32xl\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .\32xl\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .\32xl\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .\32xl\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .\32xl\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .\32xl\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .\32xl\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .\32xl\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .\32xl\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .\32xl\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .\32xl\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .\32xl\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .\32xl\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .\32xl\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .\32xl\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .\32xl\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .\32xl\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .\32xl\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .\32xl\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .\32xl\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .\32xl\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .\32xl\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .\32xl\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .\32xl\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .\32xl\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .\32xl\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .\32xl\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .\32xl\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .\32xl\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .\32xl\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .\32xl\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .\32xl\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .\32xl\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .\32xl\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .\32xl\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .\32xl\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .\32xl\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .\32xl\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .\32xl\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .\32xl\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .\32xl\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .\32xl\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .\32xl\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .\32xl\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .\32xl\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .\32xl\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .\32xl\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .\32xl\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .\32xl\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .\32xl\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .\32xl\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .\32xl\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .\32xl\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .\32xl\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .\32xl\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .\32xl\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .\32xl\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .\32xl\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .\32xl\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .\32xl\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .\32xl\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .\32xl\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .\32xl\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .\32xl\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .\32xl\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .\32xl\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .\32xl\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .\32xl\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .\32xl\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .\32xl\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .\32xl\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .\32xl\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .\32xl\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .\32xl\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .\32xl\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .\32xl\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .\32xl\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .\32xl\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .\32xl\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .\32xl\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .\32xl\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .\32xl\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .\32xl\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .\32xl\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .\32xl\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .\32xl\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .\32xl\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .\32xl\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .\32xl\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .\32xl\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .\32xl\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .\32xl\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .\32xl\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .\32xl\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .\32xl\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .\32xl\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .\32xl\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .\32xl\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .\32xl\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .\32xl\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .\32xl\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .\32xl\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .\32xl\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .\32xl\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .\32xl\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .\32xl\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .\32xl\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .\32xl\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .\32xl\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .\32xl\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .\32xl\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .\32xl\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .\32xl\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .\32xl\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .\32xl\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .\32xl\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .\32xl\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .\32xl\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .\32xl\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .\32xl\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .\32xl\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .\32xl\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .\32xl\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .\32xl\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .\32xl\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .\32xl\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .\32xl\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .\32xl\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .\32xl\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .\32xl\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .\32xl\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .\32xl\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .\32xl\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .\32xl\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .\32xl\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .\32xl\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .\32xl\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .\32xl\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .\32xl\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .\32xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .\32xl\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .\32xl\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .\32xl\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .\32xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .\32xl\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .\32xl\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .\32xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .\32xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .\32xl\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .\32xl\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .\32xl\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .\32xl\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .\32xl\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .\32xl\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .\32xl\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .\32xl\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .\32xl\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .\32xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .\32xl\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .\32xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .\32xl\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .\32xl\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .\32xl\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .\32xl\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .\32xl\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .\32xl\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .\32xl\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .\32xl\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .\32xl\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .\32xl\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .\32xl\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .\32xl\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .\32xl\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .\32xl\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .\32xl\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .\32xl\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .\32xl\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .\32xl\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .\32xl\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .\32xl\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .\32xl\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .\32xl\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .\32xl\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .\32xl\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .\32xl\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .\32xl\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .\32xl\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .\32xl\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .\32xl\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .\32xl\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .\32xl\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .\32xl\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .\32xl\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .\32xl\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .\32xl\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .\32xl\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .\32xl\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .\32xl\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .\32xl\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .\32xl\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .\32xl\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .\32xl\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .\32xl\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .\32xl\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .\32xl\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .\32xl\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .\32xl\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .\32xl\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .\32xl\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .\32xl\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .\32xl\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .\32xl\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .\32xl\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .\32xl\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .\32xl\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .\32xl\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .\32xl\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .\32xl\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .\32xl\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .\32xl\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .\32xl\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .\32xl\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .\32xl\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .\32xl\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .\32xl\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .\32xl\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .\32xl\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .\32xl\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .\32xl\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .\32xl\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .\32xl\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .\32xl\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .\32xl\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .\32xl\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .\32xl\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .\32xl\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .\32xl\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .\32xl\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .\32xl\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .\32xl\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .\32xl\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .\32xl\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .\32xl\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .\32xl\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .\32xl\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .\32xl\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .\32xl\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .\32xl\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .\32xl\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .\32xl\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .\32xl\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .\32xl\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .\32xl\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .\32xl\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .\32xl\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .\32xl\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .\32xl\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .\32xl\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .\32xl\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .\32xl\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .\32xl\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .\32xl\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .\32xl\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .\32xl\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .\32xl\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .\32xl\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .\32xl\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .\32xl\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .\32xl\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .\32xl\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .\32xl\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .\32xl\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .\32xl\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .\32xl\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .\32xl\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .\32xl\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .\32xl\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .\32xl\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .\32xl\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .\32xl\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .\32xl\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .\32xl\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .\32xl\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .\32xl\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .\32xl\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .\32xl\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .\32xl\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .\32xl\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .\32xl\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .\32xl\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .\32xl\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .\32xl\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .\32xl\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .\32xl\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .\32xl\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .\32xl\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .\32xl\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .\32xl\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .\32xl\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .\32xl\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .\32xl\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .\32xl\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .\32xl\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .\32xl\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .\32xl\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .\32xl\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .\32xl\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .\32xl\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .\32xl\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .\32xl\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .\32xl\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .\32xl\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .\32xl\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .\32xl\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .\32xl\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .\32xl\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .\32xl\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .\32xl\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .\32xl\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .\32xl\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .\32xl\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .\32xl\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .\32xl\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .\32xl\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .\32xl\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .\32xl\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .\32xl\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .\32xl\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .\32xl\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .\32xl\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .\32xl\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .\32xl\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .\32xl\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .\32xl\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .\32xl\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .\32xl\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .\32xl\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .\32xl\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .\32xl\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .\32xl\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .\32xl\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .\32xl\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .\32xl\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .\32xl\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .\32xl\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .\32xl\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .\32xl\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .\32xl\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .\32xl\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .\32xl\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .\32xl\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .\32xl\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .\32xl\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .\32xl\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .\32xl\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .\32xl\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .\32xl\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .\32xl\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .\32xl\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .\32xl\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .\32xl\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .\32xl\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .\32xl\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .\32xl\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .\32xl\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .\32xl\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .\32xl\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .\32xl\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .\32xl\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .\32xl\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .\32xl\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .\32xl\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .\32xl\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .\32xl\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .\32xl\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .\32xl\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .\32xl\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .\32xl\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .\32xl\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .\32xl\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .\32xl\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .\32xl\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .\32xl\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .\32xl\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .\32xl\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .\32xl\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .\32xl\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .\32xl\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .\32xl\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .\32xl\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .\32xl\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .\32xl\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .\32xl\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .\32xl\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .\32xl\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .\32xl\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .\32xl\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .\32xl\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .\32xl\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .\32xl\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .\32xl\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .\32xl\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .\32xl\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .\32xl\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .\32xl\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .\32xl\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .\32xl\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .\32xl\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .\32xl\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .\32xl\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .\32xl\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .\32xl\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .\32xl\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .\32xl\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .\32xl\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .\32xl\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .\32xl\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .\32xl\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .\32xl\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .\32xl\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .\32xl\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .\32xl\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .\32xl\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .\32xl\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .\32xl\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .\32xl\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .\32xl\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .\32xl\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .\32xl\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .\32xl\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .\32xl\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .\32xl\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .\32xl\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .\32xl\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .\32xl\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .\32xl\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .\32xl\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .\32xl\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .\32xl\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .\32xl\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .\32xl\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .\32xl\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .\32xl\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .\32xl\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .\32xl\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .\32xl\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .\32xl\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .\32xl\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .\32xl\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .\32xl\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .\32xl\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .\32xl\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .\32xl\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .\32xl\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .\32xl\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .\32xl\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .\32xl\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .\32xl\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .\32xl\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .\32xl\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .\32xl\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .\32xl\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .\32xl\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .\32xl\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .\32xl\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .\32xl\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .\32xl\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .\32xl\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .\32xl\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .\32xl\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .\32xl\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .\32xl\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .\32xl\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .\32xl\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .\32xl\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .\32xl\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .\32xl\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .\32xl\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .\32xl\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .\32xl\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .\32xl\:mt-0 {
        margin-top: 0;
    }
    .\32xl\:mr-0 {
        margin-right: 0;
    }
    .\32xl\:mb-0 {
        margin-bottom: 0;
    }
    .\32xl\:ml-0 {
        margin-left: 0;
    }
    .\32xl\:mt-1 {
        margin-top: 0.25rem;
    }
    .\32xl\:mr-1 {
        margin-right: 0.25rem;
    }
    .\32xl\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .\32xl\:ml-1 {
        margin-left: 0.25rem;
    }
    .\32xl\:mt-2 {
        margin-top: 0.5rem;
    }
    .\32xl\:mr-2 {
        margin-right: 0.5rem;
    }
    .\32xl\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .\32xl\:ml-2 {
        margin-left: 0.5rem;
    }
    .\32xl\:mt-3 {
        margin-top: 0.75rem;
    }
    .\32xl\:mr-3 {
        margin-right: 0.75rem;
    }
    .\32xl\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .\32xl\:ml-3 {
        margin-left: 0.75rem;
    }
    .\32xl\:mt-4 {
        margin-top: 1rem;
    }
    .\32xl\:mr-4 {
        margin-right: 1rem;
    }
    .\32xl\:mb-4 {
        margin-bottom: 1rem;
    }
    .\32xl\:ml-4 {
        margin-left: 1rem;
    }
    .\32xl\:mt-5 {
        margin-top: 1.25rem;
    }
    .\32xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .\32xl\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .\32xl\:ml-5 {
        margin-left: 1.25rem;
    }
    .\32xl\:mt-6 {
        margin-top: 1.5rem;
    }
    .\32xl\:mr-6 {
        margin-right: 1.5rem;
    }
    .\32xl\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .\32xl\:ml-6 {
        margin-left: 1.5rem;
    }
    .\32xl\:mt-7 {
        margin-top: 1.75rem;
    }
    .\32xl\:mr-7 {
        margin-right: 1.75rem;
    }
    .\32xl\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .\32xl\:ml-7 {
        margin-left: 1.75rem;
    }
    .\32xl\:mt-8 {
        margin-top: 2rem;
    }
    .\32xl\:mr-8 {
        margin-right: 2rem;
    }
    .\32xl\:mb-8 {
        margin-bottom: 2rem;
    }
    .\32xl\:ml-8 {
        margin-left: 2rem;
    }
    .\32xl\:mt-9 {
        margin-top: 2.25rem;
    }
    .\32xl\:mr-9 {
        margin-right: 2.25rem;
    }
    .\32xl\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .\32xl\:ml-9 {
        margin-left: 2.25rem;
    }
    .\32xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .\32xl\:mr-10 {
        margin-right: 2.5rem;
    }
    .\32xl\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .\32xl\:ml-10 {
        margin-left: 2.5rem;
    }
    .\32xl\:mt-11 {
        margin-top: 2.75rem;
    }
    .\32xl\:mr-11 {
        margin-right: 2.75rem;
    }
    .\32xl\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .\32xl\:ml-11 {
        margin-left: 2.75rem;
    }
    .\32xl\:mt-12 {
        margin-top: 3rem;
    }
    .\32xl\:mr-12 {
        margin-right: 3rem;
    }
    .\32xl\:mb-12 {
        margin-bottom: 3rem;
    }
    .\32xl\:ml-12 {
        margin-left: 3rem;
    }
    .\32xl\:mt-14 {
        margin-top: 3.5rem;
    }
    .\32xl\:mr-14 {
        margin-right: 3.5rem;
    }
    .\32xl\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .\32xl\:ml-14 {
        margin-left: 3.5rem;
    }
    .\32xl\:mt-16 {
        margin-top: 4rem;
    }
    .\32xl\:mr-16 {
        margin-right: 4rem;
    }
    .\32xl\:mb-16 {
        margin-bottom: 4rem;
    }
    .\32xl\:ml-16 {
        margin-left: 4rem;
    }
    .\32xl\:mt-20 {
        margin-top: 5rem;
    }
    .\32xl\:mr-20 {
        margin-right: 5rem;
    }
    .\32xl\:mb-20 {
        margin-bottom: 5rem;
    }
    .\32xl\:ml-20 {
        margin-left: 5rem;
    }
    .\32xl\:mt-23 {
        margin-top: 88px;
    }
    .\32xl\:mr-23 {
        margin-right: 88px;
    }
    .\32xl\:mb-23 {
        margin-bottom: 88px;
    }
    .\32xl\:ml-23 {
        margin-left: 88px;
    }
    .\32xl\:mt-24 {
        margin-top: 6rem;
    }
    .\32xl\:mr-24 {
        margin-right: 6rem;
    }
    .\32xl\:mb-24 {
        margin-bottom: 6rem;
    }
    .\32xl\:ml-24 {
        margin-left: 6rem;
    }
    .\32xl\:mt-25 {
        margin-top: 100px;
    }
    .\32xl\:mr-25 {
        margin-right: 100px;
    }
    .\32xl\:mb-25 {
        margin-bottom: 100px;
    }
    .\32xl\:ml-25 {
        margin-left: 100px;
    }
    .\32xl\:mt-28 {
        margin-top: 7rem;
    }
    .\32xl\:mr-28 {
        margin-right: 7rem;
    }
    .\32xl\:mb-28 {
        margin-bottom: 7rem;
    }
    .\32xl\:ml-28 {
        margin-left: 7rem;
    }
    .\32xl\:mt-29 {
        margin-top: 120px;
    }
    .\32xl\:mr-29 {
        margin-right: 120px;
    }
    .\32xl\:mb-29 {
        margin-bottom: 120px;
    }
    .\32xl\:ml-29 {
        margin-left: 120px;
    }
    .\32xl\:mt-32 {
        margin-top: 8rem;
    }
    .\32xl\:mr-32 {
        margin-right: 8rem;
    }
    .\32xl\:mb-32 {
        margin-bottom: 8rem;
    }
    .\32xl\:ml-32 {
        margin-left: 8rem;
    }
    .\32xl\:mt-33 {
        margin-top: 130px;
    }
    .\32xl\:mr-33 {
        margin-right: 130px;
    }
    .\32xl\:mb-33 {
        margin-bottom: 130px;
    }
    .\32xl\:ml-33 {
        margin-left: 130px;
    }
    .\32xl\:mt-36 {
        margin-top: 9rem;
    }
    .\32xl\:mr-36 {
        margin-right: 9rem;
    }
    .\32xl\:mb-36 {
        margin-bottom: 9rem;
    }
    .\32xl\:ml-36 {
        margin-left: 9rem;
    }
    .\32xl\:mt-40 {
        margin-top: 10rem;
    }
    .\32xl\:mr-40 {
        margin-right: 10rem;
    }
    .\32xl\:mb-40 {
        margin-bottom: 10rem;
    }
    .\32xl\:ml-40 {
        margin-left: 10rem;
    }
    .\32xl\:mt-44 {
        margin-top: 11rem;
    }
    .\32xl\:mr-44 {
        margin-right: 11rem;
    }
    .\32xl\:mb-44 {
        margin-bottom: 11rem;
    }
    .\32xl\:ml-44 {
        margin-left: 11rem;
    }
    .\32xl\:mt-48 {
        margin-top: 12rem;
    }
    .\32xl\:mr-48 {
        margin-right: 12rem;
    }
    .\32xl\:mb-48 {
        margin-bottom: 12rem;
    }
    .\32xl\:ml-48 {
        margin-left: 12rem;
    }
    .\32xl\:mt-52 {
        margin-top: 13rem;
    }
    .\32xl\:mr-52 {
        margin-right: 13rem;
    }
    .\32xl\:mb-52 {
        margin-bottom: 13rem;
    }
    .\32xl\:ml-52 {
        margin-left: 13rem;
    }
    .\32xl\:mt-56 {
        margin-top: 14rem;
    }
    .\32xl\:mr-56 {
        margin-right: 14rem;
    }
    .\32xl\:mb-56 {
        margin-bottom: 14rem;
    }
    .\32xl\:ml-56 {
        margin-left: 14rem;
    }
    .\32xl\:mt-60 {
        margin-top: 15rem;
    }
    .\32xl\:mr-60 {
        margin-right: 15rem;
    }
    .\32xl\:mb-60 {
        margin-bottom: 15rem;
    }
    .\32xl\:ml-60 {
        margin-left: 15rem;
    }
    .\32xl\:mt-63 {
        margin-top: 270px;
    }
    .\32xl\:mr-63 {
        margin-right: 270px;
    }
    .\32xl\:mb-63 {
        margin-bottom: 270px;
    }
    .\32xl\:ml-63 {
        margin-left: 270px;
    }
    .\32xl\:mt-64 {
        margin-top: 16rem;
    }
    .\32xl\:mr-64 {
        margin-right: 16rem;
    }
    .\32xl\:mb-64 {
        margin-bottom: 16rem;
    }
    .\32xl\:ml-64 {
        margin-left: 16rem;
    }
    .\32xl\:mt-72 {
        margin-top: 18rem;
    }
    .\32xl\:mr-72 {
        margin-right: 18rem;
    }
    .\32xl\:mb-72 {
        margin-bottom: 18rem;
    }
    .\32xl\:ml-72 {
        margin-left: 18rem;
    }
    .\32xl\:mt-80 {
        margin-top: 20rem;
    }
    .\32xl\:mr-80 {
        margin-right: 20rem;
    }
    .\32xl\:mb-80 {
        margin-bottom: 20rem;
    }
    .\32xl\:ml-80 {
        margin-left: 20rem;
    }
    .\32xl\:mt-92 {
        margin-top: 375px;
    }
    .\32xl\:mr-92 {
        margin-right: 375px;
    }
    .\32xl\:mb-92 {
        margin-bottom: 375px;
    }
    .\32xl\:ml-92 {
        margin-left: 375px;
    }
    .\32xl\:mt-96 {
        margin-top: 24rem;
    }
    .\32xl\:mr-96 {
        margin-right: 24rem;
    }
    .\32xl\:mb-96 {
        margin-bottom: 24rem;
    }
    .\32xl\:ml-96 {
        margin-left: 24rem;
    }
    .\32xl\:mt-128 {
        margin-top: 32rem;
    }
    .\32xl\:mr-128 {
        margin-right: 32rem;
    }
    .\32xl\:mb-128 {
        margin-bottom: 32rem;
    }
    .\32xl\:ml-128 {
        margin-left: 32rem;
    }
    .\32xl\:mt-auto {
        margin-top: auto;
    }
    .\32xl\:mr-auto {
        margin-right: auto;
    }
    .\32xl\:mb-auto {
        margin-bottom: auto;
    }
    .\32xl\:ml-auto {
        margin-left: auto;
    }
    .\32xl\:mt-px {
        margin-top: 1px;
    }
    .\32xl\:mr-px {
        margin-right: 1px;
    }
    .\32xl\:mb-px {
        margin-bottom: 1px;
    }
    .\32xl\:ml-px {
        margin-left: 1px;
    }
    .\32xl\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .\32xl\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .\32xl\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .\32xl\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .\32xl\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .\32xl\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .\32xl\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .\32xl\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .\32xl\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .\32xl\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .\32xl\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .\32xl\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .\32xl\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .\32xl\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .\32xl\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .\32xl\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .\32xl\:mt-105p {
        margin-top: 105px;
    }
    .\32xl\:mr-105p {
        margin-right: 105px;
    }
    .\32xl\:mb-105p {
        margin-bottom: 105px;
    }
    .\32xl\:ml-105p {
        margin-left: 105px;
    }
    .\32xl\:mt-50p {
        margin-top: 50px;
    }
    .\32xl\:mr-50p {
        margin-right: 50px;
    }
    .\32xl\:mb-50p {
        margin-bottom: 50px;
    }
    .\32xl\:ml-50p {
        margin-left: 50px;
    }
    .\32xl\:mt-54p {
        margin-top: 54px;
    }
    .\32xl\:mr-54p {
        margin-right: 54px;
    }
    .\32xl\:mb-54p {
        margin-bottom: 54px;
    }
    .\32xl\:ml-54p {
        margin-left: 54px;
    }
    .\32xl\:mt-1p {
        margin-top: 1px;
    }
    .\32xl\:mr-1p {
        margin-right: 1px;
    }
    .\32xl\:mb-1p {
        margin-bottom: 1px;
    }
    .\32xl\:ml-1p {
        margin-left: 1px;
    }
    .\32xl\:mt-2p {
        margin-top: 2px;
    }
    .\32xl\:mr-2p {
        margin-right: 2px;
    }
    .\32xl\:mb-2p {
        margin-bottom: 2px;
    }
    .\32xl\:ml-2p {
        margin-left: 2px;
    }
    .\32xl\:mt-3p {
        margin-top: 3px;
    }
    .\32xl\:mr-3p {
        margin-right: 3px;
    }
    .\32xl\:mb-3p {
        margin-bottom: 3px;
    }
    .\32xl\:ml-3p {
        margin-left: 3px;
    }
    .\32xl\:mt-5p {
        margin-top: 5px;
    }
    .\32xl\:mr-5p {
        margin-right: 5px;
    }
    .\32xl\:mb-5p {
        margin-bottom: 5px;
    }
    .\32xl\:ml-5p {
        margin-left: 5px;
    }
    .\32xl\:mt-7p {
        margin-top: 7px;
    }
    .\32xl\:mr-7p {
        margin-right: 7px;
    }
    .\32xl\:mb-7p {
        margin-bottom: 7px;
    }
    .\32xl\:ml-7p {
        margin-left: 7px;
    }
    .\32xl\:mt-9p {
        margin-top: 9px;
    }
    .\32xl\:mr-9p {
        margin-right: 9px;
    }
    .\32xl\:mb-9p {
        margin-bottom: 9px;
    }
    .\32xl\:ml-9p {
        margin-left: 9px;
    }
    .\32xl\:mt-10p {
        margin-top: 10px;
    }
    .\32xl\:mr-10p {
        margin-right: 10px;
    }
    .\32xl\:mb-10p {
        margin-bottom: 10px;
    }
    .\32xl\:ml-10p {
        margin-left: 10px;
    }
    .\32xl\:mt-11p {
        margin-top: 11px;
    }
    .\32xl\:mr-11p {
        margin-right: 11px;
    }
    .\32xl\:mb-11p {
        margin-bottom: 11px;
    }
    .\32xl\:ml-11p {
        margin-left: 11px;
    }
    .\32xl\:mt-13p {
        margin-top: 13px;
    }
    .\32xl\:mr-13p {
        margin-right: 13px;
    }
    .\32xl\:mb-13p {
        margin-bottom: 13px;
    }
    .\32xl\:ml-13p {
        margin-left: 13px;
    }
    .\32xl\:mt-15p {
        margin-top: 15px;
    }
    .\32xl\:mr-15p {
        margin-right: 15px;
    }
    .\32xl\:mb-15p {
        margin-bottom: 15px;
    }
    .\32xl\:ml-15p {
        margin-left: 15px;
    }
    .\32xl\:mt-18p {
        margin-top: 18px;
    }
    .\32xl\:mr-18p {
        margin-right: 18px;
    }
    .\32xl\:mb-18p {
        margin-bottom: 18px;
    }
    .\32xl\:ml-18p {
        margin-left: 18px;
    }
    .\32xl\:mt-19p {
        margin-top: 19px;
    }
    .\32xl\:mr-19p {
        margin-right: 19px;
    }
    .\32xl\:mb-19p {
        margin-bottom: 19px;
    }
    .\32xl\:ml-19p {
        margin-left: 19px;
    }
    .\32xl\:mt-21p {
        margin-top: 21px;
    }
    .\32xl\:mr-21p {
        margin-right: 21px;
    }
    .\32xl\:mb-21p {
        margin-bottom: 21px;
    }
    .\32xl\:ml-21p {
        margin-left: 21px;
    }
    .\32xl\:mt-22p {
        margin-top: 22px;
    }
    .\32xl\:mr-22p {
        margin-right: 22px;
    }
    .\32xl\:mb-22p {
        margin-bottom: 22px;
    }
    .\32xl\:ml-22p {
        margin-left: 22px;
    }
    .\32xl\:mt-23p {
        margin-top: 23px;
    }
    .\32xl\:mr-23p {
        margin-right: 23px;
    }
    .\32xl\:mb-23p {
        margin-bottom: 23px;
    }
    .\32xl\:ml-23p {
        margin-left: 23px;
    }
    .\32xl\:mt-25p {
        margin-top: 25px;
    }
    .\32xl\:mr-25p {
        margin-right: 25px;
    }
    .\32xl\:mb-25p {
        margin-bottom: 25px;
    }
    .\32xl\:ml-25p {
        margin-left: 25px;
    }
    .\32xl\:mt-26p {
        margin-top: 26px;
    }
    .\32xl\:mr-26p {
        margin-right: 26px;
    }
    .\32xl\:mb-26p {
        margin-bottom: 26px;
    }
    .\32xl\:ml-26p {
        margin-left: 26px;
    }
    .\32xl\:mt-29p {
        margin-top: 29px;
    }
    .\32xl\:mr-29p {
        margin-right: 29px;
    }
    .\32xl\:mb-29p {
        margin-bottom: 29px;
    }
    .\32xl\:ml-29p {
        margin-left: 29px;
    }
    .\32xl\:mt-30p {
        margin-top: 30px;
    }
    .\32xl\:mr-30p {
        margin-right: 30px;
    }
    .\32xl\:mb-30p {
        margin-bottom: 30px;
    }
    .\32xl\:ml-30p {
        margin-left: 30px;
    }
    .\32xl\:mt-31p {
        margin-top: 31px;
    }
    .\32xl\:mr-31p {
        margin-right: 31px;
    }
    .\32xl\:mb-31p {
        margin-bottom: 31px;
    }
    .\32xl\:ml-31p {
        margin-left: 31px;
    }
    .\32xl\:mt-35p {
        margin-top: 35px;
    }
    .\32xl\:mr-35p {
        margin-right: 35px;
    }
    .\32xl\:mb-35p {
        margin-bottom: 35px;
    }
    .\32xl\:ml-35p {
        margin-left: 35px;
    }
    .\32xl\:mt-52p {
        margin-top: 52px;
    }
    .\32xl\:mr-52p {
        margin-right: 52px;
    }
    .\32xl\:mb-52p {
        margin-bottom: 52px;
    }
    .\32xl\:ml-52p {
        margin-left: 52px;
    }
    .\32xl\:mt-53p {
        margin-top: 53px;
    }
    .\32xl\:mr-53p {
        margin-right: 53px;
    }
    .\32xl\:mb-53p {
        margin-bottom: 53px;
    }
    .\32xl\:ml-53p {
        margin-left: 53px;
    }
    .\32xl\:mt-55p {
        margin-top: 55px;
    }
    .\32xl\:mr-55p {
        margin-right: 55px;
    }
    .\32xl\:mb-55p {
        margin-bottom: 55px;
    }
    .\32xl\:ml-55p {
        margin-left: 55px;
    }
    .\32xl\:mt-59p {
        margin-top: 59px;
    }
    .\32xl\:mr-59p {
        margin-right: 59px;
    }
    .\32xl\:mb-59p {
        margin-bottom: 59px;
    }
    .\32xl\:ml-59p {
        margin-left: 59px;
    }
    .\32xl\:mt-27p {
        margin-top: 27px;
    }
    .\32xl\:mr-27p {
        margin-right: 27px;
    }
    .\32xl\:mb-27p {
        margin-bottom: 27px;
    }
    .\32xl\:ml-27p {
        margin-left: 27px;
    }
    .\32xl\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .\32xl\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .\32xl\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .\32xl\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .\32xl\:mt-38p {
        margin-top: 38px;
    }
    .\32xl\:mr-38p {
        margin-right: 38px;
    }
    .\32xl\:mb-38p {
        margin-bottom: 38px;
    }
    .\32xl\:ml-38p {
        margin-left: 38px;
    }
    .\32xl\:mt-40p {
        margin-top: 40px;
    }
    .\32xl\:mr-40p {
        margin-right: 40px;
    }
    .\32xl\:mb-40p {
        margin-bottom: 40px;
    }
    .\32xl\:ml-40p {
        margin-left: 40px;
    }
    .\32xl\:mt-46p {
        margin-top: 46px;
    }
    .\32xl\:mr-46p {
        margin-right: 46px;
    }
    .\32xl\:mb-46p {
        margin-bottom: 46px;
    }
    .\32xl\:ml-46p {
        margin-left: 46px;
    }
    .\32xl\:mt-47p {
        margin-top: 47px;
    }
    .\32xl\:mr-47p {
        margin-right: 47px;
    }
    .\32xl\:mb-47p {
        margin-bottom: 47px;
    }
    .\32xl\:ml-47p {
        margin-left: 47px;
    }
    .\32xl\:mt-49p {
        margin-top: 49px;
    }
    .\32xl\:mr-49p {
        margin-right: 49px;
    }
    .\32xl\:mb-49p {
        margin-bottom: 49px;
    }
    .\32xl\:ml-49p {
        margin-left: 49px;
    }
    .\32xl\:mt-58p {
        margin-top: 58px;
    }
    .\32xl\:mr-58p {
        margin-right: 58px;
    }
    .\32xl\:mb-58p {
        margin-bottom: 58px;
    }
    .\32xl\:ml-58p {
        margin-left: 58px;
    }
    .\32xl\:mt-75p {
        margin-top: 75px;
    }
    .\32xl\:mr-75p {
        margin-right: 75px;
    }
    .\32xl\:mb-75p {
        margin-bottom: 75px;
    }
    .\32xl\:ml-75p {
        margin-left: 75px;
    }
    .\32xl\:mt-77p {
        margin-top: 77px;
    }
    .\32xl\:mr-77p {
        margin-right: 77px;
    }
    .\32xl\:mb-77p {
        margin-bottom: 77px;
    }
    .\32xl\:ml-77p {
        margin-left: 77px;
    }
    .\32xl\:mt-60p {
        margin-top: 60px;
    }
    .\32xl\:mr-60p {
        margin-right: 60px;
    }
    .\32xl\:mb-60p {
        margin-bottom: 60px;
    }
    .\32xl\:ml-60p {
        margin-left: 60px;
    }
    .\32xl\:mt-65p {
        margin-top: 65px;
    }
    .\32xl\:mr-65p {
        margin-right: 65px;
    }
    .\32xl\:mb-65p {
        margin-bottom: 65px;
    }
    .\32xl\:ml-65p {
        margin-left: 65px;
    }
    .\32xl\:mt-66p {
        margin-top: 66px;
    }
    .\32xl\:mr-66p {
        margin-right: 66px;
    }
    .\32xl\:mb-66p {
        margin-bottom: 66px;
    }
    .\32xl\:ml-66p {
        margin-left: 66px;
    }
    .\32xl\:mt-68p {
        margin-top: 68px;
    }
    .\32xl\:mr-68p {
        margin-right: 68px;
    }
    .\32xl\:mb-68p {
        margin-bottom: 68px;
    }
    .\32xl\:ml-68p {
        margin-left: 68px;
    }
    .\32xl\:mt-70p {
        margin-top: 70px;
    }
    .\32xl\:mr-70p {
        margin-right: 70px;
    }
    .\32xl\:mb-70p {
        margin-bottom: 70px;
    }
    .\32xl\:ml-70p {
        margin-left: 70px;
    }
    .\32xl\:mt-72p {
        margin-top: 72px;
    }
    .\32xl\:mr-72p {
        margin-right: 72px;
    }
    .\32xl\:mb-72p {
        margin-bottom: 72px;
    }
    .\32xl\:ml-72p {
        margin-left: 72px;
    }
    .\32xl\:mt-74p {
        margin-top: 74px;
    }
    .\32xl\:mr-74p {
        margin-right: 74px;
    }
    .\32xl\:mb-74p {
        margin-bottom: 74px;
    }
    .\32xl\:ml-74p {
        margin-left: 74px;
    }
    .\32xl\:mt-78p {
        margin-top: 78px;
    }
    .\32xl\:mr-78p {
        margin-right: 78px;
    }
    .\32xl\:mb-78p {
        margin-bottom: 78px;
    }
    .\32xl\:ml-78p {
        margin-left: 78px;
    }
    .\32xl\:mt-80p {
        margin-top: 80px;
    }
    .\32xl\:mr-80p {
        margin-right: 80px;
    }
    .\32xl\:mb-80p {
        margin-bottom: 80px;
    }
    .\32xl\:ml-80p {
        margin-left: 80px;
    }
    .\32xl\:mt-82p {
        margin-top: 82px;
    }
    .\32xl\:mr-82p {
        margin-right: 82px;
    }
    .\32xl\:mb-82p {
        margin-bottom: 82px;
    }
    .\32xl\:ml-82p {
        margin-left: 82px;
    }
    .\32xl\:mt-84p {
        margin-top: 84px;
    }
    .\32xl\:mr-84p {
        margin-right: 84px;
    }
    .\32xl\:mb-84p {
        margin-bottom: 84px;
    }
    .\32xl\:ml-84p {
        margin-left: 84px;
    }
    .\32xl\:mt-89p {
        margin-top: 89px;
    }
    .\32xl\:mr-89p {
        margin-right: 89px;
    }
    .\32xl\:mb-89p {
        margin-bottom: 89px;
    }
    .\32xl\:ml-89p {
        margin-left: 89px;
    }
    .\32xl\:mt-93p {
        margin-top: 93px;
    }
    .\32xl\:mr-93p {
        margin-right: 93px;
    }
    .\32xl\:mb-93p {
        margin-bottom: 93px;
    }
    .\32xl\:ml-93p {
        margin-left: 93px;
    }
    .\32xl\:mt-90p {
        margin-top: 90px;
    }
    .\32xl\:mr-90p {
        margin-right: 90px;
    }
    .\32xl\:mb-90p {
        margin-bottom: 90px;
    }
    .\32xl\:ml-90p {
        margin-left: 90px;
    }
    .\32xl\:mt-97p {
        margin-top: 97px;
    }
    .\32xl\:mr-97p {
        margin-right: 97px;
    }
    .\32xl\:mb-97p {
        margin-bottom: 97px;
    }
    .\32xl\:ml-97p {
        margin-left: 97px;
    }
    .\32xl\:mt-103p {
        margin-top: 103px;
    }
    .\32xl\:mr-103p {
        margin-right: 103px;
    }
    .\32xl\:mb-103p {
        margin-bottom: 103px;
    }
    .\32xl\:ml-103p {
        margin-left: 103px;
    }
    .\32xl\:mt-116p {
        margin-top: 116px;
    }
    .\32xl\:mr-116p {
        margin-right: 116px;
    }
    .\32xl\:mb-116p {
        margin-bottom: 116px;
    }
    .\32xl\:ml-116p {
        margin-left: 116px;
    }
    .\32xl\:mt-120p {
        margin-top: 120px;
    }
    .\32xl\:mr-120p {
        margin-right: 120px;
    }
    .\32xl\:mb-120p {
        margin-bottom: 120px;
    }
    .\32xl\:ml-120p {
        margin-left: 120px;
    }
    .\32xl\:mt-125p {
        margin-top: 125px;
    }
    .\32xl\:mr-125p {
        margin-right: 125px;
    }
    .\32xl\:mb-125p {
        margin-bottom: 125px;
    }
    .\32xl\:ml-125p {
        margin-left: 125px;
    }
    .\32xl\:mt-130p {
        margin-top: 130px;
    }
    .\32xl\:mr-130p {
        margin-right: 130px;
    }
    .\32xl\:mb-130p {
        margin-bottom: 130px;
    }
    .\32xl\:ml-130p {
        margin-left: 130px;
    }
    .\32xl\:mt-135p {
        margin-top: 135px;
    }
    .\32xl\:mr-135p {
        margin-right: 135px;
    }
    .\32xl\:mb-135p {
        margin-bottom: 135px;
    }
    .\32xl\:ml-135p {
        margin-left: 135px;
    }
    .\32xl\:mt-132p {
        margin-top: 132px;
    }
    .\32xl\:mr-132p {
        margin-right: 132px;
    }
    .\32xl\:mb-132p {
        margin-bottom: 132px;
    }
    .\32xl\:ml-132p {
        margin-left: 132px;
    }
    .\32xl\:mt-150p {
        margin-top: 150px;
    }
    .\32xl\:mr-150p {
        margin-right: 150px;
    }
    .\32xl\:mb-150p {
        margin-bottom: 150px;
    }
    .\32xl\:ml-150p {
        margin-left: 150px;
    }
    .\32xl\:mt-216p {
        margin-top: 216px;
    }
    .\32xl\:mr-216p {
        margin-right: 216px;
    }
    .\32xl\:mb-216p {
        margin-bottom: 216px;
    }
    .\32xl\:ml-216p {
        margin-left: 216px;
    }
    .\32xl\:mt-225p {
        margin-top: 225px;
    }
    .\32xl\:mr-225p {
        margin-right: 225px;
    }
    .\32xl\:mb-225p {
        margin-bottom: 225px;
    }
    .\32xl\:ml-225p {
        margin-left: 225px;
    }
    .\32xl\:mt-296p {
        margin-top: 296px;
    }
    .\32xl\:mr-296p {
        margin-right: 296px;
    }
    .\32xl\:mb-296p {
        margin-bottom: 296px;
    }
    .\32xl\:ml-296p {
        margin-left: 296px;
    }
    .\32xl\:mt-270p {
        margin-top: 270px;
    }
    .\32xl\:mr-270p {
        margin-right: 270px;
    }
    .\32xl\:mb-270p {
        margin-bottom: 270px;
    }
    .\32xl\:ml-270p {
        margin-left: 270px;
    }
    .\32xl\:mt-137p {
        margin-top: 137px;
    }
    .\32xl\:mr-137p {
        margin-right: 137px;
    }
    .\32xl\:mb-137p {
        margin-bottom: 137px;
    }
    .\32xl\:ml-137p {
        margin-left: 137px;
    }
    .\32xl\:mt-141p {
        margin-top: 141px;
    }
    .\32xl\:mr-141p {
        margin-right: 141px;
    }
    .\32xl\:mb-141p {
        margin-bottom: 141px;
    }
    .\32xl\:ml-141p {
        margin-left: 141px;
    }
    .\32xl\:mt-146p {
        margin-top: 146px;
    }
    .\32xl\:mr-146p {
        margin-right: 146px;
    }
    .\32xl\:mb-146p {
        margin-bottom: 146px;
    }
    .\32xl\:ml-146p {
        margin-left: 146px;
    }
    .\32xl\:mt-152p {
        margin-top: 152px;
    }
    .\32xl\:mr-152p {
        margin-right: 152px;
    }
    .\32xl\:mb-152p {
        margin-bottom: 152px;
    }
    .\32xl\:ml-152p {
        margin-left: 152px;
    }
    .\32xl\:mt-155p {
        margin-top: 155px;
    }
    .\32xl\:mr-155p {
        margin-right: 155px;
    }
    .\32xl\:mb-155p {
        margin-bottom: 155px;
    }
    .\32xl\:ml-155p {
        margin-left: 155px;
    }
    .\32xl\:mt-163p {
        margin-top: 163px;
    }
    .\32xl\:mr-163p {
        margin-right: 163px;
    }
    .\32xl\:mb-163p {
        margin-bottom: 163px;
    }
    .\32xl\:ml-163p {
        margin-left: 163px;
    }
    .\32xl\:mt-168p {
        margin-top: 168px;
    }
    .\32xl\:mr-168p {
        margin-right: 168px;
    }
    .\32xl\:mb-168p {
        margin-bottom: 168px;
    }
    .\32xl\:ml-168p {
        margin-left: 168px;
    }
    .\32xl\:mt-173p {
        margin-top: 173px;
    }
    .\32xl\:mr-173p {
        margin-right: 173px;
    }
    .\32xl\:mb-173p {
        margin-bottom: 173px;
    }
    .\32xl\:ml-173p {
        margin-left: 173px;
    }
    .\32xl\:mt-210p {
        margin-top: 210px;
    }
    .\32xl\:mr-210p {
        margin-right: 210px;
    }
    .\32xl\:mb-210p {
        margin-bottom: 210px;
    }
    .\32xl\:ml-210p {
        margin-left: 210px;
    }
    .\32xl\:mt-245p {
        margin-top: 245px;
    }
    .\32xl\:mr-245p {
        margin-right: 245px;
    }
    .\32xl\:mb-245p {
        margin-bottom: 245px;
    }
    .\32xl\:ml-245p {
        margin-left: 245px;
    }
    .\32xl\:mt-250p {
        margin-top: 250px;
    }
    .\32xl\:mr-250p {
        margin-right: 250px;
    }
    .\32xl\:mb-250p {
        margin-bottom: 250px;
    }
    .\32xl\:ml-250p {
        margin-left: 250px;
    }
    .\32xl\:mt-260p {
        margin-top: 260px;
    }
    .\32xl\:mr-260p {
        margin-right: 260px;
    }
    .\32xl\:mb-260p {
        margin-bottom: 260px;
    }
    .\32xl\:ml-260p {
        margin-left: 260px;
    }
    .\32xl\:mt-263p {
        margin-top: 263px;
    }
    .\32xl\:mr-263p {
        margin-right: 263px;
    }
    .\32xl\:mb-263p {
        margin-bottom: 263px;
    }
    .\32xl\:ml-263p {
        margin-left: 263px;
    }
    .\32xl\:mt-266p {
        margin-top: 266px;
    }
    .\32xl\:mr-266p {
        margin-right: 266px;
    }
    .\32xl\:mb-266p {
        margin-bottom: 266px;
    }
    .\32xl\:ml-266p {
        margin-left: 266px;
    }
    .\32xl\:mt-275p {
        margin-top: 275px;
    }
    .\32xl\:mr-275p {
        margin-right: 275px;
    }
    .\32xl\:mb-275p {
        margin-bottom: 275px;
    }
    .\32xl\:ml-275p {
        margin-left: 275px;
    }
    .\32xl\:mt-300p {
        margin-top: 300px;
    }
    .\32xl\:mr-300p {
        margin-right: 300px;
    }
    .\32xl\:mb-300p {
        margin-bottom: 300px;
    }
    .\32xl\:ml-300p {
        margin-left: 300px;
    }
    .\32xl\:mt-312p {
        margin-top: 312px;
    }
    .\32xl\:mr-312p {
        margin-right: 312px;
    }
    .\32xl\:mb-312p {
        margin-bottom: 312px;
    }
    .\32xl\:ml-312p {
        margin-left: 312px;
    }
    .\32xl\:mt-318p {
        margin-top: 318px;
    }
    .\32xl\:mr-318p {
        margin-right: 318px;
    }
    .\32xl\:mb-318p {
        margin-bottom: 318px;
    }
    .\32xl\:ml-318p {
        margin-left: 318px;
    }
    .\32xl\:mt-322p {
        margin-top: 322px;
    }
    .\32xl\:mr-322p {
        margin-right: 322px;
    }
    .\32xl\:mb-322p {
        margin-bottom: 322px;
    }
    .\32xl\:ml-322p {
        margin-left: 322px;
    }
    .\32xl\:mt-337p {
        margin-top: 337px;
    }
    .\32xl\:mr-337p {
        margin-right: 337px;
    }
    .\32xl\:mb-337p {
        margin-bottom: 337px;
    }
    .\32xl\:ml-337p {
        margin-left: 337px;
    }
    .\32xl\:mt-345p {
        margin-top: 345px;
    }
    .\32xl\:mr-345p {
        margin-right: 345px;
    }
    .\32xl\:mb-345p {
        margin-bottom: 345px;
    }
    .\32xl\:ml-345p {
        margin-left: 345px;
    }
    .\32xl\:mt-344p {
        margin-top: 344px;
    }
    .\32xl\:mr-344p {
        margin-right: 344px;
    }
    .\32xl\:mb-344p {
        margin-bottom: 344px;
    }
    .\32xl\:ml-344p {
        margin-left: 344px;
    }
    .\32xl\:mt-354p {
        margin-top: 354px;
    }
    .\32xl\:mr-354p {
        margin-right: 354px;
    }
    .\32xl\:mb-354p {
        margin-bottom: 354px;
    }
    .\32xl\:ml-354p {
        margin-left: 354px;
    }
    .\32xl\:mt-364p {
        margin-top: 364px;
    }
    .\32xl\:mr-364p {
        margin-right: 364px;
    }
    .\32xl\:mb-364p {
        margin-bottom: 364px;
    }
    .\32xl\:ml-364p {
        margin-left: 364px;
    }
    .\32xl\:mt-370p {
        margin-top: 370px;
    }
    .\32xl\:mr-370p {
        margin-right: 370px;
    }
    .\32xl\:mb-370p {
        margin-bottom: 370px;
    }
    .\32xl\:ml-370p {
        margin-left: 370px;
    }
    .\32xl\:mt-382p {
        margin-top: 382px;
    }
    .\32xl\:mr-382p {
        margin-right: 382px;
    }
    .\32xl\:mb-382p {
        margin-bottom: 382px;
    }
    .\32xl\:ml-382p {
        margin-left: 382px;
    }
    .\32xl\:mt-385p {
        margin-top: 385px;
    }
    .\32xl\:mr-385p {
        margin-right: 385px;
    }
    .\32xl\:mb-385p {
        margin-bottom: 385px;
    }
    .\32xl\:ml-385p {
        margin-left: 385px;
    }
    .\32xl\:mt-400p {
        margin-top: 400px;
    }
    .\32xl\:mr-400p {
        margin-right: 400px;
    }
    .\32xl\:mb-400p {
        margin-bottom: 400px;
    }
    .\32xl\:ml-400p {
        margin-left: 400px;
    }
    .\32xl\:mt-407p {
        margin-top: 407px;
    }
    .\32xl\:mr-407p {
        margin-right: 407px;
    }
    .\32xl\:mb-407p {
        margin-bottom: 407px;
    }
    .\32xl\:ml-407p {
        margin-left: 407px;
    }
    .\32xl\:mt-411p {
        margin-top: 411px;
    }
    .\32xl\:mr-411p {
        margin-right: 411px;
    }
    .\32xl\:mb-411p {
        margin-bottom: 411px;
    }
    .\32xl\:ml-411p {
        margin-left: 411px;
    }
    .\32xl\:mt-418p {
        margin-top: 418px;
    }
    .\32xl\:mr-418p {
        margin-right: 418px;
    }
    .\32xl\:mb-418p {
        margin-bottom: 418px;
    }
    .\32xl\:ml-418p {
        margin-left: 418px;
    }
    .\32xl\:mt-430p {
        margin-top: 430px;
    }
    .\32xl\:mr-430p {
        margin-right: 430px;
    }
    .\32xl\:mb-430p {
        margin-bottom: 430px;
    }
    .\32xl\:ml-430p {
        margin-left: 430px;
    }
    .\32xl\:mt-450p {
        margin-top: 450px;
    }
    .\32xl\:mr-450p {
        margin-right: 450px;
    }
    .\32xl\:mb-450p {
        margin-bottom: 450px;
    }
    .\32xl\:ml-450p {
        margin-left: 450px;
    }
    .\32xl\:mt-468p {
        margin-top: 468px;
    }
    .\32xl\:mr-468p {
        margin-right: 468px;
    }
    .\32xl\:mb-468p {
        margin-bottom: 468px;
    }
    .\32xl\:ml-468p {
        margin-left: 468px;
    }
    .\32xl\:mt-485p {
        margin-top: 485px;
    }
    .\32xl\:mr-485p {
        margin-right: 485px;
    }
    .\32xl\:mb-485p {
        margin-bottom: 485px;
    }
    .\32xl\:ml-485p {
        margin-left: 485px;
    }
    .\32xl\:mt-491p {
        margin-top: 491px;
    }
    .\32xl\:mr-491p {
        margin-right: 491px;
    }
    .\32xl\:mb-491p {
        margin-bottom: 491px;
    }
    .\32xl\:ml-491p {
        margin-left: 491px;
    }
    .\32xl\:mt-494p {
        margin-top: 494px;
    }
    .\32xl\:mr-494p {
        margin-right: 494px;
    }
    .\32xl\:mb-494p {
        margin-bottom: 494px;
    }
    .\32xl\:ml-494p {
        margin-left: 494px;
    }
    .\32xl\:mt-470p {
        margin-top: 470px;
    }
    .\32xl\:mr-470p {
        margin-right: 470px;
    }
    .\32xl\:mb-470p {
        margin-bottom: 470px;
    }
    .\32xl\:ml-470p {
        margin-left: 470px;
    }
    .\32xl\:mt-480p {
        margin-top: 480px;
    }
    .\32xl\:mr-480p {
        margin-right: 480px;
    }
    .\32xl\:mb-480p {
        margin-bottom: 480px;
    }
    .\32xl\:ml-480p {
        margin-left: 480px;
    }
    .\32xl\:mt-532p {
        margin-top: 532px;
    }
    .\32xl\:mr-532p {
        margin-right: 532px;
    }
    .\32xl\:mb-532p {
        margin-bottom: 532px;
    }
    .\32xl\:ml-532p {
        margin-left: 532px;
    }
    .\32xl\:mt-556p {
        margin-top: 556px;
    }
    .\32xl\:mr-556p {
        margin-right: 556px;
    }
    .\32xl\:mb-556p {
        margin-bottom: 556px;
    }
    .\32xl\:ml-556p {
        margin-left: 556px;
    }
    .\32xl\:mt-505p {
        margin-top: 505px;
    }
    .\32xl\:mr-505p {
        margin-right: 505px;
    }
    .\32xl\:mb-505p {
        margin-bottom: 505px;
    }
    .\32xl\:ml-505p {
        margin-left: 505px;
    }
    .\32xl\:mt-1179p {
        margin-top: 1179px;
    }
    .\32xl\:mr-1179p {
        margin-right: 1179px;
    }
    .\32xl\:mb-1179p {
        margin-bottom: 1179px;
    }
    .\32xl\:ml-1179p {
        margin-left: 1179px;
    }
    .\32xl\:mt-1253p {
        margin-top: 1253px;
    }
    .\32xl\:mr-1253p {
        margin-right: 1253px;
    }
    .\32xl\:mb-1253p {
        margin-bottom: 1253px;
    }
    .\32xl\:ml-1253p {
        margin-left: 1253px;
    }
    .\32xl\:mt-1575p {
        margin-top: 1575px;
    }
    .\32xl\:mr-1575p {
        margin-right: 1575px;
    }
    .\32xl\:mb-1575p {
        margin-bottom: 1575px;
    }
    .\32xl\:ml-1575p {
        margin-left: 1575px;
    }
    .\32xl\:mt-600p {
        margin-top: 600px;
    }
    .\32xl\:mr-600p {
        margin-right: 600px;
    }
    .\32xl\:mb-600p {
        margin-bottom: 600px;
    }
    .\32xl\:ml-600p {
        margin-left: 600px;
    }
    .\32xl\:mt-649p {
        margin-top: 649px;
    }
    .\32xl\:mr-649p {
        margin-right: 649px;
    }
    .\32xl\:mb-649p {
        margin-bottom: 649px;
    }
    .\32xl\:ml-649p {
        margin-left: 649px;
    }
    .\32xl\:mt-690p {
        margin-top: 690px;
    }
    .\32xl\:mr-690p {
        margin-right: 690px;
    }
    .\32xl\:mb-690p {
        margin-bottom: 690px;
    }
    .\32xl\:ml-690p {
        margin-left: 690px;
    }
    .\32xl\:mt-19\% {
        margin-top: 19%;
    }
    .\32xl\:mr-19\% {
        margin-right: 19%;
    }
    .\32xl\:mb-19\% {
        margin-bottom: 19%;
    }
    .\32xl\:ml-19\% {
        margin-left: 19%;
    }
    .\32xl\:mt-23\% {
        margin-top: 23%;
    }
    .\32xl\:mr-23\% {
        margin-right: 23%;
    }
    .\32xl\:mb-23\% {
        margin-bottom: 23%;
    }
    .\32xl\:ml-23\% {
        margin-left: 23%;
    }
    .\32xl\:mt-24\% {
        margin-top: 24%;
    }
    .\32xl\:mr-24\% {
        margin-right: 24%;
    }
    .\32xl\:mb-24\% {
        margin-bottom: 24%;
    }
    .\32xl\:ml-24\% {
        margin-left: 24%;
    }
    .\32xl\:mt-36\% {
        margin-top: 36%;
    }
    .\32xl\:mr-36\% {
        margin-right: 36%;
    }
    .\32xl\:mb-36\% {
        margin-bottom: 36%;
    }
    .\32xl\:ml-36\% {
        margin-left: 36%;
    }
    .\32xl\:mt-27\% {
        margin-top: 27%;
    }
    .\32xl\:mr-27\% {
        margin-right: 27%;
    }
    .\32xl\:mb-27\% {
        margin-bottom: 27%;
    }
    .\32xl\:ml-27\% {
        margin-left: 27%;
    }
    .\32xl\:mt-28\% {
        margin-top: 28%;
    }
    .\32xl\:mr-28\% {
        margin-right: 28%;
    }
    .\32xl\:mb-28\% {
        margin-bottom: 28%;
    }
    .\32xl\:ml-28\% {
        margin-left: 28%;
    }
    .\32xl\:mt-42\% {
        margin-top: 42%;
    }
    .\32xl\:mr-42\% {
        margin-right: 42%;
    }
    .\32xl\:mb-42\% {
        margin-bottom: 42%;
    }
    .\32xl\:ml-42\% {
        margin-left: 42%;
    }
    .\32xl\:mt-46\% {
        margin-top: 46%;
    }
    .\32xl\:mr-46\% {
        margin-right: 46%;
    }
    .\32xl\:mb-46\% {
        margin-bottom: 46%;
    }
    .\32xl\:ml-46\% {
        margin-left: 46%;
    }
    .\32xl\:mt-49\% {
        margin-top: 49%;
    }
    .\32xl\:mr-49\% {
        margin-right: 49%;
    }
    .\32xl\:mb-49\% {
        margin-bottom: 49%;
    }
    .\32xl\:ml-49\% {
        margin-left: 49%;
    }
    .\32xl\:mt-54\% {
        margin-top: 54%;
    }
    .\32xl\:mr-54\% {
        margin-right: 54%;
    }
    .\32xl\:mb-54\% {
        margin-bottom: 54%;
    }
    .\32xl\:ml-54\% {
        margin-left: 54%;
    }
    .\32xl\:mt-58\% {
        margin-top: 58%;
    }
    .\32xl\:mr-58\% {
        margin-right: 58%;
    }
    .\32xl\:mb-58\% {
        margin-bottom: 58%;
    }
    .\32xl\:ml-58\% {
        margin-left: 58%;
    }
    .\32xl\:mt-72\% {
        margin-top: 72%;
    }
    .\32xl\:mr-72\% {
        margin-right: 72%;
    }
    .\32xl\:mb-72\% {
        margin-bottom: 72%;
    }
    .\32xl\:ml-72\% {
        margin-left: 72%;
    }
    .\32xl\:mt-76\% {
        margin-top: 76%;
    }
    .\32xl\:mr-76\% {
        margin-right: 76%;
    }
    .\32xl\:mb-76\% {
        margin-bottom: 76%;
    }
    .\32xl\:ml-76\% {
        margin-left: 76%;
    }
    .\32xl\:mt-77\% {
        margin-top: 77%;
    }
    .\32xl\:mr-77\% {
        margin-right: 77%;
    }
    .\32xl\:mb-77\% {
        margin-bottom: 77%;
    }
    .\32xl\:ml-77\% {
        margin-left: 77%;
    }
    .\32xl\:mt-340p {
        margin-top: 340px;
    }
    .\32xl\:mr-340p {
        margin-right: 340px;
    }
    .\32xl\:mb-340p {
        margin-bottom: 340px;
    }
    .\32xl\:ml-340p {
        margin-left: 340px;
    }
    .\32xl\:mt-700p {
        margin-top: 700px;
    }
    .\32xl\:mr-700p {
        margin-right: 700px;
    }
    .\32xl\:mb-700p {
        margin-bottom: 700px;
    }
    .\32xl\:ml-700p {
        margin-left: 700px;
    }
    .\32xl\:mt-848p {
        margin-top: 848px;
    }
    .\32xl\:mr-848p {
        margin-right: 848px;
    }
    .\32xl\:mb-848p {
        margin-bottom: 848px;
    }
    .\32xl\:ml-848p {
        margin-left: 848px;
    }
    .\32xl\:mt-850p {
        margin-top: 850px;
    }
    .\32xl\:mr-850p {
        margin-right: 850px;
    }
    .\32xl\:mb-850p {
        margin-bottom: 850px;
    }
    .\32xl\:ml-850p {
        margin-left: 850px;
    }
    .\32xl\:mt-860p {
        margin-top: 860px;
    }
    .\32xl\:mr-860p {
        margin-right: 860px;
    }
    .\32xl\:mb-860p {
        margin-bottom: 860px;
    }
    .\32xl\:ml-860p {
        margin-left: 860px;
    }
    .\32xl\:mt-1425p {
        margin-top: 1425px;
    }
    .\32xl\:mr-1425p {
        margin-right: 1425px;
    }
    .\32xl\:mb-1425p {
        margin-bottom: 1425px;
    }
    .\32xl\:ml-1425p {
        margin-left: 1425px;
    }
    .\32xl\:-mt-0 {
        margin-top: 0;
    }
    .\32xl\:-mr-0 {
        margin-right: 0;
    }
    .\32xl\:-mb-0 {
        margin-bottom: 0;
    }
    .\32xl\:-ml-0 {
        margin-left: 0;
    }
    .\32xl\:-mt-1 {
        margin-top: -0.25rem;
    }
    .\32xl\:-mr-1 {
        margin-right: -0.25rem;
    }
    .\32xl\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .\32xl\:-ml-1 {
        margin-left: -0.25rem;
    }
    .\32xl\:-mt-2 {
        margin-top: -0.5rem;
    }
    .\32xl\:-mr-2 {
        margin-right: -0.5rem;
    }
    .\32xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .\32xl\:-ml-2 {
        margin-left: -0.5rem;
    }
    .\32xl\:-mt-3 {
        margin-top: -0.75rem;
    }
    .\32xl\:-mr-3 {
        margin-right: -0.75rem;
    }
    .\32xl\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .\32xl\:-ml-3 {
        margin-left: -0.75rem;
    }
    .\32xl\:-mt-4 {
        margin-top: -1rem;
    }
    .\32xl\:-mr-4 {
        margin-right: -1rem;
    }
    .\32xl\:-mb-4 {
        margin-bottom: -1rem;
    }
    .\32xl\:-ml-4 {
        margin-left: -1rem;
    }
    .\32xl\:-mt-5 {
        margin-top: -1.25rem;
    }
    .\32xl\:-mr-5 {
        margin-right: -1.25rem;
    }
    .\32xl\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .\32xl\:-ml-5 {
        margin-left: -1.25rem;
    }
    .\32xl\:-mt-6 {
        margin-top: -1.5rem;
    }
    .\32xl\:-mr-6 {
        margin-right: -1.5rem;
    }
    .\32xl\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .\32xl\:-ml-6 {
        margin-left: -1.5rem;
    }
    .\32xl\:-mt-7 {
        margin-top: -1.75rem;
    }
    .\32xl\:-mr-7 {
        margin-right: -1.75rem;
    }
    .\32xl\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .\32xl\:-ml-7 {
        margin-left: -1.75rem;
    }
    .\32xl\:-mt-8 {
        margin-top: -2rem;
    }
    .\32xl\:-mr-8 {
        margin-right: -2rem;
    }
    .\32xl\:-mb-8 {
        margin-bottom: -2rem;
    }
    .\32xl\:-ml-8 {
        margin-left: -2rem;
    }
    .\32xl\:-mt-9 {
        margin-top: -2.25rem;
    }
    .\32xl\:-mr-9 {
        margin-right: -2.25rem;
    }
    .\32xl\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .\32xl\:-ml-9 {
        margin-left: -2.25rem;
    }
    .\32xl\:-mt-10 {
        margin-top: -2.5rem;
    }
    .\32xl\:-mr-10 {
        margin-right: -2.5rem;
    }
    .\32xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .\32xl\:-ml-10 {
        margin-left: -2.5rem;
    }
    .\32xl\:-mt-11 {
        margin-top: -2.75rem;
    }
    .\32xl\:-mr-11 {
        margin-right: -2.75rem;
    }
    .\32xl\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .\32xl\:-ml-11 {
        margin-left: -2.75rem;
    }
    .\32xl\:-mt-12 {
        margin-top: -3rem;
    }
    .\32xl\:-mr-12 {
        margin-right: -3rem;
    }
    .\32xl\:-mb-12 {
        margin-bottom: -3rem;
    }
    .\32xl\:-ml-12 {
        margin-left: -3rem;
    }
    .\32xl\:-mt-14 {
        margin-top: -3.5rem;
    }
    .\32xl\:-mr-14 {
        margin-right: -3.5rem;
    }
    .\32xl\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .\32xl\:-ml-14 {
        margin-left: -3.5rem;
    }
    .\32xl\:-mt-16 {
        margin-top: -4rem;
    }
    .\32xl\:-mr-16 {
        margin-right: -4rem;
    }
    .\32xl\:-mb-16 {
        margin-bottom: -4rem;
    }
    .\32xl\:-ml-16 {
        margin-left: -4rem;
    }
    .\32xl\:-mt-20 {
        margin-top: -5rem;
    }
    .\32xl\:-mr-20 {
        margin-right: -5rem;
    }
    .\32xl\:-mb-20 {
        margin-bottom: -5rem;
    }
    .\32xl\:-ml-20 {
        margin-left: -5rem;
    }
    .\32xl\:-mt-23 {
        margin-top: -88px;
    }
    .\32xl\:-mr-23 {
        margin-right: -88px;
    }
    .\32xl\:-mb-23 {
        margin-bottom: -88px;
    }
    .\32xl\:-ml-23 {
        margin-left: -88px;
    }
    .\32xl\:-mt-24 {
        margin-top: -6rem;
    }
    .\32xl\:-mr-24 {
        margin-right: -6rem;
    }
    .\32xl\:-mb-24 {
        margin-bottom: -6rem;
    }
    .\32xl\:-ml-24 {
        margin-left: -6rem;
    }
    .\32xl\:-mt-25 {
        margin-top: -100px;
    }
    .\32xl\:-mr-25 {
        margin-right: -100px;
    }
    .\32xl\:-mb-25 {
        margin-bottom: -100px;
    }
    .\32xl\:-ml-25 {
        margin-left: -100px;
    }
    .\32xl\:-mt-28 {
        margin-top: -7rem;
    }
    .\32xl\:-mr-28 {
        margin-right: -7rem;
    }
    .\32xl\:-mb-28 {
        margin-bottom: -7rem;
    }
    .\32xl\:-ml-28 {
        margin-left: -7rem;
    }
    .\32xl\:-mt-29 {
        margin-top: -120px;
    }
    .\32xl\:-mr-29 {
        margin-right: -120px;
    }
    .\32xl\:-mb-29 {
        margin-bottom: -120px;
    }
    .\32xl\:-ml-29 {
        margin-left: -120px;
    }
    .\32xl\:-mt-32 {
        margin-top: -8rem;
    }
    .\32xl\:-mr-32 {
        margin-right: -8rem;
    }
    .\32xl\:-mb-32 {
        margin-bottom: -8rem;
    }
    .\32xl\:-ml-32 {
        margin-left: -8rem;
    }
    .\32xl\:-mt-33 {
        margin-top: -130px;
    }
    .\32xl\:-mr-33 {
        margin-right: -130px;
    }
    .\32xl\:-mb-33 {
        margin-bottom: -130px;
    }
    .\32xl\:-ml-33 {
        margin-left: -130px;
    }
    .\32xl\:-mt-36 {
        margin-top: -9rem;
    }
    .\32xl\:-mr-36 {
        margin-right: -9rem;
    }
    .\32xl\:-mb-36 {
        margin-bottom: -9rem;
    }
    .\32xl\:-ml-36 {
        margin-left: -9rem;
    }
    .\32xl\:-mt-40 {
        margin-top: -10rem;
    }
    .\32xl\:-mr-40 {
        margin-right: -10rem;
    }
    .\32xl\:-mb-40 {
        margin-bottom: -10rem;
    }
    .\32xl\:-ml-40 {
        margin-left: -10rem;
    }
    .\32xl\:-mt-44 {
        margin-top: -11rem;
    }
    .\32xl\:-mr-44 {
        margin-right: -11rem;
    }
    .\32xl\:-mb-44 {
        margin-bottom: -11rem;
    }
    .\32xl\:-ml-44 {
        margin-left: -11rem;
    }
    .\32xl\:-mt-48 {
        margin-top: -12rem;
    }
    .\32xl\:-mr-48 {
        margin-right: -12rem;
    }
    .\32xl\:-mb-48 {
        margin-bottom: -12rem;
    }
    .\32xl\:-ml-48 {
        margin-left: -12rem;
    }
    .\32xl\:-mt-52 {
        margin-top: -13rem;
    }
    .\32xl\:-mr-52 {
        margin-right: -13rem;
    }
    .\32xl\:-mb-52 {
        margin-bottom: -13rem;
    }
    .\32xl\:-ml-52 {
        margin-left: -13rem;
    }
    .\32xl\:-mt-56 {
        margin-top: -14rem;
    }
    .\32xl\:-mr-56 {
        margin-right: -14rem;
    }
    .\32xl\:-mb-56 {
        margin-bottom: -14rem;
    }
    .\32xl\:-ml-56 {
        margin-left: -14rem;
    }
    .\32xl\:-mt-60 {
        margin-top: -15rem;
    }
    .\32xl\:-mr-60 {
        margin-right: -15rem;
    }
    .\32xl\:-mb-60 {
        margin-bottom: -15rem;
    }
    .\32xl\:-ml-60 {
        margin-left: -15rem;
    }
    .\32xl\:-mt-63 {
        margin-top: -270px;
    }
    .\32xl\:-mr-63 {
        margin-right: -270px;
    }
    .\32xl\:-mb-63 {
        margin-bottom: -270px;
    }
    .\32xl\:-ml-63 {
        margin-left: -270px;
    }
    .\32xl\:-mt-64 {
        margin-top: -16rem;
    }
    .\32xl\:-mr-64 {
        margin-right: -16rem;
    }
    .\32xl\:-mb-64 {
        margin-bottom: -16rem;
    }
    .\32xl\:-ml-64 {
        margin-left: -16rem;
    }
    .\32xl\:-mt-72 {
        margin-top: -18rem;
    }
    .\32xl\:-mr-72 {
        margin-right: -18rem;
    }
    .\32xl\:-mb-72 {
        margin-bottom: -18rem;
    }
    .\32xl\:-ml-72 {
        margin-left: -18rem;
    }
    .\32xl\:-mt-80 {
        margin-top: -20rem;
    }
    .\32xl\:-mr-80 {
        margin-right: -20rem;
    }
    .\32xl\:-mb-80 {
        margin-bottom: -20rem;
    }
    .\32xl\:-ml-80 {
        margin-left: -20rem;
    }
    .\32xl\:-mt-92 {
        margin-top: -475px;
    }
    .\32xl\:-mr-92 {
        margin-right: -475px;
    }
    .\32xl\:-mb-92 {
        margin-bottom: -475px;
    }
    .\32xl\:-ml-92 {
        margin-left: -475px;
    }
    .\32xl\:-mt-96 {
        margin-top: -24rem;
    }
    .\32xl\:-mr-96 {
        margin-right: -24rem;
    }
    .\32xl\:-mb-96 {
        margin-bottom: -24rem;
    }
    .\32xl\:-ml-96 {
        margin-left: -24rem;
    }
    .\32xl\:-mt-128 {
        margin-top: -32rem;
    }
    .\32xl\:-mr-128 {
        margin-right: -32rem;
    }
    .\32xl\:-mb-128 {
        margin-bottom: -32rem;
    }
    .\32xl\:-ml-128 {
        margin-left: -32rem;
    }
    .\32xl\:-mt-px {
        margin-top: -1px;
    }
    .\32xl\:-mr-px {
        margin-right: -1px;
    }
    .\32xl\:-mb-px {
        margin-bottom: -1px;
    }
    .\32xl\:-ml-px {
        margin-left: -1px;
    }
    .\32xl\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .\32xl\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .\32xl\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .\32xl\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .\32xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .\32xl\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .\32xl\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .\32xl\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .\32xl\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .\32xl\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .\32xl\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .\32xl\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .\32xl\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .\32xl\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .\32xl\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .\32xl\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .\32xl\:-mt-105p {
        margin-top: -105px;
    }
    .\32xl\:-mr-105p {
        margin-right: -105px;
    }
    .\32xl\:-mb-105p {
        margin-bottom: -105px;
    }
    .\32xl\:-ml-105p {
        margin-left: -105px;
    }
    .\32xl\:-mt-50p {
        margin-top: -50px;
    }
    .\32xl\:-mr-50p {
        margin-right: -50px;
    }
    .\32xl\:-mb-50p {
        margin-bottom: -50px;
    }
    .\32xl\:-ml-50p {
        margin-left: -50px;
    }
    .\32xl\:-mt-54p {
        margin-top: -54px;
    }
    .\32xl\:-mr-54p {
        margin-right: -54px;
    }
    .\32xl\:-mb-54p {
        margin-bottom: -54px;
    }
    .\32xl\:-ml-54p {
        margin-left: -54px;
    }
    .\32xl\:-mt-1p {
        margin-top: -1px;
    }
    .\32xl\:-mr-1p {
        margin-right: -1px;
    }
    .\32xl\:-mb-1p {
        margin-bottom: -1px;
    }
    .\32xl\:-ml-1p {
        margin-left: -1px;
    }
    .\32xl\:-mt-2p {
        margin-top: -2px;
    }
    .\32xl\:-mr-2p {
        margin-right: -2px;
    }
    .\32xl\:-mb-2p {
        margin-bottom: -2px;
    }
    .\32xl\:-ml-2p {
        margin-left: -2px;
    }
    .\32xl\:-mt-3p {
        margin-top: -3px;
    }
    .\32xl\:-mr-3p {
        margin-right: -3px;
    }
    .\32xl\:-mb-3p {
        margin-bottom: -3px;
    }
    .\32xl\:-ml-3p {
        margin-left: -3px;
    }
    .\32xl\:-mt-5p {
        margin-top: -5px;
    }
    .\32xl\:-mr-5p {
        margin-right: -5px;
    }
    .\32xl\:-mb-5p {
        margin-bottom: -5px;
    }
    .\32xl\:-ml-5p {
        margin-left: -5px;
    }
    .\32xl\:-mt-7p {
        margin-top: -7px;
    }
    .\32xl\:-mr-7p {
        margin-right: -7px;
    }
    .\32xl\:-mb-7p {
        margin-bottom: -7px;
    }
    .\32xl\:-ml-7p {
        margin-left: -7px;
    }
    .\32xl\:-mt-9p {
        margin-top: -9px;
    }
    .\32xl\:-mr-9p {
        margin-right: -9px;
    }
    .\32xl\:-mb-9p {
        margin-bottom: -9px;
    }
    .\32xl\:-ml-9p {
        margin-left: -9px;
    }
    .\32xl\:-mt-10p {
        margin-top: -10px;
    }
    .\32xl\:-mr-10p {
        margin-right: -10px;
    }
    .\32xl\:-mb-10p {
        margin-bottom: -10px;
    }
    .\32xl\:-ml-10p {
        margin-left: -10px;
    }
    .\32xl\:-mt-11p {
        margin-top: -11px;
    }
    .\32xl\:-mr-11p {
        margin-right: -11px;
    }
    .\32xl\:-mb-11p {
        margin-bottom: -11px;
    }
    .\32xl\:-ml-11p {
        margin-left: -11px;
    }
    .\32xl\:-mt-13p {
        margin-top: -13px;
    }
    .\32xl\:-mr-13p {
        margin-right: -13px;
    }
    .\32xl\:-mb-13p {
        margin-bottom: -13px;
    }
    .\32xl\:-ml-13p {
        margin-left: -13px;
    }
    .\32xl\:-mt-15p {
        margin-top: -15px;
    }
    .\32xl\:-mr-15p {
        margin-right: -15px;
    }
    .\32xl\:-mb-15p {
        margin-bottom: -15px;
    }
    .\32xl\:-ml-15p {
        margin-left: -15px;
    }
    .\32xl\:-mt-18p {
        margin-top: -18px;
    }
    .\32xl\:-mr-18p {
        margin-right: -18px;
    }
    .\32xl\:-mb-18p {
        margin-bottom: -18px;
    }
    .\32xl\:-ml-18p {
        margin-left: -18px;
    }
    .\32xl\:-mt-19p {
        margin-top: -19px;
    }
    .\32xl\:-mr-19p {
        margin-right: -19px;
    }
    .\32xl\:-mb-19p {
        margin-bottom: -19px;
    }
    .\32xl\:-ml-19p {
        margin-left: -19px;
    }
    .\32xl\:-mt-21p {
        margin-top: -21px;
    }
    .\32xl\:-mr-21p {
        margin-right: -21px;
    }
    .\32xl\:-mb-21p {
        margin-bottom: -21px;
    }
    .\32xl\:-ml-21p {
        margin-left: -21px;
    }
    .\32xl\:-mt-22p {
        margin-top: -22px;
    }
    .\32xl\:-mr-22p {
        margin-right: -22px;
    }
    .\32xl\:-mb-22p {
        margin-bottom: -22px;
    }
    .\32xl\:-ml-22p {
        margin-left: -22px;
    }
    .\32xl\:-mt-23p {
        margin-top: -23px;
    }
    .\32xl\:-mr-23p {
        margin-right: -23px;
    }
    .\32xl\:-mb-23p {
        margin-bottom: -23px;
    }
    .\32xl\:-ml-23p {
        margin-left: -23px;
    }
    .\32xl\:-mt-25p {
        margin-top: -25px;
    }
    .\32xl\:-mr-25p {
        margin-right: -25px;
    }
    .\32xl\:-mb-25p {
        margin-bottom: -25px;
    }
    .\32xl\:-ml-25p {
        margin-left: -25px;
    }
    .\32xl\:-mt-26p {
        margin-top: -26px;
    }
    .\32xl\:-mr-26p {
        margin-right: -26px;
    }
    .\32xl\:-mb-26p {
        margin-bottom: -26px;
    }
    .\32xl\:-ml-26p {
        margin-left: -26px;
    }
    .\32xl\:-mt-29p {
        margin-top: -29px;
    }
    .\32xl\:-mr-29p {
        margin-right: -29px;
    }
    .\32xl\:-mb-29p {
        margin-bottom: -29px;
    }
    .\32xl\:-ml-29p {
        margin-left: -29px;
    }
    .\32xl\:-mt-30p {
        margin-top: -30px;
    }
    .\32xl\:-mr-30p {
        margin-right: -30px;
    }
    .\32xl\:-mb-30p {
        margin-bottom: -30px;
    }
    .\32xl\:-ml-30p {
        margin-left: -30px;
    }
    .\32xl\:-mt-31p {
        margin-top: -31px;
    }
    .\32xl\:-mr-31p {
        margin-right: -31px;
    }
    .\32xl\:-mb-31p {
        margin-bottom: -31px;
    }
    .\32xl\:-ml-31p {
        margin-left: -31px;
    }
    .\32xl\:-mt-35p {
        margin-top: -35px;
    }
    .\32xl\:-mr-35p {
        margin-right: -35px;
    }
    .\32xl\:-mb-35p {
        margin-bottom: -35px;
    }
    .\32xl\:-ml-35p {
        margin-left: -35px;
    }
    .\32xl\:-mt-52p {
        margin-top: -52px;
    }
    .\32xl\:-mr-52p {
        margin-right: -52px;
    }
    .\32xl\:-mb-52p {
        margin-bottom: -52px;
    }
    .\32xl\:-ml-52p {
        margin-left: -52px;
    }
    .\32xl\:-mt-53p {
        margin-top: -53px;
    }
    .\32xl\:-mr-53p {
        margin-right: -53px;
    }
    .\32xl\:-mb-53p {
        margin-bottom: -53px;
    }
    .\32xl\:-ml-53p {
        margin-left: -53px;
    }
    .\32xl\:-mt-55p {
        margin-top: -55px;
    }
    .\32xl\:-mr-55p {
        margin-right: -55px;
    }
    .\32xl\:-mb-55p {
        margin-bottom: -55px;
    }
    .\32xl\:-ml-55p {
        margin-left: -55px;
    }
    .\32xl\:-mt-59p {
        margin-top: -59px;
    }
    .\32xl\:-mr-59p {
        margin-right: -59px;
    }
    .\32xl\:-mb-59p {
        margin-bottom: -59px;
    }
    .\32xl\:-ml-59p {
        margin-left: -59px;
    }
    .\32xl\:-mt-27p {
        margin-top: -27px;
    }
    .\32xl\:-mr-27p {
        margin-right: -27px;
    }
    .\32xl\:-mb-27p {
        margin-bottom: -27px;
    }
    .\32xl\:-ml-27p {
        margin-left: -27px;
    }
    .\32xl\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .\32xl\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .\32xl\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .\32xl\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .\32xl\:-mt-38p {
        margin-top: -38px;
    }
    .\32xl\:-mr-38p {
        margin-right: -38px;
    }
    .\32xl\:-mb-38p {
        margin-bottom: -38px;
    }
    .\32xl\:-ml-38p {
        margin-left: -38px;
    }
    .\32xl\:-mt-40p {
        margin-top: -40px;
    }
    .\32xl\:-mr-40p {
        margin-right: -40px;
    }
    .\32xl\:-mb-40p {
        margin-bottom: -40px;
    }
    .\32xl\:-ml-40p {
        margin-left: -40px;
    }
    .\32xl\:-mt-46p {
        margin-top: -46px;
    }
    .\32xl\:-mr-46p {
        margin-right: -46px;
    }
    .\32xl\:-mb-46p {
        margin-bottom: -46px;
    }
    .\32xl\:-ml-46p {
        margin-left: -46px;
    }
    .\32xl\:-mt-47p {
        margin-top: -47px;
    }
    .\32xl\:-mr-47p {
        margin-right: -47px;
    }
    .\32xl\:-mb-47p {
        margin-bottom: -47px;
    }
    .\32xl\:-ml-47p {
        margin-left: -47px;
    }
    .\32xl\:-mt-49p {
        margin-top: -49px;
    }
    .\32xl\:-mr-49p {
        margin-right: -49px;
    }
    .\32xl\:-mb-49p {
        margin-bottom: -49px;
    }
    .\32xl\:-ml-49p {
        margin-left: -49px;
    }
    .\32xl\:-mt-58p {
        margin-top: -58px;
    }
    .\32xl\:-mr-58p {
        margin-right: -58px;
    }
    .\32xl\:-mb-58p {
        margin-bottom: -58px;
    }
    .\32xl\:-ml-58p {
        margin-left: -58px;
    }
    .\32xl\:-mt-75p {
        margin-top: -75px;
    }
    .\32xl\:-mr-75p {
        margin-right: -75px;
    }
    .\32xl\:-mb-75p {
        margin-bottom: -75px;
    }
    .\32xl\:-ml-75p {
        margin-left: -75px;
    }
    .\32xl\:-mt-77p {
        margin-top: -77px;
    }
    .\32xl\:-mr-77p {
        margin-right: -77px;
    }
    .\32xl\:-mb-77p {
        margin-bottom: -77px;
    }
    .\32xl\:-ml-77p {
        margin-left: -77px;
    }
    .\32xl\:-mt-60p {
        margin-top: -60px;
    }
    .\32xl\:-mr-60p {
        margin-right: -60px;
    }
    .\32xl\:-mb-60p {
        margin-bottom: -60px;
    }
    .\32xl\:-ml-60p {
        margin-left: -60px;
    }
    .\32xl\:-mt-65p {
        margin-top: -65px;
    }
    .\32xl\:-mr-65p {
        margin-right: -65px;
    }
    .\32xl\:-mb-65p {
        margin-bottom: -65px;
    }
    .\32xl\:-ml-65p {
        margin-left: -65px;
    }
    .\32xl\:-mt-66p {
        margin-top: -66px;
    }
    .\32xl\:-mr-66p {
        margin-right: -66px;
    }
    .\32xl\:-mb-66p {
        margin-bottom: -66px;
    }
    .\32xl\:-ml-66p {
        margin-left: -66px;
    }
    .\32xl\:-mt-68p {
        margin-top: -68px;
    }
    .\32xl\:-mr-68p {
        margin-right: -68px;
    }
    .\32xl\:-mb-68p {
        margin-bottom: -68px;
    }
    .\32xl\:-ml-68p {
        margin-left: -68px;
    }
    .\32xl\:-mt-70p {
        margin-top: -70px;
    }
    .\32xl\:-mr-70p {
        margin-right: -70px;
    }
    .\32xl\:-mb-70p {
        margin-bottom: -70px;
    }
    .\32xl\:-ml-70p {
        margin-left: -70px;
    }
    .\32xl\:-mt-72p {
        margin-top: -72px;
    }
    .\32xl\:-mr-72p {
        margin-right: -72px;
    }
    .\32xl\:-mb-72p {
        margin-bottom: -72px;
    }
    .\32xl\:-ml-72p {
        margin-left: -72px;
    }
    .\32xl\:-mt-74p {
        margin-top: -74px;
    }
    .\32xl\:-mr-74p {
        margin-right: -74px;
    }
    .\32xl\:-mb-74p {
        margin-bottom: -74px;
    }
    .\32xl\:-ml-74p {
        margin-left: -74px;
    }
    .\32xl\:-mt-78p {
        margin-top: -78px;
    }
    .\32xl\:-mr-78p {
        margin-right: -78px;
    }
    .\32xl\:-mb-78p {
        margin-bottom: -78px;
    }
    .\32xl\:-ml-78p {
        margin-left: -78px;
    }
    .\32xl\:-mt-80p {
        margin-top: -80px;
    }
    .\32xl\:-mr-80p {
        margin-right: -80px;
    }
    .\32xl\:-mb-80p {
        margin-bottom: -80px;
    }
    .\32xl\:-ml-80p {
        margin-left: -80px;
    }
    .\32xl\:-mt-82p {
        margin-top: -82px;
    }
    .\32xl\:-mr-82p {
        margin-right: -82px;
    }
    .\32xl\:-mb-82p {
        margin-bottom: -82px;
    }
    .\32xl\:-ml-82p {
        margin-left: -82px;
    }
    .\32xl\:-mt-84p {
        margin-top: -84px;
    }
    .\32xl\:-mr-84p {
        margin-right: -84px;
    }
    .\32xl\:-mb-84p {
        margin-bottom: -84px;
    }
    .\32xl\:-ml-84p {
        margin-left: -84px;
    }
    .\32xl\:-mt-89p {
        margin-top: -89px;
    }
    .\32xl\:-mr-89p {
        margin-right: -89px;
    }
    .\32xl\:-mb-89p {
        margin-bottom: -89px;
    }
    .\32xl\:-ml-89p {
        margin-left: -89px;
    }
    .\32xl\:-mt-93p {
        margin-top: -93px;
    }
    .\32xl\:-mr-93p {
        margin-right: -93px;
    }
    .\32xl\:-mb-93p {
        margin-bottom: -93px;
    }
    .\32xl\:-ml-93p {
        margin-left: -93px;
    }
    .\32xl\:-mt-90p {
        margin-top: -90px;
    }
    .\32xl\:-mr-90p {
        margin-right: -90px;
    }
    .\32xl\:-mb-90p {
        margin-bottom: -90px;
    }
    .\32xl\:-ml-90p {
        margin-left: -90px;
    }
    .\32xl\:-mt-97p {
        margin-top: -97px;
    }
    .\32xl\:-mr-97p {
        margin-right: -97px;
    }
    .\32xl\:-mb-97p {
        margin-bottom: -97px;
    }
    .\32xl\:-ml-97p {
        margin-left: -97px;
    }
    .\32xl\:-mt-103p {
        margin-top: -103px;
    }
    .\32xl\:-mr-103p {
        margin-right: -103px;
    }
    .\32xl\:-mb-103p {
        margin-bottom: -103px;
    }
    .\32xl\:-ml-103p {
        margin-left: -103px;
    }
    .\32xl\:-mt-116p {
        margin-top: -116px;
    }
    .\32xl\:-mr-116p {
        margin-right: -116px;
    }
    .\32xl\:-mb-116p {
        margin-bottom: -116px;
    }
    .\32xl\:-ml-116p {
        margin-left: -116px;
    }
    .\32xl\:-mt-120p {
        margin-top: -120px;
    }
    .\32xl\:-mr-120p {
        margin-right: -120px;
    }
    .\32xl\:-mb-120p {
        margin-bottom: -120px;
    }
    .\32xl\:-ml-120p {
        margin-left: -120px;
    }
    .\32xl\:-mt-125p {
        margin-top: -125px;
    }
    .\32xl\:-mr-125p {
        margin-right: -125px;
    }
    .\32xl\:-mb-125p {
        margin-bottom: -125px;
    }
    .\32xl\:-ml-125p {
        margin-left: -125px;
    }
    .\32xl\:-mt-130p {
        margin-top: -130px;
    }
    .\32xl\:-mr-130p {
        margin-right: -130px;
    }
    .\32xl\:-mb-130p {
        margin-bottom: -130px;
    }
    .\32xl\:-ml-130p {
        margin-left: -130px;
    }
    .\32xl\:-mt-135p {
        margin-top: -135px;
    }
    .\32xl\:-mr-135p {
        margin-right: -135px;
    }
    .\32xl\:-mb-135p {
        margin-bottom: -135px;
    }
    .\32xl\:-ml-135p {
        margin-left: -135px;
    }
    .\32xl\:-mt-132p {
        margin-top: -132px;
    }
    .\32xl\:-mr-132p {
        margin-right: -132px;
    }
    .\32xl\:-mb-132p {
        margin-bottom: -132px;
    }
    .\32xl\:-ml-132p {
        margin-left: -132px;
    }
    .\32xl\:-mt-150p {
        margin-top: -150px;
    }
    .\32xl\:-mr-150p {
        margin-right: -150px;
    }
    .\32xl\:-mb-150p {
        margin-bottom: -150px;
    }
    .\32xl\:-ml-150p {
        margin-left: -150px;
    }
    .\32xl\:-mt-216p {
        margin-top: -216px;
    }
    .\32xl\:-mr-216p {
        margin-right: -216px;
    }
    .\32xl\:-mb-216p {
        margin-bottom: -216px;
    }
    .\32xl\:-ml-216p {
        margin-left: -216px;
    }
    .\32xl\:-mt-225p {
        margin-top: -225px;
    }
    .\32xl\:-mr-225p {
        margin-right: -225px;
    }
    .\32xl\:-mb-225p {
        margin-bottom: -225px;
    }
    .\32xl\:-ml-225p {
        margin-left: -225px;
    }
    .\32xl\:-mt-296p {
        margin-top: -296px;
    }
    .\32xl\:-mr-296p {
        margin-right: -296px;
    }
    .\32xl\:-mb-296p {
        margin-bottom: -296px;
    }
    .\32xl\:-ml-296p {
        margin-left: -296px;
    }
    .\32xl\:-mt-270p {
        margin-top: -270px;
    }
    .\32xl\:-mr-270p {
        margin-right: -270px;
    }
    .\32xl\:-mb-270p {
        margin-bottom: -270px;
    }
    .\32xl\:-ml-270p {
        margin-left: -270px;
    }
    .\32xl\:-mt-137p {
        margin-top: -137px;
    }
    .\32xl\:-mr-137p {
        margin-right: -137px;
    }
    .\32xl\:-mb-137p {
        margin-bottom: -137px;
    }
    .\32xl\:-ml-137p {
        margin-left: -137px;
    }
    .\32xl\:-mt-141p {
        margin-top: -141px;
    }
    .\32xl\:-mr-141p {
        margin-right: -141px;
    }
    .\32xl\:-mb-141p {
        margin-bottom: -141px;
    }
    .\32xl\:-ml-141p {
        margin-left: -141px;
    }
    .\32xl\:-mt-146p {
        margin-top: -146px;
    }
    .\32xl\:-mr-146p {
        margin-right: -146px;
    }
    .\32xl\:-mb-146p {
        margin-bottom: -146px;
    }
    .\32xl\:-ml-146p {
        margin-left: -146px;
    }
    .\32xl\:-mt-152p {
        margin-top: -152px;
    }
    .\32xl\:-mr-152p {
        margin-right: -152px;
    }
    .\32xl\:-mb-152p {
        margin-bottom: -152px;
    }
    .\32xl\:-ml-152p {
        margin-left: -152px;
    }
    .\32xl\:-mt-155p {
        margin-top: -155px;
    }
    .\32xl\:-mr-155p {
        margin-right: -155px;
    }
    .\32xl\:-mb-155p {
        margin-bottom: -155px;
    }
    .\32xl\:-ml-155p {
        margin-left: -155px;
    }
    .\32xl\:-mt-163p {
        margin-top: -163px;
    }
    .\32xl\:-mr-163p {
        margin-right: -163px;
    }
    .\32xl\:-mb-163p {
        margin-bottom: -163px;
    }
    .\32xl\:-ml-163p {
        margin-left: -163px;
    }
    .\32xl\:-mt-168p {
        margin-top: -168px;
    }
    .\32xl\:-mr-168p {
        margin-right: -168px;
    }
    .\32xl\:-mb-168p {
        margin-bottom: -168px;
    }
    .\32xl\:-ml-168p {
        margin-left: -168px;
    }
    .\32xl\:-mt-173p {
        margin-top: -173px;
    }
    .\32xl\:-mr-173p {
        margin-right: -173px;
    }
    .\32xl\:-mb-173p {
        margin-bottom: -173px;
    }
    .\32xl\:-ml-173p {
        margin-left: -173px;
    }
    .\32xl\:-mt-210p {
        margin-top: -210px;
    }
    .\32xl\:-mr-210p {
        margin-right: -210px;
    }
    .\32xl\:-mb-210p {
        margin-bottom: -210px;
    }
    .\32xl\:-ml-210p {
        margin-left: -210px;
    }
    .\32xl\:-mt-245p {
        margin-top: -245px;
    }
    .\32xl\:-mr-245p {
        margin-right: -245px;
    }
    .\32xl\:-mb-245p {
        margin-bottom: -245px;
    }
    .\32xl\:-ml-245p {
        margin-left: -245px;
    }
    .\32xl\:-mt-250p {
        margin-top: -250px;
    }
    .\32xl\:-mr-250p {
        margin-right: -250px;
    }
    .\32xl\:-mb-250p {
        margin-bottom: -250px;
    }
    .\32xl\:-ml-250p {
        margin-left: -250px;
    }
    .\32xl\:-mt-260p {
        margin-top: -260px;
    }
    .\32xl\:-mr-260p {
        margin-right: -260px;
    }
    .\32xl\:-mb-260p {
        margin-bottom: -260px;
    }
    .\32xl\:-ml-260p {
        margin-left: -260px;
    }
    .\32xl\:-mt-263p {
        margin-top: -263px;
    }
    .\32xl\:-mr-263p {
        margin-right: -263px;
    }
    .\32xl\:-mb-263p {
        margin-bottom: -263px;
    }
    .\32xl\:-ml-263p {
        margin-left: -263px;
    }
    .\32xl\:-mt-266p {
        margin-top: -266px;
    }
    .\32xl\:-mr-266p {
        margin-right: -266px;
    }
    .\32xl\:-mb-266p {
        margin-bottom: -266px;
    }
    .\32xl\:-ml-266p {
        margin-left: -266px;
    }
    .\32xl\:-mt-275p {
        margin-top: -275px;
    }
    .\32xl\:-mr-275p {
        margin-right: -275px;
    }
    .\32xl\:-mb-275p {
        margin-bottom: -275px;
    }
    .\32xl\:-ml-275p {
        margin-left: -275px;
    }
    .\32xl\:-mt-300p {
        margin-top: -300px;
    }
    .\32xl\:-mr-300p {
        margin-right: -300px;
    }
    .\32xl\:-mb-300p {
        margin-bottom: -300px;
    }
    .\32xl\:-ml-300p {
        margin-left: -300px;
    }
    .\32xl\:-mt-312p {
        margin-top: -312px;
    }
    .\32xl\:-mr-312p {
        margin-right: -312px;
    }
    .\32xl\:-mb-312p {
        margin-bottom: -312px;
    }
    .\32xl\:-ml-312p {
        margin-left: -312px;
    }
    .\32xl\:-mt-318p {
        margin-top: -318px;
    }
    .\32xl\:-mr-318p {
        margin-right: -318px;
    }
    .\32xl\:-mb-318p {
        margin-bottom: -318px;
    }
    .\32xl\:-ml-318p {
        margin-left: -318px;
    }
    .\32xl\:-mt-322p {
        margin-top: -322px;
    }
    .\32xl\:-mr-322p {
        margin-right: -322px;
    }
    .\32xl\:-mb-322p {
        margin-bottom: -322px;
    }
    .\32xl\:-ml-322p {
        margin-left: -322px;
    }
    .\32xl\:-mt-337p {
        margin-top: -337px;
    }
    .\32xl\:-mr-337p {
        margin-right: -337px;
    }
    .\32xl\:-mb-337p {
        margin-bottom: -337px;
    }
    .\32xl\:-ml-337p {
        margin-left: -337px;
    }
    .\32xl\:-mt-345p {
        margin-top: -345px;
    }
    .\32xl\:-mr-345p {
        margin-right: -345px;
    }
    .\32xl\:-mb-345p {
        margin-bottom: -345px;
    }
    .\32xl\:-ml-345p {
        margin-left: -345px;
    }
    .\32xl\:-mt-344p {
        margin-top: -344px;
    }
    .\32xl\:-mr-344p {
        margin-right: -344px;
    }
    .\32xl\:-mb-344p {
        margin-bottom: -344px;
    }
    .\32xl\:-ml-344p {
        margin-left: -344px;
    }
    .\32xl\:-mt-354p {
        margin-top: -354px;
    }
    .\32xl\:-mr-354p {
        margin-right: -354px;
    }
    .\32xl\:-mb-354p {
        margin-bottom: -354px;
    }
    .\32xl\:-ml-354p {
        margin-left: -354px;
    }
    .\32xl\:-mt-364p {
        margin-top: -364px;
    }
    .\32xl\:-mr-364p {
        margin-right: -364px;
    }
    .\32xl\:-mb-364p {
        margin-bottom: -364px;
    }
    .\32xl\:-ml-364p {
        margin-left: -364px;
    }
    .\32xl\:-mt-370p {
        margin-top: -370px;
    }
    .\32xl\:-mr-370p {
        margin-right: -370px;
    }
    .\32xl\:-mb-370p {
        margin-bottom: -370px;
    }
    .\32xl\:-ml-370p {
        margin-left: -370px;
    }
    .\32xl\:-mt-382p {
        margin-top: -382px;
    }
    .\32xl\:-mr-382p {
        margin-right: -382px;
    }
    .\32xl\:-mb-382p {
        margin-bottom: -382px;
    }
    .\32xl\:-ml-382p {
        margin-left: -382px;
    }
    .\32xl\:-mt-385p {
        margin-top: -385px;
    }
    .\32xl\:-mr-385p {
        margin-right: -385px;
    }
    .\32xl\:-mb-385p {
        margin-bottom: -385px;
    }
    .\32xl\:-ml-385p {
        margin-left: -385px;
    }
    .\32xl\:-mt-400p {
        margin-top: -400px;
    }
    .\32xl\:-mr-400p {
        margin-right: -400px;
    }
    .\32xl\:-mb-400p {
        margin-bottom: -400px;
    }
    .\32xl\:-ml-400p {
        margin-left: -400px;
    }
    .\32xl\:-mt-407p {
        margin-top: -407px;
    }
    .\32xl\:-mr-407p {
        margin-right: -407px;
    }
    .\32xl\:-mb-407p {
        margin-bottom: -407px;
    }
    .\32xl\:-ml-407p {
        margin-left: -407px;
    }
    .\32xl\:-mt-411p {
        margin-top: -411px;
    }
    .\32xl\:-mr-411p {
        margin-right: -411px;
    }
    .\32xl\:-mb-411p {
        margin-bottom: -411px;
    }
    .\32xl\:-ml-411p {
        margin-left: -411px;
    }
    .\32xl\:-mt-418p {
        margin-top: -418px;
    }
    .\32xl\:-mr-418p {
        margin-right: -418px;
    }
    .\32xl\:-mb-418p {
        margin-bottom: -418px;
    }
    .\32xl\:-ml-418p {
        margin-left: -418px;
    }
    .\32xl\:-mt-430p {
        margin-top: -430px;
    }
    .\32xl\:-mr-430p {
        margin-right: -430px;
    }
    .\32xl\:-mb-430p {
        margin-bottom: -430px;
    }
    .\32xl\:-ml-430p {
        margin-left: -430px;
    }
    .\32xl\:-mt-450p {
        margin-top: -450px;
    }
    .\32xl\:-mr-450p {
        margin-right: -450px;
    }
    .\32xl\:-mb-450p {
        margin-bottom: -450px;
    }
    .\32xl\:-ml-450p {
        margin-left: -450px;
    }
    .\32xl\:-mt-468p {
        margin-top: -468px;
    }
    .\32xl\:-mr-468p {
        margin-right: -468px;
    }
    .\32xl\:-mb-468p {
        margin-bottom: -468px;
    }
    .\32xl\:-ml-468p {
        margin-left: -468px;
    }
    .\32xl\:-mt-485p {
        margin-top: -485px;
    }
    .\32xl\:-mr-485p {
        margin-right: -485px;
    }
    .\32xl\:-mb-485p {
        margin-bottom: -485px;
    }
    .\32xl\:-ml-485p {
        margin-left: -485px;
    }
    .\32xl\:-mt-491p {
        margin-top: -491px;
    }
    .\32xl\:-mr-491p {
        margin-right: -491px;
    }
    .\32xl\:-mb-491p {
        margin-bottom: -491px;
    }
    .\32xl\:-ml-491p {
        margin-left: -491px;
    }
    .\32xl\:-mt-494p {
        margin-top: -494px;
    }
    .\32xl\:-mr-494p {
        margin-right: -494px;
    }
    .\32xl\:-mb-494p {
        margin-bottom: -494px;
    }
    .\32xl\:-ml-494p {
        margin-left: -494px;
    }
    .\32xl\:-mt-470p {
        margin-top: -470px;
    }
    .\32xl\:-mr-470p {
        margin-right: -470px;
    }
    .\32xl\:-mb-470p {
        margin-bottom: -470px;
    }
    .\32xl\:-ml-470p {
        margin-left: -470px;
    }
    .\32xl\:-mt-480p {
        margin-top: -480px;
    }
    .\32xl\:-mr-480p {
        margin-right: -480px;
    }
    .\32xl\:-mb-480p {
        margin-bottom: -480px;
    }
    .\32xl\:-ml-480p {
        margin-left: -480px;
    }
    .\32xl\:-mt-532p {
        margin-top: -532px;
    }
    .\32xl\:-mr-532p {
        margin-right: -532px;
    }
    .\32xl\:-mb-532p {
        margin-bottom: -532px;
    }
    .\32xl\:-ml-532p {
        margin-left: -532px;
    }
    .\32xl\:-mt-556p {
        margin-top: -556px;
    }
    .\32xl\:-mr-556p {
        margin-right: -556px;
    }
    .\32xl\:-mb-556p {
        margin-bottom: -556px;
    }
    .\32xl\:-ml-556p {
        margin-left: -556px;
    }
    .\32xl\:-mt-505p {
        margin-top: -505px;
    }
    .\32xl\:-mr-505p {
        margin-right: -505px;
    }
    .\32xl\:-mb-505p {
        margin-bottom: -505px;
    }
    .\32xl\:-ml-505p {
        margin-left: -505px;
    }
    .\32xl\:-mt-1179p {
        margin-top: -1179px;
    }
    .\32xl\:-mr-1179p {
        margin-right: -1179px;
    }
    .\32xl\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .\32xl\:-ml-1179p {
        margin-left: -1179px;
    }
    .\32xl\:-mt-1253p {
        margin-top: -1253px;
    }
    .\32xl\:-mr-1253p {
        margin-right: -1253px;
    }
    .\32xl\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .\32xl\:-ml-1253p {
        margin-left: -1253px;
    }
    .\32xl\:-mt-1575p {
        margin-top: -1575px;
    }
    .\32xl\:-mr-1575p {
        margin-right: -1575px;
    }
    .\32xl\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .\32xl\:-ml-1575p {
        margin-left: -1575px;
    }
    .\32xl\:-mt-600p {
        margin-top: -600px;
    }
    .\32xl\:-mr-600p {
        margin-right: -600px;
    }
    .\32xl\:-mb-600p {
        margin-bottom: -600px;
    }
    .\32xl\:-ml-600p {
        margin-left: -600px;
    }
    .\32xl\:-mt-649p {
        margin-top: -649px;
    }
    .\32xl\:-mr-649p {
        margin-right: -649px;
    }
    .\32xl\:-mb-649p {
        margin-bottom: -649px;
    }
    .\32xl\:-ml-649p {
        margin-left: -649px;
    }
    .\32xl\:-mt-690p {
        margin-top: -690px;
    }
    .\32xl\:-mr-690p {
        margin-right: -690px;
    }
    .\32xl\:-mb-690p {
        margin-bottom: -690px;
    }
    .\32xl\:-ml-690p {
        margin-left: -690px;
    }
    .\32xl\:-mt-19\% {
        margin-top: -19%;
    }
    .\32xl\:-mr-19\% {
        margin-right: -19%;
    }
    .\32xl\:-mb-19\% {
        margin-bottom: -19%;
    }
    .\32xl\:-ml-19\% {
        margin-left: -19%;
    }
    .\32xl\:-mt-23\% {
        margin-top: -23%;
    }
    .\32xl\:-mr-23\% {
        margin-right: -23%;
    }
    .\32xl\:-mb-23\% {
        margin-bottom: -23%;
    }
    .\32xl\:-ml-23\% {
        margin-left: -23%;
    }
    .\32xl\:-mt-24\% {
        margin-top: -24%;
    }
    .\32xl\:-mr-24\% {
        margin-right: -24%;
    }
    .\32xl\:-mb-24\% {
        margin-bottom: -24%;
    }
    .\32xl\:-ml-24\% {
        margin-left: -24%;
    }
    .\32xl\:-mt-36\% {
        margin-top: -36%;
    }
    .\32xl\:-mr-36\% {
        margin-right: -36%;
    }
    .\32xl\:-mb-36\% {
        margin-bottom: -36%;
    }
    .\32xl\:-ml-36\% {
        margin-left: -36%;
    }
    .\32xl\:-mt-27\% {
        margin-top: -27%;
    }
    .\32xl\:-mr-27\% {
        margin-right: -27%;
    }
    .\32xl\:-mb-27\% {
        margin-bottom: -27%;
    }
    .\32xl\:-ml-27\% {
        margin-left: -27%;
    }
    .\32xl\:-mt-28\% {
        margin-top: -28%;
    }
    .\32xl\:-mr-28\% {
        margin-right: -28%;
    }
    .\32xl\:-mb-28\% {
        margin-bottom: -28%;
    }
    .\32xl\:-ml-28\% {
        margin-left: -28%;
    }
    .\32xl\:-mt-42\% {
        margin-top: -42%;
    }
    .\32xl\:-mr-42\% {
        margin-right: -42%;
    }
    .\32xl\:-mb-42\% {
        margin-bottom: -42%;
    }
    .\32xl\:-ml-42\% {
        margin-left: -42%;
    }
    .\32xl\:-mt-46\% {
        margin-top: -46%;
    }
    .\32xl\:-mr-46\% {
        margin-right: -46%;
    }
    .\32xl\:-mb-46\% {
        margin-bottom: -46%;
    }
    .\32xl\:-ml-46\% {
        margin-left: -46%;
    }
    .\32xl\:-mt-49\% {
        margin-top: -49%;
    }
    .\32xl\:-mr-49\% {
        margin-right: -49%;
    }
    .\32xl\:-mb-49\% {
        margin-bottom: -49%;
    }
    .\32xl\:-ml-49\% {
        margin-left: -49%;
    }
    .\32xl\:-mt-54\% {
        margin-top: -54%;
    }
    .\32xl\:-mr-54\% {
        margin-right: -54%;
    }
    .\32xl\:-mb-54\% {
        margin-bottom: -54%;
    }
    .\32xl\:-ml-54\% {
        margin-left: -54%;
    }
    .\32xl\:-mt-58\% {
        margin-top: -58%;
    }
    .\32xl\:-mr-58\% {
        margin-right: -58%;
    }
    .\32xl\:-mb-58\% {
        margin-bottom: -58%;
    }
    .\32xl\:-ml-58\% {
        margin-left: -58%;
    }
    .\32xl\:-mt-72\% {
        margin-top: -72%;
    }
    .\32xl\:-mr-72\% {
        margin-right: -72%;
    }
    .\32xl\:-mb-72\% {
        margin-bottom: -72%;
    }
    .\32xl\:-ml-72\% {
        margin-left: -72%;
    }
    .\32xl\:-mt-76\% {
        margin-top: -76%;
    }
    .\32xl\:-mr-76\% {
        margin-right: -76%;
    }
    .\32xl\:-mb-76\% {
        margin-bottom: -76%;
    }
    .\32xl\:-ml-76\% {
        margin-left: -76%;
    }
    .\32xl\:-mt-77\% {
        margin-top: -77%;
    }
    .\32xl\:-mr-77\% {
        margin-right: -77%;
    }
    .\32xl\:-mb-77\% {
        margin-bottom: -77%;
    }
    .\32xl\:-ml-77\% {
        margin-left: -77%;
    }
    .\32xl\:-mt-340p {
        margin-top: -340px;
    }
    .\32xl\:-mr-340p {
        margin-right: -340px;
    }
    .\32xl\:-mb-340p {
        margin-bottom: -340px;
    }
    .\32xl\:-ml-340p {
        margin-left: -340px;
    }
    .\32xl\:-mt-700p {
        margin-top: -700px;
    }
    .\32xl\:-mr-700p {
        margin-right: -700px;
    }
    .\32xl\:-mb-700p {
        margin-bottom: -700px;
    }
    .\32xl\:-ml-700p {
        margin-left: -700px;
    }
    .\32xl\:-mt-848p {
        margin-top: -848px;
    }
    .\32xl\:-mr-848p {
        margin-right: -848px;
    }
    .\32xl\:-mb-848p {
        margin-bottom: -848px;
    }
    .\32xl\:-ml-848p {
        margin-left: -848px;
    }
    .\32xl\:-mt-850p {
        margin-top: -850px;
    }
    .\32xl\:-mr-850p {
        margin-right: -850px;
    }
    .\32xl\:-mb-850p {
        margin-bottom: -850px;
    }
    .\32xl\:-ml-850p {
        margin-left: -850px;
    }
    .\32xl\:-mt-860p {
        margin-top: -860px;
    }
    .\32xl\:-mr-860p {
        margin-right: -860px;
    }
    .\32xl\:-mb-860p {
        margin-bottom: -860px;
    }
    .\32xl\:-ml-860p {
        margin-left: -860px;
    }
    .\32xl\:-mt-1425p {
        margin-top: -1425px;
    }
    .\32xl\:-mr-1425p {
        margin-right: -1425px;
    }
    .\32xl\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .\32xl\:-ml-1425p {
        margin-left: -1425px;
    }
    .\32xl\:max-h-0 {
        max-height: 0;
    }
    .\32xl\:max-h-1 {
        max-height: 0.25rem;
    }
    .\32xl\:max-h-2 {
        max-height: 0.5rem;
    }
    .\32xl\:max-h-3 {
        max-height: 0.75rem;
    }
    .\32xl\:max-h-4 {
        max-height: 1rem;
    }
    .\32xl\:max-h-5 {
        max-height: 1.25rem;
    }
    .\32xl\:max-h-6 {
        max-height: 1.5rem;
    }
    .\32xl\:max-h-7 {
        max-height: 1.75rem;
    }
    .\32xl\:max-h-8 {
        max-height: 2rem;
    }
    .\32xl\:max-h-9 {
        max-height: 2.25rem;
    }
    .\32xl\:max-h-10 {
        max-height: 2.5rem;
    }
    .\32xl\:max-h-11 {
        max-height: 2.75rem;
    }
    .\32xl\:max-h-12 {
        max-height: 3rem;
    }
    .\32xl\:max-h-14 {
        max-height: 3.5rem;
    }
    .\32xl\:max-h-16 {
        max-height: 4rem;
    }
    .\32xl\:max-h-20 {
        max-height: 5rem;
    }
    .\32xl\:max-h-23 {
        max-height: 88px;
    }
    .\32xl\:max-h-24 {
        max-height: 6rem;
    }
    .\32xl\:max-h-25 {
        max-height: 100px;
    }
    .\32xl\:max-h-28 {
        max-height: 7rem;
    }
    .\32xl\:max-h-29 {
        max-height: 120px;
    }
    .\32xl\:max-h-32 {
        max-height: 8rem;
    }
    .\32xl\:max-h-33 {
        max-height: 130px;
    }
    .\32xl\:max-h-36 {
        max-height: 9rem;
    }
    .\32xl\:max-h-40 {
        max-height: 10rem;
    }
    .\32xl\:max-h-44 {
        max-height: 11rem;
    }
    .\32xl\:max-h-48 {
        max-height: 12rem;
    }
    .\32xl\:max-h-52 {
        max-height: 13rem;
    }
    .\32xl\:max-h-56 {
        max-height: 14rem;
    }
    .\32xl\:max-h-60 {
        max-height: 15rem;
    }
    .\32xl\:max-h-63 {
        max-height: 270px;
    }
    .\32xl\:max-h-64 {
        max-height: 16rem;
    }
    .\32xl\:max-h-72 {
        max-height: 18rem;
    }
    .\32xl\:max-h-80 {
        max-height: 20rem;
    }
    .\32xl\:max-h-92 {
        max-height: 475px;
    }
    .\32xl\:max-h-96 {
        max-height: 24rem;
    }
    .\32xl\:max-h-128 {
        max-height: 32rem;
    }
    .\32xl\:max-h-px {
        max-height: 1px;
    }
    .\32xl\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .\32xl\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .\32xl\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .\32xl\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .\32xl\:max-h-105p {
        max-height: 105px;
    }
    .\32xl\:max-h-50p {
        max-height: 50px;
    }
    .\32xl\:max-h-54p {
        max-height: 54px;
    }
    .\32xl\:max-h-1p {
        max-height: 1px;
    }
    .\32xl\:max-h-2p {
        max-height: 2px;
    }
    .\32xl\:max-h-3p {
        max-height: 3px;
    }
    .\32xl\:max-h-5p {
        max-height: 5px;
    }
    .\32xl\:max-h-7p {
        max-height: 7px;
    }
    .\32xl\:max-h-9p {
        max-height: 9px;
    }
    .\32xl\:max-h-10p {
        max-height: 10px;
    }
    .\32xl\:max-h-11p {
        max-height: 11px;
    }
    .\32xl\:max-h-13p {
        max-height: 13px;
    }
    .\32xl\:max-h-15p {
        max-height: 15px;
    }
    .\32xl\:max-h-18p {
        max-height: 18px;
    }
    .\32xl\:max-h-19p {
        max-height: 19px;
    }
    .\32xl\:max-h-21p {
        max-height: 21px;
    }
    .\32xl\:max-h-22p {
        max-height: 22px;
    }
    .\32xl\:max-h-23p {
        max-height: 23px;
    }
    .\32xl\:max-h-25p {
        max-height: 25px;
    }
    .\32xl\:max-h-26p {
        max-height: 26px;
    }
    .\32xl\:max-h-29p {
        max-height: 29px;
    }
    .\32xl\:max-h-30p {
        max-height: 30px;
    }
    .\32xl\:max-h-31p {
        max-height: 31px;
    }
    .\32xl\:max-h-35p {
        max-height: 35px;
    }
    .\32xl\:max-h-52p {
        max-height: 52px;
    }
    .\32xl\:max-h-53p {
        max-height: 53px;
    }
    .\32xl\:max-h-55p {
        max-height: 55px;
    }
    .\32xl\:max-h-59p {
        max-height: 59px;
    }
    .\32xl\:max-h-27p {
        max-height: 27px;
    }
    .\32xl\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .\32xl\:max-h-38p {
        max-height: 38px;
    }
    .\32xl\:max-h-40p {
        max-height: 40px;
    }
    .\32xl\:max-h-46p {
        max-height: 46px;
    }
    .\32xl\:max-h-47p {
        max-height: 47px;
    }
    .\32xl\:max-h-49p {
        max-height: 49px;
    }
    .\32xl\:max-h-58p {
        max-height: 58px;
    }
    .\32xl\:max-h-75p {
        max-height: 75px;
    }
    .\32xl\:max-h-77p {
        max-height: 77px;
    }
    .\32xl\:max-h-60p {
        max-height: 60px;
    }
    .\32xl\:max-h-65p {
        max-height: 65px;
    }
    .\32xl\:max-h-66p {
        max-height: 66px;
    }
    .\32xl\:max-h-68p {
        max-height: 68px;
    }
    .\32xl\:max-h-70p {
        max-height: 70px;
    }
    .\32xl\:max-h-72p {
        max-height: 72px;
    }
    .\32xl\:max-h-74p {
        max-height: 74px;
    }
    .\32xl\:max-h-78p {
        max-height: 78px;
    }
    .\32xl\:max-h-80p {
        max-height: 80px;
    }
    .\32xl\:max-h-82p {
        max-height: 82px;
    }
    .\32xl\:max-h-84p {
        max-height: 84px;
    }
    .\32xl\:max-h-89p {
        max-height: 89px;
    }
    .\32xl\:max-h-93p {
        max-height: 93px;
    }
    .\32xl\:max-h-90p {
        max-height: 90px;
    }
    .\32xl\:max-h-97p {
        max-height: 97px;
    }
    .\32xl\:max-h-103p {
        max-height: 103px;
    }
    .\32xl\:max-h-116p {
        max-height: 116px;
    }
    .\32xl\:max-h-120p {
        max-height: 120px;
    }
    .\32xl\:max-h-125p {
        max-height: 125px;
    }
    .\32xl\:max-h-130p {
        max-height: 130px;
    }
    .\32xl\:max-h-135p {
        max-height: 135px;
    }
    .\32xl\:max-h-132p {
        max-height: 132px;
    }
    .\32xl\:max-h-150p {
        max-height: 150px;
    }
    .\32xl\:max-h-216p {
        max-height: 216px;
    }
    .\32xl\:max-h-225p {
        max-height: 225px;
    }
    .\32xl\:max-h-296p {
        max-height: 296px;
    }
    .\32xl\:max-h-270p {
        max-height: 270px;
    }
    .\32xl\:max-h-137p {
        max-height: 137px;
    }
    .\32xl\:max-h-141p {
        max-height: 141px;
    }
    .\32xl\:max-h-146p {
        max-height: 146px;
    }
    .\32xl\:max-h-152p {
        max-height: 152px;
    }
    .\32xl\:max-h-155p {
        max-height: 155px;
    }
    .\32xl\:max-h-163p {
        max-height: 163px;
    }
    .\32xl\:max-h-168p {
        max-height: 168px;
    }
    .\32xl\:max-h-173p {
        max-height: 173px;
    }
    .\32xl\:max-h-210p {
        max-height: 210px;
    }
    .\32xl\:max-h-245p {
        max-height: 245px;
    }
    .\32xl\:max-h-250p {
        max-height: 250px;
    }
    .\32xl\:max-h-260p {
        max-height: 260px;
    }
    .\32xl\:max-h-263p {
        max-height: 263px;
    }
    .\32xl\:max-h-266p {
        max-height: 266px;
    }
    .\32xl\:max-h-275p {
        max-height: 275px;
    }
    .\32xl\:max-h-300p {
        max-height: 300px;
    }
    .\32xl\:max-h-312p {
        max-height: 312px;
    }
    .\32xl\:max-h-318p {
        max-height: 318px;
    }
    .\32xl\:max-h-322p {
        max-height: 322px;
    }
    .\32xl\:max-h-337p {
        max-height: 337px;
    }
    .\32xl\:max-h-345p {
        max-height: 345px;
    }
    .\32xl\:max-h-344p {
        max-height: 344px;
    }
    .\32xl\:max-h-354p {
        max-height: 354px;
    }
    .\32xl\:max-h-364p {
        max-height: 364px;
    }
    .\32xl\:max-h-370p {
        max-height: 370px;
    }
    .\32xl\:max-h-382p {
        max-height: 382px;
    }
    .\32xl\:max-h-385p {
        max-height: 385px;
    }
    .\32xl\:max-h-400p {
        max-height: 400px;
    }
    .\32xl\:max-h-407p {
        max-height: 407px;
    }
    .\32xl\:max-h-411p {
        max-height: 411px;
    }
    .\32xl\:max-h-418p {
        max-height: 418px;
    }
    .\32xl\:max-h-430p {
        max-height: 430px;
    }
    .\32xl\:max-h-450p {
        max-height: 450px;
    }
    .\32xl\:max-h-468p {
        max-height: 468px;
    }
    .\32xl\:max-h-485p {
        max-height: 485px;
    }
    .\32xl\:max-h-491p {
        max-height: 491px;
    }
    .\32xl\:max-h-494p {
        max-height: 494px;
    }
    .\32xl\:max-h-470p {
        max-height: 470px;
    }
    .\32xl\:max-h-480p {
        max-height: 480px;
    }
    .\32xl\:max-h-532p {
        max-height: 532px;
    }
    .\32xl\:max-h-556p {
        max-height: 556px;
    }
    .\32xl\:max-h-505p {
        max-height: 505px;
    }
    .\32xl\:max-h-1179p {
        max-height: 1179px;
    }
    .\32xl\:max-h-1253p {
        max-height: 1253px;
    }
    .\32xl\:max-h-1575p {
        max-height: 1575px;
    }
    .\32xl\:max-h-600p {
        max-height: 600px;
    }
    .\32xl\:max-h-649p {
        max-height: 649px;
    }
    .\32xl\:max-h-690p {
        max-height: 690px;
    }
    .\32xl\:max-h-19\% {
        max-height: 19%;
    }
    .\32xl\:max-h-23\% {
        max-height: 23%;
    }
    .\32xl\:max-h-24\% {
        max-height: 24%;
    }
    .\32xl\:max-h-36\% {
        max-height: 36%;
    }
    .\32xl\:max-h-27\% {
        max-height: 27%;
    }
    .\32xl\:max-h-28\% {
        max-height: 28%;
    }
    .\32xl\:max-h-42\% {
        max-height: 42%;
    }
    .\32xl\:max-h-46\% {
        max-height: 46%;
    }
    .\32xl\:max-h-49\% {
        max-height: 49%;
    }
    .\32xl\:max-h-54\% {
        max-height: 54%;
    }
    .\32xl\:max-h-58\% {
        max-height: 58%;
    }
    .\32xl\:max-h-72\% {
        max-height: 72%;
    }
    .\32xl\:max-h-76\% {
        max-height: 76%;
    }
    .\32xl\:max-h-77\% {
        max-height: 77%;
    }
    .\32xl\:max-h-340p {
        max-height: 340px;
    }
    .\32xl\:max-h-700p {
        max-height: 700px;
    }
    .\32xl\:max-h-848p {
        max-height: 848px;
    }
    .\32xl\:max-h-850p {
        max-height: 850px;
    }
    .\32xl\:max-h-860p {
        max-height: 860px;
    }
    .\32xl\:max-h-1425p {
        max-height: 1425px;
    }
    .\32xl\:max-h-full {
        max-height: 100%;
    }
    .\32xl\:max-h-screen {
        max-height: 100vh;
    }
    .\32xl\:max-w-0 {
        max-width: 0;
    }
    .\32xl\:max-w-none {
        max-width: none;
    }
    .\32xl\:max-w-xs {
        max-width: 20rem;
    }
    .\32xl\:max-w-sm {
        max-width: 24rem;
    }
    .\32xl\:max-w-md {
        max-width: 28rem;
    }
    .\32xl\:max-w-lg {
        max-width: 32rem;
    }
    .\32xl\:max-w-xl {
        max-width: 36rem;
    }
    .\32xl\:max-w-2xl {
        max-width: 42rem;
    }
    .\32xl\:max-w-3xl {
        max-width: 48rem;
    }
    .\32xl\:max-w-4xl {
        max-width: 56rem;
    }
    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }
    .\32xl\:max-w-6xl {
        max-width: 72rem;
    }
    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }
    .\32xl\:max-w-full {
        max-width: 100%;
    }
    .\32xl\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .\32xl\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .\32xl\:max-w-prose {
        max-width: 65ch;
    }
    .\32xl\:max-w-screen-sm {
        max-width: 640px;
    }
    .\32xl\:max-w-screen-md {
        max-width: 768px;
    }
    .\32xl\:max-w-screen-lg {
        max-width: 1024px;
    }
    .\32xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .\32xl\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .\32xl\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .\32xl\:min-h-0 {
        min-height: 0;
    }
    .\32xl\:min-h-full {
        min-height: 100%;
    }
    .\32xl\:min-h-screen {
        min-height: 100vh;
    }
    .\32xl\:min-w-0 {
        min-width: 0;
    }
    .\32xl\:min-w-full {
        min-width: 100%;
    }
    .\32xl\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .\32xl\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .\32xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .\32xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .\32xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .\32xl\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .\32xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .\32xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .\32xl\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .\32xl\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .\32xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .\32xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .\32xl\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .\32xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .\32xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .\32xl\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .\32xl\:opacity-0 {
        opacity: 0;
    }
    .\32xl\:opacity-5 {
        opacity: 0.05;
    }
    .\32xl\:opacity-10 {
        opacity: 0.1;
    }
    .\32xl\:opacity-20 {
        opacity: 0.2;
    }
    .\32xl\:opacity-25 {
        opacity: 0.25;
    }
    .\32xl\:opacity-30 {
        opacity: 0.3;
    }
    .\32xl\:opacity-40 {
        opacity: 0.4;
    }
    .\32xl\:opacity-50 {
        opacity: 0.5;
    }
    .\32xl\:opacity-60 {
        opacity: 0.6;
    }
    .\32xl\:opacity-70 {
        opacity: 0.7;
    }
    .\32xl\:opacity-75 {
        opacity: 0.75;
    }
    .\32xl\:opacity-80 {
        opacity: 0.8;
    }
    .\32xl\:opacity-90 {
        opacity: 0.9;
    }
    .\32xl\:opacity-95 {
        opacity: 0.95;
    }
    .\32xl\:opacity-100 {
        opacity: 1;
    }
    .group:hover .\32xl\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .\32xl\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .\32xl\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .\32xl\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .\32xl\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .\32xl\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .\32xl\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .\32xl\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .\32xl\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .\32xl\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .\32xl\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .\32xl\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .\32xl\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .\32xl\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .\32xl\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .\32xl\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .\32xl\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .\32xl\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .\32xl\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .\32xl\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .\32xl\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .\32xl\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .\32xl\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .\32xl\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .\32xl\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .\32xl\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .\32xl\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .\32xl\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .\32xl\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .\32xl\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .\32xl\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .\32xl\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .\32xl\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .\32xl\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .\32xl\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .\32xl\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .\32xl\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .\32xl\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .\32xl\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .\32xl\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .\32xl\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .\32xl\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .\32xl\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .\32xl\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .\32xl\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .\32xl\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .\32xl\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .\32xl\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .\32xl\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .\32xl\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .\32xl\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .\32xl\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .\32xl\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .\32xl\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .\32xl\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .\32xl\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .\32xl\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .\32xl\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .\32xl\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .\32xl\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .\32xl\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .\32xl\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .\32xl\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .\32xl\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .\32xl\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .\32xl\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .\32xl\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .\32xl\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .\32xl\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .\32xl\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .\32xl\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .\32xl\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .\32xl\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .\32xl\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .\32xl\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .\32xl\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\32xl\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\32xl\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\32xl\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\32xl\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\32xl\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\32xl\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\32xl\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\32xl\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\32xl\:overflow-auto {
        overflow: auto;
    }
    .\32xl\:overflow-hidden {
        overflow: hidden;
    }
    .\32xl\:overflow-visible {
        overflow: visible;
    }
    .\32xl\:overflow-scroll {
        overflow: scroll;
    }
    .\32xl\:overflow-x-auto {
        overflow-x: auto;
    }
    .\32xl\:overflow-y-auto {
        overflow-y: auto;
    }
    .\32xl\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .\32xl\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .\32xl\:overflow-x-visible {
        overflow-x: visible;
    }
    .\32xl\:overflow-y-visible {
        overflow-y: visible;
    }
    .\32xl\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .\32xl\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .\32xl\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .\32xl\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .\32xl\:overscroll-none {
        overscroll-behavior: none;
    }
    .\32xl\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .\32xl\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .\32xl\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .\32xl\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .\32xl\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .\32xl\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .\32xl\:p-0 {
        padding: 0;
    }
    .\32xl\:p-1 {
        padding: 0.25rem;
    }
    .\32xl\:p-2 {
        padding: 0.5rem;
    }
    .\32xl\:p-3 {
        padding: 0.75rem;
    }
    .\32xl\:p-4 {
        padding: 1rem;
    }
    .\32xl\:p-5 {
        padding: 1.25rem;
    }
    .\32xl\:p-6 {
        padding: 1.5rem;
    }
    .\32xl\:p-7 {
        padding: 1.75rem;
    }
    .\32xl\:p-8 {
        padding: 2rem;
    }
    .\32xl\:p-9 {
        padding: 2.25rem;
    }
    .\32xl\:p-10 {
        padding: 2.5rem;
    }
    .\32xl\:p-11 {
        padding: 2.75rem;
    }
    .\32xl\:p-12 {
        padding: 3rem;
    }
    .\32xl\:p-14 {
        padding: 3.5rem;
    }
    .\32xl\:p-16 {
        padding: 4rem;
    }
    .\32xl\:p-20 {
        padding: 5rem;
    }
    .\32xl\:p-23 {
        padding: 88px;
    }
    .\32xl\:p-24 {
        padding: 6rem;
    }
    .\32xl\:p-25 {
        padding: 100px;
    }
    .\32xl\:p-28 {
        padding: 7rem;
    }
    .\32xl\:p-29 {
        padding: 120px;
    }
    .\32xl\:p-32 {
        padding: 8rem;
    }
    .\32xl\:p-33 {
        padding: 130px;
    }
    .\32xl\:p-36 {
        padding: 9rem;
    }
    .\32xl\:p-40 {
        padding: 10rem;
    }
    .\32xl\:p-44 {
        padding: 11rem;
    }
    .\32xl\:p-48 {
        padding: 12rem;
    }
    .\32xl\:p-52 {
        padding: 13rem;
    }
    .\32xl\:p-56 {
        padding: 14rem;
    }
    .\32xl\:p-60 {
        padding: 15rem;
    }
    .\32xl\:p-63 {
        padding: 270px;
    }
    .\32xl\:p-64 {
        padding: 16rem;
    }
    .\32xl\:p-72 {
        padding: 18rem;
    }
    .\32xl\:p-80 {
        padding: 20rem;
    }
    .\32xl\:p-92 {
        padding: 475px;
    }
    .\32xl\:p-96 {
        padding: 24rem;
    }
    .\32xl\:p-128 {
        padding: 32rem;
    }
    .\32xl\:p-px {
        padding: 1px;
    }
    .\32xl\:p-0\.5 {
        padding: 0.125rem;
    }
    .\32xl\:p-1\.5 {
        padding: 0.375rem;
    }
    .\32xl\:p-2\.5 {
        padding: 0.625rem;
    }
    .\32xl\:p-3\.5 {
        padding: 0.875rem;
    }
    .\32xl\:p-105p {
        padding: 105px;
    }
    .\32xl\:p-50p {
        padding: 50px;
    }
    .\32xl\:p-54p {
        padding: 54px;
    }
    .\32xl\:p-1p {
        padding: 1px;
    }
    .\32xl\:p-2p {
        padding: 2px;
    }
    .\32xl\:p-3p {
        padding: 3px;
    }
    .\32xl\:p-5p {
        padding: 5px;
    }
    .\32xl\:p-7p {
        padding: 7px;
    }
    .\32xl\:p-9p {
        padding: 9px;
    }
    .\32xl\:p-10p {
        padding: 10px;
    }
    .\32xl\:p-11p {
        padding: 11px;
    }
    .\32xl\:p-13p {
        padding: 13px;
    }
    .\32xl\:p-15p {
        padding: 15px;
    }
    .\32xl\:p-18p {
        padding: 18px;
    }
    .\32xl\:p-19p {
        padding: 19px;
    }
    .\32xl\:p-21p {
        padding: 21px;
    }
    .\32xl\:p-22p {
        padding: 22px;
    }
    .\32xl\:p-23p {
        padding: 23px;
    }
    .\32xl\:p-25p {
        padding: 25px;
    }
    .\32xl\:p-26p {
        padding: 26px;
    }
    .\32xl\:p-29p {
        padding: 29px;
    }
    .\32xl\:p-30p {
        padding: 30px;
    }
    .\32xl\:p-31p {
        padding: 31px;
    }
    .\32xl\:p-35p {
        padding: 35px;
    }
    .\32xl\:p-52p {
        padding: 52px;
    }
    .\32xl\:p-53p {
        padding: 53px;
    }
    .\32xl\:p-55p {
        padding: 55px;
    }
    .\32xl\:p-59p {
        padding: 59px;
    }
    .\32xl\:p-27p {
        padding: 27px;
    }
    .\32xl\:p-33\.5p {
        padding: 33.5px;
    }
    .\32xl\:p-38p {
        padding: 38px;
    }
    .\32xl\:p-40p {
        padding: 40px;
    }
    .\32xl\:p-46p {
        padding: 46px;
    }
    .\32xl\:p-47p {
        padding: 47px;
    }
    .\32xl\:p-49p {
        padding: 49px;
    }
    .\32xl\:p-58p {
        padding: 58px;
    }
    .\32xl\:p-75p {
        padding: 75px;
    }
    .\32xl\:p-77p {
        padding: 77px;
    }
    .\32xl\:p-60p {
        padding: 60px;
    }
    .\32xl\:p-65p {
        padding: 65px;
    }
    .\32xl\:p-66p {
        padding: 66px;
    }
    .\32xl\:p-68p {
        padding: 68px;
    }
    .\32xl\:p-70p {
        padding: 70px;
    }
    .\32xl\:p-72p {
        padding: 72px;
    }
    .\32xl\:p-74p {
        padding: 74px;
    }
    .\32xl\:p-78p {
        padding: 78px;
    }
    .\32xl\:p-80p {
        padding: 80px;
    }
    .\32xl\:p-82p {
        padding: 82px;
    }
    .\32xl\:p-84p {
        padding: 84px;
    }
    .\32xl\:p-89p {
        padding: 89px;
    }
    .\32xl\:p-93p {
        padding: 93px;
    }
    .\32xl\:p-90p {
        padding: 90px;
    }
    .\32xl\:p-97p {
        padding: 97px;
    }
    .\32xl\:p-103p {
        padding: 103px;
    }
    .\32xl\:p-116p {
        padding: 116px;
    }
    .\32xl\:p-120p {
        padding: 120px;
    }
    .\32xl\:p-125p {
        padding: 125px;
    }
    .\32xl\:p-130p {
        padding: 130px;
    }
    .\32xl\:p-135p {
        padding: 135px;
    }
    .\32xl\:p-132p {
        padding: 132px;
    }
    .\32xl\:p-150p {
        padding: 150px;
    }
    .\32xl\:p-216p {
        padding: 216px;
    }
    .\32xl\:p-225p {
        padding: 225px;
    }
    .\32xl\:p-296p {
        padding: 296px;
    }
    .\32xl\:p-270p {
        padding: 270px;
    }
    .\32xl\:p-137p {
        padding: 137px;
    }
    .\32xl\:p-141p {
        padding: 141px;
    }
    .\32xl\:p-146p {
        padding: 146px;
    }
    .\32xl\:p-152p {
        padding: 152px;
    }
    .\32xl\:p-155p {
        padding: 155px;
    }
    .\32xl\:p-163p {
        padding: 163px;
    }
    .\32xl\:p-168p {
        padding: 168px;
    }
    .\32xl\:p-173p {
        padding: 173px;
    }
    .\32xl\:p-210p {
        padding: 210px;
    }
    .\32xl\:p-245p {
        padding: 245px;
    }
    .\32xl\:p-250p {
        padding: 250px;
    }
    .\32xl\:p-260p {
        padding: 260px;
    }
    .\32xl\:p-263p {
        padding: 263px;
    }
    .\32xl\:p-266p {
        padding: 266px;
    }
    .\32xl\:p-275p {
        padding: 275px;
    }
    .\32xl\:p-300p {
        padding: 300px;
    }
    .\32xl\:p-312p {
        padding: 312px;
    }
    .\32xl\:p-318p {
        padding: 318px;
    }
    .\32xl\:p-322p {
        padding: 322px;
    }
    .\32xl\:p-337p {
        padding: 337px;
    }
    .\32xl\:p-345p {
        padding: 345px;
    }
    .\32xl\:p-344p {
        padding: 344px;
    }
    .\32xl\:p-354p {
        padding: 354px;
    }
    .\32xl\:p-364p {
        padding: 364px;
    }
    .\32xl\:p-370p {
        padding: 370px;
    }
    .\32xl\:p-382p {
        padding: 382px;
    }
    .\32xl\:p-385p {
        padding: 385px;
    }
    .\32xl\:p-400p {
        padding: 400px;
    }
    .\32xl\:p-407p {
        padding: 407px;
    }
    .\32xl\:p-411p {
        padding: 411px;
    }
    .\32xl\:p-418p {
        padding: 418px;
    }
    .\32xl\:p-430p {
        padding: 430px;
    }
    .\32xl\:p-450p {
        padding: 450px;
    }
    .\32xl\:p-468p {
        padding: 468px;
    }
    .\32xl\:p-485p {
        padding: 485px;
    }
    .\32xl\:p-491p {
        padding: 491px;
    }
    .\32xl\:p-494p {
        padding: 494px;
    }
    .\32xl\:p-470p {
        padding: 470px;
    }
    .\32xl\:p-480p {
        padding: 480px;
    }
    .\32xl\:p-532p {
        padding: 532px;
    }
    .\32xl\:p-556p {
        padding: 556px;
    }
    .\32xl\:p-505p {
        padding: 505px;
    }
    .\32xl\:p-1179p {
        padding: 1179px;
    }
    .\32xl\:p-1253p {
        padding: 1253px;
    }
    .\32xl\:p-1575p {
        padding: 1575px;
    }
    .\32xl\:p-600p {
        padding: 600px;
    }
    .\32xl\:p-649p {
        padding: 649px;
    }
    .\32xl\:p-690p {
        padding: 690px;
    }
    .\32xl\:p-19\% {
        padding: 19%;
    }
    .\32xl\:p-23\% {
        padding: 23%;
    }
    .\32xl\:p-24\% {
        padding: 24%;
    }
    .\32xl\:p-36\% {
        padding: 36%;
    }
    .\32xl\:p-27\% {
        padding: 27%;
    }
    .\32xl\:p-28\% {
        padding: 28%;
    }
    .\32xl\:p-42\% {
        padding: 42%;
    }
    .\32xl\:p-46\% {
        padding: 46%;
    }
    .\32xl\:p-49\% {
        padding: 49%;
    }
    .\32xl\:p-54\% {
        padding: 54%;
    }
    .\32xl\:p-58\% {
        padding: 58%;
    }
    .\32xl\:p-72\% {
        padding: 72%;
    }
    .\32xl\:p-76\% {
        padding: 76%;
    }
    .\32xl\:p-77\% {
        padding: 77%;
    }
    .\32xl\:p-340p {
        padding: 340px;
    }
    .\32xl\:p-700p {
        padding: 700px;
    }
    .\32xl\:p-848p {
        padding: 848px;
    }
    .\32xl\:p-850p {
        padding: 850px;
    }
    .\32xl\:p-860p {
        padding: 860px;
    }
    .\32xl\:p-1425p {
        padding: 1425px;
    }
    .\32xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .\32xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .\32xl\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .\32xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .\32xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .\32xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .\32xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .\32xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .\32xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .\32xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .\32xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .\32xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .\32xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .\32xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .\32xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .\32xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .\32xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .\32xl\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .\32xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .\32xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .\32xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .\32xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .\32xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .\32xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .\32xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .\32xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .\32xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .\32xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .\32xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .\32xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .\32xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .\32xl\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .\32xl\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .\32xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .\32xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .\32xl\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .\32xl\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .\32xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .\32xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .\32xl\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .\32xl\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .\32xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .\32xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .\32xl\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .\32xl\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .\32xl\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .\32xl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .\32xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .\32xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .\32xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .\32xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .\32xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .\32xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .\32xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .\32xl\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .\32xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .\32xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .\32xl\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .\32xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .\32xl\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .\32xl\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .\32xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .\32xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .\32xl\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .\32xl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .\32xl\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .\32xl\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .\32xl\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .\32xl\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .\32xl\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .\32xl\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .\32xl\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .\32xl\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .\32xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .\32xl\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .\32xl\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .\32xl\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .\32xl\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .\32xl\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .\32xl\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .\32xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .\32xl\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .\32xl\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .\32xl\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .\32xl\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .\32xl\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .\32xl\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .\32xl\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .\32xl\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .\32xl\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .\32xl\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .\32xl\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .\32xl\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .\32xl\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .\32xl\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .\32xl\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .\32xl\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .\32xl\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .\32xl\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .\32xl\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .\32xl\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .\32xl\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .\32xl\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .\32xl\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .\32xl\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .\32xl\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .\32xl\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .\32xl\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .\32xl\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .\32xl\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .\32xl\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .\32xl\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .\32xl\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .\32xl\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .\32xl\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .\32xl\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .\32xl\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .\32xl\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .\32xl\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .\32xl\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .\32xl\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .\32xl\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .\32xl\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .\32xl\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .\32xl\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .\32xl\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .\32xl\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .\32xl\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .\32xl\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .\32xl\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .\32xl\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .\32xl\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .\32xl\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .\32xl\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .\32xl\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .\32xl\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .\32xl\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .\32xl\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .\32xl\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .\32xl\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .\32xl\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .\32xl\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .\32xl\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .\32xl\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .\32xl\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .\32xl\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .\32xl\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .\32xl\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .\32xl\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .\32xl\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .\32xl\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .\32xl\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .\32xl\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .\32xl\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .\32xl\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .\32xl\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .\32xl\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .\32xl\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .\32xl\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .\32xl\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .\32xl\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .\32xl\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .\32xl\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .\32xl\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .\32xl\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .\32xl\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .\32xl\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .\32xl\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .\32xl\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .\32xl\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .\32xl\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .\32xl\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .\32xl\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .\32xl\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .\32xl\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .\32xl\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .\32xl\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .\32xl\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .\32xl\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .\32xl\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .\32xl\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .\32xl\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .\32xl\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .\32xl\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .\32xl\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .\32xl\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .\32xl\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .\32xl\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .\32xl\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .\32xl\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .\32xl\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .\32xl\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .\32xl\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .\32xl\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .\32xl\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .\32xl\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .\32xl\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .\32xl\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .\32xl\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .\32xl\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .\32xl\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .\32xl\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .\32xl\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .\32xl\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .\32xl\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .\32xl\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .\32xl\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .\32xl\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .\32xl\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .\32xl\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .\32xl\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .\32xl\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .\32xl\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .\32xl\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .\32xl\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .\32xl\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .\32xl\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .\32xl\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .\32xl\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .\32xl\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .\32xl\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .\32xl\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .\32xl\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .\32xl\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .\32xl\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .\32xl\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .\32xl\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .\32xl\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .\32xl\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .\32xl\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .\32xl\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .\32xl\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .\32xl\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .\32xl\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .\32xl\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .\32xl\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .\32xl\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .\32xl\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .\32xl\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .\32xl\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .\32xl\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .\32xl\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .\32xl\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .\32xl\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .\32xl\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .\32xl\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .\32xl\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .\32xl\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .\32xl\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .\32xl\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .\32xl\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .\32xl\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .\32xl\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .\32xl\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .\32xl\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .\32xl\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .\32xl\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .\32xl\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .\32xl\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .\32xl\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .\32xl\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .\32xl\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .\32xl\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .\32xl\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .\32xl\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .\32xl\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .\32xl\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .\32xl\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .\32xl\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .\32xl\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .\32xl\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .\32xl\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .\32xl\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .\32xl\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .\32xl\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .\32xl\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .\32xl\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .\32xl\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .\32xl\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .\32xl\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .\32xl\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .\32xl\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .\32xl\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .\32xl\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .\32xl\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .\32xl\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .\32xl\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .\32xl\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .\32xl\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .\32xl\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .\32xl\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .\32xl\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .\32xl\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .\32xl\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .\32xl\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .\32xl\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .\32xl\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .\32xl\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .\32xl\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .\32xl\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .\32xl\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .\32xl\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .\32xl\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .\32xl\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .\32xl\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .\32xl\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .\32xl\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .\32xl\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .\32xl\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .\32xl\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .\32xl\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .\32xl\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .\32xl\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .\32xl\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .\32xl\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .\32xl\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .\32xl\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .\32xl\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .\32xl\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .\32xl\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .\32xl\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .\32xl\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .\32xl\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .\32xl\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .\32xl\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .\32xl\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .\32xl\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .\32xl\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .\32xl\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .\32xl\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .\32xl\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .\32xl\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .\32xl\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .\32xl\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .\32xl\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .\32xl\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .\32xl\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .\32xl\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .\32xl\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .\32xl\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .\32xl\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .\32xl\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .\32xl\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .\32xl\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .\32xl\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .\32xl\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .\32xl\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .\32xl\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .\32xl\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .\32xl\:pt-0 {
        padding-top: 0;
    }
    .\32xl\:pr-0 {
        padding-right: 0;
    }
    .\32xl\:pb-0 {
        padding-bottom: 0;
    }
    .\32xl\:pl-0 {
        padding-left: 0;
    }
    .\32xl\:pt-1 {
        padding-top: 0.25rem;
    }
    .\32xl\:pr-1 {
        padding-right: 0.25rem;
    }
    .\32xl\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .\32xl\:pl-1 {
        padding-left: 0.25rem;
    }
    .\32xl\:pt-2 {
        padding-top: 0.5rem;
    }
    .\32xl\:pr-2 {
        padding-right: 0.5rem;
    }
    .\32xl\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .\32xl\:pl-2 {
        padding-left: 0.5rem;
    }
    .\32xl\:pt-3 {
        padding-top: 0.75rem;
    }
    .\32xl\:pr-3 {
        padding-right: 0.75rem;
    }
    .\32xl\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .\32xl\:pl-3 {
        padding-left: 0.75rem;
    }
    .\32xl\:pt-4 {
        padding-top: 1rem;
    }
    .\32xl\:pr-4 {
        padding-right: 1rem;
    }
    .\32xl\:pb-4 {
        padding-bottom: 1rem;
    }
    .\32xl\:pl-4 {
        padding-left: 1rem;
    }
    .\32xl\:pt-5 {
        padding-top: 1.25rem;
    }
    .\32xl\:pr-5 {
        padding-right: 1.25rem;
    }
    .\32xl\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .\32xl\:pl-5 {
        padding-left: 1.25rem;
    }
    .\32xl\:pt-6 {
        padding-top: 1.5rem;
    }
    .\32xl\:pr-6 {
        padding-right: 1.5rem;
    }
    .\32xl\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .\32xl\:pl-6 {
        padding-left: 1.5rem;
    }
    .\32xl\:pt-7 {
        padding-top: 1.75rem;
    }
    .\32xl\:pr-7 {
        padding-right: 1.75rem;
    }
    .\32xl\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .\32xl\:pl-7 {
        padding-left: 1.75rem;
    }
    .\32xl\:pt-8 {
        padding-top: 2rem;
    }
    .\32xl\:pr-8 {
        padding-right: 2rem;
    }
    .\32xl\:pb-8 {
        padding-bottom: 2rem;
    }
    .\32xl\:pl-8 {
        padding-left: 2rem;
    }
    .\32xl\:pt-9 {
        padding-top: 2.25rem;
    }
    .\32xl\:pr-9 {
        padding-right: 2.25rem;
    }
    .\32xl\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .\32xl\:pl-9 {
        padding-left: 2.25rem;
    }
    .\32xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .\32xl\:pr-10 {
        padding-right: 2.5rem;
    }
    .\32xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .\32xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .\32xl\:pt-11 {
        padding-top: 2.75rem;
    }
    .\32xl\:pr-11 {
        padding-right: 2.75rem;
    }
    .\32xl\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .\32xl\:pl-11 {
        padding-left: 2.75rem;
    }
    .\32xl\:pt-12 {
        padding-top: 3rem;
    }
    .\32xl\:pr-12 {
        padding-right: 3rem;
    }
    .\32xl\:pb-12 {
        padding-bottom: 3rem;
    }
    .\32xl\:pl-12 {
        padding-left: 3rem;
    }
    .\32xl\:pt-14 {
        padding-top: 3.5rem;
    }
    .\32xl\:pr-14 {
        padding-right: 3.5rem;
    }
    .\32xl\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .\32xl\:pl-14 {
        padding-left: 3.5rem;
    }
    .\32xl\:pt-16 {
        padding-top: 4rem;
    }
    .\32xl\:pr-16 {
        padding-right: 4rem;
    }
    .\32xl\:pb-16 {
        padding-bottom: 4rem;
    }
    .\32xl\:pl-16 {
        padding-left: 4rem;
    }
    .\32xl\:pt-20 {
        padding-top: 5rem;
    }
    .\32xl\:pr-20 {
        padding-right: 5rem;
    }
    .\32xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .\32xl\:pl-20 {
        padding-left: 5rem;
    }
    .\32xl\:pt-23 {
        padding-top: 88px;
    }
    .\32xl\:pr-23 {
        padding-right: 88px;
    }
    .\32xl\:pb-23 {
        padding-bottom: 88px;
    }
    .\32xl\:pl-23 {
        padding-left: 88px;
    }
    .\32xl\:pt-24 {
        padding-top: 6rem;
    }
    .\32xl\:pr-24 {
        padding-right: 6rem;
    }
    .\32xl\:pb-24 {
        padding-bottom: 6rem;
    }
    .\32xl\:pl-24 {
        padding-left: 6rem;
    }
    .\32xl\:pt-25 {
        padding-top: 100px;
    }
    .\32xl\:pr-25 {
        padding-right: 100px;
    }
    .\32xl\:pb-25 {
        padding-bottom: 100px;
    }
    .\32xl\:pl-25 {
        padding-left: 100px;
    }
    .\32xl\:pt-28 {
        padding-top: 7rem;
    }
    .\32xl\:pr-28 {
        padding-right: 7rem;
    }
    .\32xl\:pb-28 {
        padding-bottom: 7rem;
    }
    .\32xl\:pl-28 {
        padding-left: 7rem;
    }
    .\32xl\:pt-29 {
        padding-top: 120px;
    }
    .\32xl\:pr-29 {
        padding-right: 120px;
    }
    .\32xl\:pb-29 {
        padding-bottom: 120px;
    }
    .\32xl\:pl-29 {
        padding-left: 120px;
    }
    .\32xl\:pt-32 {
        padding-top: 8rem;
    }
    .\32xl\:pr-32 {
        padding-right: 8rem;
    }
    .\32xl\:pb-32 {
        padding-bottom: 8rem;
    }
    .\32xl\:pl-32 {
        padding-left: 8rem;
    }
    .\32xl\:pt-33 {
        padding-top: 130px;
    }
    .\32xl\:pr-33 {
        padding-right: 130px;
    }
    .\32xl\:pb-33 {
        padding-bottom: 130px;
    }
    .\32xl\:pl-33 {
        padding-left: 130px;
    }
    .\32xl\:pt-36 {
        padding-top: 9rem;
    }
    .\32xl\:pr-36 {
        padding-right: 9rem;
    }
    .\32xl\:pb-36 {
        padding-bottom: 9rem;
    }
    .\32xl\:pl-36 {
        padding-left: 9rem;
    }
    .\32xl\:pt-40 {
        padding-top: 10rem;
    }
    .\32xl\:pr-40 {
        padding-right: 10rem;
    }
    .\32xl\:pb-40 {
        padding-bottom: 10rem;
    }
    .\32xl\:pl-40 {
        padding-left: 10rem;
    }
    .\32xl\:pt-44 {
        padding-top: 11rem;
    }
    .\32xl\:pr-44 {
        padding-right: 11rem;
    }
    .\32xl\:pb-44 {
        padding-bottom: 11rem;
    }
    .\32xl\:pl-44 {
        padding-left: 11rem;
    }
    .\32xl\:pt-48 {
        padding-top: 12rem;
    }
    .\32xl\:pr-48 {
        padding-right: 12rem;
    }
    .\32xl\:pb-48 {
        padding-bottom: 12rem;
    }
    .\32xl\:pl-48 {
        padding-left: 12rem;
    }
    .\32xl\:pt-52 {
        padding-top: 13rem;
    }
    .\32xl\:pr-52 {
        padding-right: 13rem;
    }
    .\32xl\:pb-52 {
        padding-bottom: 13rem;
    }
    .\32xl\:pl-52 {
        padding-left: 13rem;
    }
    .\32xl\:pt-56 {
        padding-top: 14rem;
    }
    .\32xl\:pr-56 {
        padding-right: 14rem;
    }
    .\32xl\:pb-56 {
        padding-bottom: 14rem;
    }
    .\32xl\:pl-56 {
        padding-left: 14rem;
    }
    .\32xl\:pt-60 {
        padding-top: 15rem;
    }
    .\32xl\:pr-60 {
        padding-right: 15rem;
    }
    .\32xl\:pb-60 {
        padding-bottom: 15rem;
    }
    .\32xl\:pl-60 {
        padding-left: 15rem;
    }
    .\32xl\:pt-63 {
        padding-top: 270px;
    }
    .\32xl\:pr-63 {
        padding-right: 270px;
    }
    .\32xl\:pb-63 {
        padding-bottom: 270px;
    }
    .\32xl\:pl-63 {
        padding-left: 270px;
    }
    .\32xl\:pt-64 {
        padding-top: 16rem;
    }
    .\32xl\:pr-64 {
        padding-right: 16rem;
    }
    .\32xl\:pb-64 {
        padding-bottom: 16rem;
    }
    .\32xl\:pl-64 {
        padding-left: 16rem;
    }
    .\32xl\:pt-72 {
        padding-top: 18rem;
    }
    .\32xl\:pr-72 {
        padding-right: 18rem;
    }
    .\32xl\:pb-72 {
        padding-bottom: 18rem;
    }
    .\32xl\:pl-72 {
        padding-left: 18rem;
    }
    .\32xl\:pt-80 {
        padding-top: 20rem;
    }
    .\32xl\:pr-80 {
        padding-right: 20rem;
    }
    .\32xl\:pb-80 {
        padding-bottom: 20rem;
    }
    .\32xl\:pl-80 {
        padding-left: 20rem;
    }
    .\32xl\:pt-92 {
        padding-top: 475px;
    }
    .\32xl\:pr-92 {
        padding-right: 475px;
    }
    .\32xl\:pb-92 {
        padding-bottom: 475px;
    }
    .\32xl\:pl-92 {
        padding-left: 475px;
    }
    .\32xl\:pt-96 {
        padding-top: 24rem;
    }
    .\32xl\:pr-96 {
        padding-right: 24rem;
    }
    .\32xl\:pb-96 {
        padding-bottom: 24rem;
    }
    .\32xl\:pl-96 {
        padding-left: 24rem;
    }
    .\32xl\:pt-128 {
        padding-top: 32rem;
    }
    .\32xl\:pr-128 {
        padding-right: 32rem;
    }
    .\32xl\:pb-128 {
        padding-bottom: 32rem;
    }
    .\32xl\:pl-128 {
        padding-left: 32rem;
    }
    .\32xl\:pt-px {
        padding-top: 1px;
    }
    .\32xl\:pr-px {
        padding-right: 1px;
    }
    .\32xl\:pb-px {
        padding-bottom: 1px;
    }
    .\32xl\:pl-px {
        padding-left: 1px;
    }
    .\32xl\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .\32xl\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .\32xl\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .\32xl\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .\32xl\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .\32xl\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .\32xl\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .\32xl\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .\32xl\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .\32xl\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .\32xl\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .\32xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .\32xl\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .\32xl\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .\32xl\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .\32xl\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .\32xl\:pt-105p {
        padding-top: 105px;
    }
    .\32xl\:pr-105p {
        padding-right: 105px;
    }
    .\32xl\:pb-105p {
        padding-bottom: 105px;
    }
    .\32xl\:pl-105p {
        padding-left: 105px;
    }
    .\32xl\:pt-50p {
        padding-top: 50px;
    }
    .\32xl\:pr-50p {
        padding-right: 50px;
    }
    .\32xl\:pb-50p {
        padding-bottom: 50px;
    }
    .\32xl\:pl-50p {
        padding-left: 50px;
    }
    .\32xl\:pt-54p {
        padding-top: 54px;
    }
    .\32xl\:pr-54p {
        padding-right: 54px;
    }
    .\32xl\:pb-54p {
        padding-bottom: 54px;
    }
    .\32xl\:pl-54p {
        padding-left: 54px;
    }
    .\32xl\:pt-1p {
        padding-top: 1px;
    }
    .\32xl\:pr-1p {
        padding-right: 1px;
    }
    .\32xl\:pb-1p {
        padding-bottom: 1px;
    }
    .\32xl\:pl-1p {
        padding-left: 1px;
    }
    .\32xl\:pt-2p {
        padding-top: 2px;
    }
    .\32xl\:pr-2p {
        padding-right: 2px;
    }
    .\32xl\:pb-2p {
        padding-bottom: 2px;
    }
    .\32xl\:pl-2p {
        padding-left: 2px;
    }
    .\32xl\:pt-3p {
        padding-top: 3px;
    }
    .\32xl\:pr-3p {
        padding-right: 3px;
    }
    .\32xl\:pb-3p {
        padding-bottom: 3px;
    }
    .\32xl\:pl-3p {
        padding-left: 3px;
    }
    .\32xl\:pt-5p {
        padding-top: 5px;
    }
    .\32xl\:pr-5p {
        padding-right: 5px;
    }
    .\32xl\:pb-5p {
        padding-bottom: 5px;
    }
    .\32xl\:pl-5p {
        padding-left: 5px;
    }
    .\32xl\:pt-7p {
        padding-top: 7px;
    }
    .\32xl\:pr-7p {
        padding-right: 7px;
    }
    .\32xl\:pb-7p {
        padding-bottom: 7px;
    }
    .\32xl\:pl-7p {
        padding-left: 7px;
    }
    .\32xl\:pt-9p {
        padding-top: 9px;
    }
    .\32xl\:pr-9p {
        padding-right: 9px;
    }
    .\32xl\:pb-9p {
        padding-bottom: 9px;
    }
    .\32xl\:pl-9p {
        padding-left: 9px;
    }
    .\32xl\:pt-10p {
        padding-top: 10px;
    }
    .\32xl\:pr-10p {
        padding-right: 10px;
    }
    .\32xl\:pb-10p {
        padding-bottom: 10px;
    }
    .\32xl\:pl-10p {
        padding-left: 10px;
    }
    .\32xl\:pt-11p {
        padding-top: 11px;
    }
    .\32xl\:pr-11p {
        padding-right: 11px;
    }
    .\32xl\:pb-11p {
        padding-bottom: 11px;
    }
    .\32xl\:pl-11p {
        padding-left: 11px;
    }
    .\32xl\:pt-13p {
        padding-top: 13px;
    }
    .\32xl\:pr-13p {
        padding-right: 13px;
    }
    .\32xl\:pb-13p {
        padding-bottom: 13px;
    }
    .\32xl\:pl-13p {
        padding-left: 13px;
    }
    .\32xl\:pt-15p {
        padding-top: 15px;
    }
    .\32xl\:pr-15p {
        padding-right: 15px;
    }
    .\32xl\:pb-15p {
        padding-bottom: 15px;
    }
    .\32xl\:pl-15p {
        padding-left: 15px;
    }
    .\32xl\:pt-18p {
        padding-top: 18px;
    }
    .\32xl\:pr-18p {
        padding-right: 18px;
    }
    .\32xl\:pb-18p {
        padding-bottom: 18px;
    }
    .\32xl\:pl-18p {
        padding-left: 18px;
    }
    .\32xl\:pt-19p {
        padding-top: 19px;
    }
    .\32xl\:pr-19p {
        padding-right: 19px;
    }
    .\32xl\:pb-19p {
        padding-bottom: 19px;
    }
    .\32xl\:pl-19p {
        padding-left: 19px;
    }
    .\32xl\:pt-21p {
        padding-top: 21px;
    }
    .\32xl\:pr-21p {
        padding-right: 21px;
    }
    .\32xl\:pb-21p {
        padding-bottom: 21px;
    }
    .\32xl\:pl-21p {
        padding-left: 21px;
    }
    .\32xl\:pt-22p {
        padding-top: 22px;
    }
    .\32xl\:pr-22p {
        padding-right: 22px;
    }
    .\32xl\:pb-22p {
        padding-bottom: 22px;
    }
    .\32xl\:pl-22p {
        padding-left: 22px;
    }
    .\32xl\:pt-23p {
        padding-top: 23px;
    }
    .\32xl\:pr-23p {
        padding-right: 23px;
    }
    .\32xl\:pb-23p {
        padding-bottom: 23px;
    }
    .\32xl\:pl-23p {
        padding-left: 23px;
    }
    .\32xl\:pt-25p {
        padding-top: 25px;
    }
    .\32xl\:pr-25p {
        padding-right: 25px;
    }
    .\32xl\:pb-25p {
        padding-bottom: 25px;
    }
    .\32xl\:pl-25p {
        padding-left: 25px;
    }
    .\32xl\:pt-26p {
        padding-top: 26px;
    }
    .\32xl\:pr-26p {
        padding-right: 26px;
    }
    .\32xl\:pb-26p {
        padding-bottom: 26px;
    }
    .\32xl\:pl-26p {
        padding-left: 26px;
    }
    .\32xl\:pt-29p {
        padding-top: 29px;
    }
    .\32xl\:pr-29p {
        padding-right: 29px;
    }
    .\32xl\:pb-29p {
        padding-bottom: 29px;
    }
    .\32xl\:pl-29p {
        padding-left: 29px;
    }
    .\32xl\:pt-30p {
        padding-top: 30px;
    }
    .\32xl\:pr-30p {
        padding-right: 30px;
    }
    .\32xl\:pb-30p {
        padding-bottom: 30px;
    }
    .\32xl\:pl-30p {
        padding-left: 30px;
    }
    .\32xl\:pt-31p {
        padding-top: 31px;
    }
    .\32xl\:pr-31p {
        padding-right: 31px;
    }
    .\32xl\:pb-31p {
        padding-bottom: 31px;
    }
    .\32xl\:pl-31p {
        padding-left: 31px;
    }
    .\32xl\:pt-35p {
        padding-top: 35px;
    }
    .\32xl\:pr-35p {
        padding-right: 35px;
    }
    .\32xl\:pb-35p {
        padding-bottom: 35px;
    }
    .\32xl\:pl-35p {
        padding-left: 35px;
    }
    .\32xl\:pt-52p {
        padding-top: 52px;
    }
    .\32xl\:pr-52p {
        padding-right: 52px;
    }
    .\32xl\:pb-52p {
        padding-bottom: 52px;
    }
    .\32xl\:pl-52p {
        padding-left: 52px;
    }
    .\32xl\:pt-53p {
        padding-top: 53px;
    }
    .\32xl\:pr-53p {
        padding-right: 53px;
    }
    .\32xl\:pb-53p {
        padding-bottom: 53px;
    }
    .\32xl\:pl-53p {
        padding-left: 53px;
    }
    .\32xl\:pt-55p {
        padding-top: 55px;
    }
    .\32xl\:pr-55p {
        padding-right: 55px;
    }
    .\32xl\:pb-55p {
        padding-bottom: 55px;
    }
    .\32xl\:pl-55p {
        padding-left: 55px;
    }
    .\32xl\:pt-59p {
        padding-top: 59px;
    }
    .\32xl\:pr-59p {
        padding-right: 59px;
    }
    .\32xl\:pb-59p {
        padding-bottom: 59px;
    }
    .\32xl\:pl-59p {
        padding-left: 59px;
    }
    .\32xl\:pt-27p {
        padding-top: 27px;
    }
    .\32xl\:pr-27p {
        padding-right: 27px;
    }
    .\32xl\:pb-27p {
        padding-bottom: 27px;
    }
    .\32xl\:pl-27p {
        padding-left: 27px;
    }
    .\32xl\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .\32xl\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .\32xl\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .\32xl\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .\32xl\:pt-38p {
        padding-top: 38px;
    }
    .\32xl\:pr-38p {
        padding-right: 38px;
    }
    .\32xl\:pb-38p {
        padding-bottom: 38px;
    }
    .\32xl\:pl-38p {
        padding-left: 38px;
    }
    .\32xl\:pt-40p {
        padding-top: 40px;
    }
    .\32xl\:pr-40p {
        padding-right: 40px;
    }
    .\32xl\:pb-40p {
        padding-bottom: 40px;
    }
    .\32xl\:pl-40p {
        padding-left: 40px;
    }
    .\32xl\:pt-46p {
        padding-top: 46px;
    }
    .\32xl\:pr-46p {
        padding-right: 46px;
    }
    .\32xl\:pb-46p {
        padding-bottom: 46px;
    }
    .\32xl\:pl-46p {
        padding-left: 46px;
    }
    .\32xl\:pt-47p {
        padding-top: 47px;
    }
    .\32xl\:pr-47p {
        padding-right: 47px;
    }
    .\32xl\:pb-47p {
        padding-bottom: 47px;
    }
    .\32xl\:pl-47p {
        padding-left: 47px;
    }
    .\32xl\:pt-49p {
        padding-top: 49px;
    }
    .\32xl\:pr-49p {
        padding-right: 49px;
    }
    .\32xl\:pb-49p {
        padding-bottom: 49px;
    }
    .\32xl\:pl-49p {
        padding-left: 49px;
    }
    .\32xl\:pt-58p {
        padding-top: 58px;
    }
    .\32xl\:pr-58p {
        padding-right: 58px;
    }
    .\32xl\:pb-58p {
        padding-bottom: 58px;
    }
    .\32xl\:pl-58p {
        padding-left: 58px;
    }
    .\32xl\:pt-75p {
        padding-top: 75px;
    }
    .\32xl\:pr-75p {
        padding-right: 75px;
    }
    .\32xl\:pb-75p {
        padding-bottom: 75px;
    }
    .\32xl\:pl-75p {
        padding-left: 75px;
    }
    .\32xl\:pt-77p {
        padding-top: 77px;
    }
    .\32xl\:pr-77p {
        padding-right: 77px;
    }
    .\32xl\:pb-77p {
        padding-bottom: 77px;
    }
    .\32xl\:pl-77p {
        padding-left: 77px;
    }
    .\32xl\:pt-60p {
        padding-top: 60px;
    }
    .\32xl\:pr-60p {
        padding-right: 60px;
    }
    .\32xl\:pb-60p {
        padding-bottom: 60px;
    }
    .\32xl\:pl-60p {
        padding-left: 60px;
    }
    .\32xl\:pt-65p {
        padding-top: 65px;
    }
    .\32xl\:pr-65p {
        padding-right: 65px;
    }
    .\32xl\:pb-65p {
        padding-bottom: 65px;
    }
    .\32xl\:pl-65p {
        padding-left: 65px;
    }
    .\32xl\:pt-66p {
        padding-top: 66px;
    }
    .\32xl\:pr-66p {
        padding-right: 66px;
    }
    .\32xl\:pb-66p {
        padding-bottom: 66px;
    }
    .\32xl\:pl-66p {
        padding-left: 66px;
    }
    .\32xl\:pt-68p {
        padding-top: 68px;
    }
    .\32xl\:pr-68p {
        padding-right: 68px;
    }
    .\32xl\:pb-68p {
        padding-bottom: 68px;
    }
    .\32xl\:pl-68p {
        padding-left: 68px;
    }
    .\32xl\:pt-70p {
        padding-top: 70px;
    }
    .\32xl\:pr-70p {
        padding-right: 70px;
    }
    .\32xl\:pb-70p {
        padding-bottom: 70px;
    }
    .\32xl\:pl-70p {
        padding-left: 70px;
    }
    .\32xl\:pt-72p {
        padding-top: 72px;
    }
    .\32xl\:pr-72p {
        padding-right: 72px;
    }
    .\32xl\:pb-72p {
        padding-bottom: 72px;
    }
    .\32xl\:pl-72p {
        padding-left: 72px;
    }
    .\32xl\:pt-74p {
        padding-top: 74px;
    }
    .\32xl\:pr-74p {
        padding-right: 74px;
    }
    .\32xl\:pb-74p {
        padding-bottom: 74px;
    }
    .\32xl\:pl-74p {
        padding-left: 74px;
    }
    .\32xl\:pt-78p {
        padding-top: 78px;
    }
    .\32xl\:pr-78p {
        padding-right: 78px;
    }
    .\32xl\:pb-78p {
        padding-bottom: 78px;
    }
    .\32xl\:pl-78p {
        padding-left: 78px;
    }
    .\32xl\:pt-80p {
        padding-top: 80px;
    }
    .\32xl\:pr-80p {
        padding-right: 80px;
    }
    .\32xl\:pb-80p {
        padding-bottom: 80px;
    }
    .\32xl\:pl-80p {
        padding-left: 80px;
    }
    .\32xl\:pt-82p {
        padding-top: 82px;
    }
    .\32xl\:pr-82p {
        padding-right: 82px;
    }
    .\32xl\:pb-82p {
        padding-bottom: 82px;
    }
    .\32xl\:pl-82p {
        padding-left: 82px;
    }
    .\32xl\:pt-84p {
        padding-top: 84px;
    }
    .\32xl\:pr-84p {
        padding-right: 84px;
    }
    .\32xl\:pb-84p {
        padding-bottom: 84px;
    }
    .\32xl\:pl-84p {
        padding-left: 84px;
    }
    .\32xl\:pt-89p {
        padding-top: 89px;
    }
    .\32xl\:pr-89p {
        padding-right: 89px;
    }
    .\32xl\:pb-89p {
        padding-bottom: 89px;
    }
    .\32xl\:pl-89p {
        padding-left: 89px;
    }
    .\32xl\:pt-93p {
        padding-top: 93px;
    }
    .\32xl\:pr-93p {
        padding-right: 93px;
    }
    .\32xl\:pb-93p {
        padding-bottom: 93px;
    }
    .\32xl\:pl-93p {
        padding-left: 93px;
    }
    .\32xl\:pt-90p {
        padding-top: 90px;
    }
    .\32xl\:pr-90p {
        padding-right: 90px;
    }
    .\32xl\:pb-90p {
        padding-bottom: 90px;
    }
    .\32xl\:pl-90p {
        padding-left: 90px;
    }
    .\32xl\:pt-97p {
        padding-top: 97px;
    }
    .\32xl\:pr-97p {
        padding-right: 97px;
    }
    .\32xl\:pb-97p {
        padding-bottom: 97px;
    }
    .\32xl\:pl-97p {
        padding-left: 97px;
    }
    .\32xl\:pt-103p {
        padding-top: 103px;
    }
    .\32xl\:pr-103p {
        padding-right: 103px;
    }
    .\32xl\:pb-103p {
        padding-bottom: 103px;
    }
    .\32xl\:pl-103p {
        padding-left: 103px;
    }
    .\32xl\:pt-116p {
        padding-top: 116px;
    }
    .\32xl\:pr-116p {
        padding-right: 116px;
    }
    .\32xl\:pb-116p {
        padding-bottom: 116px;
    }
    .\32xl\:pl-116p {
        padding-left: 116px;
    }
    .\32xl\:pt-120p {
        padding-top: 120px;
    }
    .\32xl\:pr-120p {
        padding-right: 120px;
    }
    .\32xl\:pb-120p {
        padding-bottom: 120px;
    }
    .\32xl\:pl-120p {
        padding-left: 120px;
    }
    .\32xl\:pt-125p {
        padding-top: 125px;
    }
    .\32xl\:pr-125p {
        padding-right: 125px;
    }
    .\32xl\:pb-125p {
        padding-bottom: 125px;
    }
    .\32xl\:pl-125p {
        padding-left: 125px;
    }
    .\32xl\:pt-130p {
        padding-top: 130px;
    }
    .\32xl\:pr-130p {
        padding-right: 130px;
    }
    .\32xl\:pb-130p {
        padding-bottom: 130px;
    }
    .\32xl\:pl-130p {
        padding-left: 130px;
    }
    .\32xl\:pt-135p {
        padding-top: 135px;
    }
    .\32xl\:pr-135p {
        padding-right: 135px;
    }
    .\32xl\:pb-135p {
        padding-bottom: 135px;
    }
    .\32xl\:pl-135p {
        padding-left: 135px;
    }
    .\32xl\:pt-132p {
        padding-top: 132px;
    }
    .\32xl\:pr-132p {
        padding-right: 132px;
    }
    .\32xl\:pb-132p {
        padding-bottom: 132px;
    }
    .\32xl\:pl-132p {
        padding-left: 132px;
    }
    .\32xl\:pt-150p {
        padding-top: 150px;
    }
    .\32xl\:pr-150p {
        padding-right: 150px;
    }
    .\32xl\:pb-150p {
        padding-bottom: 150px;
    }
    .\32xl\:pl-150p {
        padding-left: 150px;
    }
    .\32xl\:pt-216p {
        padding-top: 216px;
    }
    .\32xl\:pr-216p {
        padding-right: 216px;
    }
    .\32xl\:pb-216p {
        padding-bottom: 216px;
    }
    .\32xl\:pl-216p {
        padding-left: 216px;
    }
    .\32xl\:pt-225p {
        padding-top: 225px;
    }
    .\32xl\:pr-225p {
        padding-right: 225px;
    }
    .\32xl\:pb-225p {
        padding-bottom: 225px;
    }
    .\32xl\:pl-225p {
        padding-left: 225px;
    }
    .\32xl\:pt-296p {
        padding-top: 296px;
    }
    .\32xl\:pr-296p {
        padding-right: 296px;
    }
    .\32xl\:pb-296p {
        padding-bottom: 296px;
    }
    .\32xl\:pl-296p {
        padding-left: 296px;
    }
    .\32xl\:pt-270p {
        padding-top: 270px;
    }
    .\32xl\:pr-270p {
        padding-right: 270px;
    }
    .\32xl\:pb-270p {
        padding-bottom: 270px;
    }
    .\32xl\:pl-270p {
        padding-left: 270px;
    }
    .\32xl\:pt-137p {
        padding-top: 137px;
    }
    .\32xl\:pr-137p {
        padding-right: 137px;
    }
    .\32xl\:pb-137p {
        padding-bottom: 137px;
    }
    .\32xl\:pl-137p {
        padding-left: 137px;
    }
    .\32xl\:pt-141p {
        padding-top: 141px;
    }
    .\32xl\:pr-141p {
        padding-right: 141px;
    }
    .\32xl\:pb-141p {
        padding-bottom: 141px;
    }
    .\32xl\:pl-141p {
        padding-left: 141px;
    }
    .\32xl\:pt-146p {
        padding-top: 146px;
    }
    .\32xl\:pr-146p {
        padding-right: 146px;
    }
    .\32xl\:pb-146p {
        padding-bottom: 146px;
    }
    .\32xl\:pl-146p {
        padding-left: 146px;
    }
    .\32xl\:pt-152p {
        padding-top: 152px;
    }
    .\32xl\:pr-152p {
        padding-right: 152px;
    }
    .\32xl\:pb-152p {
        padding-bottom: 152px;
    }
    .\32xl\:pl-152p {
        padding-left: 152px;
    }
    .\32xl\:pt-155p {
        padding-top: 155px;
    }
    .\32xl\:pr-155p {
        padding-right: 155px;
    }
    .\32xl\:pb-155p {
        padding-bottom: 155px;
    }
    .\32xl\:pl-155p {
        padding-left: 155px;
    }
    .\32xl\:pt-163p {
        padding-top: 163px;
    }
    .\32xl\:pr-163p {
        padding-right: 163px;
    }
    .\32xl\:pb-163p {
        padding-bottom: 163px;
    }
    .\32xl\:pl-163p {
        padding-left: 163px;
    }
    .\32xl\:pt-168p {
        padding-top: 168px;
    }
    .\32xl\:pr-168p {
        padding-right: 168px;
    }
    .\32xl\:pb-168p {
        padding-bottom: 168px;
    }
    .\32xl\:pl-168p {
        padding-left: 168px;
    }
    .\32xl\:pt-173p {
        padding-top: 173px;
    }
    .\32xl\:pr-173p {
        padding-right: 173px;
    }
    .\32xl\:pb-173p {
        padding-bottom: 173px;
    }
    .\32xl\:pl-173p {
        padding-left: 173px;
    }
    .\32xl\:pt-210p {
        padding-top: 210px;
    }
    .\32xl\:pr-210p {
        padding-right: 210px;
    }
    .\32xl\:pb-210p {
        padding-bottom: 210px;
    }
    .\32xl\:pl-210p {
        padding-left: 210px;
    }
    .\32xl\:pt-245p {
        padding-top: 245px;
    }
    .\32xl\:pr-245p {
        padding-right: 245px;
    }
    .\32xl\:pb-245p {
        padding-bottom: 245px;
    }
    .\32xl\:pl-245p {
        padding-left: 245px;
    }
    .\32xl\:pt-250p {
        padding-top: 250px;
    }
    .\32xl\:pr-250p {
        padding-right: 250px;
    }
    .\32xl\:pb-250p {
        padding-bottom: 250px;
    }
    .\32xl\:pl-250p {
        padding-left: 250px;
    }
    .\32xl\:pt-260p {
        padding-top: 260px;
    }
    .\32xl\:pr-260p {
        padding-right: 260px;
    }
    .\32xl\:pb-260p {
        padding-bottom: 260px;
    }
    .\32xl\:pl-260p {
        padding-left: 260px;
    }
    .\32xl\:pt-263p {
        padding-top: 263px;
    }
    .\32xl\:pr-263p {
        padding-right: 263px;
    }
    .\32xl\:pb-263p {
        padding-bottom: 263px;
    }
    .\32xl\:pl-263p {
        padding-left: 263px;
    }
    .\32xl\:pt-266p {
        padding-top: 266px;
    }
    .\32xl\:pr-266p {
        padding-right: 266px;
    }
    .\32xl\:pb-266p {
        padding-bottom: 266px;
    }
    .\32xl\:pl-266p {
        padding-left: 266px;
    }
    .\32xl\:pt-275p {
        padding-top: 275px;
    }
    .\32xl\:pr-275p {
        padding-right: 275px;
    }
    .\32xl\:pb-275p {
        padding-bottom: 275px;
    }
    .\32xl\:pl-275p {
        padding-left: 275px;
    }
    .\32xl\:pt-300p {
        padding-top: 300px;
    }
    .\32xl\:pr-300p {
        padding-right: 300px;
    }
    .\32xl\:pb-300p {
        padding-bottom: 300px;
    }
    .\32xl\:pl-300p {
        padding-left: 300px;
    }
    .\32xl\:pt-312p {
        padding-top: 312px;
    }
    .\32xl\:pr-312p {
        padding-right: 312px;
    }
    .\32xl\:pb-312p {
        padding-bottom: 312px;
    }
    .\32xl\:pl-312p {
        padding-left: 312px;
    }
    .\32xl\:pt-318p {
        padding-top: 318px;
    }
    .\32xl\:pr-318p {
        padding-right: 318px;
    }
    .\32xl\:pb-318p {
        padding-bottom: 318px;
    }
    .\32xl\:pl-318p {
        padding-left: 318px;
    }
    .\32xl\:pt-322p {
        padding-top: 322px;
    }
    .\32xl\:pr-322p {
        padding-right: 322px;
    }
    .\32xl\:pb-322p {
        padding-bottom: 322px;
    }
    .\32xl\:pl-322p {
        padding-left: 322px;
    }
    .\32xl\:pt-337p {
        padding-top: 337px;
    }
    .\32xl\:pr-337p {
        padding-right: 337px;
    }
    .\32xl\:pb-337p {
        padding-bottom: 337px;
    }
    .\32xl\:pl-337p {
        padding-left: 337px;
    }
    .\32xl\:pt-345p {
        padding-top: 345px;
    }
    .\32xl\:pr-345p {
        padding-right: 345px;
    }
    .\32xl\:pb-345p {
        padding-bottom: 345px;
    }
    .\32xl\:pl-345p {
        padding-left: 345px;
    }
    .\32xl\:pt-344p {
        padding-top: 344px;
    }
    .\32xl\:pr-344p {
        padding-right: 344px;
    }
    .\32xl\:pb-344p {
        padding-bottom: 344px;
    }
    .\32xl\:pl-344p {
        padding-left: 344px;
    }
    .\32xl\:pt-354p {
        padding-top: 354px;
    }
    .\32xl\:pr-354p {
        padding-right: 354px;
    }
    .\32xl\:pb-354p {
        padding-bottom: 354px;
    }
    .\32xl\:pl-354p {
        padding-left: 354px;
    }
    .\32xl\:pt-364p {
        padding-top: 364px;
    }
    .\32xl\:pr-364p {
        padding-right: 364px;
    }
    .\32xl\:pb-364p {
        padding-bottom: 364px;
    }
    .\32xl\:pl-364p {
        padding-left: 364px;
    }
    .\32xl\:pt-370p {
        padding-top: 370px;
    }
    .\32xl\:pr-370p {
        padding-right: 370px;
    }
    .\32xl\:pb-370p {
        padding-bottom: 370px;
    }
    .\32xl\:pl-370p {
        padding-left: 370px;
    }
    .\32xl\:pt-382p {
        padding-top: 382px;
    }
    .\32xl\:pr-382p {
        padding-right: 382px;
    }
    .\32xl\:pb-382p {
        padding-bottom: 382px;
    }
    .\32xl\:pl-382p {
        padding-left: 382px;
    }
    .\32xl\:pt-385p {
        padding-top: 385px;
    }
    .\32xl\:pr-385p {
        padding-right: 385px;
    }
    .\32xl\:pb-385p {
        padding-bottom: 385px;
    }
    .\32xl\:pl-385p {
        padding-left: 385px;
    }
    .\32xl\:pt-400p {
        padding-top: 400px;
    }
    .\32xl\:pr-400p {
        padding-right: 400px;
    }
    .\32xl\:pb-400p {
        padding-bottom: 400px;
    }
    .\32xl\:pl-400p {
        padding-left: 400px;
    }
    .\32xl\:pt-407p {
        padding-top: 407px;
    }
    .\32xl\:pr-407p {
        padding-right: 407px;
    }
    .\32xl\:pb-407p {
        padding-bottom: 407px;
    }
    .\32xl\:pl-407p {
        padding-left: 407px;
    }
    .\32xl\:pt-411p {
        padding-top: 411px;
    }
    .\32xl\:pr-411p {
        padding-right: 411px;
    }
    .\32xl\:pb-411p {
        padding-bottom: 411px;
    }
    .\32xl\:pl-411p {
        padding-left: 411px;
    }
    .\32xl\:pt-418p {
        padding-top: 418px;
    }
    .\32xl\:pr-418p {
        padding-right: 418px;
    }
    .\32xl\:pb-418p {
        padding-bottom: 418px;
    }
    .\32xl\:pl-418p {
        padding-left: 418px;
    }
    .\32xl\:pt-430p {
        padding-top: 430px;
    }
    .\32xl\:pr-430p {
        padding-right: 430px;
    }
    .\32xl\:pb-430p {
        padding-bottom: 430px;
    }
    .\32xl\:pl-430p {
        padding-left: 430px;
    }
    .\32xl\:pt-450p {
        padding-top: 450px;
    }
    .\32xl\:pr-450p {
        padding-right: 450px;
    }
    .\32xl\:pb-450p {
        padding-bottom: 450px;
    }
    .\32xl\:pl-450p {
        padding-left: 450px;
    }
    .\32xl\:pt-468p {
        padding-top: 468px;
    }
    .\32xl\:pr-468p {
        padding-right: 468px;
    }
    .\32xl\:pb-468p {
        padding-bottom: 468px;
    }
    .\32xl\:pl-468p {
        padding-left: 468px;
    }
    .\32xl\:pt-485p {
        padding-top: 485px;
    }
    .\32xl\:pr-485p {
        padding-right: 485px;
    }
    .\32xl\:pb-485p {
        padding-bottom: 485px;
    }
    .\32xl\:pl-485p {
        padding-left: 485px;
    }
    .\32xl\:pt-491p {
        padding-top: 491px;
    }
    .\32xl\:pr-491p {
        padding-right: 491px;
    }
    .\32xl\:pb-491p {
        padding-bottom: 491px;
    }
    .\32xl\:pl-491p {
        padding-left: 491px;
    }
    .\32xl\:pt-494p {
        padding-top: 494px;
    }
    .\32xl\:pr-494p {
        padding-right: 494px;
    }
    .\32xl\:pb-494p {
        padding-bottom: 494px;
    }
    .\32xl\:pl-494p {
        padding-left: 494px;
    }
    .\32xl\:pt-470p {
        padding-top: 470px;
    }
    .\32xl\:pr-470p {
        padding-right: 470px;
    }
    .\32xl\:pb-470p {
        padding-bottom: 470px;
    }
    .\32xl\:pl-470p {
        padding-left: 470px;
    }
    .\32xl\:pt-480p {
        padding-top: 480px;
    }
    .\32xl\:pr-480p {
        padding-right: 480px;
    }
    .\32xl\:pb-480p {
        padding-bottom: 480px;
    }
    .\32xl\:pl-480p {
        padding-left: 480px;
    }
    .\32xl\:pt-532p {
        padding-top: 532px;
    }
    .\32xl\:pr-532p {
        padding-right: 532px;
    }
    .\32xl\:pb-532p {
        padding-bottom: 532px;
    }
    .\32xl\:pl-532p {
        padding-left: 532px;
    }
    .\32xl\:pt-556p {
        padding-top: 556px;
    }
    .\32xl\:pr-556p {
        padding-right: 556px;
    }
    .\32xl\:pb-556p {
        padding-bottom: 556px;
    }
    .\32xl\:pl-556p {
        padding-left: 556px;
    }
    .\32xl\:pt-505p {
        padding-top: 505px;
    }
    .\32xl\:pr-505p {
        padding-right: 505px;
    }
    .\32xl\:pb-505p {
        padding-bottom: 505px;
    }
    .\32xl\:pl-505p {
        padding-left: 505px;
    }
    .\32xl\:pt-1179p {
        padding-top: 1179px;
    }
    .\32xl\:pr-1179p {
        padding-right: 1179px;
    }
    .\32xl\:pb-1179p {
        padding-bottom: 1179px;
    }
    .\32xl\:pl-1179p {
        padding-left: 1179px;
    }
    .\32xl\:pt-1253p {
        padding-top: 1253px;
    }
    .\32xl\:pr-1253p {
        padding-right: 1253px;
    }
    .\32xl\:pb-1253p {
        padding-bottom: 1253px;
    }
    .\32xl\:pl-1253p {
        padding-left: 1253px;
    }
    .\32xl\:pt-1575p {
        padding-top: 1575px;
    }
    .\32xl\:pr-1575p {
        padding-right: 1575px;
    }
    .\32xl\:pb-1575p {
        padding-bottom: 1575px;
    }
    .\32xl\:pl-1575p {
        padding-left: 1575px;
    }
    .\32xl\:pt-600p {
        padding-top: 600px;
    }
    .\32xl\:pr-600p {
        padding-right: 600px;
    }
    .\32xl\:pb-600p {
        padding-bottom: 600px;
    }
    .\32xl\:pl-600p {
        padding-left: 600px;
    }
    .\32xl\:pt-649p {
        padding-top: 649px;
    }
    .\32xl\:pr-649p {
        padding-right: 649px;
    }
    .\32xl\:pb-649p {
        padding-bottom: 649px;
    }
    .\32xl\:pl-649p {
        padding-left: 649px;
    }
    .\32xl\:pt-690p {
        padding-top: 690px;
    }
    .\32xl\:pr-690p {
        padding-right: 690px;
    }
    .\32xl\:pb-690p {
        padding-bottom: 690px;
    }
    .\32xl\:pl-690p {
        padding-left: 690px;
    }
    .\32xl\:pt-19\% {
        padding-top: 19%;
    }
    .\32xl\:pr-19\% {
        padding-right: 19%;
    }
    .\32xl\:pb-19\% {
        padding-bottom: 19%;
    }
    .\32xl\:pl-19\% {
        padding-left: 19%;
    }
    .\32xl\:pt-23\% {
        padding-top: 23%;
    }
    .\32xl\:pr-23\% {
        padding-right: 23%;
    }
    .\32xl\:pb-23\% {
        padding-bottom: 23%;
    }
    .\32xl\:pl-23\% {
        padding-left: 23%;
    }
    .\32xl\:pt-24\% {
        padding-top: 24%;
    }
    .\32xl\:pr-24\% {
        padding-right: 24%;
    }
    .\32xl\:pb-24\% {
        padding-bottom: 24%;
    }
    .\32xl\:pl-24\% {
        padding-left: 24%;
    }
    .\32xl\:pt-36\% {
        padding-top: 36%;
    }
    .\32xl\:pr-36\% {
        padding-right: 36%;
    }
    .\32xl\:pb-36\% {
        padding-bottom: 36%;
    }
    .\32xl\:pl-36\% {
        padding-left: 36%;
    }
    .\32xl\:pt-27\% {
        padding-top: 27%;
    }
    .\32xl\:pr-27\% {
        padding-right: 27%;
    }
    .\32xl\:pb-27\% {
        padding-bottom: 27%;
    }
    .\32xl\:pl-27\% {
        padding-left: 27%;
    }
    .\32xl\:pt-28\% {
        padding-top: 28%;
    }
    .\32xl\:pr-28\% {
        padding-right: 28%;
    }
    .\32xl\:pb-28\% {
        padding-bottom: 28%;
    }
    .\32xl\:pl-28\% {
        padding-left: 28%;
    }
    .\32xl\:pt-42\% {
        padding-top: 42%;
    }
    .\32xl\:pr-42\% {
        padding-right: 42%;
    }
    .\32xl\:pb-42\% {
        padding-bottom: 42%;
    }
    .\32xl\:pl-42\% {
        padding-left: 42%;
    }
    .\32xl\:pt-46\% {
        padding-top: 46%;
    }
    .\32xl\:pr-46\% {
        padding-right: 46%;
    }
    .\32xl\:pb-46\% {
        padding-bottom: 46%;
    }
    .\32xl\:pl-46\% {
        padding-left: 46%;
    }
    .\32xl\:pt-49\% {
        padding-top: 49%;
    }
    .\32xl\:pr-49\% {
        padding-right: 49%;
    }
    .\32xl\:pb-49\% {
        padding-bottom: 49%;
    }
    .\32xl\:pl-49\% {
        padding-left: 49%;
    }
    .\32xl\:pt-54\% {
        padding-top: 54%;
    }
    .\32xl\:pr-54\% {
        padding-right: 54%;
    }
    .\32xl\:pb-54\% {
        padding-bottom: 54%;
    }
    .\32xl\:pl-54\% {
        padding-left: 54%;
    }
    .\32xl\:pt-58\% {
        padding-top: 58%;
    }
    .\32xl\:pr-58\% {
        padding-right: 58%;
    }
    .\32xl\:pb-58\% {
        padding-bottom: 58%;
    }
    .\32xl\:pl-58\% {
        padding-left: 58%;
    }
    .\32xl\:pt-72\% {
        padding-top: 72%;
    }
    .\32xl\:pr-72\% {
        padding-right: 72%;
    }
    .\32xl\:pb-72\% {
        padding-bottom: 72%;
    }
    .\32xl\:pl-72\% {
        padding-left: 72%;
    }
    .\32xl\:pt-76\% {
        padding-top: 76%;
    }
    .\32xl\:pr-76\% {
        padding-right: 76%;
    }
    .\32xl\:pb-76\% {
        padding-bottom: 76%;
    }
    .\32xl\:pl-76\% {
        padding-left: 76%;
    }
    .\32xl\:pt-77\% {
        padding-top: 77%;
    }
    .\32xl\:pr-77\% {
        padding-right: 77%;
    }
    .\32xl\:pb-77\% {
        padding-bottom: 77%;
    }
    .\32xl\:pl-77\% {
        padding-left: 77%;
    }
    .\32xl\:pt-340p {
        padding-top: 340px;
    }
    .\32xl\:pr-340p {
        padding-right: 340px;
    }
    .\32xl\:pb-340p {
        padding-bottom: 340px;
    }
    .\32xl\:pl-340p {
        padding-left: 340px;
    }
    .\32xl\:pt-700p {
        padding-top: 700px;
    }
    .\32xl\:pr-700p {
        padding-right: 700px;
    }
    .\32xl\:pb-700p {
        padding-bottom: 700px;
    }
    .\32xl\:pl-700p {
        padding-left: 700px;
    }
    .\32xl\:pt-848p {
        padding-top: 848px;
    }
    .\32xl\:pr-848p {
        padding-right: 848px;
    }
    .\32xl\:pb-848p {
        padding-bottom: 848px;
    }
    .\32xl\:pl-848p {
        padding-left: 848px;
    }
    .\32xl\:pt-850p {
        padding-top: 850px;
    }
    .\32xl\:pr-850p {
        padding-right: 850px;
    }
    .\32xl\:pb-850p {
        padding-bottom: 850px;
    }
    .\32xl\:pl-850p {
        padding-left: 850px;
    }
    .\32xl\:pt-860p {
        padding-top: 860px;
    }
    .\32xl\:pr-860p {
        padding-right: 860px;
    }
    .\32xl\:pb-860p {
        padding-bottom: 860px;
    }
    .\32xl\:pl-860p {
        padding-left: 860px;
    }
    .\32xl\:pt-1425p {
        padding-top: 1425px;
    }
    .\32xl\:pr-1425p {
        padding-right: 1425px;
    }
    .\32xl\:pb-1425p {
        padding-bottom: 1425px;
    }
    .\32xl\:pl-1425p {
        padding-left: 1425px;
    }
    .\32xl\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .\32xl\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .\32xl\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .\32xl\:placeholder-current::placeholder {
        color: currentColor;
    }
    .\32xl\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .\32xl\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .\32xl\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .\32xl\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .\32xl\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .\32xl\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .\32xl\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .\32xl\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .\32xl\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .\32xl\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .\32xl\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .\32xl\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .\32xl\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .\32xl\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .\32xl\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .\32xl\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .\32xl\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .\32xl\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .\32xl\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .\32xl\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .\32xl\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .\32xl\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .\32xl\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .\32xl\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .\32xl\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .\32xl\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .\32xl\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .\32xl\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .\32xl\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .\32xl\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .\32xl\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\32xl\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\32xl\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\32xl\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\32xl\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\32xl\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\32xl\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\32xl\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\32xl\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\32xl\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\32xl\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\32xl\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\32xl\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\32xl\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\32xl\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\32xl\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\32xl\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\32xl\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\32xl\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\32xl\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\32xl\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\32xl\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\32xl\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\32xl\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\32xl\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\32xl\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\32xl\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\32xl\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\32xl\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\32xl\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\32xl\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\32xl\:pointer-events-none {
        pointer-events: none;
    }
    .\32xl\:pointer-events-auto {
        pointer-events: auto;
    }
    .\32xl\:static {
        position: static;
    }
    .\32xl\:fixed {
        position: fixed;
    }
    .\32xl\:absolute {
        position: absolute;
    }
    .\32xl\:relative {
        position: relative;
    }
    .\32xl\:sticky {
        position: sticky;
    }
    .\32xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .\32xl\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .\32xl\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .\32xl\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .\32xl\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .\32xl\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .\32xl\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .\32xl\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .\32xl\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .\32xl\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .\32xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .\32xl\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .\32xl\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .\32xl\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .\32xl\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .\32xl\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .\32xl\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .\32xl\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .\32xl\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .\32xl\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .\32xl\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .\32xl\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .\32xl\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .\32xl\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .\32xl\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .\32xl\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .\32xl\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .\32xl\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .\32xl\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .\32xl\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .\32xl\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .\32xl\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .\32xl\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .\32xl\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .\32xl\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .\32xl\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .\32xl\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .\32xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .\32xl\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .\32xl\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .\32xl\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .\32xl\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .\32xl\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .\32xl\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .\32xl\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .\32xl\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .\32xl\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .\32xl\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .\32xl\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .\32xl\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .\32xl\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .\32xl\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .\32xl\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .\32xl\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .\32xl\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .\32xl\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .\32xl\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .\32xl\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .\32xl\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .\32xl\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .\32xl\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .\32xl\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .\32xl\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .\32xl\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .\32xl\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .\32xl\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .\32xl\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .\32xl\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .\32xl\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .\32xl\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .\32xl\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .\32xl\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .\32xl\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .\32xl\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .\32xl\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .\32xl\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .\32xl\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .\32xl\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .\32xl\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .\32xl\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .\32xl\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .\32xl\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .\32xl\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .\32xl\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .\32xl\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .\32xl\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .\32xl\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .\32xl\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .\32xl\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .\32xl\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .\32xl\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .\32xl\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .\32xl\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .\32xl\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .\32xl\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .\32xl\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .\32xl\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .\32xl\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .\32xl\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .\32xl\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .\32xl\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .\32xl\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .\32xl\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .\32xl\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .\32xl\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .\32xl\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .\32xl\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .\32xl\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .\32xl\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .\32xl\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .\32xl\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .\32xl\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .\32xl\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .\32xl\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .\32xl\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .\32xl\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .\32xl\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .\32xl\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .\32xl\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .\32xl\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .\32xl\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .\32xl\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .\32xl\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .\32xl\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .\32xl\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .\32xl\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .\32xl\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .\32xl\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .\32xl\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .\32xl\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .\32xl\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .\32xl\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .\32xl\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .\32xl\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .\32xl\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .\32xl\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .\32xl\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .\32xl\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .\32xl\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .\32xl\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .\32xl\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .\32xl\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .\32xl\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .\32xl\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .\32xl\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .\32xl\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .\32xl\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .\32xl\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .\32xl\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .\32xl\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .\32xl\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .\32xl\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .\32xl\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .\32xl\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .\32xl\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .\32xl\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .\32xl\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .\32xl\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .\32xl\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .\32xl\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .\32xl\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .\32xl\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .\32xl\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .\32xl\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .\32xl\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .\32xl\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .\32xl\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .\32xl\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .\32xl\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .\32xl\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .\32xl\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .\32xl\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .\32xl\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .\32xl\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .\32xl\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .\32xl\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .\32xl\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .\32xl\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .\32xl\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .\32xl\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .\32xl\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .\32xl\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .\32xl\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .\32xl\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .\32xl\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .\32xl\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .\32xl\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .\32xl\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .\32xl\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .\32xl\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .\32xl\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .\32xl\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .\32xl\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .\32xl\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .\32xl\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .\32xl\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .\32xl\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .\32xl\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .\32xl\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .\32xl\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .\32xl\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .\32xl\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .\32xl\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .\32xl\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .\32xl\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .\32xl\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .\32xl\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .\32xl\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .\32xl\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .\32xl\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .\32xl\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .\32xl\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .\32xl\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .\32xl\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .\32xl\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .\32xl\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .\32xl\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .\32xl\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .\32xl\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .\32xl\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .\32xl\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .\32xl\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .\32xl\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .\32xl\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .\32xl\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .\32xl\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .\32xl\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .\32xl\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .\32xl\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .\32xl\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .\32xl\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .\32xl\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .\32xl\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .\32xl\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .\32xl\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .\32xl\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .\32xl\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .\32xl\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .\32xl\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .\32xl\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .\32xl\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .\32xl\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .\32xl\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .\32xl\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .\32xl\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .\32xl\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .\32xl\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .\32xl\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .\32xl\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .\32xl\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .\32xl\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .\32xl\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .\32xl\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .\32xl\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .\32xl\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .\32xl\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .\32xl\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .\32xl\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .\32xl\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .\32xl\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .\32xl\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .\32xl\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .\32xl\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .\32xl\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .\32xl\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .\32xl\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .\32xl\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .\32xl\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .\32xl\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .\32xl\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .\32xl\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .\32xl\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .\32xl\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .\32xl\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .\32xl\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .\32xl\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .\32xl\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .\32xl\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .\32xl\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .\32xl\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .\32xl\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .\32xl\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .\32xl\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .\32xl\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .\32xl\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .\32xl\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .\32xl\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .\32xl\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .\32xl\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .\32xl\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .\32xl\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .\32xl\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .\32xl\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .\32xl\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .\32xl\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .\32xl\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .\32xl\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .\32xl\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .\32xl\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .\32xl\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .\32xl\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .\32xl\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .\32xl\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .\32xl\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .\32xl\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .\32xl\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .\32xl\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .\32xl\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .\32xl\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .\32xl\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .\32xl\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .\32xl\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .\32xl\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .\32xl\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .\32xl\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .\32xl\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .\32xl\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .\32xl\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .\32xl\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .\32xl\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .\32xl\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .\32xl\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .\32xl\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .\32xl\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .\32xl\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .\32xl\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .\32xl\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .\32xl\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .\32xl\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .\32xl\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .\32xl\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .\32xl\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .\32xl\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .\32xl\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .\32xl\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .\32xl\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .\32xl\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .\32xl\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .\32xl\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .\32xl\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .\32xl\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .\32xl\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .\32xl\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .\32xl\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .\32xl\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .\32xl\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .\32xl\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .\32xl\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .\32xl\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .\32xl\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .\32xl\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .\32xl\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .\32xl\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .\32xl\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .\32xl\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .\32xl\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .\32xl\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .\32xl\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .\32xl\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .\32xl\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .\32xl\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .\32xl\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .\32xl\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .\32xl\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .\32xl\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .\32xl\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .\32xl\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .\32xl\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .\32xl\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .\32xl\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .\32xl\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .\32xl\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .\32xl\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .\32xl\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .\32xl\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .\32xl\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .\32xl\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .\32xl\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .\32xl\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .\32xl\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .\32xl\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .\32xl\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .\32xl\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .\32xl\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .\32xl\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .\32xl\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .\32xl\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .\32xl\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .\32xl\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .\32xl\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .\32xl\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .\32xl\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .\32xl\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .\32xl\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .\32xl\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .\32xl\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .\32xl\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .\32xl\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .\32xl\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .\32xl\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .\32xl\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .\32xl\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .\32xl\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .\32xl\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .\32xl\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .\32xl\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .\32xl\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .\32xl\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .\32xl\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .\32xl\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .\32xl\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .\32xl\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .\32xl\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .\32xl\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .\32xl\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .\32xl\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .\32xl\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .\32xl\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .\32xl\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .\32xl\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .\32xl\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .\32xl\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .\32xl\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .\32xl\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .\32xl\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .\32xl\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .\32xl\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .\32xl\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .\32xl\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .\32xl\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .\32xl\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .\32xl\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .\32xl\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .\32xl\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .\32xl\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .\32xl\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .\32xl\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .\32xl\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .\32xl\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .\32xl\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .\32xl\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .\32xl\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .\32xl\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .\32xl\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .\32xl\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .\32xl\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .\32xl\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .\32xl\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .\32xl\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .\32xl\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .\32xl\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .\32xl\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .\32xl\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .\32xl\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .\32xl\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .\32xl\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .\32xl\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .\32xl\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .\32xl\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .\32xl\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .\32xl\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .\32xl\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .\32xl\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .\32xl\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .\32xl\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .\32xl\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .\32xl\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .\32xl\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .\32xl\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .\32xl\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .\32xl\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .\32xl\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .\32xl\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .\32xl\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .\32xl\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .\32xl\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .\32xl\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .\32xl\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .\32xl\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .\32xl\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .\32xl\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .\32xl\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .\32xl\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .\32xl\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .\32xl\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .\32xl\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .\32xl\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .\32xl\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .\32xl\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .\32xl\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .\32xl\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .\32xl\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .\32xl\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .\32xl\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .\32xl\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .\32xl\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .\32xl\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .\32xl\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .\32xl\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .\32xl\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .\32xl\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .\32xl\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .\32xl\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .\32xl\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .\32xl\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .\32xl\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .\32xl\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .\32xl\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .\32xl\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .\32xl\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .\32xl\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .\32xl\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .\32xl\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .\32xl\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .\32xl\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .\32xl\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .\32xl\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .\32xl\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .\32xl\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .\32xl\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .\32xl\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .\32xl\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .\32xl\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .\32xl\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .\32xl\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .\32xl\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .\32xl\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .\32xl\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .\32xl\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .\32xl\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .\32xl\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .\32xl\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .\32xl\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .\32xl\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .\32xl\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .\32xl\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .\32xl\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .\32xl\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .\32xl\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .\32xl\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .\32xl\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .\32xl\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .\32xl\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .\32xl\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .\32xl\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .\32xl\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .\32xl\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .\32xl\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .\32xl\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .\32xl\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .\32xl\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .\32xl\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .\32xl\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .\32xl\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .\32xl\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .\32xl\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .\32xl\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .\32xl\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .\32xl\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .\32xl\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .\32xl\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .\32xl\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .\32xl\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .\32xl\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .\32xl\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .\32xl\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .\32xl\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .\32xl\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .\32xl\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .\32xl\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .\32xl\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .\32xl\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .\32xl\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .\32xl\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .\32xl\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .\32xl\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .\32xl\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .\32xl\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .\32xl\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .\32xl\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .\32xl\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .\32xl\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .\32xl\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .\32xl\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .\32xl\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .\32xl\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .\32xl\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .\32xl\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .\32xl\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .\32xl\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .\32xl\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .\32xl\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .\32xl\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .\32xl\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .\32xl\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .\32xl\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .\32xl\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .\32xl\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .\32xl\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .\32xl\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .\32xl\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .\32xl\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .\32xl\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .\32xl\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .\32xl\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .\32xl\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .\32xl\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .\32xl\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .\32xl\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .\32xl\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .\32xl\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .\32xl\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .\32xl\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .\32xl\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .\32xl\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .\32xl\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .\32xl\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .\32xl\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .\32xl\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .\32xl\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .\32xl\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .\32xl\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .\32xl\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .\32xl\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .\32xl\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .\32xl\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .\32xl\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .\32xl\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .\32xl\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .\32xl\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .\32xl\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .\32xl\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .\32xl\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .\32xl\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .\32xl\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .\32xl\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .\32xl\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .\32xl\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .\32xl\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .\32xl\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .\32xl\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .\32xl\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .\32xl\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .\32xl\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .\32xl\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .\32xl\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .\32xl\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .\32xl\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .\32xl\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .\32xl\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .\32xl\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .\32xl\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .\32xl\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .\32xl\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .\32xl\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .\32xl\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .\32xl\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .\32xl\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .\32xl\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .\32xl\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .\32xl\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .\32xl\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .\32xl\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .\32xl\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .\32xl\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .\32xl\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .\32xl\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .\32xl\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .\32xl\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .\32xl\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .\32xl\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .\32xl\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .\32xl\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .\32xl\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .\32xl\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .\32xl\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .\32xl\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .\32xl\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .\32xl\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .\32xl\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .\32xl\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .\32xl\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .\32xl\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .\32xl\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .\32xl\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .\32xl\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .\32xl\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .\32xl\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .\32xl\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .\32xl\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .\32xl\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .\32xl\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .\32xl\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .\32xl\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .\32xl\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .\32xl\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .\32xl\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .\32xl\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .\32xl\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .\32xl\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .\32xl\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .\32xl\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .\32xl\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .\32xl\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .\32xl\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .\32xl\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .\32xl\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .\32xl\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .\32xl\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .\32xl\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .\32xl\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .\32xl\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .\32xl\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .\32xl\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .\32xl\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .\32xl\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .\32xl\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .\32xl\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .\32xl\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .\32xl\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .\32xl\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .\32xl\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .\32xl\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .\32xl\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .\32xl\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .\32xl\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .\32xl\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .\32xl\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .\32xl\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .\32xl\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .\32xl\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .\32xl\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .\32xl\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .\32xl\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .\32xl\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .\32xl\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .\32xl\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .\32xl\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .\32xl\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .\32xl\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .\32xl\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .\32xl\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .\32xl\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .\32xl\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .\32xl\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .\32xl\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .\32xl\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .\32xl\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .\32xl\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .\32xl\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .\32xl\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .\32xl\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .\32xl\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .\32xl\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .\32xl\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .\32xl\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .\32xl\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .\32xl\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .\32xl\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .\32xl\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .\32xl\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .\32xl\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .\32xl\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .\32xl\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .\32xl\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .\32xl\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .\32xl\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .\32xl\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .\32xl\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .\32xl\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .\32xl\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .\32xl\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .\32xl\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .\32xl\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .\32xl\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .\32xl\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .\32xl\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .\32xl\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .\32xl\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .\32xl\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .\32xl\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .\32xl\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .\32xl\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .\32xl\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .\32xl\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .\32xl\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .\32xl\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .\32xl\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .\32xl\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .\32xl\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .\32xl\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .\32xl\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .\32xl\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .\32xl\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .\32xl\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .\32xl\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .\32xl\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .\32xl\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .\32xl\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .\32xl\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .\32xl\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .\32xl\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .\32xl\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .\32xl\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .\32xl\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .\32xl\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .\32xl\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .\32xl\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .\32xl\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .\32xl\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .\32xl\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .\32xl\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .\32xl\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .\32xl\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .\32xl\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .\32xl\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .\32xl\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .\32xl\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .\32xl\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .\32xl\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .\32xl\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .\32xl\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .\32xl\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .\32xl\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .\32xl\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .\32xl\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .\32xl\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .\32xl\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .\32xl\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .\32xl\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .\32xl\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .\32xl\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .\32xl\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .\32xl\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .\32xl\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .\32xl\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .\32xl\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .\32xl\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .\32xl\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .\32xl\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .\32xl\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .\32xl\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .\32xl\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .\32xl\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .\32xl\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .\32xl\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .\32xl\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .\32xl\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .\32xl\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .\32xl\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .\32xl\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .\32xl\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .\32xl\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .\32xl\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .\32xl\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .\32xl\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .\32xl\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .\32xl\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .\32xl\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .\32xl\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .\32xl\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .\32xl\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .\32xl\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .\32xl\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .\32xl\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .\32xl\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .\32xl\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .\32xl\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .\32xl\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .\32xl\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .\32xl\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .\32xl\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .\32xl\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .\32xl\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .\32xl\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .\32xl\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .\32xl\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .\32xl\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .\32xl\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .\32xl\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .\32xl\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .\32xl\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .\32xl\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .\32xl\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .\32xl\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .\32xl\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .\32xl\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .\32xl\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .\32xl\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .\32xl\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .\32xl\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .\32xl\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .\32xl\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .\32xl\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .\32xl\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .\32xl\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .\32xl\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .\32xl\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .\32xl\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .\32xl\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .\32xl\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .\32xl\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .\32xl\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .\32xl\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .\32xl\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .\32xl\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .\32xl\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .\32xl\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .\32xl\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .\32xl\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .\32xl\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .\32xl\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .\32xl\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .\32xl\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .\32xl\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .\32xl\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .\32xl\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .\32xl\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .\32xl\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .\32xl\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .\32xl\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .\32xl\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .\32xl\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .\32xl\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .\32xl\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .\32xl\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .\32xl\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .\32xl\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .\32xl\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .\32xl\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .\32xl\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .\32xl\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .\32xl\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .\32xl\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .\32xl\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .\32xl\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .\32xl\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .\32xl\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .\32xl\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .\32xl\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .\32xl\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .\32xl\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .\32xl\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .\32xl\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .\32xl\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .\32xl\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .\32xl\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .\32xl\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .\32xl\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .\32xl\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .\32xl\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .\32xl\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .\32xl\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .\32xl\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .\32xl\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .\32xl\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .\32xl\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .\32xl\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .\32xl\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .\32xl\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .\32xl\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .\32xl\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .\32xl\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .\32xl\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .\32xl\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .\32xl\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .\32xl\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .\32xl\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .\32xl\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .\32xl\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .\32xl\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .\32xl\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .\32xl\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .\32xl\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .\32xl\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .\32xl\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .\32xl\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .\32xl\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .\32xl\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .\32xl\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .\32xl\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .\32xl\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .\32xl\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .\32xl\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .\32xl\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .\32xl\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .\32xl\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .\32xl\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .\32xl\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .\32xl\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .\32xl\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .\32xl\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .\32xl\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .\32xl\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .\32xl\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .\32xl\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .\32xl\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .\32xl\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .\32xl\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .\32xl\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .\32xl\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .\32xl\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .\32xl\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .\32xl\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .\32xl\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .\32xl\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .\32xl\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .\32xl\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .\32xl\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .\32xl\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .\32xl\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .\32xl\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .\32xl\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .\32xl\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .\32xl\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .\32xl\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .\32xl\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .\32xl\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .\32xl\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .\32xl\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .\32xl\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .\32xl\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .\32xl\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .\32xl\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .\32xl\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .\32xl\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .\32xl\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .\32xl\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .\32xl\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .\32xl\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .\32xl\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .\32xl\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .\32xl\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .\32xl\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .\32xl\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .\32xl\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .\32xl\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .\32xl\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .\32xl\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .\32xl\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .\32xl\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .\32xl\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .\32xl\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .\32xl\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .\32xl\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .\32xl\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .\32xl\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .\32xl\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .\32xl\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .\32xl\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .\32xl\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .\32xl\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .\32xl\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .\32xl\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .\32xl\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .\32xl\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .\32xl\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .\32xl\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .\32xl\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .\32xl\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .\32xl\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .\32xl\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .\32xl\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .\32xl\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .\32xl\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .\32xl\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .\32xl\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .\32xl\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .\32xl\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .\32xl\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .\32xl\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .\32xl\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .\32xl\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .\32xl\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .\32xl\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .\32xl\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .\32xl\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .\32xl\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .\32xl\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .\32xl\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .\32xl\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .\32xl\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .\32xl\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .\32xl\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .\32xl\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .\32xl\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .\32xl\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .\32xl\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .\32xl\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .\32xl\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .\32xl\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .\32xl\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .\32xl\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .\32xl\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .\32xl\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .\32xl\:top-0 {
        top: 0;
    }
    .\32xl\:right-0 {
        right: 0;
    }
    .\32xl\:bottom-0 {
        bottom: 0;
    }
    .\32xl\:left-0 {
        left: 0;
    }
    .\32xl\:top-1 {
        top: 0.25rem;
    }
    .\32xl\:right-1 {
        right: 0.25rem;
    }
    .\32xl\:bottom-1 {
        bottom: 0.25rem;
    }
    .\32xl\:left-1 {
        left: 0.25rem;
    }
    .\32xl\:top-2 {
        top: 0.5rem;
    }
    .\32xl\:right-2 {
        right: 0.5rem;
    }
    .\32xl\:bottom-2 {
        bottom: 0.5rem;
    }
    .\32xl\:left-2 {
        left: 0.5rem;
    }
    .\32xl\:top-3 {
        top: 0.75rem;
    }
    .\32xl\:right-3 {
        right: 0.75rem;
    }
    .\32xl\:bottom-3 {
        bottom: 0.75rem;
    }
    .\32xl\:left-3 {
        left: 0.75rem;
    }
    .\32xl\:top-4 {
        top: 1rem;
    }
    .\32xl\:right-4 {
        right: 1rem;
    }
    .\32xl\:bottom-4 {
        bottom: 1rem;
    }
    .\32xl\:left-4 {
        left: 1rem;
    }
    .\32xl\:top-5 {
        top: 1.25rem;
    }
    .\32xl\:right-5 {
        right: 1.25rem;
    }
    .\32xl\:bottom-5 {
        bottom: 1.25rem;
    }
    .\32xl\:left-5 {
        left: 1.25rem;
    }
    .\32xl\:top-6 {
        top: 1.5rem;
    }
    .\32xl\:right-6 {
        right: 1.5rem;
    }
    .\32xl\:bottom-6 {
        bottom: 1.5rem;
    }
    .\32xl\:left-6 {
        left: 1.5rem;
    }
    .\32xl\:top-7 {
        top: 1.75rem;
    }
    .\32xl\:right-7 {
        right: 1.75rem;
    }
    .\32xl\:bottom-7 {
        bottom: 1.75rem;
    }
    .\32xl\:left-7 {
        left: 1.75rem;
    }
    .\32xl\:top-8 {
        top: 2rem;
    }
    .\32xl\:right-8 {
        right: 2rem;
    }
    .\32xl\:bottom-8 {
        bottom: 2rem;
    }
    .\32xl\:left-8 {
        left: 2rem;
    }
    .\32xl\:top-9 {
        top: 2.25rem;
    }
    .\32xl\:right-9 {
        right: 2.25rem;
    }
    .\32xl\:bottom-9 {
        bottom: 2.25rem;
    }
    .\32xl\:left-9 {
        left: 2.25rem;
    }
    .\32xl\:top-10 {
        top: 2.5rem;
    }
    .\32xl\:right-10 {
        right: 2.5rem;
    }
    .\32xl\:bottom-10 {
        bottom: 2.5rem;
    }
    .\32xl\:left-10 {
        left: 2.5rem;
    }
    .\32xl\:top-11 {
        top: 2.75rem;
    }
    .\32xl\:right-11 {
        right: 2.75rem;
    }
    .\32xl\:bottom-11 {
        bottom: 2.75rem;
    }
    .\32xl\:left-11 {
        left: 2.75rem;
    }
    .\32xl\:top-12 {
        top: 3rem;
    }
    .\32xl\:right-12 {
        right: 3rem;
    }
    .\32xl\:bottom-12 {
        bottom: 3rem;
    }
    .\32xl\:left-12 {
        left: 3rem;
    }
    .\32xl\:top-14 {
        top: 3.5rem;
    }
    .\32xl\:right-14 {
        right: 3.5rem;
    }
    .\32xl\:bottom-14 {
        bottom: 3.5rem;
    }
    .\32xl\:left-14 {
        left: 3.5rem;
    }
    .\32xl\:top-16 {
        top: 4rem;
    }
    .\32xl\:right-16 {
        right: 4rem;
    }
    .\32xl\:bottom-16 {
        bottom: 4rem;
    }
    .\32xl\:left-16 {
        left: 4rem;
    }
    .\32xl\:top-20 {
        top: 5rem;
    }
    .\32xl\:right-20 {
        right: 5rem;
    }
    .\32xl\:bottom-20 {
        bottom: 5rem;
    }
    .\32xl\:left-20 {
        left: 5rem;
    }
    .\32xl\:top-23 {
        top: 88px;
    }
    .\32xl\:right-23 {
        right: 88px;
    }
    .\32xl\:bottom-23 {
        bottom: 88px;
    }
    .\32xl\:left-23 {
        left: 88px;
    }
    .\32xl\:top-24 {
        top: 6rem;
    }
    .\32xl\:right-24 {
        right: 6rem;
    }
    .\32xl\:bottom-24 {
        bottom: 6rem;
    }
    .\32xl\:left-24 {
        left: 6rem;
    }
    .\32xl\:top-25 {
        top: 100px;
    }
    .\32xl\:right-25 {
        right: 100px;
    }
    .\32xl\:bottom-25 {
        bottom: 100px;
    }
    .\32xl\:left-25 {
        left: 100px;
    }
    .\32xl\:top-28 {
        top: 7rem;
    }
    .\32xl\:right-28 {
        right: 7rem;
    }
    .\32xl\:bottom-28 {
        bottom: 7rem;
    }
    .\32xl\:left-28 {
        left: 7rem;
    }
    .\32xl\:top-29 {
        top: 120px;
    }
    .\32xl\:right-29 {
        right: 120px;
    }
    .\32xl\:bottom-29 {
        bottom: 120px;
    }
    .\32xl\:left-29 {
        left: 120px;
    }
    .\32xl\:top-32 {
        top: 8rem;
    }
    .\32xl\:right-32 {
        right: 8rem;
    }
    .\32xl\:bottom-32 {
        bottom: 8rem;
    }
    .\32xl\:left-32 {
        left: 8rem;
    }
    .\32xl\:top-33 {
        top: 130px;
    }
    .\32xl\:right-33 {
        right: 130px;
    }
    .\32xl\:bottom-33 {
        bottom: 130px;
    }
    .\32xl\:left-33 {
        left: 130px;
    }
    .\32xl\:top-36 {
        top: 9rem;
    }
    .\32xl\:right-36 {
        right: 9rem;
    }
    .\32xl\:bottom-36 {
        bottom: 9rem;
    }
    .\32xl\:left-36 {
        left: 9rem;
    }
    .\32xl\:top-40 {
        top: 10rem;
    }
    .\32xl\:right-40 {
        right: 10rem;
    }
    .\32xl\:bottom-40 {
        bottom: 10rem;
    }
    .\32xl\:left-40 {
        left: 10rem;
    }
    .\32xl\:top-44 {
        top: 11rem;
    }
    .\32xl\:right-44 {
        right: 11rem;
    }
    .\32xl\:bottom-44 {
        bottom: 11rem;
    }
    .\32xl\:left-44 {
        left: 11rem;
    }
    .\32xl\:top-48 {
        top: 12rem;
    }
    .\32xl\:right-48 {
        right: 12rem;
    }
    .\32xl\:bottom-48 {
        bottom: 12rem;
    }
    .\32xl\:left-48 {
        left: 12rem;
    }
    .\32xl\:top-52 {
        top: 13rem;
    }
    .\32xl\:right-52 {
        right: 13rem;
    }
    .\32xl\:bottom-52 {
        bottom: 13rem;
    }
    .\32xl\:left-52 {
        left: 13rem;
    }
    .\32xl\:top-56 {
        top: 14rem;
    }
    .\32xl\:right-56 {
        right: 14rem;
    }
    .\32xl\:bottom-56 {
        bottom: 14rem;
    }
    .\32xl\:left-56 {
        left: 14rem;
    }
    .\32xl\:top-60 {
        top: 15rem;
    }
    .\32xl\:right-60 {
        right: 15rem;
    }
    .\32xl\:bottom-60 {
        bottom: 15rem;
    }
    .\32xl\:left-60 {
        left: 15rem;
    }
    .\32xl\:top-63 {
        top: 270px;
    }
    .\32xl\:right-63 {
        right: 270px;
    }
    .\32xl\:bottom-63 {
        bottom: 270px;
    }
    .\32xl\:left-63 {
        left: 270px;
    }
    .\32xl\:top-64 {
        top: 16rem;
    }
    .\32xl\:right-64 {
        right: 16rem;
    }
    .\32xl\:bottom-64 {
        bottom: 16rem;
    }
    .\32xl\:left-64 {
        left: 16rem;
    }
    .\32xl\:top-72 {
        top: 18rem;
    }
    .\32xl\:right-72 {
        right: 18rem;
    }
    .\32xl\:bottom-72 {
        bottom: 18rem;
    }
    .\32xl\:left-72 {
        left: 18rem;
    }
    .\32xl\:top-80 {
        top: 20rem;
    }
    .\32xl\:right-80 {
        right: 20rem;
    }
    .\32xl\:bottom-80 {
        bottom: 20rem;
    }
    .\32xl\:left-80 {
        left: 20rem;
    }
    .\32xl\:top-92 {
        top: 475px;
    }
    .\32xl\:right-92 {
        right: 475px;
    }
    .\32xl\:bottom-92 {
        bottom: 475px;
    }
    .\32xl\:left-92 {
        left: 475px;
    }
    .\32xl\:top-96 {
        top: 24rem;
    }
    .\32xl\:right-96 {
        right: 24rem;
    }
    .\32xl\:bottom-96 {
        bottom: 24rem;
    }
    .\32xl\:left-96 {
        left: 24rem;
    }
    .\32xl\:top-128 {
        top: 32rem;
    }
    .\32xl\:right-128 {
        right: 32rem;
    }
    .\32xl\:bottom-128 {
        bottom: 32rem;
    }
    .\32xl\:left-128 {
        left: 32rem;
    }
    .\32xl\:top-auto {
        top: auto;
    }
    .\32xl\:right-auto {
        right: auto;
    }
    .\32xl\:bottom-auto {
        bottom: auto;
    }
    .\32xl\:left-auto {
        left: auto;
    }
    .\32xl\:top-px {
        top: 1px;
    }
    .\32xl\:right-px {
        right: 1px;
    }
    .\32xl\:bottom-px {
        bottom: 1px;
    }
    .\32xl\:left-px {
        left: 1px;
    }
    .\32xl\:top-0\.5 {
        top: 0.125rem;
    }
    .\32xl\:right-0\.5 {
        right: 0.125rem;
    }
    .\32xl\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .\32xl\:left-0\.5 {
        left: 0.125rem;
    }
    .\32xl\:top-1\.5 {
        top: 0.375rem;
    }
    .\32xl\:right-1\.5 {
        right: 0.375rem;
    }
    .\32xl\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .\32xl\:left-1\.5 {
        left: 0.375rem;
    }
    .\32xl\:top-2\.5 {
        top: 0.625rem;
    }
    .\32xl\:right-2\.5 {
        right: 0.625rem;
    }
    .\32xl\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .\32xl\:left-2\.5 {
        left: 0.625rem;
    }
    .\32xl\:top-3\.5 {
        top: 0.875rem;
    }
    .\32xl\:right-3\.5 {
        right: 0.875rem;
    }
    .\32xl\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .\32xl\:left-3\.5 {
        left: 0.875rem;
    }
    .\32xl\:top-105p {
        top: 105px;
    }
    .\32xl\:right-105p {
        right: 105px;
    }
    .\32xl\:bottom-105p {
        bottom: 105px;
    }
    .\32xl\:left-105p {
        left: 105px;
    }
    .\32xl\:top-50p {
        top: 50px;
    }
    .\32xl\:right-50p {
        right: 50px;
    }
    .\32xl\:bottom-50p {
        bottom: 50px;
    }
    .\32xl\:left-50p {
        left: 50px;
    }
    .\32xl\:top-54p {
        top: 54px;
    }
    .\32xl\:right-54p {
        right: 54px;
    }
    .\32xl\:bottom-54p {
        bottom: 54px;
    }
    .\32xl\:left-54p {
        left: 54px;
    }
    .\32xl\:top-1p {
        top: 1px;
    }
    .\32xl\:right-1p {
        right: 1px;
    }
    .\32xl\:bottom-1p {
        bottom: 1px;
    }
    .\32xl\:left-1p {
        left: 1px;
    }
    .\32xl\:top-2p {
        top: 2px;
    }
    .\32xl\:right-2p {
        right: 2px;
    }
    .\32xl\:bottom-2p {
        bottom: 2px;
    }
    .\32xl\:left-2p {
        left: 2px;
    }
    .\32xl\:top-3p {
        top: 3px;
    }
    .\32xl\:right-3p {
        right: 3px;
    }
    .\32xl\:bottom-3p {
        bottom: 3px;
    }
    .\32xl\:left-3p {
        left: 3px;
    }
    .\32xl\:top-5p {
        top: 5px;
    }
    .\32xl\:right-5p {
        right: 5px;
    }
    .\32xl\:bottom-5p {
        bottom: 5px;
    }
    .\32xl\:left-5p {
        left: 5px;
    }
    .\32xl\:top-7p {
        top: 7px;
    }
    .\32xl\:right-7p {
        right: 7px;
    }
    .\32xl\:bottom-7p {
        bottom: 7px;
    }
    .\32xl\:left-7p {
        left: 7px;
    }
    .\32xl\:top-9p {
        top: 9px;
    }
    .\32xl\:right-9p {
        right: 9px;
    }
    .\32xl\:bottom-9p {
        bottom: 9px;
    }
    .\32xl\:left-9p {
        left: 9px;
    }
    .\32xl\:top-10p {
        top: 10px;
    }
    .\32xl\:right-10p {
        right: 10px;
    }
    .\32xl\:bottom-10p {
        bottom: 10px;
    }
    .\32xl\:left-10p {
        left: 10px;
    }
    .\32xl\:top-11p {
        top: 11px;
    }
    .\32xl\:right-11p {
        right: 11px;
    }
    .\32xl\:bottom-11p {
        bottom: 11px;
    }
    .\32xl\:left-11p {
        left: 11px;
    }
    .\32xl\:top-13p {
        top: 13px;
    }
    .\32xl\:right-13p {
        right: 13px;
    }
    .\32xl\:bottom-13p {
        bottom: 13px;
    }
    .\32xl\:left-13p {
        left: 13px;
    }
    .\32xl\:top-15p {
        top: 15px;
    }
    .\32xl\:right-15p {
        right: 15px;
    }
    .\32xl\:bottom-15p {
        bottom: 15px;
    }
    .\32xl\:left-15p {
        left: 15px;
    }
    .\32xl\:top-18p {
        top: 18px;
    }
    .\32xl\:right-18p {
        right: 18px;
    }
    .\32xl\:bottom-18p {
        bottom: 18px;
    }
    .\32xl\:left-18p {
        left: 18px;
    }
    .\32xl\:top-19p {
        top: 19px;
    }
    .\32xl\:right-19p {
        right: 19px;
    }
    .\32xl\:bottom-19p {
        bottom: 19px;
    }
    .\32xl\:left-19p {
        left: 19px;
    }
    .\32xl\:top-21p {
        top: 21px;
    }
    .\32xl\:right-21p {
        right: 21px;
    }
    .\32xl\:bottom-21p {
        bottom: 21px;
    }
    .\32xl\:left-21p {
        left: 21px;
    }
    .\32xl\:top-22p {
        top: 22px;
    }
    .\32xl\:right-22p {
        right: 22px;
    }
    .\32xl\:bottom-22p {
        bottom: 22px;
    }
    .\32xl\:left-22p {
        left: 22px;
    }
    .\32xl\:top-23p {
        top: 23px;
    }
    .\32xl\:right-23p {
        right: 23px;
    }
    .\32xl\:bottom-23p {
        bottom: 23px;
    }
    .\32xl\:left-23p {
        left: 23px;
    }
    .\32xl\:top-25p {
        top: 25px;
    }
    .\32xl\:right-25p {
        right: 25px;
    }
    .\32xl\:bottom-25p {
        bottom: 25px;
    }
    .\32xl\:left-25p {
        left: 25px;
    }
    .\32xl\:top-26p {
        top: 26px;
    }
    .\32xl\:right-26p {
        right: 26px;
    }
    .\32xl\:bottom-26p {
        bottom: 26px;
    }
    .\32xl\:left-26p {
        left: 26px;
    }
    .\32xl\:top-29p {
        top: 29px;
    }
    .\32xl\:right-29p {
        right: 29px;
    }
    .\32xl\:bottom-29p {
        bottom: 29px;
    }
    .\32xl\:left-29p {
        left: 29px;
    }
    .\32xl\:top-30p {
        top: 30px;
    }
    .\32xl\:right-30p {
        right: 30px;
    }
    .\32xl\:bottom-30p {
        bottom: 30px;
    }
    .\32xl\:left-30p {
        left: 30px;
    }
    .\32xl\:top-31p {
        top: 31px;
    }
    .\32xl\:right-31p {
        right: 31px;
    }
    .\32xl\:bottom-31p {
        bottom: 31px;
    }
    .\32xl\:left-31p {
        left: 31px;
    }
    .\32xl\:top-35p {
        top: 35px;
    }
    .\32xl\:right-35p {
        right: 35px;
    }
    .\32xl\:bottom-35p {
        bottom: 35px;
    }
    .\32xl\:left-35p {
        left: 35px;
    }
    .\32xl\:top-52p {
        top: 52px;
    }
    .\32xl\:right-52p {
        right: 52px;
    }
    .\32xl\:bottom-52p {
        bottom: 52px;
    }
    .\32xl\:left-52p {
        left: 52px;
    }
    .\32xl\:top-53p {
        top: 53px;
    }
    .\32xl\:right-53p {
        right: 53px;
    }
    .\32xl\:bottom-53p {
        bottom: 53px;
    }
    .\32xl\:left-53p {
        left: 53px;
    }
    .\32xl\:top-55p {
        top: 55px;
    }
    .\32xl\:right-55p {
        right: 55px;
    }
    .\32xl\:bottom-55p {
        bottom: 55px;
    }
    .\32xl\:left-55p {
        left: 55px;
    }
    .\32xl\:top-59p {
        top: 59px;
    }
    .\32xl\:right-59p {
        right: 59px;
    }
    .\32xl\:bottom-59p {
        bottom: 59px;
    }
    .\32xl\:left-59p {
        left: 59px;
    }
    .\32xl\:top-27p {
        top: 27px;
    }
    .\32xl\:right-27p {
        right: 27px;
    }
    .\32xl\:bottom-27p {
        bottom: 27px;
    }
    .\32xl\:left-27p {
        left: 27px;
    }
    .\32xl\:top-33\.5p {
        top: 33.5px;
    }
    .\32xl\:right-33\.5p {
        right: 33.5px;
    }
    .\32xl\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .\32xl\:left-33\.5p {
        left: 33.5px;
    }
    .\32xl\:top-38p {
        top: 38px;
    }
    .\32xl\:right-38p {
        right: 38px;
    }
    .\32xl\:bottom-38p {
        bottom: 38px;
    }
    .\32xl\:left-38p {
        left: 38px;
    }
    .\32xl\:top-40p {
        top: 40px;
    }
    .\32xl\:right-40p {
        right: 40px;
    }
    .\32xl\:bottom-40p {
        bottom: 40px;
    }
    .\32xl\:left-40p {
        left: 40px;
    }
    .\32xl\:top-46p {
        top: 46px;
    }
    .\32xl\:right-46p {
        right: 46px;
    }
    .\32xl\:bottom-46p {
        bottom: 46px;
    }
    .\32xl\:left-46p {
        left: 46px;
    }
    .\32xl\:top-47p {
        top: 47px;
    }
    .\32xl\:right-47p {
        right: 47px;
    }
    .\32xl\:bottom-47p {
        bottom: 47px;
    }
    .\32xl\:left-47p {
        left: 47px;
    }
    .\32xl\:top-49p {
        top: 49px;
    }
    .\32xl\:right-49p {
        right: 49px;
    }
    .\32xl\:bottom-49p {
        bottom: 49px;
    }
    .\32xl\:left-49p {
        left: 49px;
    }
    .\32xl\:top-58p {
        top: 58px;
    }
    .\32xl\:right-58p {
        right: 58px;
    }
    .\32xl\:bottom-58p {
        bottom: 58px;
    }
    .\32xl\:left-58p {
        left: 58px;
    }
    .\32xl\:top-75p {
        top: 75px;
    }
    .\32xl\:right-75p {
        right: 75px;
    }
    .\32xl\:bottom-75p {
        bottom: 75px;
    }
    .\32xl\:left-75p {
        left: 75px;
    }
    .\32xl\:top-77p {
        top: 77px;
    }
    .\32xl\:right-77p {
        right: 77px;
    }
    .\32xl\:bottom-77p {
        bottom: 77px;
    }
    .\32xl\:left-77p {
        left: 77px;
    }
    .\32xl\:top-60p {
        top: 60px;
    }
    .\32xl\:right-60p {
        right: 60px;
    }
    .\32xl\:bottom-60p {
        bottom: 60px;
    }
    .\32xl\:left-60p {
        left: 60px;
    }
    .\32xl\:top-65p {
        top: 65px;
    }
    .\32xl\:right-65p {
        right: 65px;
    }
    .\32xl\:bottom-65p {
        bottom: 65px;
    }
    .\32xl\:left-65p {
        left: 65px;
    }
    .\32xl\:top-66p {
        top: 66px;
    }
    .\32xl\:right-66p {
        right: 66px;
    }
    .\32xl\:bottom-66p {
        bottom: 66px;
    }
    .\32xl\:left-66p {
        left: 66px;
    }
    .\32xl\:top-68p {
        top: 68px;
    }
    .\32xl\:right-68p {
        right: 68px;
    }
    .\32xl\:bottom-68p {
        bottom: 68px;
    }
    .\32xl\:left-68p {
        left: 68px;
    }
    .\32xl\:top-70p {
        top: 70px;
    }
    .\32xl\:right-70p {
        right: 70px;
    }
    .\32xl\:bottom-70p {
        bottom: 70px;
    }
    .\32xl\:left-70p {
        left: 70px;
    }
    .\32xl\:top-72p {
        top: 72px;
    }
    .\32xl\:right-72p {
        right: 72px;
    }
    .\32xl\:bottom-72p {
        bottom: 72px;
    }
    .\32xl\:left-72p {
        left: 72px;
    }
    .\32xl\:top-74p {
        top: 74px;
    }
    .\32xl\:right-74p {
        right: 74px;
    }
    .\32xl\:bottom-74p {
        bottom: 74px;
    }
    .\32xl\:left-74p {
        left: 74px;
    }
    .\32xl\:top-78p {
        top: 78px;
    }
    .\32xl\:right-78p {
        right: 78px;
    }
    .\32xl\:bottom-78p {
        bottom: 78px;
    }
    .\32xl\:left-78p {
        left: 78px;
    }
    .\32xl\:top-80p {
        top: 80px;
    }
    .\32xl\:right-80p {
        right: 80px;
    }
    .\32xl\:bottom-80p {
        bottom: 80px;
    }
    .\32xl\:left-80p {
        left: 80px;
    }
    .\32xl\:top-82p {
        top: 82px;
    }
    .\32xl\:right-82p {
        right: 82px;
    }
    .\32xl\:bottom-82p {
        bottom: 82px;
    }
    .\32xl\:left-82p {
        left: 82px;
    }
    .\32xl\:top-84p {
        top: 84px;
    }
    .\32xl\:right-84p {
        right: 84px;
    }
    .\32xl\:bottom-84p {
        bottom: 84px;
    }
    .\32xl\:left-84p {
        left: 84px;
    }
    .\32xl\:top-89p {
        top: 89px;
    }
    .\32xl\:right-89p {
        right: 89px;
    }
    .\32xl\:bottom-89p {
        bottom: 89px;
    }
    .\32xl\:left-89p {
        left: 89px;
    }
    .\32xl\:top-93p {
        top: 93px;
    }
    .\32xl\:right-93p {
        right: 93px;
    }
    .\32xl\:bottom-93p {
        bottom: 93px;
    }
    .\32xl\:left-93p {
        left: 93px;
    }
    .\32xl\:top-90p {
        top: 90px;
    }
    .\32xl\:right-90p {
        right: 90px;
    }
    .\32xl\:bottom-90p {
        bottom: 90px;
    }
    .\32xl\:left-90p {
        left: 90px;
    }
    .\32xl\:top-97p {
        top: 97px;
    }
    .\32xl\:right-97p {
        right: 97px;
    }
    .\32xl\:bottom-97p {
        bottom: 97px;
    }
    .\32xl\:left-97p {
        left: 97px;
    }
    .\32xl\:top-103p {
        top: 103px;
    }
    .\32xl\:right-103p {
        right: 103px;
    }
    .\32xl\:bottom-103p {
        bottom: 103px;
    }
    .\32xl\:left-103p {
        left: 103px;
    }
    .\32xl\:top-116p {
        top: 116px;
    }
    .\32xl\:right-116p {
        right: 116px;
    }
    .\32xl\:bottom-116p {
        bottom: 116px;
    }
    .\32xl\:left-116p {
        left: 116px;
    }
    .\32xl\:top-120p {
        top: 120px;
    }
    .\32xl\:right-120p {
        right: 120px;
    }
    .\32xl\:bottom-120p {
        bottom: 120px;
    }
    .\32xl\:left-120p {
        left: 120px;
    }
    .\32xl\:top-125p {
        top: 125px;
    }
    .\32xl\:right-125p {
        right: 125px;
    }
    .\32xl\:bottom-125p {
        bottom: 125px;
    }
    .\32xl\:left-125p {
        left: 125px;
    }
    .\32xl\:top-130p {
        top: 130px;
    }
    .\32xl\:right-130p {
        right: 130px;
    }
    .\32xl\:bottom-130p {
        bottom: 130px;
    }
    .\32xl\:left-130p {
        left: 130px;
    }
    .\32xl\:top-135p {
        top: 135px;
    }
    .\32xl\:right-135p {
        right: 135px;
    }
    .\32xl\:bottom-135p {
        bottom: 135px;
    }
    .\32xl\:left-135p {
        left: 135px;
    }
    .\32xl\:top-132p {
        top: 132px;
    }
    .\32xl\:right-132p {
        right: 132px;
    }
    .\32xl\:bottom-132p {
        bottom: 132px;
    }
    .\32xl\:left-132p {
        left: 132px;
    }
    .\32xl\:top-150p {
        top: 150px;
    }
    .\32xl\:right-150p {
        right: 150px;
    }
    .\32xl\:bottom-150p {
        bottom: 150px;
    }
    .\32xl\:left-150p {
        left: 150px;
    }
    .\32xl\:top-216p {
        top: 216px;
    }
    .\32xl\:right-216p {
        right: 216px;
    }
    .\32xl\:bottom-216p {
        bottom: 216px;
    }
    .\32xl\:left-216p {
        left: 216px;
    }
    .\32xl\:top-225p {
        top: 225px;
    }
    .\32xl\:right-225p {
        right: 225px;
    }
    .\32xl\:bottom-225p {
        bottom: 225px;
    }
    .\32xl\:left-225p {
        left: 225px;
    }
    .\32xl\:top-296p {
        top: 296px;
    }
    .\32xl\:right-296p {
        right: 296px;
    }
    .\32xl\:bottom-296p {
        bottom: 296px;
    }
    .\32xl\:left-296p {
        left: 296px;
    }
    .\32xl\:top-270p {
        top: 270px;
    }
    .\32xl\:right-270p {
        right: 270px;
    }
    .\32xl\:bottom-270p {
        bottom: 270px;
    }
    .\32xl\:left-270p {
        left: 270px;
    }
    .\32xl\:top-137p {
        top: 137px;
    }
    .\32xl\:right-137p {
        right: 137px;
    }
    .\32xl\:bottom-137p {
        bottom: 137px;
    }
    .\32xl\:left-137p {
        left: 137px;
    }
    .\32xl\:top-141p {
        top: 141px;
    }
    .\32xl\:right-141p {
        right: 141px;
    }
    .\32xl\:bottom-141p {
        bottom: 141px;
    }
    .\32xl\:left-141p {
        left: 141px;
    }
    .\32xl\:top-146p {
        top: 146px;
    }
    .\32xl\:right-146p {
        right: 146px;
    }
    .\32xl\:bottom-146p {
        bottom: 146px;
    }
    .\32xl\:left-146p {
        left: 146px;
    }
    .\32xl\:top-152p {
        top: 152px;
    }
    .\32xl\:right-152p {
        right: 152px;
    }
    .\32xl\:bottom-152p {
        bottom: 152px;
    }
    .\32xl\:left-152p {
        left: 152px;
    }
    .\32xl\:top-155p {
        top: 155px;
    }
    .\32xl\:right-155p {
        right: 155px;
    }
    .\32xl\:bottom-155p {
        bottom: 155px;
    }
    .\32xl\:left-155p {
        left: 155px;
    }
    .\32xl\:top-163p {
        top: 163px;
    }
    .\32xl\:right-163p {
        right: 163px;
    }
    .\32xl\:bottom-163p {
        bottom: 163px;
    }
    .\32xl\:left-163p {
        left: 163px;
    }
    .\32xl\:top-168p {
        top: 168px;
    }
    .\32xl\:right-168p {
        right: 168px;
    }
    .\32xl\:bottom-168p {
        bottom: 168px;
    }
    .\32xl\:left-168p {
        left: 168px;
    }
    .\32xl\:top-173p {
        top: 173px;
    }
    .\32xl\:right-173p {
        right: 173px;
    }
    .\32xl\:bottom-173p {
        bottom: 173px;
    }
    .\32xl\:left-173p {
        left: 173px;
    }
    .\32xl\:top-210p {
        top: 210px;
    }
    .\32xl\:right-210p {
        right: 210px;
    }
    .\32xl\:bottom-210p {
        bottom: 210px;
    }
    .\32xl\:left-210p {
        left: 210px;
    }
    .\32xl\:top-245p {
        top: 245px;
    }
    .\32xl\:right-245p {
        right: 245px;
    }
    .\32xl\:bottom-245p {
        bottom: 245px;
    }
    .\32xl\:left-245p {
        left: 245px;
    }
    .\32xl\:top-250p {
        top: 250px;
    }
    .\32xl\:right-250p {
        right: 250px;
    }
    .\32xl\:bottom-250p {
        bottom: 250px;
    }
    .\32xl\:left-250p {
        left: 250px;
    }
    .\32xl\:top-260p {
        top: 260px;
    }
    .\32xl\:right-260p {
        right: 260px;
    }
    .\32xl\:bottom-260p {
        bottom: 260px;
    }
    .\32xl\:left-260p {
        left: 260px;
    }
    .\32xl\:top-263p {
        top: 263px;
    }
    .\32xl\:right-263p {
        right: 263px;
    }
    .\32xl\:bottom-263p {
        bottom: 263px;
    }
    .\32xl\:left-263p {
        left: 263px;
    }
    .\32xl\:top-266p {
        top: 266px;
    }
    .\32xl\:right-266p {
        right: 266px;
    }
    .\32xl\:bottom-266p {
        bottom: 266px;
    }
    .\32xl\:left-266p {
        left: 266px;
    }
    .\32xl\:top-275p {
        top: 275px;
    }
    .\32xl\:right-275p {
        right: 275px;
    }
    .\32xl\:bottom-275p {
        bottom: 275px;
    }
    .\32xl\:left-275p {
        left: 275px;
    }
    .\32xl\:top-300p {
        top: 300px;
    }
    .\32xl\:right-300p {
        right: 300px;
    }
    .\32xl\:bottom-300p {
        bottom: 300px;
    }
    .\32xl\:left-300p {
        left: 300px;
    }
    .\32xl\:top-312p {
        top: 312px;
    }
    .\32xl\:right-312p {
        right: 312px;
    }
    .\32xl\:bottom-312p {
        bottom: 312px;
    }
    .\32xl\:left-312p {
        left: 312px;
    }
    .\32xl\:top-318p {
        top: 318px;
    }
    .\32xl\:right-318p {
        right: 318px;
    }
    .\32xl\:bottom-318p {
        bottom: 318px;
    }
    .\32xl\:left-318p {
        left: 318px;
    }
    .\32xl\:top-322p {
        top: 322px;
    }
    .\32xl\:right-322p {
        right: 322px;
    }
    .\32xl\:bottom-322p {
        bottom: 322px;
    }
    .\32xl\:left-322p {
        left: 322px;
    }
    .\32xl\:top-337p {
        top: 337px;
    }
    .\32xl\:right-337p {
        right: 337px;
    }
    .\32xl\:bottom-337p {
        bottom: 337px;
    }
    .\32xl\:left-337p {
        left: 337px;
    }
    .\32xl\:top-345p {
        top: 345px;
    }
    .\32xl\:right-345p {
        right: 345px;
    }
    .\32xl\:bottom-345p {
        bottom: 345px;
    }
    .\32xl\:left-345p {
        left: 345px;
    }
    .\32xl\:top-344p {
        top: 344px;
    }
    .\32xl\:right-344p {
        right: 344px;
    }
    .\32xl\:bottom-344p {
        bottom: 344px;
    }
    .\32xl\:left-344p {
        left: 344px;
    }
    .\32xl\:top-354p {
        top: 354px;
    }
    .\32xl\:right-354p {
        right: 354px;
    }
    .\32xl\:bottom-354p {
        bottom: 354px;
    }
    .\32xl\:left-354p {
        left: 354px;
    }
    .\32xl\:top-364p {
        top: 364px;
    }
    .\32xl\:right-364p {
        right: 364px;
    }
    .\32xl\:bottom-364p {
        bottom: 364px;
    }
    .\32xl\:left-364p {
        left: 364px;
    }
    .\32xl\:top-370p {
        top: 370px;
    }
    .\32xl\:right-370p {
        right: 370px;
    }
    .\32xl\:bottom-370p {
        bottom: 370px;
    }
    .\32xl\:left-370p {
        left: 370px;
    }
    .\32xl\:top-382p {
        top: 382px;
    }
    .\32xl\:right-382p {
        right: 382px;
    }
    .\32xl\:bottom-382p {
        bottom: 382px;
    }
    .\32xl\:left-382p {
        left: 382px;
    }
    .\32xl\:top-385p {
        top: 385px;
    }
    .\32xl\:right-385p {
        right: 385px;
    }
    .\32xl\:bottom-385p {
        bottom: 385px;
    }
    .\32xl\:left-385p {
        left: 385px;
    }
    .\32xl\:top-400p {
        top: 400px;
    }
    .\32xl\:right-400p {
        right: 400px;
    }
    .\32xl\:bottom-400p {
        bottom: 400px;
    }
    .\32xl\:left-400p {
        left: 400px;
    }
    .\32xl\:top-407p {
        top: 407px;
    }
    .\32xl\:right-407p {
        right: 407px;
    }
    .\32xl\:bottom-407p {
        bottom: 407px;
    }
    .\32xl\:left-407p {
        left: 407px;
    }
    .\32xl\:top-411p {
        top: 411px;
    }
    .\32xl\:right-411p {
        right: 411px;
    }
    .\32xl\:bottom-411p {
        bottom: 411px;
    }
    .\32xl\:left-411p {
        left: 411px;
    }
    .\32xl\:top-418p {
        top: 418px;
    }
    .\32xl\:right-418p {
        right: 418px;
    }
    .\32xl\:bottom-418p {
        bottom: 418px;
    }
    .\32xl\:left-418p {
        left: 418px;
    }
    .\32xl\:top-430p {
        top: 430px;
    }
    .\32xl\:right-430p {
        right: 430px;
    }
    .\32xl\:bottom-430p {
        bottom: 430px;
    }
    .\32xl\:left-430p {
        left: 430px;
    }
    .\32xl\:top-450p {
        top: 450px;
    }
    .\32xl\:right-450p {
        right: 450px;
    }
    .\32xl\:bottom-450p {
        bottom: 450px;
    }
    .\32xl\:left-450p {
        left: 450px;
    }
    .\32xl\:top-468p {
        top: 468px;
    }
    .\32xl\:right-468p {
        right: 468px;
    }
    .\32xl\:bottom-468p {
        bottom: 468px;
    }
    .\32xl\:left-468p {
        left: 468px;
    }
    .\32xl\:top-485p {
        top: 485px;
    }
    .\32xl\:right-485p {
        right: 485px;
    }
    .\32xl\:bottom-485p {
        bottom: 485px;
    }
    .\32xl\:left-485p {
        left: 485px;
    }
    .\32xl\:top-491p {
        top: 491px;
    }
    .\32xl\:right-491p {
        right: 491px;
    }
    .\32xl\:bottom-491p {
        bottom: 491px;
    }
    .\32xl\:left-491p {
        left: 491px;
    }
    .\32xl\:top-494p {
        top: 494px;
    }
    .\32xl\:right-494p {
        right: 494px;
    }
    .\32xl\:bottom-494p {
        bottom: 494px;
    }
    .\32xl\:left-494p {
        left: 494px;
    }
    .\32xl\:top-470p {
        top: 470px;
    }
    .\32xl\:right-470p {
        right: 470px;
    }
    .\32xl\:bottom-470p {
        bottom: 470px;
    }
    .\32xl\:left-470p {
        left: 470px;
    }
    .\32xl\:top-480p {
        top: 480px;
    }
    .\32xl\:right-480p {
        right: 480px;
    }
    .\32xl\:bottom-480p {
        bottom: 480px;
    }
    .\32xl\:left-480p {
        left: 480px;
    }
    .\32xl\:top-532p {
        top: 532px;
    }
    .\32xl\:right-532p {
        right: 532px;
    }
    .\32xl\:bottom-532p {
        bottom: 532px;
    }
    .\32xl\:left-532p {
        left: 532px;
    }
    .\32xl\:top-556p {
        top: 556px;
    }
    .\32xl\:right-556p {
        right: 556px;
    }
    .\32xl\:bottom-556p {
        bottom: 556px;
    }
    .\32xl\:left-556p {
        left: 556px;
    }
    .\32xl\:top-505p {
        top: 505px;
    }
    .\32xl\:right-505p {
        right: 505px;
    }
    .\32xl\:bottom-505p {
        bottom: 505px;
    }
    .\32xl\:left-505p {
        left: 505px;
    }
    .\32xl\:top-1179p {
        top: 1179px;
    }
    .\32xl\:right-1179p {
        right: 1179px;
    }
    .\32xl\:bottom-1179p {
        bottom: 1179px;
    }
    .\32xl\:left-1179p {
        left: 1179px;
    }
    .\32xl\:top-1253p {
        top: 1253px;
    }
    .\32xl\:right-1253p {
        right: 1253px;
    }
    .\32xl\:bottom-1253p {
        bottom: 1253px;
    }
    .\32xl\:left-1253p {
        left: 1253px;
    }
    .\32xl\:top-1575p {
        top: 1575px;
    }
    .\32xl\:right-1575p {
        right: 1575px;
    }
    .\32xl\:bottom-1575p {
        bottom: 1575px;
    }
    .\32xl\:left-1575p {
        left: 1575px;
    }
    .\32xl\:top-600p {
        top: 600px;
    }
    .\32xl\:right-600p {
        right: 600px;
    }
    .\32xl\:bottom-600p {
        bottom: 600px;
    }
    .\32xl\:left-600p {
        left: 600px;
    }
    .\32xl\:top-649p {
        top: 649px;
    }
    .\32xl\:right-649p {
        right: 649px;
    }
    .\32xl\:bottom-649p {
        bottom: 649px;
    }
    .\32xl\:left-649p {
        left: 649px;
    }
    .\32xl\:top-690p {
        top: 690px;
    }
    .\32xl\:right-690p {
        right: 690px;
    }
    .\32xl\:bottom-690p {
        bottom: 690px;
    }
    .\32xl\:left-690p {
        left: 690px;
    }
    .\32xl\:top-19\% {
        top: 19%;
    }
    .\32xl\:right-19\% {
        right: 19%;
    }
    .\32xl\:bottom-19\% {
        bottom: 19%;
    }
    .\32xl\:left-19\% {
        left: 19%;
    }
    .\32xl\:top-23\% {
        top: 23%;
    }
    .\32xl\:right-23\% {
        right: 23%;
    }
    .\32xl\:bottom-23\% {
        bottom: 23%;
    }
    .\32xl\:left-23\% {
        left: 23%;
    }
    .\32xl\:top-24\% {
        top: 24%;
    }
    .\32xl\:right-24\% {
        right: 24%;
    }
    .\32xl\:bottom-24\% {
        bottom: 24%;
    }
    .\32xl\:left-24\% {
        left: 24%;
    }
    .\32xl\:top-36\% {
        top: 36%;
    }
    .\32xl\:right-36\% {
        right: 36%;
    }
    .\32xl\:bottom-36\% {
        bottom: 36%;
    }
    .\32xl\:left-36\% {
        left: 36%;
    }
    .\32xl\:top-27\% {
        top: 27%;
    }
    .\32xl\:right-27\% {
        right: 27%;
    }
    .\32xl\:bottom-27\% {
        bottom: 27%;
    }
    .\32xl\:left-27\% {
        left: 27%;
    }
    .\32xl\:top-28\% {
        top: 28%;
    }
    .\32xl\:right-28\% {
        right: 28%;
    }
    .\32xl\:bottom-28\% {
        bottom: 28%;
    }
    .\32xl\:left-28\% {
        left: 28%;
    }
    .\32xl\:top-42\% {
        top: 42%;
    }
    .\32xl\:right-42\% {
        right: 42%;
    }
    .\32xl\:bottom-42\% {
        bottom: 42%;
    }
    .\32xl\:left-42\% {
        left: 42%;
    }
    .\32xl\:top-46\% {
        top: 46%;
    }
    .\32xl\:right-46\% {
        right: 46%;
    }
    .\32xl\:bottom-46\% {
        bottom: 46%;
    }
    .\32xl\:left-46\% {
        left: 46%;
    }
    .\32xl\:top-49\% {
        top: 49%;
    }
    .\32xl\:right-49\% {
        right: 49%;
    }
    .\32xl\:bottom-49\% {
        bottom: 49%;
    }
    .\32xl\:left-49\% {
        left: 49%;
    }
    .\32xl\:top-54\% {
        top: 54%;
    }
    .\32xl\:right-54\% {
        right: 54%;
    }
    .\32xl\:bottom-54\% {
        bottom: 54%;
    }
    .\32xl\:left-54\% {
        left: 54%;
    }
    .\32xl\:top-58\% {
        top: 58%;
    }
    .\32xl\:right-58\% {
        right: 58%;
    }
    .\32xl\:bottom-58\% {
        bottom: 58%;
    }
    .\32xl\:left-58\% {
        left: 58%;
    }
    .\32xl\:top-72\% {
        top: 72%;
    }
    .\32xl\:right-72\% {
        right: 72%;
    }
    .\32xl\:bottom-72\% {
        bottom: 72%;
    }
    .\32xl\:left-72\% {
        left: 72%;
    }
    .\32xl\:top-76\% {
        top: 76%;
    }
    .\32xl\:right-76\% {
        right: 76%;
    }
    .\32xl\:bottom-76\% {
        bottom: 76%;
    }
    .\32xl\:left-76\% {
        left: 76%;
    }
    .\32xl\:top-77\% {
        top: 77%;
    }
    .\32xl\:right-77\% {
        right: 77%;
    }
    .\32xl\:bottom-77\% {
        bottom: 77%;
    }
    .\32xl\:left-77\% {
        left: 77%;
    }
    .\32xl\:top-340p {
        top: 340px;
    }
    .\32xl\:right-340p {
        right: 340px;
    }
    .\32xl\:bottom-340p {
        bottom: 340px;
    }
    .\32xl\:left-340p {
        left: 340px;
    }
    .\32xl\:top-700p {
        top: 700px;
    }
    .\32xl\:right-700p {
        right: 700px;
    }
    .\32xl\:bottom-700p {
        bottom: 700px;
    }
    .\32xl\:left-700p {
        left: 700px;
    }
    .\32xl\:top-848p {
        top: 848px;
    }
    .\32xl\:right-848p {
        right: 848px;
    }
    .\32xl\:bottom-848p {
        bottom: 848px;
    }
    .\32xl\:left-848p {
        left: 848px;
    }
    .\32xl\:top-850p {
        top: 850px;
    }
    .\32xl\:right-850p {
        right: 850px;
    }
    .\32xl\:bottom-850p {
        bottom: 850px;
    }
    .\32xl\:left-850p {
        left: 850px;
    }
    .\32xl\:top-860p {
        top: 860px;
    }
    .\32xl\:right-860p {
        right: 860px;
    }
    .\32xl\:bottom-860p {
        bottom: 860px;
    }
    .\32xl\:left-860p {
        left: 860px;
    }
    .\32xl\:top-1425p {
        top: 1425px;
    }
    .\32xl\:right-1425p {
        right: 1425px;
    }
    .\32xl\:bottom-1425p {
        bottom: 1425px;
    }
    .\32xl\:left-1425p {
        left: 1425px;
    }
    .\32xl\:-top-0 {
        top: 0;
    }
    .\32xl\:-right-0 {
        right: 0;
    }
    .\32xl\:-bottom-0 {
        bottom: 0;
    }
    .\32xl\:-left-0 {
        left: 0;
    }
    .\32xl\:-top-1 {
        top: -0.25rem;
    }
    .\32xl\:-right-1 {
        right: -0.25rem;
    }
    .\32xl\:-bottom-1 {
        bottom: -0.25rem;
    }
    .\32xl\:-left-1 {
        left: -0.25rem;
    }
    .\32xl\:-top-2 {
        top: -0.5rem;
    }
    .\32xl\:-right-2 {
        right: -0.5rem;
    }
    .\32xl\:-bottom-2 {
        bottom: -0.5rem;
    }
    .\32xl\:-left-2 {
        left: -0.5rem;
    }
    .\32xl\:-top-3 {
        top: -0.75rem;
    }
    .\32xl\:-right-3 {
        right: -0.75rem;
    }
    .\32xl\:-bottom-3 {
        bottom: -0.75rem;
    }
    .\32xl\:-left-3 {
        left: -0.75rem;
    }
    .\32xl\:-top-4 {
        top: -1rem;
    }
    .\32xl\:-right-4 {
        right: -1rem;
    }
    .\32xl\:-bottom-4 {
        bottom: -1rem;
    }
    .\32xl\:-left-4 {
        left: -1rem;
    }
    .\32xl\:-top-5 {
        top: -1.25rem;
    }
    .\32xl\:-right-5 {
        right: -1.25rem;
    }
    .\32xl\:-bottom-5 {
        bottom: -1.25rem;
    }
    .\32xl\:-left-5 {
        left: -1.25rem;
    }
    .\32xl\:-top-6 {
        top: -1.5rem;
    }
    .\32xl\:-right-6 {
        right: -1.5rem;
    }
    .\32xl\:-bottom-6 {
        bottom: -1.5rem;
    }
    .\32xl\:-left-6 {
        left: -1.5rem;
    }
    .\32xl\:-top-7 {
        top: -1.75rem;
    }
    .\32xl\:-right-7 {
        right: -1.75rem;
    }
    .\32xl\:-bottom-7 {
        bottom: -1.75rem;
    }
    .\32xl\:-left-7 {
        left: -1.75rem;
    }
    .\32xl\:-top-8 {
        top: -2rem;
    }
    .\32xl\:-right-8 {
        right: -2rem;
    }
    .\32xl\:-bottom-8 {
        bottom: -2rem;
    }
    .\32xl\:-left-8 {
        left: -2rem;
    }
    .\32xl\:-top-9 {
        top: -2.25rem;
    }
    .\32xl\:-right-9 {
        right: -2.25rem;
    }
    .\32xl\:-bottom-9 {
        bottom: -2.25rem;
    }
    .\32xl\:-left-9 {
        left: -2.25rem;
    }
    .\32xl\:-top-10 {
        top: -2.5rem;
    }
    .\32xl\:-right-10 {
        right: -2.5rem;
    }
    .\32xl\:-bottom-10 {
        bottom: -2.5rem;
    }
    .\32xl\:-left-10 {
        left: -2.5rem;
    }
    .\32xl\:-top-11 {
        top: -2.75rem;
    }
    .\32xl\:-right-11 {
        right: -2.75rem;
    }
    .\32xl\:-bottom-11 {
        bottom: -2.75rem;
    }
    .\32xl\:-left-11 {
        left: -2.75rem;
    }
    .\32xl\:-top-12 {
        top: -3rem;
    }
    .\32xl\:-right-12 {
        right: -3rem;
    }
    .\32xl\:-bottom-12 {
        bottom: -3rem;
    }
    .\32xl\:-left-12 {
        left: -3rem;
    }
    .\32xl\:-top-14 {
        top: -3.5rem;
    }
    .\32xl\:-right-14 {
        right: -3.5rem;
    }
    .\32xl\:-bottom-14 {
        bottom: -3.5rem;
    }
    .\32xl\:-left-14 {
        left: -3.5rem;
    }
    .\32xl\:-top-16 {
        top: -4rem;
    }
    .\32xl\:-right-16 {
        right: -4rem;
    }
    .\32xl\:-bottom-16 {
        bottom: -4rem;
    }
    .\32xl\:-left-16 {
        left: -4rem;
    }
    .\32xl\:-top-20 {
        top: -5rem;
    }
    .\32xl\:-right-20 {
        right: -5rem;
    }
    .\32xl\:-bottom-20 {
        bottom: -5rem;
    }
    .\32xl\:-left-20 {
        left: -5rem;
    }
    .\32xl\:-top-23 {
        top: -88px;
    }
    .\32xl\:-right-23 {
        right: -88px;
    }
    .\32xl\:-bottom-23 {
        bottom: -88px;
    }
    .\32xl\:-left-23 {
        left: -88px;
    }
    .\32xl\:-top-24 {
        top: -6rem;
    }
    .\32xl\:-right-24 {
        right: -6rem;
    }
    .\32xl\:-bottom-24 {
        bottom: -6rem;
    }
    .\32xl\:-left-24 {
        left: -6rem;
    }
    .\32xl\:-top-25 {
        top: -100px;
    }
    .\32xl\:-right-25 {
        right: -100px;
    }
    .\32xl\:-bottom-25 {
        bottom: -100px;
    }
    .\32xl\:-left-25 {
        left: -100px;
    }
    .\32xl\:-top-28 {
        top: -7rem;
    }
    .\32xl\:-right-28 {
        right: -7rem;
    }
    .\32xl\:-bottom-28 {
        bottom: -7rem;
    }
    .\32xl\:-left-28 {
        left: -7rem;
    }
    .\32xl\:-top-29 {
        top: -120px;
    }
    .\32xl\:-right-29 {
        right: -120px;
    }
    .\32xl\:-bottom-29 {
        bottom: -120px;
    }
    .\32xl\:-left-29 {
        left: -120px;
    }
    .\32xl\:-top-32 {
        top: -8rem;
    }
    .\32xl\:-right-32 {
        right: -8rem;
    }
    .\32xl\:-bottom-32 {
        bottom: -8rem;
    }
    .\32xl\:-left-32 {
        left: -8rem;
    }
    .\32xl\:-top-33 {
        top: -130px;
    }
    .\32xl\:-right-33 {
        right: -130px;
    }
    .\32xl\:-bottom-33 {
        bottom: -130px;
    }
    .\32xl\:-left-33 {
        left: -130px;
    }
    .\32xl\:-top-36 {
        top: -9rem;
    }
    .\32xl\:-right-36 {
        right: -9rem;
    }
    .\32xl\:-bottom-36 {
        bottom: -9rem;
    }
    .\32xl\:-left-36 {
        left: -9rem;
    }
    .\32xl\:-top-40 {
        top: -10rem;
    }
    .\32xl\:-right-40 {
        right: -10rem;
    }
    .\32xl\:-bottom-40 {
        bottom: -10rem;
    }
    .\32xl\:-left-40 {
        left: -10rem;
    }
    .\32xl\:-top-44 {
        top: -11rem;
    }
    .\32xl\:-right-44 {
        right: -11rem;
    }
    .\32xl\:-bottom-44 {
        bottom: -11rem;
    }
    .\32xl\:-left-44 {
        left: -11rem;
    }
    .\32xl\:-top-48 {
        top: -12rem;
    }
    .\32xl\:-right-48 {
        right: -12rem;
    }
    .\32xl\:-bottom-48 {
        bottom: -12rem;
    }
    .\32xl\:-left-48 {
        left: -12rem;
    }
    .\32xl\:-top-52 {
        top: -13rem;
    }
    .\32xl\:-right-52 {
        right: -13rem;
    }
    .\32xl\:-bottom-52 {
        bottom: -13rem;
    }
    .\32xl\:-left-52 {
        left: -13rem;
    }
    .\32xl\:-top-56 {
        top: -14rem;
    }
    .\32xl\:-right-56 {
        right: -14rem;
    }
    .\32xl\:-bottom-56 {
        bottom: -14rem;
    }
    .\32xl\:-left-56 {
        left: -14rem;
    }
    .\32xl\:-top-60 {
        top: -15rem;
    }
    .\32xl\:-right-60 {
        right: -15rem;
    }
    .\32xl\:-bottom-60 {
        bottom: -15rem;
    }
    .\32xl\:-left-60 {
        left: -15rem;
    }
    .\32xl\:-top-63 {
        top: -270px;
    }
    .\32xl\:-right-63 {
        right: -270px;
    }
    .\32xl\:-bottom-63 {
        bottom: -270px;
    }
    .\32xl\:-left-63 {
        left: -270px;
    }
    .\32xl\:-top-64 {
        top: -16rem;
    }
    .\32xl\:-right-64 {
        right: -16rem;
    }
    .\32xl\:-bottom-64 {
        bottom: -16rem;
    }
    .\32xl\:-left-64 {
        left: -16rem;
    }
    .\32xl\:-top-72 {
        top: -18rem;
    }
    .\32xl\:-right-72 {
        right: -18rem;
    }
    .\32xl\:-bottom-72 {
        bottom: -18rem;
    }
    .\32xl\:-left-72 {
        left: -18rem;
    }
    .\32xl\:-top-80 {
        top: -20rem;
    }
    .\32xl\:-right-80 {
        right: -20rem;
    }
    .\32xl\:-bottom-80 {
        bottom: -20rem;
    }
    .\32xl\:-left-80 {
        left: -20rem;
    }
    .\32xl\:-top-92 {
        top: -475px;
    }
    .\32xl\:-right-92 {
        right: -475px;
    }
    .\32xl\:-bottom-92 {
        bottom: -475px;
    }
    .\32xl\:-left-92 {
        left: -475px;
    }
    .\32xl\:-top-96 {
        top: -24rem;
    }
    .\32xl\:-right-96 {
        right: -24rem;
    }
    .\32xl\:-bottom-96 {
        bottom: -24rem;
    }
    .\32xl\:-left-96 {
        left: -24rem;
    }
    .\32xl\:-top-128 {
        top: -32rem;
    }
    .\32xl\:-right-128 {
        right: -32rem;
    }
    .\32xl\:-bottom-128 {
        bottom: -32rem;
    }
    .\32xl\:-left-128 {
        left: -32rem;
    }
    .\32xl\:-top-px {
        top: -1px;
    }
    .\32xl\:-right-px {
        right: -1px;
    }
    .\32xl\:-bottom-px {
        bottom: -1px;
    }
    .\32xl\:-left-px {
        left: -1px;
    }
    .\32xl\:-top-0\.5 {
        top: -0.125rem;
    }
    .\32xl\:-right-0\.5 {
        right: -0.125rem;
    }
    .\32xl\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .\32xl\:-left-0\.5 {
        left: -0.125rem;
    }
    .\32xl\:-top-1\.5 {
        top: -0.375rem;
    }
    .\32xl\:-right-1\.5 {
        right: -0.375rem;
    }
    .\32xl\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .\32xl\:-left-1\.5 {
        left: -0.375rem;
    }
    .\32xl\:-top-2\.5 {
        top: -0.625rem;
    }
    .\32xl\:-right-2\.5 {
        right: -0.625rem;
    }
    .\32xl\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .\32xl\:-left-2\.5 {
        left: -0.625rem;
    }
    .\32xl\:-top-3\.5 {
        top: -0.875rem;
    }
    .\32xl\:-right-3\.5 {
        right: -0.875rem;
    }
    .\32xl\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .\32xl\:-left-3\.5 {
        left: -0.875rem;
    }
    .\32xl\:-top-105p {
        top: -105px;
    }
    .\32xl\:-right-105p {
        right: -105px;
    }
    .\32xl\:-bottom-105p {
        bottom: -105px;
    }
    .\32xl\:-left-105p {
        left: -105px;
    }
    .\32xl\:-top-50p {
        top: -50px;
    }
    .\32xl\:-right-50p {
        right: -50px;
    }
    .\32xl\:-bottom-50p {
        bottom: -50px;
    }
    .\32xl\:-left-50p {
        left: -50px;
    }
    .\32xl\:-top-54p {
        top: -54px;
    }
    .\32xl\:-right-54p {
        right: -54px;
    }
    .\32xl\:-bottom-54p {
        bottom: -54px;
    }
    .\32xl\:-left-54p {
        left: -54px;
    }
    .\32xl\:-top-1p {
        top: -1px;
    }
    .\32xl\:-right-1p {
        right: -1px;
    }
    .\32xl\:-bottom-1p {
        bottom: -1px;
    }
    .\32xl\:-left-1p {
        left: -1px;
    }
    .\32xl\:-top-2p {
        top: -2px;
    }
    .\32xl\:-right-2p {
        right: -2px;
    }
    .\32xl\:-bottom-2p {
        bottom: -2px;
    }
    .\32xl\:-left-2p {
        left: -2px;
    }
    .\32xl\:-top-3p {
        top: -3px;
    }
    .\32xl\:-right-3p {
        right: -3px;
    }
    .\32xl\:-bottom-3p {
        bottom: -3px;
    }
    .\32xl\:-left-3p {
        left: -3px;
    }
    .\32xl\:-top-5p {
        top: -5px;
    }
    .\32xl\:-right-5p {
        right: -5px;
    }
    .\32xl\:-bottom-5p {
        bottom: -5px;
    }
    .\32xl\:-left-5p {
        left: -5px;
    }
    .\32xl\:-top-7p {
        top: -7px;
    }
    .\32xl\:-right-7p {
        right: -7px;
    }
    .\32xl\:-bottom-7p {
        bottom: -7px;
    }
    .\32xl\:-left-7p {
        left: -7px;
    }
    .\32xl\:-top-9p {
        top: -9px;
    }
    .\32xl\:-right-9p {
        right: -9px;
    }
    .\32xl\:-bottom-9p {
        bottom: -9px;
    }
    .\32xl\:-left-9p {
        left: -9px;
    }
    .\32xl\:-top-10p {
        top: -10px;
    }
    .\32xl\:-right-10p {
        right: -10px;
    }
    .\32xl\:-bottom-10p {
        bottom: -10px;
    }
    .\32xl\:-left-10p {
        left: -10px;
    }
    .\32xl\:-top-11p {
        top: -11px;
    }
    .\32xl\:-right-11p {
        right: -11px;
    }
    .\32xl\:-bottom-11p {
        bottom: -11px;
    }
    .\32xl\:-left-11p {
        left: -11px;
    }
    .\32xl\:-top-13p {
        top: -13px;
    }
    .\32xl\:-right-13p {
        right: -13px;
    }
    .\32xl\:-bottom-13p {
        bottom: -13px;
    }
    .\32xl\:-left-13p {
        left: -13px;
    }
    .\32xl\:-top-15p {
        top: -15px;
    }
    .\32xl\:-right-15p {
        right: -15px;
    }
    .\32xl\:-bottom-15p {
        bottom: -15px;
    }
    .\32xl\:-left-15p {
        left: -15px;
    }
    .\32xl\:-top-18p {
        top: -18px;
    }
    .\32xl\:-right-18p {
        right: -18px;
    }
    .\32xl\:-bottom-18p {
        bottom: -18px;
    }
    .\32xl\:-left-18p {
        left: -18px;
    }
    .\32xl\:-top-19p {
        top: -19px;
    }
    .\32xl\:-right-19p {
        right: -19px;
    }
    .\32xl\:-bottom-19p {
        bottom: -19px;
    }
    .\32xl\:-left-19p {
        left: -19px;
    }
    .\32xl\:-top-21p {
        top: -21px;
    }
    .\32xl\:-right-21p {
        right: -21px;
    }
    .\32xl\:-bottom-21p {
        bottom: -21px;
    }
    .\32xl\:-left-21p {
        left: -21px;
    }
    .\32xl\:-top-22p {
        top: -22px;
    }
    .\32xl\:-right-22p {
        right: -22px;
    }
    .\32xl\:-bottom-22p {
        bottom: -22px;
    }
    .\32xl\:-left-22p {
        left: -22px;
    }
    .\32xl\:-top-23p {
        top: -23px;
    }
    .\32xl\:-right-23p {
        right: -23px;
    }
    .\32xl\:-bottom-23p {
        bottom: -23px;
    }
    .\32xl\:-left-23p {
        left: -23px;
    }
    .\32xl\:-top-25p {
        top: -25px;
    }
    .\32xl\:-right-25p {
        right: -25px;
    }
    .\32xl\:-bottom-25p {
        bottom: -25px;
    }
    .\32xl\:-left-25p {
        left: -25px;
    }
    .\32xl\:-top-26p {
        top: -26px;
    }
    .\32xl\:-right-26p {
        right: -26px;
    }
    .\32xl\:-bottom-26p {
        bottom: -26px;
    }
    .\32xl\:-left-26p {
        left: -26px;
    }
    .\32xl\:-top-29p {
        top: -29px;
    }
    .\32xl\:-right-29p {
        right: -29px;
    }
    .\32xl\:-bottom-29p {
        bottom: -29px;
    }
    .\32xl\:-left-29p {
        left: -29px;
    }
    .\32xl\:-top-30p {
        top: -30px;
    }
    .\32xl\:-right-30p {
        right: -30px;
    }
    .\32xl\:-bottom-30p {
        bottom: -30px;
    }
    .\32xl\:-left-30p {
        left: -30px;
    }
    .\32xl\:-top-31p {
        top: -31px;
    }
    .\32xl\:-right-31p {
        right: -31px;
    }
    .\32xl\:-bottom-31p {
        bottom: -31px;
    }
    .\32xl\:-left-31p {
        left: -31px;
    }
    .\32xl\:-top-35p {
        top: -35px;
    }
    .\32xl\:-right-35p {
        right: -35px;
    }
    .\32xl\:-bottom-35p {
        bottom: -35px;
    }
    .\32xl\:-left-35p {
        left: -35px;
    }
    .\32xl\:-top-52p {
        top: -52px;
    }
    .\32xl\:-right-52p {
        right: -52px;
    }
    .\32xl\:-bottom-52p {
        bottom: -52px;
    }
    .\32xl\:-left-52p {
        left: -52px;
    }
    .\32xl\:-top-53p {
        top: -53px;
    }
    .\32xl\:-right-53p {
        right: -53px;
    }
    .\32xl\:-bottom-53p {
        bottom: -53px;
    }
    .\32xl\:-left-53p {
        left: -53px;
    }
    .\32xl\:-top-55p {
        top: -55px;
    }
    .\32xl\:-right-55p {
        right: -55px;
    }
    .\32xl\:-bottom-55p {
        bottom: -55px;
    }
    .\32xl\:-left-55p {
        left: -55px;
    }
    .\32xl\:-top-59p {
        top: -59px;
    }
    .\32xl\:-right-59p {
        right: -59px;
    }
    .\32xl\:-bottom-59p {
        bottom: -59px;
    }
    .\32xl\:-left-59p {
        left: -59px;
    }
    .\32xl\:-top-27p {
        top: -27px;
    }
    .\32xl\:-right-27p {
        right: -27px;
    }
    .\32xl\:-bottom-27p {
        bottom: -27px;
    }
    .\32xl\:-left-27p {
        left: -27px;
    }
    .\32xl\:-top-33\.5p {
        top: -33.5px;
    }
    .\32xl\:-right-33\.5p {
        right: -33.5px;
    }
    .\32xl\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .\32xl\:-left-33\.5p {
        left: -33.5px;
    }
    .\32xl\:-top-38p {
        top: -38px;
    }
    .\32xl\:-right-38p {
        right: -38px;
    }
    .\32xl\:-bottom-38p {
        bottom: -38px;
    }
    .\32xl\:-left-38p {
        left: -38px;
    }
    .\32xl\:-top-40p {
        top: -40px;
    }
    .\32xl\:-right-40p {
        right: -40px;
    }
    .\32xl\:-bottom-40p {
        bottom: -40px;
    }
    .\32xl\:-left-40p {
        left: -40px;
    }
    .\32xl\:-top-46p {
        top: -46px;
    }
    .\32xl\:-right-46p {
        right: -46px;
    }
    .\32xl\:-bottom-46p {
        bottom: -46px;
    }
    .\32xl\:-left-46p {
        left: -46px;
    }
    .\32xl\:-top-47p {
        top: -47px;
    }
    .\32xl\:-right-47p {
        right: -47px;
    }
    .\32xl\:-bottom-47p {
        bottom: -47px;
    }
    .\32xl\:-left-47p {
        left: -47px;
    }
    .\32xl\:-top-49p {
        top: -49px;
    }
    .\32xl\:-right-49p {
        right: -49px;
    }
    .\32xl\:-bottom-49p {
        bottom: -49px;
    }
    .\32xl\:-left-49p {
        left: -49px;
    }
    .\32xl\:-top-58p {
        top: -58px;
    }
    .\32xl\:-right-58p {
        right: -58px;
    }
    .\32xl\:-bottom-58p {
        bottom: -58px;
    }
    .\32xl\:-left-58p {
        left: -58px;
    }
    .\32xl\:-top-75p {
        top: -75px;
    }
    .\32xl\:-right-75p {
        right: -75px;
    }
    .\32xl\:-bottom-75p {
        bottom: -75px;
    }
    .\32xl\:-left-75p {
        left: -75px;
    }
    .\32xl\:-top-77p {
        top: -77px;
    }
    .\32xl\:-right-77p {
        right: -77px;
    }
    .\32xl\:-bottom-77p {
        bottom: -77px;
    }
    .\32xl\:-left-77p {
        left: -77px;
    }
    .\32xl\:-top-60p {
        top: -60px;
    }
    .\32xl\:-right-60p {
        right: -60px;
    }
    .\32xl\:-bottom-60p {
        bottom: -60px;
    }
    .\32xl\:-left-60p {
        left: -60px;
    }
    .\32xl\:-top-65p {
        top: -65px;
    }
    .\32xl\:-right-65p {
        right: -65px;
    }
    .\32xl\:-bottom-65p {
        bottom: -65px;
    }
    .\32xl\:-left-65p {
        left: -65px;
    }
    .\32xl\:-top-66p {
        top: -66px;
    }
    .\32xl\:-right-66p {
        right: -66px;
    }
    .\32xl\:-bottom-66p {
        bottom: -66px;
    }
    .\32xl\:-left-66p {
        left: -66px;
    }
    .\32xl\:-top-68p {
        top: -68px;
    }
    .\32xl\:-right-68p {
        right: -68px;
    }
    .\32xl\:-bottom-68p {
        bottom: -68px;
    }
    .\32xl\:-left-68p {
        left: -68px;
    }
    .\32xl\:-top-70p {
        top: -70px;
    }
    .\32xl\:-right-70p {
        right: -70px;
    }
    .\32xl\:-bottom-70p {
        bottom: -70px;
    }
    .\32xl\:-left-70p {
        left: -70px;
    }
    .\32xl\:-top-72p {
        top: -72px;
    }
    .\32xl\:-right-72p {
        right: -72px;
    }
    .\32xl\:-bottom-72p {
        bottom: -72px;
    }
    .\32xl\:-left-72p {
        left: -72px;
    }
    .\32xl\:-top-74p {
        top: -74px;
    }
    .\32xl\:-right-74p {
        right: -74px;
    }
    .\32xl\:-bottom-74p {
        bottom: -74px;
    }
    .\32xl\:-left-74p {
        left: -74px;
    }
    .\32xl\:-top-78p {
        top: -78px;
    }
    .\32xl\:-right-78p {
        right: -78px;
    }
    .\32xl\:-bottom-78p {
        bottom: -78px;
    }
    .\32xl\:-left-78p {
        left: -78px;
    }
    .\32xl\:-top-80p {
        top: -80px;
    }
    .\32xl\:-right-80p {
        right: -80px;
    }
    .\32xl\:-bottom-80p {
        bottom: -80px;
    }
    .\32xl\:-left-80p {
        left: -80px;
    }
    .\32xl\:-top-82p {
        top: -82px;
    }
    .\32xl\:-right-82p {
        right: -82px;
    }
    .\32xl\:-bottom-82p {
        bottom: -82px;
    }
    .\32xl\:-left-82p {
        left: -82px;
    }
    .\32xl\:-top-84p {
        top: -84px;
    }
    .\32xl\:-right-84p {
        right: -84px;
    }
    .\32xl\:-bottom-84p {
        bottom: -84px;
    }
    .\32xl\:-left-84p {
        left: -84px;
    }
    .\32xl\:-top-89p {
        top: -89px;
    }
    .\32xl\:-right-89p {
        right: -89px;
    }
    .\32xl\:-bottom-89p {
        bottom: -89px;
    }
    .\32xl\:-left-89p {
        left: -89px;
    }
    .\32xl\:-top-93p {
        top: -93px;
    }
    .\32xl\:-right-93p {
        right: -93px;
    }
    .\32xl\:-bottom-93p {
        bottom: -93px;
    }
    .\32xl\:-left-93p {
        left: -93px;
    }
    .\32xl\:-top-90p {
        top: -90px;
    }
    .\32xl\:-right-90p {
        right: -90px;
    }
    .\32xl\:-bottom-90p {
        bottom: -90px;
    }
    .\32xl\:-left-90p {
        left: -90px;
    }
    .\32xl\:-top-97p {
        top: -97px;
    }
    .\32xl\:-right-97p {
        right: -97px;
    }
    .\32xl\:-bottom-97p {
        bottom: -97px;
    }
    .\32xl\:-left-97p {
        left: -97px;
    }
    .\32xl\:-top-103p {
        top: -103px;
    }
    .\32xl\:-right-103p {
        right: -103px;
    }
    .\32xl\:-bottom-103p {
        bottom: -103px;
    }
    .\32xl\:-left-103p {
        left: -103px;
    }
    .\32xl\:-top-116p {
        top: -116px;
    }
    .\32xl\:-right-116p {
        right: -116px;
    }
    .\32xl\:-bottom-116p {
        bottom: -116px;
    }
    .\32xl\:-left-116p {
        left: -116px;
    }
    .\32xl\:-top-120p {
        top: -120px;
    }
    .\32xl\:-right-120p {
        right: -120px;
    }
    .\32xl\:-bottom-120p {
        bottom: -120px;
    }
    .\32xl\:-left-120p {
        left: -120px;
    }
    .\32xl\:-top-125p {
        top: -125px;
    }
    .\32xl\:-right-125p {
        right: -125px;
    }
    .\32xl\:-bottom-125p {
        bottom: -125px;
    }
    .\32xl\:-left-125p {
        left: -125px;
    }
    .\32xl\:-top-130p {
        top: -130px;
    }
    .\32xl\:-right-130p {
        right: -130px;
    }
    .\32xl\:-bottom-130p {
        bottom: -130px;
    }
    .\32xl\:-left-130p {
        left: -130px;
    }
    .\32xl\:-top-135p {
        top: -135px;
    }
    .\32xl\:-right-135p {
        right: -135px;
    }
    .\32xl\:-bottom-135p {
        bottom: -135px;
    }
    .\32xl\:-left-135p {
        left: -135px;
    }
    .\32xl\:-top-132p {
        top: -132px;
    }
    .\32xl\:-right-132p {
        right: -132px;
    }
    .\32xl\:-bottom-132p {
        bottom: -132px;
    }
    .\32xl\:-left-132p {
        left: -132px;
    }
    .\32xl\:-top-150p {
        top: -150px;
    }
    .\32xl\:-right-150p {
        right: -150px;
    }
    .\32xl\:-bottom-150p {
        bottom: -150px;
    }
    .\32xl\:-left-150p {
        left: -150px;
    }
    .\32xl\:-top-216p {
        top: -216px;
    }
    .\32xl\:-right-216p {
        right: -216px;
    }
    .\32xl\:-bottom-216p {
        bottom: -216px;
    }
    .\32xl\:-left-216p {
        left: -216px;
    }
    .\32xl\:-top-225p {
        top: -225px;
    }
    .\32xl\:-right-225p {
        right: -225px;
    }
    .\32xl\:-bottom-225p {
        bottom: -225px;
    }
    .\32xl\:-left-225p {
        left: -225px;
    }
    .\32xl\:-top-296p {
        top: -296px;
    }
    .\32xl\:-right-296p {
        right: -296px;
    }
    .\32xl\:-bottom-296p {
        bottom: -296px;
    }
    .\32xl\:-left-296p {
        left: -296px;
    }
    .\32xl\:-top-270p {
        top: -270px;
    }
    .\32xl\:-right-270p {
        right: -270px;
    }
    .\32xl\:-bottom-270p {
        bottom: -270px;
    }
    .\32xl\:-left-270p {
        left: -270px;
    }
    .\32xl\:-top-137p {
        top: -137px;
    }
    .\32xl\:-right-137p {
        right: -137px;
    }
    .\32xl\:-bottom-137p {
        bottom: -137px;
    }
    .\32xl\:-left-137p {
        left: -137px;
    }
    .\32xl\:-top-141p {
        top: -141px;
    }
    .\32xl\:-right-141p {
        right: -141px;
    }
    .\32xl\:-bottom-141p {
        bottom: -141px;
    }
    .\32xl\:-left-141p {
        left: -141px;
    }
    .\32xl\:-top-146p {
        top: -146px;
    }
    .\32xl\:-right-146p {
        right: -146px;
    }
    .\32xl\:-bottom-146p {
        bottom: -146px;
    }
    .\32xl\:-left-146p {
        left: -146px;
    }
    .\32xl\:-top-152p {
        top: -152px;
    }
    .\32xl\:-right-152p {
        right: -152px;
    }
    .\32xl\:-bottom-152p {
        bottom: -152px;
    }
    .\32xl\:-left-152p {
        left: -152px;
    }
    .\32xl\:-top-155p {
        top: -155px;
    }
    .\32xl\:-right-155p {
        right: -155px;
    }
    .\32xl\:-bottom-155p {
        bottom: -155px;
    }
    .\32xl\:-left-155p {
        left: -155px;
    }
    .\32xl\:-top-163p {
        top: -163px;
    }
    .\32xl\:-right-163p {
        right: -163px;
    }
    .\32xl\:-bottom-163p {
        bottom: -163px;
    }
    .\32xl\:-left-163p {
        left: -163px;
    }
    .\32xl\:-top-168p {
        top: -168px;
    }
    .\32xl\:-right-168p {
        right: -168px;
    }
    .\32xl\:-bottom-168p {
        bottom: -168px;
    }
    .\32xl\:-left-168p {
        left: -168px;
    }
    .\32xl\:-top-173p {
        top: -173px;
    }
    .\32xl\:-right-173p {
        right: -173px;
    }
    .\32xl\:-bottom-173p {
        bottom: -173px;
    }
    .\32xl\:-left-173p {
        left: -173px;
    }
    .\32xl\:-top-210p {
        top: -210px;
    }
    .\32xl\:-right-210p {
        right: -210px;
    }
    .\32xl\:-bottom-210p {
        bottom: -210px;
    }
    .\32xl\:-left-210p {
        left: -210px;
    }
    .\32xl\:-top-245p {
        top: -245px;
    }
    .\32xl\:-right-245p {
        right: -245px;
    }
    .\32xl\:-bottom-245p {
        bottom: -245px;
    }
    .\32xl\:-left-245p {
        left: -245px;
    }
    .\32xl\:-top-250p {
        top: -250px;
    }
    .\32xl\:-right-250p {
        right: -250px;
    }
    .\32xl\:-bottom-250p {
        bottom: -250px;
    }
    .\32xl\:-left-250p {
        left: -250px;
    }
    .\32xl\:-top-260p {
        top: -260px;
    }
    .\32xl\:-right-260p {
        right: -260px;
    }
    .\32xl\:-bottom-260p {
        bottom: -260px;
    }
    .\32xl\:-left-260p {
        left: -260px;
    }
    .\32xl\:-top-263p {
        top: -263px;
    }
    .\32xl\:-right-263p {
        right: -263px;
    }
    .\32xl\:-bottom-263p {
        bottom: -263px;
    }
    .\32xl\:-left-263p {
        left: -263px;
    }
    .\32xl\:-top-266p {
        top: -266px;
    }
    .\32xl\:-right-266p {
        right: -266px;
    }
    .\32xl\:-bottom-266p {
        bottom: -266px;
    }
    .\32xl\:-left-266p {
        left: -266px;
    }
    .\32xl\:-top-275p {
        top: -275px;
    }
    .\32xl\:-right-275p {
        right: -275px;
    }
    .\32xl\:-bottom-275p {
        bottom: -275px;
    }
    .\32xl\:-left-275p {
        left: -275px;
    }
    .\32xl\:-top-300p {
        top: -300px;
    }
    .\32xl\:-right-300p {
        right: -300px;
    }
    .\32xl\:-bottom-300p {
        bottom: -300px;
    }
    .\32xl\:-left-300p {
        left: -300px;
    }
    .\32xl\:-top-312p {
        top: -312px;
    }
    .\32xl\:-right-312p {
        right: -312px;
    }
    .\32xl\:-bottom-312p {
        bottom: -312px;
    }
    .\32xl\:-left-312p {
        left: -312px;
    }
    .\32xl\:-top-318p {
        top: -318px;
    }
    .\32xl\:-right-318p {
        right: -318px;
    }
    .\32xl\:-bottom-318p {
        bottom: -318px;
    }
    .\32xl\:-left-318p {
        left: -318px;
    }
    .\32xl\:-top-322p {
        top: -322px;
    }
    .\32xl\:-right-322p {
        right: -322px;
    }
    .\32xl\:-bottom-322p {
        bottom: -322px;
    }
    .\32xl\:-left-322p {
        left: -322px;
    }
    .\32xl\:-top-337p {
        top: -337px;
    }
    .\32xl\:-right-337p {
        right: -337px;
    }
    .\32xl\:-bottom-337p {
        bottom: -337px;
    }
    .\32xl\:-left-337p {
        left: -337px;
    }
    .\32xl\:-top-345p {
        top: -345px;
    }
    .\32xl\:-right-345p {
        right: -345px;
    }
    .\32xl\:-bottom-345p {
        bottom: -345px;
    }
    .\32xl\:-left-345p {
        left: -345px;
    }
    .\32xl\:-top-344p {
        top: -344px;
    }
    .\32xl\:-right-344p {
        right: -344px;
    }
    .\32xl\:-bottom-344p {
        bottom: -344px;
    }
    .\32xl\:-left-344p {
        left: -344px;
    }
    .\32xl\:-top-354p {
        top: -354px;
    }
    .\32xl\:-right-354p {
        right: -354px;
    }
    .\32xl\:-bottom-354p {
        bottom: -354px;
    }
    .\32xl\:-left-354p {
        left: -354px;
    }
    .\32xl\:-top-364p {
        top: -364px;
    }
    .\32xl\:-right-364p {
        right: -364px;
    }
    .\32xl\:-bottom-364p {
        bottom: -364px;
    }
    .\32xl\:-left-364p {
        left: -364px;
    }
    .\32xl\:-top-370p {
        top: -370px;
    }
    .\32xl\:-right-370p {
        right: -370px;
    }
    .\32xl\:-bottom-370p {
        bottom: -370px;
    }
    .\32xl\:-left-370p {
        left: -370px;
    }
    .\32xl\:-top-382p {
        top: -382px;
    }
    .\32xl\:-right-382p {
        right: -382px;
    }
    .\32xl\:-bottom-382p {
        bottom: -382px;
    }
    .\32xl\:-left-382p {
        left: -382px;
    }
    .\32xl\:-top-385p {
        top: -385px;
    }
    .\32xl\:-right-385p {
        right: -385px;
    }
    .\32xl\:-bottom-385p {
        bottom: -385px;
    }
    .\32xl\:-left-385p {
        left: -385px;
    }
    .\32xl\:-top-400p {
        top: -400px;
    }
    .\32xl\:-right-400p {
        right: -400px;
    }
    .\32xl\:-bottom-400p {
        bottom: -400px;
    }
    .\32xl\:-left-400p {
        left: -400px;
    }
    .\32xl\:-top-407p {
        top: -407px;
    }
    .\32xl\:-right-407p {
        right: -407px;
    }
    .\32xl\:-bottom-407p {
        bottom: -407px;
    }
    .\32xl\:-left-407p {
        left: -407px;
    }
    .\32xl\:-top-411p {
        top: -411px;
    }
    .\32xl\:-right-411p {
        right: -411px;
    }
    .\32xl\:-bottom-411p {
        bottom: -411px;
    }
    .\32xl\:-left-411p {
        left: -411px;
    }
    .\32xl\:-top-418p {
        top: -418px;
    }
    .\32xl\:-right-418p {
        right: -418px;
    }
    .\32xl\:-bottom-418p {
        bottom: -418px;
    }
    .\32xl\:-left-418p {
        left: -418px;
    }
    .\32xl\:-top-430p {
        top: -430px;
    }
    .\32xl\:-right-430p {
        right: -430px;
    }
    .\32xl\:-bottom-430p {
        bottom: -430px;
    }
    .\32xl\:-left-430p {
        left: -430px;
    }
    .\32xl\:-top-450p {
        top: -450px;
    }
    .\32xl\:-right-450p {
        right: -450px;
    }
    .\32xl\:-bottom-450p {
        bottom: -450px;
    }
    .\32xl\:-left-450p {
        left: -450px;
    }
    .\32xl\:-top-468p {
        top: -468px;
    }
    .\32xl\:-right-468p {
        right: -468px;
    }
    .\32xl\:-bottom-468p {
        bottom: -468px;
    }
    .\32xl\:-left-468p {
        left: -468px;
    }
    .\32xl\:-top-485p {
        top: -485px;
    }
    .\32xl\:-right-485p {
        right: -485px;
    }
    .\32xl\:-bottom-485p {
        bottom: -485px;
    }
    .\32xl\:-left-485p {
        left: -485px;
    }
    .\32xl\:-top-491p {
        top: -491px;
    }
    .\32xl\:-right-491p {
        right: -491px;
    }
    .\32xl\:-bottom-491p {
        bottom: -491px;
    }
    .\32xl\:-left-491p {
        left: -491px;
    }
    .\32xl\:-top-494p {
        top: -494px;
    }
    .\32xl\:-right-494p {
        right: -494px;
    }
    .\32xl\:-bottom-494p {
        bottom: -494px;
    }
    .\32xl\:-left-494p {
        left: -494px;
    }
    .\32xl\:-top-470p {
        top: -470px;
    }
    .\32xl\:-right-470p {
        right: -470px;
    }
    .\32xl\:-bottom-470p {
        bottom: -470px;
    }
    .\32xl\:-left-470p {
        left: -470px;
    }
    .\32xl\:-top-480p {
        top: -480px;
    }
    .\32xl\:-right-480p {
        right: -480px;
    }
    .\32xl\:-bottom-480p {
        bottom: -480px;
    }
    .\32xl\:-left-480p {
        left: -480px;
    }
    .\32xl\:-top-532p {
        top: -532px;
    }
    .\32xl\:-right-532p {
        right: -532px;
    }
    .\32xl\:-bottom-532p {
        bottom: -532px;
    }
    .\32xl\:-left-532p {
        left: -532px;
    }
    .\32xl\:-top-556p {
        top: -556px;
    }
    .\32xl\:-right-556p {
        right: -556px;
    }
    .\32xl\:-bottom-556p {
        bottom: -556px;
    }
    .\32xl\:-left-556p {
        left: -556px;
    }
    .\32xl\:-top-505p {
        top: -505px;
    }
    .\32xl\:-right-505p {
        right: -505px;
    }
    .\32xl\:-bottom-505p {
        bottom: -505px;
    }
    .\32xl\:-left-505p {
        left: -505px;
    }
    .\32xl\:-top-1179p {
        top: -1179px;
    }
    .\32xl\:-right-1179p {
        right: -1179px;
    }
    .\32xl\:-bottom-1179p {
        bottom: -1179px;
    }
    .\32xl\:-left-1179p {
        left: -1179px;
    }
    .\32xl\:-top-1253p {
        top: -1253px;
    }
    .\32xl\:-right-1253p {
        right: -1253px;
    }
    .\32xl\:-bottom-1253p {
        bottom: -1253px;
    }
    .\32xl\:-left-1253p {
        left: -1253px;
    }
    .\32xl\:-top-1575p {
        top: -1575px;
    }
    .\32xl\:-right-1575p {
        right: -1575px;
    }
    .\32xl\:-bottom-1575p {
        bottom: -1575px;
    }
    .\32xl\:-left-1575p {
        left: -1575px;
    }
    .\32xl\:-top-600p {
        top: -600px;
    }
    .\32xl\:-right-600p {
        right: -600px;
    }
    .\32xl\:-bottom-600p {
        bottom: -600px;
    }
    .\32xl\:-left-600p {
        left: -600px;
    }
    .\32xl\:-top-649p {
        top: -649px;
    }
    .\32xl\:-right-649p {
        right: -649px;
    }
    .\32xl\:-bottom-649p {
        bottom: -649px;
    }
    .\32xl\:-left-649p {
        left: -649px;
    }
    .\32xl\:-top-690p {
        top: -690px;
    }
    .\32xl\:-right-690p {
        right: -690px;
    }
    .\32xl\:-bottom-690p {
        bottom: -690px;
    }
    .\32xl\:-left-690p {
        left: -690px;
    }
    .\32xl\:-top-19\% {
        top: -19%;
    }
    .\32xl\:-right-19\% {
        right: -19%;
    }
    .\32xl\:-bottom-19\% {
        bottom: -19%;
    }
    .\32xl\:-left-19\% {
        left: -19%;
    }
    .\32xl\:-top-23\% {
        top: -23%;
    }
    .\32xl\:-right-23\% {
        right: -23%;
    }
    .\32xl\:-bottom-23\% {
        bottom: -23%;
    }
    .\32xl\:-left-23\% {
        left: -23%;
    }
    .\32xl\:-top-24\% {
        top: -24%;
    }
    .\32xl\:-right-24\% {
        right: -24%;
    }
    .\32xl\:-bottom-24\% {
        bottom: -24%;
    }
    .\32xl\:-left-24\% {
        left: -24%;
    }
    .\32xl\:-top-36\% {
        top: -36%;
    }
    .\32xl\:-right-36\% {
        right: -36%;
    }
    .\32xl\:-bottom-36\% {
        bottom: -36%;
    }
    .\32xl\:-left-36\% {
        left: -36%;
    }
    .\32xl\:-top-27\% {
        top: -27%;
    }
    .\32xl\:-right-27\% {
        right: -27%;
    }
    .\32xl\:-bottom-27\% {
        bottom: -27%;
    }
    .\32xl\:-left-27\% {
        left: -27%;
    }
    .\32xl\:-top-28\% {
        top: -28%;
    }
    .\32xl\:-right-28\% {
        right: -28%;
    }
    .\32xl\:-bottom-28\% {
        bottom: -28%;
    }
    .\32xl\:-left-28\% {
        left: -28%;
    }
    .\32xl\:-top-42\% {
        top: -42%;
    }
    .\32xl\:-right-42\% {
        right: -42%;
    }
    .\32xl\:-bottom-42\% {
        bottom: -42%;
    }
    .\32xl\:-left-42\% {
        left: -42%;
    }
    .\32xl\:-top-46\% {
        top: -46%;
    }
    .\32xl\:-right-46\% {
        right: -46%;
    }
    .\32xl\:-bottom-46\% {
        bottom: -46%;
    }
    .\32xl\:-left-46\% {
        left: -46%;
    }
    .\32xl\:-top-49\% {
        top: -49%;
    }
    .\32xl\:-right-49\% {
        right: -49%;
    }
    .\32xl\:-bottom-49\% {
        bottom: -49%;
    }
    .\32xl\:-left-49\% {
        left: -49%;
    }
    .\32xl\:-top-54\% {
        top: -54%;
    }
    .\32xl\:-right-54\% {
        right: -54%;
    }
    .\32xl\:-bottom-54\% {
        bottom: -54%;
    }
    .\32xl\:-left-54\% {
        left: -54%;
    }
    .\32xl\:-top-58\% {
        top: -58%;
    }
    .\32xl\:-right-58\% {
        right: -58%;
    }
    .\32xl\:-bottom-58\% {
        bottom: -58%;
    }
    .\32xl\:-left-58\% {
        left: -58%;
    }
    .\32xl\:-top-72\% {
        top: -72%;
    }
    .\32xl\:-right-72\% {
        right: -72%;
    }
    .\32xl\:-bottom-72\% {
        bottom: -72%;
    }
    .\32xl\:-left-72\% {
        left: -72%;
    }
    .\32xl\:-top-76\% {
        top: -76%;
    }
    .\32xl\:-right-76\% {
        right: -76%;
    }
    .\32xl\:-bottom-76\% {
        bottom: -76%;
    }
    .\32xl\:-left-76\% {
        left: -76%;
    }
    .\32xl\:-top-77\% {
        top: -77%;
    }
    .\32xl\:-right-77\% {
        right: -77%;
    }
    .\32xl\:-bottom-77\% {
        bottom: -77%;
    }
    .\32xl\:-left-77\% {
        left: -77%;
    }
    .\32xl\:-top-340p {
        top: -340px;
    }
    .\32xl\:-right-340p {
        right: -340px;
    }
    .\32xl\:-bottom-340p {
        bottom: -340px;
    }
    .\32xl\:-left-340p {
        left: -340px;
    }
    .\32xl\:-top-700p {
        top: -700px;
    }
    .\32xl\:-right-700p {
        right: -700px;
    }
    .\32xl\:-bottom-700p {
        bottom: -700px;
    }
    .\32xl\:-left-700p {
        left: -700px;
    }
    .\32xl\:-top-848p {
        top: -848px;
    }
    .\32xl\:-right-848p {
        right: -848px;
    }
    .\32xl\:-bottom-848p {
        bottom: -848px;
    }
    .\32xl\:-left-848p {
        left: -848px;
    }
    .\32xl\:-top-850p {
        top: -850px;
    }
    .\32xl\:-right-850p {
        right: -850px;
    }
    .\32xl\:-bottom-850p {
        bottom: -850px;
    }
    .\32xl\:-left-850p {
        left: -850px;
    }
    .\32xl\:-top-860p {
        top: -860px;
    }
    .\32xl\:-right-860p {
        right: -860px;
    }
    .\32xl\:-bottom-860p {
        bottom: -860px;
    }
    .\32xl\:-left-860p {
        left: -860px;
    }
    .\32xl\:-top-1425p {
        top: -1425px;
    }
    .\32xl\:-right-1425p {
        right: -1425px;
    }
    .\32xl\:-bottom-1425p {
        bottom: -1425px;
    }
    .\32xl\:-left-1425p {
        left: -1425px;
    }
    .\32xl\:top-1\/2 {
        top: 50%;
    }
    .\32xl\:right-1\/2 {
        right: 50%;
    }
    .\32xl\:bottom-1\/2 {
        bottom: 50%;
    }
    .\32xl\:left-1\/2 {
        left: 50%;
    }
    .\32xl\:top-1\/3 {
        top: 33.333333%;
    }
    .\32xl\:right-1\/3 {
        right: 33.333333%;
    }
    .\32xl\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .\32xl\:left-1\/3 {
        left: 33.333333%;
    }
    .\32xl\:top-2\/3 {
        top: 66.666667%;
    }
    .\32xl\:right-2\/3 {
        right: 66.666667%;
    }
    .\32xl\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .\32xl\:left-2\/3 {
        left: 66.666667%;
    }
    .\32xl\:top-1\/4 {
        top: 25%;
    }
    .\32xl\:right-1\/4 {
        right: 25%;
    }
    .\32xl\:bottom-1\/4 {
        bottom: 25%;
    }
    .\32xl\:left-1\/4 {
        left: 25%;
    }
    .\32xl\:top-2\/4 {
        top: 50%;
    }
    .\32xl\:right-2\/4 {
        right: 50%;
    }
    .\32xl\:bottom-2\/4 {
        bottom: 50%;
    }
    .\32xl\:left-2\/4 {
        left: 50%;
    }
    .\32xl\:top-3\/4 {
        top: 75%;
    }
    .\32xl\:right-3\/4 {
        right: 75%;
    }
    .\32xl\:bottom-3\/4 {
        bottom: 75%;
    }
    .\32xl\:left-3\/4 {
        left: 75%;
    }
    .\32xl\:top-full {
        top: 100%;
    }
    .\32xl\:right-full {
        right: 100%;
    }
    .\32xl\:bottom-full {
        bottom: 100%;
    }
    .\32xl\:left-full {
        left: 100%;
    }
    .\32xl\:-top-1\/2 {
        top: -50%;
    }
    .\32xl\:-right-1\/2 {
        right: -50%;
    }
    .\32xl\:-bottom-1\/2 {
        bottom: -50%;
    }
    .\32xl\:-left-1\/2 {
        left: -50%;
    }
    .\32xl\:-top-1\/3 {
        top: -33.333333%;
    }
    .\32xl\:-right-1\/3 {
        right: -33.333333%;
    }
    .\32xl\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .\32xl\:-left-1\/3 {
        left: -33.333333%;
    }
    .\32xl\:-top-2\/3 {
        top: -66.666667%;
    }
    .\32xl\:-right-2\/3 {
        right: -66.666667%;
    }
    .\32xl\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .\32xl\:-left-2\/3 {
        left: -66.666667%;
    }
    .\32xl\:-top-1\/4 {
        top: -25%;
    }
    .\32xl\:-right-1\/4 {
        right: -25%;
    }
    .\32xl\:-bottom-1\/4 {
        bottom: -25%;
    }
    .\32xl\:-left-1\/4 {
        left: -25%;
    }
    .\32xl\:-top-2\/4 {
        top: -50%;
    }
    .\32xl\:-right-2\/4 {
        right: -50%;
    }
    .\32xl\:-bottom-2\/4 {
        bottom: -50%;
    }
    .\32xl\:-left-2\/4 {
        left: -50%;
    }
    .\32xl\:-top-3\/4 {
        top: -75%;
    }
    .\32xl\:-right-3\/4 {
        right: -75%;
    }
    .\32xl\:-bottom-3\/4 {
        bottom: -75%;
    }
    .\32xl\:-left-3\/4 {
        left: -75%;
    }
    .\32xl\:-top-full {
        top: -100%;
    }
    .\32xl\:-right-full {
        right: -100%;
    }
    .\32xl\:-bottom-full {
        bottom: -100%;
    }
    .\32xl\:-left-full {
        left: -100%;
    }
    .\32xl\:resize-none {
        resize: none;
    }
    .\32xl\:resize-y {
        resize: vertical;
    }
    .\32xl\:resize-x {
        resize: horizontal;
    }
    .\32xl\:resize {
        resize: both;
    }
    .\32xl\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\32xl\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .\32xl\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:ring-inset {
        --tw-ring-inset: inset;
    }
    .\32xl\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .\32xl\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
            var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
            calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow, 0 0 #0000);
    }
    .\32xl\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .\32xl\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .\32xl\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .\32xl\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .\32xl\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .\32xl\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .\32xl\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\32xl\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\32xl\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .\32xl\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .\32xl\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .\32xl\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .\32xl\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .\32xl\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .\32xl\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .\32xl\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .\32xl\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .\32xl\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .\32xl\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .\32xl\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .\32xl\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .\32xl\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .\32xl\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .\32xl\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .\32xl\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\32xl\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .\32xl\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .\32xl\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .\32xl\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .\32xl\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .\32xl\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .\32xl\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .\32xl\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .\32xl\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .\32xl\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .\32xl\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\32xl\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .\32xl\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\32xl\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\32xl\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .\32xl\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .\32xl\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .\32xl\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .\32xl\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .\32xl\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .\32xl\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .\32xl\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\32xl\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .\32xl\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .\32xl\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .\32xl\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .\32xl\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\32xl\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .\32xl\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\32xl\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .\32xl\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\32xl\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\32xl\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\32xl\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .\32xl\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .\32xl\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .\32xl\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .\32xl\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .\32xl\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .\32xl\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\32xl\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .\32xl\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\32xl\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\32xl\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .\32xl\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\32xl\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .\32xl\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .\32xl\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .\32xl\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .\32xl\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\32xl\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .\32xl\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\32xl\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\32xl\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .\32xl\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .\32xl\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .\32xl\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .\32xl\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .\32xl\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .\32xl\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .\32xl\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .\32xl\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\32xl\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\32xl\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .\32xl\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\32xl\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .\32xl\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .\32xl\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .\32xl\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .\32xl\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .\32xl\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\32xl\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\32xl\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .\32xl\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .\32xl\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\32xl\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .\32xl\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\32xl\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .\32xl\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .\32xl\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .\32xl\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .\32xl\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .\32xl\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .\32xl\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .\32xl\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .\32xl\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .\32xl\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .\32xl\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\32xl\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\32xl\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .\32xl\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\32xl\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .\32xl\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .\32xl\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .\32xl\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .\32xl\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\32xl\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .\32xl\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\32xl\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .\32xl\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\32xl\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .\32xl\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\32xl\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\32xl\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\32xl\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\32xl\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .\32xl\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\32xl\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\32xl\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .\32xl\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .\32xl\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .\32xl\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\32xl\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .\32xl\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\32xl\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .\32xl\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .\32xl\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .\32xl\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .\32xl\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .\32xl\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .\32xl\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .\32xl\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .\32xl\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .\32xl\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .\32xl\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .\32xl\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .\32xl\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .\32xl\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .\32xl\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\32xl\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .\32xl\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\32xl\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\32xl\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .\32xl\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .\32xl\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .\32xl\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .\32xl\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .\32xl\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .\32xl\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .\32xl\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\32xl\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\32xl\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .\32xl\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\32xl\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .\32xl\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .\32xl\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .\32xl\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .\32xl\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .\32xl\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\32xl\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\32xl\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .\32xl\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .\32xl\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\32xl\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .\32xl\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\32xl\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .\32xl\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .\32xl\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .\32xl\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .\32xl\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .\32xl\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .\32xl\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .\32xl\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .\32xl\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .\32xl\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .\32xl\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\32xl\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\32xl\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .\32xl\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\32xl\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .\32xl\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .\32xl\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .\32xl\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .\32xl\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\32xl\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .\32xl\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\32xl\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .\32xl\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\32xl\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .\32xl\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\32xl\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\32xl\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\32xl\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\32xl\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .\32xl\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\32xl\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\32xl\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .\32xl\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .\32xl\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .\32xl\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\32xl\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .\32xl\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\32xl\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .\32xl\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .\32xl\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .\32xl\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .\32xl\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .\32xl\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\32xl\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\32xl\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .\32xl\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .\32xl\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .\32xl\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .\32xl\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .\32xl\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .\32xl\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .\32xl\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .\32xl\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .\32xl\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .\32xl\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .\32xl\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .\32xl\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .\32xl\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .\32xl\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .\32xl\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .\32xl\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\32xl\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .\32xl\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .\32xl\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .\32xl\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .\32xl\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .\32xl\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .\32xl\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .\32xl\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .\32xl\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .\32xl\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .\32xl\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\32xl\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .\32xl\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\32xl\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\32xl\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .\32xl\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .\32xl\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .\32xl\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .\32xl\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .\32xl\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .\32xl\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .\32xl\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\32xl\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .\32xl\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .\32xl\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .\32xl\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .\32xl\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\32xl\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .\32xl\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\32xl\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .\32xl\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\32xl\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\32xl\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\32xl\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .\32xl\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .\32xl\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .\32xl\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .\32xl\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .\32xl\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .\32xl\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\32xl\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .\32xl\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\32xl\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\32xl\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .\32xl\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\32xl\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .\32xl\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .\32xl\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .\32xl\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .\32xl\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\32xl\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .\32xl\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\32xl\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\32xl\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .\32xl\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .\32xl\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .\32xl\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .\32xl\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .\32xl\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .\32xl\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .\32xl\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .\32xl\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\32xl\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\32xl\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .\32xl\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\32xl\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .\32xl\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .\32xl\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .\32xl\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .\32xl\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .\32xl\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\32xl\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\32xl\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .\32xl\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .\32xl\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\32xl\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .\32xl\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\32xl\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .\32xl\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .\32xl\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .\32xl\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .\32xl\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .\32xl\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .\32xl\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .\32xl\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .\32xl\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .\32xl\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .\32xl\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\32xl\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\32xl\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .\32xl\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\32xl\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .\32xl\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .\32xl\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .\32xl\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .\32xl\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .\32xl\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\32xl\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .\32xl\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\32xl\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .\32xl\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\32xl\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .\32xl\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\32xl\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\32xl\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\32xl\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\32xl\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .\32xl\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\32xl\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\32xl\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .\32xl\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .\32xl\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .\32xl\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\32xl\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .\32xl\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\32xl\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .\32xl\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .\32xl\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .\32xl\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .\32xl\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .\32xl\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .\32xl\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .\32xl\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .\32xl\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .\32xl\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .\32xl\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .\32xl\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .\32xl\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .\32xl\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .\32xl\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .\32xl\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .\32xl\:ring-current {
        --tw-ring-color: currentColor;
    }
    .\32xl\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\32xl\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\32xl\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\32xl\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\32xl\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\32xl\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\32xl\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\32xl\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\32xl\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\32xl\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\32xl\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\32xl\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\32xl\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\32xl\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .\32xl\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .\32xl\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .\32xl\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .\32xl\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .\32xl\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .\32xl\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .\32xl\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\32xl\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .\32xl\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .\32xl\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .\32xl\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .\32xl\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .\32xl\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .\32xl\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .\32xl\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .\32xl\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .\32xl\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .\32xl\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .\32xl\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .\32xl\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .\32xl\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .\32xl\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .\32xl\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .\32xl\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .\32xl\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .\32xl\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\32xl\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\32xl\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .\32xl\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .\32xl\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .\32xl\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .\32xl\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .\32xl\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .\32xl\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .\32xl\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .\32xl\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .\32xl\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .\32xl\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .\32xl\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .\32xl\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .\32xl\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .\32xl\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .\32xl\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .\32xl\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .\32xl\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .\32xl\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .\32xl\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .\32xl\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .\32xl\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .\32xl\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .\32xl\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .\32xl\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .\32xl\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .\32xl\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .\32xl\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .\32xl\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .\32xl\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .\32xl\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .\32xl\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .\32xl\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .\32xl\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .\32xl\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .\32xl\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .\32xl\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .\32xl\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .\32xl\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .\32xl\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .\32xl\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .\32xl\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .\32xl\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .\32xl\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .\32xl\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .\32xl\:fill-current {
        fill: currentColor;
    }
    .\32xl\:stroke-current {
        stroke: currentColor;
    }
    .\32xl\:stroke-0 {
        stroke-width: 0;
    }
    .\32xl\:stroke-1 {
        stroke-width: 1;
    }
    .\32xl\:stroke-2 {
        stroke-width: 2;
    }
    .\32xl\:table-auto {
        table-layout: auto;
    }
    .\32xl\:table-fixed {
        table-layout: fixed;
    }
    .\32xl\:text-left {
        text-align: left;
    }
    .\32xl\:text-center {
        text-align: center;
    }
    .\32xl\:text-right {
        text-align: right;
    }
    .\32xl\:text-justify {
        text-align: justify;
    }
    .\32xl\:text-transparent {
        color: transparent;
    }
    .\32xl\:text-current {
        color: currentColor;
    }
    .\32xl\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\32xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\32xl\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\32xl\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\32xl\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\32xl\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\32xl\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\32xl\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\32xl\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\32xl\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\32xl\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\32xl\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\32xl\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\32xl\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\32xl\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\32xl\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\32xl\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\32xl\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\32xl\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\32xl\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\32xl\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\32xl\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\32xl\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\32xl\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\32xl\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\32xl\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\32xl\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\32xl\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\32xl\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\32xl\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\32xl\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\32xl\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\32xl\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\32xl\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\32xl\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\32xl\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\32xl\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\32xl\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\32xl\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\32xl\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\32xl\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\32xl\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\32xl\:text-gray-21 {
        color: #c5c5c5;
    }
    .\32xl\:text-gray-22 {
        color: #bfbfbf;
    }
    .\32xl\:text-gray-23 {
        color: #eee;
    }
    .\32xl\:text-gray-24 {
        color: #b7b7b7;
    }
    .\32xl\:text-gray-25 {
        color: #f0f0f0;
    }
    .\32xl\:text-gray-26 {
        color: #efefef;
    }
    .\32xl\:text-gray-27 {
        color: #bababa;
    }
    .\32xl\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\32xl\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .\32xl\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .\32xl\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\32xl\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\32xl\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .\32xl\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .\32xl\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .\32xl\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .\32xl\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .\32xl\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .\32xl\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .\32xl\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .\32xl\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .\32xl\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .\32xl\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .\32xl\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .\32xl\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .\32xl\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .\32xl\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .\32xl\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .\32xl\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .\32xl\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-transparent:hover {
        color: transparent;
    }
    .\32xl\:hover\:text-current:hover {
        color: currentColor;
    }
    .\32xl\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .\32xl\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .\32xl\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .\32xl\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .\32xl\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .\32xl\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .\32xl\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .\32xl\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\32xl\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-transparent:focus {
        color: transparent;
    }
    .\32xl\:focus\:text-current:focus {
        color: currentColor;
    }
    .\32xl\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .\32xl\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .\32xl\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .\32xl\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .\32xl\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .\32xl\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .\32xl\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .\32xl\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .\32xl\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .\32xl\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\32xl\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\32xl\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .\32xl\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .\32xl\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .\32xl\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .\32xl\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .\32xl\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .\32xl\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .\32xl\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .\32xl\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .\32xl\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .\32xl\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .\32xl\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .\32xl\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .\32xl\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .\32xl\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .\32xl\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .\32xl\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .\32xl\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .\32xl\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .\32xl\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .\32xl\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .\32xl\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .\32xl\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .\32xl\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .\32xl\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .\32xl\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .\32xl\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .\32xl\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .\32xl\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .\32xl\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .\32xl\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .\32xl\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .\32xl\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .\32xl\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .\32xl\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .\32xl\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .\32xl\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .\32xl\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .\32xl\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .\32xl\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .\32xl\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .\32xl\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .\32xl\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .\32xl\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .\32xl\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .\32xl\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .\32xl\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .\32xl\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .\32xl\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .\32xl\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .\32xl\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .\32xl\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .\32xl\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .\32xl\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .\32xl\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .\32xl\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .\32xl\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .\32xl\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .\32xl\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .\32xl\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .\32xl\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .\32xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .\32xl\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .\32xl\:overflow-clip {
        text-overflow: clip;
    }
    .\32xl\:italic {
        font-style: italic;
    }
    .\32xl\:not-italic {
        font-style: normal;
    }
    .\32xl\:uppercase {
        text-transform: uppercase;
    }
    .\32xl\:lowercase {
        text-transform: lowercase;
    }
    .\32xl\:capitalize {
        text-transform: capitalize;
    }
    .\32xl\:normal-case {
        text-transform: none;
    }
    .\32xl\:underline {
        text-decoration: underline;
    }
    .\32xl\:line-through {
        text-decoration: line-through;
    }
    .\32xl\:no-underline {
        text-decoration: none;
    }
    .group:hover .\32xl\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .\32xl\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .\32xl\:group-hover\:no-underline {
        text-decoration: none;
    }
    .\32xl\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .\32xl\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .\32xl\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .\32xl\:hover\:underline:hover {
        text-decoration: underline;
    }
    .\32xl\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .\32xl\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .\32xl\:focus\:underline:focus {
        text-decoration: underline;
    }
    .\32xl\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .\32xl\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .\32xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .\32xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .\32xl\:diagonal-fractions,
    .\32xl\:lining-nums,
    .\32xl\:oldstyle-nums,
    .\32xl\:ordinal,
    .\32xl\:proportional-nums,
    .\32xl\:slashed-zero,
    .\32xl\:stacked-fractions,
    .\32xl\:tabular-nums {
        --tw-ordinal: var(--tw-empty); /*!*/ /*!*/
        --tw-slashed-zero: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-figure: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-spacing: var(--tw-empty); /*!*/ /*!*/
        --tw-numeric-fraction: var(--tw-empty); /*!*/ /*!*/
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
            var(--tw-numeric-figure) var(--tw-numeric-spacing)
            var(--tw-numeric-fraction);
    }
    .\32xl\:normal-nums {
        font-variant-numeric: normal;
    }
    .\32xl\:ordinal {
        --tw-ordinal: ordinal;
    }
    .\32xl\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .\32xl\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .\32xl\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .\32xl\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .\32xl\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .\32xl\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .\32xl\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .\32xl\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .\32xl\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .\32xl\:tracking-normal {
        letter-spacing: 0;
    }
    .\32xl\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .\32xl\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .\32xl\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .\32xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .\32xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .\32xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .\32xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .\32xl\:align-baseline {
        vertical-align: baseline;
    }
    .\32xl\:align-top {
        vertical-align: top;
    }
    .\32xl\:align-middle {
        vertical-align: middle;
    }
    .\32xl\:align-bottom {
        vertical-align: bottom;
    }
    .\32xl\:align-text-top {
        vertical-align: text-top;
    }
    .\32xl\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .\32xl\:visible {
        visibility: visible;
    }
    .\32xl\:invisible {
        visibility: hidden;
    }
    .\32xl\:whitespace-normal {
        white-space: normal;
    }
    .\32xl\:whitespace-nowrap {
        white-space: nowrap;
    }
    .\32xl\:whitespace-pre {
        white-space: pre;
    }
    .\32xl\:whitespace-pre-line {
        white-space: pre-line;
    }
    .\32xl\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .\32xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .\32xl\:break-words {
        overflow-wrap: break-word;
    }
    .\32xl\:break-all {
        word-break: break-all;
    }
    .\32xl\:w-0 {
        width: 0;
    }
    .\32xl\:w-1 {
        width: 0.25rem;
    }
    .\32xl\:w-2 {
        width: 0.5rem;
    }
    .\32xl\:w-3 {
        width: 0.75rem;
    }
    .\32xl\:w-4 {
        width: 1rem;
    }
    .\32xl\:w-5 {
        width: 1.25rem;
    }
    .\32xl\:w-6 {
        width: 1.5rem;
    }
    .\32xl\:w-7 {
        width: 1.75rem;
    }
    .\32xl\:w-8 {
        width: 2rem;
    }
    .\32xl\:w-9 {
        width: 2.25rem;
    }
    .\32xl\:w-10 {
        width: 2.5rem;
    }
    .\32xl\:w-11 {
        width: 2.75rem;
    }
    .\32xl\:w-12 {
        width: 3rem;
    }
    .\32xl\:w-14 {
        width: 3.5rem;
    }
    .\32xl\:w-16 {
        width: 4rem;
    }
    .\32xl\:w-20 {
        width: 5rem;
    }
    .\32xl\:w-23 {
        width: 88px;
    }
    .\32xl\:w-24 {
        width: 6rem;
    }
    .\32xl\:w-25 {
        width: 100px;
    }
    .\32xl\:w-28 {
        width: 7rem;
    }
    .\32xl\:w-29 {
        width: 120px;
    }
    .\32xl\:w-32 {
        width: 8rem;
    }
    .\32xl\:w-33 {
        width: 130px;
    }
    .\32xl\:w-36 {
        width: 9rem;
    }
    .\32xl\:w-40 {
        width: 10rem;
    }
    .\32xl\:w-44 {
        width: 11rem;
    }
    .\32xl\:w-48 {
        width: 12rem;
    }
    .\32xl\:w-52 {
        width: 13rem;
    }
    .\32xl\:w-56 {
        width: 14rem;
    }
    .\32xl\:w-60 {
        width: 15rem;
    }
    .\32xl\:w-63 {
        width: 270px;
    }
    .\32xl\:w-64 {
        width: 16rem;
    }
    .\32xl\:w-72 {
        width: 18rem;
    }
    .\32xl\:w-80 {
        width: 20rem;
    }
    .\32xl\:w-92 {
        width: 475px;
    }
    .\32xl\:w-96 {
        width: 24rem;
    }
    .\32xl\:w-128 {
        width: 32rem;
    }
    .\32xl\:w-auto {
        width: auto;
    }
    .\32xl\:w-px {
        width: 1px;
    }
    .\32xl\:w-0\.5 {
        width: 0.125rem;
    }
    .\32xl\:w-1\.5 {
        width: 0.375rem;
    }
    .\32xl\:w-2\.5 {
        width: 0.625rem;
    }
    .\32xl\:w-3\.5 {
        width: 0.875rem;
    }
    .\32xl\:w-105p {
        width: 105px;
    }
    .\32xl\:w-50p {
        width: 50px;
    }
    .\32xl\:w-54p {
        width: 54px;
    }
    .\32xl\:w-1p {
        width: 1px;
    }
    .\32xl\:w-2p {
        width: 2px;
    }
    .\32xl\:w-3p {
        width: 3px;
    }
    .\32xl\:w-5p {
        width: 5px;
    }
    .\32xl\:w-7p {
        width: 7px;
    }
    .\32xl\:w-9p {
        width: 9px;
    }
    .\32xl\:w-10p {
        width: 10px;
    }
    .\32xl\:w-11p {
        width: 11px;
    }
    .\32xl\:w-13p {
        width: 13px;
    }
    .\32xl\:w-15p {
        width: 15px;
    }
    .\32xl\:w-18p {
        width: 18px;
    }
    .\32xl\:w-19p {
        width: 19px;
    }
    .\32xl\:w-21p {
        width: 21px;
    }
    .\32xl\:w-22p {
        width: 22px;
    }
    .\32xl\:w-23p {
        width: 23px;
    }
    .\32xl\:w-25p {
        width: 25px;
    }
    .\32xl\:w-26p {
        width: 26px;
    }
    .\32xl\:w-29p {
        width: 29px;
    }
    .\32xl\:w-30p {
        width: 30px;
    }
    .\32xl\:w-31p {
        width: 31px;
    }
    .\32xl\:w-35p {
        width: 35px;
    }
    .\32xl\:w-52p {
        width: 52px;
    }
    .\32xl\:w-53p {
        width: 53px;
    }
    .\32xl\:w-55p {
        width: 55px;
    }
    .\32xl\:w-59p {
        width: 59px;
    }
    .\32xl\:w-27p {
        width: 27px;
    }
    .\32xl\:w-33\.5p {
        width: 33.5px;
    }
    .\32xl\:w-38p {
        width: 38px;
    }
    .\32xl\:w-40p {
        width: 40px;
    }
    .\32xl\:w-46p {
        width: 46px;
    }
    .\32xl\:w-47p {
        width: 47px;
    }
    .\32xl\:w-49p {
        width: 49px;
    }
    .\32xl\:w-58p {
        width: 58px;
    }
    .\32xl\:w-75p {
        width: 75px;
    }
    .\32xl\:w-77p {
        width: 77px;
    }
    .\32xl\:w-60p {
        width: 60px;
    }
    .\32xl\:w-65p {
        width: 65px;
    }
    .\32xl\:w-66p {
        width: 66px;
    }
    .\32xl\:w-68p {
        width: 68px;
    }
    .\32xl\:w-70p {
        width: 70px;
    }
    .\32xl\:w-72p {
        width: 72px;
    }
    .\32xl\:w-74p {
        width: 74px;
    }
    .\32xl\:w-78p {
        width: 78px;
    }
    .\32xl\:w-80p {
        width: 80px;
    }
    .\32xl\:w-82p {
        width: 82px;
    }
    .\32xl\:w-84p {
        width: 84px;
    }
    .\32xl\:w-89p {
        width: 89px;
    }
    .\32xl\:w-93p {
        width: 93px;
    }
    .\32xl\:w-90p {
        width: 90px;
    }
    .\32xl\:w-97p {
        width: 97px;
    }
    .\32xl\:w-103p {
        width: 103px;
    }
    .\32xl\:w-116p {
        width: 116px;
    }
    .\32xl\:w-120p {
        width: 120px;
    }
    .\32xl\:w-125p {
        width: 125px;
    }
    .\32xl\:w-130p {
        width: 130px;
    }
    .\32xl\:w-135p {
        width: 135px;
    }
    .\32xl\:w-132p {
        width: 132px;
    }
    .\32xl\:w-150p {
        width: 150px;
    }
    .\32xl\:w-216p {
        width: 216px;
    }
    .\32xl\:w-225p {
        width: 225px;
    }
    .\32xl\:w-296p {
        width: 296px;
    }
    .\32xl\:w-270p {
        width: 270px;
    }
    .\32xl\:w-137p {
        width: 137px;
    }
    .\32xl\:w-141p {
        width: 141px;
    }
    .\32xl\:w-146p {
        width: 146px;
    }
    .\32xl\:w-152p {
        width: 152px;
    }
    .\32xl\:w-155p {
        width: 155px;
    }
    .\32xl\:w-163p {
        width: 163px;
    }
    .\32xl\:w-168p {
        width: 168px;
    }
    .\32xl\:w-173p {
        width: 173px;
    }
    .\32xl\:w-210p {
        width: 210px;
    }
    .\32xl\:w-245p {
        width: 245px;
    }
    .\32xl\:w-250p {
        width: 250px;
    }
    .\32xl\:w-260p {
        width: 260px;
    }
    .\32xl\:w-263p {
        width: 263px;
    }
    .\32xl\:w-266p {
        width: 266px;
    }
    .\32xl\:w-275p {
        width: 275px;
    }
    .\32xl\:w-300p {
        width: 300px;
    }
    .\32xl\:w-312p {
        width: 312px;
    }
    .\32xl\:w-318p {
        width: 318px;
    }
    .\32xl\:w-322p {
        width: 322px;
    }
    .\32xl\:w-337p {
        width: 337px;
    }
    .\32xl\:w-345p {
        width: 345px;
    }
    .\32xl\:w-344p {
        width: 344px;
    }
    .\32xl\:w-354p {
        width: 354px;
    }
    .\32xl\:w-364p {
        width: 364px;
    }
    .\32xl\:w-370p {
        width: 370px;
    }
    .\32xl\:w-382p {
        width: 382px;
    }
    .\32xl\:w-385p {
        width: 385px;
    }
    .\32xl\:w-400p {
        width: 400px;
    }
    .\32xl\:w-407p {
        width: 407px;
    }
    .\32xl\:w-411p {
        width: 411px;
    }
    .\32xl\:w-418p {
        width: 418px;
    }
    .\32xl\:w-430p {
        width: 430px;
    }
    .\32xl\:w-450p {
        width: 450px;
    }
    .\32xl\:w-468p {
        width: 468px;
    }
    .\32xl\:w-485p {
        width: 485px;
    }
    .\32xl\:w-491p {
        width: 491px;
    }
    .\32xl\:w-494p {
        width: 494px;
    }
    .\32xl\:w-470p {
        width: 470px;
    }
    .\32xl\:w-480p {
        width: 480px;
    }
    .\32xl\:w-532p {
        width: 532px;
    }
    .\32xl\:w-556p {
        width: 556px;
    }
    .\32xl\:w-505p {
        width: 505px;
    }
    .\32xl\:w-1179p {
        width: 1179px;
    }
    .\32xl\:w-1253p {
        width: 1253px;
    }
    .\32xl\:w-1575p {
        width: 1575px;
    }
    .\32xl\:w-600p {
        width: 600px;
    }
    .\32xl\:w-649p {
        width: 649px;
    }
    .\32xl\:w-690p {
        width: 690px;
    }
    .\32xl\:w-19\% {
        width: 19%;
    }
    .\32xl\:w-23\% {
        width: 23%;
    }
    .\32xl\:w-24\% {
        width: 24%;
    }
    .\32xl\:w-36\% {
        width: 36%;
    }
    .\32xl\:w-27\% {
        width: 27%;
    }
    .\32xl\:w-28\% {
        width: 28%;
    }
    .\32xl\:w-42\% {
        width: 42%;
    }
    .\32xl\:w-46\% {
        width: 46%;
    }
    .\32xl\:w-49\% {
        width: 49%;
    }
    .\32xl\:w-54\% {
        width: 54%;
    }
    .\32xl\:w-58\% {
        width: 58%;
    }
    .\32xl\:w-72\% {
        width: 72%;
    }
    .\32xl\:w-76\% {
        width: 76%;
    }
    .\32xl\:w-77\% {
        width: 77%;
    }
    .\32xl\:w-340p {
        width: 340px;
    }
    .\32xl\:w-700p {
        width: 700px;
    }
    .\32xl\:w-848p {
        width: 848px;
    }
    .\32xl\:w-850p {
        width: 850px;
    }
    .\32xl\:w-860p {
        width: 860px;
    }
    .\32xl\:w-1425p {
        width: 1425px;
    }
    .\32xl\:w-1\/2 {
        width: 50%;
    }
    .\32xl\:w-1\/3 {
        width: 33.333333%;
    }
    .\32xl\:w-2\/3 {
        width: 66.666667%;
    }
    .\32xl\:w-1\/4 {
        width: 25%;
    }
    .\32xl\:w-2\/4 {
        width: 50%;
    }
    .\32xl\:w-3\/4 {
        width: 75%;
    }
    .\32xl\:w-1\/5 {
        width: 20%;
    }
    .\32xl\:w-2\/5 {
        width: 40%;
    }
    .\32xl\:w-3\/5 {
        width: 60%;
    }
    .\32xl\:w-4\/5 {
        width: 80%;
    }
    .\32xl\:w-1\/6 {
        width: 16.666667%;
    }
    .\32xl\:w-2\/6 {
        width: 33.333333%;
    }
    .\32xl\:w-3\/6 {
        width: 50%;
    }
    .\32xl\:w-4\/6 {
        width: 66.666667%;
    }
    .\32xl\:w-5\/6 {
        width: 83.333333%;
    }
    .\32xl\:w-1\/12 {
        width: 8.333333%;
    }
    .\32xl\:w-2\/12 {
        width: 16.666667%;
    }
    .\32xl\:w-3\/12 {
        width: 25%;
    }
    .\32xl\:w-4\/12 {
        width: 33.333333%;
    }
    .\32xl\:w-5\/12 {
        width: 41.666667%;
    }
    .\32xl\:w-6\/12 {
        width: 50%;
    }
    .\32xl\:w-7\/12 {
        width: 58.333333%;
    }
    .\32xl\:w-8\/12 {
        width: 66.666667%;
    }
    .\32xl\:w-9\/12 {
        width: 75%;
    }
    .\32xl\:w-10\/12 {
        width: 83.333333%;
    }
    .\32xl\:w-11\/12 {
        width: 91.666667%;
    }
    .\32xl\:w-full {
        width: 100%;
    }
    .\32xl\:w-screen {
        width: 100vw;
    }
    .\32xl\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .\32xl\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .\32xl\:z-0 {
        z-index: 0;
    }
    .\32xl\:z-10 {
        z-index: 10;
    }
    .\32xl\:z-20 {
        z-index: 20;
    }
    .\32xl\:z-30 {
        z-index: 30;
    }
    .\32xl\:z-40 {
        z-index: 40;
    }
    .\32xl\:z-50 {
        z-index: 50;
    }
    .\32xl\:z-auto {
        z-index: auto;
    }
    .\32xl\:z-ng {
        z-index: -1;
    }
    .\32xl\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .\32xl\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .\32xl\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .\32xl\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .\32xl\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .\32xl\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .\32xl\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .\32xl\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .\32xl\:focus\:z-0:focus {
        z-index: 0;
    }
    .\32xl\:focus\:z-10:focus {
        z-index: 10;
    }
    .\32xl\:focus\:z-20:focus {
        z-index: 20;
    }
    .\32xl\:focus\:z-30:focus {
        z-index: 30;
    }
    .\32xl\:focus\:z-40:focus {
        z-index: 40;
    }
    .\32xl\:focus\:z-50:focus {
        z-index: 50;
    }
    .\32xl\:focus\:z-auto:focus {
        z-index: auto;
    }
    .\32xl\:focus\:z-ng:focus {
        z-index: -1;
    }
    .\32xl\:gap-0 {
        gap: 0;
    }
    .\32xl\:gap-1 {
        gap: 0.25rem;
    }
    .\32xl\:gap-2 {
        gap: 0.5rem;
    }
    .\32xl\:gap-3 {
        gap: 0.75rem;
    }
    .\32xl\:gap-4 {
        gap: 1rem;
    }
    .\32xl\:gap-5 {
        gap: 1.25rem;
    }
    .\32xl\:gap-6 {
        gap: 1.5rem;
    }
    .\32xl\:gap-7 {
        gap: 1.75rem;
    }
    .\32xl\:gap-8 {
        gap: 2rem;
    }
    .\32xl\:gap-9 {
        gap: 2.25rem;
    }
    .\32xl\:gap-10 {
        gap: 2.5rem;
    }
    .\32xl\:gap-11 {
        gap: 2.75rem;
    }
    .\32xl\:gap-12 {
        gap: 3rem;
    }
    .\32xl\:gap-14 {
        gap: 3.5rem;
    }
    .\32xl\:gap-16 {
        gap: 4rem;
    }
    .\32xl\:gap-20 {
        gap: 5rem;
    }
    .\32xl\:gap-23 {
        gap: 88px;
    }
    .\32xl\:gap-24 {
        gap: 6rem;
    }
    .\32xl\:gap-25 {
        gap: 100px;
    }
    .\32xl\:gap-28 {
        gap: 7rem;
    }
    .\32xl\:gap-29 {
        gap: 120px;
    }
    .\32xl\:gap-32 {
        gap: 8rem;
    }
    .\32xl\:gap-33 {
        gap: 130px;
    }
    .\32xl\:gap-36 {
        gap: 9rem;
    }
    .\32xl\:gap-40 {
        gap: 10rem;
    }
    .\32xl\:gap-44 {
        gap: 11rem;
    }
    .\32xl\:gap-48 {
        gap: 12rem;
    }
    .\32xl\:gap-52 {
        gap: 13rem;
    }
    .\32xl\:gap-56 {
        gap: 14rem;
    }
    .\32xl\:gap-60 {
        gap: 15rem;
    }
    .\32xl\:gap-63 {
        gap: 270px;
    }
    .\32xl\:gap-64 {
        gap: 16rem;
    }
    .\32xl\:gap-72 {
        gap: 18rem;
    }
    .\32xl\:gap-80 {
        gap: 20rem;
    }
    .\32xl\:gap-92 {
        gap: 475px;
    }
    .\32xl\:gap-96 {
        gap: 24rem;
    }
    .\32xl\:gap-128 {
        gap: 32rem;
    }
    .\32xl\:gap-px {
        gap: 1px;
    }
    .\32xl\:gap-0\.5 {
        gap: 0.125rem;
    }
    .\32xl\:gap-1\.5 {
        gap: 0.375rem;
    }
    .\32xl\:gap-2\.5 {
        gap: 0.625rem;
    }
    .\32xl\:gap-3\.5 {
        gap: 0.875rem;
    }
    .\32xl\:gap-105p {
        gap: 105px;
    }
    .\32xl\:gap-50p {
        gap: 50px;
    }
    .\32xl\:gap-54p {
        gap: 54px;
    }
    .\32xl\:gap-1p {
        gap: 1px;
    }
    .\32xl\:gap-2p {
        gap: 2px;
    }
    .\32xl\:gap-3p {
        gap: 3px;
    }
    .\32xl\:gap-5p {
        gap: 5px;
    }
    .\32xl\:gap-7p {
        gap: 7px;
    }
    .\32xl\:gap-9p {
        gap: 9px;
    }
    .\32xl\:gap-10p {
        gap: 10px;
    }
    .\32xl\:gap-11p {
        gap: 11px;
    }
    .\32xl\:gap-13p {
        gap: 13px;
    }
    .\32xl\:gap-15p {
        gap: 15px;
    }
    .\32xl\:gap-18p {
        gap: 18px;
    }
    .\32xl\:gap-19p {
        gap: 19px;
    }
    .\32xl\:gap-21p {
        gap: 21px;
    }
    .\32xl\:gap-22p {
        gap: 22px;
    }
    .\32xl\:gap-23p {
        gap: 23px;
    }
    .\32xl\:gap-25p {
        gap: 25px;
    }
    .\32xl\:gap-26p {
        gap: 26px;
    }
    .\32xl\:gap-29p {
        gap: 29px;
    }
    .\32xl\:gap-30p {
        gap: 30px;
    }
    .\32xl\:gap-31p {
        gap: 31px;
    }
    .\32xl\:gap-35p {
        gap: 35px;
    }
    .\32xl\:gap-52p {
        gap: 52px;
    }
    .\32xl\:gap-53p {
        gap: 53px;
    }
    .\32xl\:gap-55p {
        gap: 55px;
    }
    .\32xl\:gap-59p {
        gap: 59px;
    }
    .\32xl\:gap-27p {
        gap: 27px;
    }
    .\32xl\:gap-33\.5p {
        gap: 33.5px;
    }
    .\32xl\:gap-38p {
        gap: 38px;
    }
    .\32xl\:gap-40p {
        gap: 40px;
    }
    .\32xl\:gap-46p {
        gap: 46px;
    }
    .\32xl\:gap-47p {
        gap: 47px;
    }
    .\32xl\:gap-49p {
        gap: 49px;
    }
    .\32xl\:gap-58p {
        gap: 58px;
    }
    .\32xl\:gap-75p {
        gap: 75px;
    }
    .\32xl\:gap-77p {
        gap: 77px;
    }
    .\32xl\:gap-60p {
        gap: 60px;
    }
    .\32xl\:gap-65p {
        gap: 65px;
    }
    .\32xl\:gap-66p {
        gap: 66px;
    }
    .\32xl\:gap-68p {
        gap: 68px;
    }
    .\32xl\:gap-70p {
        gap: 70px;
    }
    .\32xl\:gap-72p {
        gap: 72px;
    }
    .\32xl\:gap-74p {
        gap: 74px;
    }
    .\32xl\:gap-78p {
        gap: 78px;
    }
    .\32xl\:gap-80p {
        gap: 80px;
    }
    .\32xl\:gap-82p {
        gap: 82px;
    }
    .\32xl\:gap-84p {
        gap: 84px;
    }
    .\32xl\:gap-89p {
        gap: 89px;
    }
    .\32xl\:gap-93p {
        gap: 93px;
    }
    .\32xl\:gap-90p {
        gap: 90px;
    }
    .\32xl\:gap-97p {
        gap: 97px;
    }
    .\32xl\:gap-103p {
        gap: 103px;
    }
    .\32xl\:gap-116p {
        gap: 116px;
    }
    .\32xl\:gap-120p {
        gap: 120px;
    }
    .\32xl\:gap-125p {
        gap: 125px;
    }
    .\32xl\:gap-130p {
        gap: 130px;
    }
    .\32xl\:gap-135p {
        gap: 135px;
    }
    .\32xl\:gap-132p {
        gap: 132px;
    }
    .\32xl\:gap-150p {
        gap: 150px;
    }
    .\32xl\:gap-216p {
        gap: 216px;
    }
    .\32xl\:gap-225p {
        gap: 225px;
    }
    .\32xl\:gap-296p {
        gap: 296px;
    }
    .\32xl\:gap-270p {
        gap: 270px;
    }
    .\32xl\:gap-137p {
        gap: 137px;
    }
    .\32xl\:gap-141p {
        gap: 141px;
    }
    .\32xl\:gap-146p {
        gap: 146px;
    }
    .\32xl\:gap-152p {
        gap: 152px;
    }
    .\32xl\:gap-155p {
        gap: 155px;
    }
    .\32xl\:gap-163p {
        gap: 163px;
    }
    .\32xl\:gap-168p {
        gap: 168px;
    }
    .\32xl\:gap-173p {
        gap: 173px;
    }
    .\32xl\:gap-210p {
        gap: 210px;
    }
    .\32xl\:gap-245p {
        gap: 245px;
    }
    .\32xl\:gap-250p {
        gap: 250px;
    }
    .\32xl\:gap-260p {
        gap: 260px;
    }
    .\32xl\:gap-263p {
        gap: 263px;
    }
    .\32xl\:gap-266p {
        gap: 266px;
    }
    .\32xl\:gap-275p {
        gap: 275px;
    }
    .\32xl\:gap-300p {
        gap: 300px;
    }
    .\32xl\:gap-312p {
        gap: 312px;
    }
    .\32xl\:gap-318p {
        gap: 318px;
    }
    .\32xl\:gap-322p {
        gap: 322px;
    }
    .\32xl\:gap-337p {
        gap: 337px;
    }
    .\32xl\:gap-345p {
        gap: 345px;
    }
    .\32xl\:gap-344p {
        gap: 344px;
    }
    .\32xl\:gap-354p {
        gap: 354px;
    }
    .\32xl\:gap-364p {
        gap: 364px;
    }
    .\32xl\:gap-370p {
        gap: 370px;
    }
    .\32xl\:gap-382p {
        gap: 382px;
    }
    .\32xl\:gap-385p {
        gap: 385px;
    }
    .\32xl\:gap-400p {
        gap: 400px;
    }
    .\32xl\:gap-407p {
        gap: 407px;
    }
    .\32xl\:gap-411p {
        gap: 411px;
    }
    .\32xl\:gap-418p {
        gap: 418px;
    }
    .\32xl\:gap-430p {
        gap: 430px;
    }
    .\32xl\:gap-450p {
        gap: 450px;
    }
    .\32xl\:gap-468p {
        gap: 468px;
    }
    .\32xl\:gap-485p {
        gap: 485px;
    }
    .\32xl\:gap-491p {
        gap: 491px;
    }
    .\32xl\:gap-494p {
        gap: 494px;
    }
    .\32xl\:gap-470p {
        gap: 470px;
    }
    .\32xl\:gap-480p {
        gap: 480px;
    }
    .\32xl\:gap-532p {
        gap: 532px;
    }
    .\32xl\:gap-556p {
        gap: 556px;
    }
    .\32xl\:gap-505p {
        gap: 505px;
    }
    .\32xl\:gap-1179p {
        gap: 1179px;
    }
    .\32xl\:gap-1253p {
        gap: 1253px;
    }
    .\32xl\:gap-1575p {
        gap: 1575px;
    }
    .\32xl\:gap-600p {
        gap: 600px;
    }
    .\32xl\:gap-649p {
        gap: 649px;
    }
    .\32xl\:gap-690p {
        gap: 690px;
    }
    .\32xl\:gap-19\% {
        gap: 19%;
    }
    .\32xl\:gap-23\% {
        gap: 23%;
    }
    .\32xl\:gap-24\% {
        gap: 24%;
    }
    .\32xl\:gap-36\% {
        gap: 36%;
    }
    .\32xl\:gap-27\% {
        gap: 27%;
    }
    .\32xl\:gap-28\% {
        gap: 28%;
    }
    .\32xl\:gap-42\% {
        gap: 42%;
    }
    .\32xl\:gap-46\% {
        gap: 46%;
    }
    .\32xl\:gap-49\% {
        gap: 49%;
    }
    .\32xl\:gap-54\% {
        gap: 54%;
    }
    .\32xl\:gap-58\% {
        gap: 58%;
    }
    .\32xl\:gap-72\% {
        gap: 72%;
    }
    .\32xl\:gap-76\% {
        gap: 76%;
    }
    .\32xl\:gap-77\% {
        gap: 77%;
    }
    .\32xl\:gap-340p {
        gap: 340px;
    }
    .\32xl\:gap-700p {
        gap: 700px;
    }
    .\32xl\:gap-848p {
        gap: 848px;
    }
    .\32xl\:gap-850p {
        gap: 850px;
    }
    .\32xl\:gap-860p {
        gap: 860px;
    }
    .\32xl\:gap-1425p {
        gap: 1425px;
    }
    .\32xl\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .\32xl\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .\32xl\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .\32xl\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .\32xl\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .\32xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .\32xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .\32xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .\32xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .\32xl\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .\32xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .\32xl\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .\32xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .\32xl\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .\32xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .\32xl\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .\32xl\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .\32xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .\32xl\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .\32xl\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .\32xl\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .\32xl\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .\32xl\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .\32xl\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .\32xl\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .\32xl\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .\32xl\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .\32xl\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .\32xl\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .\32xl\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .\32xl\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .\32xl\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .\32xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .\32xl\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .\32xl\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .\32xl\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .\32xl\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .\32xl\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .\32xl\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .\32xl\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .\32xl\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .\32xl\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .\32xl\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .\32xl\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .\32xl\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .\32xl\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .\32xl\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .\32xl\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .\32xl\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .\32xl\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .\32xl\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .\32xl\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .\32xl\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .\32xl\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .\32xl\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .\32xl\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .\32xl\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .\32xl\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .\32xl\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .\32xl\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .\32xl\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .\32xl\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .\32xl\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .\32xl\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .\32xl\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .\32xl\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .\32xl\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .\32xl\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .\32xl\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .\32xl\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .\32xl\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .\32xl\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .\32xl\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .\32xl\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .\32xl\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .\32xl\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .\32xl\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .\32xl\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .\32xl\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .\32xl\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .\32xl\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .\32xl\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .\32xl\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .\32xl\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .\32xl\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .\32xl\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .\32xl\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .\32xl\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .\32xl\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .\32xl\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .\32xl\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .\32xl\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .\32xl\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .\32xl\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .\32xl\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .\32xl\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .\32xl\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .\32xl\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .\32xl\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .\32xl\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .\32xl\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .\32xl\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .\32xl\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .\32xl\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .\32xl\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .\32xl\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .\32xl\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .\32xl\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .\32xl\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .\32xl\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .\32xl\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .\32xl\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .\32xl\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .\32xl\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .\32xl\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .\32xl\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .\32xl\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .\32xl\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .\32xl\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .\32xl\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .\32xl\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .\32xl\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .\32xl\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .\32xl\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .\32xl\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .\32xl\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .\32xl\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .\32xl\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .\32xl\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .\32xl\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .\32xl\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .\32xl\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .\32xl\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .\32xl\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .\32xl\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .\32xl\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .\32xl\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .\32xl\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .\32xl\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .\32xl\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .\32xl\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .\32xl\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .\32xl\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .\32xl\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .\32xl\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .\32xl\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .\32xl\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .\32xl\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .\32xl\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .\32xl\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .\32xl\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .\32xl\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .\32xl\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .\32xl\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .\32xl\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .\32xl\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .\32xl\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .\32xl\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .\32xl\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .\32xl\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .\32xl\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .\32xl\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .\32xl\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .\32xl\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .\32xl\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .\32xl\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .\32xl\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .\32xl\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .\32xl\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .\32xl\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .\32xl\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .\32xl\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .\32xl\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .\32xl\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .\32xl\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .\32xl\:gap-y-0 {
        row-gap: 0;
    }
    .\32xl\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .\32xl\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .\32xl\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .\32xl\:gap-y-4 {
        row-gap: 1rem;
    }
    .\32xl\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .\32xl\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .\32xl\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .\32xl\:gap-y-8 {
        row-gap: 2rem;
    }
    .\32xl\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .\32xl\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .\32xl\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .\32xl\:gap-y-12 {
        row-gap: 3rem;
    }
    .\32xl\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .\32xl\:gap-y-16 {
        row-gap: 4rem;
    }
    .\32xl\:gap-y-20 {
        row-gap: 5rem;
    }
    .\32xl\:gap-y-23 {
        row-gap: 88px;
    }
    .\32xl\:gap-y-24 {
        row-gap: 6rem;
    }
    .\32xl\:gap-y-25 {
        row-gap: 100px;
    }
    .\32xl\:gap-y-28 {
        row-gap: 7rem;
    }
    .\32xl\:gap-y-29 {
        row-gap: 120px;
    }
    .\32xl\:gap-y-32 {
        row-gap: 8rem;
    }
    .\32xl\:gap-y-33 {
        row-gap: 130px;
    }
    .\32xl\:gap-y-36 {
        row-gap: 9rem;
    }
    .\32xl\:gap-y-40 {
        row-gap: 10rem;
    }
    .\32xl\:gap-y-44 {
        row-gap: 11rem;
    }
    .\32xl\:gap-y-48 {
        row-gap: 12rem;
    }
    .\32xl\:gap-y-52 {
        row-gap: 13rem;
    }
    .\32xl\:gap-y-56 {
        row-gap: 14rem;
    }
    .\32xl\:gap-y-60 {
        row-gap: 15rem;
    }
    .\32xl\:gap-y-63 {
        row-gap: 270px;
    }
    .\32xl\:gap-y-64 {
        row-gap: 16rem;
    }
    .\32xl\:gap-y-72 {
        row-gap: 18rem;
    }
    .\32xl\:gap-y-80 {
        row-gap: 20rem;
    }
    .\32xl\:gap-y-92 {
        row-gap: 475px;
    }
    .\32xl\:gap-y-96 {
        row-gap: 24rem;
    }
    .\32xl\:gap-y-128 {
        row-gap: 32rem;
    }
    .\32xl\:gap-y-px {
        row-gap: 1px;
    }
    .\32xl\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .\32xl\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .\32xl\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .\32xl\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .\32xl\:gap-y-105p {
        row-gap: 105px;
    }
    .\32xl\:gap-y-50p {
        row-gap: 50px;
    }
    .\32xl\:gap-y-54p {
        row-gap: 54px;
    }
    .\32xl\:gap-y-1p {
        row-gap: 1px;
    }
    .\32xl\:gap-y-2p {
        row-gap: 2px;
    }
    .\32xl\:gap-y-3p {
        row-gap: 3px;
    }
    .\32xl\:gap-y-5p {
        row-gap: 5px;
    }
    .\32xl\:gap-y-7p {
        row-gap: 7px;
    }
    .\32xl\:gap-y-9p {
        row-gap: 9px;
    }
    .\32xl\:gap-y-10p {
        row-gap: 10px;
    }
    .\32xl\:gap-y-11p {
        row-gap: 11px;
    }
    .\32xl\:gap-y-13p {
        row-gap: 13px;
    }
    .\32xl\:gap-y-15p {
        row-gap: 15px;
    }
    .\32xl\:gap-y-18p {
        row-gap: 18px;
    }
    .\32xl\:gap-y-19p {
        row-gap: 19px;
    }
    .\32xl\:gap-y-21p {
        row-gap: 21px;
    }
    .\32xl\:gap-y-22p {
        row-gap: 22px;
    }
    .\32xl\:gap-y-23p {
        row-gap: 23px;
    }
    .\32xl\:gap-y-25p {
        row-gap: 25px;
    }
    .\32xl\:gap-y-26p {
        row-gap: 26px;
    }
    .\32xl\:gap-y-29p {
        row-gap: 29px;
    }
    .\32xl\:gap-y-30p {
        row-gap: 30px;
    }
    .\32xl\:gap-y-31p {
        row-gap: 31px;
    }
    .\32xl\:gap-y-35p {
        row-gap: 35px;
    }
    .\32xl\:gap-y-52p {
        row-gap: 52px;
    }
    .\32xl\:gap-y-53p {
        row-gap: 53px;
    }
    .\32xl\:gap-y-55p {
        row-gap: 55px;
    }
    .\32xl\:gap-y-59p {
        row-gap: 59px;
    }
    .\32xl\:gap-y-27p {
        row-gap: 27px;
    }
    .\32xl\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .\32xl\:gap-y-38p {
        row-gap: 38px;
    }
    .\32xl\:gap-y-40p {
        row-gap: 40px;
    }
    .\32xl\:gap-y-46p {
        row-gap: 46px;
    }
    .\32xl\:gap-y-47p {
        row-gap: 47px;
    }
    .\32xl\:gap-y-49p {
        row-gap: 49px;
    }
    .\32xl\:gap-y-58p {
        row-gap: 58px;
    }
    .\32xl\:gap-y-75p {
        row-gap: 75px;
    }
    .\32xl\:gap-y-77p {
        row-gap: 77px;
    }
    .\32xl\:gap-y-60p {
        row-gap: 60px;
    }
    .\32xl\:gap-y-65p {
        row-gap: 65px;
    }
    .\32xl\:gap-y-66p {
        row-gap: 66px;
    }
    .\32xl\:gap-y-68p {
        row-gap: 68px;
    }
    .\32xl\:gap-y-70p {
        row-gap: 70px;
    }
    .\32xl\:gap-y-72p {
        row-gap: 72px;
    }
    .\32xl\:gap-y-74p {
        row-gap: 74px;
    }
    .\32xl\:gap-y-78p {
        row-gap: 78px;
    }
    .\32xl\:gap-y-80p {
        row-gap: 80px;
    }
    .\32xl\:gap-y-82p {
        row-gap: 82px;
    }
    .\32xl\:gap-y-84p {
        row-gap: 84px;
    }
    .\32xl\:gap-y-89p {
        row-gap: 89px;
    }
    .\32xl\:gap-y-93p {
        row-gap: 93px;
    }
    .\32xl\:gap-y-90p {
        row-gap: 90px;
    }
    .\32xl\:gap-y-97p {
        row-gap: 97px;
    }
    .\32xl\:gap-y-103p {
        row-gap: 103px;
    }
    .\32xl\:gap-y-116p {
        row-gap: 116px;
    }
    .\32xl\:gap-y-120p {
        row-gap: 120px;
    }
    .\32xl\:gap-y-125p {
        row-gap: 125px;
    }
    .\32xl\:gap-y-130p {
        row-gap: 130px;
    }
    .\32xl\:gap-y-135p {
        row-gap: 135px;
    }
    .\32xl\:gap-y-132p {
        row-gap: 132px;
    }
    .\32xl\:gap-y-150p {
        row-gap: 150px;
    }
    .\32xl\:gap-y-216p {
        row-gap: 216px;
    }
    .\32xl\:gap-y-225p {
        row-gap: 225px;
    }
    .\32xl\:gap-y-296p {
        row-gap: 296px;
    }
    .\32xl\:gap-y-270p {
        row-gap: 270px;
    }
    .\32xl\:gap-y-137p {
        row-gap: 137px;
    }
    .\32xl\:gap-y-141p {
        row-gap: 141px;
    }
    .\32xl\:gap-y-146p {
        row-gap: 146px;
    }
    .\32xl\:gap-y-152p {
        row-gap: 152px;
    }
    .\32xl\:gap-y-155p {
        row-gap: 155px;
    }
    .\32xl\:gap-y-163p {
        row-gap: 163px;
    }
    .\32xl\:gap-y-168p {
        row-gap: 168px;
    }
    .\32xl\:gap-y-173p {
        row-gap: 173px;
    }
    .\32xl\:gap-y-210p {
        row-gap: 210px;
    }
    .\32xl\:gap-y-245p {
        row-gap: 245px;
    }
    .\32xl\:gap-y-250p {
        row-gap: 250px;
    }
    .\32xl\:gap-y-260p {
        row-gap: 260px;
    }
    .\32xl\:gap-y-263p {
        row-gap: 263px;
    }
    .\32xl\:gap-y-266p {
        row-gap: 266px;
    }
    .\32xl\:gap-y-275p {
        row-gap: 275px;
    }
    .\32xl\:gap-y-300p {
        row-gap: 300px;
    }
    .\32xl\:gap-y-312p {
        row-gap: 312px;
    }
    .\32xl\:gap-y-318p {
        row-gap: 318px;
    }
    .\32xl\:gap-y-322p {
        row-gap: 322px;
    }
    .\32xl\:gap-y-337p {
        row-gap: 337px;
    }
    .\32xl\:gap-y-345p {
        row-gap: 345px;
    }
    .\32xl\:gap-y-344p {
        row-gap: 344px;
    }
    .\32xl\:gap-y-354p {
        row-gap: 354px;
    }
    .\32xl\:gap-y-364p {
        row-gap: 364px;
    }
    .\32xl\:gap-y-370p {
        row-gap: 370px;
    }
    .\32xl\:gap-y-382p {
        row-gap: 382px;
    }
    .\32xl\:gap-y-385p {
        row-gap: 385px;
    }
    .\32xl\:gap-y-400p {
        row-gap: 400px;
    }
    .\32xl\:gap-y-407p {
        row-gap: 407px;
    }
    .\32xl\:gap-y-411p {
        row-gap: 411px;
    }
    .\32xl\:gap-y-418p {
        row-gap: 418px;
    }
    .\32xl\:gap-y-430p {
        row-gap: 430px;
    }
    .\32xl\:gap-y-450p {
        row-gap: 450px;
    }
    .\32xl\:gap-y-468p {
        row-gap: 468px;
    }
    .\32xl\:gap-y-485p {
        row-gap: 485px;
    }
    .\32xl\:gap-y-491p {
        row-gap: 491px;
    }
    .\32xl\:gap-y-494p {
        row-gap: 494px;
    }
    .\32xl\:gap-y-470p {
        row-gap: 470px;
    }
    .\32xl\:gap-y-480p {
        row-gap: 480px;
    }
    .\32xl\:gap-y-532p {
        row-gap: 532px;
    }
    .\32xl\:gap-y-556p {
        row-gap: 556px;
    }
    .\32xl\:gap-y-505p {
        row-gap: 505px;
    }
    .\32xl\:gap-y-1179p {
        row-gap: 1179px;
    }
    .\32xl\:gap-y-1253p {
        row-gap: 1253px;
    }
    .\32xl\:gap-y-1575p {
        row-gap: 1575px;
    }
    .\32xl\:gap-y-600p {
        row-gap: 600px;
    }
    .\32xl\:gap-y-649p {
        row-gap: 649px;
    }
    .\32xl\:gap-y-690p {
        row-gap: 690px;
    }
    .\32xl\:gap-y-19\% {
        row-gap: 19%;
    }
    .\32xl\:gap-y-23\% {
        row-gap: 23%;
    }
    .\32xl\:gap-y-24\% {
        row-gap: 24%;
    }
    .\32xl\:gap-y-36\% {
        row-gap: 36%;
    }
    .\32xl\:gap-y-27\% {
        row-gap: 27%;
    }
    .\32xl\:gap-y-28\% {
        row-gap: 28%;
    }
    .\32xl\:gap-y-42\% {
        row-gap: 42%;
    }
    .\32xl\:gap-y-46\% {
        row-gap: 46%;
    }
    .\32xl\:gap-y-49\% {
        row-gap: 49%;
    }
    .\32xl\:gap-y-54\% {
        row-gap: 54%;
    }
    .\32xl\:gap-y-58\% {
        row-gap: 58%;
    }
    .\32xl\:gap-y-72\% {
        row-gap: 72%;
    }
    .\32xl\:gap-y-76\% {
        row-gap: 76%;
    }
    .\32xl\:gap-y-77\% {
        row-gap: 77%;
    }
    .\32xl\:gap-y-340p {
        row-gap: 340px;
    }
    .\32xl\:gap-y-700p {
        row-gap: 700px;
    }
    .\32xl\:gap-y-848p {
        row-gap: 848px;
    }
    .\32xl\:gap-y-850p {
        row-gap: 850px;
    }
    .\32xl\:gap-y-860p {
        row-gap: 860px;
    }
    .\32xl\:gap-y-1425p {
        row-gap: 1425px;
    }
    .\32xl\:grid-flow-row {
        grid-auto-flow: row;
    }
    .\32xl\:grid-flow-col {
        grid-auto-flow: column;
    }
    .\32xl\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .\32xl\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .\32xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-none {
        grid-template-columns: none;
    }
    .\32xl\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .\32xl\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .\32xl\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .\32xl\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .\32xl\:col-auto {
        grid-column: auto;
    }
    .\32xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .\32xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .\32xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .\32xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .\32xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .\32xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .\32xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .\32xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .\32xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .\32xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .\32xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .\32xl\:col-span-full {
        grid-column: 1/-1;
    }
    .\32xl\:col-start-1 {
        grid-column-start: 1;
    }
    .\32xl\:col-start-2 {
        grid-column-start: 2;
    }
    .\32xl\:col-start-3 {
        grid-column-start: 3;
    }
    .\32xl\:col-start-4 {
        grid-column-start: 4;
    }
    .\32xl\:col-start-5 {
        grid-column-start: 5;
    }
    .\32xl\:col-start-6 {
        grid-column-start: 6;
    }
    .\32xl\:col-start-7 {
        grid-column-start: 7;
    }
    .\32xl\:col-start-8 {
        grid-column-start: 8;
    }
    .\32xl\:col-start-9 {
        grid-column-start: 9;
    }
    .\32xl\:col-start-10 {
        grid-column-start: 10;
    }
    .\32xl\:col-start-11 {
        grid-column-start: 11;
    }
    .\32xl\:col-start-12 {
        grid-column-start: 12;
    }
    .\32xl\:col-start-13 {
        grid-column-start: 13;
    }
    .\32xl\:col-start-auto {
        grid-column-start: auto;
    }
    .\32xl\:col-end-1 {
        grid-column-end: 1;
    }
    .\32xl\:col-end-2 {
        grid-column-end: 2;
    }
    .\32xl\:col-end-3 {
        grid-column-end: 3;
    }
    .\32xl\:col-end-4 {
        grid-column-end: 4;
    }
    .\32xl\:col-end-5 {
        grid-column-end: 5;
    }
    .\32xl\:col-end-6 {
        grid-column-end: 6;
    }
    .\32xl\:col-end-7 {
        grid-column-end: 7;
    }
    .\32xl\:col-end-8 {
        grid-column-end: 8;
    }
    .\32xl\:col-end-9 {
        grid-column-end: 9;
    }
    .\32xl\:col-end-10 {
        grid-column-end: 10;
    }
    .\32xl\:col-end-11 {
        grid-column-end: 11;
    }
    .\32xl\:col-end-12 {
        grid-column-end: 12;
    }
    .\32xl\:col-end-13 {
        grid-column-end: 13;
    }
    .\32xl\:col-end-auto {
        grid-column-end: auto;
    }
    .\32xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .\32xl\:grid-rows-none {
        grid-template-rows: none;
    }
    .\32xl\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .\32xl\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .\32xl\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .\32xl\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .\32xl\:row-auto {
        grid-row: auto;
    }
    .\32xl\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .\32xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .\32xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .\32xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .\32xl\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .\32xl\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .\32xl\:row-span-full {
        grid-row: 1/-1;
    }
    .\32xl\:row-start-1 {
        grid-row-start: 1;
    }
    .\32xl\:row-start-2 {
        grid-row-start: 2;
    }
    .\32xl\:row-start-3 {
        grid-row-start: 3;
    }
    .\32xl\:row-start-4 {
        grid-row-start: 4;
    }
    .\32xl\:row-start-5 {
        grid-row-start: 5;
    }
    .\32xl\:row-start-6 {
        grid-row-start: 6;
    }
    .\32xl\:row-start-7 {
        grid-row-start: 7;
    }
    .\32xl\:row-start-auto {
        grid-row-start: auto;
    }
    .\32xl\:row-end-1 {
        grid-row-end: 1;
    }
    .\32xl\:row-end-2 {
        grid-row-end: 2;
    }
    .\32xl\:row-end-3 {
        grid-row-end: 3;
    }
    .\32xl\:row-end-4 {
        grid-row-end: 4;
    }
    .\32xl\:row-end-5 {
        grid-row-end: 5;
    }
    .\32xl\:row-end-6 {
        grid-row-end: 6;
    }
    .\32xl\:row-end-7 {
        grid-row-end: 7;
    }
    .\32xl\:row-end-auto {
        grid-row-end: auto;
    }
    .\32xl\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .\32xl\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .\32xl\:transform-none {
        transform: none;
    }
    .\32xl\:origin-center {
        transform-origin: center;
    }
    .\32xl\:origin-top {
        transform-origin: top;
    }
    .\32xl\:origin-top-right {
        transform-origin: top right;
    }
    .\32xl\:origin-right {
        transform-origin: right;
    }
    .\32xl\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .\32xl\:origin-bottom {
        transform-origin: bottom;
    }
    .\32xl\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .\32xl\:origin-left {
        transform-origin: left;
    }
    .\32xl\:origin-top-left {
        transform-origin: top left;
    }
    .\32xl\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\32xl\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\32xl\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\32xl\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\32xl\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\32xl\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\32xl\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\32xl\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\32xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\32xl\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\32xl\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\32xl\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .\32xl\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .\32xl\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .\32xl\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .\32xl\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .\32xl\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .\32xl\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .\32xl\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .\32xl\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .\32xl\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .\32xl\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .\32xl\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .\32xl\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .\32xl\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .\32xl\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .\32xl\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .\32xl\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .\32xl\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .\32xl\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .\32xl\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .\32xl\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .\32xl\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .\32xl\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\32xl\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\32xl\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\32xl\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\32xl\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\32xl\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\32xl\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\32xl\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\32xl\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\32xl\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\32xl\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\32xl\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .\32xl\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .\32xl\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .\32xl\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .\32xl\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .\32xl\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .\32xl\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .\32xl\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .\32xl\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .\32xl\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .\32xl\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .\32xl\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .\32xl\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .\32xl\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .\32xl\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .\32xl\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .\32xl\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .\32xl\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .\32xl\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .\32xl\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .\32xl\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .\32xl\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .\32xl\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\32xl\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\32xl\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\32xl\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\32xl\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\32xl\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\32xl\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\32xl\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\32xl\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\32xl\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\32xl\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\32xl\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .\32xl\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .\32xl\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .\32xl\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .\32xl\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .\32xl\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .\32xl\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .\32xl\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .\32xl\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .\32xl\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .\32xl\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .\32xl\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .\32xl\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .\32xl\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .\32xl\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .\32xl\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .\32xl\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .\32xl\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .\32xl\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .\32xl\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .\32xl\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .\32xl\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .\32xl\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .\32xl\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .\32xl\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .\32xl\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .\32xl\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .\32xl\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .\32xl\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .\32xl\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .\32xl\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .\32xl\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .\32xl\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .\32xl\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .\32xl\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .\32xl\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .\32xl\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .\32xl\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .\32xl\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .\32xl\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .\32xl\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .\32xl\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .\32xl\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .\32xl\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .\32xl\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .\32xl\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .\32xl\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .\32xl\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .\32xl\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .\32xl\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .\32xl\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .\32xl\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .\32xl\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .\32xl\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .\32xl\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .\32xl\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .\32xl\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .\32xl\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .\32xl\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .\32xl\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .\32xl\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .\32xl\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .\32xl\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .\32xl\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .\32xl\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .\32xl\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .\32xl\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .\32xl\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .\32xl\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .\32xl\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .\32xl\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .\32xl\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .\32xl\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .\32xl\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .\32xl\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .\32xl\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .\32xl\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .\32xl\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .\32xl\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .\32xl\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .\32xl\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .\32xl\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .\32xl\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .\32xl\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .\32xl\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .\32xl\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .\32xl\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .\32xl\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .\32xl\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .\32xl\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .\32xl\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .\32xl\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .\32xl\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .\32xl\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .\32xl\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .\32xl\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .\32xl\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .\32xl\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .\32xl\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .\32xl\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .\32xl\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .\32xl\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .\32xl\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .\32xl\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .\32xl\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .\32xl\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .\32xl\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .\32xl\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .\32xl\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .\32xl\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .\32xl\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .\32xl\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .\32xl\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .\32xl\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .\32xl\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .\32xl\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .\32xl\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .\32xl\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .\32xl\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .\32xl\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .\32xl\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .\32xl\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .\32xl\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .\32xl\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .\32xl\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .\32xl\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .\32xl\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .\32xl\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .\32xl\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .\32xl\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .\32xl\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .\32xl\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .\32xl\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .\32xl\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .\32xl\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .\32xl\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .\32xl\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .\32xl\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .\32xl\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .\32xl\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .\32xl\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .\32xl\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .\32xl\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .\32xl\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .\32xl\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .\32xl\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .\32xl\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .\32xl\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .\32xl\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .\32xl\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .\32xl\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .\32xl\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .\32xl\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .\32xl\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .\32xl\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .\32xl\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .\32xl\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .\32xl\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .\32xl\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .\32xl\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .\32xl\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .\32xl\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .\32xl\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .\32xl\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .\32xl\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .\32xl\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .\32xl\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .\32xl\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .\32xl\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .\32xl\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .\32xl\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .\32xl\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .\32xl\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .\32xl\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .\32xl\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .\32xl\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .\32xl\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .\32xl\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .\32xl\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .\32xl\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .\32xl\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .\32xl\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .\32xl\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .\32xl\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .\32xl\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .\32xl\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .\32xl\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .\32xl\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .\32xl\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .\32xl\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .\32xl\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .\32xl\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .\32xl\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .\32xl\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .\32xl\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .\32xl\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .\32xl\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .\32xl\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .\32xl\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .\32xl\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .\32xl\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .\32xl\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .\32xl\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .\32xl\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .\32xl\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .\32xl\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .\32xl\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .\32xl\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .\32xl\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .\32xl\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .\32xl\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .\32xl\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .\32xl\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .\32xl\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .\32xl\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .\32xl\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .\32xl\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .\32xl\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .\32xl\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .\32xl\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .\32xl\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .\32xl\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .\32xl\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .\32xl\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .\32xl\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .\32xl\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .\32xl\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .\32xl\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .\32xl\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .\32xl\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .\32xl\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .\32xl\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .\32xl\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .\32xl\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .\32xl\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .\32xl\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .\32xl\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .\32xl\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .\32xl\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .\32xl\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .\32xl\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .\32xl\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .\32xl\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .\32xl\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .\32xl\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .\32xl\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .\32xl\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .\32xl\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .\32xl\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .\32xl\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .\32xl\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .\32xl\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .\32xl\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .\32xl\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .\32xl\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .\32xl\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .\32xl\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .\32xl\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .\32xl\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .\32xl\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .\32xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .\32xl\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .\32xl\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .\32xl\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .\32xl\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .\32xl\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .\32xl\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .\32xl\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .\32xl\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .\32xl\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .\32xl\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .\32xl\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .\32xl\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .\32xl\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .\32xl\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .\32xl\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .\32xl\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .\32xl\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .\32xl\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .\32xl\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .\32xl\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .\32xl\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .\32xl\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .\32xl\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .\32xl\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .\32xl\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .\32xl\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .\32xl\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .\32xl\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .\32xl\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .\32xl\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .\32xl\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .\32xl\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .\32xl\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .\32xl\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .\32xl\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .\32xl\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .\32xl\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .\32xl\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .\32xl\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .\32xl\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .\32xl\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .\32xl\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .\32xl\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .\32xl\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .\32xl\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .\32xl\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .\32xl\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .\32xl\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .\32xl\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .\32xl\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .\32xl\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .\32xl\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .\32xl\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .\32xl\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .\32xl\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .\32xl\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .\32xl\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .\32xl\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .\32xl\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .\32xl\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .\32xl\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .\32xl\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .\32xl\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .\32xl\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .\32xl\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .\32xl\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .\32xl\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .\32xl\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .\32xl\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .\32xl\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .\32xl\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .\32xl\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .\32xl\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .\32xl\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .\32xl\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .\32xl\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .\32xl\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .\32xl\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .\32xl\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .\32xl\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .\32xl\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .\32xl\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .\32xl\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .\32xl\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .\32xl\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .\32xl\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .\32xl\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .\32xl\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .\32xl\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .\32xl\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .\32xl\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .\32xl\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .\32xl\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .\32xl\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .\32xl\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .\32xl\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .\32xl\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .\32xl\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .\32xl\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .\32xl\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .\32xl\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .\32xl\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .\32xl\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .\32xl\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .\32xl\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .\32xl\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .\32xl\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .\32xl\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .\32xl\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .\32xl\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .\32xl\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .\32xl\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .\32xl\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .\32xl\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .\32xl\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .\32xl\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .\32xl\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .\32xl\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .\32xl\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .\32xl\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .\32xl\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .\32xl\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .\32xl\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .\32xl\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .\32xl\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .\32xl\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .\32xl\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .\32xl\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .\32xl\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .\32xl\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .\32xl\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .\32xl\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .\32xl\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .\32xl\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .\32xl\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .\32xl\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .\32xl\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .\32xl\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .\32xl\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .\32xl\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .\32xl\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .\32xl\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .\32xl\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .\32xl\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .\32xl\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .\32xl\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .\32xl\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .\32xl\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .\32xl\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .\32xl\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .\32xl\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .\32xl\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .\32xl\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .\32xl\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .\32xl\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .\32xl\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .\32xl\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .\32xl\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .\32xl\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .\32xl\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .\32xl\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .\32xl\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .\32xl\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .\32xl\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .\32xl\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .\32xl\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .\32xl\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .\32xl\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .\32xl\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .\32xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .\32xl\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .\32xl\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .\32xl\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .\32xl\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .\32xl\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .\32xl\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .\32xl\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .\32xl\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .\32xl\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .\32xl\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .\32xl\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .\32xl\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .\32xl\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .\32xl\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .\32xl\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .\32xl\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .\32xl\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .\32xl\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .\32xl\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .\32xl\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .\32xl\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .\32xl\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .\32xl\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .\32xl\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .\32xl\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .\32xl\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .\32xl\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .\32xl\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .\32xl\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .\32xl\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .\32xl\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .\32xl\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .\32xl\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .\32xl\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .\32xl\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .\32xl\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .\32xl\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .\32xl\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .\32xl\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .\32xl\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .\32xl\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .\32xl\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .\32xl\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .\32xl\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .\32xl\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .\32xl\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .\32xl\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .\32xl\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .\32xl\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .\32xl\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .\32xl\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .\32xl\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .\32xl\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .\32xl\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .\32xl\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .\32xl\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .\32xl\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .\32xl\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .\32xl\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .\32xl\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .\32xl\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .\32xl\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .\32xl\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .\32xl\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .\32xl\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .\32xl\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .\32xl\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .\32xl\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .\32xl\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .\32xl\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .\32xl\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .\32xl\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .\32xl\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .\32xl\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .\32xl\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .\32xl\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .\32xl\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .\32xl\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .\32xl\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .\32xl\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .\32xl\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .\32xl\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .\32xl\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .\32xl\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .\32xl\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .\32xl\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .\32xl\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .\32xl\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .\32xl\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .\32xl\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .\32xl\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .\32xl\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .\32xl\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .\32xl\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .\32xl\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .\32xl\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .\32xl\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .\32xl\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .\32xl\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .\32xl\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .\32xl\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .\32xl\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .\32xl\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .\32xl\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .\32xl\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .\32xl\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .\32xl\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .\32xl\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .\32xl\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .\32xl\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .\32xl\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .\32xl\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .\32xl\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .\32xl\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .\32xl\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .\32xl\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .\32xl\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .\32xl\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .\32xl\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .\32xl\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .\32xl\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .\32xl\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .\32xl\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .\32xl\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .\32xl\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .\32xl\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .\32xl\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .\32xl\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .\32xl\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .\32xl\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .\32xl\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .\32xl\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .\32xl\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .\32xl\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .\32xl\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .\32xl\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .\32xl\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .\32xl\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .\32xl\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .\32xl\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .\32xl\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .\32xl\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .\32xl\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .\32xl\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .\32xl\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .\32xl\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .\32xl\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .\32xl\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .\32xl\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .\32xl\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .\32xl\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .\32xl\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .\32xl\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .\32xl\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .\32xl\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .\32xl\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .\32xl\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .\32xl\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .\32xl\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .\32xl\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .\32xl\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .\32xl\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .\32xl\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .\32xl\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .\32xl\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .\32xl\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .\32xl\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .\32xl\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .\32xl\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .\32xl\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .\32xl\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .\32xl\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .\32xl\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .\32xl\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .\32xl\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .\32xl\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .\32xl\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .\32xl\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .\32xl\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .\32xl\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .\32xl\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .\32xl\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .\32xl\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .\32xl\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .\32xl\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .\32xl\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .\32xl\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .\32xl\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .\32xl\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .\32xl\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .\32xl\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .\32xl\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .\32xl\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .\32xl\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .\32xl\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .\32xl\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .\32xl\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .\32xl\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .\32xl\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .\32xl\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .\32xl\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .\32xl\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .\32xl\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .\32xl\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .\32xl\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .\32xl\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .\32xl\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .\32xl\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .\32xl\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .\32xl\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .\32xl\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .\32xl\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .\32xl\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .\32xl\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .\32xl\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .\32xl\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .\32xl\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .\32xl\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .\32xl\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .\32xl\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .\32xl\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .\32xl\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .\32xl\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .\32xl\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .\32xl\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .\32xl\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .\32xl\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .\32xl\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .\32xl\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .\32xl\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .\32xl\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .\32xl\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .\32xl\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .\32xl\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .\32xl\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .\32xl\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .\32xl\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .\32xl\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .\32xl\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .\32xl\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .\32xl\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .\32xl\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .\32xl\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .\32xl\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .\32xl\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .\32xl\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .\32xl\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .\32xl\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .\32xl\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .\32xl\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .\32xl\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .\32xl\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .\32xl\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .\32xl\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .\32xl\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .\32xl\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .\32xl\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .\32xl\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .\32xl\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .\32xl\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .\32xl\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .\32xl\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .\32xl\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .\32xl\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .\32xl\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .\32xl\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .\32xl\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .\32xl\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .\32xl\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .\32xl\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .\32xl\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .\32xl\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .\32xl\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .\32xl\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .\32xl\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .\32xl\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .\32xl\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .\32xl\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .\32xl\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .\32xl\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .\32xl\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .\32xl\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .\32xl\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .\32xl\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .\32xl\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .\32xl\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .\32xl\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .\32xl\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .\32xl\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .\32xl\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .\32xl\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .\32xl\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .\32xl\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .\32xl\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .\32xl\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .\32xl\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .\32xl\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .\32xl\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .\32xl\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .\32xl\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .\32xl\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .\32xl\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .\32xl\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .\32xl\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .\32xl\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .\32xl\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .\32xl\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .\32xl\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .\32xl\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .\32xl\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .\32xl\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .\32xl\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .\32xl\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .\32xl\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .\32xl\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .\32xl\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .\32xl\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .\32xl\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .\32xl\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .\32xl\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .\32xl\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .\32xl\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .\32xl\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .\32xl\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .\32xl\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .\32xl\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .\32xl\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .\32xl\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .\32xl\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .\32xl\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .\32xl\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .\32xl\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .\32xl\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .\32xl\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .\32xl\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .\32xl\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .\32xl\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .\32xl\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .\32xl\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .\32xl\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .\32xl\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .\32xl\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .\32xl\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .\32xl\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .\32xl\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .\32xl\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .\32xl\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .\32xl\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .\32xl\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .\32xl\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .\32xl\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .\32xl\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .\32xl\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .\32xl\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .\32xl\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .\32xl\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .\32xl\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .\32xl\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .\32xl\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .\32xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .\32xl\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .\32xl\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .\32xl\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .\32xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .\32xl\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .\32xl\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .\32xl\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .\32xl\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .\32xl\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .\32xl\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .\32xl\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .\32xl\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .\32xl\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .\32xl\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .\32xl\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .\32xl\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .\32xl\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .\32xl\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .\32xl\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .\32xl\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .\32xl\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .\32xl\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .\32xl\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .\32xl\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .\32xl\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .\32xl\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .\32xl\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .\32xl\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .\32xl\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .\32xl\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .\32xl\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .\32xl\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .\32xl\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .\32xl\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .\32xl\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .\32xl\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .\32xl\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .\32xl\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .\32xl\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .\32xl\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .\32xl\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .\32xl\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .\32xl\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .\32xl\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .\32xl\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .\32xl\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .\32xl\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .\32xl\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .\32xl\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .\32xl\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .\32xl\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .\32xl\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .\32xl\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .\32xl\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .\32xl\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .\32xl\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .\32xl\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .\32xl\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .\32xl\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .\32xl\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .\32xl\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .\32xl\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .\32xl\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .\32xl\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .\32xl\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .\32xl\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .\32xl\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .\32xl\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .\32xl\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .\32xl\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .\32xl\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .\32xl\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .\32xl\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .\32xl\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .\32xl\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .\32xl\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .\32xl\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .\32xl\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .\32xl\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .\32xl\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .\32xl\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .\32xl\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .\32xl\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .\32xl\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .\32xl\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .\32xl\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .\32xl\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .\32xl\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .\32xl\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .\32xl\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .\32xl\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .\32xl\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .\32xl\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .\32xl\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .\32xl\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .\32xl\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .\32xl\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .\32xl\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .\32xl\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .\32xl\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .\32xl\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .\32xl\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .\32xl\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .\32xl\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .\32xl\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .\32xl\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .\32xl\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .\32xl\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .\32xl\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .\32xl\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .\32xl\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .\32xl\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .\32xl\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .\32xl\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .\32xl\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .\32xl\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .\32xl\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .\32xl\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .\32xl\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .\32xl\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .\32xl\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .\32xl\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .\32xl\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .\32xl\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .\32xl\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .\32xl\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .\32xl\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .\32xl\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .\32xl\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .\32xl\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .\32xl\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .\32xl\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .\32xl\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .\32xl\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .\32xl\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .\32xl\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .\32xl\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .\32xl\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .\32xl\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .\32xl\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .\32xl\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .\32xl\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .\32xl\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .\32xl\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .\32xl\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .\32xl\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .\32xl\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .\32xl\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .\32xl\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .\32xl\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .\32xl\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .\32xl\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .\32xl\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .\32xl\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .\32xl\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .\32xl\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .\32xl\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .\32xl\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .\32xl\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .\32xl\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .\32xl\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .\32xl\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .\32xl\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .\32xl\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .\32xl\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .\32xl\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .\32xl\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .\32xl\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .\32xl\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .\32xl\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .\32xl\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .\32xl\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .\32xl\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .\32xl\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .\32xl\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .\32xl\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .\32xl\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .\32xl\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .\32xl\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .\32xl\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .\32xl\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .\32xl\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .\32xl\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .\32xl\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .\32xl\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .\32xl\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .\32xl\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .\32xl\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .\32xl\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .\32xl\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .\32xl\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .\32xl\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .\32xl\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .\32xl\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .\32xl\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .\32xl\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .\32xl\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .\32xl\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .\32xl\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .\32xl\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .\32xl\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .\32xl\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .\32xl\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .\32xl\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .\32xl\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .\32xl\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .\32xl\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .\32xl\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .\32xl\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .\32xl\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .\32xl\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .\32xl\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .\32xl\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .\32xl\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .\32xl\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .\32xl\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .\32xl\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .\32xl\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .\32xl\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .\32xl\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .\32xl\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .\32xl\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .\32xl\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .\32xl\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .\32xl\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .\32xl\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .\32xl\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .\32xl\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .\32xl\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .\32xl\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .\32xl\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .\32xl\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .\32xl\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .\32xl\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .\32xl\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .\32xl\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .\32xl\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .\32xl\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .\32xl\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .\32xl\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .\32xl\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .\32xl\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .\32xl\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .\32xl\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .\32xl\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .\32xl\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .\32xl\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .\32xl\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .\32xl\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .\32xl\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .\32xl\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .\32xl\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .\32xl\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .\32xl\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .\32xl\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .\32xl\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .\32xl\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .\32xl\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .\32xl\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .\32xl\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .\32xl\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .\32xl\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .\32xl\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .\32xl\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .\32xl\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .\32xl\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .\32xl\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .\32xl\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .\32xl\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .\32xl\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .\32xl\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .\32xl\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .\32xl\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .\32xl\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .\32xl\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .\32xl\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .\32xl\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .\32xl\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .\32xl\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .\32xl\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .\32xl\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .\32xl\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .\32xl\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .\32xl\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .\32xl\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .\32xl\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .\32xl\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .\32xl\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .\32xl\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .\32xl\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .\32xl\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .\32xl\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .\32xl\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .\32xl\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .\32xl\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .\32xl\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .\32xl\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .\32xl\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .\32xl\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .\32xl\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .\32xl\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .\32xl\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .\32xl\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .\32xl\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .\32xl\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .\32xl\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .\32xl\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .\32xl\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .\32xl\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .\32xl\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .\32xl\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .\32xl\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .\32xl\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .\32xl\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .\32xl\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .\32xl\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .\32xl\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .\32xl\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .\32xl\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .\32xl\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .\32xl\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .\32xl\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .\32xl\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .\32xl\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .\32xl\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .\32xl\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .\32xl\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .\32xl\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .\32xl\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .\32xl\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .\32xl\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .\32xl\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .\32xl\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .\32xl\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .\32xl\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .\32xl\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .\32xl\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .\32xl\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .\32xl\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .\32xl\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .\32xl\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .\32xl\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .\32xl\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .\32xl\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .\32xl\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .\32xl\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .\32xl\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .\32xl\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .\32xl\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .\32xl\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .\32xl\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .\32xl\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .\32xl\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .\32xl\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .\32xl\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .\32xl\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .\32xl\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .\32xl\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .\32xl\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .\32xl\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .\32xl\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .\32xl\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .\32xl\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .\32xl\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .\32xl\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .\32xl\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .\32xl\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .\32xl\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .\32xl\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .\32xl\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .\32xl\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .\32xl\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .\32xl\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .\32xl\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .\32xl\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .\32xl\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .\32xl\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .\32xl\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .\32xl\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .\32xl\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .\32xl\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .\32xl\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .\32xl\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .\32xl\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .\32xl\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .\32xl\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .\32xl\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .\32xl\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .\32xl\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .\32xl\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .\32xl\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .\32xl\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .\32xl\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .\32xl\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .\32xl\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .\32xl\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .\32xl\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .\32xl\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .\32xl\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .\32xl\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .\32xl\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .\32xl\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .\32xl\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .\32xl\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .\32xl\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .\32xl\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .\32xl\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .\32xl\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .\32xl\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .\32xl\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .\32xl\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .\32xl\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .\32xl\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .\32xl\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .\32xl\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .\32xl\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .\32xl\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .\32xl\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .\32xl\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .\32xl\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .\32xl\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .\32xl\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .\32xl\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .\32xl\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .\32xl\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .\32xl\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .\32xl\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .\32xl\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .\32xl\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .\32xl\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .\32xl\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .\32xl\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .\32xl\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .\32xl\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .\32xl\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .\32xl\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .\32xl\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .\32xl\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .\32xl\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .\32xl\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .\32xl\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .\32xl\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .\32xl\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .\32xl\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .\32xl\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .\32xl\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .\32xl\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .\32xl\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .\32xl\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .\32xl\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .\32xl\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .\32xl\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .\32xl\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .\32xl\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .\32xl\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .\32xl\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .\32xl\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .\32xl\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .\32xl\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .\32xl\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .\32xl\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .\32xl\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .\32xl\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .\32xl\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .\32xl\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .\32xl\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .\32xl\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .\32xl\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .\32xl\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .\32xl\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .\32xl\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .\32xl\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .\32xl\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .\32xl\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .\32xl\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .\32xl\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .\32xl\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .\32xl\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .\32xl\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .\32xl\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .\32xl\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .\32xl\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .\32xl\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .\32xl\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .\32xl\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .\32xl\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .\32xl\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .\32xl\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .\32xl\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .\32xl\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .\32xl\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .\32xl\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .\32xl\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .\32xl\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .\32xl\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .\32xl\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .\32xl\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .\32xl\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .\32xl\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .\32xl\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .\32xl\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .\32xl\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .\32xl\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .\32xl\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .\32xl\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .\32xl\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .\32xl\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .\32xl\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .\32xl\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .\32xl\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .\32xl\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .\32xl\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .\32xl\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .\32xl\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .\32xl\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .\32xl\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .\32xl\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .\32xl\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .\32xl\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .\32xl\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .\32xl\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .\32xl\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .\32xl\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .\32xl\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .\32xl\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .\32xl\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .\32xl\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .\32xl\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .\32xl\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .\32xl\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .\32xl\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .\32xl\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .\32xl\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .\32xl\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .\32xl\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .\32xl\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .\32xl\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .\32xl\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .\32xl\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .\32xl\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .\32xl\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .\32xl\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .\32xl\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .\32xl\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .\32xl\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .\32xl\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .\32xl\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .\32xl\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .\32xl\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .\32xl\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .\32xl\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .\32xl\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .\32xl\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .\32xl\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .\32xl\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .\32xl\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .\32xl\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .\32xl\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .\32xl\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .\32xl\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .\32xl\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .\32xl\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .\32xl\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .\32xl\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .\32xl\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .\32xl\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .\32xl\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .\32xl\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .\32xl\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .\32xl\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .\32xl\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .\32xl\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .\32xl\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .\32xl\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .\32xl\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .\32xl\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .\32xl\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .\32xl\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .\32xl\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .\32xl\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .\32xl\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .\32xl\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .\32xl\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .\32xl\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .\32xl\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .\32xl\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .\32xl\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .\32xl\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .\32xl\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .\32xl\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .\32xl\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .\32xl\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .\32xl\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .\32xl\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .\32xl\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .\32xl\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .\32xl\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .\32xl\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .\32xl\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .\32xl\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .\32xl\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .\32xl\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .\32xl\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .\32xl\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .\32xl\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .\32xl\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .\32xl\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .\32xl\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .\32xl\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .\32xl\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .\32xl\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .\32xl\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .\32xl\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .\32xl\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .\32xl\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .\32xl\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .\32xl\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .\32xl\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .\32xl\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .\32xl\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .\32xl\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .\32xl\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .\32xl\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .\32xl\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .\32xl\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .\32xl\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .\32xl\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .\32xl\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .\32xl\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .\32xl\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .\32xl\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .\32xl\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .\32xl\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .\32xl\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .\32xl\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .\32xl\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .\32xl\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .\32xl\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .\32xl\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .\32xl\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .\32xl\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .\32xl\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .\32xl\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .\32xl\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .\32xl\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .\32xl\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .\32xl\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .\32xl\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .\32xl\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .\32xl\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .\32xl\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .\32xl\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .\32xl\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .\32xl\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .\32xl\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .\32xl\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .\32xl\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .\32xl\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .\32xl\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .\32xl\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .\32xl\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .\32xl\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .\32xl\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .\32xl\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .\32xl\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .\32xl\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .\32xl\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .\32xl\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .\32xl\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .\32xl\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .\32xl\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .\32xl\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .\32xl\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .\32xl\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .\32xl\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .\32xl\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .\32xl\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .\32xl\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .\32xl\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .\32xl\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .\32xl\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .\32xl\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .\32xl\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .\32xl\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .\32xl\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .\32xl\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .\32xl\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .\32xl\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .\32xl\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .\32xl\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .\32xl\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .\32xl\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .\32xl\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .\32xl\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .\32xl\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .\32xl\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .\32xl\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .\32xl\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .\32xl\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .\32xl\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .\32xl\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .\32xl\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .\32xl\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .\32xl\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .\32xl\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .\32xl\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .\32xl\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .\32xl\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .\32xl\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .\32xl\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .\32xl\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .\32xl\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .\32xl\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .\32xl\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .\32xl\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .\32xl\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .\32xl\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .\32xl\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .\32xl\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .\32xl\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .\32xl\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .\32xl\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .\32xl\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .\32xl\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .\32xl\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .\32xl\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .\32xl\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .\32xl\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .\32xl\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .\32xl\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .\32xl\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .\32xl\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .\32xl\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .\32xl\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .\32xl\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .\32xl\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .\32xl\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .\32xl\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .\32xl\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .\32xl\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .\32xl\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .\32xl\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .\32xl\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .\32xl\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .\32xl\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .\32xl\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .\32xl\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .\32xl\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .\32xl\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .\32xl\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .\32xl\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .\32xl\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .\32xl\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .\32xl\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .\32xl\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .\32xl\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .\32xl\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .\32xl\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .\32xl\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .\32xl\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .\32xl\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .\32xl\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .\32xl\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .\32xl\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .\32xl\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .\32xl\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .\32xl\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .\32xl\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .\32xl\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .\32xl\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .\32xl\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .\32xl\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .\32xl\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .\32xl\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .\32xl\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .\32xl\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .\32xl\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .\32xl\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .\32xl\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .\32xl\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .\32xl\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .\32xl\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .\32xl\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .\32xl\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .\32xl\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .\32xl\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .\32xl\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .\32xl\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .\32xl\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .\32xl\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .\32xl\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .\32xl\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .\32xl\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .\32xl\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .\32xl\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .\32xl\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .\32xl\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .\32xl\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .\32xl\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .\32xl\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .\32xl\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .\32xl\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .\32xl\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .\32xl\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .\32xl\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .\32xl\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .\32xl\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .\32xl\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .\32xl\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .\32xl\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .\32xl\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .\32xl\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .\32xl\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .\32xl\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .\32xl\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .\32xl\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .\32xl\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .\32xl\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .\32xl\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .\32xl\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .\32xl\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .\32xl\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .\32xl\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .\32xl\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .\32xl\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .\32xl\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .\32xl\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .\32xl\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .\32xl\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .\32xl\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .\32xl\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .\32xl\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .\32xl\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .\32xl\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .\32xl\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .\32xl\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .\32xl\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .\32xl\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .\32xl\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .\32xl\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .\32xl\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .\32xl\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .\32xl\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .\32xl\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .\32xl\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .\32xl\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .\32xl\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .\32xl\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .\32xl\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .\32xl\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .\32xl\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .\32xl\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .\32xl\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .\32xl\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .\32xl\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .\32xl\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .\32xl\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .\32xl\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .\32xl\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .\32xl\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .\32xl\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .\32xl\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .\32xl\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .\32xl\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .\32xl\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .\32xl\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .\32xl\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .\32xl\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .\32xl\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .\32xl\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .\32xl\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .\32xl\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .\32xl\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .\32xl\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .\32xl\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .\32xl\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .\32xl\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .\32xl\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .\32xl\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .\32xl\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .\32xl\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .\32xl\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .\32xl\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .\32xl\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .\32xl\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .\32xl\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .\32xl\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .\32xl\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .\32xl\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .\32xl\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .\32xl\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .\32xl\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .\32xl\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .\32xl\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .\32xl\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .\32xl\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .\32xl\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .\32xl\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .\32xl\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .\32xl\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .\32xl\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .\32xl\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .\32xl\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .\32xl\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .\32xl\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .\32xl\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .\32xl\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .\32xl\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .\32xl\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .\32xl\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .\32xl\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .\32xl\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .\32xl\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .\32xl\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .\32xl\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .\32xl\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .\32xl\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .\32xl\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .\32xl\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .\32xl\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .\32xl\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .\32xl\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .\32xl\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .\32xl\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .\32xl\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .\32xl\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .\32xl\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .\32xl\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .\32xl\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .\32xl\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .\32xl\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .\32xl\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .\32xl\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .\32xl\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .\32xl\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .\32xl\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .\32xl\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .\32xl\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .\32xl\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .\32xl\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .\32xl\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .\32xl\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .\32xl\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .\32xl\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .\32xl\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .\32xl\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .\32xl\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .\32xl\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .\32xl\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .\32xl\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .\32xl\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .\32xl\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .\32xl\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .\32xl\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .\32xl\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .\32xl\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .\32xl\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .\32xl\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .\32xl\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .\32xl\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .\32xl\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .\32xl\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .\32xl\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .\32xl\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .\32xl\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .\32xl\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .\32xl\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .\32xl\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .\32xl\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .\32xl\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .\32xl\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .\32xl\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .\32xl\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .\32xl\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .\32xl\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .\32xl\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .\32xl\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .\32xl\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .\32xl\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .\32xl\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .\32xl\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .\32xl\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .\32xl\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .\32xl\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .\32xl\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .\32xl\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .\32xl\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .\32xl\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .\32xl\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .\32xl\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .\32xl\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .\32xl\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .\32xl\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .\32xl\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .\32xl\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .\32xl\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .\32xl\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .\32xl\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .\32xl\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .\32xl\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .\32xl\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .\32xl\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .\32xl\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .\32xl\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .\32xl\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .\32xl\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .\32xl\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .\32xl\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .\32xl\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .\32xl\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .\32xl\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .\32xl\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .\32xl\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .\32xl\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .\32xl\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .\32xl\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .\32xl\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .\32xl\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .\32xl\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .\32xl\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .\32xl\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .\32xl\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .\32xl\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .\32xl\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .\32xl\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .\32xl\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .\32xl\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .\32xl\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .\32xl\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .\32xl\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .\32xl\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .\32xl\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .\32xl\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .\32xl\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .\32xl\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .\32xl\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .\32xl\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .\32xl\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .\32xl\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .\32xl\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .\32xl\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .\32xl\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .\32xl\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .\32xl\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .\32xl\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .\32xl\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .\32xl\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .\32xl\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .\32xl\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .\32xl\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .\32xl\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .\32xl\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .\32xl\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .\32xl\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .\32xl\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .\32xl\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .\32xl\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .\32xl\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .\32xl\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .\32xl\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .\32xl\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .\32xl\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .\32xl\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .\32xl\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .\32xl\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .\32xl\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .\32xl\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .\32xl\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .\32xl\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .\32xl\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .\32xl\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .\32xl\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .\32xl\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .\32xl\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .\32xl\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .\32xl\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .\32xl\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .\32xl\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .\32xl\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .\32xl\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .\32xl\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .\32xl\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .\32xl\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .\32xl\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .\32xl\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .\32xl\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .\32xl\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .\32xl\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .\32xl\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .\32xl\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .\32xl\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .\32xl\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .\32xl\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .\32xl\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .\32xl\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .\32xl\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .\32xl\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .\32xl\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .\32xl\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .\32xl\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .\32xl\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .\32xl\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .\32xl\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .\32xl\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .\32xl\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .\32xl\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .\32xl\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .\32xl\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .\32xl\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .\32xl\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .\32xl\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .\32xl\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .\32xl\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .\32xl\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .\32xl\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .\32xl\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .\32xl\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .\32xl\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .\32xl\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .\32xl\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .\32xl\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .\32xl\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .\32xl\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .\32xl\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .\32xl\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .\32xl\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .\32xl\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .\32xl\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .\32xl\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .\32xl\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .\32xl\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .\32xl\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .\32xl\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .\32xl\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .\32xl\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .\32xl\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .\32xl\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .\32xl\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .\32xl\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .\32xl\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .\32xl\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .\32xl\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .\32xl\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .\32xl\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .\32xl\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .\32xl\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .\32xl\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .\32xl\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .\32xl\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .\32xl\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .\32xl\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .\32xl\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .\32xl\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .\32xl\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .\32xl\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .\32xl\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .\32xl\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .\32xl\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .\32xl\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .\32xl\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .\32xl\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .\32xl\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .\32xl\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .\32xl\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .\32xl\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .\32xl\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .\32xl\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .\32xl\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .\32xl\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .\32xl\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .\32xl\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .\32xl\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .\32xl\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .\32xl\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .\32xl\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .\32xl\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .\32xl\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .\32xl\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .\32xl\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .\32xl\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .\32xl\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .\32xl\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .\32xl\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .\32xl\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .\32xl\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .\32xl\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .\32xl\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .\32xl\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .\32xl\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .\32xl\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .\32xl\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .\32xl\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .\32xl\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .\32xl\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .\32xl\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .\32xl\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .\32xl\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .\32xl\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .\32xl\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .\32xl\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .\32xl\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .\32xl\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .\32xl\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .\32xl\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .\32xl\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .\32xl\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .\32xl\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .\32xl\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .\32xl\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .\32xl\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .\32xl\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .\32xl\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .\32xl\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .\32xl\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .\32xl\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .\32xl\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .\32xl\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .\32xl\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .\32xl\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .\32xl\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .\32xl\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .\32xl\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .\32xl\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .\32xl\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .\32xl\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .\32xl\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .\32xl\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .\32xl\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .\32xl\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .\32xl\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .\32xl\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .\32xl\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .\32xl\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .\32xl\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .\32xl\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .\32xl\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .\32xl\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .\32xl\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .\32xl\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .\32xl\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .\32xl\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .\32xl\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .\32xl\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .\32xl\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .\32xl\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .\32xl\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .\32xl\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .\32xl\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .\32xl\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .\32xl\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .\32xl\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .\32xl\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .\32xl\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .\32xl\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .\32xl\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .\32xl\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .\32xl\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .\32xl\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .\32xl\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .\32xl\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .\32xl\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .\32xl\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .\32xl\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .\32xl\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .\32xl\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .\32xl\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .\32xl\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .\32xl\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .\32xl\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .\32xl\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .\32xl\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .\32xl\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .\32xl\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .\32xl\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .\32xl\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .\32xl\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .\32xl\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .\32xl\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .\32xl\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .\32xl\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .\32xl\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .\32xl\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .\32xl\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .\32xl\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .\32xl\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .\32xl\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .\32xl\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .\32xl\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .\32xl\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .\32xl\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .\32xl\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .\32xl\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .\32xl\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .\32xl\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .\32xl\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .\32xl\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .\32xl\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .\32xl\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .\32xl\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .\32xl\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .\32xl\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .\32xl\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .\32xl\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .\32xl\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .\32xl\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .\32xl\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .\32xl\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .\32xl\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .\32xl\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .\32xl\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .\32xl\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .\32xl\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .\32xl\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .\32xl\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .\32xl\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .\32xl\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .\32xl\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .\32xl\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .\32xl\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .\32xl\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .\32xl\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .\32xl\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .\32xl\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .\32xl\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .\32xl\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .\32xl\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .\32xl\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .\32xl\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .\32xl\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .\32xl\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .\32xl\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .\32xl\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .\32xl\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .\32xl\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .\32xl\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .\32xl\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .\32xl\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .\32xl\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .\32xl\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .\32xl\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .\32xl\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .\32xl\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .\32xl\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .\32xl\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .\32xl\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .\32xl\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .\32xl\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .\32xl\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .\32xl\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .\32xl\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .\32xl\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .\32xl\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .\32xl\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .\32xl\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .\32xl\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .\32xl\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .\32xl\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .\32xl\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .\32xl\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .\32xl\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .\32xl\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .\32xl\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .\32xl\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .\32xl\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .\32xl\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .\32xl\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .\32xl\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .\32xl\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .\32xl\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .\32xl\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .\32xl\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .\32xl\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .\32xl\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .\32xl\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .\32xl\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .\32xl\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .\32xl\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .\32xl\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .\32xl\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .\32xl\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .\32xl\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .\32xl\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .\32xl\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .\32xl\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .\32xl\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .\32xl\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .\32xl\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .\32xl\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .\32xl\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .\32xl\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .\32xl\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .\32xl\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .\32xl\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .\32xl\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .\32xl\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .\32xl\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .\32xl\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .\32xl\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .\32xl\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .\32xl\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .\32xl\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .\32xl\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .\32xl\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .\32xl\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .\32xl\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .\32xl\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .\32xl\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .\32xl\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .\32xl\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .\32xl\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .\32xl\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .\32xl\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .\32xl\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .\32xl\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .\32xl\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .\32xl\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .\32xl\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .\32xl\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .\32xl\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .\32xl\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .\32xl\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .\32xl\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .\32xl\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .\32xl\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .\32xl\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .\32xl\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .\32xl\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .\32xl\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .\32xl\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .\32xl\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .\32xl\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .\32xl\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .\32xl\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .\32xl\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .\32xl\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .\32xl\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .\32xl\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .\32xl\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .\32xl\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .\32xl\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .\32xl\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .\32xl\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .\32xl\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .\32xl\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .\32xl\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .\32xl\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .\32xl\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .\32xl\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .\32xl\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .\32xl\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .\32xl\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .\32xl\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .\32xl\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .\32xl\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .\32xl\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .\32xl\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .\32xl\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .\32xl\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .\32xl\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .\32xl\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .\32xl\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .\32xl\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .\32xl\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .\32xl\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .\32xl\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .\32xl\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .\32xl\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .\32xl\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .\32xl\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .\32xl\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .\32xl\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .\32xl\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .\32xl\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .\32xl\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .\32xl\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .\32xl\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .\32xl\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .\32xl\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .\32xl\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .\32xl\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .\32xl\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .\32xl\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .\32xl\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .\32xl\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .\32xl\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .\32xl\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .\32xl\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .\32xl\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .\32xl\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .\32xl\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .\32xl\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .\32xl\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .\32xl\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .\32xl\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .\32xl\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .\32xl\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .\32xl\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .\32xl\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .\32xl\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .\32xl\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .\32xl\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .\32xl\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .\32xl\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .\32xl\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .\32xl\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .\32xl\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .\32xl\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .\32xl\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .\32xl\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .\32xl\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .\32xl\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .\32xl\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .\32xl\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .\32xl\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .\32xl\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .\32xl\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .\32xl\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .\32xl\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .\32xl\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .\32xl\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .\32xl\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .\32xl\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .\32xl\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .\32xl\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .\32xl\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .\32xl\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .\32xl\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .\32xl\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .\32xl\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .\32xl\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .\32xl\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .\32xl\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .\32xl\:transition-none {
        transition-property: none;
    }
    .\32xl\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:transition {
        transition-property: background-color, border-color, color, fill, stroke,
            opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\32xl\:ease-linear {
        transition-timing-function: linear;
    }
    .\32xl\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .\32xl\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .\32xl\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .\32xl\:duration-75 {
        transition-duration: 75ms;
    }
    .\32xl\:duration-100 {
        transition-duration: 0.1s;
    }
    .\32xl\:duration-150 {
        transition-duration: 150ms;
    }
    .\32xl\:duration-200 {
        transition-duration: 0.2s;
    }
    .\32xl\:duration-300 {
        transition-duration: 0.3s;
    }
    .\32xl\:duration-500 {
        transition-duration: 0.5s;
    }
    .\32xl\:duration-700 {
        transition-duration: 0.7s;
    }
    .\32xl\:duration-1000 {
        transition-duration: 1s;
    }
    .\32xl\:delay-75 {
        transition-delay: 75ms;
    }
    .\32xl\:delay-100 {
        transition-delay: 0.1s;
    }
    .\32xl\:delay-150 {
        transition-delay: 150ms;
    }
    .\32xl\:delay-200 {
        transition-delay: 0.2s;
    }
    .\32xl\:delay-300 {
        transition-delay: 0.3s;
    }
    .\32xl\:delay-500 {
        transition-delay: 0.5s;
    }
    .\32xl\:delay-700 {
        transition-delay: 0.7s;
    }
    .\32xl\:delay-1000 {
        transition-delay: 1s;
    }
    .\32xl\:animate-none {
        animation: none;
    }
    .\32xl\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .\32xl\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .\32xl\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .\32xl\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 1920px) {
    .\33xl\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .\33xl\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .\33xl\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .\33xl\:container {
            max-width: 480px;
        }
    }
    @media (min-width: 640px) {
        .\33xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .\33xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .\33xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .\33xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .\33xl\:container {
            max-width: 1536px;
        }
    }
    @media (min-width: 1920px) {
        .\33xl\:container {
            max-width: 1920px;
        }
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-1p > :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));
    }
    .\33xl\:space-x-1p > :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)));
    }
    .\33xl\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .\33xl\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-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));
    }
    .\33xl\:-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)));
    }
    .\33xl\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-1p > :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));
    }
    .\33xl\:-space-x-1p > :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)));
    }
    .\33xl\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .\33xl\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .\33xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .\33xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\: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));
    }
    .\33xl\: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)));
    }
    .\33xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .\33xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .\33xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .\33xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .\33xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .\33xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .\33xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .\33xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .\33xl\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .\33xl\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .\33xl\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .\33xl\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .\33xl\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .\33xl\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .\33xl\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .\33xl\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .\33xl\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .\33xl\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .\33xl\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .\33xl\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .\33xl\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .\33xl\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .\33xl\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .\33xl\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .\33xl\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .\33xl\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .\33xl\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .\33xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .\33xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .\33xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .\33xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .\33xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .\33xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .\33xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .\33xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .\33xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .\33xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .\33xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .\33xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .\33xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .\33xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .\33xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .\33xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .\33xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .\33xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .\33xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .\33xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .\33xl\: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;
    }
    .\33xl\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\33xl\: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;
    }
    .\33xl\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\33xl\: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;
    }
    .\33xl\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .\33xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .\33xl\:bg-fixed {
        background-attachment: fixed;
    }
    .\33xl\:bg-local {
        background-attachment: local;
    }
    .\33xl\:bg-scroll {
        background-attachment: scroll;
    }
    .\33xl\:bg-clip-border {
        background-clip: border-box;
    }
    .\33xl\:bg-clip-padding {
        background-clip: padding-box;
    }
    .\33xl\:bg-clip-content {
        background-clip: content-box;
    }
    .\33xl\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .\33xl\:bg-transparent {
        background-color: transparent;
    }
    .\33xl\:bg-current {
        background-color: currentColor;
    }
    .\33xl\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\33xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\33xl\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\33xl\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\33xl\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\33xl\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\33xl\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\33xl\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\33xl\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\33xl\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\33xl\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\33xl\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\33xl\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\33xl\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .\33xl\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .\33xl\:bg-gray-23 {
        background-color: #eee;
    }
    .\33xl\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .\33xl\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .\33xl\:bg-gray-26 {
        background-color: #efefef;
    }
    .\33xl\:bg-gray-27 {
        background-color: #bababa;
    }
    .\33xl\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\33xl\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .\33xl\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .\33xl\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\33xl\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .\33xl\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .\33xl\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .\33xl\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .\33xl\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .\33xl\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .\33xl\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .\33xl\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .\33xl\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .\33xl\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .\33xl\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .\33xl\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .\33xl\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .\33xl\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .\33xl\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .\33xl\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .\33xl\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .\33xl\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .\33xl\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .\33xl\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .\33xl\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .\33xl\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\33xl\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .\33xl\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .\33xl\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .\33xl\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .\33xl\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .\33xl\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .\33xl\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .\33xl\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .\33xl\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .\33xl\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .\33xl\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .\33xl\:bg-none {
        background-image: none;
    }
    .\33xl\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .\33xl\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .\33xl\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .\33xl\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .\33xl\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .\33xl\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .\33xl\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .\33xl\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .\33xl\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\33xl\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\33xl\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\33xl\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\33xl\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\33xl\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\33xl\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\33xl\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\33xl\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\33xl\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\33xl\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\33xl\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\33xl\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\33xl\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\33xl\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\33xl\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\33xl\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\33xl\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\33xl\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\33xl\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\33xl\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\33xl\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\33xl\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\33xl\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\33xl\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\33xl\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\33xl\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\33xl\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\33xl\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\33xl\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\33xl\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\33xl\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\33xl\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\33xl\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\33xl\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\33xl\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\33xl\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\33xl\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\33xl\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\33xl\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\33xl\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\33xl\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\33xl\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\33xl\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\33xl\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\33xl\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\33xl\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\33xl\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\33xl\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\33xl\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\33xl\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\33xl\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\33xl\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\33xl\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\33xl\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\33xl\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\33xl\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\33xl\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\33xl\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\33xl\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\33xl\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\33xl\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\33xl\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\33xl\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\33xl\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\33xl\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\33xl\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\33xl\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\33xl\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\33xl\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\33xl\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\33xl\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\33xl\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\33xl\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\33xl\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\33xl\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\33xl\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\33xl\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\33xl\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\33xl\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\33xl\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\33xl\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\33xl\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\33xl\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\33xl\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\33xl\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\33xl\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\33xl\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\33xl\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\33xl\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\33xl\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\33xl\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\33xl\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\33xl\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\33xl\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\33xl\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\33xl\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\33xl\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\33xl\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\33xl\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\33xl\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\33xl\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\33xl\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\33xl\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\33xl\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\33xl\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\33xl\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\33xl\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\33xl\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\33xl\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\33xl\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\33xl\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\33xl\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\33xl\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\33xl\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\33xl\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\33xl\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\33xl\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\33xl\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\33xl\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\33xl\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\33xl\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\33xl\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\33xl\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\33xl\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\33xl\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\33xl\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\33xl\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\33xl\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\33xl\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\33xl\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\33xl\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\33xl\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\33xl\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\33xl\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\33xl\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\33xl\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\33xl\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\33xl\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\33xl\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\33xl\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\33xl\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\33xl\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\33xl\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\33xl\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\33xl\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\33xl\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\33xl\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\33xl\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\33xl\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\33xl\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\33xl\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\33xl\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\33xl\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\33xl\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\33xl\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\33xl\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\33xl\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\33xl\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .\33xl\:to-current {
        --tw-gradient-to: currentColor;
    }
    .\33xl\:to-black {
        --tw-gradient-to: #000;
    }
    .\33xl\:to-white {
        --tw-gradient-to: #fff;
    }
    .\33xl\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .\33xl\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .\33xl\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .\33xl\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .\33xl\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .\33xl\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .\33xl\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .\33xl\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .\33xl\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .\33xl\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .\33xl\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .\33xl\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .\33xl\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .\33xl\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .\33xl\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .\33xl\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .\33xl\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .\33xl\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .\33xl\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .\33xl\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .\33xl\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .\33xl\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .\33xl\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .\33xl\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .\33xl\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .\33xl\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .\33xl\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .\33xl\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .\33xl\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .\33xl\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .\33xl\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .\33xl\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .\33xl\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .\33xl\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .\33xl\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .\33xl\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .\33xl\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .\33xl\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .\33xl\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .\33xl\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .\33xl\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .\33xl\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .\33xl\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .\33xl\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .\33xl\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .\33xl\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .\33xl\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .\33xl\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .\33xl\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .\33xl\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .\33xl\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .\33xl\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .\33xl\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .\33xl\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .\33xl\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .\33xl\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .\33xl\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .\33xl\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .\33xl\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .\33xl\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .\33xl\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .\33xl\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .\33xl\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .\33xl\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .\33xl\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .\33xl\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .\33xl\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .\33xl\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .\33xl\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .\33xl\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .\33xl\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .\33xl\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .\33xl\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .\33xl\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .\33xl\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .\33xl\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .\33xl\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .\33xl\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .\33xl\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .\33xl\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .\33xl\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .\33xl\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .\33xl\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .\33xl\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .\33xl\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .\33xl\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .\33xl\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .\33xl\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .\33xl\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .\33xl\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .\33xl\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .\33xl\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .\33xl\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .\33xl\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .\33xl\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .\33xl\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .\33xl\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .\33xl\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .\33xl\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .\33xl\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .\33xl\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .\33xl\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .\33xl\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .\33xl\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .\33xl\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .\33xl\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .\33xl\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .\33xl\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .\33xl\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .\33xl\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .\33xl\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .\33xl\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .\33xl\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .\33xl\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .\33xl\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .\33xl\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .\33xl\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .\33xl\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .\33xl\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .\33xl\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .\33xl\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .\33xl\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .\33xl\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .\33xl\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .\33xl\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .\33xl\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .\33xl\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .\33xl\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .\33xl\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .\33xl\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .\33xl\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .\33xl\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .\33xl\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .\33xl\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .\33xl\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\33xl\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\33xl\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\33xl\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\33xl\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\33xl\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\33xl\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\33xl\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\33xl\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\33xl\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\33xl\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\33xl\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\33xl\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\33xl\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\33xl\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\33xl\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\33xl\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\33xl\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\33xl\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\33xl\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\33xl\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\33xl\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\33xl\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\33xl\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\33xl\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\33xl\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\33xl\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\33xl\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\33xl\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\33xl\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\33xl\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\33xl\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\33xl\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\33xl\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\33xl\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\33xl\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\33xl\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\33xl\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\33xl\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\33xl\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\33xl\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\33xl\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\33xl\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\33xl\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\33xl\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\33xl\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\33xl\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\33xl\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\33xl\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\33xl\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\33xl\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\33xl\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\33xl\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\33xl\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\33xl\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\33xl\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\33xl\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\33xl\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\33xl\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\33xl\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\33xl\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\33xl\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\33xl\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\33xl\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\33xl\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\33xl\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\33xl\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\33xl\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\33xl\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\33xl\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\33xl\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\33xl\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\33xl\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\33xl\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\33xl\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\33xl\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\33xl\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\33xl\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\33xl\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\33xl\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .\33xl\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .\33xl\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .\33xl\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .\33xl\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .\33xl\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .\33xl\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .\33xl\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .\33xl\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .\33xl\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .\33xl\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .\33xl\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .\33xl\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .\33xl\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .\33xl\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .\33xl\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .\33xl\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .\33xl\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .\33xl\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .\33xl\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .\33xl\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .\33xl\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .\33xl\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .\33xl\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .\33xl\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .\33xl\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .\33xl\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .\33xl\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .\33xl\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .\33xl\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .\33xl\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .\33xl\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .\33xl\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .\33xl\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .\33xl\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .\33xl\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .\33xl\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .\33xl\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .\33xl\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .\33xl\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .\33xl\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .\33xl\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .\33xl\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .\33xl\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .\33xl\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .\33xl\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .\33xl\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .\33xl\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .\33xl\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .\33xl\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .\33xl\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .\33xl\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .\33xl\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .\33xl\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .\33xl\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .\33xl\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .\33xl\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .\33xl\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .\33xl\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .\33xl\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .\33xl\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .\33xl\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .\33xl\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .\33xl\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .\33xl\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .\33xl\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .\33xl\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .\33xl\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .\33xl\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .\33xl\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .\33xl\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .\33xl\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .\33xl\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .\33xl\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .\33xl\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .\33xl\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .\33xl\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .\33xl\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .\33xl\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .\33xl\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .\33xl\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .\33xl\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .\33xl\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .\33xl\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .\33xl\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .\33xl\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .\33xl\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .\33xl\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .\33xl\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .\33xl\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .\33xl\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .\33xl\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .\33xl\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .\33xl\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .\33xl\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .\33xl\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .\33xl\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .\33xl\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .\33xl\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .\33xl\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .\33xl\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .\33xl\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .\33xl\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .\33xl\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .\33xl\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .\33xl\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .\33xl\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .\33xl\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .\33xl\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .\33xl\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .\33xl\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .\33xl\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .\33xl\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .\33xl\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .\33xl\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .\33xl\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .\33xl\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .\33xl\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .\33xl\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .\33xl\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .\33xl\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .\33xl\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .\33xl\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .\33xl\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .\33xl\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .\33xl\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .\33xl\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .\33xl\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .\33xl\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .\33xl\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .\33xl\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .\33xl\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .\33xl\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .\33xl\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .\33xl\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .\33xl\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .\33xl\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .\33xl\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .\33xl\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .\33xl\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .\33xl\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .\33xl\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .\33xl\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .\33xl\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .\33xl\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .\33xl\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .\33xl\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .\33xl\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .\33xl\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .\33xl\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .\33xl\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .\33xl\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .\33xl\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .\33xl\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .\33xl\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .\33xl\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .\33xl\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .\33xl\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .\33xl\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .\33xl\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .\33xl\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .\33xl\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .\33xl\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .\33xl\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .\33xl\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .\33xl\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .\33xl\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .\33xl\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .\33xl\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .\33xl\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .\33xl\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .\33xl\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .\33xl\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .\33xl\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .\33xl\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .\33xl\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .\33xl\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .\33xl\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .\33xl\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .\33xl\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .\33xl\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .\33xl\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .\33xl\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .\33xl\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .\33xl\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .\33xl\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .\33xl\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .\33xl\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .\33xl\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .\33xl\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .\33xl\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .\33xl\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .\33xl\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .\33xl\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .\33xl\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .\33xl\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .\33xl\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .\33xl\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .\33xl\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .\33xl\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .\33xl\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .\33xl\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .\33xl\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .\33xl\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .\33xl\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .\33xl\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .\33xl\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .\33xl\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .\33xl\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .\33xl\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .\33xl\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .\33xl\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .\33xl\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .\33xl\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .\33xl\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .\33xl\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .\33xl\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .\33xl\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .\33xl\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .\33xl\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .\33xl\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .\33xl\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .\33xl\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .\33xl\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .\33xl\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .\33xl\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .\33xl\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .\33xl\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .\33xl\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .\33xl\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .\33xl\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .\33xl\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .\33xl\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .\33xl\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .\33xl\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .\33xl\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .\33xl\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .\33xl\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .\33xl\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .\33xl\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .\33xl\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .\33xl\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .\33xl\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .\33xl\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .\33xl\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .\33xl\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .\33xl\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .\33xl\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .\33xl\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .\33xl\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .\33xl\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .\33xl\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .\33xl\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .\33xl\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .\33xl\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .\33xl\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .\33xl\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .\33xl\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .\33xl\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .\33xl\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .\33xl\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .\33xl\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .\33xl\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .\33xl\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .\33xl\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .\33xl\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .\33xl\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .\33xl\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .\33xl\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .\33xl\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .\33xl\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .\33xl\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .\33xl\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .\33xl\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .\33xl\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .\33xl\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .\33xl\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .\33xl\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .\33xl\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .\33xl\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .\33xl\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .\33xl\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .\33xl\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .\33xl\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .\33xl\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .\33xl\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .\33xl\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .\33xl\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .\33xl\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .\33xl\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .\33xl\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .\33xl\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .\33xl\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .\33xl\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .\33xl\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .\33xl\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .\33xl\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .\33xl\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .\33xl\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .\33xl\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .\33xl\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .\33xl\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .\33xl\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .\33xl\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .\33xl\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .\33xl\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .\33xl\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .\33xl\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .\33xl\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .\33xl\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .\33xl\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .\33xl\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .\33xl\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .\33xl\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .\33xl\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .\33xl\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .\33xl\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .\33xl\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .\33xl\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .\33xl\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .\33xl\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .\33xl\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .\33xl\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .\33xl\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .\33xl\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .\33xl\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .\33xl\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .\33xl\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .\33xl\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .\33xl\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .\33xl\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .\33xl\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .\33xl\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .\33xl\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .\33xl\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .\33xl\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .\33xl\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .\33xl\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .\33xl\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .\33xl\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .\33xl\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .\33xl\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .\33xl\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .\33xl\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .\33xl\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .\33xl\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .\33xl\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .\33xl\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .\33xl\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .\33xl\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .\33xl\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .\33xl\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .\33xl\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .\33xl\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .\33xl\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .\33xl\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .\33xl\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .\33xl\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .\33xl\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .\33xl\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .\33xl\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .\33xl\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .\33xl\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .\33xl\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .\33xl\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .\33xl\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .\33xl\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .\33xl\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .\33xl\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .\33xl\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .\33xl\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .\33xl\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .\33xl\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .\33xl\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .\33xl\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .\33xl\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .\33xl\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .\33xl\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .\33xl\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .\33xl\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .\33xl\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .\33xl\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .\33xl\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .\33xl\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .\33xl\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .\33xl\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .\33xl\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .\33xl\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .\33xl\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .\33xl\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .\33xl\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .\33xl\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .\33xl\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .\33xl\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .\33xl\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .\33xl\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .\33xl\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .\33xl\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .\33xl\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .\33xl\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .\33xl\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .\33xl\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .\33xl\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .\33xl\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .\33xl\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .\33xl\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .\33xl\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .\33xl\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .\33xl\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .\33xl\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .\33xl\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .\33xl\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .\33xl\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .\33xl\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .\33xl\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .\33xl\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .\33xl\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .\33xl\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .\33xl\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .\33xl\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .\33xl\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .\33xl\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .\33xl\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .\33xl\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .\33xl\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .\33xl\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .\33xl\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .\33xl\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .\33xl\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .\33xl\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .\33xl\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .\33xl\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .\33xl\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .\33xl\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .\33xl\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .\33xl\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .\33xl\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .\33xl\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .\33xl\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .\33xl\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .\33xl\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .\33xl\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .\33xl\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .\33xl\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .\33xl\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .\33xl\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .\33xl\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .\33xl\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .\33xl\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .\33xl\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .\33xl\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .\33xl\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .\33xl\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .\33xl\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .\33xl\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .\33xl\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .\33xl\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .\33xl\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .\33xl\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .\33xl\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .\33xl\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .\33xl\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .\33xl\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .\33xl\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .\33xl\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .\33xl\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .\33xl\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .\33xl\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .\33xl\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .\33xl\:bg-bottom {
        background-position: bottom;
    }
    .\33xl\:bg-center {
        background-position: center;
    }
    .\33xl\:bg-left {
        background-position: left;
    }
    .\33xl\:bg-left-bottom {
        background-position: left bottom;
    }
    .\33xl\:bg-left-top {
        background-position: left top;
    }
    .\33xl\:bg-right {
        background-position: right;
    }
    .\33xl\:bg-right-bottom {
        background-position: right bottom;
    }
    .\33xl\:bg-right-top {
        background-position: right top;
    }
    .\33xl\:bg-top {
        background-position: top;
    }
    .\33xl\:bg-repeat {
        background-repeat: repeat;
    }
    .\33xl\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .\33xl\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .\33xl\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .\33xl\:bg-repeat-round {
        background-repeat: round;
    }
    .\33xl\:bg-repeat-space {
        background-repeat: space;
    }
    .\33xl\:bg-auto {
        background-size: auto;
    }
    .\33xl\:bg-cover {
        background-size: cover;
    }
    .\33xl\:bg-contain {
        background-size: contain;
    }
    .\33xl\:border-collapse {
        border-collapse: collapse;
    }
    .\33xl\:border-separate {
        border-collapse: separate;
    }
    .\33xl\:border-transparent {
        border-color: transparent;
    }
    .\33xl\:border-current {
        border-color: currentColor;
    }
    .\33xl\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\33xl\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\33xl\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\33xl\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\33xl\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\33xl\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\33xl\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\33xl\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\33xl\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\33xl\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\33xl\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\33xl\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\33xl\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\33xl\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\33xl\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\33xl\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\33xl\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\33xl\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\33xl\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\33xl\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\33xl\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\33xl\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\33xl\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\33xl\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\33xl\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\33xl\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\33xl\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\33xl\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\33xl\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\33xl\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\33xl\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\33xl\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\33xl\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\33xl\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\33xl\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\33xl\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\33xl\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\33xl\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\33xl\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\33xl\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\33xl\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\33xl\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\33xl\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .\33xl\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .\33xl\:border-gray-23 {
        border-color: #eee;
    }
    .\33xl\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .\33xl\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .\33xl\:border-gray-26 {
        border-color: #efefef;
    }
    .\33xl\:border-gray-27 {
        border-color: #bababa;
    }
    .\33xl\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\33xl\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .\33xl\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .\33xl\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\33xl\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\33xl\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .\33xl\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .\33xl\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .\33xl\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .\33xl\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .\33xl\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .\33xl\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .\33xl\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .\33xl\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .\33xl\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .\33xl\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .\33xl\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .\33xl\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .\33xl\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .\33xl\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .\33xl\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .\33xl\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .\33xl\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .\33xl\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .\33xl\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .\33xl\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .\33xl\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .\33xl\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .\33xl\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .\33xl\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .\33xl\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .\33xl\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\33xl\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .\33xl\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .\33xl\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .\33xl\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .\33xl\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .\33xl\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .\33xl\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .\33xl\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .\33xl\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .\33xl\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .\33xl\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .\33xl\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .\33xl\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .\33xl\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .\33xl\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .\33xl\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .\33xl\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .\33xl\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .\33xl\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .\33xl\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .\33xl\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .\33xl\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .\33xl\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .\33xl\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .\33xl\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .\33xl\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .\33xl\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .\33xl\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .\33xl\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .\33xl\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .\33xl\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .\33xl\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .\33xl\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .\33xl\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .\33xl\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .\33xl\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .\33xl\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .\33xl\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .\33xl\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .\33xl\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .\33xl\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .\33xl\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .\33xl\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .\33xl\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .\33xl\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .\33xl\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .\33xl\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .\33xl\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .\33xl\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .\33xl\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .\33xl\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .\33xl\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .\33xl\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .\33xl\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .\33xl\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .\33xl\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .\33xl\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .\33xl\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .\33xl\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .\33xl\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .\33xl\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .\33xl\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .\33xl\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .\33xl\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .\33xl\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .\33xl\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .\33xl\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .\33xl\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .\33xl\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .\33xl\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .\33xl\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .\33xl\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .\33xl\:rounded-none {
        border-radius: 0;
    }
    .\33xl\:rounded-sm {
        border-radius: 0.125rem;
    }
    .\33xl\:rounded {
        border-radius: 0.25rem;
    }
    .\33xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .\33xl\:rounded-lg {
        border-radius: 0.5rem;
    }
    .\33xl\:rounded-xl {
        border-radius: 0.75rem;
    }
    .\33xl\:rounded-2xl {
        border-radius: 1rem;
    }
    .\33xl\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .\33xl\:rounded-full {
        border-radius: 9999px;
    }
    .\33xl\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .\33xl\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .\33xl\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .\33xl\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .\33xl\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .\33xl\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .\33xl\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .\33xl\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .\33xl\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .\33xl\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .\33xl\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .\33xl\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .\33xl\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .\33xl\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .\33xl\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .\33xl\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .\33xl\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .\33xl\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .\33xl\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .\33xl\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .\33xl\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .\33xl\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .\33xl\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .\33xl\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .\33xl\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .\33xl\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .\33xl\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .\33xl\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .\33xl\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .\33xl\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .\33xl\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .\33xl\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .\33xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .\33xl\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .\33xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .\33xl\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .\33xl\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .\33xl\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .\33xl\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .\33xl\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .\33xl\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .\33xl\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .\33xl\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .\33xl\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .\33xl\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .\33xl\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .\33xl\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .\33xl\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .\33xl\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .\33xl\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .\33xl\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .\33xl\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .\33xl\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .\33xl\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .\33xl\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .\33xl\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .\33xl\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .\33xl\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .\33xl\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .\33xl\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .\33xl\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .\33xl\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .\33xl\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .\33xl\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .\33xl\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .\33xl\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .\33xl\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .\33xl\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .\33xl\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .\33xl\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .\33xl\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .\33xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .\33xl\:border-solid {
        border-style: solid;
    }
    .\33xl\:border-dashed {
        border-style: dashed;
    }
    .\33xl\:border-dotted {
        border-style: dotted;
    }
    .\33xl\:border-double {
        border-style: double;
    }
    .\33xl\:border-none {
        border-style: none;
    }
    .\33xl\:border-0 {
        border-width: 0;
    }
    .\33xl\:border-2 {
        border-width: 2px;
    }
    .\33xl\:border-4 {
        border-width: 4px;
    }
    .\33xl\:border-8 {
        border-width: 8px;
    }
    .\33xl\:border {
        border-width: 1px;
    }
    .\33xl\:border-t-0 {
        border-top-width: 0;
    }
    .\33xl\:border-r-0 {
        border-right-width: 0;
    }
    .\33xl\:border-b-0 {
        border-bottom-width: 0;
    }
    .\33xl\:border-l-0 {
        border-left-width: 0;
    }
    .\33xl\:border-t-2 {
        border-top-width: 2px;
    }
    .\33xl\:border-r-2 {
        border-right-width: 2px;
    }
    .\33xl\:border-b-2 {
        border-bottom-width: 2px;
    }
    .\33xl\:border-l-2 {
        border-left-width: 2px;
    }
    .\33xl\:border-t-4 {
        border-top-width: 4px;
    }
    .\33xl\:border-r-4 {
        border-right-width: 4px;
    }
    .\33xl\:border-b-4 {
        border-bottom-width: 4px;
    }
    .\33xl\:border-l-4 {
        border-left-width: 4px;
    }
    .\33xl\:border-t-8 {
        border-top-width: 8px;
    }
    .\33xl\:border-r-8 {
        border-right-width: 8px;
    }
    .\33xl\:border-b-8 {
        border-bottom-width: 8px;
    }
    .\33xl\:border-l-8 {
        border-left-width: 8px;
    }
    .\33xl\:border-t {
        border-top-width: 1px;
    }
    .\33xl\:border-r {
        border-right-width: 1px;
    }
    .\33xl\:border-b {
        border-bottom-width: 1px;
    }
    .\33xl\:border-l {
        border-left-width: 1px;
    }
    .\33xl\:box-border {
        box-sizing: border-box;
    }
    .\33xl\:box-content {
        box-sizing: content-box;
    }
    .\33xl\:cursor-auto {
        cursor: auto;
    }
    .\33xl\:cursor-default {
        cursor: default;
    }
    .\33xl\:cursor-pointer {
        cursor: pointer;
    }
    .\33xl\:cursor-wait {
        cursor: wait;
    }
    .\33xl\:cursor-text {
        cursor: text;
    }
    .\33xl\:cursor-move {
        cursor: move;
    }
    .\33xl\:cursor-help {
        cursor: help;
    }
    .\33xl\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .\33xl\:block {
        display: block;
    }
    .\33xl\:inline-block {
        display: inline-block;
    }
    .\33xl\:inline {
        display: inline;
    }
    .\33xl\:flex {
        display: flex;
    }
    .\33xl\:inline-flex {
        display: inline-flex;
    }
    .\33xl\:table {
        display: table;
    }
    .\33xl\:table-caption {
        display: table-caption;
    }
    .\33xl\:table-cell {
        display: table-cell;
    }
    .\33xl\:table-column {
        display: table-column;
    }
    .\33xl\:table-column-group {
        display: table-column-group;
    }
    .\33xl\:table-footer-group {
        display: table-footer-group;
    }
    .\33xl\:table-header-group {
        display: table-header-group;
    }
    .\33xl\:table-row-group {
        display: table-row-group;
    }
    .\33xl\:table-row {
        display: table-row;
    }
    .\33xl\:flow-root {
        display: flow-root;
    }
    .\33xl\:grid {
        display: grid;
    }
    .\33xl\:inline-grid {
        display: inline-grid;
    }
    .\33xl\:contents {
        display: contents;
    }
    .\33xl\:hidden {
        display: none;
    }
    .\33xl\:flex-row {
        flex-direction: row;
    }
    .\33xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .\33xl\:flex-col {
        flex-direction: column;
    }
    .\33xl\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .\33xl\:flex-wrap {
        flex-wrap: wrap;
    }
    .\33xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .\33xl\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .\33xl\:place-items-auto {
        place-items: auto;
    }
    .\33xl\:place-items-start {
        place-items: start;
    }
    .\33xl\:place-items-end {
        place-items: end;
    }
    .\33xl\:place-items-center {
        place-items: center;
    }
    .\33xl\:place-items-stretch {
        place-items: stretch;
    }
    .\33xl\:place-content-center {
        place-content: center;
    }
    .\33xl\:place-content-start {
        place-content: start;
    }
    .\33xl\:place-content-end {
        place-content: end;
    }
    .\33xl\:place-content-between {
        place-content: space-between;
    }
    .\33xl\:place-content-around {
        place-content: space-around;
    }
    .\33xl\:place-content-evenly {
        place-content: space-evenly;
    }
    .\33xl\:place-content-stretch {
        place-content: stretch;
    }
    .\33xl\:place-self-auto {
        place-self: auto;
    }
    .\33xl\:place-self-start {
        place-self: start;
    }
    .\33xl\:place-self-end {
        place-self: end;
    }
    .\33xl\:place-self-center {
        place-self: center;
    }
    .\33xl\:place-self-stretch {
        place-self: stretch;
    }
    .\33xl\:items-start {
        align-items: flex-start;
    }
    .\33xl\:items-end {
        align-items: flex-end;
    }
    .\33xl\:items-center {
        align-items: center;
    }
    .\33xl\:items-baseline {
        align-items: baseline;
    }
    .\33xl\:items-stretch {
        align-items: stretch;
    }
    .\33xl\:content-center {
        align-content: center;
    }
    .\33xl\:content-start {
        align-content: flex-start;
    }
    .\33xl\:content-end {
        align-content: flex-end;
    }
    .\33xl\:content-between {
        align-content: space-between;
    }
    .\33xl\:content-around {
        align-content: space-around;
    }
    .\33xl\:content-evenly {
        align-content: space-evenly;
    }
    .\33xl\:self-auto {
        align-self: auto;
    }
    .\33xl\:self-start {
        align-self: flex-start;
    }
    .\33xl\:self-end {
        align-self: flex-end;
    }
    .\33xl\:self-center {
        align-self: center;
    }
    .\33xl\:self-stretch {
        align-self: stretch;
    }
    .\33xl\:justify-items-auto {
        justify-items: auto;
    }
    .\33xl\:justify-items-start {
        justify-items: start;
    }
    .\33xl\:justify-items-end {
        justify-items: end;
    }
    .\33xl\:justify-items-center {
        justify-items: center;
    }
    .\33xl\:justify-items-stretch {
        justify-items: stretch;
    }
    .\33xl\:justify-start {
        justify-content: flex-start;
    }
    .\33xl\:justify-end {
        justify-content: flex-end;
    }
    .\33xl\:justify-center {
        justify-content: center;
    }
    .\33xl\:justify-between {
        justify-content: space-between;
    }
    .\33xl\:justify-around {
        justify-content: space-around;
    }
    .\33xl\:justify-evenly {
        justify-content: space-evenly;
    }
    .\33xl\:justify-self-auto {
        justify-self: auto;
    }
    .\33xl\:justify-self-start {
        justify-self: start;
    }
    .\33xl\:justify-self-end {
        justify-self: end;
    }
    .\33xl\:justify-self-center {
        justify-self: center;
    }
    .\33xl\:justify-self-stretch {
        justify-self: stretch;
    }
    .\33xl\:flex-1 {
        flex: 1 1 0%;
    }
    .\33xl\:flex-auto {
        flex: 1 1 auto;
    }
    .\33xl\:flex-initial {
        flex: 0 1 auto;
    }
    .\33xl\:flex-none {
        flex: none;
    }
    .\33xl\:flex-grow-0 {
        flex-grow: 0;
    }
    .\33xl\:flex-grow {
        flex-grow: 1;
    }
    .\33xl\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .\33xl\:flex-shrink {
        flex-shrink: 1;
    }
    .\33xl\:order-1 {
        order: 1;
    }
    .\33xl\:order-2 {
        order: 2;
    }
    .\33xl\:order-3 {
        order: 3;
    }
    .\33xl\:order-4 {
        order: 4;
    }
    .\33xl\:order-5 {
        order: 5;
    }
    .\33xl\:order-6 {
        order: 6;
    }
    .\33xl\:order-7 {
        order: 7;
    }
    .\33xl\:order-8 {
        order: 8;
    }
    .\33xl\:order-9 {
        order: 9;
    }
    .\33xl\:order-10 {
        order: 10;
    }
    .\33xl\:order-11 {
        order: 11;
    }
    .\33xl\:order-12 {
        order: 12;
    }
    .\33xl\:order-first {
        order: -9999;
    }
    .\33xl\:order-last {
        order: 9999;
    }
    .\33xl\:order-none {
        order: 0;
    }
    .\33xl\:float-right {
        float: right;
    }
    .\33xl\:float-left {
        float: left;
    }
    .\33xl\:float-none {
        float: none;
    }
    .\33xl\:clear-left {
        clear: left;
    }
    .\33xl\:clear-right {
        clear: right;
    }
    .\33xl\:clear-both {
        clear: both;
    }
    .\33xl\:clear-none {
        clear: none;
    }
    .\33xl\:font-sans {
        font-family: Nunito, 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";
    }
    .\33xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .\33xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .\33xl\:font-DM {
        font-family: DM Sans;
    }
    .\33xl\:font-thin {
        font-weight: 100;
    }
    .\33xl\:font-extralight {
        font-weight: 200;
    }
    .\33xl\:font-light {
        font-weight: 300;
    }
    .\33xl\:font-normal {
        font-weight: 400;
    }
    .\33xl\:font-medium {
        font-weight: 500;
    }
    .\33xl\:font-semibold {
        font-weight: 600;
    }
    .\33xl\:font-bold {
        font-weight: 700;
    }
    .\33xl\:font-extrabold {
        font-weight: 800;
    }
    .\33xl\:font-black {
        font-weight: 900;
    }
    .\33xl\:h-0 {
        height: 0;
    }
    .\33xl\:h-1 {
        height: 0.25rem;
    }
    .\33xl\:h-2 {
        height: 0.5rem;
    }
    .\33xl\:h-3 {
        height: 0.75rem;
    }
    .\33xl\:h-4 {
        height: 1rem;
    }
    .\33xl\:h-5 {
        height: 1.25rem;
    }
    .\33xl\:h-6 {
        height: 1.5rem;
    }
    .\33xl\:h-7 {
        height: 1.75rem;
    }
    .\33xl\:h-8 {
        height: 2rem;
    }
    .\33xl\:h-9 {
        height: 2.25rem;
    }
    .\33xl\:h-10 {
        height: 2.5rem;
    }
    .\33xl\:h-11 {
        height: 2.75rem;
    }
    .\33xl\:h-12 {
        height: 3rem;
    }
    .\33xl\:h-14 {
        height: 3.5rem;
    }
    .\33xl\:h-16 {
        height: 4rem;
    }
    .\33xl\:h-20 {
        height: 5rem;
    }
    .\33xl\:h-23 {
        height: 88px;
    }
    .\33xl\:h-24 {
        height: 6rem;
    }
    .\33xl\:h-25 {
        height: 100px;
    }
    .\33xl\:h-28 {
        height: 7rem;
    }
    .\33xl\:h-29 {
        height: 120px;
    }
    .\33xl\:h-32 {
        height: 8rem;
    }
    .\33xl\:h-33 {
        height: 130px;
    }
    .\33xl\:h-36 {
        height: 9rem;
    }
    .\33xl\:h-40 {
        height: 10rem;
    }
    .\33xl\:h-44 {
        height: 11rem;
    }
    .\33xl\:h-48 {
        height: 12rem;
    }
    .\33xl\:h-52 {
        height: 13rem;
    }
    .\33xl\:h-56 {
        height: 14rem;
    }
    .\33xl\:h-60 {
        height: 15rem;
    }
    .\33xl\:h-63 {
        height: 270px;
    }
    .\33xl\:h-64 {
        height: 16rem;
    }
    .\33xl\:h-72 {
        height: 18rem;
    }
    .\33xl\:h-80 {
        height: 20rem;
    }
    .\33xl\:h-92 {
        height: 475px;
    }
    .\33xl\:h-96 {
        height: 24rem;
    }
    .\33xl\:h-128 {
        height: 32rem;
    }
    .\33xl\:h-auto {
        height: auto;
    }
    .\33xl\:h-px {
        height: 1px;
    }
    .\33xl\:h-0\.5 {
        height: 0.125rem;
    }
    .\33xl\:h-1\.5 {
        height: 0.375rem;
    }
    .\33xl\:h-2\.5 {
        height: 0.625rem;
    }
    .\33xl\:h-3\.5 {
        height: 0.875rem;
    }
    .\33xl\:h-105p {
        height: 105px;
    }
    .\33xl\:h-50p {
        height: 50px;
    }
    .\33xl\:h-54p {
        height: 54px;
    }
    .\33xl\:h-1p {
        height: 1px;
    }
    .\33xl\:h-2p {
        height: 2px;
    }
    .\33xl\:h-3p {
        height: 3px;
    }
    .\33xl\:h-5p {
        height: 5px;
    }
    .\33xl\:h-7p {
        height: 7px;
    }
    .\33xl\:h-9p {
        height: 9px;
    }
    .\33xl\:h-10p {
        height: 10px;
    }
    .\33xl\:h-11p {
        height: 11px;
    }
    .\33xl\:h-13p {
        height: 13px;
    }
    .\33xl\:h-15p {
        height: 15px;
    }
    .\33xl\:h-18p {
        height: 18px;
    }
    .\33xl\:h-19p {
        height: 19px;
    }
    .\33xl\:h-21p {
        height: 21px;
    }
    .\33xl\:h-22p {
        height: 22px;
    }
    .\33xl\:h-23p {
        height: 23px;
    }
    .\33xl\:h-25p {
        height: 25px;
    }
    .\33xl\:h-26p {
        height: 26px;
    }
    .\33xl\:h-29p {
        height: 29px;
    }
    .\33xl\:h-30p {
        height: 30px;
    }
    .\33xl\:h-31p {
        height: 31px;
    }
    .\33xl\:h-35p {
        height: 35px;
    }
    .\33xl\:h-52p {
        height: 52px;
    }
    .\33xl\:h-53p {
        height: 53px;
    }
    .\33xl\:h-55p {
        height: 55px;
    }
    .\33xl\:h-59p {
        height: 59px;
    }
    .\33xl\:h-27p {
        height: 27px;
    }
    .\33xl\:h-33\.5p {
        height: 33.5px;
    }
    .\33xl\:h-38p {
        height: 38px;
    }
    .\33xl\:h-40p {
        height: 40px;
    }
    .\33xl\:h-46p {
        height: 46px;
    }
    .\33xl\:h-47p {
        height: 47px;
    }
    .\33xl\:h-49p {
        height: 49px;
    }
    .\33xl\:h-58p {
        height: 58px;
    }
    .\33xl\:h-75p {
        height: 75px;
    }
    .\33xl\:h-77p {
        height: 77px;
    }
    .\33xl\:h-60p {
        height: 60px;
    }
    .\33xl\:h-65p {
        height: 65px;
    }
    .\33xl\:h-66p {
        height: 66px;
    }
    .\33xl\:h-68p {
        height: 68px;
    }
    .\33xl\:h-70p {
        height: 70px;
    }
    .\33xl\:h-72p {
        height: 72px;
    }
    .\33xl\:h-74p {
        height: 74px;
    }
    .\33xl\:h-78p {
        height: 78px;
    }
    .\33xl\:h-80p {
        height: 80px;
    }
    .\33xl\:h-82p {
        height: 82px;
    }
    .\33xl\:h-84p {
        height: 84px;
    }
    .\33xl\:h-89p {
        height: 89px;
    }
    .\33xl\:h-93p {
        height: 93px;
    }
    .\33xl\:h-90p {
        height: 90px;
    }
    .\33xl\:h-97p {
        height: 97px;
    }
    .\33xl\:h-103p {
        height: 103px;
    }
    .\33xl\:h-116p {
        height: 116px;
    }
    .\33xl\:h-120p {
        height: 120px;
    }
    .\33xl\:h-125p {
        height: 125px;
    }
    .\33xl\:h-130p {
        height: 130px;
    }
    .\33xl\:h-135p {
        height: 135px;
    }
    .\33xl\:h-132p {
        height: 132px;
    }
    .\33xl\:h-150p {
        height: 150px;
    }
    .\33xl\:h-216p {
        height: 216px;
    }
    .\33xl\:h-225p {
        height: 225px;
    }
    .\33xl\:h-296p {
        height: 296px;
    }
    .\33xl\:h-270p {
        height: 270px;
    }
    .\33xl\:h-137p {
        height: 137px;
    }
    .\33xl\:h-141p {
        height: 141px;
    }
    .\33xl\:h-146p {
        height: 146px;
    }
    .\33xl\:h-152p {
        height: 152px;
    }
    .\33xl\:h-155p {
        height: 155px;
    }
    .\33xl\:h-163p {
        height: 163px;
    }
    .\33xl\:h-168p {
        height: 168px;
    }
    .\33xl\:h-173p {
        height: 173px;
    }
    .\33xl\:h-210p {
        height: 210px;
    }
    .\33xl\:h-245p {
        height: 245px;
    }
    .\33xl\:h-250p {
        height: 250px;
    }
    .\33xl\:h-260p {
        height: 260px;
    }
    .\33xl\:h-263p {
        height: 263px;
    }
    .\33xl\:h-266p {
        height: 266px;
    }
    .\33xl\:h-275p {
        height: 275px;
    }
    .\33xl\:h-300p {
        height: 300px;
    }
    .\33xl\:h-312p {
        height: 312px;
    }
    .\33xl\:h-318p {
        height: 318px;
    }
    .\33xl\:h-322p {
        height: 322px;
    }
    .\33xl\:h-337p {
        height: 337px;
    }
    .\33xl\:h-345p {
        height: 345px;
    }
    .\33xl\:h-344p {
        height: 344px;
    }
    .\33xl\:h-354p {
        height: 354px;
    }
    .\33xl\:h-364p {
        height: 364px;
    }
    .\33xl\:h-370p {
        height: 370px;
    }
    .\33xl\:h-382p {
        height: 382px;
    }
    .\33xl\:h-385p {
        height: 385px;
    }
    .\33xl\:h-400p {
        height: 400px;
    }
    .\33xl\:h-407p {
        height: 407px;
    }
    .\33xl\:h-411p {
        height: 411px;
    }
    .\33xl\:h-418p {
        height: 418px;
    }
    .\33xl\:h-430p {
        height: 430px;
    }
    .\33xl\:h-450p {
        height: 450px;
    }
    .\33xl\:h-468p {
        height: 468px;
    }
    .\33xl\:h-485p {
        height: 485px;
    }
    .\33xl\:h-491p {
        height: 491px;
    }
    .\33xl\:h-494p {
        height: 494px;
    }
    .\33xl\:h-470p {
        height: 470px;
    }
    .\33xl\:h-480p {
        height: 480px;
    }
    .\33xl\:h-532p {
        height: 532px;
    }
    .\33xl\:h-556p {
        height: 556px;
    }
    .\33xl\:h-505p {
        height: 505px;
    }
    .\33xl\:h-1179p {
        height: 1179px;
    }
    .\33xl\:h-1253p {
        height: 1253px;
    }
    .\33xl\:h-1575p {
        height: 1575px;
    }
    .\33xl\:h-600p {
        height: 600px;
    }
    .\33xl\:h-649p {
        height: 649px;
    }
    .\33xl\:h-690p {
        height: 690px;
    }
    .\33xl\:h-19\% {
        height: 19%;
    }
    .\33xl\:h-23\% {
        height: 23%;
    }
    .\33xl\:h-24\% {
        height: 24%;
    }
    .\33xl\:h-36\% {
        height: 36%;
    }
    .\33xl\:h-27\% {
        height: 27%;
    }
    .\33xl\:h-28\% {
        height: 28%;
    }
    .\33xl\:h-42\% {
        height: 42%;
    }
    .\33xl\:h-46\% {
        height: 46%;
    }
    .\33xl\:h-49\% {
        height: 49%;
    }
    .\33xl\:h-54\% {
        height: 54%;
    }
    .\33xl\:h-58\% {
        height: 58%;
    }
    .\33xl\:h-72\% {
        height: 72%;
    }
    .\33xl\:h-76\% {
        height: 76%;
    }
    .\33xl\:h-77\% {
        height: 77%;
    }
    .\33xl\:h-340p {
        height: 340px;
    }
    .\33xl\:h-700p {
        height: 700px;
    }
    .\33xl\:h-848p {
        height: 848px;
    }
    .\33xl\:h-850p {
        height: 850px;
    }
    .\33xl\:h-860p {
        height: 860px;
    }
    .\33xl\:h-1425p {
        height: 1425px;
    }
    .\33xl\:h-1\/2 {
        height: 50%;
    }
    .\33xl\:h-1\/3 {
        height: 33.333333%;
    }
    .\33xl\:h-2\/3 {
        height: 66.666667%;
    }
    .\33xl\:h-1\/4 {
        height: 25%;
    }
    .\33xl\:h-2\/4 {
        height: 50%;
    }
    .\33xl\:h-3\/4 {
        height: 75%;
    }
    .\33xl\:h-1\/5 {
        height: 20%;
    }
    .\33xl\:h-2\/5 {
        height: 40%;
    }
    .\33xl\:h-3\/5 {
        height: 60%;
    }
    .\33xl\:h-4\/5 {
        height: 80%;
    }
    .\33xl\:h-1\/6 {
        height: 16.666667%;
    }
    .\33xl\:h-2\/6 {
        height: 33.333333%;
    }
    .\33xl\:h-3\/6 {
        height: 50%;
    }
    .\33xl\:h-4\/6 {
        height: 66.666667%;
    }
    .\33xl\:h-5\/6 {
        height: 83.333333%;
    }
    .\33xl\:h-full {
        height: 100%;
    }
    .\33xl\:h-screen {
        height: 100vh;
    }
    .\33xl\:text-8 {
        font-size: 8px;
    }
    .\33xl\:text-11 {
        font-size: 11px;
    }
    .\33xl\:text-13 {
        font-size: 13px;
    }
    .\33xl\:text-15 {
        font-size: 15px;
    }
    .\33xl\:text-17 {
        font-size: 17px;
    }
    .\33xl\:text-18 {
        font-size: 18px;
    }
    .\33xl\:text-19 {
        font-size: 19px;
    }
    .\33xl\:text-20 {
        font-size: 20px;
    }
    .\33xl\:text-22 {
        font-size: 22px;
    }
    .\33xl\:text-23 {
        font-size: 23px;
    }
    .\33xl\:text-26 {
        font-size: 26px;
    }
    .\33xl\:text-28 {
        font-size: 28px;
    }
    .\33xl\:text-32 {
        font-size: 32px;
    }
    .\33xl\:text-33 {
        font-size: 33px;
    }
    .\33xl\:text-34 {
        font-size: 34px;
    }
    .\33xl\:text-40 {
        font-size: 40px;
    }
    .\33xl\:text-42 {
        font-size: 42px;
    }
    .\33xl\:text-46 {
        font-size: 46px;
    }
    .\33xl\:text-52 {
        font-size: 52px;
    }
    .\33xl\:text-66 {
        font-size: 66px;
    }
    .\33xl\:text-108 {
        font-size: 108px;
    }
    .\33xl\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .\33xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .\33xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .\33xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .\33xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .\33xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .\33xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .\33xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .\33xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .\33xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .\33xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .\33xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .\33xl\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .\33xl\:text-xss {
        font-size: 10px;
    }
    .\33xl\:text-2\.5xl {
        font-size: 28px;
    }
    .\33xl\:leading-3 {
        line-height: 0.75rem;
    }
    .\33xl\:leading-4 {
        line-height: 1rem;
    }
    .\33xl\:leading-5 {
        line-height: 1.25rem;
    }
    .\33xl\:leading-6 {
        line-height: 1.5rem;
    }
    .\33xl\:leading-7 {
        line-height: 1.75rem;
    }
    .\33xl\:leading-8 {
        line-height: 2rem;
    }
    .\33xl\:leading-9 {
        line-height: 2.25rem;
    }
    .\33xl\:leading-10 {
        line-height: 2.5rem;
    }
    .\33xl\:leading-none {
        line-height: 1;
    }
    .\33xl\:leading-tight {
        line-height: 1.25;
    }
    .\33xl\:leading-snug {
        line-height: 1.375;
    }
    .\33xl\:leading-normal {
        line-height: 1.5;
    }
    .\33xl\:leading-relaxed {
        line-height: 1.625;
    }
    .\33xl\:leading-loose {
        line-height: 2;
    }
    .\33xl\:leading-15p {
        line-height: 15px;
    }
    .\33xl\:leading-22p {
        line-height: 22px;
    }
    .\33xl\:leading-29p {
        line-height: 29px;
    }
    .\33xl\:leading-34p {
        line-height: 34px;
    }
    .\33xl\:leading-42p {
        line-height: 42px;
    }
    .\33xl\:leading-48p {
        line-height: 48px;
    }
    .\33xl\:leading-55p {
        line-height: 55px;
    }
    .\33xl\:leading-60p {
        line-height: 60px;
    }
    .\33xl\:leading-140p {
        line-height: 140px;
    }
    .\33xl\:list-inside {
        list-style-position: inside;
    }
    .\33xl\:list-outside {
        list-style-position: outside;
    }
    .\33xl\:list-none {
        list-style-type: none;
    }
    .\33xl\:list-disc {
        list-style-type: disc;
    }
    .\33xl\:list-decimal {
        list-style-type: decimal;
    }
    .\33xl\:m-0 {
        margin: 0;
    }
    .\33xl\:m-1 {
        margin: 0.25rem;
    }
    .\33xl\:m-2 {
        margin: 0.5rem;
    }
    .\33xl\:m-3 {
        margin: 0.75rem;
    }
    .\33xl\:m-4 {
        margin: 1rem;
    }
    .\33xl\:m-5 {
        margin: 1.25rem;
    }
    .\33xl\:m-6 {
        margin: 1.5rem;
    }
    .\33xl\:m-7 {
        margin: 1.75rem;
    }
    .\33xl\:m-8 {
        margin: 2rem;
    }
    .\33xl\:m-9 {
        margin: 2.25rem;
    }
    .\33xl\:m-10 {
        margin: 2.5rem;
    }
    .\33xl\:m-11 {
        margin: 2.75rem;
    }
    .\33xl\:m-12 {
        margin: 3rem;
    }
    .\33xl\:m-14 {
        margin: 3.5rem;
    }
    .\33xl\:m-16 {
        margin: 4rem;
    }
    .\33xl\:m-20 {
        margin: 5rem;
    }
    .\33xl\:m-23 {
        margin: 88px;
    }
    .\33xl\:m-24 {
        margin: 6rem;
    }
    .\33xl\:m-25 {
        margin: 100px;
    }
    .\33xl\:m-28 {
        margin: 7rem;
    }
    .\33xl\:m-29 {
        margin: 120px;
    }
    .\33xl\:m-32 {
        margin: 8rem;
    }
    .\33xl\:m-33 {
        margin: 130px;
    }
    .\33xl\:m-36 {
        margin: 9rem;
    }
    .\33xl\:m-40 {
        margin: 10rem;
    }
    .\33xl\:m-44 {
        margin: 11rem;
    }
    .\33xl\:m-48 {
        margin: 12rem;
    }
    .\33xl\:m-52 {
        margin: 13rem;
    }
    .\33xl\:m-56 {
        margin: 14rem;
    }
    .\33xl\:m-60 {
        margin: 15rem;
    }
    .\33xl\:m-63 {
        margin: 270px;
    }
    .\33xl\:m-64 {
        margin: 16rem;
    }
    .\33xl\:m-72 {
        margin: 18rem;
    }
    .\33xl\:m-80 {
        margin: 20rem;
    }
    .\33xl\:m-92 {
        margin: 375px;
    }
    .\33xl\:m-96 {
        margin: 24rem;
    }
    .\33xl\:m-128 {
        margin: 32rem;
    }
    .\33xl\:m-auto {
        margin: auto;
    }
    .\33xl\:m-px {
        margin: 1px;
    }
    .\33xl\:m-0\.5 {
        margin: 0.125rem;
    }
    .\33xl\:m-1\.5 {
        margin: 0.375rem;
    }
    .\33xl\:m-2\.5 {
        margin: 0.625rem;
    }
    .\33xl\:m-3\.5 {
        margin: 0.875rem;
    }
    .\33xl\:m-105p {
        margin: 105px;
    }
    .\33xl\:m-50p {
        margin: 50px;
    }
    .\33xl\:m-54p {
        margin: 54px;
    }
    .\33xl\:m-1p {
        margin: 1px;
    }
    .\33xl\:m-2p {
        margin: 2px;
    }
    .\33xl\:m-3p {
        margin: 3px;
    }
    .\33xl\:m-5p {
        margin: 5px;
    }
    .\33xl\:m-7p {
        margin: 7px;
    }
    .\33xl\:m-9p {
        margin: 9px;
    }
    .\33xl\:m-10p {
        margin: 10px;
    }
    .\33xl\:m-11p {
        margin: 11px;
    }
    .\33xl\:m-13p {
        margin: 13px;
    }
    .\33xl\:m-15p {
        margin: 15px;
    }
    .\33xl\:m-18p {
        margin: 18px;
    }
    .\33xl\:m-19p {
        margin: 19px;
    }
    .\33xl\:m-21p {
        margin: 21px;
    }
    .\33xl\:m-22p {
        margin: 22px;
    }
    .\33xl\:m-23p {
        margin: 23px;
    }
    .\33xl\:m-25p {
        margin: 25px;
    }
    .\33xl\:m-26p {
        margin: 26px;
    }
    .\33xl\:m-29p {
        margin: 29px;
    }
    .\33xl\:m-30p {
        margin: 30px;
    }
    .\33xl\:m-31p {
        margin: 31px;
    }
    .\33xl\:m-35p {
        margin: 35px;
    }
    .\33xl\:m-52p {
        margin: 52px;
    }
    .\33xl\:m-53p {
        margin: 53px;
    }
    .\33xl\:m-55p {
        margin: 55px;
    }
    .\33xl\:m-59p {
        margin: 59px;
    }
    .\33xl\:m-27p {
        margin: 27px;
    }
    .\33xl\:m-33\.5p {
        margin: 33.5px;
    }
    .\33xl\:m-38p {
        margin: 38px;
    }
    .\33xl\:m-40p {
        margin: 40px;
    }
    .\33xl\:m-46p {
        margin: 46px;
    }
    .\33xl\:m-47p {
        margin: 47px;
    }
    .\33xl\:m-49p {
        margin: 49px;
    }
    .\33xl\:m-58p {
        margin: 58px;
    }
    .\33xl\:m-75p {
        margin: 75px;
    }
    .\33xl\:m-77p {
        margin: 77px;
    }
    .\33xl\:m-60p {
        margin: 60px;
    }
    .\33xl\:m-65p {
        margin: 65px;
    }
    .\33xl\:m-66p {
        margin: 66px;
    }
    .\33xl\:m-68p {
        margin: 68px;
    }
    .\33xl\:m-70p {
        margin: 70px;
    }
    .\33xl\:m-72p {
        margin: 72px;
    }
    .\33xl\:m-74p {
        margin: 74px;
    }
    .\33xl\:m-78p {
        margin: 78px;
    }
    .\33xl\:m-80p {
        margin: 80px;
    }
    .\33xl\:m-82p {
        margin: 82px;
    }
    .\33xl\:m-84p {
        margin: 84px;
    }
    .\33xl\:m-89p {
        margin: 89px;
    }
    .\33xl\:m-93p {
        margin: 93px;
    }
    .\33xl\:m-90p {
        margin: 90px;
    }
    .\33xl\:m-97p {
        margin: 97px;
    }
    .\33xl\:m-103p {
        margin: 103px;
    }
    .\33xl\:m-116p {
        margin: 116px;
    }
    .\33xl\:m-120p {
        margin: 120px;
    }
    .\33xl\:m-125p {
        margin: 125px;
    }
    .\33xl\:m-130p {
        margin: 130px;
    }
    .\33xl\:m-135p {
        margin: 135px;
    }
    .\33xl\:m-132p {
        margin: 132px;
    }
    .\33xl\:m-150p {
        margin: 150px;
    }
    .\33xl\:m-216p {
        margin: 216px;
    }
    .\33xl\:m-225p {
        margin: 225px;
    }
    .\33xl\:m-296p {
        margin: 296px;
    }
    .\33xl\:m-270p {
        margin: 270px;
    }
    .\33xl\:m-137p {
        margin: 137px;
    }
    .\33xl\:m-141p {
        margin: 141px;
    }
    .\33xl\:m-146p {
        margin: 146px;
    }
    .\33xl\:m-152p {
        margin: 152px;
    }
    .\33xl\:m-155p {
        margin: 155px;
    }
    .\33xl\:m-163p {
        margin: 163px;
    }
    .\33xl\:m-168p {
        margin: 168px;
    }
    .\33xl\:m-173p {
        margin: 173px;
    }
    .\33xl\:m-210p {
        margin: 210px;
    }
    .\33xl\:m-245p {
        margin: 245px;
    }
    .\33xl\:m-250p {
        margin: 250px;
    }
    .\33xl\:m-260p {
        margin: 260px;
    }
    .\33xl\:m-263p {
        margin: 263px;
    }
    .\33xl\:m-266p {
        margin: 266px;
    }
    .\33xl\:m-275p {
        margin: 275px;
    }
    .\33xl\:m-300p {
        margin: 300px;
    }
    .\33xl\:m-312p {
        margin: 312px;
    }
    .\33xl\:m-318p {
        margin: 318px;
    }
    .\33xl\:m-322p {
        margin: 322px;
    }
    .\33xl\:m-337p {
        margin: 337px;
    }
    .\33xl\:m-345p {
        margin: 345px;
    }
    .\33xl\:m-344p {
        margin: 344px;
    }
    .\33xl\:m-354p {
        margin: 354px;
    }
    .\33xl\:m-364p {
        margin: 364px;
    }
    .\33xl\:m-370p {
        margin: 370px;
    }
    .\33xl\:m-382p {
        margin: 382px;
    }
    .\33xl\:m-385p {
        margin: 385px;
    }
    .\33xl\:m-400p {
        margin: 400px;
    }
    .\33xl\:m-407p {
        margin: 407px;
    }
    .\33xl\:m-411p {
        margin: 411px;
    }
    .\33xl\:m-418p {
        margin: 418px;
    }
    .\33xl\:m-430p {
        margin: 430px;
    }
    .\33xl\:m-450p {
        margin: 450px;
    }
    .\33xl\:m-468p {
        margin: 468px;
    }
    .\33xl\:m-485p {
        margin: 485px;
    }
    .\33xl\:m-491p {
        margin: 491px;
    }
    .\33xl\:m-494p {
        margin: 494px;
    }
    .\33xl\:m-470p {
        margin: 470px;
    }
    .\33xl\:m-480p {
        margin: 480px;
    }
    .\33xl\:m-532p {
        margin: 532px;
    }
    .\33xl\:m-556p {
        margin: 556px;
    }
    .\33xl\:m-505p {
        margin: 505px;
    }
    .\33xl\:m-1179p {
        margin: 1179px;
    }
    .\33xl\:m-1253p {
        margin: 1253px;
    }
    .\33xl\:m-1575p {
        margin: 1575px;
    }
    .\33xl\:m-600p {
        margin: 600px;
    }
    .\33xl\:m-649p {
        margin: 649px;
    }
    .\33xl\:m-690p {
        margin: 690px;
    }
    .\33xl\:m-19\% {
        margin: 19%;
    }
    .\33xl\:m-23\% {
        margin: 23%;
    }
    .\33xl\:m-24\% {
        margin: 24%;
    }
    .\33xl\:m-36\% {
        margin: 36%;
    }
    .\33xl\:m-27\% {
        margin: 27%;
    }
    .\33xl\:m-28\% {
        margin: 28%;
    }
    .\33xl\:m-42\% {
        margin: 42%;
    }
    .\33xl\:m-46\% {
        margin: 46%;
    }
    .\33xl\:m-49\% {
        margin: 49%;
    }
    .\33xl\:m-54\% {
        margin: 54%;
    }
    .\33xl\:m-58\% {
        margin: 58%;
    }
    .\33xl\:m-72\% {
        margin: 72%;
    }
    .\33xl\:m-76\% {
        margin: 76%;
    }
    .\33xl\:m-77\% {
        margin: 77%;
    }
    .\33xl\:m-340p {
        margin: 340px;
    }
    .\33xl\:m-700p {
        margin: 700px;
    }
    .\33xl\:m-848p {
        margin: 848px;
    }
    .\33xl\:m-850p {
        margin: 850px;
    }
    .\33xl\:m-860p {
        margin: 860px;
    }
    .\33xl\:m-1425p {
        margin: 1425px;
    }
    .\33xl\:-m-0 {
        margin: 0;
    }
    .\33xl\:-m-1 {
        margin: -0.25rem;
    }
    .\33xl\:-m-2 {
        margin: -0.5rem;
    }
    .\33xl\:-m-3 {
        margin: -0.75rem;
    }
    .\33xl\:-m-4 {
        margin: -1rem;
    }
    .\33xl\:-m-5 {
        margin: -1.25rem;
    }
    .\33xl\:-m-6 {
        margin: -1.5rem;
    }
    .\33xl\:-m-7 {
        margin: -1.75rem;
    }
    .\33xl\:-m-8 {
        margin: -2rem;
    }
    .\33xl\:-m-9 {
        margin: -2.25rem;
    }
    .\33xl\:-m-10 {
        margin: -2.5rem;
    }
    .\33xl\:-m-11 {
        margin: -2.75rem;
    }
    .\33xl\:-m-12 {
        margin: -3rem;
    }
    .\33xl\:-m-14 {
        margin: -3.5rem;
    }
    .\33xl\:-m-16 {
        margin: -4rem;
    }
    .\33xl\:-m-20 {
        margin: -5rem;
    }
    .\33xl\:-m-23 {
        margin: -88px;
    }
    .\33xl\:-m-24 {
        margin: -6rem;
    }
    .\33xl\:-m-25 {
        margin: -100px;
    }
    .\33xl\:-m-28 {
        margin: -7rem;
    }
    .\33xl\:-m-29 {
        margin: -120px;
    }
    .\33xl\:-m-32 {
        margin: -8rem;
    }
    .\33xl\:-m-33 {
        margin: -130px;
    }
    .\33xl\:-m-36 {
        margin: -9rem;
    }
    .\33xl\:-m-40 {
        margin: -10rem;
    }
    .\33xl\:-m-44 {
        margin: -11rem;
    }
    .\33xl\:-m-48 {
        margin: -12rem;
    }
    .\33xl\:-m-52 {
        margin: -13rem;
    }
    .\33xl\:-m-56 {
        margin: -14rem;
    }
    .\33xl\:-m-60 {
        margin: -15rem;
    }
    .\33xl\:-m-63 {
        margin: -270px;
    }
    .\33xl\:-m-64 {
        margin: -16rem;
    }
    .\33xl\:-m-72 {
        margin: -18rem;
    }
    .\33xl\:-m-80 {
        margin: -20rem;
    }
    .\33xl\:-m-92 {
        margin: -475px;
    }
    .\33xl\:-m-96 {
        margin: -24rem;
    }
    .\33xl\:-m-128 {
        margin: -32rem;
    }
    .\33xl\:-m-px {
        margin: -1px;
    }
    .\33xl\:-m-0\.5 {
        margin: -0.125rem;
    }
    .\33xl\:-m-1\.5 {
        margin: -0.375rem;
    }
    .\33xl\:-m-2\.5 {
        margin: -0.625rem;
    }
    .\33xl\:-m-3\.5 {
        margin: -0.875rem;
    }
    .\33xl\:-m-105p {
        margin: -105px;
    }
    .\33xl\:-m-50p {
        margin: -50px;
    }
    .\33xl\:-m-54p {
        margin: -54px;
    }
    .\33xl\:-m-1p {
        margin: -1px;
    }
    .\33xl\:-m-2p {
        margin: -2px;
    }
    .\33xl\:-m-3p {
        margin: -3px;
    }
    .\33xl\:-m-5p {
        margin: -5px;
    }
    .\33xl\:-m-7p {
        margin: -7px;
    }
    .\33xl\:-m-9p {
        margin: -9px;
    }
    .\33xl\:-m-10p {
        margin: -10px;
    }
    .\33xl\:-m-11p {
        margin: -11px;
    }
    .\33xl\:-m-13p {
        margin: -13px;
    }
    .\33xl\:-m-15p {
        margin: -15px;
    }
    .\33xl\:-m-18p {
        margin: -18px;
    }
    .\33xl\:-m-19p {
        margin: -19px;
    }
    .\33xl\:-m-21p {
        margin: -21px;
    }
    .\33xl\:-m-22p {
        margin: -22px;
    }
    .\33xl\:-m-23p {
        margin: -23px;
    }
    .\33xl\:-m-25p {
        margin: -25px;
    }
    .\33xl\:-m-26p {
        margin: -26px;
    }
    .\33xl\:-m-29p {
        margin: -29px;
    }
    .\33xl\:-m-30p {
        margin: -30px;
    }
    .\33xl\:-m-31p {
        margin: -31px;
    }
    .\33xl\:-m-35p {
        margin: -35px;
    }
    .\33xl\:-m-52p {
        margin: -52px;
    }
    .\33xl\:-m-53p {
        margin: -53px;
    }
    .\33xl\:-m-55p {
        margin: -55px;
    }
    .\33xl\:-m-59p {
        margin: -59px;
    }
    .\33xl\:-m-27p {
        margin: -27px;
    }
    .\33xl\:-m-33\.5p {
        margin: -33.5px;
    }
    .\33xl\:-m-38p {
        margin: -38px;
    }
    .\33xl\:-m-40p {
        margin: -40px;
    }
    .\33xl\:-m-46p {
        margin: -46px;
    }
    .\33xl\:-m-47p {
        margin: -47px;
    }
    .\33xl\:-m-49p {
        margin: -49px;
    }
    .\33xl\:-m-58p {
        margin: -58px;
    }
    .\33xl\:-m-75p {
        margin: -75px;
    }
    .\33xl\:-m-77p {
        margin: -77px;
    }
    .\33xl\:-m-60p {
        margin: -60px;
    }
    .\33xl\:-m-65p {
        margin: -65px;
    }
    .\33xl\:-m-66p {
        margin: -66px;
    }
    .\33xl\:-m-68p {
        margin: -68px;
    }
    .\33xl\:-m-70p {
        margin: -70px;
    }
    .\33xl\:-m-72p {
        margin: -72px;
    }
    .\33xl\:-m-74p {
        margin: -74px;
    }
    .\33xl\:-m-78p {
        margin: -78px;
    }
    .\33xl\:-m-80p {
        margin: -80px;
    }
    .\33xl\:-m-82p {
        margin: -82px;
    }
    .\33xl\:-m-84p {
        margin: -84px;
    }
    .\33xl\:-m-89p {
        margin: -89px;
    }
    .\33xl\:-m-93p {
        margin: -93px;
    }
    .\33xl\:-m-90p {
        margin: -90px;
    }
    .\33xl\:-m-97p {
        margin: -97px;
    }
    .\33xl\:-m-103p {
        margin: -103px;
    }
    .\33xl\:-m-116p {
        margin: -116px;
    }
    .\33xl\:-m-120p {
        margin: -120px;
    }
    .\33xl\:-m-125p {
        margin: -125px;
    }
    .\33xl\:-m-130p {
        margin: -130px;
    }
    .\33xl\:-m-135p {
        margin: -135px;
    }
    .\33xl\:-m-132p {
        margin: -132px;
    }
    .\33xl\:-m-150p {
        margin: -150px;
    }
    .\33xl\:-m-216p {
        margin: -216px;
    }
    .\33xl\:-m-225p {
        margin: -225px;
    }
    .\33xl\:-m-296p {
        margin: -296px;
    }
    .\33xl\:-m-270p {
        margin: -270px;
    }
    .\33xl\:-m-137p {
        margin: -137px;
    }
    .\33xl\:-m-141p {
        margin: -141px;
    }
    .\33xl\:-m-146p {
        margin: -146px;
    }
    .\33xl\:-m-152p {
        margin: -152px;
    }
    .\33xl\:-m-155p {
        margin: -155px;
    }
    .\33xl\:-m-163p {
        margin: -163px;
    }
    .\33xl\:-m-168p {
        margin: -168px;
    }
    .\33xl\:-m-173p {
        margin: -173px;
    }
    .\33xl\:-m-210p {
        margin: -210px;
    }
    .\33xl\:-m-245p {
        margin: -245px;
    }
    .\33xl\:-m-250p {
        margin: -250px;
    }
    .\33xl\:-m-260p {
        margin: -260px;
    }
    .\33xl\:-m-263p {
        margin: -263px;
    }
    .\33xl\:-m-266p {
        margin: -266px;
    }
    .\33xl\:-m-275p {
        margin: -275px;
    }
    .\33xl\:-m-300p {
        margin: -300px;
    }
    .\33xl\:-m-312p {
        margin: -312px;
    }
    .\33xl\:-m-318p {
        margin: -318px;
    }
    .\33xl\:-m-322p {
        margin: -322px;
    }
    .\33xl\:-m-337p {
        margin: -337px;
    }
    .\33xl\:-m-345p {
        margin: -345px;
    }
    .\33xl\:-m-344p {
        margin: -344px;
    }
    .\33xl\:-m-354p {
        margin: -354px;
    }
    .\33xl\:-m-364p {
        margin: -364px;
    }
    .\33xl\:-m-370p {
        margin: -370px;
    }
    .\33xl\:-m-382p {
        margin: -382px;
    }
    .\33xl\:-m-385p {
        margin: -385px;
    }
    .\33xl\:-m-400p {
        margin: -400px;
    }
    .\33xl\:-m-407p {
        margin: -407px;
    }
    .\33xl\:-m-411p {
        margin: -411px;
    }
    .\33xl\:-m-418p {
        margin: -418px;
    }
    .\33xl\:-m-430p {
        margin: -430px;
    }
    .\33xl\:-m-450p {
        margin: -450px;
    }
    .\33xl\:-m-468p {
        margin: -468px;
    }
    .\33xl\:-m-485p {
        margin: -485px;
    }
    .\33xl\:-m-491p {
        margin: -491px;
    }
    .\33xl\:-m-494p {
        margin: -494px;
    }
    .\33xl\:-m-470p {
        margin: -470px;
    }
    .\33xl\:-m-480p {
        margin: -480px;
    }
    .\33xl\:-m-532p {
        margin: -532px;
    }
    .\33xl\:-m-556p {
        margin: -556px;
    }
    .\33xl\:-m-505p {
        margin: -505px;
    }
    .\33xl\:-m-1179p {
        margin: -1179px;
    }
    .\33xl\:-m-1253p {
        margin: -1253px;
    }
    .\33xl\:-m-1575p {
        margin: -1575px;
    }
    .\33xl\:-m-600p {
        margin: -600px;
    }
    .\33xl\:-m-649p {
        margin: -649px;
    }
    .\33xl\:-m-690p {
        margin: -690px;
    }
    .\33xl\:-m-19\% {
        margin: -19%;
    }
    .\33xl\:-m-23\% {
        margin: -23%;
    }
    .\33xl\:-m-24\% {
        margin: -24%;
    }
    .\33xl\:-m-36\% {
        margin: -36%;
    }
    .\33xl\:-m-27\% {
        margin: -27%;
    }
    .\33xl\:-m-28\% {
        margin: -28%;
    }
    .\33xl\:-m-42\% {
        margin: -42%;
    }
    .\33xl\:-m-46\% {
        margin: -46%;
    }
    .\33xl\:-m-49\% {
        margin: -49%;
    }
    .\33xl\:-m-54\% {
        margin: -54%;
    }
    .\33xl\:-m-58\% {
        margin: -58%;
    }
    .\33xl\:-m-72\% {
        margin: -72%;
    }
    .\33xl\:-m-76\% {
        margin: -76%;
    }
    .\33xl\:-m-77\% {
        margin: -77%;
    }
    .\33xl\:-m-340p {
        margin: -340px;
    }
    .\33xl\:-m-700p {
        margin: -700px;
    }
    .\33xl\:-m-848p {
        margin: -848px;
    }
    .\33xl\:-m-850p {
        margin: -850px;
    }
    .\33xl\:-m-860p {
        margin: -860px;
    }
    .\33xl\:-m-1425p {
        margin: -1425px;
    }
    .\33xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .\33xl\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .\33xl\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .\33xl\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .\33xl\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .\33xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .\33xl\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .\33xl\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .\33xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .\33xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .\33xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .\33xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .\33xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .\33xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .\33xl\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .\33xl\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .\33xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .\33xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .\33xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .\33xl\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .\33xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .\33xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .\33xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .\33xl\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .\33xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .\33xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .\33xl\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .\33xl\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .\33xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .\33xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .\33xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .\33xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .\33xl\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .\33xl\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .\33xl\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .\33xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .\33xl\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .\33xl\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .\33xl\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .\33xl\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .\33xl\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .\33xl\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .\33xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .\33xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .\33xl\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .\33xl\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .\33xl\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .\33xl\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .\33xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .\33xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .\33xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .\33xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .\33xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .\33xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .\33xl\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .\33xl\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .\33xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .\33xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .\33xl\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .\33xl\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .\33xl\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .\33xl\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .\33xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .\33xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .\33xl\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .\33xl\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .\33xl\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .\33xl\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .\33xl\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .\33xl\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .\33xl\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .\33xl\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .\33xl\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .\33xl\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .\33xl\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .\33xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .\33xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .\33xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .\33xl\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .\33xl\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .\33xl\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .\33xl\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .\33xl\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .\33xl\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .\33xl\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .\33xl\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .\33xl\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .\33xl\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .\33xl\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .\33xl\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .\33xl\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .\33xl\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .\33xl\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .\33xl\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .\33xl\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .\33xl\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .\33xl\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .\33xl\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .\33xl\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .\33xl\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .\33xl\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .\33xl\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .\33xl\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .\33xl\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .\33xl\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .\33xl\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .\33xl\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .\33xl\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .\33xl\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .\33xl\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .\33xl\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .\33xl\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .\33xl\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .\33xl\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .\33xl\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .\33xl\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .\33xl\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .\33xl\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .\33xl\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .\33xl\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .\33xl\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .\33xl\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .\33xl\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .\33xl\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .\33xl\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .\33xl\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .\33xl\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .\33xl\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .\33xl\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .\33xl\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .\33xl\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .\33xl\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .\33xl\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .\33xl\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .\33xl\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .\33xl\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .\33xl\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .\33xl\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .\33xl\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .\33xl\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .\33xl\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .\33xl\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .\33xl\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .\33xl\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .\33xl\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .\33xl\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .\33xl\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .\33xl\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .\33xl\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .\33xl\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .\33xl\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .\33xl\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .\33xl\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .\33xl\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .\33xl\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .\33xl\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .\33xl\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .\33xl\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .\33xl\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .\33xl\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .\33xl\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .\33xl\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .\33xl\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .\33xl\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .\33xl\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .\33xl\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .\33xl\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .\33xl\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .\33xl\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .\33xl\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .\33xl\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .\33xl\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .\33xl\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .\33xl\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .\33xl\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .\33xl\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .\33xl\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .\33xl\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .\33xl\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .\33xl\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .\33xl\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .\33xl\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .\33xl\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .\33xl\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .\33xl\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .\33xl\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .\33xl\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .\33xl\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .\33xl\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .\33xl\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .\33xl\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .\33xl\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .\33xl\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .\33xl\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .\33xl\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .\33xl\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .\33xl\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .\33xl\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .\33xl\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .\33xl\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .\33xl\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .\33xl\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .\33xl\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .\33xl\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .\33xl\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .\33xl\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .\33xl\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .\33xl\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .\33xl\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .\33xl\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .\33xl\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .\33xl\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .\33xl\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .\33xl\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .\33xl\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .\33xl\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .\33xl\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .\33xl\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .\33xl\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .\33xl\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .\33xl\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .\33xl\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .\33xl\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .\33xl\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .\33xl\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .\33xl\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .\33xl\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .\33xl\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .\33xl\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .\33xl\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .\33xl\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .\33xl\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .\33xl\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .\33xl\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .\33xl\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .\33xl\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .\33xl\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .\33xl\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .\33xl\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .\33xl\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .\33xl\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .\33xl\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .\33xl\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .\33xl\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .\33xl\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .\33xl\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .\33xl\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .\33xl\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .\33xl\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .\33xl\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .\33xl\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .\33xl\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .\33xl\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .\33xl\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .\33xl\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .\33xl\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .\33xl\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .\33xl\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .\33xl\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .\33xl\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .\33xl\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .\33xl\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .\33xl\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .\33xl\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .\33xl\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .\33xl\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .\33xl\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .\33xl\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .\33xl\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .\33xl\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .\33xl\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .\33xl\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .\33xl\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .\33xl\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .\33xl\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .\33xl\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .\33xl\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .\33xl\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .\33xl\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .\33xl\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .\33xl\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .\33xl\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .\33xl\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .\33xl\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .\33xl\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .\33xl\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .\33xl\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .\33xl\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .\33xl\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .\33xl\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .\33xl\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .\33xl\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .\33xl\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .\33xl\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .\33xl\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .\33xl\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .\33xl\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .\33xl\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .\33xl\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .\33xl\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .\33xl\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .\33xl\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .\33xl\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .\33xl\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .\33xl\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .\33xl\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .\33xl\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .\33xl\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .\33xl\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .\33xl\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .\33xl\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .\33xl\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .\33xl\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .\33xl\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .\33xl\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .\33xl\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .\33xl\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .\33xl\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .\33xl\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .\33xl\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .\33xl\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .\33xl\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .\33xl\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .\33xl\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .\33xl\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .\33xl\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .\33xl\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .\33xl\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .\33xl\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .\33xl\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .\33xl\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .\33xl\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .\33xl\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .\33xl\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .\33xl\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .\33xl\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .\33xl\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .\33xl\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .\33xl\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .\33xl\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .\33xl\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .\33xl\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .\33xl\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .\33xl\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .\33xl\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .\33xl\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .\33xl\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .\33xl\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .\33xl\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .\33xl\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .\33xl\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .\33xl\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .\33xl\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .\33xl\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .\33xl\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .\33xl\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .\33xl\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .\33xl\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .\33xl\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .\33xl\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .\33xl\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .\33xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .\33xl\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .\33xl\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .\33xl\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .\33xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .\33xl\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .\33xl\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .\33xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .\33xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .\33xl\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .\33xl\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .\33xl\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .\33xl\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .\33xl\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .\33xl\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .\33xl\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .\33xl\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .\33xl\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .\33xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .\33xl\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .\33xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .\33xl\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .\33xl\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .\33xl\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .\33xl\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .\33xl\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .\33xl\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .\33xl\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .\33xl\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .\33xl\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .\33xl\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .\33xl\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .\33xl\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .\33xl\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .\33xl\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .\33xl\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .\33xl\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .\33xl\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .\33xl\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .\33xl\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .\33xl\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .\33xl\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .\33xl\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .\33xl\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .\33xl\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .\33xl\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .\33xl\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .\33xl\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .\33xl\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .\33xl\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .\33xl\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .\33xl\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .\33xl\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .\33xl\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .\33xl\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .\33xl\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .\33xl\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .\33xl\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .\33xl\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .\33xl\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .\33xl\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .\33xl\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .\33xl\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .\33xl\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .\33xl\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .\33xl\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .\33xl\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .\33xl\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .\33xl\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .\33xl\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .\33xl\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .\33xl\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .\33xl\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .\33xl\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .\33xl\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .\33xl\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .\33xl\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .\33xl\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .\33xl\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .\33xl\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .\33xl\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .\33xl\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .\33xl\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .\33xl\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .\33xl\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .\33xl\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .\33xl\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .\33xl\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .\33xl\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .\33xl\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .\33xl\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .\33xl\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .\33xl\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .\33xl\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .\33xl\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .\33xl\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .\33xl\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .\33xl\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .\33xl\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .\33xl\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .\33xl\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .\33xl\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .\33xl\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .\33xl\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .\33xl\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .\33xl\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .\33xl\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .\33xl\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .\33xl\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .\33xl\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .\33xl\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .\33xl\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .\33xl\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .\33xl\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .\33xl\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .\33xl\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .\33xl\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .\33xl\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .\33xl\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .\33xl\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .\33xl\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .\33xl\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .\33xl\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .\33xl\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .\33xl\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .\33xl\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .\33xl\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .\33xl\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .\33xl\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .\33xl\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .\33xl\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .\33xl\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .\33xl\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .\33xl\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .\33xl\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .\33xl\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .\33xl\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .\33xl\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .\33xl\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .\33xl\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .\33xl\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .\33xl\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .\33xl\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .\33xl\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .\33xl\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .\33xl\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .\33xl\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .\33xl\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .\33xl\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .\33xl\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .\33xl\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .\33xl\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .\33xl\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .\33xl\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .\33xl\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .\33xl\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .\33xl\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .\33xl\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .\33xl\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .\33xl\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .\33xl\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .\33xl\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .\33xl\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .\33xl\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .\33xl\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .\33xl\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .\33xl\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .\33xl\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .\33xl\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .\33xl\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .\33xl\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .\33xl\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .\33xl\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .\33xl\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .\33xl\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .\33xl\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .\33xl\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .\33xl\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .\33xl\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .\33xl\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .\33xl\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .\33xl\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .\33xl\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .\33xl\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .\33xl\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .\33xl\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .\33xl\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .\33xl\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .\33xl\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .\33xl\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .\33xl\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .\33xl\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .\33xl\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .\33xl\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .\33xl\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .\33xl\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .\33xl\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .\33xl\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .\33xl\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .\33xl\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .\33xl\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .\33xl\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .\33xl\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .\33xl\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .\33xl\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .\33xl\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .\33xl\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .\33xl\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .\33xl\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .\33xl\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .\33xl\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .\33xl\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .\33xl\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .\33xl\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .\33xl\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .\33xl\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .\33xl\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .\33xl\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .\33xl\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .\33xl\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .\33xl\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .\33xl\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .\33xl\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .\33xl\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .\33xl\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .\33xl\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .\33xl\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .\33xl\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .\33xl\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .\33xl\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .\33xl\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .\33xl\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .\33xl\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .\33xl\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .\33xl\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .\33xl\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .\33xl\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .\33xl\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .\33xl\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .\33xl\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .\33xl\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .\33xl\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .\33xl\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .\33xl\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .\33xl\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .\33xl\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .\33xl\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .\33xl\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .\33xl\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .\33xl\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .\33xl\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .\33xl\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .\33xl\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .\33xl\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .\33xl\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .\33xl\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .\33xl\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .\33xl\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .\33xl\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .\33xl\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .\33xl\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .\33xl\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .\33xl\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .\33xl\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .\33xl\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .\33xl\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .\33xl\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .\33xl\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .\33xl\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .\33xl\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .\33xl\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .\33xl\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .\33xl\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .\33xl\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .\33xl\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .\33xl\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .\33xl\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .\33xl\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .\33xl\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .\33xl\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .\33xl\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .\33xl\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .\33xl\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .\33xl\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .\33xl\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .\33xl\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .\33xl\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .\33xl\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .\33xl\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .\33xl\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .\33xl\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .\33xl\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .\33xl\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .\33xl\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .\33xl\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .\33xl\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .\33xl\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .\33xl\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .\33xl\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .\33xl\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .\33xl\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .\33xl\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .\33xl\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .\33xl\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .\33xl\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .\33xl\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .\33xl\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .\33xl\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .\33xl\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .\33xl\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .\33xl\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .\33xl\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .\33xl\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .\33xl\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .\33xl\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .\33xl\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .\33xl\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .\33xl\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .\33xl\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .\33xl\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .\33xl\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .\33xl\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .\33xl\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .\33xl\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .\33xl\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .\33xl\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .\33xl\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .\33xl\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .\33xl\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .\33xl\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .\33xl\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .\33xl\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .\33xl\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .\33xl\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .\33xl\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .\33xl\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .\33xl\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .\33xl\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .\33xl\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .\33xl\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .\33xl\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .\33xl\:mt-0 {
        margin-top: 0;
    }
    .\33xl\:mr-0 {
        margin-right: 0;
    }
    .\33xl\:mb-0 {
        margin-bottom: 0;
    }
    .\33xl\:ml-0 {
        margin-left: 0;
    }
    .\33xl\:mt-1 {
        margin-top: 0.25rem;
    }
    .\33xl\:mr-1 {
        margin-right: 0.25rem;
    }
    .\33xl\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .\33xl\:ml-1 {
        margin-left: 0.25rem;
    }
    .\33xl\:mt-2 {
        margin-top: 0.5rem;
    }
    .\33xl\:mr-2 {
        margin-right: 0.5rem;
    }
    .\33xl\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .\33xl\:ml-2 {
        margin-left: 0.5rem;
    }
    .\33xl\:mt-3 {
        margin-top: 0.75rem;
    }
    .\33xl\:mr-3 {
        margin-right: 0.75rem;
    }
    .\33xl\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .\33xl\:ml-3 {
        margin-left: 0.75rem;
    }
    .\33xl\:mt-4 {
        margin-top: 1rem;
    }
    .\33xl\:mr-4 {
        margin-right: 1rem;
    }
    .\33xl\:mb-4 {
        margin-bottom: 1rem;
    }
    .\33xl\:ml-4 {
        margin-left: 1rem;
    }
    .\33xl\:mt-5 {
        margin-top: 1.25rem;
    }
    .\33xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .\33xl\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .\33xl\:ml-5 {
        margin-left: 1.25rem;
    }
    .\33xl\:mt-6 {
        margin-top: 1.5rem;
    }
    .\33xl\:mr-6 {
        margin-right: 1.5rem;
    }
    .\33xl\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .\33xl\:ml-6 {
        margin-left: 1.5rem;
    }
    .\33xl\:mt-7 {
        margin-top: 1.75rem;
    }
    .\33xl\:mr-7 {
        margin-right: 1.75rem;
    }
    .\33xl\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .\33xl\:ml-7 {
        margin-left: 1.75rem;
    }
    .\33xl\:mt-8 {
        margin-top: 2rem;
    }
    .\33xl\:mr-8 {
        margin-right: 2rem;
    }
    .\33xl\:mb-8 {
        margin-bottom: 2rem;
    }
    .\33xl\:ml-8 {
        margin-left: 2rem;
    }
    .\33xl\:mt-9 {
        margin-top: 2.25rem;
    }
    .\33xl\:mr-9 {
        margin-right: 2.25rem;
    }
    .\33xl\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .\33xl\:ml-9 {
        margin-left: 2.25rem;
    }
    .\33xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .\33xl\:mr-10 {
        margin-right: 2.5rem;
    }
    .\33xl\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .\33xl\:ml-10 {
        margin-left: 2.5rem;
    }
    .\33xl\:mt-11 {
        margin-top: 2.75rem;
    }
    .\33xl\:mr-11 {
        margin-right: 2.75rem;
    }
    .\33xl\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .\33xl\:ml-11 {
        margin-left: 2.75rem;
    }
    .\33xl\:mt-12 {
        margin-top: 3rem;
    }
    .\33xl\:mr-12 {
        margin-right: 3rem;
    }
    .\33xl\:mb-12 {
        margin-bottom: 3rem;
    }
    .\33xl\:ml-12 {
        margin-left: 3rem;
    }
    .\33xl\:mt-14 {
        margin-top: 3.5rem;
    }
    .\33xl\:mr-14 {
        margin-right: 3.5rem;
    }
    .\33xl\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .\33xl\:ml-14 {
        margin-left: 3.5rem;
    }
    .\33xl\:mt-16 {
        margin-top: 4rem;
    }
    .\33xl\:mr-16 {
        margin-right: 4rem;
    }
    .\33xl\:mb-16 {
        margin-bottom: 4rem;
    }
    .\33xl\:ml-16 {
        margin-left: 4rem;
    }
    .\33xl\:mt-20 {
        margin-top: 5rem;
    }
    .\33xl\:mr-20 {
        margin-right: 5rem;
    }
    .\33xl\:mb-20 {
        margin-bottom: 5rem;
    }
    .\33xl\:ml-20 {
        margin-left: 5rem;
    }
    .\33xl\:mt-23 {
        margin-top: 88px;
    }
    .\33xl\:mr-23 {
        margin-right: 88px;
    }
    .\33xl\:mb-23 {
        margin-bottom: 88px;
    }
    .\33xl\:ml-23 {
        margin-left: 88px;
    }
    .\33xl\:mt-24 {
        margin-top: 6rem;
    }
    .\33xl\:mr-24 {
        margin-right: 6rem;
    }
    .\33xl\:mb-24 {
        margin-bottom: 6rem;
    }
    .\33xl\:ml-24 {
        margin-left: 6rem;
    }
    .\33xl\:mt-25 {
        margin-top: 100px;
    }
    .\33xl\:mr-25 {
        margin-right: 100px;
    }
    .\33xl\:mb-25 {
        margin-bottom: 100px;
    }
    .\33xl\:ml-25 {
        margin-left: 100px;
    }
    .\33xl\:mt-28 {
        margin-top: 7rem;
    }
    .\33xl\:mr-28 {
        margin-right: 7rem;
    }
    .\33xl\:mb-28 {
        margin-bottom: 7rem;
    }
    .\33xl\:ml-28 {
        margin-left: 7rem;
    }
    .\33xl\:mt-29 {
        margin-top: 120px;
    }
    .\33xl\:mr-29 {
        margin-right: 120px;
    }
    .\33xl\:mb-29 {
        margin-bottom: 120px;
    }
    .\33xl\:ml-29 {
        margin-left: 120px;
    }
    .\33xl\:mt-32 {
        margin-top: 8rem;
    }
    .\33xl\:mr-32 {
        margin-right: 8rem;
    }
    .\33xl\:mb-32 {
        margin-bottom: 8rem;
    }
    .\33xl\:ml-32 {
        margin-left: 8rem;
    }
    .\33xl\:mt-33 {
        margin-top: 130px;
    }
    .\33xl\:mr-33 {
        margin-right: 130px;
    }
    .\33xl\:mb-33 {
        margin-bottom: 130px;
    }
    .\33xl\:ml-33 {
        margin-left: 130px;
    }
    .\33xl\:mt-36 {
        margin-top: 9rem;
    }
    .\33xl\:mr-36 {
        margin-right: 9rem;
    }
    .\33xl\:mb-36 {
        margin-bottom: 9rem;
    }
    .\33xl\:ml-36 {
        margin-left: 9rem;
    }
    .\33xl\:mt-40 {
        margin-top: 10rem;
    }
    .\33xl\:mr-40 {
        margin-right: 10rem;
    }
    .\33xl\:mb-40 {
        margin-bottom: 10rem;
    }
    .\33xl\:ml-40 {
        margin-left: 10rem;
    }
    .\33xl\:mt-44 {
        margin-top: 11rem;
    }
    .\33xl\:mr-44 {
        margin-right: 11rem;
    }
    .\33xl\:mb-44 {
        margin-bottom: 11rem;
    }
    .\33xl\:ml-44 {
        margin-left: 11rem;
    }
    .\33xl\:mt-48 {
        margin-top: 12rem;
    }
    .\33xl\:mr-48 {
        margin-right: 12rem;
    }
    .\33xl\:mb-48 {
        margin-bottom: 12rem;
    }
    .\33xl\:ml-48 {
        margin-left: 12rem;
    }
    .\33xl\:mt-52 {
        margin-top: 13rem;
    }
    .\33xl\:mr-52 {
        margin-right: 13rem;
    }
    .\33xl\:mb-52 {
        margin-bottom: 13rem;
    }
    .\33xl\:ml-52 {
        margin-left: 13rem;
    }
    .\33xl\:mt-56 {
        margin-top: 14rem;
    }
    .\33xl\:mr-56 {
        margin-right: 14rem;
    }
    .\33xl\:mb-56 {
        margin-bottom: 14rem;
    }
    .\33xl\:ml-56 {
        margin-left: 14rem;
    }
    .\33xl\:mt-60 {
        margin-top: 15rem;
    }
    .\33xl\:mr-60 {
        margin-right: 15rem;
    }
    .\33xl\:mb-60 {
        margin-bottom: 15rem;
    }
    .\33xl\:ml-60 {
        margin-left: 15rem;
    }
    .\33xl\:mt-63 {
        margin-top: 270px;
    }
    .\33xl\:mr-63 {
        margin-right: 270px;
    }
    .\33xl\:mb-63 {
        margin-bottom: 270px;
    }
    .\33xl\:ml-63 {
        margin-left: 270px;
    }
    .\33xl\:mt-64 {
        margin-top: 16rem;
    }
    .\33xl\:mr-64 {
        margin-right: 16rem;
    }
    .\33xl\:mb-64 {
        margin-bottom: 16rem;
    }
    .\33xl\:ml-64 {
        margin-left: 16rem;
    }
    .\33xl\:mt-72 {
        margin-top: 18rem;
    }
    .\33xl\:mr-72 {
        margin-right: 18rem;
    }
    .\33xl\:mb-72 {
        margin-bottom: 18rem;
    }
    .\33xl\:ml-72 {
        margin-left: 18rem;
    }
    .\33xl\:mt-80 {
        margin-top: 20rem;
    }
    .\33xl\:mr-80 {
        margin-right: 20rem;
    }
    .\33xl\:mb-80 {
        margin-bottom: 20rem;
    }
    .\33xl\:ml-80 {
        margin-left: 20rem;
    }
    .\33xl\:mt-92 {
        margin-top: 375px;
    }
    .\33xl\:mr-92 {
        margin-right: 375px;
    }
    .\33xl\:mb-92 {
        margin-bottom: 375px;
    }
    .\33xl\:ml-92 {
        margin-left: 375px;
    }
    .\33xl\:mt-96 {
        margin-top: 24rem;
    }
    .\33xl\:mr-96 {
        margin-right: 24rem;
    }
    .\33xl\:mb-96 {
        margin-bottom: 24rem;
    }
    .\33xl\:ml-96 {
        margin-left: 24rem;
    }
    .\33xl\:mt-128 {
        margin-top: 32rem;
    }
    .\33xl\:mr-128 {
        margin-right: 32rem;
    }
    .\33xl\:mb-128 {
        margin-bottom: 32rem;
    }
    .\33xl\:ml-128 {
        margin-left: 32rem;
    }
    .\33xl\:mt-auto {
        margin-top: auto;
    }
    .\33xl\:mr-auto {
        margin-right: auto;
    }
    .\33xl\:mb-auto {
        margin-bottom: auto;
    }
    .\33xl\:ml-auto {
        margin-left: auto;
    }
    .\33xl\:mt-px {
        margin-top: 1px;
    }
    .\33xl\:mr-px {
        margin-right: 1px;
    }
    .\33xl\:mb-px {
        margin-bottom: 1px;
    }
    .\33xl\:ml-px {
        margin-left: 1px;
    }
    .\33xl\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .\33xl\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .\33xl\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .\33xl\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .\33xl\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .\33xl\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .\33xl\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .\33xl\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .\33xl\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .\33xl\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .\33xl\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .\33xl\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .\33xl\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .\33xl\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .\33xl\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .\33xl\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .\33xl\:mt-105p {
        margin-top: 105px;
    }
    .\33xl\:mr-105p {
        margin-right: 105px;
    }
    .\33xl\:mb-105p {
        margin-bottom: 105px;
    }
    .\33xl\:ml-105p {
        margin-left: 105px;
    }
    .\33xl\:mt-50p {
        margin-top: 50px;
    }
    .\33xl\:mr-50p {
        margin-right: 50px;
    }
    .\33xl\:mb-50p {
        margin-bottom: 50px;
    }
    .\33xl\:ml-50p {
        margin-left: 50px;
    }
    .\33xl\:mt-54p {
        margin-top: 54px;
    }
    .\33xl\:mr-54p {
        margin-right: 54px;
    }
    .\33xl\:mb-54p {
        margin-bottom: 54px;
    }
    .\33xl\:ml-54p {
        margin-left: 54px;
    }
    .\33xl\:mt-1p {
        margin-top: 1px;
    }
    .\33xl\:mr-1p {
        margin-right: 1px;
    }
    .\33xl\:mb-1p {
        margin-bottom: 1px;
    }
    .\33xl\:ml-1p {
        margin-left: 1px;
    }
    .\33xl\:mt-2p {
        margin-top: 2px;
    }
    .\33xl\:mr-2p {
        margin-right: 2px;
    }
    .\33xl\:mb-2p {
        margin-bottom: 2px;
    }
    .\33xl\:ml-2p {
        margin-left: 2px;
    }
    .\33xl\:mt-3p {
        margin-top: 3px;
    }
    .\33xl\:mr-3p {
        margin-right: 3px;
    }
    .\33xl\:mb-3p {
        margin-bottom: 3px;
    }
    .\33xl\:ml-3p {
        margin-left: 3px;
    }
    .\33xl\:mt-5p {
        margin-top: 5px;
    }
    .\33xl\:mr-5p {
        margin-right: 5px;
    }
    .\33xl\:mb-5p {
        margin-bottom: 5px;
    }
    .\33xl\:ml-5p {
        margin-left: 5px;
    }
    .\33xl\:mt-7p {
        margin-top: 7px;
    }
    .\33xl\:mr-7p {
        margin-right: 7px;
    }
    .\33xl\:mb-7p {
        margin-bottom: 7px;
    }
    .\33xl\:ml-7p {
        margin-left: 7px;
    }
    .\33xl\:mt-9p {
        margin-top: 9px;
    }
    .\33xl\:mr-9p {
        margin-right: 9px;
    }
    .\33xl\:mb-9p {
        margin-bottom: 9px;
    }
    .\33xl\:ml-9p {
        margin-left: 9px;
    }
    .\33xl\:mt-10p {
        margin-top: 10px;
    }
    .\33xl\:mr-10p {
        margin-right: 10px;
    }
    .\33xl\:mb-10p {
        margin-bottom: 10px;
    }
    .\33xl\:ml-10p {
        margin-left: 10px;
    }
    .\33xl\:mt-11p {
        margin-top: 11px;
    }
    .\33xl\:mr-11p {
        margin-right: 11px;
    }
    .\33xl\:mb-11p {
        margin-bottom: 11px;
    }
    .\33xl\:ml-11p {
        margin-left: 11px;
    }
    .\33xl\:mt-13p {
        margin-top: 13px;
    }
    .\33xl\:mr-13p {
        margin-right: 13px;
    }
    .\33xl\:mb-13p {
        margin-bottom: 13px;
    }
    .\33xl\:ml-13p {
        margin-left: 13px;
    }
    .\33xl\:mt-15p {
        margin-top: 15px;
    }
    .\33xl\:mr-15p {
        margin-right: 15px;
    }
    .\33xl\:mb-15p {
        margin-bottom: 15px;
    }
    .\33xl\:ml-15p {
        margin-left: 15px;
    }
    .\33xl\:mt-18p {
        margin-top: 18px;
    }
    .\33xl\:mr-18p {
        margin-right: 18px;
    }
    .\33xl\:mb-18p {
        margin-bottom: 18px;
    }
    .\33xl\:ml-18p {
        margin-left: 18px;
    }
    .\33xl\:mt-19p {
        margin-top: 19px;
    }
    .\33xl\:mr-19p {
        margin-right: 19px;
    }
    .\33xl\:mb-19p {
        margin-bottom: 19px;
    }
    .\33xl\:ml-19p {
        margin-left: 19px;
    }
    .\33xl\:mt-21p {
        margin-top: 21px;
    }
    .\33xl\:mr-21p {
        margin-right: 21px;
    }
    .\33xl\:mb-21p {
        margin-bottom: 21px;
    }
    .\33xl\:ml-21p {
        margin-left: 21px;
    }
    .\33xl\:mt-22p {
        margin-top: 22px;
    }
    .\33xl\:mr-22p {
        margin-right: 22px;
    }
    .\33xl\:mb-22p {
        margin-bottom: 22px;
    }
    .\33xl\:ml-22p {
        margin-left: 22px;
    }
    .\33xl\:mt-23p {
        margin-top: 23px;
    }
    .\33xl\:mr-23p {
        margin-right: 23px;
    }
    .\33xl\:mb-23p {
        margin-bottom: 23px;
    }
    .\33xl\:ml-23p {
        margin-left: 23px;
    }
    .\33xl\:mt-25p {
        margin-top: 25px;
    }
    .\33xl\:mr-25p {
        margin-right: 25px;
    }
    .\33xl\:mb-25p {
        margin-bottom: 25px;
    }
    .\33xl\:ml-25p {
        margin-left: 25px;
    }
    .\33xl\:mt-26p {
        margin-top: 26px;
    }
    .\33xl\:mr-26p {
        margin-right: 26px;
    }
    .\33xl\:mb-26p {
        margin-bottom: 26px;
    }
    .\33xl\:ml-26p {
        margin-left: 26px;
    }
    .\33xl\:mt-29p {
        margin-top: 29px;
    }
    .\33xl\:mr-29p {
        margin-right: 29px;
    }
    .\33xl\:mb-29p {
        margin-bottom: 29px;
    }
    .\33xl\:ml-29p {
        margin-left: 29px;
    }
    .\33xl\:mt-30p {
        margin-top: 30px;
    }
    .\33xl\:mr-30p {
        margin-right: 30px;
    }
    .\33xl\:mb-30p {
        margin-bottom: 30px;
    }
    .\33xl\:ml-30p {
        margin-left: 30px;
    }
    .\33xl\:mt-31p {
        margin-top: 31px;
    }
    .\33xl\:mr-31p {
        margin-right: 31px;
    }
    .\33xl\:mb-31p {
        margin-bottom: 31px;
    }
    .\33xl\:ml-31p {
        margin-left: 31px;
    }
    .\33xl\:mt-35p {
        margin-top: 35px;
    }
    .\33xl\:mr-35p {
        margin-right: 35px;
    }
    .\33xl\:mb-35p {
        margin-bottom: 35px;
    }
    .\33xl\:ml-35p {
        margin-left: 35px;
    }
    .\33xl\:mt-52p {
        margin-top: 52px;
    }
    .\33xl\:mr-52p {
        margin-right: 52px;
    }
    .\33xl\:mb-52p {
        margin-bottom: 52px;
    }
    .\33xl\:ml-52p {
        margin-left: 52px;
    }
    .\33xl\:mt-53p {
        margin-top: 53px;
    }
    .\33xl\:mr-53p {
        margin-right: 53px;
    }
    .\33xl\:mb-53p {
        margin-bottom: 53px;
    }
    .\33xl\:ml-53p {
        margin-left: 53px;
    }
    .\33xl\:mt-55p {
        margin-top: 55px;
    }
    .\33xl\:mr-55p {
        margin-right: 55px;
    }
    .\33xl\:mb-55p {
        margin-bottom: 55px;
    }
    .\33xl\:ml-55p {
        margin-left: 55px;
    }
    .\33xl\:mt-59p {
        margin-top: 59px;
    }
    .\33xl\:mr-59p {
        margin-right: 59px;
    }
    .\33xl\:mb-59p {
        margin-bottom: 59px;
    }
    .\33xl\:ml-59p {
        margin-left: 59px;
    }
    .\33xl\:mt-27p {
        margin-top: 27px;
    }
    .\33xl\:mr-27p {
        margin-right: 27px;
    }
    .\33xl\:mb-27p {
        margin-bottom: 27px;
    }
    .\33xl\:ml-27p {
        margin-left: 27px;
    }
    .\33xl\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .\33xl\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .\33xl\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .\33xl\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .\33xl\:mt-38p {
        margin-top: 38px;
    }
    .\33xl\:mr-38p {
        margin-right: 38px;
    }
    .\33xl\:mb-38p {
        margin-bottom: 38px;
    }
    .\33xl\:ml-38p {
        margin-left: 38px;
    }
    .\33xl\:mt-40p {
        margin-top: 40px;
    }
    .\33xl\:mr-40p {
        margin-right: 40px;
    }
    .\33xl\:mb-40p {
        margin-bottom: 40px;
    }
    .\33xl\:ml-40p {
        margin-left: 40px;
    }
    .\33xl\:mt-46p {
        margin-top: 46px;
    }
    .\33xl\:mr-46p {
        margin-right: 46px;
    }
    .\33xl\:mb-46p {
        margin-bottom: 46px;
    }
    .\33xl\:ml-46p {
        margin-left: 46px;
    }
    .\33xl\:mt-47p {
        margin-top: 47px;
    }
    .\33xl\:mr-47p {
        margin-right: 47px;
    }
    .\33xl\:mb-47p {
        margin-bottom: 47px;
    }
    .\33xl\:ml-47p {
        margin-left: 47px;
    }
    .\33xl\:mt-49p {
        margin-top: 49px;
    }
    .\33xl\:mr-49p {
        margin-right: 49px;
    }
    .\33xl\:mb-49p {
        margin-bottom: 49px;
    }
    .\33xl\:ml-49p {
        margin-left: 49px;
    }
    .\33xl\:mt-58p {
        margin-top: 58px;
    }
    .\33xl\:mr-58p {
        margin-right: 58px;
    }
    .\33xl\:mb-58p {
        margin-bottom: 58px;
    }
    .\33xl\:ml-58p {
        margin-left: 58px;
    }
    .\33xl\:mt-75p {
        margin-top: 75px;
    }
    .\33xl\:mr-75p {
        margin-right: 75px;
    }
    .\33xl\:mb-75p {
        margin-bottom: 75px;
    }
    .\33xl\:ml-75p {
        margin-left: 75px;
    }
    .\33xl\:mt-77p {
        margin-top: 77px;
    }
    .\33xl\:mr-77p {
        margin-right: 77px;
    }
    .\33xl\:mb-77p {
        margin-bottom: 77px;
    }
    .\33xl\:ml-77p {
        margin-left: 77px;
    }
    .\33xl\:mt-60p {
        margin-top: 60px;
    }
    .\33xl\:mr-60p {
        margin-right: 60px;
    }
    .\33xl\:mb-60p {
        margin-bottom: 60px;
    }
    .\33xl\:ml-60p {
        margin-left: 60px;
    }
    .\33xl\:mt-65p {
        margin-top: 65px;
    }
    .\33xl\:mr-65p {
        margin-right: 65px;
    }
    .\33xl\:mb-65p {
        margin-bottom: 65px;
    }
    .\33xl\:ml-65p {
        margin-left: 65px;
    }
    .\33xl\:mt-66p {
        margin-top: 66px;
    }
    .\33xl\:mr-66p {
        margin-right: 66px;
    }
    .\33xl\:mb-66p {
        margin-bottom: 66px;
    }
    .\33xl\:ml-66p {
        margin-left: 66px;
    }
    .\33xl\:mt-68p {
        margin-top: 68px;
    }
    .\33xl\:mr-68p {
        margin-right: 68px;
    }
    .\33xl\:mb-68p {
        margin-bottom: 68px;
    }
    .\33xl\:ml-68p {
        margin-left: 68px;
    }
    .\33xl\:mt-70p {
        margin-top: 70px;
    }
    .\33xl\:mr-70p {
        margin-right: 70px;
    }
    .\33xl\:mb-70p {
        margin-bottom: 70px;
    }
    .\33xl\:ml-70p {
        margin-left: 70px;
    }
    .\33xl\:mt-72p {
        margin-top: 72px;
    }
    .\33xl\:mr-72p {
        margin-right: 72px;
    }
    .\33xl\:mb-72p {
        margin-bottom: 72px;
    }
    .\33xl\:ml-72p {
        margin-left: 72px;
    }
    .\33xl\:mt-74p {
        margin-top: 74px;
    }
    .\33xl\:mr-74p {
        margin-right: 74px;
    }
    .\33xl\:mb-74p {
        margin-bottom: 74px;
    }
    .\33xl\:ml-74p {
        margin-left: 74px;
    }
    .\33xl\:mt-78p {
        margin-top: 78px;
    }
    .\33xl\:mr-78p {
        margin-right: 78px;
    }
    .\33xl\:mb-78p {
        margin-bottom: 78px;
    }
    .\33xl\:ml-78p {
        margin-left: 78px;
    }
    .\33xl\:mt-80p {
        margin-top: 80px;
    }
    .\33xl\:mr-80p {
        margin-right: 80px;
    }
    .\33xl\:mb-80p {
        margin-bottom: 80px;
    }
    .\33xl\:ml-80p {
        margin-left: 80px;
    }
    .\33xl\:mt-82p {
        margin-top: 82px;
    }
    .\33xl\:mr-82p {
        margin-right: 82px;
    }
    .\33xl\:mb-82p {
        margin-bottom: 82px;
    }
    .\33xl\:ml-82p {
        margin-left: 82px;
    }
    .\33xl\:mt-84p {
        margin-top: 84px;
    }
    .\33xl\:mr-84p {
        margin-right: 84px;
    }
    .\33xl\:mb-84p {
        margin-bottom: 84px;
    }
    .\33xl\:ml-84p {
        margin-left: 84px;
    }
    .\33xl\:mt-89p {
        margin-top: 89px;
    }
    .\33xl\:mr-89p {
        margin-right: 89px;
    }
    .\33xl\:mb-89p {
        margin-bottom: 89px;
    }
    .\33xl\:ml-89p {
        margin-left: 89px;
    }
    .\33xl\:mt-93p {
        margin-top: 93px;
    }
    .\33xl\:mr-93p {
        margin-right: 93px;
    }
    .\33xl\:mb-93p {
        margin-bottom: 93px;
    }
    .\33xl\:ml-93p {
        margin-left: 93px;
    }
    .\33xl\:mt-90p {
        margin-top: 90px;
    }
    .\33xl\:mr-90p {
        margin-right: 90px;
    }
    .\33xl\:mb-90p {
        margin-bottom: 90px;
    }
    .\33xl\:ml-90p {
        margin-left: 90px;
    }
    .\33xl\:mt-97p {
        margin-top: 97px;
    }
    .\33xl\:mr-97p {
        margin-right: 97px;
    }
    .\33xl\:mb-97p {
        margin-bottom: 97px;
    }
    .\33xl\:ml-97p {
        margin-left: 97px;
    }
    .\33xl\:mt-103p {
        margin-top: 103px;
    }
    .\33xl\:mr-103p {
        margin-right: 103px;
    }
    .\33xl\:mb-103p {
        margin-bottom: 103px;
    }
    .\33xl\:ml-103p {
        margin-left: 103px;
    }
    .\33xl\:mt-116p {
        margin-top: 116px;
    }
    .\33xl\:mr-116p {
        margin-right: 116px;
    }
    .\33xl\:mb-116p {
        margin-bottom: 116px;
    }
    .\33xl\:ml-116p {
        margin-left: 116px;
    }
    .\33xl\:mt-120p {
        margin-top: 120px;
    }
    .\33xl\:mr-120p {
        margin-right: 120px;
    }
    .\33xl\:mb-120p {
        margin-bottom: 120px;
    }
    .\33xl\:ml-120p {
        margin-left: 120px;
    }
    .\33xl\:mt-125p {
        margin-top: 125px;
    }
    .\33xl\:mr-125p {
        margin-right: 125px;
    }
    .\33xl\:mb-125p {
        margin-bottom: 125px;
    }
    .\33xl\:ml-125p {
        margin-left: 125px;
    }
    .\33xl\:mt-130p {
        margin-top: 130px;
    }
    .\33xl\:mr-130p {
        margin-right: 130px;
    }
    .\33xl\:mb-130p {
        margin-bottom: 130px;
    }
    .\33xl\:ml-130p {
        margin-left: 130px;
    }
    .\33xl\:mt-135p {
        margin-top: 135px;
    }
    .\33xl\:mr-135p {
        margin-right: 135px;
    }
    .\33xl\:mb-135p {
        margin-bottom: 135px;
    }
    .\33xl\:ml-135p {
        margin-left: 135px;
    }
    .\33xl\:mt-132p {
        margin-top: 132px;
    }
    .\33xl\:mr-132p {
        margin-right: 132px;
    }
    .\33xl\:mb-132p {
        margin-bottom: 132px;
    }
    .\33xl\:ml-132p {
        margin-left: 132px;
    }
    .\33xl\:mt-150p {
        margin-top: 150px;
    }
    .\33xl\:mr-150p {
        margin-right: 150px;
    }
    .\33xl\:mb-150p {
        margin-bottom: 150px;
    }
    .\33xl\:ml-150p {
        margin-left: 150px;
    }
    .\33xl\:mt-216p {
        margin-top: 216px;
    }
    .\33xl\:mr-216p {
        margin-right: 216px;
    }
    .\33xl\:mb-216p {
        margin-bottom: 216px;
    }
    .\33xl\:ml-216p {
        margin-left: 216px;
    }
    .\33xl\:mt-225p {
        margin-top: 225px;
    }
    .\33xl\:mr-225p {
        margin-right: 225px;
    }
    .\33xl\:mb-225p {
        margin-bottom: 225px;
    }
    .\33xl\:ml-225p {
        margin-left: 225px;
    }
    .\33xl\:mt-296p {
        margin-top: 296px;
    }
    .\33xl\:mr-296p {
        margin-right: 296px;
    }
    .\33xl\:mb-296p {
        margin-bottom: 296px;
    }
    .\33xl\:ml-296p {
        margin-left: 296px;
    }
    .\33xl\:mt-270p {
        margin-top: 270px;
    }
    .\33xl\:mr-270p {
        margin-right: 270px;
    }
    .\33xl\:mb-270p {
        margin-bottom: 270px;
    }
    .\33xl\:ml-270p {
        margin-left: 270px;
    }
    .\33xl\:mt-137p {
        margin-top: 137px;
    }
    .\33xl\:mr-137p {
        margin-right: 137px;
    }
    .\33xl\:mb-137p {
        margin-bottom: 137px;
    }
    .\33xl\:ml-137p {
        margin-left: 137px;
    }
    .\33xl\:mt-141p {
        margin-top: 141px;
    }
    .\33xl\:mr-141p {
        margin-right: 141px;
    }
    .\33xl\:mb-141p {
        margin-bottom: 141px;
    }
    .\33xl\:ml-141p {
        margin-left: 141px;
    }
    .\33xl\:mt-146p {
        margin-top: 146px;
    }
    .\33xl\:mr-146p {
        margin-right: 146px;
    }
    .\33xl\:mb-146p {
        margin-bottom: 146px;
    }
    .\33xl\:ml-146p {
        margin-left: 146px;
    }
    .\33xl\:mt-152p {
        margin-top: 152px;
    }
    .\33xl\:mr-152p {
        margin-right: 152px;
    }
    .\33xl\:mb-152p {
        margin-bottom: 152px;
    }
    .\33xl\:ml-152p {
        margin-left: 152px;
    }
    .\33xl\:mt-155p {
        margin-top: 155px;
    }
    .\33xl\:mr-155p {
        margin-right: 155px;
    }
    .\33xl\:mb-155p {
        margin-bottom: 155px;
    }
    .\33xl\:ml-155p {
        margin-left: 155px;
    }
    .\33xl\:mt-163p {
        margin-top: 163px;
    }
    .\33xl\:mr-163p {
        margin-right: 163px;
    }
    .\33xl\:mb-163p {
        margin-bottom: 163px;
    }
    .\33xl\:ml-163p {
        margin-left: 163px;
    }
    .\33xl\:mt-168p {
        margin-top: 168px;
    }
    .\33xl\:mr-168p {
        margin-right: 168px;
    }
    .\33xl\:mb-168p {
        margin-bottom: 168px;
    }
    .\33xl\:ml-168p {
        margin-left: 168px;
    }
    .\33xl\:mt-173p {
        margin-top: 173px;
    }
    .\33xl\:mr-173p {
        margin-right: 173px;
    }
    .\33xl\:mb-173p {
        margin-bottom: 173px;
    }
    .\33xl\:ml-173p {
        margin-left: 173px;
    }
    .\33xl\:mt-210p {
        margin-top: 210px;
    }
    .\33xl\:mr-210p {
        margin-right: 210px;
    }
    .\33xl\:mb-210p {
        margin-bottom: 210px;
    }
    .\33xl\:ml-210p {
        margin-left: 210px;
    }
    .\33xl\:mt-245p {
        margin-top: 245px;
    }
    .\33xl\:mr-245p {
        margin-right: 245px;
    }
    .\33xl\:mb-245p {
        margin-bottom: 245px;
    }
    .\33xl\:ml-245p {
        margin-left: 245px;
    }
    .\33xl\:mt-250p {
        margin-top: 250px;
    }
    .\33xl\:mr-250p {
        margin-right: 250px;
    }
    .\33xl\:mb-250p {
        margin-bottom: 250px;
    }
    .\33xl\:ml-250p {
        margin-left: 250px;
    }
    .\33xl\:mt-260p {
        margin-top: 260px;
    }
    .\33xl\:mr-260p {
        margin-right: 260px;
    }
    .\33xl\:mb-260p {
        margin-bottom: 260px;
    }
    .\33xl\:ml-260p {
        margin-left: 260px;
    }
    .\33xl\:mt-263p {
        margin-top: 263px;
    }
    .\33xl\:mr-263p {
        margin-right: 263px;
    }
    .\33xl\:mb-263p {
        margin-bottom: 263px;
    }
    .\33xl\:ml-263p {
        margin-left: 263px;
    }
    .\33xl\:mt-266p {
        margin-top: 266px;
    }
    .\33xl\:mr-266p {
        margin-right: 266px;
    }
    .\33xl\:mb-266p {
        margin-bottom: 266px;
    }
    .\33xl\:ml-266p {
        margin-left: 266px;
    }
    .\33xl\:mt-275p {
        margin-top: 275px;
    }
    .\33xl\:mr-275p {
        margin-right: 275px;
    }
    .\33xl\:mb-275p {
        margin-bottom: 275px;
    }
    .\33xl\:ml-275p {
        margin-left: 275px;
    }
    .\33xl\:mt-300p {
        margin-top: 300px;
    }
    .\33xl\:mr-300p {
        margin-right: 300px;
    }
    .\33xl\:mb-300p {
        margin-bottom: 300px;
    }
    .\33xl\:ml-300p {
        margin-left: 300px;
    }
    .\33xl\:mt-312p {
        margin-top: 312px;
    }
    .\33xl\:mr-312p {
        margin-right: 312px;
    }
    .\33xl\:mb-312p {
        margin-bottom: 312px;
    }
    .\33xl\:ml-312p {
        margin-left: 312px;
    }
    .\33xl\:mt-318p {
        margin-top: 318px;
    }
    .\33xl\:mr-318p {
        margin-right: 318px;
    }
    .\33xl\:mb-318p {
        margin-bottom: 318px;
    }
    .\33xl\:ml-318p {
        margin-left: 318px;
    }
    .\33xl\:mt-322p {
        margin-top: 322px;
    }
    .\33xl\:mr-322p {
        margin-right: 322px;
    }
    .\33xl\:mb-322p {
        margin-bottom: 322px;
    }
    .\33xl\:ml-322p {
        margin-left: 322px;
    }
    .\33xl\:mt-337p {
        margin-top: 337px;
    }
    .\33xl\:mr-337p {
        margin-right: 337px;
    }
    .\33xl\:mb-337p {
        margin-bottom: 337px;
    }
    .\33xl\:ml-337p {
        margin-left: 337px;
    }
    .\33xl\:mt-345p {
        margin-top: 345px;
    }
    .\33xl\:mr-345p {
        margin-right: 345px;
    }
    .\33xl\:mb-345p {
        margin-bottom: 345px;
    }
    .\33xl\:ml-345p {
        margin-left: 345px;
    }
    .\33xl\:mt-344p {
        margin-top: 344px;
    }
    .\33xl\:mr-344p {
        margin-right: 344px;
    }
    .\33xl\:mb-344p {
        margin-bottom: 344px;
    }
    .\33xl\:ml-344p {
        margin-left: 344px;
    }
    .\33xl\:mt-354p {
        margin-top: 354px;
    }
    .\33xl\:mr-354p {
        margin-right: 354px;
    }
    .\33xl\:mb-354p {
        margin-bottom: 354px;
    }
    .\33xl\:ml-354p {
        margin-left: 354px;
    }
    .\33xl\:mt-364p {
        margin-top: 364px;
    }
    .\33xl\:mr-364p {
        margin-right: 364px;
    }
    .\33xl\:mb-364p {
        margin-bottom: 364px;
    }
    .\33xl\:ml-364p {
        margin-left: 364px;
    }
    .\33xl\:mt-370p {
        margin-top: 370px;
    }
    .\33xl\:mr-370p {
        margin-right: 370px;
    }
    .\33xl\:mb-370p {
        margin-bottom: 370px;
    }
    .\33xl\:ml-370p {
        margin-left: 370px;
    }
    .\33xl\:mt-382p {
        margin-top: 382px;
    }
    .\33xl\:mr-382p {
        margin-right: 382px;
    }
    .\33xl\:mb-382p {
        margin-bottom: 382px;
    }
    .\33xl\:ml-382p {
        margin-left: 382px;
    }
    .\33xl\:mt-385p {
        margin-top: 385px;
    }
    .\33xl\:mr-385p {
        margin-right: 385px;
    }
    .\33xl\:mb-385p {
        margin-bottom: 385px;
    }
    .\33xl\:ml-385p {
        margin-left: 385px;
    }
    .\33xl\:mt-400p {
        margin-top: 400px;
    }
    .\33xl\:mr-400p {
        margin-right: 400px;
    }
    .\33xl\:mb-400p {
        margin-bottom: 400px;
    }
    .\33xl\:ml-400p {
        margin-left: 400px;
    }
    .\33xl\:mt-407p {
        margin-top: 407px;
    }
    .\33xl\:mr-407p {
        margin-right: 407px;
    }
    .\33xl\:mb-407p {
        margin-bottom: 407px;
    }
    .\33xl\:ml-407p {
        margin-left: 407px;
    }
    .\33xl\:mt-411p {
        margin-top: 411px;
    }
    .\33xl\:mr-411p {
        margin-right: 411px;
    }
    .\33xl\:mb-411p {
        margin-bottom: 411px;
    }
    .\33xl\:ml-411p {
        margin-left: 411px;
    }
    .\33xl\:mt-418p {
        margin-top: 418px;
    }
    .\33xl\:mr-418p {
        margin-right: 418px;
    }
    .\33xl\:mb-418p {
        margin-bottom: 418px;
    }
    .\33xl\:ml-418p {
        margin-left: 418px;
    }
    .\33xl\:mt-430p {
        margin-top: 430px;
    }
    .\33xl\:mr-430p {
        margin-right: 430px;
    }
    .\33xl\:mb-430p {
        margin-bottom: 430px;
    }
    .\33xl\:ml-430p {
        margin-left: 430px;
    }
    .\33xl\:mt-450p {
        margin-top: 450px;
    }
    .\33xl\:mr-450p {
        margin-right: 450px;
    }
    .\33xl\:mb-450p {
        margin-bottom: 450px;
    }
    .\33xl\:ml-450p {
        margin-left: 450px;
    }
    .\33xl\:mt-468p {
        margin-top: 468px;
    }
    .\33xl\:mr-468p {
        margin-right: 468px;
    }
    .\33xl\:mb-468p {
        margin-bottom: 468px;
    }
    .\33xl\:ml-468p {
        margin-left: 468px;
    }
    .\33xl\:mt-485p {
        margin-top: 485px;
    }
    .\33xl\:mr-485p {
        margin-right: 485px;
    }
    .\33xl\:mb-485p {
        margin-bottom: 485px;
    }
    .\33xl\:ml-485p {
        margin-left: 485px;
    }
    .\33xl\:mt-491p {
        margin-top: 491px;
    }
    .\33xl\:mr-491p {
        margin-right: 491px;
    }
    .\33xl\:mb-491p {
        margin-bottom: 491px;
    }
    .\33xl\:ml-491p {
        margin-left: 491px;
    }
    .\33xl\:mt-494p {
        margin-top: 494px;
    }
    .\33xl\:mr-494p {
        margin-right: 494px;
    }
    .\33xl\:mb-494p {
        margin-bottom: 494px;
    }
    .\33xl\:ml-494p {
        margin-left: 494px;
    }
    .\33xl\:mt-470p {
        margin-top: 470px;
    }
    .\33xl\:mr-470p {
        margin-right: 470px;
    }
    .\33xl\:mb-470p {
        margin-bottom: 470px;
    }
    .\33xl\:ml-470p {
        margin-left: 470px;
    }
    .\33xl\:mt-480p {
        margin-top: 480px;
    }
    .\33xl\:mr-480p {
        margin-right: 480px;
    }
    .\33xl\:mb-480p {
        margin-bottom: 480px;
    }
    .\33xl\:ml-480p {
        margin-left: 480px;
    }
    .\33xl\:mt-532p {
        margin-top: 532px;
    }
    .\33xl\:mr-532p {
        margin-right: 532px;
    }
    .\33xl\:mb-532p {
        margin-bottom: 532px;
    }
    .\33xl\:ml-532p {
        margin-left: 532px;
    }
    .\33xl\:mt-556p {
        margin-top: 556px;
    }
    .\33xl\:mr-556p {
        margin-right: 556px;
    }
    .\33xl\:mb-556p {
        margin-bottom: 556px;
    }
    .\33xl\:ml-556p {
        margin-left: 556px;
    }
    .\33xl\:mt-505p {
        margin-top: 505px;
    }
    .\33xl\:mr-505p {
        margin-right: 505px;
    }
    .\33xl\:mb-505p {
        margin-bottom: 505px;
    }
    .\33xl\:ml-505p {
        margin-left: 505px;
    }
    .\33xl\:mt-1179p {
        margin-top: 1179px;
    }
    .\33xl\:mr-1179p {
        margin-right: 1179px;
    }
    .\33xl\:mb-1179p {
        margin-bottom: 1179px;
    }
    .\33xl\:ml-1179p {
        margin-left: 1179px;
    }
    .\33xl\:mt-1253p {
        margin-top: 1253px;
    }
    .\33xl\:mr-1253p {
        margin-right: 1253px;
    }
    .\33xl\:mb-1253p {
        margin-bottom: 1253px;
    }
    .\33xl\:ml-1253p {
        margin-left: 1253px;
    }
    .\33xl\:mt-1575p {
        margin-top: 1575px;
    }
    .\33xl\:mr-1575p {
        margin-right: 1575px;
    }
    .\33xl\:mb-1575p {
        margin-bottom: 1575px;
    }
    .\33xl\:ml-1575p {
        margin-left: 1575px;
    }
    .\33xl\:mt-600p {
        margin-top: 600px;
    }
    .\33xl\:mr-600p {
        margin-right: 600px;
    }
    .\33xl\:mb-600p {
        margin-bottom: 600px;
    }
    .\33xl\:ml-600p {
        margin-left: 600px;
    }
    .\33xl\:mt-649p {
        margin-top: 649px;
    }
    .\33xl\:mr-649p {
        margin-right: 649px;
    }
    .\33xl\:mb-649p {
        margin-bottom: 649px;
    }
    .\33xl\:ml-649p {
        margin-left: 649px;
    }
    .\33xl\:mt-690p {
        margin-top: 690px;
    }
    .\33xl\:mr-690p {
        margin-right: 690px;
    }
    .\33xl\:mb-690p {
        margin-bottom: 690px;
    }
    .\33xl\:ml-690p {
        margin-left: 690px;
    }
    .\33xl\:mt-19\% {
        margin-top: 19%;
    }
    .\33xl\:mr-19\% {
        margin-right: 19%;
    }
    .\33xl\:mb-19\% {
        margin-bottom: 19%;
    }
    .\33xl\:ml-19\% {
        margin-left: 19%;
    }
    .\33xl\:mt-23\% {
        margin-top: 23%;
    }
    .\33xl\:mr-23\% {
        margin-right: 23%;
    }
    .\33xl\:mb-23\% {
        margin-bottom: 23%;
    }
    .\33xl\:ml-23\% {
        margin-left: 23%;
    }
    .\33xl\:mt-24\% {
        margin-top: 24%;
    }
    .\33xl\:mr-24\% {
        margin-right: 24%;
    }
    .\33xl\:mb-24\% {
        margin-bottom: 24%;
    }
    .\33xl\:ml-24\% {
        margin-left: 24%;
    }
    .\33xl\:mt-36\% {
        margin-top: 36%;
    }
    .\33xl\:mr-36\% {
        margin-right: 36%;
    }
    .\33xl\:mb-36\% {
        margin-bottom: 36%;
    }
    .\33xl\:ml-36\% {
        margin-left: 36%;
    }
    .\33xl\:mt-27\% {
        margin-top: 27%;
    }
    .\33xl\:mr-27\% {
        margin-right: 27%;
    }
    .\33xl\:mb-27\% {
        margin-bottom: 27%;
    }
    .\33xl\:ml-27\% {
        margin-left: 27%;
    }
    .\33xl\:mt-28\% {
        margin-top: 28%;
    }
    .\33xl\:mr-28\% {
        margin-right: 28%;
    }
    .\33xl\:mb-28\% {
        margin-bottom: 28%;
    }
    .\33xl\:ml-28\% {
        margin-left: 28%;
    }
    .\33xl\:mt-42\% {
        margin-top: 42%;
    }
    .\33xl\:mr-42\% {
        margin-right: 42%;
    }
    .\33xl\:mb-42\% {
        margin-bottom: 42%;
    }
    .\33xl\:ml-42\% {
        margin-left: 42%;
    }
    .\33xl\:mt-46\% {
        margin-top: 46%;
    }
    .\33xl\:mr-46\% {
        margin-right: 46%;
    }
    .\33xl\:mb-46\% {
        margin-bottom: 46%;
    }
    .\33xl\:ml-46\% {
        margin-left: 46%;
    }
    .\33xl\:mt-49\% {
        margin-top: 49%;
    }
    .\33xl\:mr-49\% {
        margin-right: 49%;
    }
    .\33xl\:mb-49\% {
        margin-bottom: 49%;
    }
    .\33xl\:ml-49\% {
        margin-left: 49%;
    }
    .\33xl\:mt-54\% {
        margin-top: 54%;
    }
    .\33xl\:mr-54\% {
        margin-right: 54%;
    }
    .\33xl\:mb-54\% {
        margin-bottom: 54%;
    }
    .\33xl\:ml-54\% {
        margin-left: 54%;
    }
    .\33xl\:mt-58\% {
        margin-top: 58%;
    }
    .\33xl\:mr-58\% {
        margin-right: 58%;
    }
    .\33xl\:mb-58\% {
        margin-bottom: 58%;
    }
    .\33xl\:ml-58\% {
        margin-left: 58%;
    }
    .\33xl\:mt-72\% {
        margin-top: 72%;
    }
    .\33xl\:mr-72\% {
        margin-right: 72%;
    }
    .\33xl\:mb-72\% {
        margin-bottom: 72%;
    }
    .\33xl\:ml-72\% {
        margin-left: 72%;
    }
    .\33xl\:mt-76\% {
        margin-top: 76%;
    }
    .\33xl\:mr-76\% {
        margin-right: 76%;
    }
    .\33xl\:mb-76\% {
        margin-bottom: 76%;
    }
    .\33xl\:ml-76\% {
        margin-left: 76%;
    }
    .\33xl\:mt-77\% {
        margin-top: 77%;
    }
    .\33xl\:mr-77\% {
        margin-right: 77%;
    }
    .\33xl\:mb-77\% {
        margin-bottom: 77%;
    }
    .\33xl\:ml-77\% {
        margin-left: 77%;
    }
    .\33xl\:mt-340p {
        margin-top: 340px;
    }
    .\33xl\:mr-340p {
        margin-right: 340px;
    }
    .\33xl\:mb-340p {
        margin-bottom: 340px;
    }
    .\33xl\:ml-340p {
        margin-left: 340px;
    }
    .\33xl\:mt-700p {
        margin-top: 700px;
    }
    .\33xl\:mr-700p {
        margin-right: 700px;
    }
    .\33xl\:mb-700p {
        margin-bottom: 700px;
    }
    .\33xl\:ml-700p {
        margin-left: 700px;
    }
    .\33xl\:mt-848p {
        margin-top: 848px;
    }
    .\33xl\:mr-848p {
        margin-right: 848px;
    }
    .\33xl\:mb-848p {
        margin-bottom: 848px;
    }
    .\33xl\:ml-848p {
        margin-left: 848px;
    }
    .\33xl\:mt-850p {
        margin-top: 850px;
    }
    .\33xl\:mr-850p {
        margin-right: 850px;
    }
    .\33xl\:mb-850p {
        margin-bottom: 850px;
    }
    .\33xl\:ml-850p {
        margin-left: 850px;
    }
    .\33xl\:mt-860p {
        margin-top: 860px;
    }
    .\33xl\:mr-860p {
        margin-right: 860px;
    }
    .\33xl\:mb-860p {
        margin-bottom: 860px;
    }
    .\33xl\:ml-860p {
        margin-left: 860px;
    }
    .\33xl\:mt-1425p {
        margin-top: 1425px;
    }
    .\33xl\:mr-1425p {
        margin-right: 1425px;
    }
    .\33xl\:mb-1425p {
        margin-bottom: 1425px;
    }
    .\33xl\:ml-1425p {
        margin-left: 1425px;
    }
    .\33xl\:-mt-0 {
        margin-top: 0;
    }
    .\33xl\:-mr-0 {
        margin-right: 0;
    }
    .\33xl\:-mb-0 {
        margin-bottom: 0;
    }
    .\33xl\:-ml-0 {
        margin-left: 0;
    }
    .\33xl\:-mt-1 {
        margin-top: -0.25rem;
    }
    .\33xl\:-mr-1 {
        margin-right: -0.25rem;
    }
    .\33xl\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .\33xl\:-ml-1 {
        margin-left: -0.25rem;
    }
    .\33xl\:-mt-2 {
        margin-top: -0.5rem;
    }
    .\33xl\:-mr-2 {
        margin-right: -0.5rem;
    }
    .\33xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .\33xl\:-ml-2 {
        margin-left: -0.5rem;
    }
    .\33xl\:-mt-3 {
        margin-top: -0.75rem;
    }
    .\33xl\:-mr-3 {
        margin-right: -0.75rem;
    }
    .\33xl\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .\33xl\:-ml-3 {
        margin-left: -0.75rem;
    }
    .\33xl\:-mt-4 {
        margin-top: -1rem;
    }
    .\33xl\:-mr-4 {
        margin-right: -1rem;
    }
    .\33xl\:-mb-4 {
        margin-bottom: -1rem;
    }
    .\33xl\:-ml-4 {
        margin-left: -1rem;
    }
    .\33xl\:-mt-5 {
        margin-top: -1.25rem;
    }
    .\33xl\:-mr-5 {
        margin-right: -1.25rem;
    }
    .\33xl\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .\33xl\:-ml-5 {
        margin-left: -1.25rem;
    }
    .\33xl\:-mt-6 {
        margin-top: -1.5rem;
    }
    .\33xl\:-mr-6 {
        margin-right: -1.5rem;
    }
    .\33xl\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .\33xl\:-ml-6 {
        margin-left: -1.5rem;
    }
    .\33xl\:-mt-7 {
        margin-top: -1.75rem;
    }
    .\33xl\:-mr-7 {
        margin-right: -1.75rem;
    }
    .\33xl\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .\33xl\:-ml-7 {
        margin-left: -1.75rem;
    }
    .\33xl\:-mt-8 {
        margin-top: -2rem;
    }
    .\33xl\:-mr-8 {
        margin-right: -2rem;
    }
    .\33xl\:-mb-8 {
        margin-bottom: -2rem;
    }
    .\33xl\:-ml-8 {
        margin-left: -2rem;
    }
    .\33xl\:-mt-9 {
        margin-top: -2.25rem;
    }
    .\33xl\:-mr-9 {
        margin-right: -2.25rem;
    }
    .\33xl\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .\33xl\:-ml-9 {
        margin-left: -2.25rem;
    }
    .\33xl\:-mt-10 {
        margin-top: -2.5rem;
    }
    .\33xl\:-mr-10 {
        margin-right: -2.5rem;
    }
    .\33xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .\33xl\:-ml-10 {
        margin-left: -2.5rem;
    }
    .\33xl\:-mt-11 {
        margin-top: -2.75rem;
    }
    .\33xl\:-mr-11 {
        margin-right: -2.75rem;
    }
    .\33xl\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .\33xl\:-ml-11 {
        margin-left: -2.75rem;
    }
    .\33xl\:-mt-12 {
        margin-top: -3rem;
    }
    .\33xl\:-mr-12 {
        margin-right: -3rem;
    }
    .\33xl\:-mb-12 {
        margin-bottom: -3rem;
    }
    .\33xl\:-ml-12 {
        margin-left: -3rem;
    }
    .\33xl\:-mt-14 {
        margin-top: -3.5rem;
    }
    .\33xl\:-mr-14 {
        margin-right: -3.5rem;
    }
    .\33xl\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .\33xl\:-ml-14 {
        margin-left: -3.5rem;
    }
    .\33xl\:-mt-16 {
        margin-top: -4rem;
    }
    .\33xl\:-mr-16 {
        margin-right: -4rem;
    }
    .\33xl\:-mb-16 {
        margin-bottom: -4rem;
    }
    .\33xl\:-ml-16 {
        margin-left: -4rem;
    }
    .\33xl\:-mt-20 {
        margin-top: -5rem;
    }
    .\33xl\:-mr-20 {
        margin-right: -5rem;
    }
    .\33xl\:-mb-20 {
        margin-bottom: -5rem;
    }
    .\33xl\:-ml-20 {
        margin-left: -5rem;
    }
    .\33xl\:-mt-23 {
        margin-top: -88px;
    }
    .\33xl\:-mr-23 {
        margin-right: -88px;
    }
    .\33xl\:-mb-23 {
        margin-bottom: -88px;
    }
    .\33xl\:-ml-23 {
        margin-left: -88px;
    }
    .\33xl\:-mt-24 {
        margin-top: -6rem;
    }
    .\33xl\:-mr-24 {
        margin-right: -6rem;
    }
    .\33xl\:-mb-24 {
        margin-bottom: -6rem;
    }
    .\33xl\:-ml-24 {
        margin-left: -6rem;
    }
    .\33xl\:-mt-25 {
        margin-top: -100px;
    }
    .\33xl\:-mr-25 {
        margin-right: -100px;
    }
    .\33xl\:-mb-25 {
        margin-bottom: -100px;
    }
    .\33xl\:-ml-25 {
        margin-left: -100px;
    }
    .\33xl\:-mt-28 {
        margin-top: -7rem;
    }
    .\33xl\:-mr-28 {
        margin-right: -7rem;
    }
    .\33xl\:-mb-28 {
        margin-bottom: -7rem;
    }
    .\33xl\:-ml-28 {
        margin-left: -7rem;
    }
    .\33xl\:-mt-29 {
        margin-top: -120px;
    }
    .\33xl\:-mr-29 {
        margin-right: -120px;
    }
    .\33xl\:-mb-29 {
        margin-bottom: -120px;
    }
    .\33xl\:-ml-29 {
        margin-left: -120px;
    }
    .\33xl\:-mt-32 {
        margin-top: -8rem;
    }
    .\33xl\:-mr-32 {
        margin-right: -8rem;
    }
    .\33xl\:-mb-32 {
        margin-bottom: -8rem;
    }
    .\33xl\:-ml-32 {
        margin-left: -8rem;
    }
    .\33xl\:-mt-33 {
        margin-top: -130px;
    }
    .\33xl\:-mr-33 {
        margin-right: -130px;
    }
    .\33xl\:-mb-33 {
        margin-bottom: -130px;
    }
    .\33xl\:-ml-33 {
        margin-left: -130px;
    }
    .\33xl\:-mt-36 {
        margin-top: -9rem;
    }
    .\33xl\:-mr-36 {
        margin-right: -9rem;
    }
    .\33xl\:-mb-36 {
        margin-bottom: -9rem;
    }
    .\33xl\:-ml-36 {
        margin-left: -9rem;
    }
    .\33xl\:-mt-40 {
        margin-top: -10rem;
    }
    .\33xl\:-mr-40 {
        margin-right: -10rem;
    }
    .\33xl\:-mb-40 {
        margin-bottom: -10rem;
    }
    .\33xl\:-ml-40 {
        margin-left: -10rem;
    }
    .\33xl\:-mt-44 {
        margin-top: -11rem;
    }
    .\33xl\:-mr-44 {
        margin-right: -11rem;
    }
    .\33xl\:-mb-44 {
        margin-bottom: -11rem;
    }
    .\33xl\:-ml-44 {
        margin-left: -11rem;
    }
    .\33xl\:-mt-48 {
        margin-top: -12rem;
    }
    .\33xl\:-mr-48 {
        margin-right: -12rem;
    }
    .\33xl\:-mb-48 {
        margin-bottom: -12rem;
    }
    .\33xl\:-ml-48 {
        margin-left: -12rem;
    }
    .\33xl\:-mt-52 {
        margin-top: -13rem;
    }
    .\33xl\:-mr-52 {
        margin-right: -13rem;
    }
    .\33xl\:-mb-52 {
        margin-bottom: -13rem;
    }
    .\33xl\:-ml-52 {
        margin-left: -13rem;
    }
    .\33xl\:-mt-56 {
        margin-top: -14rem;
    }
    .\33xl\:-mr-56 {
        margin-right: -14rem;
    }
    .\33xl\:-mb-56 {
        margin-bottom: -14rem;
    }
    .\33xl\:-ml-56 {
        margin-left: -14rem;
    }
    .\33xl\:-mt-60 {
        margin-top: -15rem;
    }
    .\33xl\:-mr-60 {
        margin-right: -15rem;
    }
    .\33xl\:-mb-60 {
        margin-bottom: -15rem;
    }
    .\33xl\:-ml-60 {
        margin-left: -15rem;
    }
    .\33xl\:-mt-63 {
        margin-top: -270px;
    }
    .\33xl\:-mr-63 {
        margin-right: -270px;
    }
    .\33xl\:-mb-63 {
        margin-bottom: -270px;
    }
    .\33xl\:-ml-63 {
        margin-left: -270px;
    }
    .\33xl\:-mt-64 {
        margin-top: -16rem;
    }
    .\33xl\:-mr-64 {
        margin-right: -16rem;
    }
    .\33xl\:-mb-64 {
        margin-bottom: -16rem;
    }
    .\33xl\:-ml-64 {
        margin-left: -16rem;
    }
    .\33xl\:-mt-72 {
        margin-top: -18rem;
    }
    .\33xl\:-mr-72 {
        margin-right: -18rem;
    }
    .\33xl\:-mb-72 {
        margin-bottom: -18rem;
    }
    .\33xl\:-ml-72 {
        margin-left: -18rem;
    }
    .\33xl\:-mt-80 {
        margin-top: -20rem;
    }
    .\33xl\:-mr-80 {
        margin-right: -20rem;
    }
    .\33xl\:-mb-80 {
        margin-bottom: -20rem;
    }
    .\33xl\:-ml-80 {
        margin-left: -20rem;
    }
    .\33xl\:-mt-92 {
        margin-top: -475px;
    }
    .\33xl\:-mr-92 {
        margin-right: -475px;
    }
    .\33xl\:-mb-92 {
        margin-bottom: -475px;
    }
    .\33xl\:-ml-92 {
        margin-left: -475px;
    }
    .\33xl\:-mt-96 {
        margin-top: -24rem;
    }
    .\33xl\:-mr-96 {
        margin-right: -24rem;
    }
    .\33xl\:-mb-96 {
        margin-bottom: -24rem;
    }
    .\33xl\:-ml-96 {
        margin-left: -24rem;
    }
    .\33xl\:-mt-128 {
        margin-top: -32rem;
    }
    .\33xl\:-mr-128 {
        margin-right: -32rem;
    }
    .\33xl\:-mb-128 {
        margin-bottom: -32rem;
    }
    .\33xl\:-ml-128 {
        margin-left: -32rem;
    }
    .\33xl\:-mt-px {
        margin-top: -1px;
    }
    .\33xl\:-mr-px {
        margin-right: -1px;
    }
    .\33xl\:-mb-px {
        margin-bottom: -1px;
    }
    .\33xl\:-ml-px {
        margin-left: -1px;
    }
    .\33xl\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .\33xl\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .\33xl\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .\33xl\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .\33xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .\33xl\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .\33xl\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .\33xl\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .\33xl\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .\33xl\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .\33xl\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .\33xl\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .\33xl\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .\33xl\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .\33xl\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .\33xl\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .\33xl\:-mt-105p {
        margin-top: -105px;
    }
    .\33xl\:-mr-105p {
        margin-right: -105px;
    }
    .\33xl\:-mb-105p {
        margin-bottom: -105px;
    }
    .\33xl\:-ml-105p {
        margin-left: -105px;
    }
    .\33xl\:-mt-50p {
        margin-top: -50px;
    }
    .\33xl\:-mr-50p {
        margin-right: -50px;
    }
    .\33xl\:-mb-50p {
        margin-bottom: -50px;
    }
    .\33xl\:-ml-50p {
        margin-left: -50px;
    }
    .\33xl\:-mt-54p {
        margin-top: -54px;
    }
    .\33xl\:-mr-54p {
        margin-right: -54px;
    }
    .\33xl\:-mb-54p {
        margin-bottom: -54px;
    }
    .\33xl\:-ml-54p {
        margin-left: -54px;
    }
    .\33xl\:-mt-1p {
        margin-top: -1px;
    }
    .\33xl\:-mr-1p {
        margin-right: -1px;
    }
    .\33xl\:-mb-1p {
        margin-bottom: -1px;
    }
    .\33xl\:-ml-1p {
        margin-left: -1px;
    }
    .\33xl\:-mt-2p {
        margin-top: -2px;
    }
    .\33xl\:-mr-2p {
        margin-right: -2px;
    }
    .\33xl\:-mb-2p {
        margin-bottom: -2px;
    }
    .\33xl\:-ml-2p {
        margin-left: -2px;
    }
    .\33xl\:-mt-3p {
        margin-top: -3px;
    }
    .\33xl\:-mr-3p {
        margin-right: -3px;
    }
    .\33xl\:-mb-3p {
        margin-bottom: -3px;
    }
    .\33xl\:-ml-3p {
        margin-left: -3px;
    }
    .\33xl\:-mt-5p {
        margin-top: -5px;
    }
    .\33xl\:-mr-5p {
        margin-right: -5px;
    }
    .\33xl\:-mb-5p {
        margin-bottom: -5px;
    }
    .\33xl\:-ml-5p {
        margin-left: -5px;
    }
    .\33xl\:-mt-7p {
        margin-top: -7px;
    }
    .\33xl\:-mr-7p {
        margin-right: -7px;
    }
    .\33xl\:-mb-7p {
        margin-bottom: -7px;
    }
    .\33xl\:-ml-7p {
        margin-left: -7px;
    }
    .\33xl\:-mt-9p {
        margin-top: -9px;
    }
    .\33xl\:-mr-9p {
        margin-right: -9px;
    }
    .\33xl\:-mb-9p {
        margin-bottom: -9px;
    }
    .\33xl\:-ml-9p {
        margin-left: -9px;
    }
    .\33xl\:-mt-10p {
        margin-top: -10px;
    }
    .\33xl\:-mr-10p {
        margin-right: -10px;
    }
    .\33xl\:-mb-10p {
        margin-bottom: -10px;
    }
    .\33xl\:-ml-10p {
        margin-left: -10px;
    }
    .\33xl\:-mt-11p {
        margin-top: -11px;
    }
    .\33xl\:-mr-11p {
        margin-right: -11px;
    }
    .\33xl\:-mb-11p {
        margin-bottom: -11px;
    }
    .\33xl\:-ml-11p {
        margin-left: -11px;
    }
    .\33xl\:-mt-13p {
        margin-top: -13px;
    }
    .\33xl\:-mr-13p {
        margin-right: -13px;
    }
    .\33xl\:-mb-13p {
        margin-bottom: -13px;
    }
    .\33xl\:-ml-13p {
        margin-left: -13px;
    }
    .\33xl\:-mt-15p {
        margin-top: -15px;
    }
    .\33xl\:-mr-15p {
        margin-right: -15px;
    }
    .\33xl\:-mb-15p {
        margin-bottom: -15px;
    }
    .\33xl\:-ml-15p {
        margin-left: -15px;
    }
    .\33xl\:-mt-18p {
        margin-top: -18px;
    }
    .\33xl\:-mr-18p {
        margin-right: -18px;
    }
    .\33xl\:-mb-18p {
        margin-bottom: -18px;
    }
    .\33xl\:-ml-18p {
        margin-left: -18px;
    }
    .\33xl\:-mt-19p {
        margin-top: -19px;
    }
    .\33xl\:-mr-19p {
        margin-right: -19px;
    }
    .\33xl\:-mb-19p {
        margin-bottom: -19px;
    }
    .\33xl\:-ml-19p {
        margin-left: -19px;
    }
    .\33xl\:-mt-21p {
        margin-top: -21px;
    }
    .\33xl\:-mr-21p {
        margin-right: -21px;
    }
    .\33xl\:-mb-21p {
        margin-bottom: -21px;
    }
    .\33xl\:-ml-21p {
        margin-left: -21px;
    }
    .\33xl\:-mt-22p {
        margin-top: -22px;
    }
    .\33xl\:-mr-22p {
        margin-right: -22px;
    }
    .\33xl\:-mb-22p {
        margin-bottom: -22px;
    }
    .\33xl\:-ml-22p {
        margin-left: -22px;
    }
    .\33xl\:-mt-23p {
        margin-top: -23px;
    }
    .\33xl\:-mr-23p {
        margin-right: -23px;
    }
    .\33xl\:-mb-23p {
        margin-bottom: -23px;
    }
    .\33xl\:-ml-23p {
        margin-left: -23px;
    }
    .\33xl\:-mt-25p {
        margin-top: -25px;
    }
    .\33xl\:-mr-25p {
        margin-right: -25px;
    }
    .\33xl\:-mb-25p {
        margin-bottom: -25px;
    }
    .\33xl\:-ml-25p {
        margin-left: -25px;
    }
    .\33xl\:-mt-26p {
        margin-top: -26px;
    }
    .\33xl\:-mr-26p {
        margin-right: -26px;
    }
    .\33xl\:-mb-26p {
        margin-bottom: -26px;
    }
    .\33xl\:-ml-26p {
        margin-left: -26px;
    }
    .\33xl\:-mt-29p {
        margin-top: -29px;
    }
    .\33xl\:-mr-29p {
        margin-right: -29px;
    }
    .\33xl\:-mb-29p {
        margin-bottom: -29px;
    }
    .\33xl\:-ml-29p {
        margin-left: -29px;
    }
    .\33xl\:-mt-30p {
        margin-top: -30px;
    }
    .\33xl\:-mr-30p {
        margin-right: -30px;
    }
    .\33xl\:-mb-30p {
        margin-bottom: -30px;
    }
    .\33xl\:-ml-30p {
        margin-left: -30px;
    }
    .\33xl\:-mt-31p {
        margin-top: -31px;
    }
    .\33xl\:-mr-31p {
        margin-right: -31px;
    }
    .\33xl\:-mb-31p {
        margin-bottom: -31px;
    }
    .\33xl\:-ml-31p {
        margin-left: -31px;
    }
    .\33xl\:-mt-35p {
        margin-top: -35px;
    }
    .\33xl\:-mr-35p {
        margin-right: -35px;
    }
    .\33xl\:-mb-35p {
        margin-bottom: -35px;
    }
    .\33xl\:-ml-35p {
        margin-left: -35px;
    }
    .\33xl\:-mt-52p {
        margin-top: -52px;
    }
    .\33xl\:-mr-52p {
        margin-right: -52px;
    }
    .\33xl\:-mb-52p {
        margin-bottom: -52px;
    }
    .\33xl\:-ml-52p {
        margin-left: -52px;
    }
    .\33xl\:-mt-53p {
        margin-top: -53px;
    }
    .\33xl\:-mr-53p {
        margin-right: -53px;
    }
    .\33xl\:-mb-53p {
        margin-bottom: -53px;
    }
    .\33xl\:-ml-53p {
        margin-left: -53px;
    }
    .\33xl\:-mt-55p {
        margin-top: -55px;
    }
    .\33xl\:-mr-55p {
        margin-right: -55px;
    }
    .\33xl\:-mb-55p {
        margin-bottom: -55px;
    }
    .\33xl\:-ml-55p {
        margin-left: -55px;
    }
    .\33xl\:-mt-59p {
        margin-top: -59px;
    }
    .\33xl\:-mr-59p {
        margin-right: -59px;
    }
    .\33xl\:-mb-59p {
        margin-bottom: -59px;
    }
    .\33xl\:-ml-59p {
        margin-left: -59px;
    }
    .\33xl\:-mt-27p {
        margin-top: -27px;
    }
    .\33xl\:-mr-27p {
        margin-right: -27px;
    }
    .\33xl\:-mb-27p {
        margin-bottom: -27px;
    }
    .\33xl\:-ml-27p {
        margin-left: -27px;
    }
    .\33xl\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .\33xl\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .\33xl\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .\33xl\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .\33xl\:-mt-38p {
        margin-top: -38px;
    }
    .\33xl\:-mr-38p {
        margin-right: -38px;
    }
    .\33xl\:-mb-38p {
        margin-bottom: -38px;
    }
    .\33xl\:-ml-38p {
        margin-left: -38px;
    }
    .\33xl\:-mt-40p {
        margin-top: -40px;
    }
    .\33xl\:-mr-40p {
        margin-right: -40px;
    }
    .\33xl\:-mb-40p {
        margin-bottom: -40px;
    }
    .\33xl\:-ml-40p {
        margin-left: -40px;
    }
    .\33xl\:-mt-46p {
        margin-top: -46px;
    }
    .\33xl\:-mr-46p {
        margin-right: -46px;
    }
    .\33xl\:-mb-46p {
        margin-bottom: -46px;
    }
    .\33xl\:-ml-46p {
        margin-left: -46px;
    }
    .\33xl\:-mt-47p {
        margin-top: -47px;
    }
    .\33xl\:-mr-47p {
        margin-right: -47px;
    }
    .\33xl\:-mb-47p {
        margin-bottom: -47px;
    }
    .\33xl\:-ml-47p {
        margin-left: -47px;
    }
    .\33xl\:-mt-49p {
        margin-top: -49px;
    }
    .\33xl\:-mr-49p {
        margin-right: -49px;
    }
    .\33xl\:-mb-49p {
        margin-bottom: -49px;
    }
    .\33xl\:-ml-49p {
        margin-left: -49px;
    }
    .\33xl\:-mt-58p {
        margin-top: -58px;
    }
    .\33xl\:-mr-58p {
        margin-right: -58px;
    }
    .\33xl\:-mb-58p {
        margin-bottom: -58px;
    }
    .\33xl\:-ml-58p {
        margin-left: -58px;
    }
    .\33xl\:-mt-75p {
        margin-top: -75px;
    }
    .\33xl\:-mr-75p {
        margin-right: -75px;
    }
    .\33xl\:-mb-75p {
        margin-bottom: -75px;
    }
    .\33xl\:-ml-75p {
        margin-left: -75px;
    }
    .\33xl\:-mt-77p {
        margin-top: -77px;
    }
    .\33xl\:-mr-77p {
        margin-right: -77px;
    }
    .\33xl\:-mb-77p {
        margin-bottom: -77px;
    }
    .\33xl\:-ml-77p {
        margin-left: -77px;
    }
    .\33xl\:-mt-60p {
        margin-top: -60px;
    }
    .\33xl\:-mr-60p {
        margin-right: -60px;
    }
    .\33xl\:-mb-60p {
        margin-bottom: -60px;
    }
    .\33xl\:-ml-60p {
        margin-left: -60px;
    }
    .\33xl\:-mt-65p {
        margin-top: -65px;
    }
    .\33xl\:-mr-65p {
        margin-right: -65px;
    }
    .\33xl\:-mb-65p {
        margin-bottom: -65px;
    }
    .\33xl\:-ml-65p {
        margin-left: -65px;
    }
    .\33xl\:-mt-66p {
        margin-top: -66px;
    }
    .\33xl\:-mr-66p {
        margin-right: -66px;
    }
    .\33xl\:-mb-66p {
        margin-bottom: -66px;
    }
    .\33xl\:-ml-66p {
        margin-left: -66px;
    }
    .\33xl\:-mt-68p {
        margin-top: -68px;
    }
    .\33xl\:-mr-68p {
        margin-right: -68px;
    }
    .\33xl\:-mb-68p {
        margin-bottom: -68px;
    }
    .\33xl\:-ml-68p {
        margin-left: -68px;
    }
    .\33xl\:-mt-70p {
        margin-top: -70px;
    }
    .\33xl\:-mr-70p {
        margin-right: -70px;
    }
    .\33xl\:-mb-70p {
        margin-bottom: -70px;
    }
    .\33xl\:-ml-70p {
        margin-left: -70px;
    }
    .\33xl\:-mt-72p {
        margin-top: -72px;
    }
    .\33xl\:-mr-72p {
        margin-right: -72px;
    }
    .\33xl\:-mb-72p {
        margin-bottom: -72px;
    }
    .\33xl\:-ml-72p {
        margin-left: -72px;
    }
    .\33xl\:-mt-74p {
        margin-top: -74px;
    }
    .\33xl\:-mr-74p {
        margin-right: -74px;
    }
    .\33xl\:-mb-74p {
        margin-bottom: -74px;
    }
    .\33xl\:-ml-74p {
        margin-left: -74px;
    }
    .\33xl\:-mt-78p {
        margin-top: -78px;
    }
    .\33xl\:-mr-78p {
        margin-right: -78px;
    }
    .\33xl\:-mb-78p {
        margin-bottom: -78px;
    }
    .\33xl\:-ml-78p {
        margin-left: -78px;
    }
    .\33xl\:-mt-80p {
        margin-top: -80px;
    }
    .\33xl\:-mr-80p {
        margin-right: -80px;
    }
    .\33xl\:-mb-80p {
        margin-bottom: -80px;
    }
    .\33xl\:-ml-80p {
        margin-left: -80px;
    }
    .\33xl\:-mt-82p {
        margin-top: -82px;
    }
    .\33xl\:-mr-82p {
        margin-right: -82px;
    }
    .\33xl\:-mb-82p {
        margin-bottom: -82px;
    }
    .\33xl\:-ml-82p {
        margin-left: -82px;
    }
    .\33xl\:-mt-84p {
        margin-top: -84px;
    }
    .\33xl\:-mr-84p {
        margin-right: -84px;
    }
    .\33xl\:-mb-84p {
        margin-bottom: -84px;
    }
    .\33xl\:-ml-84p {
        margin-left: -84px;
    }
    .\33xl\:-mt-89p {
        margin-top: -89px;
    }
    .\33xl\:-mr-89p {
        margin-right: -89px;
    }
    .\33xl\:-mb-89p {
        margin-bottom: -89px;
    }
    .\33xl\:-ml-89p {
        margin-left: -89px;
    }
    .\33xl\:-mt-93p {
        margin-top: -93px;
    }
    .\33xl\:-mr-93p {
        margin-right: -93px;
    }
    .\33xl\:-mb-93p {
        margin-bottom: -93px;
    }
    .\33xl\:-ml-93p {
        margin-left: -93px;
    }
    .\33xl\:-mt-90p {
        margin-top: -90px;
    }
    .\33xl\:-mr-90p {
        margin-right: -90px;
    }
    .\33xl\:-mb-90p {
        margin-bottom: -90px;
    }
    .\33xl\:-ml-90p {
        margin-left: -90px;
    }
    .\33xl\:-mt-97p {
        margin-top: -97px;
    }
    .\33xl\:-mr-97p {
        margin-right: -97px;
    }
    .\33xl\:-mb-97p {
        margin-bottom: -97px;
    }
    .\33xl\:-ml-97p {
        margin-left: -97px;
    }
    .\33xl\:-mt-103p {
        margin-top: -103px;
    }
    .\33xl\:-mr-103p {
        margin-right: -103px;
    }
    .\33xl\:-mb-103p {
        margin-bottom: -103px;
    }
    .\33xl\:-ml-103p {
        margin-left: -103px;
    }
    .\33xl\:-mt-116p {
        margin-top: -116px;
    }
    .\33xl\:-mr-116p {
        margin-right: -116px;
    }
    .\33xl\:-mb-116p {
        margin-bottom: -116px;
    }
    .\33xl\:-ml-116p {
        margin-left: -116px;
    }
    .\33xl\:-mt-120p {
        margin-top: -120px;
    }
    .\33xl\:-mr-120p {
        margin-right: -120px;
    }
    .\33xl\:-mb-120p {
        margin-bottom: -120px;
    }
    .\33xl\:-ml-120p {
        margin-left: -120px;
    }
    .\33xl\:-mt-125p {
        margin-top: -125px;
    }
    .\33xl\:-mr-125p {
        margin-right: -125px;
    }
    .\33xl\:-mb-125p {
        margin-bottom: -125px;
    }
    .\33xl\:-ml-125p {
        margin-left: -125px;
    }
    .\33xl\:-mt-130p {
        margin-top: -130px;
    }
    .\33xl\:-mr-130p {
        margin-right: -130px;
    }
    .\33xl\:-mb-130p {
        margin-bottom: -130px;
    }
    .\33xl\:-ml-130p {
        margin-left: -130px;
    }
    .\33xl\:-mt-135p {
        margin-top: -135px;
    }
    .\33xl\:-mr-135p {
        margin-right: -135px;
    }
    .\33xl\:-mb-135p {
        margin-bottom: -135px;
    }
    .\33xl\:-ml-135p {
        margin-left: -135px;
    }
    .\33xl\:-mt-132p {
        margin-top: -132px;
    }
    .\33xl\:-mr-132p {
        margin-right: -132px;
    }
    .\33xl\:-mb-132p {
        margin-bottom: -132px;
    }
    .\33xl\:-ml-132p {
        margin-left: -132px;
    }
    .\33xl\:-mt-150p {
        margin-top: -150px;
    }
    .\33xl\:-mr-150p {
        margin-right: -150px;
    }
    .\33xl\:-mb-150p {
        margin-bottom: -150px;
    }
    .\33xl\:-ml-150p {
        margin-left: -150px;
    }
    .\33xl\:-mt-216p {
        margin-top: -216px;
    }
    .\33xl\:-mr-216p {
        margin-right: -216px;
    }
    .\33xl\:-mb-216p {
        margin-bottom: -216px;
    }
    .\33xl\:-ml-216p {
        margin-left: -216px;
    }
    .\33xl\:-mt-225p {
        margin-top: -225px;
    }
    .\33xl\:-mr-225p {
        margin-right: -225px;
    }
    .\33xl\:-mb-225p {
        margin-bottom: -225px;
    }
    .\33xl\:-ml-225p {
        margin-left: -225px;
    }
    .\33xl\:-mt-296p {
        margin-top: -296px;
    }
    .\33xl\:-mr-296p {
        margin-right: -296px;
    }
    .\33xl\:-mb-296p {
        margin-bottom: -296px;
    }
    .\33xl\:-ml-296p {
        margin-left: -296px;
    }
    .\33xl\:-mt-270p {
        margin-top: -270px;
    }
    .\33xl\:-mr-270p {
        margin-right: -270px;
    }
    .\33xl\:-mb-270p {
        margin-bottom: -270px;
    }
    .\33xl\:-ml-270p {
        margin-left: -270px;
    }
    .\33xl\:-mt-137p {
        margin-top: -137px;
    }
    .\33xl\:-mr-137p {
        margin-right: -137px;
    }
    .\33xl\:-mb-137p {
        margin-bottom: -137px;
    }
    .\33xl\:-ml-137p {
        margin-left: -137px;
    }
    .\33xl\:-mt-141p {
        margin-top: -141px;
    }
    .\33xl\:-mr-141p {
        margin-right: -141px;
    }
    .\33xl\:-mb-141p {
        margin-bottom: -141px;
    }
    .\33xl\:-ml-141p {
        margin-left: -141px;
    }
    .\33xl\:-mt-146p {
        margin-top: -146px;
    }
    .\33xl\:-mr-146p {
        margin-right: -146px;
    }
    .\33xl\:-mb-146p {
        margin-bottom: -146px;
    }
    .\33xl\:-ml-146p {
        margin-left: -146px;
    }
    .\33xl\:-mt-152p {
        margin-top: -152px;
    }
    .\33xl\:-mr-152p {
        margin-right: -152px;
    }
    .\33xl\:-mb-152p {
        margin-bottom: -152px;
    }
    .\33xl\:-ml-152p {
        margin-left: -152px;
    }
    .\33xl\:-mt-155p {
        margin-top: -155px;
    }
    .\33xl\:-mr-155p {
        margin-right: -155px;
    }
    .\33xl\:-mb-155p {
        margin-bottom: -155px;
    }
    .\33xl\:-ml-155p {
        margin-left: -155px;
    }
    .\33xl\:-mt-163p {
        margin-top: -163px;
    }
    .\33xl\:-mr-163p {
        margin-right: -163px;
    }
    .\33xl\:-mb-163p {
        margin-bottom: -163px;
    }
    .\33xl\:-ml-163p {
        margin-left: -163px;
    }
    .\33xl\:-mt-168p {
        margin-top: -168px;
    }
    .\33xl\:-mr-168p {
        margin-right: -168px;
    }
    .\33xl\:-mb-168p {
        margin-bottom: -168px;
    }
    .\33xl\:-ml-168p {
        margin-left: -168px;
    }
    .\33xl\:-mt-173p {
        margin-top: -173px;
    }
    .\33xl\:-mr-173p {
        margin-right: -173px;
    }
    .\33xl\:-mb-173p {
        margin-bottom: -173px;
    }
    .\33xl\:-ml-173p {
        margin-left: -173px;
    }
    .\33xl\:-mt-210p {
        margin-top: -210px;
    }
    .\33xl\:-mr-210p {
        margin-right: -210px;
    }
    .\33xl\:-mb-210p {
        margin-bottom: -210px;
    }
    .\33xl\:-ml-210p {
        margin-left: -210px;
    }
    .\33xl\:-mt-245p {
        margin-top: -245px;
    }
    .\33xl\:-mr-245p {
        margin-right: -245px;
    }
    .\33xl\:-mb-245p {
        margin-bottom: -245px;
    }
    .\33xl\:-ml-245p {
        margin-left: -245px;
    }
    .\33xl\:-mt-250p {
        margin-top: -250px;
    }
    .\33xl\:-mr-250p {
        margin-right: -250px;
    }
    .\33xl\:-mb-250p {
        margin-bottom: -250px;
    }
    .\33xl\:-ml-250p {
        margin-left: -250px;
    }
    .\33xl\:-mt-260p {
        margin-top: -260px;
    }
    .\33xl\:-mr-260p {
        margin-right: -260px;
    }
    .\33xl\:-mb-260p {
        margin-bottom: -260px;
    }
    .\33xl\:-ml-260p {
        margin-left: -260px;
    }
    .\33xl\:-mt-263p {
        margin-top: -263px;
    }
    .\33xl\:-mr-263p {
        margin-right: -263px;
    }
    .\33xl\:-mb-263p {
        margin-bottom: -263px;
    }
    .\33xl\:-ml-263p {
        margin-left: -263px;
    }
    .\33xl\:-mt-266p {
        margin-top: -266px;
    }
    .\33xl\:-mr-266p {
        margin-right: -266px;
    }
    .\33xl\:-mb-266p {
        margin-bottom: -266px;
    }
    .\33xl\:-ml-266p {
        margin-left: -266px;
    }
    .\33xl\:-mt-275p {
        margin-top: -275px;
    }
    .\33xl\:-mr-275p {
        margin-right: -275px;
    }
    .\33xl\:-mb-275p {
        margin-bottom: -275px;
    }
    .\33xl\:-ml-275p {
        margin-left: -275px;
    }
    .\33xl\:-mt-300p {
        margin-top: -300px;
    }
    .\33xl\:-mr-300p {
        margin-right: -300px;
    }
    .\33xl\:-mb-300p {
        margin-bottom: -300px;
    }
    .\33xl\:-ml-300p {
        margin-left: -300px;
    }
    .\33xl\:-mt-312p {
        margin-top: -312px;
    }
    .\33xl\:-mr-312p {
        margin-right: -312px;
    }
    .\33xl\:-mb-312p {
        margin-bottom: -312px;
    }
    .\33xl\:-ml-312p {
        margin-left: -312px;
    }
    .\33xl\:-mt-318p {
        margin-top: -318px;
    }
    .\33xl\:-mr-318p {
        margin-right: -318px;
    }
    .\33xl\:-mb-318p {
        margin-bottom: -318px;
    }
    .\33xl\:-ml-318p {
        margin-left: -318px;
    }
    .\33xl\:-mt-322p {
        margin-top: -322px;
    }
    .\33xl\:-mr-322p {
        margin-right: -322px;
    }
    .\33xl\:-mb-322p {
        margin-bottom: -322px;
    }
    .\33xl\:-ml-322p {
        margin-left: -322px;
    }
    .\33xl\:-mt-337p {
        margin-top: -337px;
    }
    .\33xl\:-mr-337p {
        margin-right: -337px;
    }
    .\33xl\:-mb-337p {
        margin-bottom: -337px;
    }
    .\33xl\:-ml-337p {
        margin-left: -337px;
    }
    .\33xl\:-mt-345p {
        margin-top: -345px;
    }
    .\33xl\:-mr-345p {
        margin-right: -345px;
    }
    .\33xl\:-mb-345p {
        margin-bottom: -345px;
    }
    .\33xl\:-ml-345p {
        margin-left: -345px;
    }
    .\33xl\:-mt-344p {
        margin-top: -344px;
    }
    .\33xl\:-mr-344p {
        margin-right: -344px;
    }
    .\33xl\:-mb-344p {
        margin-bottom: -344px;
    }
    .\33xl\:-ml-344p {
        margin-left: -344px;
    }
    .\33xl\:-mt-354p {
        margin-top: -354px;
    }
    .\33xl\:-mr-354p {
        margin-right: -354px;
    }
    .\33xl\:-mb-354p {
        margin-bottom: -354px;
    }
    .\33xl\:-ml-354p {
        margin-left: -354px;
    }
    .\33xl\:-mt-364p {
        margin-top: -364px;
    }
    .\33xl\:-mr-364p {
        margin-right: -364px;
    }
    .\33xl\:-mb-364p {
        margin-bottom: -364px;
    }
    .\33xl\:-ml-364p {
        margin-left: -364px;
    }
    .\33xl\:-mt-370p {
        margin-top: -370px;
    }
    .\33xl\:-mr-370p {
        margin-right: -370px;
    }
    .\33xl\:-mb-370p {
        margin-bottom: -370px;
    }
    .\33xl\:-ml-370p {
        margin-left: -370px;
    }
    .\33xl\:-mt-382p {
        margin-top: -382px;
    }
    .\33xl\:-mr-382p {
        margin-right: -382px;
    }
    .\33xl\:-mb-382p {
        margin-bottom: -382px;
    }
    .\33xl\:-ml-382p {
        margin-left: -382px;
    }
    .\33xl\:-mt-385p {
        margin-top: -385px;
    }
    .\33xl\:-mr-385p {
        margin-right: -385px;
    }
    .\33xl\:-mb-385p {
        margin-bottom: -385px;
    }
    .\33xl\:-ml-385p {
        margin-left: -385px;
    }
    .\33xl\:-mt-400p {
        margin-top: -400px;
    }
    .\33xl\:-mr-400p {
        margin-right: -400px;
    }
    .\33xl\:-mb-400p {
        margin-bottom: -400px;
    }
    .\33xl\:-ml-400p {
        margin-left: -400px;
    }
    .\33xl\:-mt-407p {
        margin-top: -407px;
    }
    .\33xl\:-mr-407p {
        margin-right: -407px;
    }
    .\33xl\:-mb-407p {
        margin-bottom: -407px;
    }
    .\33xl\:-ml-407p {
        margin-left: -407px;
    }
    .\33xl\:-mt-411p {
        margin-top: -411px;
    }
    .\33xl\:-mr-411p {
        margin-right: -411px;
    }
    .\33xl\:-mb-411p {
        margin-bottom: -411px;
    }
    .\33xl\:-ml-411p {
        margin-left: -411px;
    }
    .\33xl\:-mt-418p {
        margin-top: -418px;
    }
    .\33xl\:-mr-418p {
        margin-right: -418px;
    }
    .\33xl\:-mb-418p {
        margin-bottom: -418px;
    }
    .\33xl\:-ml-418p {
        margin-left: -418px;
    }
    .\33xl\:-mt-430p {
        margin-top: -430px;
    }
    .\33xl\:-mr-430p {
        margin-right: -430px;
    }
    .\33xl\:-mb-430p {
        margin-bottom: -430px;
    }
    .\33xl\:-ml-430p {
        margin-left: -430px;
    }
    .\33xl\:-mt-450p {
        margin-top: -450px;
    }
    .\33xl\:-mr-450p {
        margin-right: -450px;
    }
    .\33xl\:-mb-450p {
        margin-bottom: -450px;
    }
    .\33xl\:-ml-450p {
        margin-left: -450px;
    }
    .\33xl\:-mt-468p {
        margin-top: -468px;
    }
    .\33xl\:-mr-468p {
        margin-right: -468px;
    }
    .\33xl\:-mb-468p {
        margin-bottom: -468px;
    }
    .\33xl\:-ml-468p {
        margin-left: -468px;
    }
    .\33xl\:-mt-485p {
        margin-top: -485px;
    }
    .\33xl\:-mr-485p {
        margin-right: -485px;
    }
    .\33xl\:-mb-485p {
        margin-bottom: -485px;
    }
    .\33xl\:-ml-485p {
        margin-left: -485px;
    }
    .\33xl\:-mt-491p {
        margin-top: -491px;
    }
    .\33xl\:-mr-491p {
        margin-right: -491px;
    }
    .\33xl\:-mb-491p {
        margin-bottom: -491px;
    }
    .\33xl\:-ml-491p {
        margin-left: -491px;
    }
    .\33xl\:-mt-494p {
        margin-top: -494px;
    }
    .\33xl\:-mr-494p {
        margin-right: -494px;
    }
    .\33xl\:-mb-494p {
        margin-bottom: -494px;
    }
    .\33xl\:-ml-494p {
        margin-left: -494px;
    }
    .\33xl\:-mt-470p {
        margin-top: -470px;
    }
    .\33xl\:-mr-470p {
        margin-right: -470px;
    }
    .\33xl\:-mb-470p {
        margin-bottom: -470px;
    }
    .\33xl\:-ml-470p {
        margin-left: -470px;
    }
    .\33xl\:-mt-480p {
        margin-top: -480px;
    }
    .\33xl\:-mr-480p {
        margin-right: -480px;
    }
    .\33xl\:-mb-480p {
        margin-bottom: -480px;
    }
    .\33xl\:-ml-480p {
        margin-left: -480px;
    }
    .\33xl\:-mt-532p {
        margin-top: -532px;
    }
    .\33xl\:-mr-532p {
        margin-right: -532px;
    }
    .\33xl\:-mb-532p {
        margin-bottom: -532px;
    }
    .\33xl\:-ml-532p {
        margin-left: -532px;
    }
    .\33xl\:-mt-556p {
        margin-top: -556px;
    }
    .\33xl\:-mr-556p {
        margin-right: -556px;
    }
    .\33xl\:-mb-556p {
        margin-bottom: -556px;
    }
    .\33xl\:-ml-556p {
        margin-left: -556px;
    }
    .\33xl\:-mt-505p {
        margin-top: -505px;
    }
    .\33xl\:-mr-505p {
        margin-right: -505px;
    }
    .\33xl\:-mb-505p {
        margin-bottom: -505px;
    }
    .\33xl\:-ml-505p {
        margin-left: -505px;
    }
    .\33xl\:-mt-1179p {
        margin-top: -1179px;
    }
    .\33xl\:-mr-1179p {
        margin-right: -1179px;
    }
    .\33xl\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .\33xl\:-ml-1179p {
        margin-left: -1179px;
    }
    .\33xl\:-mt-1253p {
        margin-top: -1253px;
    }
    .\33xl\:-mr-1253p {
        margin-right: -1253px;
    }
    .\33xl\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .\33xl\:-ml-1253p {
        margin-left: -1253px;
    }
    .\33xl\:-mt-1575p {
        margin-top: -1575px;
    }
    .\33xl\:-mr-1575p {
        margin-right: -1575px;
    }
    .\33xl\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .\33xl\:-ml-1575p {
        margin-left: -1575px;
    }
    .\33xl\:-mt-600p {
        margin-top: -600px;
    }
    .\33xl\:-mr-600p {
        margin-right: -600px;
    }
    .\33xl\:-mb-600p {
        margin-bottom: -600px;
    }
    .\33xl\:-ml-600p {
        margin-left: -600px;
    }
    .\33xl\:-mt-649p {
        margin-top: -649px;
    }
    .\33xl\:-mr-649p {
        margin-right: -649px;
    }
    .\33xl\:-mb-649p {
        margin-bottom: -649px;
    }
    .\33xl\:-ml-649p {
        margin-left: -649px;
    }
    .\33xl\:-mt-690p {
        margin-top: -690px;
    }
    .\33xl\:-mr-690p {
        margin-right: -690px;
    }
    .\33xl\:-mb-690p {
        margin-bottom: -690px;
    }
    .\33xl\:-ml-690p {
        margin-left: -690px;
    }
    .\33xl\:-mt-19\% {
        margin-top: -19%;
    }
    .\33xl\:-mr-19\% {
        margin-right: -19%;
    }
    .\33xl\:-mb-19\% {
        margin-bottom: -19%;
    }
    .\33xl\:-ml-19\% {
        margin-left: -19%;
    }
    .\33xl\:-mt-23\% {
        margin-top: -23%;
    }
    .\33xl\:-mr-23\% {
        margin-right: -23%;
    }
    .\33xl\:-mb-23\% {
        margin-bottom: -23%;
    }
    .\33xl\:-ml-23\% {
        margin-left: -23%;
    }
    .\33xl\:-mt-24\% {
        margin-top: -24%;
    }
    .\33xl\:-mr-24\% {
        margin-right: -24%;
    }
    .\33xl\:-mb-24\% {
        margin-bottom: -24%;
    }
    .\33xl\:-ml-24\% {
        margin-left: -24%;
    }
    .\33xl\:-mt-36\% {
        margin-top: -36%;
    }
    .\33xl\:-mr-36\% {
        margin-right: -36%;
    }
    .\33xl\:-mb-36\% {
        margin-bottom: -36%;
    }
    .\33xl\:-ml-36\% {
        margin-left: -36%;
    }
    .\33xl\:-mt-27\% {
        margin-top: -27%;
    }
    .\33xl\:-mr-27\% {
        margin-right: -27%;
    }
    .\33xl\:-mb-27\% {
        margin-bottom: -27%;
    }
    .\33xl\:-ml-27\% {
        margin-left: -27%;
    }
    .\33xl\:-mt-28\% {
        margin-top: -28%;
    }
    .\33xl\:-mr-28\% {
        margin-right: -28%;
    }
    .\33xl\:-mb-28\% {
        margin-bottom: -28%;
    }
    .\33xl\:-ml-28\% {
        margin-left: -28%;
    }
    .\33xl\:-mt-42\% {
        margin-top: -42%;
    }
    .\33xl\:-mr-42\% {
        margin-right: -42%;
    }
    .\33xl\:-mb-42\% {
        margin-bottom: -42%;
    }
    .\33xl\:-ml-42\% {
        margin-left: -42%;
    }
    .\33xl\:-mt-46\% {
        margin-top: -46%;
    }
    .\33xl\:-mr-46\% {
        margin-right: -46%;
    }
    .\33xl\:-mb-46\% {
        margin-bottom: -46%;
    }
    .\33xl\:-ml-46\% {
        margin-left: -46%;
    }
    .\33xl\:-mt-49\% {
        margin-top: -49%;
    }
    .\33xl\:-mr-49\% {
        margin-right: -49%;
    }
    .\33xl\:-mb-49\% {
        margin-bottom: -49%;
    }
    .\33xl\:-ml-49\% {
        margin-left: -49%;
    }
    .\33xl\:-mt-54\% {
        margin-top: -54%;
    }
    .\33xl\:-mr-54\% {
        margin-right: -54%;
    }
    .\33xl\:-mb-54\% {
        margin-bottom: -54%;
    }
    .\33xl\:-ml-54\% {
        margin-left: -54%;
    }
    .\33xl\:-mt-58\% {
        margin-top: -58%;
    }
    .\33xl\:-mr-58\% {
        margin-right: -58%;
    }
    .\33xl\:-mb-58\% {
        margin-bottom: -58%;
    }
    .\33xl\:-ml-58\% {
        margin-left: -58%;
    }
    .\33xl\:-mt-72\% {
        margin-top: -72%;
    }
    .\33xl\:-mr-72\% {
        margin-right: -72%;
    }
    .\33xl\:-mb-72\% {
        margin-bottom: -72%;
    }
    .\33xl\:-ml-72\% {
        margin-left: -72%;
    }
    .\33xl\:-mt-76\% {
        margin-top: -76%;
    }
    .\33xl\:-mr-76\% {
        margin-right: -76%;
    }
    .\33xl\:-mb-76\% {
        margin-bottom: -76%;
    }
    .\33xl\:-ml-76\% {
        margin-left: -76%;
    }
    .\33xl\:-mt-77\% {
        margin-top: -77%;
    }
    .\33xl\:-mr-77\% {
        margin-right: -77%;
    }
    .\33xl\:-mb-77\% {
        margin-bottom: -77%;
    }
    .\33xl\:-ml-77\% {
        margin-left: -77%;
    }
    .\33xl\:-mt-340p {
        margin-top: -340px;
    }
    .\33xl\:-mr-340p {
        margin-right: -340px;
    }
    .\33xl\:-mb-340p {
        margin-bottom: -340px;
    }
    .\33xl\:-ml-340p {
        margin-left: -340px;
    }
    .\33xl\:-mt-700p {
        margin-top: -700px;
    }
    .\33xl\:-mr-700p {
        margin-right: -700px;
    }
    .\33xl\:-mb-700p {
        margin-bottom: -700px;
    }
    .\33xl\:-ml-700p {
        margin-left: -700px;
    }
    .\33xl\:-mt-848p {
        margin-top: -848px;
    }
    .\33xl\:-mr-848p {
        margin-right: -848px;
    }
    .\33xl\:-mb-848p {
        margin-bottom: -848px;
    }
    .\33xl\:-ml-848p {
        margin-left: -848px;
    }
    .\33xl\:-mt-850p {
        margin-top: -850px;
    }
    .\33xl\:-mr-850p {
        margin-right: -850px;
    }
    .\33xl\:-mb-850p {
        margin-bottom: -850px;
    }
    .\33xl\:-ml-850p {
        margin-left: -850px;
    }
    .\33xl\:-mt-860p {
        margin-top: -860px;
    }
    .\33xl\:-mr-860p {
        margin-right: -860px;
    }
    .\33xl\:-mb-860p {
        margin-bottom: -860px;
    }
    .\33xl\:-ml-860p {
        margin-left: -860px;
    }
    .\33xl\:-mt-1425p {
        margin-top: -1425px;
    }
    .\33xl\:-mr-1425p {
        margin-right: -1425px;
    }
    .\33xl\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .\33xl\:-ml-1425p {
        margin-left: -1425px;
    }
    .\33xl\:max-h-0 {
        max-height: 0;
    }
    .\33xl\:max-h-1 {
        max-height: 0.25rem;
    }
    .\33xl\:max-h-2 {
        max-height: 0.5rem;
    }
    .\33xl\:max-h-3 {
        max-height: 0.75rem;
    }
    .\33xl\:max-h-4 {
        max-height: 1rem;
    }
    .\33xl\:max-h-5 {
        max-height: 1.25rem;
    }
    .\33xl\:max-h-6 {
        max-height: 1.5rem;
    }
    .\33xl\:max-h-7 {
        max-height: 1.75rem;
    }
    .\33xl\:max-h-8 {
        max-height: 2rem;
    }
    .\33xl\:max-h-9 {
        max-height: 2.25rem;
    }
    .\33xl\:max-h-10 {
        max-height: 2.5rem;
    }
    .\33xl\:max-h-11 {
        max-height: 2.75rem;
    }
    .\33xl\:max-h-12 {
        max-height: 3rem;
    }
    .\33xl\:max-h-14 {
        max-height: 3.5rem;
    }
    .\33xl\:max-h-16 {
        max-height: 4rem;
    }
    .\33xl\:max-h-20 {
        max-height: 5rem;
    }
    .\33xl\:max-h-23 {
        max-height: 88px;
    }
    .\33xl\:max-h-24 {
        max-height: 6rem;
    }
    .\33xl\:max-h-25 {
        max-height: 100px;
    }
    .\33xl\:max-h-28 {
        max-height: 7rem;
    }
    .\33xl\:max-h-29 {
        max-height: 120px;
    }
    .\33xl\:max-h-32 {
        max-height: 8rem;
    }
    .\33xl\:max-h-33 {
        max-height: 130px;
    }
    .\33xl\:max-h-36 {
        max-height: 9rem;
    }
    .\33xl\:max-h-40 {
        max-height: 10rem;
    }
    .\33xl\:max-h-44 {
        max-height: 11rem;
    }
    .\33xl\:max-h-48 {
        max-height: 12rem;
    }
    .\33xl\:max-h-52 {
        max-height: 13rem;
    }
    .\33xl\:max-h-56 {
        max-height: 14rem;
    }
    .\33xl\:max-h-60 {
        max-height: 15rem;
    }
    .\33xl\:max-h-63 {
        max-height: 270px;
    }
    .\33xl\:max-h-64 {
        max-height: 16rem;
    }
    .\33xl\:max-h-72 {
        max-height: 18rem;
    }
    .\33xl\:max-h-80 {
        max-height: 20rem;
    }
    .\33xl\:max-h-92 {
        max-height: 475px;
    }
    .\33xl\:max-h-96 {
        max-height: 24rem;
    }
    .\33xl\:max-h-128 {
        max-height: 32rem;
    }
    .\33xl\:max-h-px {
        max-height: 1px;
    }
    .\33xl\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .\33xl\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .\33xl\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .\33xl\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .\33xl\:max-h-105p {
        max-height: 105px;
    }
    .\33xl\:max-h-50p {
        max-height: 50px;
    }
    .\33xl\:max-h-54p {
        max-height: 54px;
    }
    .\33xl\:max-h-1p {
        max-height: 1px;
    }
    .\33xl\:max-h-2p {
        max-height: 2px;
    }
    .\33xl\:max-h-3p {
        max-height: 3px;
    }
    .\33xl\:max-h-5p {
        max-height: 5px;
    }
    .\33xl\:max-h-7p {
        max-height: 7px;
    }
    .\33xl\:max-h-9p {
        max-height: 9px;
    }
    .\33xl\:max-h-10p {
        max-height: 10px;
    }
    .\33xl\:max-h-11p {
        max-height: 11px;
    }
    .\33xl\:max-h-13p {
        max-height: 13px;
    }
    .\33xl\:max-h-15p {
        max-height: 15px;
    }
    .\33xl\:max-h-18p {
        max-height: 18px;
    }
    .\33xl\:max-h-19p {
        max-height: 19px;
    }
    .\33xl\:max-h-21p {
        max-height: 21px;
    }
    .\33xl\:max-h-22p {
        max-height: 22px;
    }
    .\33xl\:max-h-23p {
        max-height: 23px;
    }
    .\33xl\:max-h-25p {
        max-height: 25px;
    }
    .\33xl\:max-h-26p {
        max-height: 26px;
    }
    .\33xl\:max-h-29p {
        max-height: 29px;
    }
    .\33xl\:max-h-30p {
        max-height: 30px;
    }
    .\33xl\:max-h-31p {
        max-height: 31px;
    }
    .\33xl\:max-h-35p {
        max-height: 35px;
    }
    .\33xl\:max-h-52p {
        max-height: 52px;
    }
    .\33xl\:max-h-53p {
        max-height: 53px;
    }
    .\33xl\:max-h-55p {
        max-height: 55px;
    }
    .\33xl\:max-h-59p {
        max-height: 59px;
    }
    .\33xl\:max-h-27p {
        max-height: 27px;
    }
    .\33xl\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .\33xl\:max-h-38p {
        max-height: 38px;
    }
    .\33xl\:max-h-40p {
        max-height: 40px;
    }
    .\33xl\:max-h-46p {
        max-height: 46px;
    }
    .\33xl\:max-h-47p {
        max-height: 47px;
    }
    .\33xl\:max-h-49p {
        max-height: 49px;
    }
    .\33xl\:max-h-58p {
        max-height: 58px;
    }
    .\33xl\:max-h-75p {
        max-height: 75px;
    }
    .\33xl\:max-h-77p {
        max-height: 77px;
    }
    .\33xl\:max-h-60p {
        max-height: 60px;
    }
    .\33xl\:max-h-65p {
        max-height: 65px;
    }
    .\33xl\:max-h-66p {
        max-height: 66px;
    }
    .\33xl\:max-h-68p {
        max-height: 68px;
    }
    .\33xl\:max-h-70p {
        max-height: 70px;
    }
    .\33xl\:max-h-72p {
        max-height: 72px;
    }
    .\33xl\:max-h-74p {
        max-height: 74px;
    }
    .\33xl\:max-h-78p {
        max-height: 78px;
    }
    .\33xl\:max-h-80p {
        max-height: 80px;
    }
    .\33xl\:max-h-82p {
        max-height: 82px;
    }
    .\33xl\:max-h-84p {
        max-height: 84px;
    }
    .\33xl\:max-h-89p {
        max-height: 89px;
    }
    .\33xl\:max-h-93p {
        max-height: 93px;
    }
    .\33xl\:max-h-90p {
        max-height: 90px;
    }
    .\33xl\:max-h-97p {
        max-height: 97px;
    }
    .\33xl\:max-h-103p {
        max-height: 103px;
    }
    .\33xl\:max-h-116p {
        max-height: 116px;
    }
    .\33xl\:max-h-120p {
        max-height: 120px;
    }
    .\33xl\:max-h-125p {
        max-height: 125px;
    }
    .\33xl\:max-h-130p {
        max-height: 130px;
    }
    .\33xl\:max-h-135p {
        max-height: 135px;
    }
    .\33xl\:max-h-132p {
        max-height: 132px;
    }
    .\33xl\:max-h-150p {
        max-height: 150px;
    }
    .\33xl\:max-h-216p {
        max-height: 216px;
    }
    .\33xl\:max-h-225p {
        max-height: 225px;
    }
    .\33xl\:max-h-296p {
        max-height: 296px;
    }
    .\33xl\:max-h-270p {
        max-height: 270px;
    }
    .\33xl\:max-h-137p {
        max-height: 137px;
    }
    .\33xl\:max-h-141p {
        max-height: 141px;
    }
    .\33xl\:max-h-146p {
        max-height: 146px;
    }
    .\33xl\:max-h-152p {
        max-height: 152px;
    }
    .\33xl\:max-h-155p {
        max-height: 155px;
    }
    .\33xl\:max-h-163p {
        max-height: 163px;
    }
    .\33xl\:max-h-168p {
        max-height: 168px;
    }
    .\33xl\:max-h-173p {
        max-height: 173px;
    }
    .\33xl\:max-h-210p {
        max-height: 210px;
    }
    .\33xl\:max-h-245p {
        max-height: 245px;
    }
    .\33xl\:max-h-250p {
        max-height: 250px;
    }
    .\33xl\:max-h-260p {
        max-height: 260px;
    }
    .\33xl\:max-h-263p {
        max-height: 263px;
    }
    .\33xl\:max-h-266p {
        max-height: 266px;
    }
    .\33xl\:max-h-275p {
        max-height: 275px;
    }
    .\33xl\:max-h-300p {
        max-height: 300px;
    }
    .\33xl\:max-h-312p {
        max-height: 312px;
    }
    .\33xl\:max-h-318p {
        max-height: 318px;
    }
    .\33xl\:max-h-322p {
        max-height: 322px;
    }
    .\33xl\:max-h-337p {
        max-height: 337px;
    }
    .\33xl\:max-h-345p {
        max-height: 345px;
    }
    .\33xl\:max-h-344p {
        max-height: 344px;
    }
    .\33xl\:max-h-354p {
        max-height: 354px;
    }
    .\33xl\:max-h-364p {
        max-height: 364px;
    }
    .\33xl\:max-h-370p {
        max-height: 370px;
    }
    .\33xl\:max-h-382p {
        max-height: 382px;
    }
    .\33xl\:max-h-385p {
        max-height: 385px;
    }
    .\33xl\:max-h-400p {
        max-height: 400px;
    }
    .\33xl\:max-h-407p {
        max-height: 407px;
    }
    .\33xl\:max-h-411p {
        max-height: 411px;
    }
    .\33xl\:max-h-418p {
        max-height: 418px;
    }
    .\33xl\:max-h-430p {
        max-height: 430px;
    }
    .\33xl\:max-h-450p {
        max-height: 450px;
    }
    .\33xl\:max-h-468p {
        max-height: 468px;
    }
    .\33xl\:max-h-485p {
        max-height: 485px;
    }
    .\33xl\:max-h-491p {
        max-height: 491px;
    }
    .\33xl\:max-h-494p {
        max-height: 494px;
    }
    .\33xl\:max-h-470p {
        max-height: 470px;
    }
    .\33xl\:max-h-480p {
        max-height: 480px;
    }
    .\33xl\:max-h-532p {
        max-height: 532px;
    }
    .\33xl\:max-h-556p {
        max-height: 556px;
    }
    .\33xl\:max-h-505p {
        max-height: 505px;
    }
    .\33xl\:max-h-1179p {
        max-height: 1179px;
    }
    .\33xl\:max-h-1253p {
        max-height: 1253px;
    }
    .\33xl\:max-h-1575p {
        max-height: 1575px;
    }
    .\33xl\:max-h-600p {
        max-height: 600px;
    }
    .\33xl\:max-h-649p {
        max-height: 649px;
    }
    .\33xl\:max-h-690p {
        max-height: 690px;
    }
    .\33xl\:max-h-19\% {
        max-height: 19%;
    }
    .\33xl\:max-h-23\% {
        max-height: 23%;
    }
    .\33xl\:max-h-24\% {
        max-height: 24%;
    }
    .\33xl\:max-h-36\% {
        max-height: 36%;
    }
    .\33xl\:max-h-27\% {
        max-height: 27%;
    }
    .\33xl\:max-h-28\% {
        max-height: 28%;
    }
    .\33xl\:max-h-42\% {
        max-height: 42%;
    }
    .\33xl\:max-h-46\% {
        max-height: 46%;
    }
    .\33xl\:max-h-49\% {
        max-height: 49%;
    }
    .\33xl\:max-h-54\% {
        max-height: 54%;
    }
    .\33xl\:max-h-58\% {
        max-height: 58%;
    }
    .\33xl\:max-h-72\% {
        max-height: 72%;
    }
    .\33xl\:max-h-76\% {
        max-height: 76%;
    }
    .\33xl\:max-h-77\% {
        max-height: 77%;
    }
    .\33xl\:max-h-340p {
        max-height: 340px;
    }
    .\33xl\:max-h-700p {
        max-height: 700px;
    }
    .\33xl\:max-h-848p {
        max-height: 848px;
    }
    .\33xl\:max-h-850p {
        max-height: 850px;
    }
    .\33xl\:max-h-860p {
        max-height: 860px;
    }
    .\33xl\:max-h-1425p {
        max-height: 1425px;
    }
    .\33xl\:max-h-full {
        max-height: 100%;
    }
    .\33xl\:max-h-screen {
        max-height: 100vh;
    }
    .\33xl\:max-w-0 {
        max-width: 0;
    }
    .\33xl\:max-w-none {
        max-width: none;
    }
    .\33xl\:max-w-xs {
        max-width: 20rem;
    }
    .\33xl\:max-w-sm {
        max-width: 24rem;
    }
    .\33xl\:max-w-md {
        max-width: 28rem;
    }
    .\33xl\:max-w-lg {
        max-width: 32rem;
    }
    .\33xl\:max-w-xl {
        max-width: 36rem;
    }
    .\33xl\:max-w-2xl {
        max-width: 42rem;
    }
    .\33xl\:max-w-3xl {
        max-width: 48rem;
    }
    .\33xl\:max-w-4xl {
        max-width: 56rem;
    }
    .\33xl\:max-w-5xl {
        max-width: 64rem;
    }
    .\33xl\:max-w-6xl {
        max-width: 72rem;
    }
    .\33xl\:max-w-7xl {
        max-width: 80rem;
    }
    .\33xl\:max-w-full {
        max-width: 100%;
    }
    .\33xl\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .\33xl\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .\33xl\:max-w-prose {
        max-width: 65ch;
    }
    .\33xl\:max-w-screen-sm {
        max-width: 640px;
    }
    .\33xl\:max-w-screen-md {
        max-width: 768px;
    }
    .\33xl\:max-w-screen-lg {
        max-width: 1024px;
    }
    .\33xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .\33xl\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .\33xl\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .\33xl\:min-h-0 {
        min-height: 0;
    }
    .\33xl\:min-h-full {
        min-height: 100%;
    }
    .\33xl\:min-h-screen {
        min-height: 100vh;
    }
    .\33xl\:min-w-0 {
        min-width: 0;
    }
    .\33xl\:min-w-full {
        min-width: 100%;
    }
    .\33xl\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .\33xl\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .\33xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .\33xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .\33xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .\33xl\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .\33xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .\33xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .\33xl\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .\33xl\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .\33xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .\33xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .\33xl\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .\33xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .\33xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .\33xl\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .\33xl\:opacity-0 {
        opacity: 0;
    }
    .\33xl\:opacity-5 {
        opacity: 0.05;
    }
    .\33xl\:opacity-10 {
        opacity: 0.1;
    }
    .\33xl\:opacity-20 {
        opacity: 0.2;
    }
    .\33xl\:opacity-25 {
        opacity: 0.25;
    }
    .\33xl\:opacity-30 {
        opacity: 0.3;
    }
    .\33xl\:opacity-40 {
        opacity: 0.4;
    }
    .\33xl\:opacity-50 {
        opacity: 0.5;
    }
    .\33xl\:opacity-60 {
        opacity: 0.6;
    }
    .\33xl\:opacity-70 {
        opacity: 0.7;
    }
    .\33xl\:opacity-75 {
        opacity: 0.75;
    }
    .\33xl\:opacity-80 {
        opacity: 0.8;
    }
    .\33xl\:opacity-90 {
        opacity: 0.9;
    }
    .\33xl\:opacity-95 {
        opacity: 0.95;
    }
    .\33xl\:opacity-100 {
        opacity: 1;
    }
    .group:hover .\33xl\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .\33xl\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .\33xl\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .\33xl\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .\33xl\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .\33xl\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .\33xl\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .\33xl\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .\33xl\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .\33xl\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .\33xl\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .\33xl\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .\33xl\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .\33xl\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .\33xl\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .\33xl\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .\33xl\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .\33xl\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .\33xl\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .\33xl\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .\33xl\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .\33xl\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .\33xl\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .\33xl\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .\33xl\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .\33xl\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .\33xl\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .\33xl\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .\33xl\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .\33xl\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .\33xl\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .\33xl\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .\33xl\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .\33xl\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .\33xl\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .\33xl\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .\33xl\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .\33xl\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .\33xl\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .\33xl\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .\33xl\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .\33xl\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .\33xl\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .\33xl\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .\33xl\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .\33xl\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .\33xl\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .\33xl\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .\33xl\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .\33xl\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .\33xl\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .\33xl\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .\33xl\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .\33xl\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .\33xl\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .\33xl\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .\33xl\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .\33xl\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .\33xl\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .\33xl\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .\33xl\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .\33xl\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .\33xl\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .\33xl\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .\33xl\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .\33xl\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .\33xl\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .\33xl\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .\33xl\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .\33xl\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .\33xl\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .\33xl\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .\33xl\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .\33xl\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .\33xl\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .\33xl\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\33xl\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\33xl\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\33xl\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\33xl\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\33xl\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\33xl\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .\33xl\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .\33xl\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .\33xl\:overflow-auto {
        overflow: auto;
    }
    .\33xl\:overflow-hidden {
        overflow: hidden;
    }
    .\33xl\:overflow-visible {
        overflow: visible;
    }
    .\33xl\:overflow-scroll {
        overflow: scroll;
    }
    .\33xl\:overflow-x-auto {
        overflow-x: auto;
    }
    .\33xl\:overflow-y-auto {
        overflow-y: auto;
    }
    .\33xl\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .\33xl\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .\33xl\:overflow-x-visible {
        overflow-x: visible;
    }
    .\33xl\:overflow-y-visible {
        overflow-y: visible;
    }
    .\33xl\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .\33xl\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .\33xl\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .\33xl\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .\33xl\:overscroll-none {
        overscroll-behavior: none;
    }
    .\33xl\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .\33xl\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .\33xl\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .\33xl\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .\33xl\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .\33xl\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .\33xl\:p-0 {
        padding: 0;
    }
    .\33xl\:p-1 {
        padding: 0.25rem;
    }
    .\33xl\:p-2 {
        padding: 0.5rem;
    }
    .\33xl\:p-3 {
        padding: 0.75rem;
    }
    .\33xl\:p-4 {
        padding: 1rem;
    }
    .\33xl\:p-5 {
        padding: 1.25rem;
    }
    .\33xl\:p-6 {
        padding: 1.5rem;
    }
    .\33xl\:p-7 {
        padding: 1.75rem;
    }
    .\33xl\:p-8 {
        padding: 2rem;
    }
    .\33xl\:p-9 {
        padding: 2.25rem;
    }
    .\33xl\:p-10 {
        padding: 2.5rem;
    }
    .\33xl\:p-11 {
        padding: 2.75rem;
    }
    .\33xl\:p-12 {
        padding: 3rem;
    }
    .\33xl\:p-14 {
        padding: 3.5rem;
    }
    .\33xl\:p-16 {
        padding: 4rem;
    }
    .\33xl\:p-20 {
        padding: 5rem;
    }
    .\33xl\:p-23 {
        padding: 88px;
    }
    .\33xl\:p-24 {
        padding: 6rem;
    }
    .\33xl\:p-25 {
        padding: 100px;
    }
    .\33xl\:p-28 {
        padding: 7rem;
    }
    .\33xl\:p-29 {
        padding: 120px;
    }
    .\33xl\:p-32 {
        padding: 8rem;
    }
    .\33xl\:p-33 {
        padding: 130px;
    }
    .\33xl\:p-36 {
        padding: 9rem;
    }
    .\33xl\:p-40 {
        padding: 10rem;
    }
    .\33xl\:p-44 {
        padding: 11rem;
    }
    .\33xl\:p-48 {
        padding: 12rem;
    }
    .\33xl\:p-52 {
        padding: 13rem;
    }
    .\33xl\:p-56 {
        padding: 14rem;
    }
    .\33xl\:p-60 {
        padding: 15rem;
    }
    .\33xl\:p-63 {
        padding: 270px;
    }
    .\33xl\:p-64 {
        padding: 16rem;
    }
    .\33xl\:p-72 {
        padding: 18rem;
    }
    .\33xl\:p-80 {
        padding: 20rem;
    }
    .\33xl\:p-92 {
        padding: 475px;
    }
    .\33xl\:p-96 {
        padding: 24rem;
    }
    .\33xl\:p-128 {
        padding: 32rem;
    }
    .\33xl\:p-px {
        padding: 1px;
    }
    .\33xl\:p-0\.5 {
        padding: 0.125rem;
    }
    .\33xl\:p-1\.5 {
        padding: 0.375rem;
    }
    .\33xl\:p-2\.5 {
        padding: 0.625rem;
    }
    .\33xl\:p-3\.5 {
        padding: 0.875rem;
    }
    .\33xl\:p-105p {
        padding: 105px;
    }
    .\33xl\:p-50p {
        padding: 50px;
    }
    .\33xl\:p-54p {
        padding: 54px;
    }
    .\33xl\:p-1p {
        padding: 1px;
    }
    .\33xl\:p-2p {
        padding: 2px;
    }
    .\33xl\:p-3p {
        padding: 3px;
    }
    .\33xl\:p-5p {
        padding: 5px;
    }
    .\33xl\:p-7p {
        padding: 7px;
    }
    .\33xl\:p-9p {
        padding: 9px;
    }
    .\33xl\:p-10p {
        padding: 10px;
    }
    .\33xl\:p-11p {
        padding: 11px;
    }
    .\33xl\:p-13p {
        padding: 13px;
    }
    .\33xl\:p-15p {
        padding: 15px;
    }
    .\33xl\:p-18p {
        padding: 18px;
    }
    .\33xl\:p-19p {
        padding: 19px;
    }
    .\33xl\:p-21p {
        padding: 21px;
    }
    .\33xl\:p-22p {
        padding: 22px;
    }
    .\33xl\:p-23p {
        padding: 23px;
    }
    .\33xl\:p-25p {
        padding: 25px;
    }
    .\33xl\:p-26p {
        padding: 26px;
    }
    .\33xl\:p-29p {
        padding: 29px;
    }
    .\33xl\:p-30p {
        padding: 30px;
    }
    .\33xl\:p-31p {
        padding: 31px;
    }
    .\33xl\:p-35p {
        padding: 35px;
    }
    .\33xl\:p-52p {
        padding: 52px;
    }
    .\33xl\:p-53p {
        padding: 53px;
    }
    .\33xl\:p-55p {
        padding: 55px;
    }
    .\33xl\:p-59p {
        padding: 59px;
    }
    .\33xl\:p-27p {
        padding: 27px;
    }
    .\33xl\:p-33\.5p {
        padding: 33.5px;
    }
    .\33xl\:p-38p {
        padding: 38px;
    }
    .\33xl\:p-40p {
        padding: 40px;
    }
    .\33xl\:p-46p {
        padding: 46px;
    }
    .\33xl\:p-47p {
        padding: 47px;
    }
    .\33xl\:p-49p {
        padding: 49px;
    }
    .\33xl\:p-58p {
        padding: 58px;
    }
    .\33xl\:p-75p {
        padding: 75px;
    }
    .\33xl\:p-77p {
        padding: 77px;
    }
    .\33xl\:p-60p {
        padding: 60px;
    }
    .\33xl\:p-65p {
        padding: 65px;
    }
    .\33xl\:p-66p {
        padding: 66px;
    }
    .\33xl\:p-68p {
        padding: 68px;
    }
    .\33xl\:p-70p {
        padding: 70px;
    }
    .\33xl\:p-72p {
        padding: 72px;
    }
    .\33xl\:p-74p {
        padding: 74px;
    }
    .\33xl\:p-78p {
        padding: 78px;
    }
    .\33xl\:p-80p {
        padding: 80px;
    }
    .\33xl\:p-82p {
        padding: 82px;
    }
    .\33xl\:p-84p {
        padding: 84px;
    }
    .\33xl\:p-89p {
        padding: 89px;
    }
    .\33xl\:p-93p {
        padding: 93px;
    }
    .\33xl\:p-90p {
        padding: 90px;
    }
    .\33xl\:p-97p {
        padding: 97px;
    }
    .\33xl\:p-103p {
        padding: 103px;
    }
    .\33xl\:p-116p {
        padding: 116px;
    }
    .\33xl\:p-120p {
        padding: 120px;
    }
    .\33xl\:p-125p {
        padding: 125px;
    }
    .\33xl\:p-130p {
        padding: 130px;
    }
    .\33xl\:p-135p {
        padding: 135px;
    }
    .\33xl\:p-132p {
        padding: 132px;
    }
    .\33xl\:p-150p {
        padding: 150px;
    }
    .\33xl\:p-216p {
        padding: 216px;
    }
    .\33xl\:p-225p {
        padding: 225px;
    }
    .\33xl\:p-296p {
        padding: 296px;
    }
    .\33xl\:p-270p {
        padding: 270px;
    }
    .\33xl\:p-137p {
        padding: 137px;
    }
    .\33xl\:p-141p {
        padding: 141px;
    }
    .\33xl\:p-146p {
        padding: 146px;
    }
    .\33xl\:p-152p {
        padding: 152px;
    }
    .\33xl\:p-155p {
        padding: 155px;
    }
    .\33xl\:p-163p {
        padding: 163px;
    }
    .\33xl\:p-168p {
        padding: 168px;
    }
    .\33xl\:p-173p {
        padding: 173px;
    }
    .\33xl\:p-210p {
        padding: 210px;
    }
    .\33xl\:p-245p {
        padding: 245px;
    }
    .\33xl\:p-250p {
        padding: 250px;
    }
    .\33xl\:p-260p {
        padding: 260px;
    }
    .\33xl\:p-263p {
        padding: 263px;
    }
    .\33xl\:p-266p {
        padding: 266px;
    }
    .\33xl\:p-275p {
        padding: 275px;
    }
    .\33xl\:p-300p {
        padding: 300px;
    }
    .\33xl\:p-312p {
        padding: 312px;
    }
    .\33xl\:p-318p {
        padding: 318px;
    }
    .\33xl\:p-322p {
        padding: 322px;
    }
    .\33xl\:p-337p {
        padding: 337px;
    }
    .\33xl\:p-345p {
        padding: 345px;
    }
    .\33xl\:p-344p {
        padding: 344px;
    }
    .\33xl\:p-354p {
        padding: 354px;
    }
    .\33xl\:p-364p {
        padding: 364px;
    }
    .\33xl\:p-370p {
        padding: 370px;
    }
    .\33xl\:p-382p {
        padding: 382px;
    }
    .\33xl\:p-385p {
        padding: 385px;
    }
    .\33xl\:p-400p {
        padding: 400px;
    }
    .\33xl\:p-407p {
        padding: 407px;
    }
    .\33xl\:p-411p {
        padding: 411px;
    }
    .\33xl\:p-418p {
        padding: 418px;
    }
    .\33xl\:p-430p {
        padding: 430px;
    }
    .\33xl\:p-450p {
        padding: 450px;
    }
    .\33xl\:p-468p {
        padding: 468px;
    }
    .\33xl\:p-485p {
        padding: 485px;
    }
    .\33xl\:p-491p {
        padding: 491px;
    }
    .\33xl\:p-494p {
        padding: 494px;
    }
    .\33xl\:p-470p {
        padding: 470px;
    }
    .\33xl\:p-480p {
        padding: 480px;
    }
    .\33xl\:p-532p {
        padding: 532px;
    }
    .\33xl\:p-556p {
        padding: 556px;
    }
    .\33xl\:p-505p {
        padding: 505px;
    }
    .\33xl\:p-1179p {
        padding: 1179px;
    }
    .\33xl\:p-1253p {
        padding: 1253px;
    }
    .\33xl\:p-1575p {
        padding: 1575px;
    }
    .\33xl\:p-600p {
        padding: 600px;
    }
    .\33xl\:p-649p {
        padding: 649px;
    }
    .\33xl\:p-690p {
        padding: 690px;
    }
    .\33xl\:p-19\% {
        padding: 19%;
    }
    .\33xl\:p-23\% {
        padding: 23%;
    }
    .\33xl\:p-24\% {
        padding: 24%;
    }
    .\33xl\:p-36\% {
        padding: 36%;
    }
    .\33xl\:p-27\% {
        padding: 27%;
    }
    .\33xl\:p-28\% {
        padding: 28%;
    }
    .\33xl\:p-42\% {
        padding: 42%;
    }
    .\33xl\:p-46\% {
        padding: 46%;
    }
    .\33xl\:p-49\% {
        padding: 49%;
    }
    .\33xl\:p-54\% {
        padding: 54%;
    }
    .\33xl\:p-58\% {
        padding: 58%;
    }
    .\33xl\:p-72\% {
        padding: 72%;
    }
    .\33xl\:p-76\% {
        padding: 76%;
    }
    .\33xl\:p-77\% {
        padding: 77%;
    }
    .\33xl\:p-340p {
        padding: 340px;
    }
    .\33xl\:p-700p {
        padding: 700px;
    }
    .\33xl\:p-848p {
        padding: 848px;
    }
    .\33xl\:p-850p {
        padding: 850px;
    }
    .\33xl\:p-860p {
        padding: 860px;
    }
    .\33xl\:p-1425p {
        padding: 1425px;
    }
    .\33xl\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .\33xl\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .\33xl\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .\33xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .\33xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .\33xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .\33xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .\33xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .\33xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .\33xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .\33xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .\33xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .\33xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .\33xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .\33xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .\33xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .\33xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .\33xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .\33xl\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .\33xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .\33xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .\33xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .\33xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .\33xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .\33xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .\33xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .\33xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .\33xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .\33xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .\33xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .\33xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .\33xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .\33xl\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .\33xl\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .\33xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .\33xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .\33xl\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .\33xl\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .\33xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .\33xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .\33xl\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .\33xl\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .\33xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .\33xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .\33xl\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .\33xl\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .\33xl\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .\33xl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .\33xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .\33xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .\33xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .\33xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .\33xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .\33xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .\33xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .\33xl\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .\33xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .\33xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .\33xl\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .\33xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .\33xl\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .\33xl\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .\33xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .\33xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .\33xl\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .\33xl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .\33xl\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .\33xl\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .\33xl\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .\33xl\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .\33xl\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .\33xl\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .\33xl\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .\33xl\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .\33xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .\33xl\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .\33xl\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .\33xl\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .\33xl\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .\33xl\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .\33xl\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .\33xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .\33xl\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .\33xl\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .\33xl\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .\33xl\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .\33xl\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .\33xl\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .\33xl\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .\33xl\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .\33xl\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .\33xl\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .\33xl\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .\33xl\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .\33xl\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .\33xl\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .\33xl\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .\33xl\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .\33xl\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .\33xl\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .\33xl\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .\33xl\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .\33xl\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .\33xl\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .\33xl\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .\33xl\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .\33xl\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .\33xl\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .\33xl\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .\33xl\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .\33xl\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .\33xl\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .\33xl\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .\33xl\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .\33xl\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .\33xl\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .\33xl\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .\33xl\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .\33xl\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .\33xl\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .\33xl\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .\33xl\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .\33xl\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .\33xl\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .\33xl\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .\33xl\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .\33xl\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .\33xl\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .\33xl\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .\33xl\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .\33xl\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .\33xl\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .\33xl\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .\33xl\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .\33xl\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .\33xl\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .\33xl\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .\33xl\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .\33xl\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .\33xl\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .\33xl\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .\33xl\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .\33xl\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .\33xl\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .\33xl\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .\33xl\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .\33xl\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .\33xl\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .\33xl\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .\33xl\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .\33xl\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .\33xl\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .\33xl\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .\33xl\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .\33xl\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .\33xl\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .\33xl\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .\33xl\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .\33xl\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .\33xl\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .\33xl\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .\33xl\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .\33xl\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .\33xl\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .\33xl\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .\33xl\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .\33xl\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .\33xl\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .\33xl\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .\33xl\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .\33xl\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .\33xl\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .\33xl\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .\33xl\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .\33xl\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .\33xl\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .\33xl\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .\33xl\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .\33xl\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .\33xl\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .\33xl\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .\33xl\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .\33xl\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .\33xl\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .\33xl\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .\33xl\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .\33xl\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .\33xl\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .\33xl\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .\33xl\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .\33xl\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .\33xl\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .\33xl\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .\33xl\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .\33xl\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .\33xl\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .\33xl\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .\33xl\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .\33xl\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .\33xl\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .\33xl\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .\33xl\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .\33xl\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .\33xl\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .\33xl\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .\33xl\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .\33xl\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .\33xl\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .\33xl\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .\33xl\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .\33xl\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .\33xl\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .\33xl\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .\33xl\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .\33xl\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .\33xl\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .\33xl\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .\33xl\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .\33xl\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .\33xl\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .\33xl\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .\33xl\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .\33xl\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .\33xl\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .\33xl\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .\33xl\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .\33xl\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .\33xl\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .\33xl\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .\33xl\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .\33xl\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .\33xl\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .\33xl\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .\33xl\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .\33xl\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .\33xl\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .\33xl\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .\33xl\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .\33xl\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .\33xl\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .\33xl\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .\33xl\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .\33xl\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .\33xl\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .\33xl\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .\33xl\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .\33xl\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .\33xl\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .\33xl\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .\33xl\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .\33xl\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .\33xl\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .\33xl\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .\33xl\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .\33xl\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .\33xl\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .\33xl\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .\33xl\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .\33xl\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .\33xl\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .\33xl\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .\33xl\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .\33xl\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .\33xl\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .\33xl\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .\33xl\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .\33xl\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .\33xl\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .\33xl\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .\33xl\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .\33xl\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .\33xl\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .\33xl\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .\33xl\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .\33xl\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .\33xl\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .\33xl\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .\33xl\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .\33xl\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .\33xl\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .\33xl\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .\33xl\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .\33xl\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .\33xl\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .\33xl\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .\33xl\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .\33xl\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .\33xl\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .\33xl\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .\33xl\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .\33xl\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .\33xl\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .\33xl\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .\33xl\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .\33xl\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .\33xl\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .\33xl\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .\33xl\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .\33xl\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .\33xl\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .\33xl\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .\33xl\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .\33xl\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .\33xl\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .\33xl\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .\33xl\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .\33xl\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .\33xl\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .\33xl\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .\33xl\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .\33xl\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .\33xl\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .\33xl\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .\33xl\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .\33xl\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .\33xl\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .\33xl\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .\33xl\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .\33xl\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .\33xl\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .\33xl\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .\33xl\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .\33xl\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .\33xl\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .\33xl\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .\33xl\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .\33xl\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .\33xl\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .\33xl\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .\33xl\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .\33xl\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .\33xl\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .\33xl\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .\33xl\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .\33xl\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .\33xl\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .\33xl\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .\33xl\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .\33xl\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .\33xl\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .\33xl\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .\33xl\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .\33xl\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .\33xl\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .\33xl\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .\33xl\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .\33xl\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .\33xl\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .\33xl\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .\33xl\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .\33xl\:pt-0 {
        padding-top: 0;
    }
    .\33xl\:pr-0 {
        padding-right: 0;
    }
    .\33xl\:pb-0 {
        padding-bottom: 0;
    }
    .\33xl\:pl-0 {
        padding-left: 0;
    }
    .\33xl\:pt-1 {
        padding-top: 0.25rem;
    }
    .\33xl\:pr-1 {
        padding-right: 0.25rem;
    }
    .\33xl\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .\33xl\:pl-1 {
        padding-left: 0.25rem;
    }
    .\33xl\:pt-2 {
        padding-top: 0.5rem;
    }
    .\33xl\:pr-2 {
        padding-right: 0.5rem;
    }
    .\33xl\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .\33xl\:pl-2 {
        padding-left: 0.5rem;
    }
    .\33xl\:pt-3 {
        padding-top: 0.75rem;
    }
    .\33xl\:pr-3 {
        padding-right: 0.75rem;
    }
    .\33xl\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .\33xl\:pl-3 {
        padding-left: 0.75rem;
    }
    .\33xl\:pt-4 {
        padding-top: 1rem;
    }
    .\33xl\:pr-4 {
        padding-right: 1rem;
    }
    .\33xl\:pb-4 {
        padding-bottom: 1rem;
    }
    .\33xl\:pl-4 {
        padding-left: 1rem;
    }
    .\33xl\:pt-5 {
        padding-top: 1.25rem;
    }
    .\33xl\:pr-5 {
        padding-right: 1.25rem;
    }
    .\33xl\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .\33xl\:pl-5 {
        padding-left: 1.25rem;
    }
    .\33xl\:pt-6 {
        padding-top: 1.5rem;
    }
    .\33xl\:pr-6 {
        padding-right: 1.5rem;
    }
    .\33xl\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .\33xl\:pl-6 {
        padding-left: 1.5rem;
    }
    .\33xl\:pt-7 {
        padding-top: 1.75rem;
    }
    .\33xl\:pr-7 {
        padding-right: 1.75rem;
    }
    .\33xl\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .\33xl\:pl-7 {
        padding-left: 1.75rem;
    }
    .\33xl\:pt-8 {
        padding-top: 2rem;
    }
    .\33xl\:pr-8 {
        padding-right: 2rem;
    }
    .\33xl\:pb-8 {
        padding-bottom: 2rem;
    }
    .\33xl\:pl-8 {
        padding-left: 2rem;
    }
    .\33xl\:pt-9 {
        padding-top: 2.25rem;
    }
    .\33xl\:pr-9 {
        padding-right: 2.25rem;
    }
    .\33xl\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .\33xl\:pl-9 {
        padding-left: 2.25rem;
    }
    .\33xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .\33xl\:pr-10 {
        padding-right: 2.5rem;
    }
    .\33xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .\33xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .\33xl\:pt-11 {
        padding-top: 2.75rem;
    }
    .\33xl\:pr-11 {
        padding-right: 2.75rem;
    }
    .\33xl\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .\33xl\:pl-11 {
        padding-left: 2.75rem;
    }
    .\33xl\:pt-12 {
        padding-top: 3rem;
    }
    .\33xl\:pr-12 {
        padding-right: 3rem;
    }
    .\33xl\:pb-12 {
        padding-bottom: 3rem;
    }
    .\33xl\:pl-12 {
        padding-left: 3rem;
    }
    .\33xl\:pt-14 {
        padding-top: 3.5rem;
    }
    .\33xl\:pr-14 {
        padding-right: 3.5rem;
    }
    .\33xl\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .\33xl\:pl-14 {
        padding-left: 3.5rem;
    }
    .\33xl\:pt-16 {
        padding-top: 4rem;
    }
    .\33xl\:pr-16 {
        padding-right: 4rem;
    }
    .\33xl\:pb-16 {
        padding-bottom: 4rem;
    }
    .\33xl\:pl-16 {
        padding-left: 4rem;
    }
    .\33xl\:pt-20 {
        padding-top: 5rem;
    }
    .\33xl\:pr-20 {
        padding-right: 5rem;
    }
    .\33xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .\33xl\:pl-20 {
        padding-left: 5rem;
    }
    .\33xl\:pt-23 {
        padding-top: 88px;
    }
    .\33xl\:pr-23 {
        padding-right: 88px;
    }
    .\33xl\:pb-23 {
        padding-bottom: 88px;
    }
    .\33xl\:pl-23 {
        padding-left: 88px;
    }
    .\33xl\:pt-24 {
        padding-top: 6rem;
    }
    .\33xl\:pr-24 {
        padding-right: 6rem;
    }
    .\33xl\:pb-24 {
        padding-bottom: 6rem;
    }
    .\33xl\:pl-24 {
        padding-left: 6rem;
    }
    .\33xl\:pt-25 {
        padding-top: 100px;
    }
    .\33xl\:pr-25 {
        padding-right: 100px;
    }
    .\33xl\:pb-25 {
        padding-bottom: 100px;
    }
    .\33xl\:pl-25 {
        padding-left: 100px;
    }
    .\33xl\:pt-28 {
        padding-top: 7rem;
    }
    .\33xl\:pr-28 {
        padding-right: 7rem;
    }
    .\33xl\:pb-28 {
        padding-bottom: 7rem;
    }
    .\33xl\:pl-28 {
        padding-left: 7rem;
    }
    .\33xl\:pt-29 {
        padding-top: 120px;
    }
    .\33xl\:pr-29 {
        padding-right: 120px;
    }
    .\33xl\:pb-29 {
        padding-bottom: 120px;
    }
    .\33xl\:pl-29 {
        padding-left: 120px;
    }
    .\33xl\:pt-32 {
        padding-top: 8rem;
    }
    .\33xl\:pr-32 {
        padding-right: 8rem;
    }
    .\33xl\:pb-32 {
        padding-bottom: 8rem;
    }
    .\33xl\:pl-32 {
        padding-left: 8rem;
    }
    .\33xl\:pt-33 {
        padding-top: 130px;
    }
    .\33xl\:pr-33 {
        padding-right: 130px;
    }
    .\33xl\:pb-33 {
        padding-bottom: 130px;
    }
    .\33xl\:pl-33 {
        padding-left: 130px;
    }
    .\33xl\:pt-36 {
        padding-top: 9rem;
    }
    .\33xl\:pr-36 {
        padding-right: 9rem;
    }
    .\33xl\:pb-36 {
        padding-bottom: 9rem;
    }
    .\33xl\:pl-36 {
        padding-left: 9rem;
    }
    .\33xl\:pt-40 {
        padding-top: 10rem;
    }
    .\33xl\:pr-40 {
        padding-right: 10rem;
    }
    .\33xl\:pb-40 {
        padding-bottom: 10rem;
    }
    .\33xl\:pl-40 {
        padding-left: 10rem;
    }
    .\33xl\:pt-44 {
        padding-top: 11rem;
    }
    .\33xl\:pr-44 {
        padding-right: 11rem;
    }
    .\33xl\:pb-44 {
        padding-bottom: 11rem;
    }
    .\33xl\:pl-44 {
        padding-left: 11rem;
    }
    .\33xl\:pt-48 {
        padding-top: 12rem;
    }
    .\33xl\:pr-48 {
        padding-right: 12rem;
    }
    .\33xl\:pb-48 {
        padding-bottom: 12rem;
    }
    .\33xl\:pl-48 {
        padding-left: 12rem;
    }
    .\33xl\:pt-52 {
        padding-top: 13rem;
    }
    .\33xl\:pr-52 {
        padding-right: 13rem;
    }
    .\33xl\:pb-52 {
        padding-bottom: 13rem;
    }
    .\33xl\:pl-52 {
        padding-left: 13rem;
    }
    .\33xl\:pt-56 {
        padding-top: 14rem;
    }
    .\33xl\:pr-56 {
        padding-right: 14rem;
    }
    .\33xl\:pb-56 {
        padding-bottom: 14rem;
    }
    .\33xl\:pl-56 {
        padding-left: 14rem;
    }
    .\33xl\:pt-60 {
        padding-top: 15rem;
    }
    .\33xl\:pr-60 {
        padding-right: 15rem;
    }
    .\33xl\:pb-60 {
        padding-bottom: 15rem;
    }
    .\33xl\:pl-60 {
        padding-left: 15rem;
    }
    .\33xl\:pt-63 {
        padding-top: 270px;
    }
    .\33xl\:pr-63 {
        padding-right: 270px;
    }
    .\33xl\:pb-63 {
        padding-bottom: 270px;
    }
    .\33xl\:pl-63 {
        padding-left: 270px;
    }
    .\33xl\:pt-64 {
        padding-top: 16rem;
    }
    .\33xl\:pr-64 {
        padding-right: 16rem;
    }
    .\33xl\:pb-64 {
        padding-bottom: 16rem;
    }
    .\33xl\:pl-64 {
        padding-left: 16rem;
    }
    .\33xl\:pt-72 {
        padding-top: 18rem;
    }
    .\33xl\:pr-72 {
        padding-right: 18rem;
    }
    .\33xl\:pb-72 {
        padding-bottom: 18rem;
    }
    .\33xl\:pl-72 {
        padding-left: 18rem;
    }
    .\33xl\:pt-80 {
        padding-top: 20rem;
    }
    .\33xl\:pr-80 {
        padding-right: 20rem;
    }
    .\33xl\:pb-80 {
        padding-bottom: 20rem;
    }
    .\33xl\:pl-80 {
        padding-left: 20rem;
    }
    .\33xl\:pt-92 {
        padding-top: 475px;
    }
    .\33xl\:pr-92 {
        padding-right: 475px;
    }
    .\33xl\:pb-92 {
        padding-bottom: 475px;
    }
    .\33xl\:pl-92 {
        padding-left: 475px;
    }
    .\33xl\:pt-96 {
        padding-top: 24rem;
    }
    .\33xl\:pr-96 {
        padding-right: 24rem;
    }
    .\33xl\:pb-96 {
        padding-bottom: 24rem;
    }
    .\33xl\:pl-96 {
        padding-left: 24rem;
    }
    .\33xl\:pt-128 {
        padding-top: 32rem;
    }
    .\33xl\:pr-128 {
        padding-right: 32rem;
    }
    .\33xl\:pb-128 {
        padding-bottom: 32rem;
    }
    .\33xl\:pl-128 {
        padding-left: 32rem;
    }
    .\33xl\:pt-px {
        padding-top: 1px;
    }
    .\33xl\:pr-px {
        padding-right: 1px;
    }
    .\33xl\:pb-px {
        padding-bottom: 1px;
    }
    .\33xl\:pl-px {
        padding-left: 1px;
    }
    .\33xl\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .\33xl\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .\33xl\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .\33xl\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .\33xl\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .\33xl\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .\33xl\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .\33xl\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .\33xl\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .\33xl\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .\33xl\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .\33xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .\33xl\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .\33xl\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .\33xl\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .\33xl\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .\33xl\:pt-105p {
        padding-top: 105px;
    }
    .\33xl\:pr-105p {
        padding-right: 105px;
    }
    .\33xl\:pb-105p {
        padding-bottom: 105px;
    }
    .\33xl\:pl-105p {
        padding-left: 105px;
    }
    .\33xl\:pt-50p {
        padding-top: 50px;
    }
    .\33xl\:pr-50p {
        padding-right: 50px;
    }
    .\33xl\:pb-50p {
        padding-bottom: 50px;
    }
    .\33xl\:pl-50p {
        padding-left: 50px;
    }
    .\33xl\:pt-54p {
        padding-top: 54px;
    }
    .\33xl\:pr-54p {
        padding-right: 54px;
    }
    .\33xl\:pb-54p {
        padding-bottom: 54px;
    }
    .\33xl\:pl-54p {
        padding-left: 54px;
    }
    .\33xl\:pt-1p {
        padding-top: 1px;
    }
    .\33xl\:pr-1p {
        padding-right: 1px;
    }
    .\33xl\:pb-1p {
        padding-bottom: 1px;
    }
    .\33xl\:pl-1p {
        padding-left: 1px;
    }
    .\33xl\:pt-2p {
        padding-top: 2px;
    }
    .\33xl\:pr-2p {
        padding-right: 2px;
    }
    .\33xl\:pb-2p {
        padding-bottom: 2px;
    }
    .\33xl\:pl-2p {
        padding-left: 2px;
    }
    .\33xl\:pt-3p {
        padding-top: 3px;
    }
    .\33xl\:pr-3p {
        padding-right: 3px;
    }
    .\33xl\:pb-3p {
        padding-bottom: 3px;
    }
    .\33xl\:pl-3p {
        padding-left: 3px;
    }
    .\33xl\:pt-5p {
        padding-top: 5px;
    }
    .\33xl\:pr-5p {
        padding-right: 5px;
    }
    .\33xl\:pb-5p {
        padding-bottom: 5px;
    }
    .\33xl\:pl-5p {
        padding-left: 5px;
    }
    .\33xl\:pt-7p {
        padding-top: 7px;
    }
    .\33xl\:pr-7p {
        padding-right: 7px;
    }
    .\33xl\:pb-7p {
        padding-bottom: 7px;
    }
    .\33xl\:pl-7p {
        padding-left: 7px;
    }
    .\33xl\:pt-9p {
        padding-top: 9px;
    }
    .\33xl\:pr-9p {
        padding-right: 9px;
    }
    .\33xl\:pb-9p {
        padding-bottom: 9px;
    }
    .\33xl\:pl-9p {
        padding-left: 9px;
    }
    .\33xl\:pt-10p {
        padding-top: 10px;
    }
    .\33xl\:pr-10p {
        padding-right: 10px;
    }
    .\33xl\:pb-10p {
        padding-bottom: 10px;
    }
    .\33xl\:pl-10p {
        padding-left: 10px;
    }
    .\33xl\:pt-11p {
        padding-top: 11px;
    }
    .\33xl\:pr-11p {
        padding-right: 11px;
    }
    .\33xl\:pb-11p {
        padding-bottom: 11px;
    }
    .\33xl\:pl-11p {
        padding-left: 11px;
    }
    .\33xl\:pt-13p {
        padding-top: 13px;
    }
    .\33xl\:pr-13p {
        padding-right: 13px;
    }
    .\33xl\:pb-13p {
        padding-bottom: 13px;
    }
    .\33xl\:pl-13p {
        padding-left: 13px;
    }
    .\33xl\:pt-15p {
        padding-top: 15px;
    }
    .\33xl\:pr-15p {
        padding-right: 15px;
    }
    .\33xl\:pb-15p {
        padding-bottom: 15px;
    }
    .\33xl\:pl-15p {
        padding-left: 15px;
    }
    .\33xl\:pt-18p {
        padding-top: 18px;
    }
    .\33xl\:pr-18p {
        padding-right: 18px;
    }
    .\33xl\:pb-18p {
        padding-bottom: 18px;
    }
    .\33xl\:pl-18p {
        padding-left: 18px;
    }
    .\33xl\:pt-19p {
        padding-top: 19px;
    }
    .\33xl\:pr-19p {
        padding-right: 19px;
    }
    .\33xl\:pb-19p {
        padding-bottom: 19px;
    }
    .\33xl\:pl-19p {
        padding-left: 19px;
    }
    .\33xl\:pt-21p {
        padding-top: 21px;
    }
    .\33xl\:pr-21p {
        padding-right: 21px;
    }
    .\33xl\:pb-21p {
        padding-bottom: 21px;
    }
    .\33xl\:pl-21p {
        padding-left: 21px;
    }
    .\33xl\:pt-22p {
        padding-top: 22px;
    }
    .\33xl\:pr-22p {
        padding-right: 22px;
    }
    .\33xl\:pb-22p {
        padding-bottom: 22px;
    }
    .\33xl\:pl-22p {
        padding-left: 22px;
    }
    .\33xl\:pt-23p {
        padding-top: 23px;
    }
    .\33xl\:pr-23p {
        padding-right: 23px;
    }
    .\33xl\:pb-23p {
        padding-bottom: 23px;
    }
    .\33xl\:pl-23p {
        padding-left: 23px;
    }
    .\33xl\:pt-25p {
        padding-top: 25px;
    }
    .\33xl\:pr-25p {
        padding-right: 25px;
    }
    .\33xl\:pb-25p {
        padding-bottom: 25px;
    }
    .\33xl\:pl-25p {
        padding-left: 25px;
    }
    .\33xl\:pt-26p {
        padding-top: 26px;
    }
    .\33xl\:pr-26p {
        padding-right: 26px;
    }
    .\33xl\:pb-26p {
        padding-bottom: 26px;
    }
    .\33xl\:pl-26p {
        padding-left: 26px;
    }
    .\33xl\:pt-29p {
        padding-top: 29px;
    }
    .\33xl\:pr-29p {
        padding-right: 29px;
    }
    .\33xl\:pb-29p {
        padding-bottom: 29px;
    }
    .\33xl\:pl-29p {
        padding-left: 29px;
    }
    .\33xl\:pt-30p {
        padding-top: 30px;
    }
    .\33xl\:pr-30p {
        padding-right: 30px;
    }
    .\33xl\:pb-30p {
        padding-bottom: 30px;
    }
    .\33xl\:pl-30p {
        padding-left: 30px;
    }
    .\33xl\:pt-31p {
        padding-top: 31px;
    }
    .\33xl\:pr-31p {
        padding-right: 31px;
    }
    .\33xl\:pb-31p {
        padding-bottom: 31px;
    }
    .\33xl\:pl-31p {
        padding-left: 31px;
    }
    .\33xl\:pt-35p {
        padding-top: 35px;
    }
    .\33xl\:pr-35p {
        padding-right: 35px;
    }
    .\33xl\:pb-35p {
        padding-bottom: 35px;
    }
    .\33xl\:pl-35p {
        padding-left: 35px;
    }
    .\33xl\:pt-52p {
        padding-top: 52px;
    }
    .\33xl\:pr-52p {
        padding-right: 52px;
    }
    .\33xl\:pb-52p {
        padding-bottom: 52px;
    }
    .\33xl\:pl-52p {
        padding-left: 52px;
    }
    .\33xl\:pt-53p {
        padding-top: 53px;
    }
    .\33xl\:pr-53p {
        padding-right: 53px;
    }
    .\33xl\:pb-53p {
        padding-bottom: 53px;
    }
    .\33xl\:pl-53p {
        padding-left: 53px;
    }
    .\33xl\:pt-55p {
        padding-top: 55px;
    }
    .\33xl\:pr-55p {
        padding-right: 55px;
    }
    .\33xl\:pb-55p {
        padding-bottom: 55px;
    }
    .\33xl\:pl-55p {
        padding-left: 55px;
    }
    .\33xl\:pt-59p {
        padding-top: 59px;
    }
    .\33xl\:pr-59p {
        padding-right: 59px;
    }
    .\33xl\:pb-59p {
        padding-bottom: 59px;
    }
    .\33xl\:pl-59p {
        padding-left: 59px;
    }
    .\33xl\:pt-27p {
        padding-top: 27px;
    }
    .\33xl\:pr-27p {
        padding-right: 27px;
    }
    .\33xl\:pb-27p {
        padding-bottom: 27px;
    }
    .\33xl\:pl-27p {
        padding-left: 27px;
    }
    .\33xl\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .\33xl\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .\33xl\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .\33xl\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .\33xl\:pt-38p {
        padding-top: 38px;
    }
    .\33xl\:pr-38p {
        padding-right: 38px;
    }
    .\33xl\:pb-38p {
        padding-bottom: 38px;
    }
    .\33xl\:pl-38p {
        padding-left: 38px;
    }
    .\33xl\:pt-40p {
        padding-top: 40px;
    }
    .\33xl\:pr-40p {
        padding-right: 40px;
    }
    .\33xl\:pb-40p {
        padding-bottom: 40px;
    }
    .\33xl\:pl-40p {
        padding-left: 40px;
    }
    .\33xl\:pt-46p {
        padding-top: 46px;
    }
    .\33xl\:pr-46p {
        padding-right: 46px;
    }
    .\33xl\:pb-46p {
        padding-bottom: 46px;
    }
    .\33xl\:pl-46p {
        padding-left: 46px;
    }
    .\33xl\:pt-47p {
        padding-top: 47px;
    }
    .\33xl\:pr-47p {
        padding-right: 47px;
    }
    .\33xl\:pb-47p {
        padding-bottom: 47px;
    }
    .\33xl\:pl-47p {
        padding-left: 47px;
    }
    .\33xl\:pt-49p {
        padding-top: 49px;
    }
    .\33xl\:pr-49p {
        padding-right: 49px;
    }
    .\33xl\:pb-49p {
        padding-bottom: 49px;
    }
    .\33xl\:pl-49p {
        padding-left: 49px;
    }
    .\33xl\:pt-58p {
        padding-top: 58px;
    }
    .\33xl\:pr-58p {
        padding-right: 58px;
    }
    .\33xl\:pb-58p {
        padding-bottom: 58px;
    }
    .\33xl\:pl-58p {
        padding-left: 58px;
    }
    .\33xl\:pt-75p {
        padding-top: 75px;
    }
    .\33xl\:pr-75p {
        padding-right: 75px;
    }
    .\33xl\:pb-75p {
        padding-bottom: 75px;
    }
    .\33xl\:pl-75p {
        padding-left: 75px;
    }
    .\33xl\:pt-77p {
        padding-top: 77px;
    }
    .\33xl\:pr-77p {
        padding-right: 77px;
    }
    .\33xl\:pb-77p {
        padding-bottom: 77px;
    }
    .\33xl\:pl-77p {
        padding-left: 77px;
    }
    .\33xl\:pt-60p {
        padding-top: 60px;
    }
    .\33xl\:pr-60p {
        padding-right: 60px;
    }
    .\33xl\:pb-60p {
        padding-bottom: 60px;
    }
    .\33xl\:pl-60p {
        padding-left: 60px;
    }
    .\33xl\:pt-65p {
        padding-top: 65px;
    }
    .\33xl\:pr-65p {
        padding-right: 65px;
    }
    .\33xl\:pb-65p {
        padding-bottom: 65px;
    }
    .\33xl\:pl-65p {
        padding-left: 65px;
    }
    .\33xl\:pt-66p {
        padding-top: 66px;
    }
    .\33xl\:pr-66p {
        padding-right: 66px;
    }
    .\33xl\:pb-66p {
        padding-bottom: 66px;
    }
    .\33xl\:pl-66p {
        padding-left: 66px;
    }
    .\33xl\:pt-68p {
        padding-top: 68px;
    }
    .\33xl\:pr-68p {
        padding-right: 68px;
    }
    .\33xl\:pb-68p {
        padding-bottom: 68px;
    }
    .\33xl\:pl-68p {
        padding-left: 68px;
    }
    .\33xl\:pt-70p {
        padding-top: 70px;
    }
    .\33xl\:pr-70p {
        padding-right: 70px;
    }
    .\33xl\:pb-70p {
        padding-bottom: 70px;
    }
    .\33xl\:pl-70p {
        padding-left: 70px;
    }
    .\33xl\:pt-72p {
        padding-top: 72px;
    }
    .\33xl\:pr-72p {
        padding-right: 72px;
    }
    .\33xl\:pb-72p {
        padding-bottom: 72px;
    }
    .\33xl\:pl-72p {
        padding-left: 72px;
    }
    .\33xl\:pt-74p {
        padding-top: 74px;
    }
    .\33xl\:pr-74p {
        padding-right: 74px;
    }
    .\33xl\:pb-74p {
        padding-bottom: 74px;
    }
    .\33xl\:pl-74p {
        padding-left: 74px;
    }
    .\33xl\:pt-78p {
        padding-top: 78px;
    }
    .\33xl\:pr-78p {
        padding-right: 78px;
    }
    .\33xl\:pb-78p {
        padding-bottom: 78px;
    }
    .\33xl\:pl-78p {
        padding-left: 78px;
    }
    .\33xl\:pt-80p {
        padding-top: 80px;
    }
    .\33xl\:pr-80p {
        padding-right: 80px;
    }
    .\33xl\:pb-80p {
        padding-bottom: 80px;
    }
    .\33xl\:pl-80p {
        padding-left: 80px;
    }
    .\33xl\:pt-82p {
        padding-top: 82px;
    }
    .\33xl\:pr-82p {
        padding-right: 82px;
    }
    .\33xl\:pb-82p {
        padding-bottom: 82px;
    }
    .\33xl\:pl-82p {
        padding-left: 82px;
    }
    .\33xl\:pt-84p {
        padding-top: 84px;
    }
    .\33xl\:pr-84p {
        padding-right: 84px;
    }
    .\33xl\:pb-84p {
        padding-bottom: 84px;
    }
    .\33xl\:pl-84p {
        padding-left: 84px;
    }
    .\33xl\:pt-89p {
        padding-top: 89px;
    }
    .\33xl\:pr-89p {
        padding-right: 89px;
    }
    .\33xl\:pb-89p {
        padding-bottom: 89px;
    }
    .\33xl\:pl-89p {
        padding-left: 89px;
    }
    .\33xl\:pt-93p {
        padding-top: 93px;
    }
    .\33xl\:pr-93p {
        padding-right: 93px;
    }
    .\33xl\:pb-93p {
        padding-bottom: 93px;
    }
    .\33xl\:pl-93p {
        padding-left: 93px;
    }
    .\33xl\:pt-90p {
        padding-top: 90px;
    }
    .\33xl\:pr-90p {
        padding-right: 90px;
    }
    .\33xl\:pb-90p {
        padding-bottom: 90px;
    }
    .\33xl\:pl-90p {
        padding-left: 90px;
    }
    .\33xl\:pt-97p {
        padding-top: 97px;
    }
    .\33xl\:pr-97p {
        padding-right: 97px;
    }
    .\33xl\:pb-97p {
        padding-bottom: 97px;
    }
    .\33xl\:pl-97p {
        padding-left: 97px;
    }
    .\33xl\:pt-103p {
        padding-top: 103px;
    }
    .\33xl\:pr-103p {
        padding-right: 103px;
    }
    .\33xl\:pb-103p {
        padding-bottom: 103px;
    }
    .\33xl\:pl-103p {
        padding-left: 103px;
    }
    .\33xl\:pt-116p {
        padding-top: 116px;
    }
    .\33xl\:pr-116p {
        padding-right: 116px;
    }
    .\33xl\:pb-116p {
        padding-bottom: 116px;
    }
    .\33xl\:pl-116p {
        padding-left: 116px;
    }
    .\33xl\:pt-120p {
        padding-top: 120px;
    }
    .\33xl\:pr-120p {
        padding-right: 120px;
    }
    .\33xl\:pb-120p {
        padding-bottom: 120px;
    }
    .\33xl\:pl-120p {
        padding-left: 120px;
    }
    .\33xl\:pt-125p {
        padding-top: 125px;
    }
    .\33xl\:pr-125p {
        padding-right: 125px;
    }
    .\33xl\:pb-125p {
        padding-bottom: 125px;
    }
    .\33xl\:pl-125p {
        padding-left: 125px;
    }
    .\33xl\:pt-130p {
        padding-top: 130px;
    }
    .\33xl\:pr-130p {
        padding-right: 130px;
    }
    .\33xl\:pb-130p {
        padding-bottom: 130px;
    }
    .\33xl\:pl-130p {
        padding-left: 130px;
    }
    .\33xl\:pt-135p {
        padding-top: 135px;
    }
    .\33xl\:pr-135p {
        padding-right: 135px;
    }
    .\33xl\:pb-135p {
        padding-bottom: 135px;
    }
    .\33xl\:pl-135p {
        padding-left: 135px;
    }
    .\33xl\:pt-132p {
        padding-top: 132px;
    }
    .\33xl\:pr-132p {
        padding-right: 132px;
    }
    .\33xl\:pb-132p {
        padding-bottom: 132px;
    }
    .\33xl\:pl-132p {
        padding-left: 132px;
    }
    .\33xl\:pt-150p {
        padding-top: 150px;
    }
    .\33xl\:pr-150p {
        padding-right: 150px;
    }
    .\33xl\:pb-150p {
        padding-bottom: 150px;
    }
    .\33xl\:pl-150p {
        padding-left: 150px;
    }
    .\33xl\:pt-216p {
        padding-top: 216px;
    }
    .\33xl\:pr-216p {
        padding-right: 216px;
    }
    .\33xl\:pb-216p {
        padding-bottom: 216px;
    }
    .\33xl\:pl-216p {
        padding-left: 216px;
    }
    .\33xl\:pt-225p {
        padding-top: 225px;
    }
    .\33xl\:pr-225p {
        padding-right: 225px;
    }
    .\33xl\:pb-225p {
        padding-bottom: 225px;
    }
    .\33xl\:pl-225p {
        padding-left: 225px;
    }
    .\33xl\:pt-296p {
        padding-top: 296px;
    }
    .\33xl\:pr-296p {
        padding-right: 296px;
    }
    .\33xl\:pb-296p {
        padding-bottom: 296px;
    }
    .\33xl\:pl-296p {
        padding-left: 296px;
    }
    .\33xl\:pt-270p {
        padding-top: 270px;
    }
    .\33xl\:pr-270p {
        padding-right: 270px;
    }
    .\33xl\:pb-270p {
        padding-bottom: 270px;
    }
    .\33xl\:pl-270p {
        padding-left: 270px;
    }
    .\33xl\:pt-137p {
        padding-top: 137px;
    }
    .\33xl\:pr-137p {
        padding-right: 137px;
    }
    .\33xl\:pb-137p {
        padding-bottom: 137px;
    }
    .\33xl\:pl-137p {
        padding-left: 137px;
    }
    .\33xl\:pt-141p {
        padding-top: 141px;
    }
    .\33xl\:pr-141p {
        padding-right: 141px;
    }
    .\33xl\:pb-141p {
        padding-bottom: 141px;
    }
    .\33xl\:pl-141p {
        padding-left: 141px;
    }
    .\33xl\:pt-146p {
        padding-top: 146px;
    }
    .\33xl\:pr-146p {
        padding-right: 146px;
    }
    .\33xl\:pb-146p {
        padding-bottom: 146px;
    }
    .\33xl\:pl-146p {
        padding-left: 146px;
    }
    .\33xl\:pt-152p {
        padding-top: 152px;
    }
    .\33xl\:pr-152p {
        padding-right: 152px;
    }
    .\33xl\:pb-152p {
        padding-bottom: 152px;
    }
    .\33xl\:pl-152p {
        padding-left: 152px;
    }
    .\33xl\:pt-155p {
        padding-top: 155px;
    }
    .\33xl\:pr-155p {
        padding-right: 155px;
    }
    .\33xl\:pb-155p {
        padding-bottom: 155px;
    }
    .\33xl\:pl-155p {
        padding-left: 155px;
    }
    .\33xl\:pt-163p {
        padding-top: 163px;
    }
    .\33xl\:pr-163p {
        padding-right: 163px;
    }
    .\33xl\:pb-163p {
        padding-bottom: 163px;
    }
    .\33xl\:pl-163p {
        padding-left: 163px;
    }
    .\33xl\:pt-168p {
        padding-top: 168px;
    }
    .\33xl\:pr-168p {
        padding-right: 168px;
    }
    .\33xl\:pb-168p {
        padding-bottom: 168px;
    }
    .\33xl\:pl-168p {
        padding-left: 168px;
    }
    .\33xl\:pt-173p {
        padding-top: 173px;
    }
    .\33xl\:pr-173p {
        padding-right: 173px;
    }
    .\33xl\:pb-173p {
        padding-bottom: 173px;
    }
    .\33xl\:pl-173p {
        padding-left: 173px;
    }
    .\33xl\:pt-210p {
        padding-top: 210px;
    }
    .\33xl\:pr-210p {
        padding-right: 210px;
    }
    .\33xl\:pb-210p {
        padding-bottom: 210px;
    }
    .\33xl\:pl-210p {
        padding-left: 210px;
    }
    .\33xl\:pt-245p {
        padding-top: 245px;
    }
    .\33xl\:pr-245p {
        padding-right: 245px;
    }
    .\33xl\:pb-245p {
        padding-bottom: 245px;
    }
    .\33xl\:pl-245p {
        padding-left: 245px;
    }
    .\33xl\:pt-250p {
        padding-top: 250px;
    }
    .\33xl\:pr-250p {
        padding-right: 250px;
    }
    .\33xl\:pb-250p {
        padding-bottom: 250px;
    }
    .\33xl\:pl-250p {
        padding-left: 250px;
    }
    .\33xl\:pt-260p {
        padding-top: 260px;
    }
    .\33xl\:pr-260p {
        padding-right: 260px;
    }
    .\33xl\:pb-260p {
        padding-bottom: 260px;
    }
    .\33xl\:pl-260p {
        padding-left: 260px;
    }
    .\33xl\:pt-263p {
        padding-top: 263px;
    }
    .\33xl\:pr-263p {
        padding-right: 263px;
    }
    .\33xl\:pb-263p {
        padding-bottom: 263px;
    }
    .\33xl\:pl-263p {
        padding-left: 263px;
    }
    .\33xl\:pt-266p {
        padding-top: 266px;
    }
    .\33xl\:pr-266p {
        padding-right: 266px;
    }
    .\33xl\:pb-266p {
        padding-bottom: 266px;
    }
    .\33xl\:pl-266p {
        padding-left: 266px;
    }
    .\33xl\:pt-275p {
        padding-top: 275px;
    }
    .\33xl\:pr-275p {
        padding-right: 275px;
    }
    .\33xl\:pb-275p {
        padding-bottom: 275px;
    }
    .\33xl\:pl-275p {
        padding-left: 275px;
    }
    .\33xl\:pt-300p {
        padding-top: 300px;
    }
    .\33xl\:pr-300p {
        padding-right: 300px;
    }
    .\33xl\:pb-300p {
        padding-bottom: 300px;
    }
    .\33xl\:pl-300p {
        padding-left: 300px;
    }
    .\33xl\:pt-312p {
        padding-top: 312px;
    }
    .\33xl\:pr-312p {
        padding-right: 312px;
    }
    .\33xl\:pb-312p {
        padding-bottom: 312px;
    }
    .\33xl\:pl-312p {
        padding-left: 312px;
    }
    .\33xl\:pt-318p {
        padding-top: 318px;
    }
    .\33xl\:pr-318p {
        padding-right: 318px;
    }
    .\33xl\:pb-318p {
        padding-bottom: 318px;
    }
    .\33xl\:pl-318p {
        padding-left: 318px;
    }
    .\33xl\:pt-322p {
        padding-top: 322px;
    }
    .\33xl\:pr-322p {
        padding-right: 322px;
    }
    .\33xl\:pb-322p {
        padding-bottom: 322px;
    }
    .\33xl\:pl-322p {
        padding-left: 322px;
    }
    .\33xl\:pt-337p {
        padding-top: 337px;
    }
    .\33xl\:pr-337p {
        padding-right: 337px;
    }
    .\33xl\:pb-337p {
        padding-bottom: 337px;
    }
    .\33xl\:pl-337p {
        padding-left: 337px;
    }
    .\33xl\:pt-345p {
        padding-top: 345px;
    }
    .\33xl\:pr-345p {
        padding-right: 345px;
    }
    .\33xl\:pb-345p {
        padding-bottom: 345px;
    }
    .\33xl\:pl-345p {
        padding-left: 345px;
    }
    .\33xl\:pt-344p {
        padding-top: 344px;
    }
    .\33xl\:pr-344p {
        padding-right: 344px;
    }
    .\33xl\:pb-344p {
        padding-bottom: 344px;
    }
    .\33xl\:pl-344p {
        padding-left: 344px;
    }
    .\33xl\:pt-354p {
        padding-top: 354px;
    }
    .\33xl\:pr-354p {
        padding-right: 354px;
    }
    .\33xl\:pb-354p {
        padding-bottom: 354px;
    }
    .\33xl\:pl-354p {
        padding-left: 354px;
    }
    .\33xl\:pt-364p {
        padding-top: 364px;
    }
    .\33xl\:pr-364p {
        padding-right: 364px;
    }
    .\33xl\:pb-364p {
        padding-bottom: 364px;
    }
    .\33xl\:pl-364p {
        padding-left: 364px;
    }
    .\33xl\:pt-370p {
        padding-top: 370px;
    }
    .\33xl\:pr-370p {
        padding-right: 370px;
    }
    .\33xl\:pb-370p {
        padding-bottom: 370px;
    }
    .\33xl\:pl-370p {
        padding-left: 370px;
    }
    .\33xl\:pt-382p {
        padding-top: 382px;
    }
    .\33xl\:pr-382p {
        padding-right: 382px;
    }
    .\33xl\:pb-382p {
        padding-bottom: 382px;
    }
    .\33xl\:pl-382p {
        padding-left: 382px;
    }
    .\33xl\:pt-385p {
        padding-top: 385px;
    }
    .\33xl\:pr-385p {
        padding-right: 385px;
    }
    .\33xl\:pb-385p {
        padding-bottom: 385px;
    }
    .\33xl\:pl-385p {
        padding-left: 385px;
    }
    .\33xl\:pt-400p {
        padding-top: 400px;
    }
    .\33xl\:pr-400p {
        padding-right: 400px;
    }
    .\33xl\:pb-400p {
        padding-bottom: 400px;
    }
    .\33xl\:pl-400p {
        padding-left: 400px;
    }
    .\33xl\:pt-407p {
        padding-top: 407px;
    }
    .\33xl\:pr-407p {
        padding-right: 407px;
    }
    .\33xl\:pb-407p {
        padding-bottom: 407px;
    }
    .\33xl\:pl-407p {
        padding-left: 407px;
    }
    .\33xl\:pt-411p {
        padding-top: 411px;
    }
    .\33xl\:pr-411p {
        padding-right: 411px;
    }
    .\33xl\:pb-411p {
        padding-bottom: 411px;
    }
    .\33xl\:pl-411p {
        padding-left: 411px;
    }
    .\33xl\:pt-418p {
        padding-top: 418px;
    }
    .\33xl\:pr-418p {
        padding-right: 418px;
    }
    .\33xl\:pb-418p {
        padding-bottom: 418px;
    }
    .\33xl\:pl-418p {
        padding-left: 418px;
    }
    .\33xl\:pt-430p {
        padding-top: 430px;
    }
    .\33xl\:pr-430p {
        padding-right: 430px;
    }
    .\33xl\:pb-430p {
        padding-bottom: 430px;
    }
    .\33xl\:pl-430p {
        padding-left: 430px;
    }
    .\33xl\:pt-450p {
        padding-top: 450px;
    }
    .\33xl\:pr-450p {
        padding-right: 450px;
    }
    .\33xl\:pb-450p {
        padding-bottom: 450px;
    }
    .\33xl\:pl-450p {
        padding-left: 450px;
    }
    .\33xl\:pt-468p {
        padding-top: 468px;
    }
    .\33xl\:pr-468p {
        padding-right: 468px;
    }
    .\33xl\:pb-468p {
        padding-bottom: 468px;
    }
    .\33xl\:pl-468p {
        padding-left: 468px;
    }
    .\33xl\:pt-485p {
        padding-top: 485px;
    }
    .\33xl\:pr-485p {
        padding-right: 485px;
    }
    .\33xl\:pb-485p {
        padding-bottom: 485px;
    }
    .\33xl\:pl-485p {
        padding-left: 485px;
    }
    .\33xl\:pt-491p {
        padding-top: 491px;
    }
    .\33xl\:pr-491p {
        padding-right: 491px;
    }
    .\33xl\:pb-491p {
        padding-bottom: 491px;
    }
    .\33xl\:pl-491p {
        padding-left: 491px;
    }
    .\33xl\:pt-494p {
        padding-top: 494px;
    }
    .\33xl\:pr-494p {
        padding-right: 494px;
    }
    .\33xl\:pb-494p {
        padding-bottom: 494px;
    }
    .\33xl\:pl-494p {
        padding-left: 494px;
    }
    .\33xl\:pt-470p {
        padding-top: 470px;
    }
    .\33xl\:pr-470p {
        padding-right: 470px;
    }
    .\33xl\:pb-470p {
        padding-bottom: 470px;
    }
    .\33xl\:pl-470p {
        padding-left: 470px;
    }
    .\33xl\:pt-480p {
        padding-top: 480px;
    }
    .\33xl\:pr-480p {
        padding-right: 480px;
    }
    .\33xl\:pb-480p {
        padding-bottom: 480px;
    }
    .\33xl\:pl-480p {
        padding-left: 480px;
    }
    .\33xl\:pt-532p {
        padding-top: 532px;
    }
    .\33xl\:pr-532p {
        padding-right: 532px;
    }
    .\33xl\:pb-532p {
        padding-bottom: 532px;
    }
    .\33xl\:pl-532p {
        padding-left: 532px;
    }
    .\33xl\:pt-556p {
        padding-top: 556px;
    }
    .\33xl\:pr-556p {
        padding-right: 556px;
    }
    .\33xl\:pb-556p {
        padding-bottom: 556px;
    }
    .\33xl\:pl-556p {
        padding-left: 556px;
    }
    .\33xl\:pt-505p {
        padding-top: 505px;
    }
    .\33xl\:pr-505p {
        padding-right: 505px;
    }
    .\33xl\:pb-505p {
        padding-bottom: 505px;
    }
    .\33xl\:pl-505p {
        padding-left: 505px;
    }
    .\33xl\:pt-1179p {
        padding-top: 1179px;
    }
    .\33xl\:pr-1179p {
        padding-right: 1179px;
    }
    .\33xl\:pb-1179p {
        padding-bottom: 1179px;
    }
    .\33xl\:pl-1179p {
        padding-left: 1179px;
    }
    .\33xl\:pt-1253p {
        padding-top: 1253px;
    }
    .\33xl\:pr-1253p {
        padding-right: 1253px;
    }
    .\33xl\:pb-1253p {
        padding-bottom: 1253px;
    }
    .\33xl\:pl-1253p {
        padding-left: 1253px;
    }
    .\33xl\:pt-1575p {
        padding-top: 1575px;
    }
    .\33xl\:pr-1575p {
        padding-right: 1575px;
    }
    .\33xl\:pb-1575p {
        padding-bottom: 1575px;
    }
    .\33xl\:pl-1575p {
        padding-left: 1575px;
    }
    .\33xl\:pt-600p {
        padding-top: 600px;
    }
    .\33xl\:pr-600p {
        padding-right: 600px;
    }
    .\33xl\:pb-600p {
        padding-bottom: 600px;
    }
    .\33xl\:pl-600p {
        padding-left: 600px;
    }
    .\33xl\:pt-649p {
        padding-top: 649px;
    }
    .\33xl\:pr-649p {
        padding-right: 649px;
    }
    .\33xl\:pb-649p {
        padding-bottom: 649px;
    }
    .\33xl\:pl-649p {
        padding-left: 649px;
    }
    .\33xl\:pt-690p {
        padding-top: 690px;
    }
    .\33xl\:pr-690p {
        padding-right: 690px;
    }
    .\33xl\:pb-690p {
        padding-bottom: 690px;
    }
    .\33xl\:pl-690p {
        padding-left: 690px;
    }
    .\33xl\:pt-19\% {
        padding-top: 19%;
    }
    .\33xl\:pr-19\% {
        padding-right: 19%;
    }
    .\33xl\:pb-19\% {
        padding-bottom: 19%;
    }
    .\33xl\:pl-19\% {
        padding-left: 19%;
    }
    .\33xl\:pt-23\% {
        padding-top: 23%;
    }
    .\33xl\:pr-23\% {
        padding-right: 23%;
    }
    .\33xl\:pb-23\% {
        padding-bottom: 23%;
    }
    .\33xl\:pl-23\% {
        padding-left: 23%;
    }
    .\33xl\:pt-24\% {
        padding-top: 24%;
    }
    .\33xl\:pr-24\% {
        padding-right: 24%;
    }
    .\33xl\:pb-24\% {
        padding-bottom: 24%;
    }
    .\33xl\:pl-24\% {
        padding-left: 24%;
    }
    .\33xl\:pt-36\% {
        padding-top: 36%;
    }
    .\33xl\:pr-36\% {
        padding-right: 36%;
    }
    .\33xl\:pb-36\% {
        padding-bottom: 36%;
    }
    .\33xl\:pl-36\% {
        padding-left: 36%;
    }
    .\33xl\:pt-27\% {
        padding-top: 27%;
    }
    .\33xl\:pr-27\% {
        padding-right: 27%;
    }
    .\33xl\:pb-27\% {
        padding-bottom: 27%;
    }
    .\33xl\:pl-27\% {
        padding-left: 27%;
    }
    .\33xl\:pt-28\% {
        padding-top: 28%;
    }
    .\33xl\:pr-28\% {
        padding-right: 28%;
    }
    .\33xl\:pb-28\% {
        padding-bottom: 28%;
    }
    .\33xl\:pl-28\% {
        padding-left: 28%;
    }
    .\33xl\:pt-42\% {
        padding-top: 42%;
    }
    .\33xl\:pr-42\% {
        padding-right: 42%;
    }
    .\33xl\:pb-42\% {
        padding-bottom: 42%;
    }
    .\33xl\:pl-42\% {
        padding-left: 42%;
    }
    .\33xl\:pt-46\% {
        padding-top: 46%;
    }
    .\33xl\:pr-46\% {
        padding-right: 46%;
    }
    .\33xl\:pb-46\% {
        padding-bottom: 46%;
    }
    .\33xl\:pl-46\% {
        padding-left: 46%;
    }
    .\33xl\:pt-49\% {
        padding-top: 49%;
    }
    .\33xl\:pr-49\% {
        padding-right: 49%;
    }
    .\33xl\:pb-49\% {
        padding-bottom: 49%;
    }
    .\33xl\:pl-49\% {
        padding-left: 49%;
    }
    .\33xl\:pt-54\% {
        padding-top: 54%;
    }
    .\33xl\:pr-54\% {
        padding-right: 54%;
    }
    .\33xl\:pb-54\% {
        padding-bottom: 54%;
    }
    .\33xl\:pl-54\% {
        padding-left: 54%;
    }
    .\33xl\:pt-58\% {
        padding-top: 58%;
    }
    .\33xl\:pr-58\% {
        padding-right: 58%;
    }
    .\33xl\:pb-58\% {
        padding-bottom: 58%;
    }
    .\33xl\:pl-58\% {
        padding-left: 58%;
    }
    .\33xl\:pt-72\% {
        padding-top: 72%;
    }
    .\33xl\:pr-72\% {
        padding-right: 72%;
    }
    .\33xl\:pb-72\% {
        padding-bottom: 72%;
    }
    .\33xl\:pl-72\% {
        padding-left: 72%;
    }
    .\33xl\:pt-76\% {
        padding-top: 76%;
    }
    .\33xl\:pr-76\% {
        padding-right: 76%;
    }
    .\33xl\:pb-76\% {
        padding-bottom: 76%;
    }
    .\33xl\:pl-76\% {
        padding-left: 76%;
    }
    .\33xl\:pt-77\% {
        padding-top: 77%;
    }
    .\33xl\:pr-77\% {
        padding-right: 77%;
    }
    .\33xl\:pb-77\% {
        padding-bottom: 77%;
    }
    .\33xl\:pl-77\% {
        padding-left: 77%;
    }
    .\33xl\:pt-340p {
        padding-top: 340px;
    }
    .\33xl\:pr-340p {
        padding-right: 340px;
    }
    .\33xl\:pb-340p {
        padding-bottom: 340px;
    }
    .\33xl\:pl-340p {
        padding-left: 340px;
    }
    .\33xl\:pt-700p {
        padding-top: 700px;
    }
    .\33xl\:pr-700p {
        padding-right: 700px;
    }
    .\33xl\:pb-700p {
        padding-bottom: 700px;
    }
    .\33xl\:pl-700p {
        padding-left: 700px;
    }
    .\33xl\:pt-848p {
        padding-top: 848px;
    }
    .\33xl\:pr-848p {
        padding-right: 848px;
    }
    .\33xl\:pb-848p {
        padding-bottom: 848px;
    }
    .\33xl\:pl-848p {
        padding-left: 848px;
    }
    .\33xl\:pt-850p {
        padding-top: 850px;
    }
    .\33xl\:pr-850p {
        padding-right: 850px;
    }
    .\33xl\:pb-850p {
        padding-bottom: 850px;
    }
    .\33xl\:pl-850p {
        padding-left: 850px;
    }
    .\33xl\:pt-860p {
        padding-top: 860px;
    }
    .\33xl\:pr-860p {
        padding-right: 860px;
    }
    .\33xl\:pb-860p {
        padding-bottom: 860px;
    }
    .\33xl\:pl-860p {
        padding-left: 860px;
    }
    .\33xl\:pt-1425p {
        padding-top: 1425px;
    }
    .\33xl\:pr-1425p {
        padding-right: 1425px;
    }
    .\33xl\:pb-1425p {
        padding-bottom: 1425px;
    }
    .\33xl\:pl-1425p {
        padding-left: 1425px;
    }
    .\33xl\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .\33xl\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .\33xl\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .\33xl\:placeholder-current::placeholder {
        color: currentColor;
    }
    .\33xl\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .\33xl\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .\33xl\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .\33xl\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .\33xl\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .\33xl\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .\33xl\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .\33xl\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .\33xl\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .\33xl\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .\33xl\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .\33xl\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .\33xl\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .\33xl\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .\33xl\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .\33xl\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .\33xl\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .\33xl\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .\33xl\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .\33xl\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .\33xl\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .\33xl\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .\33xl\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .\33xl\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .\33xl\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .\33xl\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .\33xl\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .\33xl\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .\33xl\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .\33xl\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .\33xl\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .\33xl\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .\33xl\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .\33xl\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\33xl\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\33xl\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\33xl\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\33xl\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\33xl\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\33xl\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\33xl\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\33xl\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\33xl\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\33xl\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\33xl\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\33xl\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\33xl\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\33xl\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\33xl\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\33xl\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\33xl\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\33xl\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\33xl\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\33xl\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\33xl\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\33xl\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\33xl\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\33xl\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\33xl\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\33xl\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\33xl\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\33xl\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\33xl\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\33xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\33xl\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .\33xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\33xl\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .\33xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\33xl\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .\33xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\33xl\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .\33xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\33xl\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .\33xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\33xl\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .\33xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\33xl\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .\33xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\33xl\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .\33xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\33xl\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .\33xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\33xl\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .\33xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\33xl\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .\33xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\33xl\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .\33xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\33xl\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .\33xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\33xl\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .\33xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\33xl\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .\33xl\:pointer-events-none {
        pointer-events: none;
    }
    .\33xl\:pointer-events-auto {
        pointer-events: auto;
    }
    .\33xl\:static {
        position: static;
    }
    .\33xl\:fixed {
        position: fixed;
    }
    .\33xl\:absolute {
        position: absolute;
    }
    .\33xl\:relative {
        position: relative;
    }
    .\33xl\:sticky {
        position: sticky;
    }
    .\33xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .\33xl\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .\33xl\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .\33xl\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .\33xl\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .\33xl\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .\33xl\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .\33xl\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .\33xl\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .\33xl\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .\33xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .\33xl\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .\33xl\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .\33xl\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .\33xl\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .\33xl\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .\33xl\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .\33xl\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .\33xl\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .\33xl\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .\33xl\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .\33xl\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .\33xl\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .\33xl\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .\33xl\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .\33xl\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .\33xl\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .\33xl\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .\33xl\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .\33xl\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .\33xl\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .\33xl\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .\33xl\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .\33xl\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .\33xl\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .\33xl\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .\33xl\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .\33xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .\33xl\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .\33xl\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .\33xl\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .\33xl\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .\33xl\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .\33xl\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .\33xl\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .\33xl\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .\33xl\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .\33xl\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .\33xl\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .\33xl\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .\33xl\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .\33xl\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .\33xl\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .\33xl\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .\33xl\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .\33xl\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .\33xl\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .\33xl\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .\33xl\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .\33xl\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .\33xl\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .\33xl\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .\33xl\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .\33xl\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .\33xl\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .\33xl\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .\33xl\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .\33xl\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .\33xl\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .\33xl\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .\33xl\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .\33xl\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .\33xl\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .\33xl\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .\33xl\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .\33xl\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .\33xl\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .\33xl\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .\33xl\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .\33xl\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .\33xl\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .\33xl\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .\33xl\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .\33xl\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .\33xl\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .\33xl\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .\33xl\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .\33xl\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .\33xl\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .\33xl\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .\33xl\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .\33xl\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .\33xl\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .\33xl\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .\33xl\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .\33xl\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .\33xl\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .\33xl\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .\33xl\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .\33xl\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .\33xl\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .\33xl\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .\33xl\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .\33xl\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .\33xl\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .\33xl\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .\33xl\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .\33xl\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .\33xl\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .\33xl\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .\33xl\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .\33xl\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .\33xl\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .\33xl\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .\33xl\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .\33xl\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .\33xl\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .\33xl\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .\33xl\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .\33xl\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .\33xl\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .\33xl\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .\33xl\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .\33xl\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .\33xl\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .\33xl\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .\33xl\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .\33xl\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .\33xl\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .\33xl\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .\33xl\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .\33xl\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .\33xl\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .\33xl\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .\33xl\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .\33xl\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .\33xl\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .\33xl\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .\33xl\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .\33xl\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .\33xl\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .\33xl\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .\33xl\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .\33xl\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .\33xl\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .\33xl\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .\33xl\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .\33xl\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .\33xl\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .\33xl\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .\33xl\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .\33xl\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .\33xl\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .\33xl\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .\33xl\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .\33xl\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .\33xl\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .\33xl\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .\33xl\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .\33xl\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .\33xl\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .\33xl\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .\33xl\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .\33xl\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .\33xl\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .\33xl\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .\33xl\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .\33xl\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .\33xl\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .\33xl\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .\33xl\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .\33xl\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .\33xl\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .\33xl\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .\33xl\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .\33xl\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .\33xl\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .\33xl\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .\33xl\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .\33xl\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .\33xl\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .\33xl\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .\33xl\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .\33xl\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .\33xl\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .\33xl\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .\33xl\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .\33xl\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .\33xl\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .\33xl\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .\33xl\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .\33xl\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .\33xl\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .\33xl\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .\33xl\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .\33xl\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .\33xl\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .\33xl\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .\33xl\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .\33xl\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .\33xl\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .\33xl\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .\33xl\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .\33xl\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .\33xl\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .\33xl\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .\33xl\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .\33xl\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .\33xl\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .\33xl\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .\33xl\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .\33xl\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .\33xl\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .\33xl\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .\33xl\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .\33xl\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .\33xl\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .\33xl\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .\33xl\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .\33xl\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .\33xl\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .\33xl\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .\33xl\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .\33xl\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .\33xl\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .\33xl\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .\33xl\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .\33xl\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .\33xl\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .\33xl\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .\33xl\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .\33xl\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .\33xl\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .\33xl\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .\33xl\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .\33xl\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .\33xl\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .\33xl\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .\33xl\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .\33xl\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .\33xl\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .\33xl\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .\33xl\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .\33xl\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .\33xl\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .\33xl\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .\33xl\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .\33xl\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .\33xl\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .\33xl\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .\33xl\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .\33xl\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .\33xl\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .\33xl\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .\33xl\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .\33xl\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .\33xl\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .\33xl\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .\33xl\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .\33xl\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .\33xl\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .\33xl\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .\33xl\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .\33xl\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .\33xl\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .\33xl\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .\33xl\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .\33xl\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .\33xl\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .\33xl\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .\33xl\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .\33xl\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .\33xl\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .\33xl\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .\33xl\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .\33xl\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .\33xl\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .\33xl\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .\33xl\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .\33xl\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .\33xl\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .\33xl\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .\33xl\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .\33xl\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .\33xl\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .\33xl\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .\33xl\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .\33xl\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .\33xl\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .\33xl\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .\33xl\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .\33xl\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .\33xl\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .\33xl\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .\33xl\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .\33xl\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .\33xl\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .\33xl\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .\33xl\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .\33xl\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .\33xl\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .\33xl\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .\33xl\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .\33xl\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .\33xl\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .\33xl\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .\33xl\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .\33xl\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .\33xl\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .\33xl\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .\33xl\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .\33xl\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .\33xl\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .\33xl\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .\33xl\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .\33xl\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .\33xl\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .\33xl\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .\33xl\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .\33xl\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .\33xl\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .\33xl\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .\33xl\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .\33xl\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .\33xl\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .\33xl\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .\33xl\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .\33xl\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .\33xl\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .\33xl\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .\33xl\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .\33xl\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .\33xl\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .\33xl\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .\33xl\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .\33xl\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .\33xl\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .\33xl\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .\33xl\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .\33xl\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .\33xl\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .\33xl\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .\33xl\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .\33xl\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .\33xl\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .\33xl\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .\33xl\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .\33xl\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .\33xl\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .\33xl\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .\33xl\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .\33xl\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .\33xl\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .\33xl\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .\33xl\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .\33xl\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .\33xl\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .\33xl\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .\33xl\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .\33xl\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .\33xl\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .\33xl\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .\33xl\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .\33xl\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .\33xl\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .\33xl\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .\33xl\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .\33xl\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .\33xl\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .\33xl\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .\33xl\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .\33xl\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .\33xl\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .\33xl\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .\33xl\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .\33xl\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .\33xl\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .\33xl\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .\33xl\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .\33xl\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .\33xl\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .\33xl\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .\33xl\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .\33xl\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .\33xl\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .\33xl\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .\33xl\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .\33xl\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .\33xl\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .\33xl\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .\33xl\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .\33xl\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .\33xl\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .\33xl\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .\33xl\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .\33xl\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .\33xl\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .\33xl\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .\33xl\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .\33xl\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .\33xl\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .\33xl\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .\33xl\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .\33xl\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .\33xl\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .\33xl\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .\33xl\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .\33xl\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .\33xl\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .\33xl\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .\33xl\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .\33xl\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .\33xl\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .\33xl\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .\33xl\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .\33xl\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .\33xl\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .\33xl\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .\33xl\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .\33xl\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .\33xl\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .\33xl\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .\33xl\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .\33xl\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .\33xl\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .\33xl\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .\33xl\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .\33xl\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .\33xl\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .\33xl\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .\33xl\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .\33xl\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .\33xl\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .\33xl\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .\33xl\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .\33xl\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .\33xl\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .\33xl\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .\33xl\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .\33xl\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .\33xl\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .\33xl\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .\33xl\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .\33xl\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .\33xl\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .\33xl\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .\33xl\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .\33xl\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .\33xl\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .\33xl\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .\33xl\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .\33xl\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .\33xl\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .\33xl\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .\33xl\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .\33xl\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .\33xl\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .\33xl\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .\33xl\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .\33xl\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .\33xl\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .\33xl\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .\33xl\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .\33xl\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .\33xl\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .\33xl\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .\33xl\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .\33xl\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .\33xl\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .\33xl\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .\33xl\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .\33xl\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .\33xl\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .\33xl\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .\33xl\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .\33xl\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .\33xl\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .\33xl\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .\33xl\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .\33xl\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .\33xl\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .\33xl\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .\33xl\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .\33xl\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .\33xl\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .\33xl\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .\33xl\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .\33xl\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .\33xl\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .\33xl\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .\33xl\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .\33xl\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .\33xl\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .\33xl\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .\33xl\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .\33xl\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .\33xl\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .\33xl\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .\33xl\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .\33xl\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .\33xl\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .\33xl\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .\33xl\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .\33xl\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .\33xl\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .\33xl\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .\33xl\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .\33xl\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .\33xl\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .\33xl\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .\33xl\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .\33xl\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .\33xl\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .\33xl\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .\33xl\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .\33xl\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .\33xl\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .\33xl\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .\33xl\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .\33xl\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .\33xl\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .\33xl\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .\33xl\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .\33xl\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .\33xl\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .\33xl\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .\33xl\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .\33xl\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .\33xl\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .\33xl\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .\33xl\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .\33xl\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .\33xl\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .\33xl\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .\33xl\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .\33xl\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .\33xl\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .\33xl\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .\33xl\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .\33xl\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .\33xl\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .\33xl\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .\33xl\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .\33xl\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .\33xl\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .\33xl\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .\33xl\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .\33xl\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .\33xl\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .\33xl\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .\33xl\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .\33xl\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .\33xl\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .\33xl\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .\33xl\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .\33xl\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .\33xl\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .\33xl\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .\33xl\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .\33xl\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .\33xl\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .\33xl\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .\33xl\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .\33xl\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .\33xl\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .\33xl\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .\33xl\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .\33xl\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .\33xl\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .\33xl\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .\33xl\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .\33xl\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .\33xl\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .\33xl\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .\33xl\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .\33xl\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .\33xl\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .\33xl\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .\33xl\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .\33xl\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .\33xl\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .\33xl\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .\33xl\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .\33xl\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .\33xl\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .\33xl\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .\33xl\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .\33xl\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .\33xl\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .\33xl\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .\33xl\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .\33xl\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .\33xl\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .\33xl\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .\33xl\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .\33xl\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .\33xl\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .\33xl\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .\33xl\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .\33xl\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .\33xl\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .\33xl\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .\33xl\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .\33xl\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .\33xl\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .\33xl\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .\33xl\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .\33xl\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .\33xl\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .\33xl\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .\33xl\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .\33xl\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .\33xl\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .\33xl\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .\33xl\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .\33xl\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .\33xl\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .\33xl\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .\33xl\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .\33xl\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .\33xl\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .\33xl\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .\33xl\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .\33xl\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .\33xl\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .\33xl\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .\33xl\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .\33xl\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .\33xl\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .\33xl\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .\33xl\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .\33xl\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .\33xl\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .\33xl\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .\33xl\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .\33xl\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .\33xl\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .\33xl\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .\33xl\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .\33xl\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .\33xl\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .\33xl\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .\33xl\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .\33xl\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .\33xl\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .\33xl\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .\33xl\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .\33xl\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .\33xl\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .\33xl\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .\33xl\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .\33xl\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .\33xl\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .\33xl\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .\33xl\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .\33xl\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .\33xl\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .\33xl\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .\33xl\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .\33xl\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .\33xl\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .\33xl\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .\33xl\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .\33xl\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .\33xl\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .\33xl\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .\33xl\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .\33xl\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .\33xl\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .\33xl\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .\33xl\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .\33xl\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .\33xl\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .\33xl\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .\33xl\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .\33xl\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .\33xl\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .\33xl\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .\33xl\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .\33xl\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .\33xl\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .\33xl\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .\33xl\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .\33xl\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .\33xl\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .\33xl\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .\33xl\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .\33xl\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .\33xl\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .\33xl\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .\33xl\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .\33xl\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .\33xl\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .\33xl\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .\33xl\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .\33xl\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .\33xl\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .\33xl\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .\33xl\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .\33xl\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .\33xl\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .\33xl\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .\33xl\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .\33xl\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .\33xl\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .\33xl\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .\33xl\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .\33xl\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .\33xl\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .\33xl\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .\33xl\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .\33xl\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .\33xl\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .\33xl\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .\33xl\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .\33xl\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .\33xl\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .\33xl\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .\33xl\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .\33xl\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .\33xl\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .\33xl\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .\33xl\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .\33xl\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .\33xl\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .\33xl\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .\33xl\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .\33xl\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .\33xl\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .\33xl\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .\33xl\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .\33xl\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .\33xl\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .\33xl\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .\33xl\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .\33xl\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .\33xl\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .\33xl\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .\33xl\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .\33xl\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .\33xl\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .\33xl\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .\33xl\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .\33xl\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .\33xl\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .\33xl\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .\33xl\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .\33xl\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .\33xl\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .\33xl\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .\33xl\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .\33xl\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .\33xl\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .\33xl\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .\33xl\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .\33xl\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .\33xl\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .\33xl\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .\33xl\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .\33xl\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .\33xl\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .\33xl\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .\33xl\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .\33xl\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .\33xl\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .\33xl\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .\33xl\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .\33xl\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .\33xl\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .\33xl\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .\33xl\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .\33xl\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .\33xl\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .\33xl\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .\33xl\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .\33xl\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .\33xl\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .\33xl\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .\33xl\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .\33xl\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .\33xl\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .\33xl\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .\33xl\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .\33xl\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .\33xl\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .\33xl\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .\33xl\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .\33xl\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .\33xl\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .\33xl\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .\33xl\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .\33xl\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .\33xl\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .\33xl\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .\33xl\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .\33xl\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .\33xl\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .\33xl\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .\33xl\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .\33xl\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .\33xl\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .\33xl\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .\33xl\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .\33xl\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .\33xl\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .\33xl\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .\33xl\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .\33xl\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .\33xl\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .\33xl\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .\33xl\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .\33xl\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .\33xl\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .\33xl\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .\33xl\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .\33xl\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .\33xl\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .\33xl\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .\33xl\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .\33xl\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .\33xl\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .\33xl\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .\33xl\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .\33xl\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .\33xl\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .\33xl\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .\33xl\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .\33xl\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .\33xl\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .\33xl\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .\33xl\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .\33xl\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .\33xl\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .\33xl\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .\33xl\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .\33xl\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .\33xl\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .\33xl\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .\33xl\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .\33xl\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .\33xl\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .\33xl\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .\33xl\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .\33xl\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .\33xl\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .\33xl\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .\33xl\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .\33xl\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .\33xl\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .\33xl\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .\33xl\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .\33xl\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .\33xl\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .\33xl\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .\33xl\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .\33xl\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .\33xl\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .\33xl\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .\33xl\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .\33xl\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .\33xl\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .\33xl\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .\33xl\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .\33xl\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .\33xl\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .\33xl\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .\33xl\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .\33xl\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .\33xl\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .\33xl\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .\33xl\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .\33xl\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .\33xl\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .\33xl\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .\33xl\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .\33xl\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .\33xl\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .\33xl\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .\33xl\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .\33xl\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .\33xl\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .\33xl\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .\33xl\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .\33xl\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .\33xl\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .\33xl\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .\33xl\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .\33xl\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .\33xl\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .\33xl\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .\33xl\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .\33xl\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .\33xl\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .\33xl\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .\33xl\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .\33xl\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .\33xl\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .\33xl\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .\33xl\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .\33xl\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .\33xl\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .\33xl\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .\33xl\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .\33xl\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .\33xl\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .\33xl\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .\33xl\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .\33xl\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .\33xl\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .\33xl\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .\33xl\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .\33xl\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .\33xl\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .\33xl\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .\33xl\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .\33xl\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .\33xl\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .\33xl\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .\33xl\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .\33xl\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .\33xl\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .\33xl\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .\33xl\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .\33xl\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .\33xl\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .\33xl\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .\33xl\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .\33xl\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .\33xl\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .\33xl\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .\33xl\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .\33xl\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .\33xl\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .\33xl\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .\33xl\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .\33xl\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .\33xl\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .\33xl\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .\33xl\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .\33xl\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .\33xl\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .\33xl\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .\33xl\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .\33xl\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .\33xl\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .\33xl\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .\33xl\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .\33xl\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .\33xl\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .\33xl\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .\33xl\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .\33xl\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .\33xl\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .\33xl\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .\33xl\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .\33xl\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .\33xl\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .\33xl\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .\33xl\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .\33xl\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .\33xl\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .\33xl\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .\33xl\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .\33xl\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .\33xl\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .\33xl\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .\33xl\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .\33xl\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .\33xl\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .\33xl\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .\33xl\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .\33xl\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .\33xl\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .\33xl\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .\33xl\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .\33xl\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .\33xl\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .\33xl\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .\33xl\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .\33xl\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .\33xl\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .\33xl\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .\33xl\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .\33xl\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .\33xl\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .\33xl\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .\33xl\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .\33xl\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .\33xl\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .\33xl\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .\33xl\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .\33xl\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .\33xl\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .\33xl\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .\33xl\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .\33xl\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .\33xl\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .\33xl\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .\33xl\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .\33xl\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .\33xl\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .\33xl\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .\33xl\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .\33xl\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .\33xl\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .\33xl\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .\33xl\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .\33xl\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .\33xl\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .\33xl\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .\33xl\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .\33xl\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .\33xl\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .\33xl\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .\33xl\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .\33xl\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .\33xl\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .\33xl\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .\33xl\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .\33xl\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .\33xl\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .\33xl\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .\33xl\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .\33xl\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .\33xl\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .\33xl\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .\33xl\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .\33xl\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .\33xl\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .\33xl\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .\33xl\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .\33xl\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .\33xl\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .\33xl\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .\33xl\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .\33xl\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .\33xl\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .\33xl\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .\33xl\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .\33xl\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .\33xl\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .\33xl\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .\33xl\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .\33xl\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .\33xl\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .\33xl\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .\33xl\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .\33xl\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .\33xl\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .\33xl\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .\33xl\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .\33xl\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .\33xl\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .\33xl\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .\33xl\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .\33xl\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .\33xl\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .\33xl\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .\33xl\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .\33xl\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .\33xl\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .\33xl\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .\33xl\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .\33xl\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .\33xl\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .\33xl\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .\33xl\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .\33xl\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .\33xl\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .\33xl\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .\33xl\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .\33xl\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .\33xl\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .\33xl\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .\33xl\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .\33xl\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .\33xl\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .\33xl\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .\33xl\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .\33xl\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .\33xl\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .\33xl\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .\33xl\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .\33xl\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .\33xl\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .\33xl\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .\33xl\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .\33xl\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .\33xl\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .\33xl\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .\33xl\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .\33xl\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .\33xl\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .\33xl\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .\33xl\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .\33xl\:top-0 {
        top: 0;
    }
    .\33xl\:right-0 {
        right: 0;
    }
    .\33xl\:bottom-0 {
        bottom: 0;
    }
    .\33xl\:left-0 {
        left: 0;
    }
    .\33xl\:top-1 {
        top: 0.25rem;
    }
    .\33xl\:right-1 {
        right: 0.25rem;
    }
    .\33xl\:bottom-1 {
        bottom: 0.25rem;
    }
    .\33xl\:left-1 {
        left: 0.25rem;
    }
    .\33xl\:top-2 {
        top: 0.5rem;
    }
    .\33xl\:right-2 {
        right: 0.5rem;
    }
    .\33xl\:bottom-2 {
        bottom: 0.5rem;
    }
    .\33xl\:left-2 {
        left: 0.5rem;
    }
    .\33xl\:top-3 {
        top: 0.75rem;
    }
    .\33xl\:right-3 {
        right: 0.75rem;
    }
    .\33xl\:bottom-3 {
        bottom: 0.75rem;
    }
    .\33xl\:left-3 {
        left: 0.75rem;
    }
    .\33xl\:top-4 {
        top: 1rem;
    }
    .\33xl\:right-4 {
        right: 1rem;
    }
    .\33xl\:bottom-4 {
        bottom: 1rem;
    }
    .\33xl\:left-4 {
        left: 1rem;
    }
    .\33xl\:top-5 {
        top: 1.25rem;
    }
    .\33xl\:right-5 {
        right: 1.25rem;
    }
    .\33xl\:bottom-5 {
        bottom: 1.25rem;
    }
    .\33xl\:left-5 {
        left: 1.25rem;
    }
    .\33xl\:top-6 {
        top: 1.5rem;
    }
    .\33xl\:right-6 {
        right: 1.5rem;
    }
    .\33xl\:bottom-6 {
        bottom: 1.5rem;
    }
    .\33xl\:left-6 {
        left: 1.5rem;
    }
    .\33xl\:top-7 {
        top: 1.75rem;
    }
    .\33xl\:right-7 {
        right: 1.75rem;
    }
    .\33xl\:bottom-7 {
        bottom: 1.75rem;
    }
    .\33xl\:left-7 {
        left: 1.75rem;
    }
    .\33xl\:top-8 {
        top: 2rem;
    }
    .\33xl\:right-8 {
        right: 2rem;
    }
    .\33xl\:bottom-8 {
        bottom: 2rem;
    }
    .\33xl\:left-8 {
        left: 2rem;
    }
    .\33xl\:top-9 {
        top: 2.25rem;
    }
    .\33xl\:right-9 {
        right: 2.25rem;
    }
    .\33xl\:bottom-9 {
        bottom: 2.25rem;
    }
    .\33xl\:left-9 {
        left: 2.25rem;
    }
    .\33xl\:top-10 {
        top: 2.5rem;
    }
    .\33xl\:right-10 {
        right: 2.5rem;
    }
    .\33xl\:bottom-10 {
        bottom: 2.5rem;
    }
    .\33xl\:left-10 {
        left: 2.5rem;
    }
    .\33xl\:top-11 {
        top: 2.75rem;
    }
    .\33xl\:right-11 {
        right: 2.75rem;
    }
    .\33xl\:bottom-11 {
        bottom: 2.75rem;
    }
    .\33xl\:left-11 {
        left: 2.75rem;
    }
    .\33xl\:top-12 {
        top: 3rem;
    }
    .\33xl\:right-12 {
        right: 3rem;
    }
    .\33xl\:bottom-12 {
        bottom: 3rem;
    }
    .\33xl\:left-12 {
        left: 3rem;
    }
    .\33xl\:top-14 {
        top: 3.5rem;
    }
    .\33xl\:right-14 {
        right: 3.5rem;
    }
    .\33xl\:bottom-14 {
        bottom: 3.5rem;
    }
    .\33xl\:left-14 {
        left: 3.5rem;
    }
    .\33xl\:top-16 {
        top: 4rem;
    }
    .\33xl\:right-16 {
        right: 4rem;
    }
    .\33xl\:bottom-16 {
        bottom: 4rem;
    }
    .\33xl\:left-16 {
        left: 4rem;
    }
    .\33xl\:top-20 {
        top: 5rem;
    }
    .\33xl\:right-20 {
        right: 5rem;
    }
    .\33xl\:bottom-20 {
        bottom: 5rem;
    }
    .\33xl\:left-20 {
        left: 5rem;
    }
    .\33xl\:top-23 {
        top: 88px;
    }
    .\33xl\:right-23 {
        right: 88px;
    }
    .\33xl\:bottom-23 {
        bottom: 88px;
    }
    .\33xl\:left-23 {
        left: 88px;
    }
    .\33xl\:top-24 {
        top: 6rem;
    }
    .\33xl\:right-24 {
        right: 6rem;
    }
    .\33xl\:bottom-24 {
        bottom: 6rem;
    }
    .\33xl\:left-24 {
        left: 6rem;
    }
    .\33xl\:top-25 {
        top: 100px;
    }
    .\33xl\:right-25 {
        right: 100px;
    }
    .\33xl\:bottom-25 {
        bottom: 100px;
    }
    .\33xl\:left-25 {
        left: 100px;
    }
    .\33xl\:top-28 {
        top: 7rem;
    }
    .\33xl\:right-28 {
        right: 7rem;
    }
    .\33xl\:bottom-28 {
        bottom: 7rem;
    }
    .\33xl\:left-28 {
        left: 7rem;
    }
    .\33xl\:top-29 {
        top: 120px;
    }
    .\33xl\:right-29 {
        right: 120px;
    }
    .\33xl\:bottom-29 {
        bottom: 120px;
    }
    .\33xl\:left-29 {
        left: 120px;
    }
    .\33xl\:top-32 {
        top: 8rem;
    }
    .\33xl\:right-32 {
        right: 8rem;
    }
    .\33xl\:bottom-32 {
        bottom: 8rem;
    }
    .\33xl\:left-32 {
        left: 8rem;
    }
    .\33xl\:top-33 {
        top: 130px;
    }
    .\33xl\:right-33 {
        right: 130px;
    }
    .\33xl\:bottom-33 {
        bottom: 130px;
    }
    .\33xl\:left-33 {
        left: 130px;
    }
    .\33xl\:top-36 {
        top: 9rem;
    }
    .\33xl\:right-36 {
        right: 9rem;
    }
    .\33xl\:bottom-36 {
        bottom: 9rem;
    }
    .\33xl\:left-36 {
        left: 9rem;
    }
    .\33xl\:top-40 {
        top: 10rem;
    }
    .\33xl\:right-40 {
        right: 10rem;
    }
    .\33xl\:bottom-40 {
        bottom: 10rem;
    }
    .\33xl\:left-40 {
        left: 10rem;
    }
    .\33xl\:top-44 {
        top: 11rem;
    }
    .\33xl\:right-44 {
        right: 11rem;
    }
    .\33xl\:bottom-44 {
        bottom: 11rem;
    }
    .\33xl\:left-44 {
        left: 11rem;
    }
    .\33xl\:top-48 {
        top: 12rem;
    }
    .\33xl\:right-48 {
        right: 12rem;
    }
    .\33xl\:bottom-48 {
        bottom: 12rem;
    }
    .\33xl\:left-48 {
        left: 12rem;
    }
    .\33xl\:top-52 {
        top: 13rem;
    }
    .\33xl\:right-52 {
        right: 13rem;
    }
    .\33xl\:bottom-52 {
        bottom: 13rem;
    }
    .\33xl\:left-52 {
        left: 13rem;
    }
    .\33xl\:top-56 {
        top: 14rem;
    }
    .\33xl\:right-56 {
        right: 14rem;
    }
    .\33xl\:bottom-56 {
        bottom: 14rem;
    }
    .\33xl\:left-56 {
        left: 14rem;
    }
    .\33xl\:top-60 {
        top: 15rem;
    }
    .\33xl\:right-60 {
        right: 15rem;
    }
    .\33xl\:bottom-60 {
        bottom: 15rem;
    }
    .\33xl\:left-60 {
        left: 15rem;
    }
    .\33xl\:top-63 {
        top: 270px;
    }
    .\33xl\:right-63 {
        right: 270px;
    }
    .\33xl\:bottom-63 {
        bottom: 270px;
    }
    .\33xl\:left-63 {
        left: 270px;
    }
    .\33xl\:top-64 {
        top: 16rem;
    }
    .\33xl\:right-64 {
        right: 16rem;
    }
    .\33xl\:bottom-64 {
        bottom: 16rem;
    }
    .\33xl\:left-64 {
        left: 16rem;
    }
    .\33xl\:top-72 {
        top: 18rem;
    }
    .\33xl\:right-72 {
        right: 18rem;
    }
    .\33xl\:bottom-72 {
        bottom: 18rem;
    }
    .\33xl\:left-72 {
        left: 18rem;
    }
    .\33xl\:top-80 {
        top: 20rem;
    }
    .\33xl\:right-80 {
        right: 20rem;
    }
    .\33xl\:bottom-80 {
        bottom: 20rem;
    }
    .\33xl\:left-80 {
        left: 20rem;
    }
    .\33xl\:top-92 {
        top: 475px;
    }
    .\33xl\:right-92 {
        right: 475px;
    }
    .\33xl\:bottom-92 {
        bottom: 475px;
    }
    .\33xl\:left-92 {
        left: 475px;
    }
    .\33xl\:top-96 {
        top: 24rem;
    }
    .\33xl\:right-96 {
        right: 24rem;
    }
    .\33xl\:bottom-96 {
        bottom: 24rem;
    }
    .\33xl\:left-96 {
        left: 24rem;
    }
    .\33xl\:top-128 {
        top: 32rem;
    }
    .\33xl\:right-128 {
        right: 32rem;
    }
    .\33xl\:bottom-128 {
        bottom: 32rem;
    }
    .\33xl\:left-128 {
        left: 32rem;
    }
    .\33xl\:top-auto {
        top: auto;
    }
    .\33xl\:right-auto {
        right: auto;
    }
    .\33xl\:bottom-auto {
        bottom: auto;
    }
    .\33xl\:left-auto {
        left: auto;
    }
    .\33xl\:top-px {
        top: 1px;
    }
    .\33xl\:right-px {
        right: 1px;
    }
    .\33xl\:bottom-px {
        bottom: 1px;
    }
    .\33xl\:left-px {
        left: 1px;
    }
    .\33xl\:top-0\.5 {
        top: 0.125rem;
    }
    .\33xl\:right-0\.5 {
        right: 0.125rem;
    }
    .\33xl\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .\33xl\:left-0\.5 {
        left: 0.125rem;
    }
    .\33xl\:top-1\.5 {
        top: 0.375rem;
    }
    .\33xl\:right-1\.5 {
        right: 0.375rem;
    }
    .\33xl\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .\33xl\:left-1\.5 {
        left: 0.375rem;
    }
    .\33xl\:top-2\.5 {
        top: 0.625rem;
    }
    .\33xl\:right-2\.5 {
        right: 0.625rem;
    }
    .\33xl\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .\33xl\:left-2\.5 {
        left: 0.625rem;
    }
    .\33xl\:top-3\.5 {
        top: 0.875rem;
    }
    .\33xl\:right-3\.5 {
        right: 0.875rem;
    }
    .\33xl\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .\33xl\:left-3\.5 {
        left: 0.875rem;
    }
    .\33xl\:top-105p {
        top: 105px;
    }
    .\33xl\:right-105p {
        right: 105px;
    }
    .\33xl\:bottom-105p {
        bottom: 105px;
    }
    .\33xl\:left-105p {
        left: 105px;
    }
    .\33xl\:top-50p {
        top: 50px;
    }
    .\33xl\:right-50p {
        right: 50px;
    }
    .\33xl\:bottom-50p {
        bottom: 50px;
    }
    .\33xl\:left-50p {
        left: 50px;
    }
    .\33xl\:top-54p {
        top: 54px;
    }
    .\33xl\:right-54p {
        right: 54px;
    }
    .\33xl\:bottom-54p {
        bottom: 54px;
    }
    .\33xl\:left-54p {
        left: 54px;
    }
    .\33xl\:top-1p {
        top: 1px;
    }
    .\33xl\:right-1p {
        right: 1px;
    }
    .\33xl\:bottom-1p {
        bottom: 1px;
    }
    .\33xl\:left-1p {
        left: 1px;
    }
    .\33xl\:top-2p {
        top: 2px;
    }
    .\33xl\:right-2p {
        right: 2px;
    }
    .\33xl\:bottom-2p {
        bottom: 2px;
    }
    .\33xl\:left-2p {
        left: 2px;
    }
    .\33xl\:top-3p {
        top: 3px;
    }
    .\33xl\:right-3p {
        right: 3px;
    }
    .\33xl\:bottom-3p {
        bottom: 3px;
    }
    .\33xl\:left-3p {
        left: 3px;
    }
    .\33xl\:top-5p {
        top: 5px;
    }
    .\33xl\:right-5p {
        right: 5px;
    }
    .\33xl\:bottom-5p {
        bottom: 5px;
    }
    .\33xl\:left-5p {
        left: 5px;
    }
    .\33xl\:top-7p {
        top: 7px;
    }
    .\33xl\:right-7p {
        right: 7px;
    }
    .\33xl\:bottom-7p {
        bottom: 7px;
    }
    .\33xl\:left-7p {
        left: 7px;
    }
    .\33xl\:top-9p {
        top: 9px;
    }
    .\33xl\:right-9p {
        right: 9px;
    }
    .\33xl\:bottom-9p {
        bottom: 9px;
    }
    .\33xl\:left-9p {
        left: 9px;
    }
    .\33xl\:top-10p {
        top: 10px;
    }
    .\33xl\:right-10p {
        right: 10px;
    }
    .\33xl\:bottom-10p {
        bottom: 10px;
    }
    .\33xl\:left-10p {
        left: 10px;
    }
    .\33xl\:top-11p {
        top: 11px;
    }
    .\33xl\:right-11p {
        right: 11px;
    }
    .\33xl\:bottom-11p {
        bottom: 11px;
    }
    .\33xl\:left-11p {
        left: 11px;
    }
    .\33xl\:top-13p {
        top: 13px;
    }
    .\33xl\:right-13p {
        right: 13px;
    }
    .\33xl\:bottom-13p {
        bottom: 13px;
    }
    .\33xl\:left-13p {
        left: 13px;
    }
    .\33xl\:top-15p {
        top: 15px;
    }
    .\33xl\:right-15p {
        right: 15px;
    }
    .\33xl\:bottom-15p {
        bottom: 15px;
    }
    .\33xl\:left-15p {
        left: 15px;
    }
    .\33xl\:top-18p {
        top: 18px;
    }
    .\33xl\:right-18p {
        right: 18px;
    }
    .\33xl\:bottom-18p {
        bottom: 18px;
    }
    .\33xl\:left-18p {
        left: 18px;
    }
    .\33xl\:top-19p {
        top: 19px;
    }
    .\33xl\:right-19p {
        right: 19px;
    }
    .\33xl\:bottom-19p {
        bottom: 19px;
    }
    .\33xl\:left-19p {
        left: 19px;
    }
    .\33xl\:top-21p {
        top: 21px;
    }
    .\33xl\:right-21p {
        right: 21px;
    }
    .\33xl\:bottom-21p {
        bottom: 21px;
    }
    .\33xl\:left-21p {
        left: 21px;
    }
    .\33xl\:top-22p {
        top: 22px;
    }
    .\33xl\:right-22p {
        right: 22px;
    }
    .\33xl\:bottom-22p {
        bottom: 22px;
    }
    .\33xl\:left-22p {
        left: 22px;
    }
    .\33xl\:top-23p {
        top: 23px;
    }
    .\33xl\:right-23p {
        right: 23px;
    }
    .\33xl\:bottom-23p {
        bottom: 23px;
    }
    .\33xl\:left-23p {
        left: 23px;
    }
    .\33xl\:top-25p {
        top: 25px;
    }
    .\33xl\:right-25p {
        right: 25px;
    }
    .\33xl\:bottom-25p {
        bottom: 25px;
    }
    .\33xl\:left-25p {
        left: 25px;
    }
    .\33xl\:top-26p {
        top: 26px;
    }
    .\33xl\:right-26p {
        right: 26px;
    }
    .\33xl\:bottom-26p {
        bottom: 26px;
    }
    .\33xl\:left-26p {
        left: 26px;
    }
    .\33xl\:top-29p {
        top: 29px;
    }
    .\33xl\:right-29p {
        right: 29px;
    }
    .\33xl\:bottom-29p {
        bottom: 29px;
    }
    .\33xl\:left-29p {
        left: 29px;
    }
    .\33xl\:top-30p {
        top: 30px;
    }
    .\33xl\:right-30p {
        right: 30px;
    }
    .\33xl\:bottom-30p {
        bottom: 30px;
    }
    .\33xl\:left-30p {
        left: 30px;
    }
    .\33xl\:top-31p {
        top: 31px;
    }
    .\33xl\:right-31p {
        right: 31px;
    }
    .\33xl\:bottom-31p {
        bottom: 31px;
    }
    .\33xl\:left-31p {
        left: 31px;
    }
    .\33xl\:top-35p {
        top: 35px;
    }
    .\33xl\:right-35p {
        right: 35px;
    }
    .\33xl\:bottom-35p {
        bottom: 35px;
    }
    .\33xl\:left-35p {
        left: 35px;
    }
    .\33xl\:top-52p {
        top: 52px;
    }
    .\33xl\:right-52p {
        right: 52px;
    }
    .\33xl\:bottom-52p {
        bottom: 52px;
    }
    .\33xl\:left-52p {
        left: 52px;
    }
    .\33xl\:top-53p {
        top: 53px;
    }
    .\33xl\:right-53p {
        right: 53px;
    }
    .\33xl\:bottom-53p {
        bottom: 53px;
    }
    .\33xl\:left-53p {
        left: 53px;
    }
    .\33xl\:top-55p {
        top: 55px;
    }
    .\33xl\:right-55p {
        right: 55px;
    }
    .\33xl\:bottom-55p {
        bottom: 55px;
    }
    .\33xl\:left-55p {
        left: 55px;
    }
    .\33xl\:top-59p {
        top: 59px;
    }
    .\33xl\:right-59p {
        right: 59px;
    }
    .\33xl\:bottom-59p {
        bottom: 59px;
    }
    .\33xl\:left-59p {
        left: 59px;
    }
    .\33xl\:top-27p {
        top: 27px;
    }
    .\33xl\:right-27p {
        right: 27px;
    }
    .\33xl\:bottom-27p {
        bottom: 27px;
    }
    .\33xl\:left-27p {
        left: 27px;
    }
    .\33xl\:top-33\.5p {
        top: 33.5px;
    }
    .\33xl\:right-33\.5p {
        right: 33.5px;
    }
    .\33xl\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .\33xl\:left-33\.5p {
        left: 33.5px;
    }
    .\33xl\:top-38p {
        top: 38px;
    }
    .\33xl\:right-38p {
        right: 38px;
    }
    .\33xl\:bottom-38p {
        bottom: 38px;
    }
    .\33xl\:left-38p {
        left: 38px;
    }
    .\33xl\:top-40p {
        top: 40px;
    }
    .\33xl\:right-40p {
        right: 40px;
    }
    .\33xl\:bottom-40p {
        bottom: 40px;
    }
    .\33xl\:left-40p {
        left: 40px;
    }
    .\33xl\:top-46p {
        top: 46px;
    }
    .\33xl\:right-46p {
        right: 46px;
    }
    .\33xl\:bottom-46p {
        bottom: 46px;
    }
    .\33xl\:left-46p {
        left: 46px;
    }
    .\33xl\:top-47p {
        top: 47px;
    }
    .\33xl\:right-47p {
        right: 47px;
    }
    .\33xl\:bottom-47p {
        bottom: 47px;
    }
    .\33xl\:left-47p {
        left: 47px;
    }
    .\33xl\:top-49p {
        top: 49px;
    }
    .\33xl\:right-49p {
        right: 49px;
    }
    .\33xl\:bottom-49p {
        bottom: 49px;
    }
    .\33xl\:left-49p {
        left: 49px;
    }
    .\33xl\:top-58p {
        top: 58px;
    }
    .\33xl\:right-58p {
        right: 58px;
    }
    .\33xl\:bottom-58p {
        bottom: 58px;
    }
    .\33xl\:left-58p {
        left: 58px;
    }
    .\33xl\:top-75p {
        top: 75px;
    }
    .\33xl\:right-75p {
        right: 75px;
    }
    .\33xl\:bottom-75p {
        bottom: 75px;
    }
    .\33xl\:left-75p {
        left: 75px;
    }
    .\33xl\:top-77p {
        top: 77px;
    }
    .\33xl\:right-77p {
        right: 77px;
    }
    .\33xl\:bottom-77p {
        bottom: 77px;
    }
    .\33xl\:left-77p {
        left: 77px;
    }
    .\33xl\:top-60p {
        top: 60px;
    }
    .\33xl\:right-60p {
        right: 60px;
    }
    .\33xl\:bottom-60p {
        bottom: 60px;
    }
    .\33xl\:left-60p {
        left: 60px;
    }
    .\33xl\:top-65p {
        top: 65px;
    }
    .\33xl\:right-65p {
        right: 65px;
    }
    .\33xl\:bottom-65p {
        bottom: 65px;
    }
    .\33xl\:left-65p {
        left: 65px;
    }
    .\33xl\:top-66p {
        top: 66px;
    }
    .\33xl\:right-66p {
        right: 66px;
    }
    .\33xl\:bottom-66p {
        bottom: 66px;
    }
    .\33xl\:left-66p {
        left: 66px;
    }
    .\33xl\:top-68p {
        top: 68px;
    }
    .\33xl\:right-68p {
        right: 68px;
    }
    .\33xl\:bottom-68p {
        bottom: 68px;
    }
    .\33xl\:left-68p {
        left: 68px;
    }
    .\33xl\:top-70p {
        top: 70px;
    }
    .\33xl\:right-70p {
        right: 70px;
    }
    .\33xl\:bottom-70p {
        bottom: 70px;
    }
    .\33xl\:left-70p {
        left: 70px;
    }
    .\33xl\:top-72p {
        top: 72px;
    }
    .\33xl\:right-72p {
        right: 72px;
    }
    .\33xl\:bottom-72p {
        bottom: 72px;
    }
    .\33xl\:left-72p {
        left: 72px;
    }
    .\33xl\:top-74p {
        top: 74px;
    }
    .\33xl\:right-74p {
        right: 74px;
    }
    .\33xl\:bottom-74p {
        bottom: 74px;
    }
    .\33xl\:left-74p {
        left: 74px;
    }
    .\33xl\:top-78p {
        top: 78px;
    }
    .\33xl\:right-78p {
        right: 78px;
    }
    .\33xl\:bottom-78p {
        bottom: 78px;
    }
    .\33xl\:left-78p {
        left: 78px;
    }
    .\33xl\:top-80p {
        top: 80px;
    }
    .\33xl\:right-80p {
        right: 80px;
    }
    .\33xl\:bottom-80p {
        bottom: 80px;
    }
    .\33xl\:left-80p {
        left: 80px;
    }
    .\33xl\:top-82p {
        top: 82px;
    }
    .\33xl\:right-82p {
        right: 82px;
    }
    .\33xl\:bottom-82p {
        bottom: 82px;
    }
    .\33xl\:left-82p {
        left: 82px;
    }
    .\33xl\:top-84p {
        top: 84px;
    }
    .\33xl\:right-84p {
        right: 84px;
    }
    .\33xl\:bottom-84p {
        bottom: 84px;
    }
    .\33xl\:left-84p {
        left: 84px;
    }
    .\33xl\:top-89p {
        top: 89px;
    }
    .\33xl\:right-89p {
        right: 89px;
    }
    .\33xl\:bottom-89p {
        bottom: 89px;
    }
    .\33xl\:left-89p {
        left: 89px;
    }
    .\33xl\:top-93p {
        top: 93px;
    }
    .\33xl\:right-93p {
        right: 93px;
    }
    .\33xl\:bottom-93p {
        bottom: 93px;
    }
    .\33xl\:left-93p {
        left: 93px;
    }
    .\33xl\:top-90p {
        top: 90px;
    }
    .\33xl\:right-90p {
        right: 90px;
    }
    .\33xl\:bottom-90p {
        bottom: 90px;
    }
    .\33xl\:left-90p {
        left: 90px;
    }
    .\33xl\:top-97p {
        top: 97px;
    }
    .\33xl\:right-97p {
        right: 97px;
    }
    .\33xl\:bottom-97p {
        bottom: 97px;
    }
    .\33xl\:left-97p {
        left: 97px;
    }
    .\33xl\:top-103p {
        top: 103px;
    }
    .\33xl\:right-103p {
        right: 103px;
    }
    .\33xl\:bottom-103p {
        bottom: 103px;
    }
    .\33xl\:left-103p {
        left: 103px;
    }
    .\33xl\:top-116p {
        top: 116px;
    }
    .\33xl\:right-116p {
        right: 116px;
    }
    .\33xl\:bottom-116p {
        bottom: 116px;
    }
    .\33xl\:left-116p {
        left: 116px;
    }
    .\33xl\:top-120p {
        top: 120px;
    }
    .\33xl\:right-120p {
        right: 120px;
    }
    .\33xl\:bottom-120p {
        bottom: 120px;
    }
    .\33xl\:left-120p {
        left: 120px;
    }
    .\33xl\:top-125p {
        top: 125px;
    }
    .\33xl\:right-125p {
        right: 125px;
    }
    .\33xl\:bottom-125p {
        bottom: 125px;
    }
    .\33xl\:left-125p {
        left: 125px;
    }
    .\33xl\:top-130p {
        top: 130px;
    }
    .\33xl\:right-130p {
        right: 130px;
    }
    .\33xl\:bottom-130p {
        bottom: 130px;
    }
    .\33xl\:left-130p {
        left: 130px;
    }
    .\33xl\:top-135p {
        top: 135px;
    }
    .\33xl\:right-135p {
        right: 135px;
    }
    .\33xl\:bottom-135p {
        bottom: 135px;
    }
    .\33xl\:left-135p {
        left: 135px;
    }
    .\33xl\:top-132p {
        top: 132px;
    }
    .\33xl\:right-132p {
        right: 132px;
    }
    .\33xl\:bottom-132p {
        bottom: 132px;
    }
    .\33xl\:left-132p {
        left: 132px;
    }
    .\33xl\:top-150p {
        top: 150px;
    }
    .\33xl\:right-150p {
        right: 150px;
    }
    .\33xl\:bottom-150p {
        bottom: 150px;
    }
    .\33xl\:left-150p {
        left: 150px;
    }
    .\33xl\:top-216p {
        top: 216px;
    }
    .\33xl\:right-216p {
        right: 216px;
    }
    .\33xl\:bottom-216p {
        bottom: 216px;
    }
    .\33xl\:left-216p {
        left: 216px;
    }
    .\33xl\:top-225p {
        top: 225px;
    }
    .\33xl\:right-225p {
        right: 225px;
    }
    .\33xl\:bottom-225p {
        bottom: 225px;
    }
    .\33xl\:left-225p {
        left: 225px;
    }
    .\33xl\:top-296p {
        top: 296px;
    }
    .\33xl\:right-296p {
        right: 296px;
    }
    .\33xl\:bottom-296p {
        bottom: 296px;
    }
    .\33xl\:left-296p {
        left: 296px;
    }
    .\33xl\:top-270p {
        top: 270px;
    }
    .\33xl\:right-270p {
        right: 270px;
    }
    .\33xl\:bottom-270p {
        bottom: 270px;
    }
    .\33xl\:left-270p {
        left: 270px;
    }
    .\33xl\:top-137p {
        top: 137px;
    }
    .\33xl\:right-137p {
        right: 137px;
    }
    .\33xl\:bottom-137p {
        bottom: 137px;
    }
    .\33xl\:left-137p {
        left: 137px;
    }
    .\33xl\:top-141p {
        top: 141px;
    }
    .\33xl\:right-141p {
        right: 141px;
    }
    .\33xl\:bottom-141p {
        bottom: 141px;
    }
    .\33xl\:left-141p {
        left: 141px;
    }
    .\33xl\:top-146p {
        top: 146px;
    }
    .\33xl\:right-146p {
        right: 146px;
    }
    .\33xl\:bottom-146p {
        bottom: 146px;
    }
    .\33xl\:left-146p {
        left: 146px;
    }
    .\33xl\:top-152p {
        top: 152px;
    }
    .\33xl\:right-152p {
        right: 152px;
    }
    .\33xl\:bottom-152p {
        bottom: 152px;
    }
    .\33xl\:left-152p {
        left: 152px;
    }
    .\33xl\:top-155p {
        top: 155px;
    }
    .\33xl\:right-155p {
        right: 155px;
    }
    .\33xl\:bottom-155p {
        bottom: 155px;
    }
    .\33xl\:left-155p {
        left: 155px;
    }
    .\33xl\:top-163p {
        top: 163px;
    }
    .\33xl\:right-163p {
        right: 163px;
    }
    .\33xl\:bottom-163p {
        bottom: 163px;
    }
    .\33xl\:left-163p {
        left: 163px;
    }
    .\33xl\:top-168p {
        top: 168px;
    }
    .\33xl\:right-168p {
        right: 168px;
    }
    .\33xl\:bottom-168p {
        bottom: 168px;
    }
    .\33xl\:left-168p {
        left: 168px;
    }
    .\33xl\:top-173p {
        top: 173px;
    }
    .\33xl\:right-173p {
        right: 173px;
    }
    .\33xl\:bottom-173p {
        bottom: 173px;
    }
    .\33xl\:left-173p {
        left: 173px;
    }
    .\33xl\:top-210p {
        top: 210px;
    }
    .\33xl\:right-210p {
        right: 210px;
    }
    .\33xl\:bottom-210p {
        bottom: 210px;
    }
    .\33xl\:left-210p {
        left: 210px;
    }
    .\33xl\:top-245p {
        top: 245px;
    }
    .\33xl\:right-245p {
        right: 245px;
    }
    .\33xl\:bottom-245p {
        bottom: 245px;
    }
    .\33xl\:left-245p {
        left: 245px;
    }
    .\33xl\:top-250p {
        top: 250px;
    }
    .\33xl\:right-250p {
        right: 250px;
    }
    .\33xl\:bottom-250p {
        bottom: 250px;
    }
    .\33xl\:left-250p {
        left: 250px;
    }
    .\33xl\:top-260p {
        top: 260px;
    }
    .\33xl\:right-260p {
        right: 260px;
    }
    .\33xl\:bottom-260p {
        bottom: 260px;
    }
    .\33xl\:left-260p {
        left: 260px;
    }
    .\33xl\:top-263p {
        top: 263px;
    }
    .\33xl\:right-263p {
        right: 263px;
    }
    .\33xl\:bottom-263p {
        bottom: 263px;
    }
    .\33xl\:left-263p {
        left: 263px;
    }
    .\33xl\:top-266p {
        top: 266px;
    }
    .\33xl\:right-266p {
        right: 266px;
    }
    .\33xl\:bottom-266p {
        bottom: 266px;
    }
    .\33xl\:left-266p {
        left: 266px;
    }
    .\33xl\:top-275p {
        top: 275px;
    }
    .\33xl\:right-275p {
        right: 275px;
    }
    .\33xl\:bottom-275p {
        bottom: 275px;
    }
    .\33xl\:left-275p {
        left: 275px;
    }
    .\33xl\:top-300p {
        top: 300px;
    }
    .\33xl\:right-300p {
        right: 300px;
    }
    .\33xl\:bottom-300p {
        bottom: 300px;
    }
    .\33xl\:left-300p {
        left: 300px;
    }
    .\33xl\:top-312p {
        top: 312px;
    }
    .\33xl\:right-312p {
        right: 312px;
    }
    .\33xl\:bottom-312p {
        bottom: 312px;
    }
    .\33xl\:left-312p {
        left: 312px;
    }
    .\33xl\:top-318p {
        top: 318px;
    }
    .\33xl\:right-318p {
        right: 318px;
    }
    .\33xl\:bottom-318p {
        bottom: 318px;
    }
    .\33xl\:left-318p {
        left: 318px;
    }
    .\33xl\:top-322p {
        top: 322px;
    }
    .\33xl\:right-322p {
        right: 322px;
    }
    .\33xl\:bottom-322p {
        bottom: 322px;
    }
    .\33xl\:left-322p {
        left: 322px;
    }
    .\33xl\:top-337p {
        top: 337px;
    }
    .\33xl\:right-337p {
        right: 337px;
    }
    .\33xl\:bottom-337p {
        bottom: 337px;
    }
    .\33xl\:left-337p {
        left: 337px;
    }
    .\33xl\:top-345p {
        top: 345px;
    }
    .\33xl\:right-345p {
        right: 345px;
    }
    .\33xl\:bottom-345p {
        bottom: 345px;
    }
    .\33xl\:left-345p {
        left: 345px;
    }
    .\33xl\:top-344p {
        top: 344px;
    }
    .\33xl\:right-344p {
        right: 344px;
    }
    .\33xl\:bottom-344p {
        bottom: 344px;
    }
    .\33xl\:left-344p {
        left: 344px;
    }
    .\33xl\:top-354p {
        top: 354px;
    }
    .\33xl\:right-354p {
        right: 354px;
    }
    .\33xl\:bottom-354p {
        bottom: 354px;
    }
    .\33xl\:left-354p {
        left: 354px;
    }
    .\33xl\:top-364p {
        top: 364px;
    }
    .\33xl\:right-364p {
        right: 364px;
    }
    .\33xl\:bottom-364p {
        bottom: 364px;
    }
    .\33xl\:left-364p {
        left: 364px;
    }
    .\33xl\:top-370p {
        top: 370px;
    }
    .\33xl\:right-370p {
        right: 370px;
    }
    .\33xl\:bottom-370p {
        bottom: 370px;
    }
    .\33xl\:left-370p {
        left: 370px;
    }
    .\33xl\:top-382p {
        top: 382px;
    }
    .\33xl\:right-382p {
        right: 382px;
    }
    .\33xl\:bottom-382p {
        bottom: 382px;
    }
    .\33xl\:left-382p {
        left: 382px;
    }
    .\33xl\:top-385p {
        top: 385px;
    }
    .\33xl\:right-385p {
        right: 385px;
    }
    .\33xl\:bottom-385p {
        bottom: 385px;
    }
    .\33xl\:left-385p {
        left: 385px;
    }
    .\33xl\:top-400p {
        top: 400px;
    }
    .\33xl\:right-400p {
        right: 400px;
    }
    .\33xl\:bottom-400p {
        bottom: 400px;
    }
    .\33xl\:left-400p {
        left: 400px;
    }
    .\33xl\:top-407p {
        top: 407px;
    }
    .\33xl\:right-407p {
        right: 407px;
    }
    .\33xl\:bottom-407p {
        bottom: 407px;
    }
    .\33xl\:left-407p {
        left: 407px;
    }
    .\33xl\:top-411p {
        top: 411px;
    }
    .\33xl\:right-411p {
        right: 411px;
    }
    .\33xl\:bottom-411p {
        bottom: 411px;
    }
    .\33xl\:left-411p {
        left: 411px;
    }
    .\33xl\:top-418p {
        top: 418px;
    }
    .\33xl\:right-418p {
        right: 418px;
    }
    .\33xl\:bottom-418p {
        bottom: 418px;
    }
    .\33xl\:left-418p {
        left: 418px;
    }
    .\33xl\:top-430p {
        top: 430px;
    }
    .\33xl\:right-430p {
        right: 430px;
    }
    .\33xl\:bottom-430p {
        bottom: 430px;
    }
    .\33xl\:left-430p {
        left: 430px;
    }
    .\33xl\:top-450p {
        top: 450px;
    }
    .\33xl\:right-450p {
        right: 450px;
    }
    .\33xl\:bottom-450p {
        bottom: 450px;
    }
    .\33xl\:left-450p {
        left: 450px;
    }
    .\33xl\:top-468p {
        top: 468px;
    }
    .\33xl\:right-468p {
        right: 468px;
    }
    .\33xl\:bottom-468p {
        bottom: 468px;
    }
    .\33xl\:left-468p {
        left: 468px;
    }
    .\33xl\:top-485p {
        top: 485px;
    }
    .\33xl\:right-485p {
        right: 485px;
    }
    .\33xl\:bottom-485p {
        bottom: 485px;
    }
    .\33xl\:left-485p {
        left: 485px;
    }
    .\33xl\:top-491p {
        top: 491px;
    }
    .\33xl\:right-491p {
        right: 491px;
    }
    .\33xl\:bottom-491p {
        bottom: 491px;
    }
    .\33xl\:left-491p {
        left: 491px;
    }
    .\33xl\:top-494p {
        top: 494px;
    }
    .\33xl\:right-494p {
        right: 494px;
    }
    .\33xl\:bottom-494p {
        bottom: 494px;
    }
    .\33xl\:left-494p {
        left: 494px;
    }
    .\33xl\:top-470p {
        top: 470px;
    }
    .\33xl\:right-470p {
        right: 470px;
    }
    .\33xl\:bottom-470p {
        bottom: 470px;
    }
    .\33xl\:left-470p {
        left: 470px;
    }
    .\33xl\:top-480p {
        top: 480px;
    }
    .\33xl\:right-480p {
        right: 480px;
    }
    .\33xl\:bottom-480p {
        bottom: 480px;
    }
    .\33xl\:left-480p {
        left: 480px;
    }
    .\33xl\:top-532p {
        top: 532px;
    }
    .\33xl\:right-532p {
        right: 532px;
    }
    .\33xl\:bottom-532p {
        bottom: 532px;
    }
    .\33xl\:left-532p {
        left: 532px;
    }
    .\33xl\:top-556p {
        top: 556px;
    }
    .\33xl\:right-556p {
        right: 556px;
    }
    .\33xl\:bottom-556p {
        bottom: 556px;
    }
    .\33xl\:left-556p {
        left: 556px;
    }
    .\33xl\:top-505p {
        top: 505px;
    }
    .\33xl\:right-505p {
        right: 505px;
    }
    .\33xl\:bottom-505p {
        bottom: 505px;
    }
    .\33xl\:left-505p {
        left: 505px;
    }
    .\33xl\:top-1179p {
        top: 1179px;
    }
    .\33xl\:right-1179p {
        right: 1179px;
    }
    .\33xl\:bottom-1179p {
        bottom: 1179px;
    }
    .\33xl\:left-1179p {
        left: 1179px;
    }
    .\33xl\:top-1253p {
        top: 1253px;
    }
    .\33xl\:right-1253p {
        right: 1253px;
    }
    .\33xl\:bottom-1253p {
        bottom: 1253px;
    }
    .\33xl\:left-1253p {
        left: 1253px;
    }
    .\33xl\:top-1575p {
        top: 1575px;
    }
    .\33xl\:right-1575p {
        right: 1575px;
    }
    .\33xl\:bottom-1575p {
        bottom: 1575px;
    }
    .\33xl\:left-1575p {
        left: 1575px;
    }
    .\33xl\:top-600p {
        top: 600px;
    }
    .\33xl\:right-600p {
        right: 600px;
    }
    .\33xl\:bottom-600p {
        bottom: 600px;
    }
    .\33xl\:left-600p {
        left: 600px;
    }
    .\33xl\:top-649p {
        top: 649px;
    }
    .\33xl\:right-649p {
        right: 649px;
    }
    .\33xl\:bottom-649p {
        bottom: 649px;
    }
    .\33xl\:left-649p {
        left: 649px;
    }
    .\33xl\:top-690p {
        top: 690px;
    }
    .\33xl\:right-690p {
        right: 690px;
    }
    .\33xl\:bottom-690p {
        bottom: 690px;
    }
    .\33xl\:left-690p {
        left: 690px;
    }
    .\33xl\:top-19\% {
        top: 19%;
    }
    .\33xl\:right-19\% {
        right: 19%;
    }
    .\33xl\:bottom-19\% {
        bottom: 19%;
    }
    .\33xl\:left-19\% {
        left: 19%;
    }
    .\33xl\:top-23\% {
        top: 23%;
    }
    .\33xl\:right-23\% {
        right: 23%;
    }
    .\33xl\:bottom-23\% {
        bottom: 23%;
    }
    .\33xl\:left-23\% {
        left: 23%;
    }
    .\33xl\:top-24\% {
        top: 24%;
    }
    .\33xl\:right-24\% {
        right: 24%;
    }
    .\33xl\:bottom-24\% {
        bottom: 24%;
    }
    .\33xl\:left-24\% {
        left: 24%;
    }
    .\33xl\:top-36\% {
        top: 36%;
    }
    .\33xl\:right-36\% {
        right: 36%;
    }
    .\33xl\:bottom-36\% {
        bottom: 36%;
    }
    .\33xl\:left-36\% {
        left: 36%;
    }
    .\33xl\:top-27\% {
        top: 27%;
    }
    .\33xl\:right-27\% {
        right: 27%;
    }
    .\33xl\:bottom-27\% {
        bottom: 27%;
    }
    .\33xl\:left-27\% {
        left: 27%;
    }
    .\33xl\:top-28\% {
        top: 28%;
    }
    .\33xl\:right-28\% {
        right: 28%;
    }
    .\33xl\:bottom-28\% {
        bottom: 28%;
    }
    .\33xl\:left-28\% {
        left: 28%;
    }
    .\33xl\:top-42\% {
        top: 42%;
    }
    .\33xl\:right-42\% {
        right: 42%;
    }
    .\33xl\:bottom-42\% {
        bottom: 42%;
    }
    .\33xl\:left-42\% {
        left: 42%;
    }
    .\33xl\:top-46\% {
        top: 46%;
    }
    .\33xl\:right-46\% {
        right: 46%;
    }
    .\33xl\:bottom-46\% {
        bottom: 46%;
    }
    .\33xl\:left-46\% {
        left: 46%;
    }
    .\33xl\:top-49\% {
        top: 49%;
    }
    .\33xl\:right-49\% {
        right: 49%;
    }
    .\33xl\:bottom-49\% {
        bottom: 49%;
    }
    .\33xl\:left-49\% {
        left: 49%;
    }
    .\33xl\:top-54\% {
        top: 54%;
    }
    .\33xl\:right-54\% {
        right: 54%;
    }
    .\33xl\:bottom-54\% {
        bottom: 54%;
    }
    .\33xl\:left-54\% {
        left: 54%;
    }
    .\33xl\:top-58\% {
        top: 58%;
    }
    .\33xl\:right-58\% {
        right: 58%;
    }
    .\33xl\:bottom-58\% {
        bottom: 58%;
    }
    .\33xl\:left-58\% {
        left: 58%;
    }
    .\33xl\:top-72\% {
        top: 72%;
    }
    .\33xl\:right-72\% {
        right: 72%;
    }
    .\33xl\:bottom-72\% {
        bottom: 72%;
    }
    .\33xl\:left-72\% {
        left: 72%;
    }
    .\33xl\:top-76\% {
        top: 76%;
    }
    .\33xl\:right-76\% {
        right: 76%;
    }
    .\33xl\:bottom-76\% {
        bottom: 76%;
    }
    .\33xl\:left-76\% {
        left: 76%;
    }
    .\33xl\:top-77\% {
        top: 77%;
    }
    .\33xl\:right-77\% {
        right: 77%;
    }
    .\33xl\:bottom-77\% {
        bottom: 77%;
    }
    .\33xl\:left-77\% {
        left: 77%;
    }
    .\33xl\:top-340p {
        top: 340px;
    }
    .\33xl\:right-340p {
        right: 340px;
    }
    .\33xl\:bottom-340p {
        bottom: 340px;
    }
    .\33xl\:left-340p {
        left: 340px;
    }
    .\33xl\:top-700p {
        top: 700px;
    }
    .\33xl\:right-700p {
        right: 700px;
    }
    .\33xl\:bottom-700p {
        bottom: 700px;
    }
    .\33xl\:left-700p {
        left: 700px;
    }
    .\33xl\:top-848p {
        top: 848px;
    }
    .\33xl\:right-848p {
        right: 848px;
    }
    .\33xl\:bottom-848p {
        bottom: 848px;
    }
    .\33xl\:left-848p {
        left: 848px;
    }
    .\33xl\:top-850p {
        top: 850px;
    }
    .\33xl\:right-850p {
        right: 850px;
    }
    .\33xl\:bottom-850p {
        bottom: 850px;
    }
    .\33xl\:left-850p {
        left: 850px;
    }
    .\33xl\:top-860p {
        top: 860px;
    }
    .\33xl\:right-860p {
        right: 860px;
    }
    .\33xl\:bottom-860p {
        bottom: 860px;
    }
    .\33xl\:left-860p {
        left: 860px;
    }
    .\33xl\:top-1425p {
        top: 1425px;
    }
    .\33xl\:right-1425p {
        right: 1425px;
    }
    .\33xl\:bottom-1425p {
        bottom: 1425px;
    }
    .\33xl\:left-1425p {
        left: 1425px;
    }
    .\33xl\:-top-0 {
        top: 0;
    }
    .\33xl\:-right-0 {
        right: 0;
    }
    .\33xl\:-bottom-0 {
        bottom: 0;
    }
    .\33xl\:-left-0 {
        left: 0;
    }
    .\33xl\:-top-1 {
        top: -0.25rem;
    }
    .\33xl\:-right-1 {
        right: -0.25rem;
    }
    .\33xl\:-bottom-1 {
        bottom: -0.25rem;
    }
    .\33xl\:-left-1 {
        left: -0.25rem;
    }
    .\33xl\:-top-2 {
        top: -0.5rem;
    }
    .\33xl\:-right-2 {
        right: -0.5rem;
    }
    .\33xl\:-bottom-2 {
        bottom: -0.5rem;
    }
    .\33xl\:-left-2 {
        left: -0.5rem;
    }
    .\33xl\:-top-3 {
        top: -0.75rem;
    }
    .\33xl\:-right-3 {
        right: -0.75rem;
    }
    .\33xl\:-bottom-3 {
        bottom: -0.75rem;
    }
    .\33xl\:-left-3 {
        left: -0.75rem;
    }
    .\33xl\:-top-4 {
        top: -1rem;
    }
    .\33xl\:-right-4 {
        right: -1rem;
    }
    .\33xl\:-bottom-4 {
        bottom: -1rem;
    }
    .\33xl\:-left-4 {
        left: -1rem;
    }
    .\33xl\:-top-5 {
        top: -1.25rem;
    }
    .\33xl\:-right-5 {
        right: -1.25rem;
    }
    .\33xl\:-bottom-5 {
        bottom: -1.25rem;
    }
    .\33xl\:-left-5 {
        left: -1.25rem;
    }
    .\33xl\:-top-6 {
        top: -1.5rem;
    }
    .\33xl\:-right-6 {
        right: -1.5rem;
    }
    .\33xl\:-bottom-6 {
        bottom: -1.5rem;
    }
    .\33xl\:-left-6 {
        left: -1.5rem;
    }
    .\33xl\:-top-7 {
        top: -1.75rem;
    }
    .\33xl\:-right-7 {
        right: -1.75rem;
    }
    .\33xl\:-bottom-7 {
        bottom: -1.75rem;
    }
    .\33xl\:-left-7 {
        left: -1.75rem;
    }
    .\33xl\:-top-8 {
        top: -2rem;
    }
    .\33xl\:-right-8 {
        right: -2rem;
    }
    .\33xl\:-bottom-8 {
        bottom: -2rem;
    }
    .\33xl\:-left-8 {
        left: -2rem;
    }
    .\33xl\:-top-9 {
        top: -2.25rem;
    }
    .\33xl\:-right-9 {
        right: -2.25rem;
    }
    .\33xl\:-bottom-9 {
        bottom: -2.25rem;
    }
    .\33xl\:-left-9 {
        left: -2.25rem;
    }
    .\33xl\:-top-10 {
        top: -2.5rem;
    }
    .\33xl\:-right-10 {
        right: -2.5rem;
    }
    .\33xl\:-bottom-10 {
        bottom: -2.5rem;
    }
    .\33xl\:-left-10 {
        left: -2.5rem;
    }
    .\33xl\:-top-11 {
        top: -2.75rem;
    }
    .\33xl\:-right-11 {
        right: -2.75rem;
    }
    .\33xl\:-bottom-11 {
        bottom: -2.75rem;
    }
    .\33xl\:-left-11 {
        left: -2.75rem;
    }
    .\33xl\:-top-12 {
        top: -3rem;
    }
    .\33xl\:-right-12 {
        right: -3rem;
    }
    .\33xl\:-bottom-12 {
        bottom: -3rem;
    }
    .\33xl\:-left-12 {
        left: -3rem;
    }
    .\33xl\:-top-14 {
        top: -3.5rem;
    }
    .\33xl\:-right-14 {
        right: -3.5rem;
    }
    .\33xl\:-bottom-14 {
        bottom: -3.5rem;
    }
    .\33xl\:-left-14 {
        left: -3.5rem;
    }
    .\33xl\:-top-16 {
        top: -4rem;
    }
    .\33xl\:-right-16 {
        right: -4rem;
    }
    .\33xl\:-bottom-16 {
        bottom: -4rem;
    }
    .\33xl\:-left-16 {
        left: -4rem;
    }
    .\33xl\:-top-20 {
        top: -5rem;
    }
    .\33xl\:-right-20 {
        right: -5rem;
    }
    .\33xl\:-bottom-20 {
        bottom: -5rem;
    }
    .\33xl\:-left-20 {
        left: -5rem;
    }
    .\33xl\:-top-23 {
        top: -88px;
    }
    .\33xl\:-right-23 {
        right: -88px;
    }
    .\33xl\:-bottom-23 {
        bottom: -88px;
    }
    .\33xl\:-left-23 {
        left: -88px;
    }
    .\33xl\:-top-24 {
        top: -6rem;
    }
    .\33xl\:-right-24 {
        right: -6rem;
    }
    .\33xl\:-bottom-24 {
        bottom: -6rem;
    }
    .\33xl\:-left-24 {
        left: -6rem;
    }
    .\33xl\:-top-25 {
        top: -100px;
    }
    .\33xl\:-right-25 {
        right: -100px;
    }
    .\33xl\:-bottom-25 {
        bottom: -100px;
    }
    .\33xl\:-left-25 {
        left: -100px;
    }
    .\33xl\:-top-28 {
        top: -7rem;
    }
    .\33xl\:-right-28 {
        right: -7rem;
    }
    .\33xl\:-bottom-28 {
        bottom: -7rem;
    }
    .\33xl\:-left-28 {
        left: -7rem;
    }
    .\33xl\:-top-29 {
        top: -120px;
    }
    .\33xl\:-right-29 {
        right: -120px;
    }
    .\33xl\:-bottom-29 {
        bottom: -120px;
    }
    .\33xl\:-left-29 {
        left: -120px;
    }
    .\33xl\:-top-32 {
        top: -8rem;
    }
    .\33xl\:-right-32 {
        right: -8rem;
    }
    .\33xl\:-bottom-32 {
        bottom: -8rem;
    }
    .\33xl\:-left-32 {
        left: -8rem;
    }
    .\33xl\:-top-33 {
        top: -130px;
    }
    .\33xl\:-right-33 {
        right: -130px;
    }
    .\33xl\:-bottom-33 {
        bottom: -130px;
    }
    .\33xl\:-left-33 {
        left: -130px;
    }
    .\33xl\:-top-36 {
        top: -9rem;
    }
    .\33xl\:-right-36 {
        right: -9rem;
    }
    .\33xl\:-bottom-36 {
        bottom: -9rem;
    }
    .\33xl\:-left-36 {
        left: -9rem;
    }
    .\33xl\:-top-40 {
        top: -10rem;
    }
    .\33xl\:-right-40 {
        right: -10rem;
    }
    .\33xl\:-bottom-40 {
        bottom: -10rem;
    }
    .\33xl\:-left-40 {
        left: -10rem;
    }
    .\33xl\:-top-44 {
        top: -11rem;
    }
    .\33xl\:-right-44 {
        right: -11rem;
    }
    .\33xl\:-bottom-44 {
        bottom: -11rem;
    }
    .\33xl\:-left-44 {
        left: -11rem;
    }
    .\33xl\:-top-48 {
        top: -12rem;
    }
    .\33xl\:-right-48 {
        right: -12rem;
    }
    .\33xl\:-bottom-48 {
        bottom: -12rem;
    }
    .\33xl\:-left-48 {
        left: -12rem;
    }
    .\33xl\:-top-52 {
        top: -13rem;
    }
    .\33xl\:-right-52 {
        right: -13rem;
    }
    .\33xl\:-bottom-52 {
        bottom: -13rem;
    }
    .\33xl\:-left-52 {
        left: -13rem;
    }
    .\33xl\:-top-56 {
        top: -14rem;
    }
    .\33xl\:-right-56 {
        right: -14rem;
    }
    .\33xl\:-bottom-56 {
        bottom: -14rem;
    }
    .\33xl\:-left-56 {
        left: -14rem;
    }
    .\33xl\:-top-60 {
        top: -15rem;
    }
    .\33xl\:-right-60 {
        right: -15rem;
    }
    .\33xl\:-bottom-60 {
        bottom: -15rem;
    }
    .\33xl\:-left-60 {
        left: -15rem;
    }
    .\33xl\:-top-63 {
        top: -270px;
    }
    .\33xl\:-right-63 {
        right: -270px;
    }
    .\33xl\:-bottom-63 {
        bottom: -270px;
    }
    .\33xl\:-left-63 {
        left: -270px;
    }
    .\33xl\:-top-64 {
        top: -16rem;
    }
    .\33xl\:-right-64 {
        right: -16rem;
    }
    .\33xl\:-bottom-64 {
        bottom: -16rem;
    }
    .\33xl\:-left-64 {
        left: -16rem;
    }
    .\33xl\:-top-72 {
        top: -18rem;
    }
    .\33xl\:-right-72 {
        right: -18rem;
    }
    .\33xl\:-bottom-72 {
        bottom: -18rem;
    }
    .\33xl\:-left-72 {
        left: -18rem;
    }
    .\33xl\:-top-80 {
        top: -20rem;
    }
    .\33xl\:-right-80 {
        right: -20rem;
    }
    .\33xl\:-bottom-80 {
        bottom: -20rem;
    }
    .\33xl\:-left-80 {
        left: -20rem;
    }
    .\33xl\:-top-92 {
        top: -475px;
    }
    .\33xl\:-right-92 {
        right: -475px;
    }
    .\33xl\:-bottom-92 {
        bottom: -475px;
    }
    .\33xl\:-left-92 {
        left: -475px;
    }
    .\33xl\:-top-96 {
        top: -24rem;
    }
    .\33xl\:-right-96 {
        right: -24rem;
    }
    .\33xl\:-bottom-96 {
        bottom: -24rem;
    }
    .\33xl\:-left-96 {
        left: -24rem;
    }
    .\33xl\:-top-128 {
        top: -32rem;
    }
    .\33xl\:-right-128 {
        right: -32rem;
    }
    .\33xl\:-bottom-128 {
        bottom: -32rem;
    }
    .\33xl\:-left-128 {
        left: -32rem;
    }
    .\33xl\:-top-px {
        top: -1px;
    }
    .\33xl\:-right-px {
        right: -1px;
    }
    .\33xl\:-bottom-px {
        bottom: -1px;
    }
    .\33xl\:-left-px {
        left: -1px;
    }
    .\33xl\:-top-0\.5 {
        top: -0.125rem;
    }
    .\33xl\:-right-0\.5 {
        right: -0.125rem;
    }
    .\33xl\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .\33xl\:-left-0\.5 {
        left: -0.125rem;
    }
    .\33xl\:-top-1\.5 {
        top: -0.375rem;
    }
    .\33xl\:-right-1\.5 {
        right: -0.375rem;
    }
    .\33xl\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .\33xl\:-left-1\.5 {
        left: -0.375rem;
    }
    .\33xl\:-top-2\.5 {
        top: -0.625rem;
    }
    .\33xl\:-right-2\.5 {
        right: -0.625rem;
    }
    .\33xl\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .\33xl\:-left-2\.5 {
        left: -0.625rem;
    }
    .\33xl\:-top-3\.5 {
        top: -0.875rem;
    }
    .\33xl\:-right-3\.5 {
        right: -0.875rem;
    }
    .\33xl\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .\33xl\:-left-3\.5 {
        left: -0.875rem;
    }
    .\33xl\:-top-105p {
        top: -105px;
    }
    .\33xl\:-right-105p {
        right: -105px;
    }
    .\33xl\:-bottom-105p {
        bottom: -105px;
    }
    .\33xl\:-left-105p {
        left: -105px;
    }
    .\33xl\:-top-50p {
        top: -50px;
    }
    .\33xl\:-right-50p {
        right: -50px;
    }
    .\33xl\:-bottom-50p {
        bottom: -50px;
    }
    .\33xl\:-left-50p {
        left: -50px;
    }
    .\33xl\:-top-54p {
        top: -54px;
    }
    .\33xl\:-right-54p {
        right: -54px;
    }
    .\33xl\:-bottom-54p {
        bottom: -54px;
    }
    .\33xl\:-left-54p {
        left: -54px;
    }
    .\33xl\:-top-1p {
        top: -1px;
    }
    .\33xl\:-right-1p {
        right: -1px;
    }
    .\33xl\:-bottom-1p {
        bottom: -1px;
    }
    .\33xl\:-left-1p {
        left: -1px;
    }
    .\33xl\:-top-2p {
        top: -2px;
    }
    .\33xl\:-right-2p {
        right: -2px;
    }
    .\33xl\:-bottom-2p {
        bottom: -2px;
    }
    .\33xl\:-left-2p {
        left: -2px;
    }
    .\33xl\:-top-3p {
        top: -3px;
    }
    .\33xl\:-right-3p {
        right: -3px;
    }
    .\33xl\:-bottom-3p {
        bottom: -3px;
    }
    .\33xl\:-left-3p {
        left: -3px;
    }
    .\33xl\:-top-5p {
        top: -5px;
    }
    .\33xl\:-right-5p {
        right: -5px;
    }
    .\33xl\:-bottom-5p {
        bottom: -5px;
    }
    .\33xl\:-left-5p {
        left: -5px;
    }
    .\33xl\:-top-7p {
        top: -7px;
    }
    .\33xl\:-right-7p {
        right: -7px;
    }
    .\33xl\:-bottom-7p {
        bottom: -7px;
    }
    .\33xl\:-left-7p {
        left: -7px;
    }
    .\33xl\:-top-9p {
        top: -9px;
    }
    .\33xl\:-right-9p {
        right: -9px;
    }
    .\33xl\:-bottom-9p {
        bottom: -9px;
    }
    .\33xl\:-left-9p {
        left: -9px;
    }
    .\33xl\:-top-10p {
        top: -10px;
    }
    .\33xl\:-right-10p {
        right: -10px;
    }
    .\33xl\:-bottom-10p {
        bottom: -10px;
    }
    .\33xl\:-left-10p {
        left: -10px;
    }
    .\33xl\:-top-11p {
        top: -11px;
    }
    .\33xl\:-right-11p {
        right: -11px;
    }
    .\33xl\:-bottom-11p {
        bottom: -11px;
    }
    .\33xl\:-left-11p {
        left: -11px;
    }
    .\33xl\:-top-13p {
        top: -13px;
    }
    .\33xl\:-right-13p {
        right: -13px;
    }
    .\33xl\:-bottom-13p {
        bottom: -13px;
    }
    .\33xl\:-left-13p {
        left: -13px;
    }
    .\33xl\:-top-15p {
        top: -15px;
    }
    .\33xl\:-right-15p {
        right: -15px;
    }
    .\33xl\:-bottom-15p {
        bottom: -15px;
    }
    .\33xl\:-left-15p {
        left: -15px;
    }
    .\33xl\:-top-18p {
        top: -18px;
    }
    .\33xl\:-right-18p {
        right: -18px;
    }
    .\33xl\:-bottom-18p {
        bottom: -18px;
    }
    .\33xl\:-left-18p {
        left: -18px;
    }
    .\33xl\:-top-19p {
        top: -19px;
    }
    .\33xl\:-right-19p {
        right: -19px;
    }
    .\33xl\:-bottom-19p {
        bottom: -19px;
    }
    .\33xl\:-left-19p {
        left: -19px;
    }
    .\33xl\:-top-21p {
        top: -21px;
    }
    .\33xl\:-right-21p {
        right: -21px;
    }
    .\33xl\:-bottom-21p {
        bottom: -21px;
    }
    .\33xl\:-left-21p {
        left: -21px;
    }
    .\33xl\:-top-22p {
        top: -22px;
    }
    .\33xl\:-right-22p {
        right: -22px;
    }
    .\33xl\:-bottom-22p {
        bottom: -22px;
    }
    .\33xl\:-left-22p {
        left: -22px;
    }
    .\33xl\:-top-23p {
        top: -23px;
    }
    .\33xl\:-right-23p {
        right: -23px;
    }
    .\33xl\:-bottom-23p {
        bottom: -23px;
    }
    .\33xl\:-left-23p {
        left: -23px;
    }
    .\33xl\:-top-25p {
        top: -25px;
    }
    .\33xl\:-right-25p {
        right: -25px;
    }
    .\33xl\:-bottom-25p {
        bottom: -25px;
    }
    .\33xl\:-left-25p {
        left: -25px;
    }
    .\33xl\:-top-26p {
        top: -26px;
    }
    .\33xl\:-right-26p {
        right: -26px;
    }
    .\33xl\:-bottom-26p {
        bottom: -26px;
    }
    .\33xl\:-left-26p {
        left: -26px;
    }
    .\33xl\:-top-29p {
        top: -29px;
    }
    .\33xl\:-right-29p {
        right: -29px;
    }
    .\33xl\:-bottom-29p {
        bottom: -29px;
    }
    .\33xl\:-left-29p {
        left: -29px;
    }
    .\33xl\:-top-30p {
        top: -30px;
    }
    .\33xl\:-right-30p {
        right: -30px;
    }
    .\33xl\:-bottom-30p {
        bottom: -30px;
    }
    .\33xl\:-left-30p {
        left: -30px;
    }
    .\33xl\:-top-31p {
        top: -31px;
    }
    .\33xl\:-right-31p {
        right: -31px;
    }
    .\33xl\:-bottom-31p {
        bottom: -31px;
    }
    .\33xl\:-left-31p {
        left: -31px;
    }
    .\33xl\:-top-35p {
        top: -35px;
    }
    .\33xl\:-right-35p {
        right: -35px;
    }
    .\33xl\:-bottom-35p {
        bottom: -35px;
    }
    .\33xl\:-left-35p {
        left: -35px;
    }
    .\33xl\:-top-52p {
        top: -52px;
    }
    .\33xl\:-right-52p {
        right: -52px;
    }
    .\33xl\:-bottom-52p {
        bottom: -52px;
    }
    .\33xl\:-left-52p {
        left: -52px;
    }
    .\33xl\:-top-53p {
        top: -53px;
    }
    .\33xl\:-right-53p {
        right: -53px;
    }
    .\33xl\:-bottom-53p {
        bottom: -53px;
    }
    .\33xl\:-left-53p {
        left: -53px;
    }
    .\33xl\:-top-55p {
        top: -55px;
    }
    .\33xl\:-right-55p {
        right: -55px;
    }
    .\33xl\:-bottom-55p {
        bottom: -55px;
    }
    .\33xl\:-left-55p {
        left: -55px;
    }
    .\33xl\:-top-59p {
        top: -59px;
    }
    .\33xl\:-right-59p {
        right: -59px;
    }
    .\33xl\:-bottom-59p {
        bottom: -59px;
    }
    .\33xl\:-left-59p {
        left: -59px;
    }
    .\33xl\:-top-27p {
        top: -27px;
    }
    .\33xl\:-right-27p {
        right: -27px;
    }
    .\33xl\:-bottom-27p {
        bottom: -27px;
    }
    .\33xl\:-left-27p {
        left: -27px;
    }
    .\33xl\:-top-33\.5p {
        top: -33.5px;
    }
    .\33xl\:-right-33\.5p {
        right: -33.5px;
    }
    .\33xl\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .\33xl\:-left-33\.5p {
        left: -33.5px;
    }
    .\33xl\:-top-38p {
        top: -38px;
    }
    .\33xl\:-right-38p {
        right: -38px;
    }
    .\33xl\:-bottom-38p {
        bottom: -38px;
    }
    .\33xl\:-left-38p {
        left: -38px;
    }
    .\33xl\:-top-40p {
        top: -40px;
    }
    .\33xl\:-right-40p {
        right: -40px;
    }
    .\33xl\:-bottom-40p {
        bottom: -40px;
    }
    .\33xl\:-left-40p {
        left: -40px;
    }
    .\33xl\:-top-46p {
        top: -46px;
    }
    .\33xl\:-right-46p {
        right: -46px;
    }
    .\33xl\:-bottom-46p {
        bottom: -46px;
    }
    .\33xl\:-left-46p {
        left: -46px;
    }
    .\33xl\:-top-47p {
        top: -47px;
    }
    .\33xl\:-right-47p {
        right: -47px;
    }
    .\33xl\:-bottom-47p {
        bottom: -47px;
    }
    .\33xl\:-left-47p {
        left: -47px;
    }
    .\33xl\:-top-49p {
        top: -49px;
    }
    .\33xl\:-right-49p {
        right: -49px;
    }
    .\33xl\:-bottom-49p {
        bottom: -49px;
    }
    .\33xl\:-left-49p {
        left: -49px;
    }
    .\33xl\:-top-58p {
        top: -58px;
    }
    .\33xl\:-right-58p {
        right: -58px;
    }
    .\33xl\:-bottom-58p {
        bottom: -58px;
    }
    .\33xl\:-left-58p {
        left: -58px;
    }
    .\33xl\:-top-75p {
        top: -75px;
    }
    .\33xl\:-right-75p {
        right: -75px;
    }
    .\33xl\:-bottom-75p {
        bottom: -75px;
    }
    .\33xl\:-left-75p {
        left: -75px;
    }
    .\33xl\:-top-77p {
        top: -77px;
    }
    .\33xl\:-right-77p {
        right: -77px;
    }
    .\33xl\:-bottom-77p {
        bottom: -77px;
    }
    .\33xl\:-left-77p {
        left: -77px;
    }
    .\33xl\:-top-60p {
        top: -60px;
    }
    .\33xl\:-right-60p {
        right: -60px;
    }
    .\33xl\:-bottom-60p {
        bottom: -60px;
    }
    .\33xl\:-left-60p {
        left: -60px;
    }
    .\33xl\:-top-65p {
        top: -65px;
    }
    .\33xl\:-right-65p {
        right: -65px;
    }
    .\33xl\:-bottom-65p {
        bottom: -65px;
    }
    .\33xl\:-left-65p {
        left: -65px;
    }
    .\33xl\:-top-66p {
        top: -66px;
    }
    .\33xl\:-right-66p {
        right: -66px;
    }
    .\33xl\:-bottom-66p {
        bottom: -66px;
    }
    .\33xl\:-left-66p {
        left: -66px;
    }
    .\33xl\:-top-68p {
        top: -68px;
    }
    .\33xl\:-right-68p {
        right: -68px;
    }
    .\33xl\:-bottom-68p {
        bottom: -68px;
    }
    .\33xl\:-left-68p {
        left: -68px;
    }
    .\33xl\:-top-70p {
        top: -70px;
    }
    .\33xl\:-right-70p {
        right: -70px;
    }
    .\33xl\:-bottom-70p {
        bottom: -70px;
    }
    .\33xl\:-left-70p {
        left: -70px;
    }
    .\33xl\:-top-72p {
        top: -72px;
    }
    .\33xl\:-right-72p {
        right: -72px;
    }
    .\33xl\:-bottom-72p {
        bottom: -72px;
    }
    .\33xl\:-left-72p {
        left: -72px;
    }
    .\33xl\:-top-74p {
        top: -74px;
    }
    .\33xl\:-right-74p {
        right: -74px;
    }
    .\33xl\:-bottom-74p {
        bottom: -74px;
    }
    .\33xl\:-left-74p {
        left: -74px;
    }
    .\33xl\:-top-78p {
        top: -78px;
    }
    .\33xl\:-right-78p {
        right: -78px;
    }
    .\33xl\:-bottom-78p {
        bottom: -78px;
    }
    .\33xl\:-left-78p {
        left: -78px;
    }
    .\33xl\:-top-80p {
        top: -80px;
    }
    .\33xl\:-right-80p {
        right: -80px;
    }
    .\33xl\:-bottom-80p {
        bottom: -80px;
    }
    .\33xl\:-left-80p {
        left: -80px;
    }
    .\33xl\:-top-82p {
        top: -82px;
    }
    .\33xl\:-right-82p {
        right: -82px;
    }
    .\33xl\:-bottom-82p {
        bottom: -82px;
    }
    .\33xl\:-left-82p {
        left: -82px;
    }
    .\33xl\:-top-84p {
        top: -84px;
    }
    .\33xl\:-right-84p {
        right: -84px;
    }
    .\33xl\:-bottom-84p {
        bottom: -84px;
    }
    .\33xl\:-left-84p {
        left: -84px;
    }
    .\33xl\:-top-89p {
        top: -89px;
    }
    .\33xl\:-right-89p {
        right: -89px;
    }
    .\33xl\:-bottom-89p {
        bottom: -89px;
    }
    .\33xl\:-left-89p {
        left: -89px;
    }
    .\33xl\:-top-93p {
        top: -93px;
    }
    .\33xl\:-right-93p {
        right: -93px;
    }
    .\33xl\:-bottom-93p {
        bottom: -93px;
    }
    .\33xl\:-left-93p {
        left: -93px;
    }
    .\33xl\:-top-90p {
        top: -90px;
    }
    .\33xl\:-right-90p {
        right: -90px;
    }
    .\33xl\:-bottom-90p {
        bottom: -90px;
    }
    .\33xl\:-left-90p {
        left: -90px;
    }
    .\33xl\:-top-97p {
        top: -97px;
    }
    .\33xl\:-right-97p {
        right: -97px;
    }
    .\33xl\:-bottom-97p {
        bottom: -97px;
    }
    .\33xl\:-left-97p {
        left: -97px;
    }
    .\33xl\:-top-103p {
        top: -103px;
    }
    .\33xl\:-right-103p {
        right: -103px;
    }
    .\33xl\:-bottom-103p {
        bottom: -103px;
    }
    .\33xl\:-left-103p {
        left: -103px;
    }
    .\33xl\:-top-116p {
        top: -116px;
    }
    .\33xl\:-right-116p {
        right: -116px;
    }
    .\33xl\:-bottom-116p {
        bottom: -116px;
    }
    .\33xl\:-left-116p {
        left: -116px;
    }
    .\33xl\:-top-120p {
        top: -120px;
    }
    .\33xl\:-right-120p {
        right: -120px;
    }
    .\33xl\:-bottom-120p {
        bottom: -120px;
    }
    .\33xl\:-left-120p {
        left: -120px;
    }
    .\33xl\:-top-125p {
        top: -125px;
    }
    .\33xl\:-right-125p {
        right: -125px;
    }
    .\33xl\:-bottom-125p {
        bottom: -125px;
    }
    .\33xl\:-left-125p {
        left: -125px;
    }
    .\33xl\:-top-130p {
        top: -130px;
    }
    .\33xl\:-right-130p {
        right: -130px;
    }
    .\33xl\:-bottom-130p {
        bottom: -130px;
    }
    .\33xl\:-left-130p {
        left: -130px;
    }
    .\33xl\:-top-135p {
        top: -135px;
    }
    .\33xl\:-right-135p {
        right: -135px;
    }
    .\33xl\:-bottom-135p {
        bottom: -135px;
    }
    .\33xl\:-left-135p {
        left: -135px;
    }
    .\33xl\:-top-132p {
        top: -132px;
    }
    .\33xl\:-right-132p {
        right: -132px;
    }
    .\33xl\:-bottom-132p {
        bottom: -132px;
    }
    .\33xl\:-left-132p {
        left: -132px;
    }
    .\33xl\:-top-150p {
        top: -150px;
    }
    .\33xl\:-right-150p {
        right: -150px;
    }
    .\33xl\:-bottom-150p {
        bottom: -150px;
    }
    .\33xl\:-left-150p {
        left: -150px;
    }
    .\33xl\:-top-216p {
        top: -216px;
    }
    .\33xl\:-right-216p {
        right: -216px;
    }
    .\33xl\:-bottom-216p {
        bottom: -216px;
    }
    .\33xl\:-left-216p {
        left: -216px;
    }
    .\33xl\:-top-225p {
        top: -225px;
    }
    .\33xl\:-right-225p {
        right: -225px;
    }
    .\33xl\:-bottom-225p {
        bottom: -225px;
    }
    .\33xl\:-left-225p {
        left: -225px;
    }
    .\33xl\:-top-296p {
        top: -296px;
    }
    .\33xl\:-right-296p {
        right: -296px;
    }
    .\33xl\:-bottom-296p {
        bottom: -296px;
    }
    .\33xl\:-left-296p {
        left: -296px;
    }
    .\33xl\:-top-270p {
        top: -270px;
    }
    .\33xl\:-right-270p {
        right: -270px;
    }
    .\33xl\:-bottom-270p {
        bottom: -270px;
    }
    .\33xl\:-left-270p {
        left: -270px;
    }
    .\33xl\:-top-137p {
        top: -137px;
    }
    .\33xl\:-right-137p {
        right: -137px;
    }
    .\33xl\:-bottom-137p {
        bottom: -137px;
    }
    .\33xl\:-left-137p {
        left: -137px;
    }
    .\33xl\:-top-141p {
        top: -141px;
    }
    .\33xl\:-right-141p {
        right: -141px;
    }
    .\33xl\:-bottom-141p {
        bottom: -141px;
    }
    .\33xl\:-left-141p {
        left: -141px;
    }
    .\33xl\:-top-146p {
        top: -146px;
    }
    .\33xl\:-right-146p {
        right: -146px;
    }
    .\33xl\:-bottom-146p {
        bottom: -146px;
    }
    .\33xl\:-left-146p {
        left: -146px;
    }
    .\33xl\:-top-152p {
        top: -152px;
    }
    .\33xl\:-right-152p {
        right: -152px;
    }
    .\33xl\:-bottom-152p {
        bottom: -152px;
    }
    .\33xl\:-left-152p {
        left: -152px;
    }
    .\33xl\:-top-155p {
        top: -155px;
    }
    .\33xl\:-right-155p {
        right: -155px;
    }
    .\33xl\:-bottom-155p {
        bottom: -155px;
    }
    .\33xl\:-left-155p {
        left: -155px;
    }
    .\33xl\:-top-163p {
        top: -163px;
    }
    .\33xl\:-right-163p {
        right: -163px;
    }
    .\33xl\:-bottom-163p {
        bottom: -163px;
    }
    .\33xl\:-left-163p {
        left: -163px;
    }
    .\33xl\:-top-168p {
        top: -168px;
    }
    .\33xl\:-right-168p {
        right: -168px;
    }
    .\33xl\:-bottom-168p {
        bottom: -168px;
    }
    .\33xl\:-left-168p {
        left: -168px;
    }
    .\33xl\:-top-173p {
        top: -173px;
    }
    .\33xl\:-right-173p {
        right: -173px;
    }
    .\33xl\:-bottom-173p {
        bottom: -173px;
    }
    .\33xl\:-left-173p {
        left: -173px;
    }
    .\33xl\:-top-210p {
        top: -210px;
    }
    .\33xl\:-right-210p {
        right: -210px;
    }
    .\33xl\:-bottom-210p {
        bottom: -210px;
    }
    .\33xl\:-left-210p {
        left: -210px;
    }
    .\33xl\:-top-245p {
        top: -245px;
    }
    .\33xl\:-right-245p {
        right: -245px;
    }
    .\33xl\:-bottom-245p {
        bottom: -245px;
    }
    .\33xl\:-left-245p {
        left: -245px;
    }
    .\33xl\:-top-250p {
        top: -250px;
    }
    .\33xl\:-right-250p {
        right: -250px;
    }
    .\33xl\:-bottom-250p {
        bottom: -250px;
    }
    .\33xl\:-left-250p {
        left: -250px;
    }
    .\33xl\:-top-260p {
        top: -260px;
    }
    .\33xl\:-right-260p {
        right: -260px;
    }
    .\33xl\:-bottom-260p {
        bottom: -260px;
    }
    .\33xl\:-left-260p {
        left: -260px;
    }
    .\33xl\:-top-263p {
        top: -263px;
    }
    .\33xl\:-right-263p {
        right: -263px;
    }
    .\33xl\:-bottom-263p {
        bottom: -263px;
    }
    .\33xl\:-left-263p {
        left: -263px;
    }
    .\33xl\:-top-266p {
        top: -266px;
    }
    .\33xl\:-right-266p {
        right: -266px;
    }
    .\33xl\:-bottom-266p {
        bottom: -266px;
    }
    .\33xl\:-left-266p {
        left: -266px;
    }
    .\33xl\:-top-275p {
        top: -275px;
    }
    .\33xl\:-right-275p {
        right: -275px;
    }
    .\33xl\:-bottom-275p {
        bottom: -275px;
    }
    .\33xl\:-left-275p {
        left: -275px;
    }
    .\33xl\:-top-300p {
        top: -300px;
    }
    .\33xl\:-right-300p {
        right: -300px;
    }
    .\33xl\:-bottom-300p {
        bottom: -300px;
    }
    .\33xl\:-left-300p {
        left: -300px;
    }
    .\33xl\:-top-312p {
        top: -312px;
    }
    .\33xl\:-right-312p {
        right: -312px;
    }
    .\33xl\:-bottom-312p {
        bottom: -312px;
    }
    .\33xl\:-left-312p {
        left: -312px;
    }
    .\33xl\:-top-318p {
        top: -318px;
    }
    .\33xl\:-right-318p {
        right: -318px;
    }
    .\33xl\:-bottom-318p {
        bottom: -318px;
    }
    .\33xl\:-left-318p {
        left: -318px;
    }
    .\33xl\:-top-322p {
        top: -322px;
    }
    .\33xl\:-right-322p {
        right: -322px;
    }
    .\33xl\:-bottom-322p {
        bottom: -322px;
    }
    .\33xl\:-left-322p {
        left: -322px;
    }
    .\33xl\:-top-337p {
        top: -337px;
    }
    .\33xl\:-right-337p {
        right: -337px;
    }
    .\33xl\:-bottom-337p {
        bottom: -337px;
    }
    .\33xl\:-left-337p {
        left: -337px;
    }
    .\33xl\:-top-345p {
        top: -345px;
    }
    .\33xl\:-right-345p {
        right: -345px;
    }
    .\33xl\:-bottom-345p {
        bottom: -345px;
    }
    .\33xl\:-left-345p {
        left: -345px;
    }
    .\33xl\:-top-344p {
        top: -344px;
    }
    .\33xl\:-right-344p {
        right: -344px;
    }
    .\33xl\:-bottom-344p {
        bottom: -344px;
    }
    .\33xl\:-left-344p {
        left: -344px;
    }
    .\33xl\:-top-354p {
        top: -354px;
    }
    .\33xl\:-right-354p {
        right: -354px;
    }
    .\33xl\:-bottom-354p {
        bottom: -354px;
    }
    .\33xl\:-left-354p {
        left: -354px;
    }
    .\33xl\:-top-364p {
        top: -364px;
    }
    .\33xl\:-right-364p {
        right: -364px;
    }
    .\33xl\:-bottom-364p {
        bottom: -364px;
    }
    .\33xl\:-left-364p {
        left: -364px;
    }
    .\33xl\:-top-370p {
        top: -370px;
    }
    .\33xl\:-right-370p {
        right: -370px;
    }
    .\33xl\:-bottom-370p {
        bottom: -370px;
    }
    .\33xl\:-left-370p {
        left: -370px;
    }
    .\33xl\:-top-382p {
        top: -382px;
    }
    .\33xl\:-right-382p {
        right: -382px;
    }
    .\33xl\:-bottom-382p {
        bottom: -382px;
    }
    .\33xl\:-left-382p {
        left: -382px;
    }
    .\33xl\:-top-385p {
        top: -385px;
    }
    .\33xl\:-right-385p {
        right: -385px;
    }
    .\33xl\:-bottom-385p {
        bottom: -385px;
    }
    .\33xl\:-left-385p {
        left: -385px;
    }
    .\33xl\:-top-400p {
        top: -400px;
    }
    .\33xl\:-right-400p {
        right: -400px;
    }
    .\33xl\:-bottom-400p {
        bottom: -400px;
    }
    .\33xl\:-left-400p {
        left: -400px;
    }
    .\33xl\:-top-407p {
        top: -407px;
    }
    .\33xl\:-right-407p {
        right: -407px;
    }
    .\33xl\:-bottom-407p {
        bottom: -407px;
    }
    .\33xl\:-left-407p {
        left: -407px;
    }
    .\33xl\:-top-411p {
        top: -411px;
    }
    .\33xl\:-right-411p {
        right: -411px;
    }
    .\33xl\:-bottom-411p {
        bottom: -411px;
    }
    .\33xl\:-left-411p {
        left: -411px;
    }
    .\33xl\:-top-418p {
        top: -418px;
    }
    .\33xl\:-right-418p {
        right: -418px;
    }
    .\33xl\:-bottom-418p {
        bottom: -418px;
    }
    .\33xl\:-left-418p {
        left: -418px;
    }
    .\33xl\:-top-430p {
        top: -430px;
    }
    .\33xl\:-right-430p {
        right: -430px;
    }
    .\33xl\:-bottom-430p {
        bottom: -430px;
    }
    .\33xl\:-left-430p {
        left: -430px;
    }
    .\33xl\:-top-450p {
        top: -450px;
    }
    .\33xl\:-right-450p {
        right: -450px;
    }
    .\33xl\:-bottom-450p {
        bottom: -450px;
    }
    .\33xl\:-left-450p {
        left: -450px;
    }
    .\33xl\:-top-468p {
        top: -468px;
    }
    .\33xl\:-right-468p {
        right: -468px;
    }
    .\33xl\:-bottom-468p {
        bottom: -468px;
    }
    .\33xl\:-left-468p {
        left: -468px;
    }
    .\33xl\:-top-485p {
        top: -485px;
    }
    .\33xl\:-right-485p {
        right: -485px;
    }
    .\33xl\:-bottom-485p {
        bottom: -485px;
    }
    .\33xl\:-left-485p {
        left: -485px;
    }
    .\33xl\:-top-491p {
        top: -491px;
    }
    .\33xl\:-right-491p {
        right: -491px;
    }
    .\33xl\:-bottom-491p {
        bottom: -491px;
    }
    .\33xl\:-left-491p {
        left: -491px;
    }
    .\33xl\:-top-494p {
        top: -494px;
    }
    .\33xl\:-right-494p {
        right: -494px;
    }
    .\33xl\:-bottom-494p {
        bottom: -494px;
    }
    .\33xl\:-left-494p {
        left: -494px;
    }
    .\33xl\:-top-470p {
        top: -470px;
    }
    .\33xl\:-right-470p {
        right: -470px;
    }
    .\33xl\:-bottom-470p {
        bottom: -470px;
    }
    .\33xl\:-left-470p {
        left: -470px;
    }
    .\33xl\:-top-480p {
        top: -480px;
    }
    .\33xl\:-right-480p {
        right: -480px;
    }
    .\33xl\:-bottom-480p {
        bottom: -480px;
    }
    .\33xl\:-left-480p {
        left: -480px;
    }
    .\33xl\:-top-532p {
        top: -532px;
    }
    .\33xl\:-right-532p {
        right: -532px;
    }
    .\33xl\:-bottom-532p {
        bottom: -532px;
    }
    .\33xl\:-left-532p {
        left: -532px;
    }
    .\33xl\:-top-556p {
        top: -556px;
    }
    .\33xl\:-right-556p {
        right: -556px;
    }
    .\33xl\:-bottom-556p {
        bottom: -556px;
    }
    .\33xl\:-left-556p {
        left: -556px;
    }
    .\33xl\:-top-505p {
        top: -505px;
    }
    .\33xl\:-right-505p {
        right: -505px;
    }
    .\33xl\:-bottom-505p {
        bottom: -505px;
    }
    .\33xl\:-left-505p {
        left: -505px;
    }
    .\33xl\:-top-1179p {
        top: -1179px;
    }
    .\33xl\:-right-1179p {
        right: -1179px;
    }
    .\33xl\:-bottom-1179p {
        bottom: -1179px;
    }
    .\33xl\:-left-1179p {
        left: -1179px;
    }
    .\33xl\:-top-1253p {
        top: -1253px;
    }
    .\33xl\:-right-1253p {
        right: -1253px;
    }
    .\33xl\:-bottom-1253p {
        bottom: -1253px;
    }
    .\33xl\:-left-1253p {
        left: -1253px;
    }
    .\33xl\:-top-1575p {
        top: -1575px;
    }
    .\33xl\:-right-1575p {
        right: -1575px;
    }
    .\33xl\:-bottom-1575p {
        bottom: -1575px;
    }
    .\33xl\:-left-1575p {
        left: -1575px;
    }
    .\33xl\:-top-600p {
        top: -600px;
    }
    .\33xl\:-right-600p {
        right: -600px;
    }
    .\33xl\:-bottom-600p {
        bottom: -600px;
    }
    .\33xl\:-left-600p {
        left: -600px;
    }
    .\33xl\:-top-649p {
        top: -649px;
    }
    .\33xl\:-right-649p {
        right: -649px;
    }
    .\33xl\:-bottom-649p {
        bottom: -649px;
    }
    .\33xl\:-left-649p {
        left: -649px;
    }
    .\33xl\:-top-690p {
        top: -690px;
    }
    .\33xl\:-right-690p {
        right: -690px;
    }
    .\33xl\:-bottom-690p {
        bottom: -690px;
    }
    .\33xl\:-left-690p {
        left: -690px;
    }
    .\33xl\:-top-19\% {
        top: -19%;
    }
    .\33xl\:-right-19\% {
        right: -19%;
    }
    .\33xl\:-bottom-19\% {
        bottom: -19%;
    }
    .\33xl\:-left-19\% {
        left: -19%;
    }
    .\33xl\:-top-23\% {
        top: -23%;
    }
    .\33xl\:-right-23\% {
        right: -23%;
    }
    .\33xl\:-bottom-23\% {
        bottom: -23%;
    }
    .\33xl\:-left-23\% {
        left: -23%;
    }
    .\33xl\:-top-24\% {
        top: -24%;
    }
    .\33xl\:-right-24\% {
        right: -24%;
    }
    .\33xl\:-bottom-24\% {
        bottom: -24%;
    }
    .\33xl\:-left-24\% {
        left: -24%;
    }
    .\33xl\:-top-36\% {
        top: -36%;
    }
    .\33xl\:-right-36\% {
        right: -36%;
    }
    .\33xl\:-bottom-36\% {
        bottom: -36%;
    }
    .\33xl\:-left-36\% {
        left: -36%;
    }
    .\33xl\:-top-27\% {
        top: -27%;
    }
    .\33xl\:-right-27\% {
        right: -27%;
    }
    .\33xl\:-bottom-27\% {
        bottom: -27%;
    }
    .\33xl\:-left-27\% {
        left: -27%;
    }
    .\33xl\:-top-28\% {
        top: -28%;
    }
    .\33xl\:-right-28\% {
        right: -28%;
    }
    .\33xl\:-bottom-28\% {
        bottom: -28%;
    }
    .\33xl\:-left-28\% {
        left: -28%;
    }
    .\33xl\:-top-42\% {
        top: -42%;
    }
    .\33xl\:-right-42\% {
        right: -42%;
    }
    .\33xl\:-bottom-42\% {
        bottom: -42%;
    }
    .\33xl\:-left-42\% {
        left: -42%;
    }
    .\33xl\:-top-46\% {
        top: -46%;
    }
    .\33xl\:-right-46\% {
        right: -46%;
    }
    .\33xl\:-bottom-46\% {
        bottom: -46%;
    }
    .\33xl\:-left-46\% {
        left: -46%;
    }
    .\33xl\:-top-49\% {
        top: -49%;
    }
    .\33xl\:-right-49\% {
        right: -49%;
    }
    .\33xl\:-bottom-49\% {
        bottom: -49%;
    }
    .\33xl\:-left-49\% {
        left: -49%;
    }
    .\33xl\:-top-54\% {
        top: -54%;
    }
    .\33xl\:-right-54\% {
        right: -54%;
    }
    .\33xl\:-bottom-54\% {
        bottom: -54%;
    }
    .\33xl\:-left-54\% {
        left: -54%;
    }
    .\33xl\:-top-58\% {
        top: -58%;
    }
    .\33xl\:-right-58\% {
        right: -58%;
    }
    .\33xl\:-bottom-58\% {
        bottom: -58%;
    }
    .\33xl\:-left-58\% {
        left: -58%;
    }
    .\33xl\:-top-72\% {
        top: -72%;
    }
    .\33xl\:-right-72\% {
        right: -72%;
    }
    .\33xl\:-bottom-72\% {
        bottom: -72%;
    }
    .\33xl\:-left-72\% {
        left: -72%;
    }
    .\33xl\:-top-76\% {
        top: -76%;
    }
    .\33xl\:-right-76\% {
        right: -76%;
    }
    .\33xl\:-bottom-76\% {
        bottom: -76%;
    }
    .\33xl\:-left-76\% {
        left: -76%;
    }
    .\33xl\:-top-77\% {
        top: -77%;
    }
    .\33xl\:-right-77\% {
        right: -77%;
    }
    .\33xl\:-bottom-77\% {
        bottom: -77%;
    }
    .\33xl\:-left-77\% {
        left: -77%;
    }
    .\33xl\:-top-340p {
        top: -340px;
    }
    .\33xl\:-right-340p {
        right: -340px;
    }
    .\33xl\:-bottom-340p {
        bottom: -340px;
    }
    .\33xl\:-left-340p {
        left: -340px;
    }
    .\33xl\:-top-700p {
        top: -700px;
    }
    .\33xl\:-right-700p {
        right: -700px;
    }
    .\33xl\:-bottom-700p {
        bottom: -700px;
    }
    .\33xl\:-left-700p {
        left: -700px;
    }
    .\33xl\:-top-848p {
        top: -848px;
    }
    .\33xl\:-right-848p {
        right: -848px;
    }
    .\33xl\:-bottom-848p {
        bottom: -848px;
    }
    .\33xl\:-left-848p {
        left: -848px;
    }
    .\33xl\:-top-850p {
        top: -850px;
    }
    .\33xl\:-right-850p {
        right: -850px;
    }
    .\33xl\:-bottom-850p {
        bottom: -850px;
    }
    .\33xl\:-left-850p {
        left: -850px;
    }
    .\33xl\:-top-860p {
        top: -860px;
    }
    .\33xl\:-right-860p {
        right: -860px;
    }
    .\33xl\:-bottom-860p {
        bottom: -860px;
    }
    .\33xl\:-left-860p {
        left: -860px;
    }
    .\33xl\:-top-1425p {
        top: -1425px;
    }
    .\33xl\:-right-1425p {
        right: -1425px;
    }
    .\33xl\:-bottom-1425p {
        bottom: -1425px;
    }
    .\33xl\:-left-1425p {
        left: -1425px;
    }
    .\33xl\:top-1\/2 {
        top: 50%;
    }
    .\33xl\:right-1\/2 {
        right: 50%;
    }
    .\33xl\:bottom-1\/2 {
        bottom: 50%;
    }
    .\33xl\:left-1\/2 {
        left: 50%;
    }
    .\33xl\:top-1\/3 {
        top: 33.333333%;
    }
    .\33xl\:right-1\/3 {
        right: 33.333333%;
    }
    .\33xl\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .\33xl\:left-1\/3 {
        left: 33.333333%;
    }
    .\33xl\:top-2\/3 {
        top: 66.666667%;
    }
    .\33xl\:right-2\/3 {
        right: 66.666667%;
    }
    .\33xl\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .\33xl\:left-2\/3 {
        left: 66.666667%;
    }
    .\33xl\:top-1\/4 {
        top: 25%;
    }
    .\33xl\:right-1\/4 {
        right: 25%;
    }
    .\33xl\:bottom-1\/4 {
        bottom: 25%;
    }
    .\33xl\:left-1\/4 {
        left: 25%;
    }
    .\33xl\:top-2\/4 {
        top: 50%;
    }
    .\33xl\:right-2\/4 {
        right: 50%;
    }
    .\33xl\:bottom-2\/4 {
        bottom: 50%;
    }
    .\33xl\:left-2\/4 {
        left: 50%;
    }
    .\33xl\:top-3\/4 {
        top: 75%;
    }
    .\33xl\:right-3\/4 {
        right: 75%;
    }
    .\33xl\:bottom-3\/4 {
        bottom: 75%;
    }
    .\33xl\:left-3\/4 {
        left: 75%;
    }
    .\33xl\:top-full {
        top: 100%;
    }
    .\33xl\:right-full {
        right: 100%;
    }
    .\33xl\:bottom-full {
        bottom: 100%;
    }
    .\33xl\:left-full {
        left: 100%;
    }
    .\33xl\:-top-1\/2 {
        top: -50%;
    }
    .\33xl\:-right-1\/2 {
        right: -50%;
    }
    .\33xl\:-bottom-1\/2 {
        bottom: -50%;
    }
    .\33xl\:-left-1\/2 {
        left: -50%;
    }
    .\33xl\:-top-1\/3 {
        top: -33.333333%;
    }
    .\33xl\:-right-1\/3 {
        right: -33.333333%;
    }
    .\33xl\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .\33xl\:-left-1\/3 {
        left: -33.333333%;
    }
    .\33xl\:-top-2\/3 {
        top: -66.666667%;
    }
    .\33xl\:-right-2\/3 {
        right: -66.666667%;
    }
    .\33xl\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .\33xl\:-left-2\/3 {
        left: -66.666667%;
    }
    .\33xl\:-top-1\/4 {
        top: -25%;
    }
    .\33xl\:-right-1\/4 {
        right: -25%;
    }
    .\33xl\:-bottom-1\/4 {
        bottom: -25%;
    }
    .\33xl\:-left-1\/4 {
        left: -25%;
    }
    .\33xl\:-top-2\/4 {
        top: -50%;
    }
    .\33xl\:-right-2\/4 {
        right: -50%;
    }
    .\33xl\:-bottom-2\/4 {
        bottom: -50%;
    }
    .\33xl\:-left-2\/4 {
        left: -50%;
    }
    .\33xl\:-top-3\/4 {
        top: -75%;
    }
    .\33xl\:-right-3\/4 {
        right: -75%;
    }
    .\33xl\:-bottom-3\/4 {
        bottom: -75%;
    }
    .\33xl\:-left-3\/4 {
        left: -75%;
    }
    .\33xl\:-top-full {
        top: -100%;
    }
    .\33xl\:-right-full {
        right: -100%;
    }
    .\33xl\:-bottom-full {
        bottom: -100%;
    }
    .\33xl\:-left-full {
        left: -100%;
    }
    .\33xl\:resize-none {
        resize: none;
    }
    .\33xl\:resize-y {
        resize: vertical;
    }
    .\33xl\:resize-x {
        resize: horizontal;
    }
    .\33xl\:resize {
        resize: both;
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\:ring-inset {
        --tw-ring-inset: inset;
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\: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);
    }
    .\33xl\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .\33xl\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .\33xl\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .\33xl\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .\33xl\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .\33xl\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .\33xl\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\33xl\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\33xl\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .\33xl\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .\33xl\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .\33xl\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .\33xl\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .\33xl\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .\33xl\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .\33xl\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .\33xl\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .\33xl\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .\33xl\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .\33xl\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .\33xl\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .\33xl\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .\33xl\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .\33xl\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .\33xl\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\33xl\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .\33xl\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .\33xl\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .\33xl\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .\33xl\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .\33xl\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .\33xl\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .\33xl\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .\33xl\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .\33xl\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .\33xl\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\33xl\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .\33xl\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\33xl\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\33xl\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .\33xl\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .\33xl\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .\33xl\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .\33xl\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .\33xl\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .\33xl\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .\33xl\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\33xl\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .\33xl\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .\33xl\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .\33xl\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .\33xl\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\33xl\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .\33xl\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\33xl\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .\33xl\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\33xl\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\33xl\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\33xl\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .\33xl\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .\33xl\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .\33xl\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .\33xl\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .\33xl\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .\33xl\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\33xl\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .\33xl\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\33xl\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\33xl\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .\33xl\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\33xl\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .\33xl\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .\33xl\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .\33xl\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .\33xl\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\33xl\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .\33xl\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\33xl\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\33xl\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .\33xl\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .\33xl\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .\33xl\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .\33xl\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .\33xl\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .\33xl\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .\33xl\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .\33xl\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\33xl\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\33xl\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .\33xl\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\33xl\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .\33xl\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .\33xl\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .\33xl\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .\33xl\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .\33xl\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\33xl\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\33xl\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .\33xl\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .\33xl\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\33xl\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .\33xl\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\33xl\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .\33xl\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .\33xl\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .\33xl\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .\33xl\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .\33xl\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .\33xl\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .\33xl\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .\33xl\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .\33xl\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .\33xl\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\33xl\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\33xl\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .\33xl\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\33xl\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .\33xl\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .\33xl\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .\33xl\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .\33xl\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\33xl\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .\33xl\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\33xl\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .\33xl\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\33xl\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .\33xl\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\33xl\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\33xl\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\33xl\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\33xl\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .\33xl\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\33xl\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\33xl\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .\33xl\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .\33xl\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .\33xl\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\33xl\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .\33xl\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\33xl\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .\33xl\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .\33xl\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .\33xl\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .\33xl\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .\33xl\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\33xl\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\33xl\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .\33xl\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .\33xl\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .\33xl\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .\33xl\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .\33xl\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .\33xl\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .\33xl\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .\33xl\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .\33xl\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .\33xl\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .\33xl\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .\33xl\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .\33xl\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .\33xl\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .\33xl\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .\33xl\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\33xl\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .\33xl\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .\33xl\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .\33xl\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .\33xl\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .\33xl\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .\33xl\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .\33xl\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .\33xl\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .\33xl\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .\33xl\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\33xl\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .\33xl\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\33xl\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\33xl\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .\33xl\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .\33xl\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .\33xl\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .\33xl\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .\33xl\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .\33xl\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .\33xl\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\33xl\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .\33xl\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .\33xl\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .\33xl\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .\33xl\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\33xl\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .\33xl\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\33xl\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .\33xl\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\33xl\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\33xl\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\33xl\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .\33xl\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .\33xl\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .\33xl\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .\33xl\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .\33xl\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .\33xl\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\33xl\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .\33xl\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\33xl\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\33xl\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .\33xl\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\33xl\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .\33xl\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .\33xl\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .\33xl\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .\33xl\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\33xl\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .\33xl\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\33xl\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\33xl\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .\33xl\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .\33xl\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .\33xl\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .\33xl\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .\33xl\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .\33xl\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .\33xl\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .\33xl\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\33xl\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\33xl\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .\33xl\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\33xl\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .\33xl\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .\33xl\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .\33xl\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .\33xl\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .\33xl\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\33xl\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\33xl\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .\33xl\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .\33xl\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\33xl\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .\33xl\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\33xl\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .\33xl\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .\33xl\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .\33xl\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .\33xl\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .\33xl\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .\33xl\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .\33xl\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .\33xl\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .\33xl\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .\33xl\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\33xl\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\33xl\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .\33xl\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\33xl\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .\33xl\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .\33xl\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .\33xl\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .\33xl\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\33xl\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .\33xl\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\33xl\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .\33xl\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\33xl\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .\33xl\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\33xl\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\33xl\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\33xl\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\33xl\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .\33xl\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\33xl\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\33xl\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .\33xl\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .\33xl\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .\33xl\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\33xl\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .\33xl\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\33xl\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .\33xl\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .\33xl\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .\33xl\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .\33xl\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .\33xl\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .\33xl\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .\33xl\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .\33xl\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .\33xl\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .\33xl\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .\33xl\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .\33xl\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .\33xl\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .\33xl\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .\33xl\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .\33xl\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .\33xl\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .\33xl\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .\33xl\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .\33xl\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .\33xl\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .\33xl\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .\33xl\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .\33xl\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .\33xl\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .\33xl\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .\33xl\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .\33xl\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .\33xl\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .\33xl\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .\33xl\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .\33xl\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .\33xl\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .\33xl\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .\33xl\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .\33xl\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .\33xl\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .\33xl\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .\33xl\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .\33xl\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .\33xl\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .\33xl\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .\33xl\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .\33xl\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .\33xl\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .\33xl\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .\33xl\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .\33xl\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .\33xl\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .\33xl\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .\33xl\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .\33xl\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .\33xl\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .\33xl\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .\33xl\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .\33xl\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .\33xl\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .\33xl\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .\33xl\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .\33xl\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .\33xl\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .\33xl\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .\33xl\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .\33xl\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .\33xl\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .\33xl\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .\33xl\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .\33xl\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .\33xl\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .\33xl\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .\33xl\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .\33xl\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .\33xl\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .\33xl\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .\33xl\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .\33xl\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .\33xl\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .\33xl\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .\33xl\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .\33xl\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .\33xl\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .\33xl\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .\33xl\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .\33xl\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .\33xl\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .\33xl\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .\33xl\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .\33xl\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .\33xl\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .\33xl\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .\33xl\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .\33xl\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .\33xl\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .\33xl\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .\33xl\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .\33xl\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .\33xl\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .\33xl\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .\33xl\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .\33xl\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .\33xl\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .\33xl\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .\33xl\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .\33xl\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .\33xl\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .\33xl\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .\33xl\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .\33xl\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .\33xl\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .\33xl\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .\33xl\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .\33xl\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .\33xl\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .\33xl\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .\33xl\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .\33xl\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .\33xl\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .\33xl\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .\33xl\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .\33xl\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .\33xl\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .\33xl\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .\33xl\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .\33xl\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .\33xl\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .\33xl\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .\33xl\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .\33xl\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .\33xl\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .\33xl\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .\33xl\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .\33xl\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .\33xl\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .\33xl\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .\33xl\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .\33xl\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .\33xl\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .\33xl\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .\33xl\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .\33xl\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .\33xl\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .\33xl\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .\33xl\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .\33xl\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .\33xl\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .\33xl\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .\33xl\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .\33xl\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .\33xl\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .\33xl\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .\33xl\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .\33xl\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .\33xl\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .\33xl\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .\33xl\:ring-current {
        --tw-ring-color: currentColor;
    }
    .\33xl\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\33xl\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\33xl\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\33xl\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\33xl\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\33xl\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\33xl\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\33xl\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\33xl\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\33xl\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\33xl\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\33xl\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\33xl\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\33xl\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .\33xl\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .\33xl\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .\33xl\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .\33xl\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .\33xl\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .\33xl\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .\33xl\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\33xl\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .\33xl\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .\33xl\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .\33xl\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .\33xl\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .\33xl\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .\33xl\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .\33xl\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .\33xl\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .\33xl\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .\33xl\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .\33xl\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .\33xl\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .\33xl\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .\33xl\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .\33xl\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .\33xl\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .\33xl\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .\33xl\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .\33xl\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .\33xl\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .\33xl\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .\33xl\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .\33xl\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .\33xl\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .\33xl\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .\33xl\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .\33xl\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .\33xl\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .\33xl\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .\33xl\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .\33xl\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .\33xl\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .\33xl\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .\33xl\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .\33xl\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .\33xl\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .\33xl\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .\33xl\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .\33xl\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .\33xl\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .\33xl\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .\33xl\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .\33xl\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .\33xl\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .\33xl\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .\33xl\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .\33xl\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .\33xl\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .\33xl\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .\33xl\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .\33xl\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .\33xl\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .\33xl\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .\33xl\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .\33xl\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .\33xl\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .\33xl\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .\33xl\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .\33xl\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .\33xl\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .\33xl\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .\33xl\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .\33xl\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .\33xl\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .\33xl\:fill-current {
        fill: currentColor;
    }
    .\33xl\:stroke-current {
        stroke: currentColor;
    }
    .\33xl\:stroke-0 {
        stroke-width: 0;
    }
    .\33xl\:stroke-1 {
        stroke-width: 1;
    }
    .\33xl\:stroke-2 {
        stroke-width: 2;
    }
    .\33xl\:table-auto {
        table-layout: auto;
    }
    .\33xl\:table-fixed {
        table-layout: fixed;
    }
    .\33xl\:text-left {
        text-align: left;
    }
    .\33xl\:text-center {
        text-align: center;
    }
    .\33xl\:text-right {
        text-align: right;
    }
    .\33xl\:text-justify {
        text-align: justify;
    }
    .\33xl\:text-transparent {
        color: transparent;
    }
    .\33xl\:text-current {
        color: currentColor;
    }
    .\33xl\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\33xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\33xl\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\33xl\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\33xl\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\33xl\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\33xl\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\33xl\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\33xl\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\33xl\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\33xl\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\33xl\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\33xl\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\33xl\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\33xl\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\33xl\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\33xl\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\33xl\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\33xl\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\33xl\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\33xl\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\33xl\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\33xl\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\33xl\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\33xl\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\33xl\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\33xl\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\33xl\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\33xl\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\33xl\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\33xl\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\33xl\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\33xl\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\33xl\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\33xl\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\33xl\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\33xl\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\33xl\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\33xl\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\33xl\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\33xl\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\33xl\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\33xl\:text-gray-21 {
        color: #c5c5c5;
    }
    .\33xl\:text-gray-22 {
        color: #bfbfbf;
    }
    .\33xl\:text-gray-23 {
        color: #eee;
    }
    .\33xl\:text-gray-24 {
        color: #b7b7b7;
    }
    .\33xl\:text-gray-25 {
        color: #f0f0f0;
    }
    .\33xl\:text-gray-26 {
        color: #efefef;
    }
    .\33xl\:text-gray-27 {
        color: #bababa;
    }
    .\33xl\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\33xl\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .\33xl\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .\33xl\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .\33xl\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .\33xl\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .\33xl\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .\33xl\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .\33xl\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .\33xl\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .\33xl\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .\33xl\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .\33xl\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .\33xl\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .\33xl\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .\33xl\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .\33xl\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .\33xl\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .\33xl\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .\33xl\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .\33xl\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .\33xl\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .\33xl\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-transparent:hover {
        color: transparent;
    }
    .\33xl\:hover\:text-current:hover {
        color: currentColor;
    }
    .\33xl\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .\33xl\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .\33xl\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .\33xl\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .\33xl\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .\33xl\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .\33xl\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .\33xl\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\33xl\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-transparent:focus {
        color: transparent;
    }
    .\33xl\:focus\:text-current:focus {
        color: currentColor;
    }
    .\33xl\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .\33xl\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .\33xl\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .\33xl\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .\33xl\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .\33xl\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .\33xl\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .\33xl\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .\33xl\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .\33xl\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .\33xl\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .\33xl\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .\33xl\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .\33xl\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .\33xl\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .\33xl\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .\33xl\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .\33xl\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .\33xl\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .\33xl\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .\33xl\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .\33xl\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .\33xl\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .\33xl\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .\33xl\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .\33xl\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .\33xl\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .\33xl\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .\33xl\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .\33xl\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .\33xl\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .\33xl\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .\33xl\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .\33xl\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .\33xl\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .\33xl\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .\33xl\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .\33xl\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .\33xl\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .\33xl\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .\33xl\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .\33xl\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .\33xl\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .\33xl\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .\33xl\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .\33xl\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .\33xl\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .\33xl\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .\33xl\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .\33xl\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .\33xl\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .\33xl\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .\33xl\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .\33xl\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .\33xl\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .\33xl\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .\33xl\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .\33xl\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .\33xl\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .\33xl\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .\33xl\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .\33xl\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .\33xl\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .\33xl\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .\33xl\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .\33xl\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .\33xl\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .\33xl\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .\33xl\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .\33xl\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .\33xl\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .\33xl\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .\33xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .\33xl\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .\33xl\:overflow-clip {
        text-overflow: clip;
    }
    .\33xl\:italic {
        font-style: italic;
    }
    .\33xl\:not-italic {
        font-style: normal;
    }
    .\33xl\:uppercase {
        text-transform: uppercase;
    }
    .\33xl\:lowercase {
        text-transform: lowercase;
    }
    .\33xl\:capitalize {
        text-transform: capitalize;
    }
    .\33xl\:normal-case {
        text-transform: none;
    }
    .\33xl\:underline {
        text-decoration: underline;
    }
    .\33xl\:line-through {
        text-decoration: line-through;
    }
    .\33xl\:no-underline {
        text-decoration: none;
    }
    .group:hover .\33xl\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .\33xl\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .\33xl\:group-hover\:no-underline {
        text-decoration: none;
    }
    .\33xl\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .\33xl\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .\33xl\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .\33xl\:hover\:underline:hover {
        text-decoration: underline;
    }
    .\33xl\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .\33xl\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .\33xl\:focus\:underline:focus {
        text-decoration: underline;
    }
    .\33xl\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .\33xl\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .\33xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .\33xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .\33xl\:diagonal-fractions,
    .\33xl\:lining-nums,
    .\33xl\:oldstyle-nums,
    .\33xl\:ordinal,
    .\33xl\:proportional-nums,
    .\33xl\:slashed-zero,
    .\33xl\:stacked-fractions,
    .\33xl\:tabular-nums {
        --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);
    }
    .\33xl\:normal-nums {
        font-variant-numeric: normal;
    }
    .\33xl\:ordinal {
        --tw-ordinal: ordinal;
    }
    .\33xl\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .\33xl\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .\33xl\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .\33xl\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .\33xl\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .\33xl\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .\33xl\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .\33xl\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .\33xl\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .\33xl\:tracking-normal {
        letter-spacing: 0;
    }
    .\33xl\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .\33xl\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .\33xl\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .\33xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .\33xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .\33xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .\33xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .\33xl\:align-baseline {
        vertical-align: baseline;
    }
    .\33xl\:align-top {
        vertical-align: top;
    }
    .\33xl\:align-middle {
        vertical-align: middle;
    }
    .\33xl\:align-bottom {
        vertical-align: bottom;
    }
    .\33xl\:align-text-top {
        vertical-align: text-top;
    }
    .\33xl\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .\33xl\:visible {
        visibility: visible;
    }
    .\33xl\:invisible {
        visibility: hidden;
    }
    .\33xl\:whitespace-normal {
        white-space: normal;
    }
    .\33xl\:whitespace-nowrap {
        white-space: nowrap;
    }
    .\33xl\:whitespace-pre {
        white-space: pre;
    }
    .\33xl\:whitespace-pre-line {
        white-space: pre-line;
    }
    .\33xl\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .\33xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .\33xl\:break-words {
        overflow-wrap: break-word;
    }
    .\33xl\:break-all {
        word-break: break-all;
    }
    .\33xl\:w-0 {
        width: 0;
    }
    .\33xl\:w-1 {
        width: 0.25rem;
    }
    .\33xl\:w-2 {
        width: 0.5rem;
    }
    .\33xl\:w-3 {
        width: 0.75rem;
    }
    .\33xl\:w-4 {
        width: 1rem;
    }
    .\33xl\:w-5 {
        width: 1.25rem;
    }
    .\33xl\:w-6 {
        width: 1.5rem;
    }
    .\33xl\:w-7 {
        width: 1.75rem;
    }
    .\33xl\:w-8 {
        width: 2rem;
    }
    .\33xl\:w-9 {
        width: 2.25rem;
    }
    .\33xl\:w-10 {
        width: 2.5rem;
    }
    .\33xl\:w-11 {
        width: 2.75rem;
    }
    .\33xl\:w-12 {
        width: 3rem;
    }
    .\33xl\:w-14 {
        width: 3.5rem;
    }
    .\33xl\:w-16 {
        width: 4rem;
    }
    .\33xl\:w-20 {
        width: 5rem;
    }
    .\33xl\:w-23 {
        width: 88px;
    }
    .\33xl\:w-24 {
        width: 6rem;
    }
    .\33xl\:w-25 {
        width: 100px;
    }
    .\33xl\:w-28 {
        width: 7rem;
    }
    .\33xl\:w-29 {
        width: 120px;
    }
    .\33xl\:w-32 {
        width: 8rem;
    }
    .\33xl\:w-33 {
        width: 130px;
    }
    .\33xl\:w-36 {
        width: 9rem;
    }
    .\33xl\:w-40 {
        width: 10rem;
    }
    .\33xl\:w-44 {
        width: 11rem;
    }
    .\33xl\:w-48 {
        width: 12rem;
    }
    .\33xl\:w-52 {
        width: 13rem;
    }
    .\33xl\:w-56 {
        width: 14rem;
    }
    .\33xl\:w-60 {
        width: 15rem;
    }
    .\33xl\:w-63 {
        width: 270px;
    }
    .\33xl\:w-64 {
        width: 16rem;
    }
    .\33xl\:w-72 {
        width: 18rem;
    }
    .\33xl\:w-80 {
        width: 20rem;
    }
    .\33xl\:w-92 {
        width: 475px;
    }
    .\33xl\:w-96 {
        width: 24rem;
    }
    .\33xl\:w-128 {
        width: 32rem;
    }
    .\33xl\:w-auto {
        width: auto;
    }
    .\33xl\:w-px {
        width: 1px;
    }
    .\33xl\:w-0\.5 {
        width: 0.125rem;
    }
    .\33xl\:w-1\.5 {
        width: 0.375rem;
    }
    .\33xl\:w-2\.5 {
        width: 0.625rem;
    }
    .\33xl\:w-3\.5 {
        width: 0.875rem;
    }
    .\33xl\:w-105p {
        width: 105px;
    }
    .\33xl\:w-50p {
        width: 50px;
    }
    .\33xl\:w-54p {
        width: 54px;
    }
    .\33xl\:w-1p {
        width: 1px;
    }
    .\33xl\:w-2p {
        width: 2px;
    }
    .\33xl\:w-3p {
        width: 3px;
    }
    .\33xl\:w-5p {
        width: 5px;
    }
    .\33xl\:w-7p {
        width: 7px;
    }
    .\33xl\:w-9p {
        width: 9px;
    }
    .\33xl\:w-10p {
        width: 10px;
    }
    .\33xl\:w-11p {
        width: 11px;
    }
    .\33xl\:w-13p {
        width: 13px;
    }
    .\33xl\:w-15p {
        width: 15px;
    }
    .\33xl\:w-18p {
        width: 18px;
    }
    .\33xl\:w-19p {
        width: 19px;
    }
    .\33xl\:w-21p {
        width: 21px;
    }
    .\33xl\:w-22p {
        width: 22px;
    }
    .\33xl\:w-23p {
        width: 23px;
    }
    .\33xl\:w-25p {
        width: 25px;
    }
    .\33xl\:w-26p {
        width: 26px;
    }
    .\33xl\:w-29p {
        width: 29px;
    }
    .\33xl\:w-30p {
        width: 30px;
    }
    .\33xl\:w-31p {
        width: 31px;
    }
    .\33xl\:w-35p {
        width: 35px;
    }
    .\33xl\:w-52p {
        width: 52px;
    }
    .\33xl\:w-53p {
        width: 53px;
    }
    .\33xl\:w-55p {
        width: 55px;
    }
    .\33xl\:w-59p {
        width: 59px;
    }
    .\33xl\:w-27p {
        width: 27px;
    }
    .\33xl\:w-33\.5p {
        width: 33.5px;
    }
    .\33xl\:w-38p {
        width: 38px;
    }
    .\33xl\:w-40p {
        width: 40px;
    }
    .\33xl\:w-46p {
        width: 46px;
    }
    .\33xl\:w-47p {
        width: 47px;
    }
    .\33xl\:w-49p {
        width: 49px;
    }
    .\33xl\:w-58p {
        width: 58px;
    }
    .\33xl\:w-75p {
        width: 75px;
    }
    .\33xl\:w-77p {
        width: 77px;
    }
    .\33xl\:w-60p {
        width: 60px;
    }
    .\33xl\:w-65p {
        width: 65px;
    }
    .\33xl\:w-66p {
        width: 66px;
    }
    .\33xl\:w-68p {
        width: 68px;
    }
    .\33xl\:w-70p {
        width: 70px;
    }
    .\33xl\:w-72p {
        width: 72px;
    }
    .\33xl\:w-74p {
        width: 74px;
    }
    .\33xl\:w-78p {
        width: 78px;
    }
    .\33xl\:w-80p {
        width: 80px;
    }
    .\33xl\:w-82p {
        width: 82px;
    }
    .\33xl\:w-84p {
        width: 84px;
    }
    .\33xl\:w-89p {
        width: 89px;
    }
    .\33xl\:w-93p {
        width: 93px;
    }
    .\33xl\:w-90p {
        width: 90px;
    }
    .\33xl\:w-97p {
        width: 97px;
    }
    .\33xl\:w-103p {
        width: 103px;
    }
    .\33xl\:w-116p {
        width: 116px;
    }
    .\33xl\:w-120p {
        width: 120px;
    }
    .\33xl\:w-125p {
        width: 125px;
    }
    .\33xl\:w-130p {
        width: 130px;
    }
    .\33xl\:w-135p {
        width: 135px;
    }
    .\33xl\:w-132p {
        width: 132px;
    }
    .\33xl\:w-150p {
        width: 150px;
    }
    .\33xl\:w-216p {
        width: 216px;
    }
    .\33xl\:w-225p {
        width: 225px;
    }
    .\33xl\:w-296p {
        width: 296px;
    }
    .\33xl\:w-270p {
        width: 270px;
    }
    .\33xl\:w-137p {
        width: 137px;
    }
    .\33xl\:w-141p {
        width: 141px;
    }
    .\33xl\:w-146p {
        width: 146px;
    }
    .\33xl\:w-152p {
        width: 152px;
    }
    .\33xl\:w-155p {
        width: 155px;
    }
    .\33xl\:w-163p {
        width: 163px;
    }
    .\33xl\:w-168p {
        width: 168px;
    }
    .\33xl\:w-173p {
        width: 173px;
    }
    .\33xl\:w-210p {
        width: 210px;
    }
    .\33xl\:w-245p {
        width: 245px;
    }
    .\33xl\:w-250p {
        width: 250px;
    }
    .\33xl\:w-260p {
        width: 260px;
    }
    .\33xl\:w-263p {
        width: 263px;
    }
    .\33xl\:w-266p {
        width: 266px;
    }
    .\33xl\:w-275p {
        width: 275px;
    }
    .\33xl\:w-300p {
        width: 300px;
    }
    .\33xl\:w-312p {
        width: 312px;
    }
    .\33xl\:w-318p {
        width: 318px;
    }
    .\33xl\:w-322p {
        width: 322px;
    }
    .\33xl\:w-337p {
        width: 337px;
    }
    .\33xl\:w-345p {
        width: 345px;
    }
    .\33xl\:w-344p {
        width: 344px;
    }
    .\33xl\:w-354p {
        width: 354px;
    }
    .\33xl\:w-364p {
        width: 364px;
    }
    .\33xl\:w-370p {
        width: 370px;
    }
    .\33xl\:w-382p {
        width: 382px;
    }
    .\33xl\:w-385p {
        width: 385px;
    }
    .\33xl\:w-400p {
        width: 400px;
    }
    .\33xl\:w-407p {
        width: 407px;
    }
    .\33xl\:w-411p {
        width: 411px;
    }
    .\33xl\:w-418p {
        width: 418px;
    }
    .\33xl\:w-430p {
        width: 430px;
    }
    .\33xl\:w-450p {
        width: 450px;
    }
    .\33xl\:w-468p {
        width: 468px;
    }
    .\33xl\:w-485p {
        width: 485px;
    }
    .\33xl\:w-491p {
        width: 491px;
    }
    .\33xl\:w-494p {
        width: 494px;
    }
    .\33xl\:w-470p {
        width: 470px;
    }
    .\33xl\:w-480p {
        width: 480px;
    }
    .\33xl\:w-532p {
        width: 532px;
    }
    .\33xl\:w-556p {
        width: 556px;
    }
    .\33xl\:w-505p {
        width: 505px;
    }
    .\33xl\:w-1179p {
        width: 1179px;
    }
    .\33xl\:w-1253p {
        width: 1253px;
    }
    .\33xl\:w-1575p {
        width: 1575px;
    }
    .\33xl\:w-600p {
        width: 600px;
    }
    .\33xl\:w-649p {
        width: 649px;
    }
    .\33xl\:w-690p {
        width: 690px;
    }
    .\33xl\:w-19\% {
        width: 19%;
    }
    .\33xl\:w-23\% {
        width: 23%;
    }
    .\33xl\:w-24\% {
        width: 24%;
    }
    .\33xl\:w-36\% {
        width: 36%;
    }
    .\33xl\:w-27\% {
        width: 27%;
    }
    .\33xl\:w-28\% {
        width: 28%;
    }
    .\33xl\:w-42\% {
        width: 42%;
    }
    .\33xl\:w-46\% {
        width: 46%;
    }
    .\33xl\:w-49\% {
        width: 49%;
    }
    .\33xl\:w-54\% {
        width: 54%;
    }
    .\33xl\:w-58\% {
        width: 58%;
    }
    .\33xl\:w-72\% {
        width: 72%;
    }
    .\33xl\:w-76\% {
        width: 76%;
    }
    .\33xl\:w-77\% {
        width: 77%;
    }
    .\33xl\:w-340p {
        width: 340px;
    }
    .\33xl\:w-700p {
        width: 700px;
    }
    .\33xl\:w-848p {
        width: 848px;
    }
    .\33xl\:w-850p {
        width: 850px;
    }
    .\33xl\:w-860p {
        width: 860px;
    }
    .\33xl\:w-1425p {
        width: 1425px;
    }
    .\33xl\:w-1\/2 {
        width: 50%;
    }
    .\33xl\:w-1\/3 {
        width: 33.333333%;
    }
    .\33xl\:w-2\/3 {
        width: 66.666667%;
    }
    .\33xl\:w-1\/4 {
        width: 25%;
    }
    .\33xl\:w-2\/4 {
        width: 50%;
    }
    .\33xl\:w-3\/4 {
        width: 75%;
    }
    .\33xl\:w-1\/5 {
        width: 20%;
    }
    .\33xl\:w-2\/5 {
        width: 40%;
    }
    .\33xl\:w-3\/5 {
        width: 60%;
    }
    .\33xl\:w-4\/5 {
        width: 80%;
    }
    .\33xl\:w-1\/6 {
        width: 16.666667%;
    }
    .\33xl\:w-2\/6 {
        width: 33.333333%;
    }
    .\33xl\:w-3\/6 {
        width: 50%;
    }
    .\33xl\:w-4\/6 {
        width: 66.666667%;
    }
    .\33xl\:w-5\/6 {
        width: 83.333333%;
    }
    .\33xl\:w-1\/12 {
        width: 8.333333%;
    }
    .\33xl\:w-2\/12 {
        width: 16.666667%;
    }
    .\33xl\:w-3\/12 {
        width: 25%;
    }
    .\33xl\:w-4\/12 {
        width: 33.333333%;
    }
    .\33xl\:w-5\/12 {
        width: 41.666667%;
    }
    .\33xl\:w-6\/12 {
        width: 50%;
    }
    .\33xl\:w-7\/12 {
        width: 58.333333%;
    }
    .\33xl\:w-8\/12 {
        width: 66.666667%;
    }
    .\33xl\:w-9\/12 {
        width: 75%;
    }
    .\33xl\:w-10\/12 {
        width: 83.333333%;
    }
    .\33xl\:w-11\/12 {
        width: 91.666667%;
    }
    .\33xl\:w-full {
        width: 100%;
    }
    .\33xl\:w-screen {
        width: 100vw;
    }
    .\33xl\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .\33xl\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .\33xl\:z-0 {
        z-index: 0;
    }
    .\33xl\:z-10 {
        z-index: 10;
    }
    .\33xl\:z-20 {
        z-index: 20;
    }
    .\33xl\:z-30 {
        z-index: 30;
    }
    .\33xl\:z-40 {
        z-index: 40;
    }
    .\33xl\:z-50 {
        z-index: 50;
    }
    .\33xl\:z-auto {
        z-index: auto;
    }
    .\33xl\:z-ng {
        z-index: -1;
    }
    .\33xl\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .\33xl\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .\33xl\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .\33xl\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .\33xl\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .\33xl\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .\33xl\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .\33xl\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .\33xl\:focus\:z-0:focus {
        z-index: 0;
    }
    .\33xl\:focus\:z-10:focus {
        z-index: 10;
    }
    .\33xl\:focus\:z-20:focus {
        z-index: 20;
    }
    .\33xl\:focus\:z-30:focus {
        z-index: 30;
    }
    .\33xl\:focus\:z-40:focus {
        z-index: 40;
    }
    .\33xl\:focus\:z-50:focus {
        z-index: 50;
    }
    .\33xl\:focus\:z-auto:focus {
        z-index: auto;
    }
    .\33xl\:focus\:z-ng:focus {
        z-index: -1;
    }
    .\33xl\:gap-0 {
        gap: 0;
    }
    .\33xl\:gap-1 {
        gap: 0.25rem;
    }
    .\33xl\:gap-2 {
        gap: 0.5rem;
    }
    .\33xl\:gap-3 {
        gap: 0.75rem;
    }
    .\33xl\:gap-4 {
        gap: 1rem;
    }
    .\33xl\:gap-5 {
        gap: 1.25rem;
    }
    .\33xl\:gap-6 {
        gap: 1.5rem;
    }
    .\33xl\:gap-7 {
        gap: 1.75rem;
    }
    .\33xl\:gap-8 {
        gap: 2rem;
    }
    .\33xl\:gap-9 {
        gap: 2.25rem;
    }
    .\33xl\:gap-10 {
        gap: 2.5rem;
    }
    .\33xl\:gap-11 {
        gap: 2.75rem;
    }
    .\33xl\:gap-12 {
        gap: 3rem;
    }
    .\33xl\:gap-14 {
        gap: 3.5rem;
    }
    .\33xl\:gap-16 {
        gap: 4rem;
    }
    .\33xl\:gap-20 {
        gap: 5rem;
    }
    .\33xl\:gap-23 {
        gap: 88px;
    }
    .\33xl\:gap-24 {
        gap: 6rem;
    }
    .\33xl\:gap-25 {
        gap: 100px;
    }
    .\33xl\:gap-28 {
        gap: 7rem;
    }
    .\33xl\:gap-29 {
        gap: 120px;
    }
    .\33xl\:gap-32 {
        gap: 8rem;
    }
    .\33xl\:gap-33 {
        gap: 130px;
    }
    .\33xl\:gap-36 {
        gap: 9rem;
    }
    .\33xl\:gap-40 {
        gap: 10rem;
    }
    .\33xl\:gap-44 {
        gap: 11rem;
    }
    .\33xl\:gap-48 {
        gap: 12rem;
    }
    .\33xl\:gap-52 {
        gap: 13rem;
    }
    .\33xl\:gap-56 {
        gap: 14rem;
    }
    .\33xl\:gap-60 {
        gap: 15rem;
    }
    .\33xl\:gap-63 {
        gap: 270px;
    }
    .\33xl\:gap-64 {
        gap: 16rem;
    }
    .\33xl\:gap-72 {
        gap: 18rem;
    }
    .\33xl\:gap-80 {
        gap: 20rem;
    }
    .\33xl\:gap-92 {
        gap: 475px;
    }
    .\33xl\:gap-96 {
        gap: 24rem;
    }
    .\33xl\:gap-128 {
        gap: 32rem;
    }
    .\33xl\:gap-px {
        gap: 1px;
    }
    .\33xl\:gap-0\.5 {
        gap: 0.125rem;
    }
    .\33xl\:gap-1\.5 {
        gap: 0.375rem;
    }
    .\33xl\:gap-2\.5 {
        gap: 0.625rem;
    }
    .\33xl\:gap-3\.5 {
        gap: 0.875rem;
    }
    .\33xl\:gap-105p {
        gap: 105px;
    }
    .\33xl\:gap-50p {
        gap: 50px;
    }
    .\33xl\:gap-54p {
        gap: 54px;
    }
    .\33xl\:gap-1p {
        gap: 1px;
    }
    .\33xl\:gap-2p {
        gap: 2px;
    }
    .\33xl\:gap-3p {
        gap: 3px;
    }
    .\33xl\:gap-5p {
        gap: 5px;
    }
    .\33xl\:gap-7p {
        gap: 7px;
    }
    .\33xl\:gap-9p {
        gap: 9px;
    }
    .\33xl\:gap-10p {
        gap: 10px;
    }
    .\33xl\:gap-11p {
        gap: 11px;
    }
    .\33xl\:gap-13p {
        gap: 13px;
    }
    .\33xl\:gap-15p {
        gap: 15px;
    }
    .\33xl\:gap-18p {
        gap: 18px;
    }
    .\33xl\:gap-19p {
        gap: 19px;
    }
    .\33xl\:gap-21p {
        gap: 21px;
    }
    .\33xl\:gap-22p {
        gap: 22px;
    }
    .\33xl\:gap-23p {
        gap: 23px;
    }
    .\33xl\:gap-25p {
        gap: 25px;
    }
    .\33xl\:gap-26p {
        gap: 26px;
    }
    .\33xl\:gap-29p {
        gap: 29px;
    }
    .\33xl\:gap-30p {
        gap: 30px;
    }
    .\33xl\:gap-31p {
        gap: 31px;
    }
    .\33xl\:gap-35p {
        gap: 35px;
    }
    .\33xl\:gap-52p {
        gap: 52px;
    }
    .\33xl\:gap-53p {
        gap: 53px;
    }
    .\33xl\:gap-55p {
        gap: 55px;
    }
    .\33xl\:gap-59p {
        gap: 59px;
    }
    .\33xl\:gap-27p {
        gap: 27px;
    }
    .\33xl\:gap-33\.5p {
        gap: 33.5px;
    }
    .\33xl\:gap-38p {
        gap: 38px;
    }
    .\33xl\:gap-40p {
        gap: 40px;
    }
    .\33xl\:gap-46p {
        gap: 46px;
    }
    .\33xl\:gap-47p {
        gap: 47px;
    }
    .\33xl\:gap-49p {
        gap: 49px;
    }
    .\33xl\:gap-58p {
        gap: 58px;
    }
    .\33xl\:gap-75p {
        gap: 75px;
    }
    .\33xl\:gap-77p {
        gap: 77px;
    }
    .\33xl\:gap-60p {
        gap: 60px;
    }
    .\33xl\:gap-65p {
        gap: 65px;
    }
    .\33xl\:gap-66p {
        gap: 66px;
    }
    .\33xl\:gap-68p {
        gap: 68px;
    }
    .\33xl\:gap-70p {
        gap: 70px;
    }
    .\33xl\:gap-72p {
        gap: 72px;
    }
    .\33xl\:gap-74p {
        gap: 74px;
    }
    .\33xl\:gap-78p {
        gap: 78px;
    }
    .\33xl\:gap-80p {
        gap: 80px;
    }
    .\33xl\:gap-82p {
        gap: 82px;
    }
    .\33xl\:gap-84p {
        gap: 84px;
    }
    .\33xl\:gap-89p {
        gap: 89px;
    }
    .\33xl\:gap-93p {
        gap: 93px;
    }
    .\33xl\:gap-90p {
        gap: 90px;
    }
    .\33xl\:gap-97p {
        gap: 97px;
    }
    .\33xl\:gap-103p {
        gap: 103px;
    }
    .\33xl\:gap-116p {
        gap: 116px;
    }
    .\33xl\:gap-120p {
        gap: 120px;
    }
    .\33xl\:gap-125p {
        gap: 125px;
    }
    .\33xl\:gap-130p {
        gap: 130px;
    }
    .\33xl\:gap-135p {
        gap: 135px;
    }
    .\33xl\:gap-132p {
        gap: 132px;
    }
    .\33xl\:gap-150p {
        gap: 150px;
    }
    .\33xl\:gap-216p {
        gap: 216px;
    }
    .\33xl\:gap-225p {
        gap: 225px;
    }
    .\33xl\:gap-296p {
        gap: 296px;
    }
    .\33xl\:gap-270p {
        gap: 270px;
    }
    .\33xl\:gap-137p {
        gap: 137px;
    }
    .\33xl\:gap-141p {
        gap: 141px;
    }
    .\33xl\:gap-146p {
        gap: 146px;
    }
    .\33xl\:gap-152p {
        gap: 152px;
    }
    .\33xl\:gap-155p {
        gap: 155px;
    }
    .\33xl\:gap-163p {
        gap: 163px;
    }
    .\33xl\:gap-168p {
        gap: 168px;
    }
    .\33xl\:gap-173p {
        gap: 173px;
    }
    .\33xl\:gap-210p {
        gap: 210px;
    }
    .\33xl\:gap-245p {
        gap: 245px;
    }
    .\33xl\:gap-250p {
        gap: 250px;
    }
    .\33xl\:gap-260p {
        gap: 260px;
    }
    .\33xl\:gap-263p {
        gap: 263px;
    }
    .\33xl\:gap-266p {
        gap: 266px;
    }
    .\33xl\:gap-275p {
        gap: 275px;
    }
    .\33xl\:gap-300p {
        gap: 300px;
    }
    .\33xl\:gap-312p {
        gap: 312px;
    }
    .\33xl\:gap-318p {
        gap: 318px;
    }
    .\33xl\:gap-322p {
        gap: 322px;
    }
    .\33xl\:gap-337p {
        gap: 337px;
    }
    .\33xl\:gap-345p {
        gap: 345px;
    }
    .\33xl\:gap-344p {
        gap: 344px;
    }
    .\33xl\:gap-354p {
        gap: 354px;
    }
    .\33xl\:gap-364p {
        gap: 364px;
    }
    .\33xl\:gap-370p {
        gap: 370px;
    }
    .\33xl\:gap-382p {
        gap: 382px;
    }
    .\33xl\:gap-385p {
        gap: 385px;
    }
    .\33xl\:gap-400p {
        gap: 400px;
    }
    .\33xl\:gap-407p {
        gap: 407px;
    }
    .\33xl\:gap-411p {
        gap: 411px;
    }
    .\33xl\:gap-418p {
        gap: 418px;
    }
    .\33xl\:gap-430p {
        gap: 430px;
    }
    .\33xl\:gap-450p {
        gap: 450px;
    }
    .\33xl\:gap-468p {
        gap: 468px;
    }
    .\33xl\:gap-485p {
        gap: 485px;
    }
    .\33xl\:gap-491p {
        gap: 491px;
    }
    .\33xl\:gap-494p {
        gap: 494px;
    }
    .\33xl\:gap-470p {
        gap: 470px;
    }
    .\33xl\:gap-480p {
        gap: 480px;
    }
    .\33xl\:gap-532p {
        gap: 532px;
    }
    .\33xl\:gap-556p {
        gap: 556px;
    }
    .\33xl\:gap-505p {
        gap: 505px;
    }
    .\33xl\:gap-1179p {
        gap: 1179px;
    }
    .\33xl\:gap-1253p {
        gap: 1253px;
    }
    .\33xl\:gap-1575p {
        gap: 1575px;
    }
    .\33xl\:gap-600p {
        gap: 600px;
    }
    .\33xl\:gap-649p {
        gap: 649px;
    }
    .\33xl\:gap-690p {
        gap: 690px;
    }
    .\33xl\:gap-19\% {
        gap: 19%;
    }
    .\33xl\:gap-23\% {
        gap: 23%;
    }
    .\33xl\:gap-24\% {
        gap: 24%;
    }
    .\33xl\:gap-36\% {
        gap: 36%;
    }
    .\33xl\:gap-27\% {
        gap: 27%;
    }
    .\33xl\:gap-28\% {
        gap: 28%;
    }
    .\33xl\:gap-42\% {
        gap: 42%;
    }
    .\33xl\:gap-46\% {
        gap: 46%;
    }
    .\33xl\:gap-49\% {
        gap: 49%;
    }
    .\33xl\:gap-54\% {
        gap: 54%;
    }
    .\33xl\:gap-58\% {
        gap: 58%;
    }
    .\33xl\:gap-72\% {
        gap: 72%;
    }
    .\33xl\:gap-76\% {
        gap: 76%;
    }
    .\33xl\:gap-77\% {
        gap: 77%;
    }
    .\33xl\:gap-340p {
        gap: 340px;
    }
    .\33xl\:gap-700p {
        gap: 700px;
    }
    .\33xl\:gap-848p {
        gap: 848px;
    }
    .\33xl\:gap-850p {
        gap: 850px;
    }
    .\33xl\:gap-860p {
        gap: 860px;
    }
    .\33xl\:gap-1425p {
        gap: 1425px;
    }
    .\33xl\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .\33xl\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .\33xl\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .\33xl\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .\33xl\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .\33xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .\33xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .\33xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .\33xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .\33xl\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .\33xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .\33xl\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .\33xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .\33xl\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .\33xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .\33xl\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .\33xl\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .\33xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .\33xl\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .\33xl\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .\33xl\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .\33xl\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .\33xl\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .\33xl\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .\33xl\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .\33xl\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .\33xl\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .\33xl\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .\33xl\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .\33xl\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .\33xl\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .\33xl\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .\33xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .\33xl\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .\33xl\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .\33xl\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .\33xl\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .\33xl\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .\33xl\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .\33xl\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .\33xl\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .\33xl\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .\33xl\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .\33xl\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .\33xl\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .\33xl\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .\33xl\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .\33xl\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .\33xl\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .\33xl\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .\33xl\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .\33xl\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .\33xl\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .\33xl\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .\33xl\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .\33xl\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .\33xl\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .\33xl\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .\33xl\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .\33xl\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .\33xl\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .\33xl\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .\33xl\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .\33xl\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .\33xl\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .\33xl\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .\33xl\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .\33xl\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .\33xl\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .\33xl\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .\33xl\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .\33xl\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .\33xl\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .\33xl\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .\33xl\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .\33xl\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .\33xl\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .\33xl\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .\33xl\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .\33xl\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .\33xl\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .\33xl\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .\33xl\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .\33xl\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .\33xl\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .\33xl\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .\33xl\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .\33xl\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .\33xl\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .\33xl\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .\33xl\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .\33xl\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .\33xl\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .\33xl\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .\33xl\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .\33xl\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .\33xl\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .\33xl\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .\33xl\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .\33xl\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .\33xl\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .\33xl\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .\33xl\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .\33xl\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .\33xl\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .\33xl\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .\33xl\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .\33xl\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .\33xl\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .\33xl\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .\33xl\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .\33xl\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .\33xl\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .\33xl\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .\33xl\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .\33xl\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .\33xl\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .\33xl\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .\33xl\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .\33xl\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .\33xl\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .\33xl\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .\33xl\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .\33xl\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .\33xl\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .\33xl\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .\33xl\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .\33xl\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .\33xl\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .\33xl\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .\33xl\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .\33xl\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .\33xl\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .\33xl\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .\33xl\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .\33xl\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .\33xl\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .\33xl\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .\33xl\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .\33xl\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .\33xl\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .\33xl\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .\33xl\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .\33xl\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .\33xl\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .\33xl\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .\33xl\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .\33xl\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .\33xl\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .\33xl\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .\33xl\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .\33xl\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .\33xl\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .\33xl\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .\33xl\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .\33xl\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .\33xl\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .\33xl\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .\33xl\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .\33xl\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .\33xl\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .\33xl\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .\33xl\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .\33xl\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .\33xl\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .\33xl\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .\33xl\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .\33xl\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .\33xl\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .\33xl\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .\33xl\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .\33xl\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .\33xl\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .\33xl\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .\33xl\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .\33xl\:gap-y-0 {
        row-gap: 0;
    }
    .\33xl\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .\33xl\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .\33xl\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .\33xl\:gap-y-4 {
        row-gap: 1rem;
    }
    .\33xl\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .\33xl\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .\33xl\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .\33xl\:gap-y-8 {
        row-gap: 2rem;
    }
    .\33xl\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .\33xl\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .\33xl\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .\33xl\:gap-y-12 {
        row-gap: 3rem;
    }
    .\33xl\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .\33xl\:gap-y-16 {
        row-gap: 4rem;
    }
    .\33xl\:gap-y-20 {
        row-gap: 5rem;
    }
    .\33xl\:gap-y-23 {
        row-gap: 88px;
    }
    .\33xl\:gap-y-24 {
        row-gap: 6rem;
    }
    .\33xl\:gap-y-25 {
        row-gap: 100px;
    }
    .\33xl\:gap-y-28 {
        row-gap: 7rem;
    }
    .\33xl\:gap-y-29 {
        row-gap: 120px;
    }
    .\33xl\:gap-y-32 {
        row-gap: 8rem;
    }
    .\33xl\:gap-y-33 {
        row-gap: 130px;
    }
    .\33xl\:gap-y-36 {
        row-gap: 9rem;
    }
    .\33xl\:gap-y-40 {
        row-gap: 10rem;
    }
    .\33xl\:gap-y-44 {
        row-gap: 11rem;
    }
    .\33xl\:gap-y-48 {
        row-gap: 12rem;
    }
    .\33xl\:gap-y-52 {
        row-gap: 13rem;
    }
    .\33xl\:gap-y-56 {
        row-gap: 14rem;
    }
    .\33xl\:gap-y-60 {
        row-gap: 15rem;
    }
    .\33xl\:gap-y-63 {
        row-gap: 270px;
    }
    .\33xl\:gap-y-64 {
        row-gap: 16rem;
    }
    .\33xl\:gap-y-72 {
        row-gap: 18rem;
    }
    .\33xl\:gap-y-80 {
        row-gap: 20rem;
    }
    .\33xl\:gap-y-92 {
        row-gap: 475px;
    }
    .\33xl\:gap-y-96 {
        row-gap: 24rem;
    }
    .\33xl\:gap-y-128 {
        row-gap: 32rem;
    }
    .\33xl\:gap-y-px {
        row-gap: 1px;
    }
    .\33xl\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .\33xl\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .\33xl\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .\33xl\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .\33xl\:gap-y-105p {
        row-gap: 105px;
    }
    .\33xl\:gap-y-50p {
        row-gap: 50px;
    }
    .\33xl\:gap-y-54p {
        row-gap: 54px;
    }
    .\33xl\:gap-y-1p {
        row-gap: 1px;
    }
    .\33xl\:gap-y-2p {
        row-gap: 2px;
    }
    .\33xl\:gap-y-3p {
        row-gap: 3px;
    }
    .\33xl\:gap-y-5p {
        row-gap: 5px;
    }
    .\33xl\:gap-y-7p {
        row-gap: 7px;
    }
    .\33xl\:gap-y-9p {
        row-gap: 9px;
    }
    .\33xl\:gap-y-10p {
        row-gap: 10px;
    }
    .\33xl\:gap-y-11p {
        row-gap: 11px;
    }
    .\33xl\:gap-y-13p {
        row-gap: 13px;
    }
    .\33xl\:gap-y-15p {
        row-gap: 15px;
    }
    .\33xl\:gap-y-18p {
        row-gap: 18px;
    }
    .\33xl\:gap-y-19p {
        row-gap: 19px;
    }
    .\33xl\:gap-y-21p {
        row-gap: 21px;
    }
    .\33xl\:gap-y-22p {
        row-gap: 22px;
    }
    .\33xl\:gap-y-23p {
        row-gap: 23px;
    }
    .\33xl\:gap-y-25p {
        row-gap: 25px;
    }
    .\33xl\:gap-y-26p {
        row-gap: 26px;
    }
    .\33xl\:gap-y-29p {
        row-gap: 29px;
    }
    .\33xl\:gap-y-30p {
        row-gap: 30px;
    }
    .\33xl\:gap-y-31p {
        row-gap: 31px;
    }
    .\33xl\:gap-y-35p {
        row-gap: 35px;
    }
    .\33xl\:gap-y-52p {
        row-gap: 52px;
    }
    .\33xl\:gap-y-53p {
        row-gap: 53px;
    }
    .\33xl\:gap-y-55p {
        row-gap: 55px;
    }
    .\33xl\:gap-y-59p {
        row-gap: 59px;
    }
    .\33xl\:gap-y-27p {
        row-gap: 27px;
    }
    .\33xl\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .\33xl\:gap-y-38p {
        row-gap: 38px;
    }
    .\33xl\:gap-y-40p {
        row-gap: 40px;
    }
    .\33xl\:gap-y-46p {
        row-gap: 46px;
    }
    .\33xl\:gap-y-47p {
        row-gap: 47px;
    }
    .\33xl\:gap-y-49p {
        row-gap: 49px;
    }
    .\33xl\:gap-y-58p {
        row-gap: 58px;
    }
    .\33xl\:gap-y-75p {
        row-gap: 75px;
    }
    .\33xl\:gap-y-77p {
        row-gap: 77px;
    }
    .\33xl\:gap-y-60p {
        row-gap: 60px;
    }
    .\33xl\:gap-y-65p {
        row-gap: 65px;
    }
    .\33xl\:gap-y-66p {
        row-gap: 66px;
    }
    .\33xl\:gap-y-68p {
        row-gap: 68px;
    }
    .\33xl\:gap-y-70p {
        row-gap: 70px;
    }
    .\33xl\:gap-y-72p {
        row-gap: 72px;
    }
    .\33xl\:gap-y-74p {
        row-gap: 74px;
    }
    .\33xl\:gap-y-78p {
        row-gap: 78px;
    }
    .\33xl\:gap-y-80p {
        row-gap: 80px;
    }
    .\33xl\:gap-y-82p {
        row-gap: 82px;
    }
    .\33xl\:gap-y-84p {
        row-gap: 84px;
    }
    .\33xl\:gap-y-89p {
        row-gap: 89px;
    }
    .\33xl\:gap-y-93p {
        row-gap: 93px;
    }
    .\33xl\:gap-y-90p {
        row-gap: 90px;
    }
    .\33xl\:gap-y-97p {
        row-gap: 97px;
    }
    .\33xl\:gap-y-103p {
        row-gap: 103px;
    }
    .\33xl\:gap-y-116p {
        row-gap: 116px;
    }
    .\33xl\:gap-y-120p {
        row-gap: 120px;
    }
    .\33xl\:gap-y-125p {
        row-gap: 125px;
    }
    .\33xl\:gap-y-130p {
        row-gap: 130px;
    }
    .\33xl\:gap-y-135p {
        row-gap: 135px;
    }
    .\33xl\:gap-y-132p {
        row-gap: 132px;
    }
    .\33xl\:gap-y-150p {
        row-gap: 150px;
    }
    .\33xl\:gap-y-216p {
        row-gap: 216px;
    }
    .\33xl\:gap-y-225p {
        row-gap: 225px;
    }
    .\33xl\:gap-y-296p {
        row-gap: 296px;
    }
    .\33xl\:gap-y-270p {
        row-gap: 270px;
    }
    .\33xl\:gap-y-137p {
        row-gap: 137px;
    }
    .\33xl\:gap-y-141p {
        row-gap: 141px;
    }
    .\33xl\:gap-y-146p {
        row-gap: 146px;
    }
    .\33xl\:gap-y-152p {
        row-gap: 152px;
    }
    .\33xl\:gap-y-155p {
        row-gap: 155px;
    }
    .\33xl\:gap-y-163p {
        row-gap: 163px;
    }
    .\33xl\:gap-y-168p {
        row-gap: 168px;
    }
    .\33xl\:gap-y-173p {
        row-gap: 173px;
    }
    .\33xl\:gap-y-210p {
        row-gap: 210px;
    }
    .\33xl\:gap-y-245p {
        row-gap: 245px;
    }
    .\33xl\:gap-y-250p {
        row-gap: 250px;
    }
    .\33xl\:gap-y-260p {
        row-gap: 260px;
    }
    .\33xl\:gap-y-263p {
        row-gap: 263px;
    }
    .\33xl\:gap-y-266p {
        row-gap: 266px;
    }
    .\33xl\:gap-y-275p {
        row-gap: 275px;
    }
    .\33xl\:gap-y-300p {
        row-gap: 300px;
    }
    .\33xl\:gap-y-312p {
        row-gap: 312px;
    }
    .\33xl\:gap-y-318p {
        row-gap: 318px;
    }
    .\33xl\:gap-y-322p {
        row-gap: 322px;
    }
    .\33xl\:gap-y-337p {
        row-gap: 337px;
    }
    .\33xl\:gap-y-345p {
        row-gap: 345px;
    }
    .\33xl\:gap-y-344p {
        row-gap: 344px;
    }
    .\33xl\:gap-y-354p {
        row-gap: 354px;
    }
    .\33xl\:gap-y-364p {
        row-gap: 364px;
    }
    .\33xl\:gap-y-370p {
        row-gap: 370px;
    }
    .\33xl\:gap-y-382p {
        row-gap: 382px;
    }
    .\33xl\:gap-y-385p {
        row-gap: 385px;
    }
    .\33xl\:gap-y-400p {
        row-gap: 400px;
    }
    .\33xl\:gap-y-407p {
        row-gap: 407px;
    }
    .\33xl\:gap-y-411p {
        row-gap: 411px;
    }
    .\33xl\:gap-y-418p {
        row-gap: 418px;
    }
    .\33xl\:gap-y-430p {
        row-gap: 430px;
    }
    .\33xl\:gap-y-450p {
        row-gap: 450px;
    }
    .\33xl\:gap-y-468p {
        row-gap: 468px;
    }
    .\33xl\:gap-y-485p {
        row-gap: 485px;
    }
    .\33xl\:gap-y-491p {
        row-gap: 491px;
    }
    .\33xl\:gap-y-494p {
        row-gap: 494px;
    }
    .\33xl\:gap-y-470p {
        row-gap: 470px;
    }
    .\33xl\:gap-y-480p {
        row-gap: 480px;
    }
    .\33xl\:gap-y-532p {
        row-gap: 532px;
    }
    .\33xl\:gap-y-556p {
        row-gap: 556px;
    }
    .\33xl\:gap-y-505p {
        row-gap: 505px;
    }
    .\33xl\:gap-y-1179p {
        row-gap: 1179px;
    }
    .\33xl\:gap-y-1253p {
        row-gap: 1253px;
    }
    .\33xl\:gap-y-1575p {
        row-gap: 1575px;
    }
    .\33xl\:gap-y-600p {
        row-gap: 600px;
    }
    .\33xl\:gap-y-649p {
        row-gap: 649px;
    }
    .\33xl\:gap-y-690p {
        row-gap: 690px;
    }
    .\33xl\:gap-y-19\% {
        row-gap: 19%;
    }
    .\33xl\:gap-y-23\% {
        row-gap: 23%;
    }
    .\33xl\:gap-y-24\% {
        row-gap: 24%;
    }
    .\33xl\:gap-y-36\% {
        row-gap: 36%;
    }
    .\33xl\:gap-y-27\% {
        row-gap: 27%;
    }
    .\33xl\:gap-y-28\% {
        row-gap: 28%;
    }
    .\33xl\:gap-y-42\% {
        row-gap: 42%;
    }
    .\33xl\:gap-y-46\% {
        row-gap: 46%;
    }
    .\33xl\:gap-y-49\% {
        row-gap: 49%;
    }
    .\33xl\:gap-y-54\% {
        row-gap: 54%;
    }
    .\33xl\:gap-y-58\% {
        row-gap: 58%;
    }
    .\33xl\:gap-y-72\% {
        row-gap: 72%;
    }
    .\33xl\:gap-y-76\% {
        row-gap: 76%;
    }
    .\33xl\:gap-y-77\% {
        row-gap: 77%;
    }
    .\33xl\:gap-y-340p {
        row-gap: 340px;
    }
    .\33xl\:gap-y-700p {
        row-gap: 700px;
    }
    .\33xl\:gap-y-848p {
        row-gap: 848px;
    }
    .\33xl\:gap-y-850p {
        row-gap: 850px;
    }
    .\33xl\:gap-y-860p {
        row-gap: 860px;
    }
    .\33xl\:gap-y-1425p {
        row-gap: 1425px;
    }
    .\33xl\:grid-flow-row {
        grid-auto-flow: row;
    }
    .\33xl\:grid-flow-col {
        grid-auto-flow: column;
    }
    .\33xl\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .\33xl\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .\33xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .\33xl\:grid-cols-none {
        grid-template-columns: none;
    }
    .\33xl\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .\33xl\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .\33xl\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .\33xl\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .\33xl\:col-auto {
        grid-column: auto;
    }
    .\33xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .\33xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .\33xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .\33xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .\33xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .\33xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .\33xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .\33xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .\33xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .\33xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .\33xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .\33xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .\33xl\:col-span-full {
        grid-column: 1/-1;
    }
    .\33xl\:col-start-1 {
        grid-column-start: 1;
    }
    .\33xl\:col-start-2 {
        grid-column-start: 2;
    }
    .\33xl\:col-start-3 {
        grid-column-start: 3;
    }
    .\33xl\:col-start-4 {
        grid-column-start: 4;
    }
    .\33xl\:col-start-5 {
        grid-column-start: 5;
    }
    .\33xl\:col-start-6 {
        grid-column-start: 6;
    }
    .\33xl\:col-start-7 {
        grid-column-start: 7;
    }
    .\33xl\:col-start-8 {
        grid-column-start: 8;
    }
    .\33xl\:col-start-9 {
        grid-column-start: 9;
    }
    .\33xl\:col-start-10 {
        grid-column-start: 10;
    }
    .\33xl\:col-start-11 {
        grid-column-start: 11;
    }
    .\33xl\:col-start-12 {
        grid-column-start: 12;
    }
    .\33xl\:col-start-13 {
        grid-column-start: 13;
    }
    .\33xl\:col-start-auto {
        grid-column-start: auto;
    }
    .\33xl\:col-end-1 {
        grid-column-end: 1;
    }
    .\33xl\:col-end-2 {
        grid-column-end: 2;
    }
    .\33xl\:col-end-3 {
        grid-column-end: 3;
    }
    .\33xl\:col-end-4 {
        grid-column-end: 4;
    }
    .\33xl\:col-end-5 {
        grid-column-end: 5;
    }
    .\33xl\:col-end-6 {
        grid-column-end: 6;
    }
    .\33xl\:col-end-7 {
        grid-column-end: 7;
    }
    .\33xl\:col-end-8 {
        grid-column-end: 8;
    }
    .\33xl\:col-end-9 {
        grid-column-end: 9;
    }
    .\33xl\:col-end-10 {
        grid-column-end: 10;
    }
    .\33xl\:col-end-11 {
        grid-column-end: 11;
    }
    .\33xl\:col-end-12 {
        grid-column-end: 12;
    }
    .\33xl\:col-end-13 {
        grid-column-end: 13;
    }
    .\33xl\:col-end-auto {
        grid-column-end: auto;
    }
    .\33xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .\33xl\:grid-rows-none {
        grid-template-rows: none;
    }
    .\33xl\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .\33xl\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .\33xl\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .\33xl\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .\33xl\:row-auto {
        grid-row: auto;
    }
    .\33xl\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .\33xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .\33xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .\33xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .\33xl\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .\33xl\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .\33xl\:row-span-full {
        grid-row: 1/-1;
    }
    .\33xl\:row-start-1 {
        grid-row-start: 1;
    }
    .\33xl\:row-start-2 {
        grid-row-start: 2;
    }
    .\33xl\:row-start-3 {
        grid-row-start: 3;
    }
    .\33xl\:row-start-4 {
        grid-row-start: 4;
    }
    .\33xl\:row-start-5 {
        grid-row-start: 5;
    }
    .\33xl\:row-start-6 {
        grid-row-start: 6;
    }
    .\33xl\:row-start-7 {
        grid-row-start: 7;
    }
    .\33xl\:row-start-auto {
        grid-row-start: auto;
    }
    .\33xl\:row-end-1 {
        grid-row-end: 1;
    }
    .\33xl\:row-end-2 {
        grid-row-end: 2;
    }
    .\33xl\:row-end-3 {
        grid-row-end: 3;
    }
    .\33xl\:row-end-4 {
        grid-row-end: 4;
    }
    .\33xl\:row-end-5 {
        grid-row-end: 5;
    }
    .\33xl\:row-end-6 {
        grid-row-end: 6;
    }
    .\33xl\:row-end-7 {
        grid-row-end: 7;
    }
    .\33xl\:row-end-auto {
        grid-row-end: auto;
    }
    .\33xl\: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));
    }
    .\33xl\: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));
    }
    .\33xl\:transform-none {
        transform: none;
    }
    .\33xl\:origin-center {
        transform-origin: center;
    }
    .\33xl\:origin-top {
        transform-origin: top;
    }
    .\33xl\:origin-top-right {
        transform-origin: top right;
    }
    .\33xl\:origin-right {
        transform-origin: right;
    }
    .\33xl\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .\33xl\:origin-bottom {
        transform-origin: bottom;
    }
    .\33xl\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .\33xl\:origin-left {
        transform-origin: left;
    }
    .\33xl\:origin-top-left {
        transform-origin: top left;
    }
    .\33xl\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\33xl\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\33xl\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\33xl\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\33xl\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\33xl\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\33xl\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\33xl\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\33xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\33xl\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\33xl\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\33xl\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .\33xl\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .\33xl\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .\33xl\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .\33xl\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .\33xl\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .\33xl\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .\33xl\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .\33xl\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .\33xl\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .\33xl\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .\33xl\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .\33xl\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .\33xl\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .\33xl\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .\33xl\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .\33xl\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .\33xl\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .\33xl\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .\33xl\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .\33xl\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .\33xl\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .\33xl\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\33xl\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\33xl\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\33xl\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\33xl\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\33xl\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\33xl\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\33xl\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\33xl\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\33xl\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\33xl\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\33xl\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .\33xl\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .\33xl\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .\33xl\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .\33xl\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .\33xl\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .\33xl\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .\33xl\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .\33xl\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .\33xl\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .\33xl\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .\33xl\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .\33xl\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .\33xl\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .\33xl\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .\33xl\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .\33xl\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .\33xl\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .\33xl\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .\33xl\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .\33xl\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .\33xl\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .\33xl\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .\33xl\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .\33xl\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .\33xl\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .\33xl\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .\33xl\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .\33xl\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .\33xl\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .\33xl\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .\33xl\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .\33xl\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .\33xl\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .\33xl\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .\33xl\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .\33xl\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .\33xl\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .\33xl\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .\33xl\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .\33xl\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .\33xl\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .\33xl\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .\33xl\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .\33xl\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .\33xl\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .\33xl\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .\33xl\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .\33xl\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .\33xl\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .\33xl\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .\33xl\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .\33xl\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .\33xl\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .\33xl\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .\33xl\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .\33xl\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .\33xl\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .\33xl\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .\33xl\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .\33xl\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .\33xl\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .\33xl\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .\33xl\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .\33xl\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .\33xl\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .\33xl\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .\33xl\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .\33xl\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .\33xl\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .\33xl\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .\33xl\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .\33xl\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .\33xl\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .\33xl\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .\33xl\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .\33xl\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .\33xl\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .\33xl\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .\33xl\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .\33xl\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .\33xl\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .\33xl\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .\33xl\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .\33xl\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .\33xl\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .\33xl\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .\33xl\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .\33xl\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .\33xl\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .\33xl\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .\33xl\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .\33xl\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .\33xl\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .\33xl\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .\33xl\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .\33xl\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .\33xl\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .\33xl\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .\33xl\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .\33xl\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .\33xl\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .\33xl\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .\33xl\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .\33xl\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .\33xl\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .\33xl\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .\33xl\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .\33xl\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .\33xl\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .\33xl\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .\33xl\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .\33xl\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .\33xl\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .\33xl\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .\33xl\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .\33xl\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .\33xl\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .\33xl\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .\33xl\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .\33xl\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .\33xl\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .\33xl\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .\33xl\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .\33xl\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .\33xl\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .\33xl\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .\33xl\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .\33xl\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .\33xl\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .\33xl\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .\33xl\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .\33xl\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .\33xl\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .\33xl\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .\33xl\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .\33xl\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .\33xl\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .\33xl\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .\33xl\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .\33xl\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .\33xl\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .\33xl\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .\33xl\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .\33xl\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .\33xl\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .\33xl\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .\33xl\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .\33xl\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .\33xl\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .\33xl\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .\33xl\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .\33xl\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .\33xl\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .\33xl\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .\33xl\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .\33xl\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .\33xl\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .\33xl\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .\33xl\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .\33xl\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .\33xl\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .\33xl\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .\33xl\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .\33xl\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .\33xl\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .\33xl\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .\33xl\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .\33xl\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .\33xl\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .\33xl\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .\33xl\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .\33xl\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .\33xl\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .\33xl\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .\33xl\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .\33xl\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .\33xl\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .\33xl\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .\33xl\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .\33xl\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .\33xl\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .\33xl\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .\33xl\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .\33xl\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .\33xl\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .\33xl\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .\33xl\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .\33xl\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .\33xl\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .\33xl\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .\33xl\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .\33xl\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .\33xl\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .\33xl\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .\33xl\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .\33xl\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .\33xl\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .\33xl\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .\33xl\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .\33xl\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .\33xl\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .\33xl\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .\33xl\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .\33xl\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .\33xl\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .\33xl\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .\33xl\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .\33xl\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .\33xl\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .\33xl\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .\33xl\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .\33xl\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .\33xl\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .\33xl\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .\33xl\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .\33xl\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .\33xl\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .\33xl\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .\33xl\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .\33xl\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .\33xl\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .\33xl\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .\33xl\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .\33xl\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .\33xl\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .\33xl\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .\33xl\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .\33xl\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .\33xl\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .\33xl\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .\33xl\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .\33xl\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .\33xl\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .\33xl\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .\33xl\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .\33xl\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .\33xl\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .\33xl\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .\33xl\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .\33xl\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .\33xl\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .\33xl\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .\33xl\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .\33xl\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .\33xl\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .\33xl\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .\33xl\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .\33xl\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .\33xl\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .\33xl\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .\33xl\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .\33xl\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .\33xl\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .\33xl\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .\33xl\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .\33xl\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .\33xl\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .\33xl\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .\33xl\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .\33xl\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .\33xl\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .\33xl\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .\33xl\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .\33xl\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .\33xl\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .\33xl\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .\33xl\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .\33xl\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .\33xl\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .\33xl\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .\33xl\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .\33xl\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .\33xl\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .\33xl\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .\33xl\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .\33xl\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .\33xl\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .\33xl\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .\33xl\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .\33xl\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .\33xl\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .\33xl\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .\33xl\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .\33xl\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .\33xl\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .\33xl\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .\33xl\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .\33xl\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .\33xl\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .\33xl\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .\33xl\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .\33xl\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .\33xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .\33xl\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .\33xl\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .\33xl\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .\33xl\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .\33xl\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .\33xl\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .\33xl\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .\33xl\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .\33xl\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .\33xl\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .\33xl\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .\33xl\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .\33xl\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .\33xl\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .\33xl\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .\33xl\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .\33xl\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .\33xl\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .\33xl\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .\33xl\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .\33xl\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .\33xl\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .\33xl\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .\33xl\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .\33xl\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .\33xl\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .\33xl\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .\33xl\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .\33xl\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .\33xl\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .\33xl\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .\33xl\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .\33xl\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .\33xl\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .\33xl\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .\33xl\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .\33xl\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .\33xl\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .\33xl\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .\33xl\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .\33xl\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .\33xl\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .\33xl\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .\33xl\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .\33xl\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .\33xl\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .\33xl\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .\33xl\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .\33xl\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .\33xl\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .\33xl\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .\33xl\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .\33xl\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .\33xl\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .\33xl\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .\33xl\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .\33xl\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .\33xl\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .\33xl\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .\33xl\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .\33xl\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .\33xl\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .\33xl\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .\33xl\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .\33xl\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .\33xl\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .\33xl\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .\33xl\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .\33xl\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .\33xl\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .\33xl\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .\33xl\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .\33xl\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .\33xl\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .\33xl\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .\33xl\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .\33xl\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .\33xl\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .\33xl\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .\33xl\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .\33xl\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .\33xl\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .\33xl\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .\33xl\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .\33xl\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .\33xl\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .\33xl\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .\33xl\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .\33xl\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .\33xl\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .\33xl\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .\33xl\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .\33xl\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .\33xl\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .\33xl\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .\33xl\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .\33xl\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .\33xl\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .\33xl\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .\33xl\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .\33xl\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .\33xl\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .\33xl\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .\33xl\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .\33xl\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .\33xl\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .\33xl\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .\33xl\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .\33xl\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .\33xl\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .\33xl\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .\33xl\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .\33xl\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .\33xl\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .\33xl\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .\33xl\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .\33xl\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .\33xl\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .\33xl\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .\33xl\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .\33xl\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .\33xl\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .\33xl\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .\33xl\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .\33xl\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .\33xl\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .\33xl\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .\33xl\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .\33xl\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .\33xl\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .\33xl\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .\33xl\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .\33xl\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .\33xl\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .\33xl\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .\33xl\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .\33xl\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .\33xl\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .\33xl\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .\33xl\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .\33xl\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .\33xl\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .\33xl\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .\33xl\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .\33xl\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .\33xl\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .\33xl\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .\33xl\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .\33xl\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .\33xl\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .\33xl\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .\33xl\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .\33xl\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .\33xl\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .\33xl\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .\33xl\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .\33xl\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .\33xl\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .\33xl\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .\33xl\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .\33xl\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .\33xl\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .\33xl\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .\33xl\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .\33xl\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .\33xl\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .\33xl\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .\33xl\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .\33xl\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .\33xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .\33xl\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .\33xl\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .\33xl\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .\33xl\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .\33xl\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .\33xl\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .\33xl\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .\33xl\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .\33xl\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .\33xl\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .\33xl\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .\33xl\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .\33xl\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .\33xl\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .\33xl\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .\33xl\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .\33xl\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .\33xl\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .\33xl\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .\33xl\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .\33xl\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .\33xl\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .\33xl\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .\33xl\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .\33xl\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .\33xl\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .\33xl\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .\33xl\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .\33xl\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .\33xl\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .\33xl\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .\33xl\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .\33xl\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .\33xl\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .\33xl\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .\33xl\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .\33xl\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .\33xl\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .\33xl\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .\33xl\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .\33xl\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .\33xl\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .\33xl\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .\33xl\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .\33xl\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .\33xl\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .\33xl\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .\33xl\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .\33xl\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .\33xl\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .\33xl\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .\33xl\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .\33xl\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .\33xl\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .\33xl\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .\33xl\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .\33xl\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .\33xl\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .\33xl\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .\33xl\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .\33xl\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .\33xl\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .\33xl\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .\33xl\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .\33xl\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .\33xl\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .\33xl\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .\33xl\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .\33xl\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .\33xl\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .\33xl\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .\33xl\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .\33xl\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .\33xl\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .\33xl\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .\33xl\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .\33xl\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .\33xl\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .\33xl\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .\33xl\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .\33xl\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .\33xl\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .\33xl\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .\33xl\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .\33xl\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .\33xl\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .\33xl\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .\33xl\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .\33xl\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .\33xl\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .\33xl\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .\33xl\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .\33xl\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .\33xl\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .\33xl\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .\33xl\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .\33xl\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .\33xl\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .\33xl\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .\33xl\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .\33xl\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .\33xl\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .\33xl\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .\33xl\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .\33xl\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .\33xl\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .\33xl\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .\33xl\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .\33xl\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .\33xl\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .\33xl\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .\33xl\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .\33xl\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .\33xl\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .\33xl\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .\33xl\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .\33xl\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .\33xl\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .\33xl\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .\33xl\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .\33xl\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .\33xl\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .\33xl\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .\33xl\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .\33xl\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .\33xl\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .\33xl\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .\33xl\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .\33xl\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .\33xl\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .\33xl\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .\33xl\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .\33xl\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .\33xl\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .\33xl\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .\33xl\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .\33xl\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .\33xl\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .\33xl\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .\33xl\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .\33xl\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .\33xl\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .\33xl\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .\33xl\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .\33xl\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .\33xl\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .\33xl\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .\33xl\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .\33xl\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .\33xl\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .\33xl\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .\33xl\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .\33xl\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .\33xl\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .\33xl\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .\33xl\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .\33xl\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .\33xl\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .\33xl\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .\33xl\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .\33xl\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .\33xl\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .\33xl\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .\33xl\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .\33xl\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .\33xl\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .\33xl\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .\33xl\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .\33xl\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .\33xl\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .\33xl\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .\33xl\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .\33xl\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .\33xl\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .\33xl\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .\33xl\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .\33xl\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .\33xl\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .\33xl\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .\33xl\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .\33xl\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .\33xl\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .\33xl\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .\33xl\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .\33xl\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .\33xl\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .\33xl\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .\33xl\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .\33xl\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .\33xl\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .\33xl\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .\33xl\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .\33xl\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .\33xl\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .\33xl\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .\33xl\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .\33xl\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .\33xl\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .\33xl\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .\33xl\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .\33xl\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .\33xl\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .\33xl\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .\33xl\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .\33xl\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .\33xl\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .\33xl\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .\33xl\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .\33xl\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .\33xl\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .\33xl\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .\33xl\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .\33xl\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .\33xl\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .\33xl\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .\33xl\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .\33xl\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .\33xl\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .\33xl\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .\33xl\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .\33xl\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .\33xl\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .\33xl\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .\33xl\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .\33xl\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .\33xl\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .\33xl\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .\33xl\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .\33xl\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .\33xl\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .\33xl\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .\33xl\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .\33xl\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .\33xl\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .\33xl\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .\33xl\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .\33xl\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .\33xl\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .\33xl\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .\33xl\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .\33xl\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .\33xl\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .\33xl\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .\33xl\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .\33xl\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .\33xl\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .\33xl\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .\33xl\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .\33xl\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .\33xl\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .\33xl\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .\33xl\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .\33xl\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .\33xl\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .\33xl\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .\33xl\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .\33xl\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .\33xl\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .\33xl\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .\33xl\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .\33xl\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .\33xl\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .\33xl\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .\33xl\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .\33xl\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .\33xl\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .\33xl\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .\33xl\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .\33xl\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .\33xl\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .\33xl\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .\33xl\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .\33xl\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .\33xl\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .\33xl\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .\33xl\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .\33xl\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .\33xl\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .\33xl\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .\33xl\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .\33xl\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .\33xl\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .\33xl\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .\33xl\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .\33xl\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .\33xl\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .\33xl\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .\33xl\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .\33xl\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .\33xl\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .\33xl\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .\33xl\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .\33xl\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .\33xl\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .\33xl\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .\33xl\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .\33xl\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .\33xl\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .\33xl\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .\33xl\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .\33xl\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .\33xl\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .\33xl\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .\33xl\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .\33xl\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .\33xl\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .\33xl\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .\33xl\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .\33xl\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .\33xl\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .\33xl\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .\33xl\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .\33xl\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .\33xl\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .\33xl\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .\33xl\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .\33xl\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .\33xl\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .\33xl\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .\33xl\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .\33xl\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .\33xl\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .\33xl\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .\33xl\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .\33xl\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .\33xl\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .\33xl\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .\33xl\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .\33xl\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .\33xl\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .\33xl\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .\33xl\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .\33xl\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .\33xl\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .\33xl\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .\33xl\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .\33xl\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .\33xl\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .\33xl\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .\33xl\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .\33xl\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .\33xl\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .\33xl\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .\33xl\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .\33xl\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .\33xl\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .\33xl\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .\33xl\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .\33xl\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .\33xl\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .\33xl\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .\33xl\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .\33xl\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .\33xl\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .\33xl\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .\33xl\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .\33xl\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .\33xl\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .\33xl\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .\33xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .\33xl\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .\33xl\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .\33xl\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .\33xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .\33xl\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .\33xl\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .\33xl\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .\33xl\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .\33xl\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .\33xl\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .\33xl\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .\33xl\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .\33xl\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .\33xl\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .\33xl\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .\33xl\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .\33xl\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .\33xl\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .\33xl\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .\33xl\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .\33xl\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .\33xl\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .\33xl\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .\33xl\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .\33xl\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .\33xl\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .\33xl\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .\33xl\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .\33xl\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .\33xl\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .\33xl\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .\33xl\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .\33xl\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .\33xl\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .\33xl\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .\33xl\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .\33xl\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .\33xl\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .\33xl\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .\33xl\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .\33xl\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .\33xl\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .\33xl\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .\33xl\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .\33xl\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .\33xl\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .\33xl\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .\33xl\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .\33xl\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .\33xl\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .\33xl\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .\33xl\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .\33xl\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .\33xl\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .\33xl\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .\33xl\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .\33xl\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .\33xl\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .\33xl\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .\33xl\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .\33xl\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .\33xl\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .\33xl\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .\33xl\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .\33xl\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .\33xl\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .\33xl\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .\33xl\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .\33xl\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .\33xl\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .\33xl\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .\33xl\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .\33xl\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .\33xl\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .\33xl\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .\33xl\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .\33xl\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .\33xl\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .\33xl\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .\33xl\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .\33xl\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .\33xl\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .\33xl\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .\33xl\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .\33xl\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .\33xl\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .\33xl\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .\33xl\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .\33xl\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .\33xl\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .\33xl\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .\33xl\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .\33xl\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .\33xl\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .\33xl\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .\33xl\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .\33xl\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .\33xl\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .\33xl\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .\33xl\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .\33xl\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .\33xl\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .\33xl\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .\33xl\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .\33xl\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .\33xl\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .\33xl\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .\33xl\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .\33xl\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .\33xl\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .\33xl\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .\33xl\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .\33xl\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .\33xl\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .\33xl\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .\33xl\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .\33xl\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .\33xl\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .\33xl\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .\33xl\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .\33xl\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .\33xl\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .\33xl\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .\33xl\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .\33xl\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .\33xl\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .\33xl\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .\33xl\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .\33xl\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .\33xl\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .\33xl\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .\33xl\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .\33xl\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .\33xl\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .\33xl\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .\33xl\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .\33xl\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .\33xl\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .\33xl\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .\33xl\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .\33xl\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .\33xl\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .\33xl\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .\33xl\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .\33xl\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .\33xl\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .\33xl\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .\33xl\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .\33xl\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .\33xl\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .\33xl\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .\33xl\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .\33xl\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .\33xl\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .\33xl\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .\33xl\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .\33xl\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .\33xl\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .\33xl\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .\33xl\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .\33xl\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .\33xl\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .\33xl\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .\33xl\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .\33xl\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .\33xl\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .\33xl\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .\33xl\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .\33xl\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .\33xl\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .\33xl\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .\33xl\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .\33xl\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .\33xl\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .\33xl\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .\33xl\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .\33xl\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .\33xl\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .\33xl\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .\33xl\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .\33xl\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .\33xl\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .\33xl\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .\33xl\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .\33xl\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .\33xl\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .\33xl\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .\33xl\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .\33xl\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .\33xl\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .\33xl\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .\33xl\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .\33xl\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .\33xl\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .\33xl\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .\33xl\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .\33xl\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .\33xl\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .\33xl\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .\33xl\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .\33xl\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .\33xl\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .\33xl\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .\33xl\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .\33xl\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .\33xl\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .\33xl\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .\33xl\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .\33xl\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .\33xl\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .\33xl\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .\33xl\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .\33xl\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .\33xl\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .\33xl\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .\33xl\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .\33xl\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .\33xl\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .\33xl\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .\33xl\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .\33xl\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .\33xl\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .\33xl\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .\33xl\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .\33xl\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .\33xl\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .\33xl\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .\33xl\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .\33xl\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .\33xl\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .\33xl\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .\33xl\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .\33xl\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .\33xl\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .\33xl\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .\33xl\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .\33xl\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .\33xl\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .\33xl\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .\33xl\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .\33xl\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .\33xl\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .\33xl\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .\33xl\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .\33xl\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .\33xl\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .\33xl\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .\33xl\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .\33xl\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .\33xl\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .\33xl\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .\33xl\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .\33xl\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .\33xl\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .\33xl\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .\33xl\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .\33xl\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .\33xl\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .\33xl\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .\33xl\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .\33xl\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .\33xl\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .\33xl\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .\33xl\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .\33xl\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .\33xl\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .\33xl\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .\33xl\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .\33xl\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .\33xl\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .\33xl\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .\33xl\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .\33xl\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .\33xl\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .\33xl\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .\33xl\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .\33xl\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .\33xl\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .\33xl\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .\33xl\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .\33xl\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .\33xl\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .\33xl\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .\33xl\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .\33xl\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .\33xl\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .\33xl\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .\33xl\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .\33xl\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .\33xl\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .\33xl\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .\33xl\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .\33xl\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .\33xl\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .\33xl\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .\33xl\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .\33xl\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .\33xl\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .\33xl\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .\33xl\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .\33xl\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .\33xl\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .\33xl\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .\33xl\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .\33xl\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .\33xl\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .\33xl\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .\33xl\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .\33xl\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .\33xl\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .\33xl\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .\33xl\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .\33xl\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .\33xl\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .\33xl\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .\33xl\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .\33xl\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .\33xl\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .\33xl\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .\33xl\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .\33xl\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .\33xl\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .\33xl\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .\33xl\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .\33xl\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .\33xl\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .\33xl\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .\33xl\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .\33xl\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .\33xl\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .\33xl\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .\33xl\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .\33xl\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .\33xl\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .\33xl\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .\33xl\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .\33xl\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .\33xl\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .\33xl\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .\33xl\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .\33xl\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .\33xl\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .\33xl\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .\33xl\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .\33xl\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .\33xl\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .\33xl\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .\33xl\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .\33xl\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .\33xl\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .\33xl\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .\33xl\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .\33xl\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .\33xl\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .\33xl\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .\33xl\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .\33xl\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .\33xl\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .\33xl\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .\33xl\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .\33xl\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .\33xl\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .\33xl\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .\33xl\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .\33xl\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .\33xl\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .\33xl\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .\33xl\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .\33xl\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .\33xl\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .\33xl\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .\33xl\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .\33xl\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .\33xl\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .\33xl\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .\33xl\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .\33xl\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .\33xl\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .\33xl\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .\33xl\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .\33xl\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .\33xl\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .\33xl\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .\33xl\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .\33xl\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .\33xl\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .\33xl\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .\33xl\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .\33xl\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .\33xl\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .\33xl\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .\33xl\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .\33xl\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .\33xl\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .\33xl\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .\33xl\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .\33xl\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .\33xl\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .\33xl\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .\33xl\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .\33xl\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .\33xl\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .\33xl\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .\33xl\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .\33xl\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .\33xl\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .\33xl\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .\33xl\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .\33xl\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .\33xl\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .\33xl\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .\33xl\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .\33xl\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .\33xl\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .\33xl\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .\33xl\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .\33xl\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .\33xl\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .\33xl\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .\33xl\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .\33xl\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .\33xl\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .\33xl\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .\33xl\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .\33xl\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .\33xl\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .\33xl\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .\33xl\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .\33xl\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .\33xl\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .\33xl\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .\33xl\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .\33xl\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .\33xl\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .\33xl\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .\33xl\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .\33xl\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .\33xl\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .\33xl\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .\33xl\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .\33xl\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .\33xl\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .\33xl\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .\33xl\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .\33xl\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .\33xl\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .\33xl\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .\33xl\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .\33xl\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .\33xl\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .\33xl\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .\33xl\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .\33xl\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .\33xl\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .\33xl\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .\33xl\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .\33xl\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .\33xl\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .\33xl\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .\33xl\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .\33xl\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .\33xl\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .\33xl\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .\33xl\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .\33xl\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .\33xl\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .\33xl\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .\33xl\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .\33xl\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .\33xl\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .\33xl\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .\33xl\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .\33xl\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .\33xl\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .\33xl\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .\33xl\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .\33xl\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .\33xl\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .\33xl\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .\33xl\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .\33xl\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .\33xl\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .\33xl\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .\33xl\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .\33xl\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .\33xl\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .\33xl\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .\33xl\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .\33xl\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .\33xl\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .\33xl\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .\33xl\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .\33xl\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .\33xl\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .\33xl\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .\33xl\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .\33xl\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .\33xl\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .\33xl\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .\33xl\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .\33xl\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .\33xl\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .\33xl\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .\33xl\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .\33xl\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .\33xl\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .\33xl\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .\33xl\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .\33xl\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .\33xl\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .\33xl\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .\33xl\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .\33xl\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .\33xl\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .\33xl\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .\33xl\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .\33xl\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .\33xl\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .\33xl\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .\33xl\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .\33xl\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .\33xl\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .\33xl\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .\33xl\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .\33xl\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .\33xl\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .\33xl\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .\33xl\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .\33xl\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .\33xl\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .\33xl\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .\33xl\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .\33xl\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .\33xl\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .\33xl\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .\33xl\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .\33xl\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .\33xl\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .\33xl\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .\33xl\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .\33xl\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .\33xl\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .\33xl\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .\33xl\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .\33xl\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .\33xl\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .\33xl\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .\33xl\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .\33xl\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .\33xl\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .\33xl\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .\33xl\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .\33xl\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .\33xl\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .\33xl\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .\33xl\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .\33xl\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .\33xl\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .\33xl\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .\33xl\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .\33xl\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .\33xl\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .\33xl\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .\33xl\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .\33xl\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .\33xl\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .\33xl\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .\33xl\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .\33xl\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .\33xl\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .\33xl\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .\33xl\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .\33xl\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .\33xl\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .\33xl\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .\33xl\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .\33xl\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .\33xl\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .\33xl\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .\33xl\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .\33xl\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .\33xl\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .\33xl\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .\33xl\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .\33xl\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .\33xl\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .\33xl\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .\33xl\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .\33xl\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .\33xl\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .\33xl\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .\33xl\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .\33xl\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .\33xl\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .\33xl\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .\33xl\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .\33xl\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .\33xl\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .\33xl\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .\33xl\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .\33xl\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .\33xl\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .\33xl\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .\33xl\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .\33xl\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .\33xl\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .\33xl\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .\33xl\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .\33xl\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .\33xl\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .\33xl\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .\33xl\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .\33xl\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .\33xl\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .\33xl\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .\33xl\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .\33xl\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .\33xl\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .\33xl\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .\33xl\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .\33xl\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .\33xl\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .\33xl\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .\33xl\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .\33xl\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .\33xl\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .\33xl\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .\33xl\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .\33xl\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .\33xl\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .\33xl\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .\33xl\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .\33xl\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .\33xl\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .\33xl\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .\33xl\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .\33xl\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .\33xl\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .\33xl\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .\33xl\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .\33xl\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .\33xl\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .\33xl\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .\33xl\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .\33xl\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .\33xl\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .\33xl\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .\33xl\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .\33xl\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .\33xl\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .\33xl\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .\33xl\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .\33xl\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .\33xl\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .\33xl\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .\33xl\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .\33xl\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .\33xl\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .\33xl\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .\33xl\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .\33xl\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .\33xl\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .\33xl\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .\33xl\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .\33xl\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .\33xl\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .\33xl\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .\33xl\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .\33xl\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .\33xl\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .\33xl\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .\33xl\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .\33xl\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .\33xl\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .\33xl\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .\33xl\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .\33xl\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .\33xl\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .\33xl\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .\33xl\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .\33xl\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .\33xl\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .\33xl\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .\33xl\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .\33xl\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .\33xl\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .\33xl\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .\33xl\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .\33xl\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .\33xl\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .\33xl\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .\33xl\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .\33xl\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .\33xl\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .\33xl\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .\33xl\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .\33xl\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .\33xl\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .\33xl\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .\33xl\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .\33xl\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .\33xl\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .\33xl\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .\33xl\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .\33xl\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .\33xl\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .\33xl\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .\33xl\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .\33xl\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .\33xl\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .\33xl\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .\33xl\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .\33xl\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .\33xl\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .\33xl\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .\33xl\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .\33xl\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .\33xl\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .\33xl\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .\33xl\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .\33xl\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .\33xl\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .\33xl\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .\33xl\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .\33xl\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .\33xl\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .\33xl\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .\33xl\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .\33xl\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .\33xl\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .\33xl\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .\33xl\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .\33xl\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .\33xl\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .\33xl\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .\33xl\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .\33xl\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .\33xl\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .\33xl\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .\33xl\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .\33xl\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .\33xl\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .\33xl\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .\33xl\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .\33xl\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .\33xl\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .\33xl\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .\33xl\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .\33xl\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .\33xl\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .\33xl\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .\33xl\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .\33xl\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .\33xl\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .\33xl\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .\33xl\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .\33xl\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .\33xl\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .\33xl\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .\33xl\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .\33xl\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .\33xl\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .\33xl\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .\33xl\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .\33xl\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .\33xl\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .\33xl\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .\33xl\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .\33xl\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .\33xl\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .\33xl\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .\33xl\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .\33xl\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .\33xl\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .\33xl\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .\33xl\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .\33xl\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .\33xl\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .\33xl\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .\33xl\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .\33xl\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .\33xl\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .\33xl\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .\33xl\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .\33xl\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .\33xl\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .\33xl\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .\33xl\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .\33xl\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .\33xl\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .\33xl\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .\33xl\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .\33xl\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .\33xl\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .\33xl\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .\33xl\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .\33xl\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .\33xl\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .\33xl\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .\33xl\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .\33xl\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .\33xl\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .\33xl\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .\33xl\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .\33xl\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .\33xl\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .\33xl\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .\33xl\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .\33xl\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .\33xl\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .\33xl\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .\33xl\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .\33xl\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .\33xl\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .\33xl\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .\33xl\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .\33xl\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .\33xl\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .\33xl\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .\33xl\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .\33xl\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .\33xl\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .\33xl\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .\33xl\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .\33xl\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .\33xl\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .\33xl\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .\33xl\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .\33xl\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .\33xl\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .\33xl\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .\33xl\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .\33xl\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .\33xl\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .\33xl\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .\33xl\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .\33xl\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .\33xl\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .\33xl\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .\33xl\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .\33xl\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .\33xl\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .\33xl\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .\33xl\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .\33xl\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .\33xl\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .\33xl\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .\33xl\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .\33xl\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .\33xl\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .\33xl\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .\33xl\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .\33xl\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .\33xl\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .\33xl\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .\33xl\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .\33xl\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .\33xl\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .\33xl\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .\33xl\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .\33xl\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .\33xl\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .\33xl\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .\33xl\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .\33xl\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .\33xl\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .\33xl\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .\33xl\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .\33xl\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .\33xl\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .\33xl\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .\33xl\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .\33xl\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .\33xl\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .\33xl\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .\33xl\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .\33xl\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .\33xl\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .\33xl\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .\33xl\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .\33xl\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .\33xl\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .\33xl\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .\33xl\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .\33xl\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .\33xl\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .\33xl\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .\33xl\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .\33xl\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .\33xl\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .\33xl\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .\33xl\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .\33xl\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .\33xl\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .\33xl\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .\33xl\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .\33xl\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .\33xl\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .\33xl\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .\33xl\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .\33xl\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .\33xl\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .\33xl\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .\33xl\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .\33xl\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .\33xl\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .\33xl\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .\33xl\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .\33xl\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .\33xl\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .\33xl\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .\33xl\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .\33xl\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .\33xl\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .\33xl\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .\33xl\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .\33xl\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .\33xl\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .\33xl\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .\33xl\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .\33xl\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .\33xl\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .\33xl\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .\33xl\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .\33xl\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .\33xl\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .\33xl\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .\33xl\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .\33xl\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .\33xl\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .\33xl\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .\33xl\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .\33xl\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .\33xl\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .\33xl\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .\33xl\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .\33xl\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .\33xl\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .\33xl\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .\33xl\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .\33xl\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .\33xl\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .\33xl\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .\33xl\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .\33xl\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .\33xl\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .\33xl\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .\33xl\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .\33xl\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .\33xl\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .\33xl\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .\33xl\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .\33xl\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .\33xl\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .\33xl\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .\33xl\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .\33xl\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .\33xl\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .\33xl\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .\33xl\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .\33xl\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .\33xl\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .\33xl\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .\33xl\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .\33xl\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .\33xl\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .\33xl\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .\33xl\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .\33xl\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .\33xl\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .\33xl\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .\33xl\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .\33xl\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .\33xl\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .\33xl\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .\33xl\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .\33xl\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .\33xl\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .\33xl\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .\33xl\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .\33xl\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .\33xl\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .\33xl\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .\33xl\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .\33xl\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .\33xl\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .\33xl\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .\33xl\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .\33xl\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .\33xl\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .\33xl\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .\33xl\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .\33xl\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .\33xl\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .\33xl\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .\33xl\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .\33xl\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .\33xl\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .\33xl\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .\33xl\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .\33xl\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .\33xl\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .\33xl\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .\33xl\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .\33xl\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .\33xl\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .\33xl\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .\33xl\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .\33xl\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .\33xl\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .\33xl\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .\33xl\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .\33xl\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .\33xl\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .\33xl\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .\33xl\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .\33xl\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .\33xl\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .\33xl\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .\33xl\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .\33xl\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .\33xl\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .\33xl\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .\33xl\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .\33xl\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .\33xl\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .\33xl\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .\33xl\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .\33xl\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .\33xl\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .\33xl\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .\33xl\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .\33xl\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .\33xl\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .\33xl\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .\33xl\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .\33xl\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .\33xl\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .\33xl\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .\33xl\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .\33xl\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .\33xl\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .\33xl\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .\33xl\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .\33xl\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .\33xl\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .\33xl\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .\33xl\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .\33xl\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .\33xl\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .\33xl\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .\33xl\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .\33xl\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .\33xl\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .\33xl\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .\33xl\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .\33xl\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .\33xl\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .\33xl\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .\33xl\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .\33xl\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .\33xl\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .\33xl\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .\33xl\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .\33xl\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .\33xl\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .\33xl\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .\33xl\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .\33xl\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .\33xl\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .\33xl\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .\33xl\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .\33xl\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .\33xl\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .\33xl\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .\33xl\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .\33xl\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .\33xl\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .\33xl\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .\33xl\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .\33xl\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .\33xl\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .\33xl\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .\33xl\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .\33xl\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .\33xl\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .\33xl\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .\33xl\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .\33xl\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .\33xl\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .\33xl\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .\33xl\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .\33xl\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .\33xl\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .\33xl\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .\33xl\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .\33xl\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .\33xl\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .\33xl\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .\33xl\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .\33xl\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .\33xl\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .\33xl\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .\33xl\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .\33xl\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .\33xl\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .\33xl\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .\33xl\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .\33xl\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .\33xl\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .\33xl\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .\33xl\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .\33xl\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .\33xl\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .\33xl\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .\33xl\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .\33xl\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .\33xl\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .\33xl\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .\33xl\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .\33xl\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .\33xl\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .\33xl\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .\33xl\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .\33xl\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .\33xl\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .\33xl\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .\33xl\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .\33xl\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .\33xl\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .\33xl\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .\33xl\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .\33xl\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .\33xl\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .\33xl\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .\33xl\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .\33xl\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .\33xl\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .\33xl\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .\33xl\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .\33xl\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .\33xl\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .\33xl\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .\33xl\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .\33xl\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .\33xl\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .\33xl\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .\33xl\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .\33xl\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .\33xl\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .\33xl\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .\33xl\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .\33xl\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .\33xl\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .\33xl\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .\33xl\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .\33xl\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .\33xl\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .\33xl\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .\33xl\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .\33xl\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .\33xl\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .\33xl\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .\33xl\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .\33xl\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .\33xl\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .\33xl\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .\33xl\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .\33xl\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .\33xl\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .\33xl\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .\33xl\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .\33xl\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .\33xl\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .\33xl\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .\33xl\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .\33xl\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .\33xl\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .\33xl\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .\33xl\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .\33xl\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .\33xl\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .\33xl\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .\33xl\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .\33xl\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .\33xl\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .\33xl\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .\33xl\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .\33xl\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .\33xl\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .\33xl\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .\33xl\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .\33xl\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .\33xl\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .\33xl\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .\33xl\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .\33xl\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .\33xl\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .\33xl\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .\33xl\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .\33xl\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .\33xl\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .\33xl\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .\33xl\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .\33xl\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .\33xl\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .\33xl\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .\33xl\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .\33xl\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .\33xl\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .\33xl\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .\33xl\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .\33xl\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .\33xl\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .\33xl\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .\33xl\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .\33xl\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .\33xl\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .\33xl\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .\33xl\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .\33xl\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .\33xl\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .\33xl\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .\33xl\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .\33xl\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .\33xl\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .\33xl\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .\33xl\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .\33xl\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .\33xl\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .\33xl\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .\33xl\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .\33xl\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .\33xl\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .\33xl\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .\33xl\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .\33xl\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .\33xl\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .\33xl\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .\33xl\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .\33xl\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .\33xl\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .\33xl\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .\33xl\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .\33xl\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .\33xl\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .\33xl\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .\33xl\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .\33xl\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .\33xl\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .\33xl\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .\33xl\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .\33xl\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .\33xl\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .\33xl\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .\33xl\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .\33xl\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .\33xl\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .\33xl\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .\33xl\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .\33xl\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .\33xl\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .\33xl\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .\33xl\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .\33xl\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .\33xl\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .\33xl\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .\33xl\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .\33xl\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .\33xl\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .\33xl\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .\33xl\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .\33xl\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .\33xl\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .\33xl\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .\33xl\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .\33xl\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .\33xl\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .\33xl\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .\33xl\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .\33xl\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .\33xl\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .\33xl\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .\33xl\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .\33xl\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .\33xl\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .\33xl\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .\33xl\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .\33xl\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .\33xl\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .\33xl\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .\33xl\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .\33xl\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .\33xl\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .\33xl\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .\33xl\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .\33xl\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .\33xl\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .\33xl\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .\33xl\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .\33xl\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .\33xl\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .\33xl\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .\33xl\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .\33xl\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .\33xl\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .\33xl\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .\33xl\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .\33xl\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .\33xl\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .\33xl\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .\33xl\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .\33xl\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .\33xl\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .\33xl\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .\33xl\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .\33xl\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .\33xl\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .\33xl\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .\33xl\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .\33xl\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .\33xl\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .\33xl\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .\33xl\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .\33xl\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .\33xl\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .\33xl\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .\33xl\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .\33xl\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .\33xl\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .\33xl\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .\33xl\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .\33xl\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .\33xl\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .\33xl\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .\33xl\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .\33xl\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .\33xl\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .\33xl\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .\33xl\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .\33xl\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .\33xl\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .\33xl\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .\33xl\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .\33xl\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .\33xl\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .\33xl\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .\33xl\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .\33xl\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .\33xl\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .\33xl\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .\33xl\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .\33xl\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .\33xl\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .\33xl\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .\33xl\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .\33xl\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .\33xl\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .\33xl\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .\33xl\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .\33xl\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .\33xl\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .\33xl\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .\33xl\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .\33xl\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .\33xl\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .\33xl\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .\33xl\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .\33xl\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .\33xl\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .\33xl\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .\33xl\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .\33xl\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .\33xl\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .\33xl\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .\33xl\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .\33xl\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .\33xl\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .\33xl\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .\33xl\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .\33xl\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .\33xl\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .\33xl\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .\33xl\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .\33xl\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .\33xl\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .\33xl\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .\33xl\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .\33xl\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .\33xl\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .\33xl\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .\33xl\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .\33xl\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .\33xl\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .\33xl\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .\33xl\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .\33xl\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .\33xl\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .\33xl\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .\33xl\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .\33xl\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .\33xl\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .\33xl\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .\33xl\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .\33xl\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .\33xl\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .\33xl\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .\33xl\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .\33xl\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .\33xl\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .\33xl\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .\33xl\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .\33xl\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .\33xl\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .\33xl\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .\33xl\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .\33xl\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .\33xl\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .\33xl\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .\33xl\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .\33xl\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .\33xl\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .\33xl\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .\33xl\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .\33xl\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .\33xl\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .\33xl\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .\33xl\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .\33xl\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .\33xl\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .\33xl\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .\33xl\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .\33xl\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .\33xl\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .\33xl\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .\33xl\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .\33xl\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .\33xl\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .\33xl\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .\33xl\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .\33xl\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .\33xl\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .\33xl\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .\33xl\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .\33xl\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .\33xl\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .\33xl\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .\33xl\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .\33xl\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .\33xl\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .\33xl\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .\33xl\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .\33xl\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .\33xl\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .\33xl\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .\33xl\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .\33xl\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .\33xl\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .\33xl\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .\33xl\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .\33xl\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .\33xl\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .\33xl\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .\33xl\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .\33xl\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .\33xl\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .\33xl\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .\33xl\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .\33xl\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .\33xl\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .\33xl\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .\33xl\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .\33xl\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .\33xl\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .\33xl\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .\33xl\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .\33xl\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .\33xl\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .\33xl\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .\33xl\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .\33xl\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .\33xl\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .\33xl\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .\33xl\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .\33xl\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .\33xl\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .\33xl\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .\33xl\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .\33xl\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .\33xl\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .\33xl\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .\33xl\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .\33xl\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .\33xl\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .\33xl\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .\33xl\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .\33xl\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .\33xl\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .\33xl\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .\33xl\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .\33xl\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .\33xl\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .\33xl\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .\33xl\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .\33xl\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .\33xl\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .\33xl\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .\33xl\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .\33xl\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .\33xl\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .\33xl\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .\33xl\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .\33xl\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .\33xl\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .\33xl\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .\33xl\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .\33xl\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .\33xl\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .\33xl\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .\33xl\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .\33xl\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .\33xl\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .\33xl\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .\33xl\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .\33xl\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .\33xl\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .\33xl\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .\33xl\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .\33xl\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .\33xl\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .\33xl\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .\33xl\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .\33xl\:transition-none {
        transition-property: none;
    }
    .\33xl\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\33xl\: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;
    }
    .\33xl\: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;
    }
    .\33xl\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\33xl\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\33xl\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .\33xl\:ease-linear {
        transition-timing-function: linear;
    }
    .\33xl\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .\33xl\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .\33xl\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .\33xl\:duration-75 {
        transition-duration: 75ms;
    }
    .\33xl\:duration-100 {
        transition-duration: 0.1s;
    }
    .\33xl\:duration-150 {
        transition-duration: 150ms;
    }
    .\33xl\:duration-200 {
        transition-duration: 0.2s;
    }
    .\33xl\:duration-300 {
        transition-duration: 0.3s;
    }
    .\33xl\:duration-500 {
        transition-duration: 0.5s;
    }
    .\33xl\:duration-700 {
        transition-duration: 0.7s;
    }
    .\33xl\:duration-1000 {
        transition-duration: 1s;
    }
    .\33xl\:delay-75 {
        transition-delay: 75ms;
    }
    .\33xl\:delay-100 {
        transition-delay: 0.1s;
    }
    .\33xl\:delay-150 {
        transition-delay: 150ms;
    }
    .\33xl\:delay-200 {
        transition-delay: 0.2s;
    }
    .\33xl\:delay-300 {
        transition-delay: 0.3s;
    }
    .\33xl\:delay-500 {
        transition-delay: 0.5s;
    }
    .\33xl\:delay-700 {
        transition-delay: 0.7s;
    }
    .\33xl\:delay-1000 {
        transition-delay: 1s;
    }
    .\33xl\:animate-none {
        animation: none;
    }
    .\33xl\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .\33xl\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .\33xl\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .\33xl\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 480px) and (max-width: 640px) {
    .xxs\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .xxs\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .xxs\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .xxs\:container {
            max-width: 480px;
        }
    }
    @media (min-width: 640px) {
        .xxs\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xxs\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xxs\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xxs\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .xxs\:container {
            max-width: 1536px;
        }
    }
    @media (min-width: 1920px) {
        .xxs\:container {
            max-width: 1920px;
        }
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-1p > :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));
    }
    .xxs\:space-x-1p > :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)));
    }
    .xxs\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .xxs\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-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));
    }
    .xxs\:-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)));
    }
    .xxs\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-1p > :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));
    }
    .xxs\:-space-x-1p > :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)));
    }
    .xxs\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .xxs\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xxs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .xxs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\: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));
    }
    .xxs\: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)));
    }
    .xxs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .xxs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .xxs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .xxs\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .xxs\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .xxs\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .xxs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .xxs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .xxs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .xxs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .xxs\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .xxs\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .xxs\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .xxs\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .xxs\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .xxs\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .xxs\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .xxs\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .xxs\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .xxs\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .xxs\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .xxs\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .xxs\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xxs\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .xxs\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .xxs\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .xxs\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .xxs\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .xxs\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .xxs\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .xxs\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .xxs\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .xxs\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .xxs\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .xxs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .xxs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .xxs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .xxs\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .xxs\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .xxs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .xxs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .xxs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .xxs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .xxs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .xxs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .xxs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .xxs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .xxs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .xxs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .xxs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .xxs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .xxs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .xxs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .xxs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .xxs\: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;
    }
    .xxs\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xxs\: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;
    }
    .xxs\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xxs\: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;
    }
    .xxs\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xxs\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .xxs\:bg-fixed {
        background-attachment: fixed;
    }
    .xxs\:bg-local {
        background-attachment: local;
    }
    .xxs\:bg-scroll {
        background-attachment: scroll;
    }
    .xxs\:bg-clip-border {
        background-clip: border-box;
    }
    .xxs\:bg-clip-padding {
        background-clip: padding-box;
    }
    .xxs\:bg-clip-content {
        background-clip: content-box;
    }
    .xxs\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .xxs\:bg-transparent {
        background-color: transparent;
    }
    .xxs\:bg-current {
        background-color: currentColor;
    }
    .xxs\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xxs\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xxs\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xxs\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xxs\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xxs\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xxs\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xxs\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xxs\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xxs\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xxs\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xxs\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xxs\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xxs\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xxs\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xxs\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xxs\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xxs\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xxs\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xxs\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xxs\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .xxs\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .xxs\:bg-gray-23 {
        background-color: #eee;
    }
    .xxs\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .xxs\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .xxs\:bg-gray-26 {
        background-color: #efefef;
    }
    .xxs\:bg-gray-27 {
        background-color: #bababa;
    }
    .xxs\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xxs\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .xxs\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .xxs\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xxs\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xxs\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .xxs\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .xxs\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .xxs\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .xxs\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .xxs\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .xxs\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .xxs\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .xxs\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .xxs\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .xxs\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .xxs\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .xxs\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .xxs\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .xxs\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .xxs\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .xxs\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .xxs\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .xxs\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .xxs\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .xxs\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .xxs\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .xxs\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .xxs\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .xxs\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .xxs\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .xxs\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xxs\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .xxs\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .xxs\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .xxs\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .xxs\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .xxs\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .xxs\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .xxs\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .xxs\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .xxs\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xxs\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xxs\:bg-none {
        background-image: none;
    }
    .xxs\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .xxs\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .xxs\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .xxs\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .xxs\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .xxs\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .xxs\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .xxs\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .xxs\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xxs\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xxs\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xxs\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xxs\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xxs\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xxs\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xxs\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xxs\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xxs\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xxs\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xxs\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xxs\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xxs\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xxs\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xxs\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xxs\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xxs\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xxs\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xxs\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xxs\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xxs\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xxs\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xxs\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xxs\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xxs\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xxs\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xxs\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xxs\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xxs\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xxs\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xxs\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xxs\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xxs\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xxs\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xxs\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xxs\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xxs\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xxs\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xxs\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xxs\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xxs\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xxs\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xxs\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xxs\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xxs\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xxs\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xxs\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xxs\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xxs\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xxs\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xxs\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xxs\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xxs\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xxs\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xxs\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xxs\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xxs\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xxs\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xxs\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xxs\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xxs\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xxs\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xxs\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xxs\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xxs\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xxs\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xxs\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xxs\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xxs\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xxs\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xxs\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xxs\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xxs\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xxs\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xxs\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xxs\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xxs\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xxs\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xxs\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xxs\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xxs\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xxs\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xxs\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xxs\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xxs\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xxs\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xxs\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xxs\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xxs\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xxs\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xxs\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xxs\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xxs\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xxs\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xxs\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xxs\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xxs\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xxs\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xxs\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xxs\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xxs\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xxs\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xxs\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xxs\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xxs\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xxs\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xxs\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xxs\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xxs\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xxs\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xxs\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xxs\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xxs\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xxs\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xxs\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xxs\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xxs\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xxs\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xxs\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xxs\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xxs\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xxs\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xxs\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xxs\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xxs\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xxs\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xxs\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xxs\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xxs\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xxs\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xxs\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xxs\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xxs\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xxs\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xxs\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xxs\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xxs\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xxs\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xxs\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xxs\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xxs\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xxs\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xxs\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xxs\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xxs\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xxs\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xxs\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xxs\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xxs\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xxs\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xxs\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xxs\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xxs\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xxs\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xxs\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xxs\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xxs\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xxs\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .xxs\:to-current {
        --tw-gradient-to: currentColor;
    }
    .xxs\:to-black {
        --tw-gradient-to: #000;
    }
    .xxs\:to-white {
        --tw-gradient-to: #fff;
    }
    .xxs\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .xxs\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .xxs\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .xxs\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .xxs\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .xxs\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .xxs\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .xxs\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .xxs\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .xxs\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .xxs\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .xxs\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .xxs\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .xxs\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .xxs\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .xxs\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .xxs\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .xxs\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .xxs\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .xxs\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .xxs\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .xxs\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .xxs\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .xxs\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .xxs\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .xxs\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .xxs\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .xxs\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .xxs\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .xxs\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .xxs\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .xxs\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .xxs\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .xxs\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .xxs\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .xxs\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .xxs\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .xxs\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .xxs\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .xxs\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .xxs\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .xxs\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .xxs\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .xxs\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .xxs\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .xxs\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .xxs\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .xxs\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .xxs\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .xxs\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .xxs\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .xxs\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .xxs\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .xxs\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .xxs\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .xxs\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .xxs\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .xxs\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .xxs\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .xxs\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .xxs\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .xxs\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .xxs\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .xxs\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .xxs\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .xxs\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .xxs\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .xxs\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .xxs\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .xxs\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .xxs\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .xxs\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .xxs\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .xxs\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .xxs\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .xxs\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .xxs\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .xxs\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .xxs\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .xxs\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .xxs\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .xxs\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .xxs\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .xxs\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .xxs\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .xxs\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .xxs\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .xxs\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .xxs\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .xxs\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xxs\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xxs\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .xxs\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .xxs\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .xxs\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .xxs\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .xxs\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .xxs\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .xxs\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .xxs\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .xxs\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .xxs\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .xxs\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .xxs\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .xxs\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .xxs\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .xxs\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .xxs\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .xxs\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .xxs\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .xxs\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .xxs\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .xxs\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .xxs\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .xxs\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .xxs\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .xxs\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .xxs\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .xxs\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .xxs\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .xxs\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .xxs\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .xxs\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .xxs\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .xxs\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .xxs\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .xxs\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .xxs\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .xxs\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .xxs\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .xxs\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .xxs\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .xxs\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .xxs\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .xxs\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .xxs\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .xxs\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .xxs\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .xxs\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xxs\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xxs\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xxs\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xxs\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xxs\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xxs\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xxs\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xxs\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xxs\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xxs\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xxs\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xxs\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xxs\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xxs\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xxs\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xxs\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xxs\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xxs\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xxs\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xxs\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xxs\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xxs\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xxs\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xxs\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xxs\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xxs\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xxs\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xxs\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xxs\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xxs\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xxs\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xxs\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xxs\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xxs\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xxs\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xxs\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xxs\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xxs\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xxs\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xxs\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xxs\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xxs\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xxs\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xxs\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xxs\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xxs\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xxs\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xxs\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xxs\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xxs\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xxs\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xxs\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xxs\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xxs\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xxs\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xxs\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xxs\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xxs\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xxs\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xxs\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xxs\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xxs\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xxs\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xxs\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xxs\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xxs\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xxs\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xxs\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xxs\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xxs\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xxs\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xxs\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xxs\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xxs\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xxs\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xxs\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xxs\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xxs\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xxs\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .xxs\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .xxs\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .xxs\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .xxs\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .xxs\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .xxs\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .xxs\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .xxs\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .xxs\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .xxs\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .xxs\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .xxs\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .xxs\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .xxs\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .xxs\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .xxs\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .xxs\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .xxs\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .xxs\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .xxs\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .xxs\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .xxs\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .xxs\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .xxs\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .xxs\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .xxs\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .xxs\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .xxs\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .xxs\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .xxs\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .xxs\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .xxs\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .xxs\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .xxs\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .xxs\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .xxs\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .xxs\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .xxs\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .xxs\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .xxs\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .xxs\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .xxs\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .xxs\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .xxs\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .xxs\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .xxs\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .xxs\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .xxs\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .xxs\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .xxs\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .xxs\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .xxs\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .xxs\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .xxs\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .xxs\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .xxs\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .xxs\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .xxs\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .xxs\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .xxs\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .xxs\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .xxs\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .xxs\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .xxs\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .xxs\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .xxs\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .xxs\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .xxs\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .xxs\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .xxs\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .xxs\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .xxs\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .xxs\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .xxs\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .xxs\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .xxs\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .xxs\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .xxs\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .xxs\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .xxs\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .xxs\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .xxs\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .xxs\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .xxs\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .xxs\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .xxs\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .xxs\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .xxs\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .xxs\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .xxs\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .xxs\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .xxs\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .xxs\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xxs\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xxs\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .xxs\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .xxs\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .xxs\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .xxs\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .xxs\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .xxs\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .xxs\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .xxs\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .xxs\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .xxs\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .xxs\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .xxs\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .xxs\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .xxs\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .xxs\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .xxs\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .xxs\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .xxs\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .xxs\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .xxs\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .xxs\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .xxs\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .xxs\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .xxs\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .xxs\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .xxs\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .xxs\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .xxs\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .xxs\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .xxs\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .xxs\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .xxs\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .xxs\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .xxs\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .xxs\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .xxs\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .xxs\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .xxs\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .xxs\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .xxs\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .xxs\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .xxs\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .xxs\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .xxs\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .xxs\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .xxs\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .xxs\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xxs\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xxs\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xxs\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xxs\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xxs\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xxs\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xxs\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xxs\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xxs\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xxs\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xxs\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xxs\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xxs\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xxs\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xxs\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xxs\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xxs\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xxs\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xxs\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xxs\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xxs\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xxs\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xxs\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xxs\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xxs\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xxs\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xxs\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xxs\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xxs\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xxs\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xxs\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xxs\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xxs\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xxs\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xxs\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xxs\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xxs\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xxs\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xxs\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xxs\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xxs\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xxs\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xxs\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xxs\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xxs\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xxs\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xxs\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xxs\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xxs\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xxs\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xxs\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xxs\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xxs\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xxs\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xxs\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xxs\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xxs\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xxs\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xxs\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xxs\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xxs\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xxs\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xxs\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xxs\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xxs\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xxs\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xxs\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xxs\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xxs\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xxs\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xxs\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xxs\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xxs\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xxs\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xxs\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xxs\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xxs\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xxs\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xxs\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xxs\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xxs\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xxs\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xxs\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xxs\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xxs\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xxs\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xxs\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xxs\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xxs\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xxs\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xxs\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xxs\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xxs\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xxs\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xxs\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xxs\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xxs\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xxs\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xxs\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xxs\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xxs\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xxs\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xxs\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xxs\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xxs\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xxs\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xxs\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xxs\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xxs\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xxs\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xxs\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xxs\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xxs\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xxs\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xxs\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xxs\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xxs\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xxs\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xxs\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xxs\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xxs\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xxs\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xxs\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xxs\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xxs\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xxs\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xxs\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xxs\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xxs\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xxs\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xxs\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .xxs\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .xxs\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .xxs\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .xxs\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .xxs\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .xxs\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .xxs\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .xxs\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .xxs\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .xxs\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .xxs\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .xxs\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .xxs\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .xxs\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .xxs\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .xxs\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .xxs\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .xxs\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .xxs\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .xxs\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .xxs\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .xxs\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .xxs\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .xxs\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .xxs\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .xxs\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .xxs\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .xxs\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .xxs\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .xxs\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .xxs\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .xxs\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .xxs\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .xxs\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .xxs\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .xxs\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .xxs\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .xxs\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .xxs\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .xxs\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .xxs\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .xxs\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .xxs\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .xxs\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .xxs\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .xxs\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .xxs\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .xxs\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .xxs\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .xxs\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .xxs\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .xxs\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .xxs\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .xxs\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .xxs\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .xxs\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .xxs\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .xxs\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .xxs\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .xxs\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .xxs\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .xxs\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .xxs\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .xxs\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .xxs\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .xxs\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .xxs\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .xxs\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .xxs\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .xxs\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .xxs\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .xxs\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .xxs\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .xxs\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .xxs\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .xxs\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .xxs\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .xxs\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .xxs\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .xxs\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .xxs\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .xxs\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .xxs\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .xxs\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .xxs\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .xxs\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .xxs\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .xxs\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .xxs\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .xxs\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .xxs\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .xxs\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .xxs\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .xxs\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .xxs\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .xxs\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .xxs\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .xxs\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .xxs\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .xxs\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .xxs\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .xxs\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .xxs\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .xxs\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .xxs\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .xxs\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .xxs\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .xxs\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .xxs\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .xxs\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .xxs\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .xxs\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .xxs\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .xxs\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .xxs\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .xxs\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .xxs\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .xxs\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .xxs\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .xxs\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .xxs\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .xxs\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .xxs\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .xxs\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .xxs\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .xxs\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .xxs\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .xxs\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .xxs\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .xxs\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .xxs\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .xxs\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .xxs\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .xxs\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .xxs\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .xxs\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .xxs\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .xxs\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .xxs\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .xxs\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .xxs\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .xxs\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .xxs\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .xxs\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .xxs\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .xxs\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .xxs\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .xxs\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .xxs\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .xxs\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .xxs\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .xxs\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .xxs\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .xxs\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .xxs\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .xxs\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .xxs\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .xxs\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .xxs\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .xxs\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .xxs\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .xxs\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .xxs\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .xxs\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .xxs\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .xxs\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .xxs\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .xxs\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .xxs\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .xxs\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .xxs\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .xxs\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .xxs\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .xxs\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .xxs\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .xxs\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .xxs\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .xxs\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .xxs\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .xxs\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .xxs\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .xxs\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .xxs\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .xxs\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .xxs\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .xxs\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .xxs\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .xxs\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .xxs\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .xxs\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .xxs\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .xxs\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .xxs\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .xxs\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .xxs\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .xxs\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .xxs\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .xxs\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .xxs\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .xxs\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .xxs\:bg-bottom {
        background-position: bottom;
    }
    .xxs\:bg-center {
        background-position: center;
    }
    .xxs\:bg-left {
        background-position: left;
    }
    .xxs\:bg-left-bottom {
        background-position: left bottom;
    }
    .xxs\:bg-left-top {
        background-position: left top;
    }
    .xxs\:bg-right {
        background-position: right;
    }
    .xxs\:bg-right-bottom {
        background-position: right bottom;
    }
    .xxs\:bg-right-top {
        background-position: right top;
    }
    .xxs\:bg-top {
        background-position: top;
    }
    .xxs\:bg-repeat {
        background-repeat: repeat;
    }
    .xxs\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .xxs\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .xxs\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .xxs\:bg-repeat-round {
        background-repeat: round;
    }
    .xxs\:bg-repeat-space {
        background-repeat: space;
    }
    .xxs\:bg-auto {
        background-size: auto;
    }
    .xxs\:bg-cover {
        background-size: cover;
    }
    .xxs\:bg-contain {
        background-size: contain;
    }
    .xxs\:border-collapse {
        border-collapse: collapse;
    }
    .xxs\:border-separate {
        border-collapse: separate;
    }
    .xxs\:border-transparent {
        border-color: transparent;
    }
    .xxs\:border-current {
        border-color: currentColor;
    }
    .xxs\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xxs\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xxs\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xxs\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xxs\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xxs\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xxs\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xxs\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xxs\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xxs\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xxs\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xxs\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xxs\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xxs\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xxs\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xxs\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xxs\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xxs\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xxs\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xxs\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xxs\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xxs\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xxs\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xxs\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xxs\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xxs\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xxs\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xxs\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xxs\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xxs\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xxs\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xxs\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xxs\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xxs\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xxs\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xxs\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xxs\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xxs\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xxs\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xxs\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xxs\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xxs\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xxs\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xxs\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xxs\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xxs\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xxs\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xxs\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xxs\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xxs\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xxs\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xxs\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xxs\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xxs\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xxs\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xxs\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xxs\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xxs\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xxs\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xxs\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xxs\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xxs\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xxs\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xxs\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xxs\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xxs\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xxs\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xxs\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xxs\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xxs\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xxs\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xxs\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xxs\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xxs\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xxs\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xxs\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xxs\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xxs\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xxs\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xxs\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xxs\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xxs\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xxs\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xxs\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xxs\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xxs\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xxs\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xxs\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xxs\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xxs\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xxs\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xxs\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xxs\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xxs\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xxs\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xxs\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xxs\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xxs\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xxs\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xxs\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xxs\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xxs\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xxs\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xxs\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .xxs\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .xxs\:border-gray-23 {
        border-color: #eee;
    }
    .xxs\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .xxs\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .xxs\:border-gray-26 {
        border-color: #efefef;
    }
    .xxs\:border-gray-27 {
        border-color: #bababa;
    }
    .xxs\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xxs\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xxs\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xxs\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .xxs\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .xxs\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xxs\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xxs\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .xxs\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .xxs\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .xxs\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .xxs\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .xxs\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .xxs\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .xxs\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .xxs\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .xxs\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .xxs\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .xxs\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .xxs\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .xxs\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .xxs\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .xxs\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .xxs\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .xxs\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xxs\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .xxs\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .xxs\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .xxs\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .xxs\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .xxs\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .xxs\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .xxs\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .xxs\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .xxs\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xxs\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .xxs\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .xxs\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .xxs\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .xxs\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .xxs\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .xxs\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .xxs\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .xxs\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .xxs\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xxs\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xxs\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .xxs\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .xxs\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .xxs\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .xxs\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .xxs\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .xxs\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .xxs\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .xxs\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .xxs\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .xxs\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .xxs\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .xxs\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .xxs\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .xxs\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .xxs\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .xxs\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .xxs\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .xxs\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .xxs\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .xxs\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .xxs\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .xxs\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .xxs\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .xxs\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .xxs\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .xxs\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .xxs\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .xxs\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .xxs\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .xxs\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .xxs\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .xxs\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .xxs\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .xxs\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .xxs\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .xxs\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .xxs\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .xxs\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .xxs\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .xxs\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .xxs\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .xxs\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .xxs\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .xxs\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .xxs\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .xxs\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .xxs\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .xxs\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .xxs\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .xxs\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .xxs\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .xxs\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .xxs\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .xxs\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .xxs\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .xxs\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .xxs\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .xxs\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .xxs\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .xxs\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .xxs\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .xxs\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .xxs\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .xxs\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .xxs\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .xxs\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .xxs\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .xxs\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .xxs\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .xxs\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .xxs\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .xxs\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .xxs\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .xxs\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .xxs\:rounded-none {
        border-radius: 0;
    }
    .xxs\:rounded-sm {
        border-radius: 0.125rem;
    }
    .xxs\:rounded {
        border-radius: 0.25rem;
    }
    .xxs\:rounded-md {
        border-radius: 0.375rem;
    }
    .xxs\:rounded-lg {
        border-radius: 0.5rem;
    }
    .xxs\:rounded-xl {
        border-radius: 0.75rem;
    }
    .xxs\:rounded-2xl {
        border-radius: 1rem;
    }
    .xxs\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .xxs\:rounded-full {
        border-radius: 9999px;
    }
    .xxs\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .xxs\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .xxs\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xxs\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xxs\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .xxs\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .xxs\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xxs\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xxs\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .xxs\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .xxs\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xxs\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xxs\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .xxs\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .xxs\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xxs\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xxs\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .xxs\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .xxs\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xxs\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xxs\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .xxs\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .xxs\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xxs\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xxs\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .xxs\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .xxs\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xxs\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xxs\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .xxs\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .xxs\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xxs\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xxs\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .xxs\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .xxs\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xxs\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xxs\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .xxs\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .xxs\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .xxs\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .xxs\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .xxs\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .xxs\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .xxs\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .xxs\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .xxs\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .xxs\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .xxs\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .xxs\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .xxs\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .xxs\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .xxs\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .xxs\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .xxs\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .xxs\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .xxs\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .xxs\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .xxs\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .xxs\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .xxs\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .xxs\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .xxs\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .xxs\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .xxs\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .xxs\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .xxs\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .xxs\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .xxs\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .xxs\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .xxs\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .xxs\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .xxs\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .xxs\:border-solid {
        border-style: solid;
    }
    .xxs\:border-dashed {
        border-style: dashed;
    }
    .xxs\:border-dotted {
        border-style: dotted;
    }
    .xxs\:border-double {
        border-style: double;
    }
    .xxs\:border-none {
        border-style: none;
    }
    .xxs\:border-0 {
        border-width: 0;
    }
    .xxs\:border-2 {
        border-width: 2px;
    }
    .xxs\:border-4 {
        border-width: 4px;
    }
    .xxs\:border-8 {
        border-width: 8px;
    }
    .xxs\:border {
        border-width: 1px;
    }
    .xxs\:border-t-0 {
        border-top-width: 0;
    }
    .xxs\:border-r-0 {
        border-right-width: 0;
    }
    .xxs\:border-b-0 {
        border-bottom-width: 0;
    }
    .xxs\:border-l-0 {
        border-left-width: 0;
    }
    .xxs\:border-t-2 {
        border-top-width: 2px;
    }
    .xxs\:border-r-2 {
        border-right-width: 2px;
    }
    .xxs\:border-b-2 {
        border-bottom-width: 2px;
    }
    .xxs\:border-l-2 {
        border-left-width: 2px;
    }
    .xxs\:border-t-4 {
        border-top-width: 4px;
    }
    .xxs\:border-r-4 {
        border-right-width: 4px;
    }
    .xxs\:border-b-4 {
        border-bottom-width: 4px;
    }
    .xxs\:border-l-4 {
        border-left-width: 4px;
    }
    .xxs\:border-t-8 {
        border-top-width: 8px;
    }
    .xxs\:border-r-8 {
        border-right-width: 8px;
    }
    .xxs\:border-b-8 {
        border-bottom-width: 8px;
    }
    .xxs\:border-l-8 {
        border-left-width: 8px;
    }
    .xxs\:border-t {
        border-top-width: 1px;
    }
    .xxs\:border-r {
        border-right-width: 1px;
    }
    .xxs\:border-b {
        border-bottom-width: 1px;
    }
    .xxs\:border-l {
        border-left-width: 1px;
    }
    .xxs\:box-border {
        box-sizing: border-box;
    }
    .xxs\:box-content {
        box-sizing: content-box;
    }
    .xxs\:cursor-auto {
        cursor: auto;
    }
    .xxs\:cursor-default {
        cursor: default;
    }
    .xxs\:cursor-pointer {
        cursor: pointer;
    }
    .xxs\:cursor-wait {
        cursor: wait;
    }
    .xxs\:cursor-text {
        cursor: text;
    }
    .xxs\:cursor-move {
        cursor: move;
    }
    .xxs\:cursor-help {
        cursor: help;
    }
    .xxs\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .xxs\:block {
        display: block;
    }
    .xxs\:inline-block {
        display: inline-block;
    }
    .xxs\:inline {
        display: inline;
    }
    .xxs\:flex {
        display: flex;
    }
    .xxs\:inline-flex {
        display: inline-flex;
    }
    .xxs\:table {
        display: table;
    }
    .xxs\:table-caption {
        display: table-caption;
    }
    .xxs\:table-cell {
        display: table-cell;
    }
    .xxs\:table-column {
        display: table-column;
    }
    .xxs\:table-column-group {
        display: table-column-group;
    }
    .xxs\:table-footer-group {
        display: table-footer-group;
    }
    .xxs\:table-header-group {
        display: table-header-group;
    }
    .xxs\:table-row-group {
        display: table-row-group;
    }
    .xxs\:table-row {
        display: table-row;
    }
    .xxs\:flow-root {
        display: flow-root;
    }
    .xxs\:grid {
        display: grid;
    }
    .xxs\:inline-grid {
        display: inline-grid;
    }
    .xxs\:contents {
        display: contents;
    }
    .xxs\:hidden {
        display: none;
    }
    .xxs\:flex-row {
        flex-direction: row;
    }
    .xxs\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .xxs\:flex-col {
        flex-direction: column;
    }
    .xxs\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .xxs\:flex-wrap {
        flex-wrap: wrap;
    }
    .xxs\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .xxs\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xxs\:place-items-auto {
        place-items: auto;
    }
    .xxs\:place-items-start {
        place-items: start;
    }
    .xxs\:place-items-end {
        place-items: end;
    }
    .xxs\:place-items-center {
        place-items: center;
    }
    .xxs\:place-items-stretch {
        place-items: stretch;
    }
    .xxs\:place-content-center {
        place-content: center;
    }
    .xxs\:place-content-start {
        place-content: start;
    }
    .xxs\:place-content-end {
        place-content: end;
    }
    .xxs\:place-content-between {
        place-content: space-between;
    }
    .xxs\:place-content-around {
        place-content: space-around;
    }
    .xxs\:place-content-evenly {
        place-content: space-evenly;
    }
    .xxs\:place-content-stretch {
        place-content: stretch;
    }
    .xxs\:place-self-auto {
        place-self: auto;
    }
    .xxs\:place-self-start {
        place-self: start;
    }
    .xxs\:place-self-end {
        place-self: end;
    }
    .xxs\:place-self-center {
        place-self: center;
    }
    .xxs\:place-self-stretch {
        place-self: stretch;
    }
    .xxs\:items-start {
        align-items: flex-start;
    }
    .xxs\:items-end {
        align-items: flex-end;
    }
    .xxs\:items-center {
        align-items: center;
    }
    .xxs\:items-baseline {
        align-items: baseline;
    }
    .xxs\:items-stretch {
        align-items: stretch;
    }
    .xxs\:content-center {
        align-content: center;
    }
    .xxs\:content-start {
        align-content: flex-start;
    }
    .xxs\:content-end {
        align-content: flex-end;
    }
    .xxs\:content-between {
        align-content: space-between;
    }
    .xxs\:content-around {
        align-content: space-around;
    }
    .xxs\:content-evenly {
        align-content: space-evenly;
    }
    .xxs\:self-auto {
        align-self: auto;
    }
    .xxs\:self-start {
        align-self: flex-start;
    }
    .xxs\:self-end {
        align-self: flex-end;
    }
    .xxs\:self-center {
        align-self: center;
    }
    .xxs\:self-stretch {
        align-self: stretch;
    }
    .xxs\:justify-items-auto {
        justify-items: auto;
    }
    .xxs\:justify-items-start {
        justify-items: start;
    }
    .xxs\:justify-items-end {
        justify-items: end;
    }
    .xxs\:justify-items-center {
        justify-items: center;
    }
    .xxs\:justify-items-stretch {
        justify-items: stretch;
    }
    .xxs\:justify-start {
        justify-content: flex-start;
    }
    .xxs\:justify-end {
        justify-content: flex-end;
    }
    .xxs\:justify-center {
        justify-content: center;
    }
    .xxs\:justify-between {
        justify-content: space-between;
    }
    .xxs\:justify-around {
        justify-content: space-around;
    }
    .xxs\:justify-evenly {
        justify-content: space-evenly;
    }
    .xxs\:justify-self-auto {
        justify-self: auto;
    }
    .xxs\:justify-self-start {
        justify-self: start;
    }
    .xxs\:justify-self-end {
        justify-self: end;
    }
    .xxs\:justify-self-center {
        justify-self: center;
    }
    .xxs\:justify-self-stretch {
        justify-self: stretch;
    }
    .xxs\:flex-1 {
        flex: 1 1 0%;
    }
    .xxs\:flex-auto {
        flex: 1 1 auto;
    }
    .xxs\:flex-initial {
        flex: 0 1 auto;
    }
    .xxs\:flex-none {
        flex: none;
    }
    .xxs\:flex-grow-0 {
        flex-grow: 0;
    }
    .xxs\:flex-grow {
        flex-grow: 1;
    }
    .xxs\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .xxs\:flex-shrink {
        flex-shrink: 1;
    }
    .xxs\:order-1 {
        order: 1;
    }
    .xxs\:order-2 {
        order: 2;
    }
    .xxs\:order-3 {
        order: 3;
    }
    .xxs\:order-4 {
        order: 4;
    }
    .xxs\:order-5 {
        order: 5;
    }
    .xxs\:order-6 {
        order: 6;
    }
    .xxs\:order-7 {
        order: 7;
    }
    .xxs\:order-8 {
        order: 8;
    }
    .xxs\:order-9 {
        order: 9;
    }
    .xxs\:order-10 {
        order: 10;
    }
    .xxs\:order-11 {
        order: 11;
    }
    .xxs\:order-12 {
        order: 12;
    }
    .xxs\:order-first {
        order: -9999;
    }
    .xxs\:order-last {
        order: 9999;
    }
    .xxs\:order-none {
        order: 0;
    }
    .xxs\:float-right {
        float: right;
    }
    .xxs\:float-left {
        float: left;
    }
    .xxs\:float-none {
        float: none;
    }
    .xxs\:clear-left {
        clear: left;
    }
    .xxs\:clear-right {
        clear: right;
    }
    .xxs\:clear-both {
        clear: both;
    }
    .xxs\:clear-none {
        clear: none;
    }
    .xxs\:font-sans {
        font-family: Nunito, 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";
    }
    .xxs\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .xxs\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .xxs\:font-DM {
        font-family: DM Sans;
    }
    .xxs\:font-thin {
        font-weight: 100;
    }
    .xxs\:font-extralight {
        font-weight: 200;
    }
    .xxs\:font-light {
        font-weight: 300;
    }
    .xxs\:font-normal {
        font-weight: 400;
    }
    .xxs\:font-medium {
        font-weight: 500;
    }
    .xxs\:font-semibold {
        font-weight: 600;
    }
    .xxs\:font-bold {
        font-weight: 700;
    }
    .xxs\:font-extrabold {
        font-weight: 800;
    }
    .xxs\:font-black {
        font-weight: 900;
    }
    .xxs\:h-0 {
        height: 0;
    }
    .xxs\:h-1 {
        height: 0.25rem;
    }
    .xxs\:h-2 {
        height: 0.5rem;
    }
    .xxs\:h-3 {
        height: 0.75rem;
    }
    .xxs\:h-4 {
        height: 1rem;
    }
    .xxs\:h-5 {
        height: 1.25rem;
    }
    .xxs\:h-6 {
        height: 1.5rem;
    }
    .xxs\:h-7 {
        height: 1.75rem;
    }
    .xxs\:h-8 {
        height: 2rem;
    }
    .xxs\:h-9 {
        height: 2.25rem;
    }
    .xxs\:h-10 {
        height: 2.5rem;
    }
    .xxs\:h-11 {
        height: 2.75rem;
    }
    .xxs\:h-12 {
        height: 3rem;
    }
    .xxs\:h-14 {
        height: 3.5rem;
    }
    .xxs\:h-16 {
        height: 4rem;
    }
    .xxs\:h-20 {
        height: 5rem;
    }
    .xxs\:h-23 {
        height: 88px;
    }
    .xxs\:h-24 {
        height: 6rem;
    }
    .xxs\:h-25 {
        height: 100px;
    }
    .xxs\:h-28 {
        height: 7rem;
    }
    .xxs\:h-29 {
        height: 120px;
    }
    .xxs\:h-32 {
        height: 8rem;
    }
    .xxs\:h-33 {
        height: 130px;
    }
    .xxs\:h-36 {
        height: 9rem;
    }
    .xxs\:h-40 {
        height: 10rem;
    }
    .xxs\:h-44 {
        height: 11rem;
    }
    .xxs\:h-48 {
        height: 12rem;
    }
    .xxs\:h-52 {
        height: 13rem;
    }
    .xxs\:h-56 {
        height: 14rem;
    }
    .xxs\:h-60 {
        height: 15rem;
    }
    .xxs\:h-63 {
        height: 270px;
    }
    .xxs\:h-64 {
        height: 16rem;
    }
    .xxs\:h-72 {
        height: 18rem;
    }
    .xxs\:h-80 {
        height: 20rem;
    }
    .xxs\:h-92 {
        height: 475px;
    }
    .xxs\:h-96 {
        height: 24rem;
    }
    .xxs\:h-128 {
        height: 32rem;
    }
    .xxs\:h-auto {
        height: auto;
    }
    .xxs\:h-px {
        height: 1px;
    }
    .xxs\:h-0\.5 {
        height: 0.125rem;
    }
    .xxs\:h-1\.5 {
        height: 0.375rem;
    }
    .xxs\:h-2\.5 {
        height: 0.625rem;
    }
    .xxs\:h-3\.5 {
        height: 0.875rem;
    }
    .xxs\:h-105p {
        height: 105px;
    }
    .xxs\:h-50p {
        height: 50px;
    }
    .xxs\:h-54p {
        height: 54px;
    }
    .xxs\:h-1p {
        height: 1px;
    }
    .xxs\:h-2p {
        height: 2px;
    }
    .xxs\:h-3p {
        height: 3px;
    }
    .xxs\:h-5p {
        height: 5px;
    }
    .xxs\:h-7p {
        height: 7px;
    }
    .xxs\:h-9p {
        height: 9px;
    }
    .xxs\:h-10p {
        height: 10px;
    }
    .xxs\:h-11p {
        height: 11px;
    }
    .xxs\:h-13p {
        height: 13px;
    }
    .xxs\:h-15p {
        height: 15px;
    }
    .xxs\:h-18p {
        height: 18px;
    }
    .xxs\:h-19p {
        height: 19px;
    }
    .xxs\:h-21p {
        height: 21px;
    }
    .xxs\:h-22p {
        height: 22px;
    }
    .xxs\:h-23p {
        height: 23px;
    }
    .xxs\:h-25p {
        height: 25px;
    }
    .xxs\:h-26p {
        height: 26px;
    }
    .xxs\:h-29p {
        height: 29px;
    }
    .xxs\:h-30p {
        height: 30px;
    }
    .xxs\:h-31p {
        height: 31px;
    }
    .xxs\:h-35p {
        height: 35px;
    }
    .xxs\:h-52p {
        height: 52px;
    }
    .xxs\:h-53p {
        height: 53px;
    }
    .xxs\:h-55p {
        height: 55px;
    }
    .xxs\:h-59p {
        height: 59px;
    }
    .xxs\:h-27p {
        height: 27px;
    }
    .xxs\:h-33\.5p {
        height: 33.5px;
    }
    .xxs\:h-38p {
        height: 38px;
    }
    .xxs\:h-40p {
        height: 40px;
    }
    .xxs\:h-46p {
        height: 46px;
    }
    .xxs\:h-47p {
        height: 47px;
    }
    .xxs\:h-49p {
        height: 49px;
    }
    .xxs\:h-58p {
        height: 58px;
    }
    .xxs\:h-75p {
        height: 75px;
    }
    .xxs\:h-77p {
        height: 77px;
    }
    .xxs\:h-60p {
        height: 60px;
    }
    .xxs\:h-65p {
        height: 65px;
    }
    .xxs\:h-66p {
        height: 66px;
    }
    .xxs\:h-68p {
        height: 68px;
    }
    .xxs\:h-70p {
        height: 70px;
    }
    .xxs\:h-72p {
        height: 72px;
    }
    .xxs\:h-74p {
        height: 74px;
    }
    .xxs\:h-78p {
        height: 78px;
    }
    .xxs\:h-80p {
        height: 80px;
    }
    .xxs\:h-82p {
        height: 82px;
    }
    .xxs\:h-84p {
        height: 84px;
    }
    .xxs\:h-89p {
        height: 89px;
    }
    .xxs\:h-93p {
        height: 93px;
    }
    .xxs\:h-90p {
        height: 90px;
    }
    .xxs\:h-97p {
        height: 97px;
    }
    .xxs\:h-103p {
        height: 103px;
    }
    .xxs\:h-116p {
        height: 116px;
    }
    .xxs\:h-120p {
        height: 120px;
    }
    .xxs\:h-125p {
        height: 125px;
    }
    .xxs\:h-130p {
        height: 130px;
    }
    .xxs\:h-135p {
        height: 135px;
    }
    .xxs\:h-132p {
        height: 132px;
    }
    .xxs\:h-150p {
        height: 150px;
    }
    .xxs\:h-216p {
        height: 216px;
    }
    .xxs\:h-225p {
        height: 225px;
    }
    .xxs\:h-296p {
        height: 296px;
    }
    .xxs\:h-270p {
        height: 270px;
    }
    .xxs\:h-137p {
        height: 137px;
    }
    .xxs\:h-141p {
        height: 141px;
    }
    .xxs\:h-146p {
        height: 146px;
    }
    .xxs\:h-152p {
        height: 152px;
    }
    .xxs\:h-155p {
        height: 155px;
    }
    .xxs\:h-163p {
        height: 163px;
    }
    .xxs\:h-168p {
        height: 168px;
    }
    .xxs\:h-173p {
        height: 173px;
    }
    .xxs\:h-210p {
        height: 210px;
    }
    .xxs\:h-245p {
        height: 245px;
    }
    .xxs\:h-250p {
        height: 250px;
    }
    .xxs\:h-260p {
        height: 260px;
    }
    .xxs\:h-263p {
        height: 263px;
    }
    .xxs\:h-266p {
        height: 266px;
    }
    .xxs\:h-275p {
        height: 275px;
    }
    .xxs\:h-300p {
        height: 300px;
    }
    .xxs\:h-312p {
        height: 312px;
    }
    .xxs\:h-318p {
        height: 318px;
    }
    .xxs\:h-322p {
        height: 322px;
    }
    .xxs\:h-337p {
        height: 337px;
    }
    .xxs\:h-345p {
        height: 345px;
    }
    .xxs\:h-344p {
        height: 344px;
    }
    .xxs\:h-354p {
        height: 354px;
    }
    .xxs\:h-364p {
        height: 364px;
    }
    .xxs\:h-370p {
        height: 370px;
    }
    .xxs\:h-382p {
        height: 382px;
    }
    .xxs\:h-385p {
        height: 385px;
    }
    .xxs\:h-400p {
        height: 400px;
    }
    .xxs\:h-407p {
        height: 407px;
    }
    .xxs\:h-411p {
        height: 411px;
    }
    .xxs\:h-418p {
        height: 418px;
    }
    .xxs\:h-430p {
        height: 430px;
    }
    .xxs\:h-450p {
        height: 450px;
    }
    .xxs\:h-468p {
        height: 468px;
    }
    .xxs\:h-485p {
        height: 485px;
    }
    .xxs\:h-491p {
        height: 491px;
    }
    .xxs\:h-494p {
        height: 494px;
    }
    .xxs\:h-470p {
        height: 470px;
    }
    .xxs\:h-480p {
        height: 480px;
    }
    .xxs\:h-532p {
        height: 532px;
    }
    .xxs\:h-556p {
        height: 556px;
    }
    .xxs\:h-505p {
        height: 505px;
    }
    .xxs\:h-1179p {
        height: 1179px;
    }
    .xxs\:h-1253p {
        height: 1253px;
    }
    .xxs\:h-1575p {
        height: 1575px;
    }
    .xxs\:h-600p {
        height: 600px;
    }
    .xxs\:h-649p {
        height: 649px;
    }
    .xxs\:h-690p {
        height: 690px;
    }
    .xxs\:h-19\% {
        height: 19%;
    }
    .xxs\:h-23\% {
        height: 23%;
    }
    .xxs\:h-24\% {
        height: 24%;
    }
    .xxs\:h-36\% {
        height: 36%;
    }
    .xxs\:h-27\% {
        height: 27%;
    }
    .xxs\:h-28\% {
        height: 28%;
    }
    .xxs\:h-42\% {
        height: 42%;
    }
    .xxs\:h-46\% {
        height: 46%;
    }
    .xxs\:h-49\% {
        height: 49%;
    }
    .xxs\:h-54\% {
        height: 54%;
    }
    .xxs\:h-58\% {
        height: 58%;
    }
    .xxs\:h-72\% {
        height: 72%;
    }
    .xxs\:h-76\% {
        height: 76%;
    }
    .xxs\:h-77\% {
        height: 77%;
    }
    .xxs\:h-340p {
        height: 340px;
    }
    .xxs\:h-700p {
        height: 700px;
    }
    .xxs\:h-848p {
        height: 848px;
    }
    .xxs\:h-850p {
        height: 850px;
    }
    .xxs\:h-860p {
        height: 860px;
    }
    .xxs\:h-1425p {
        height: 1425px;
    }
    .xxs\:h-1\/2 {
        height: 50%;
    }
    .xxs\:h-1\/3 {
        height: 33.333333%;
    }
    .xxs\:h-2\/3 {
        height: 66.666667%;
    }
    .xxs\:h-1\/4 {
        height: 25%;
    }
    .xxs\:h-2\/4 {
        height: 50%;
    }
    .xxs\:h-3\/4 {
        height: 75%;
    }
    .xxs\:h-1\/5 {
        height: 20%;
    }
    .xxs\:h-2\/5 {
        height: 40%;
    }
    .xxs\:h-3\/5 {
        height: 60%;
    }
    .xxs\:h-4\/5 {
        height: 80%;
    }
    .xxs\:h-1\/6 {
        height: 16.666667%;
    }
    .xxs\:h-2\/6 {
        height: 33.333333%;
    }
    .xxs\:h-3\/6 {
        height: 50%;
    }
    .xxs\:h-4\/6 {
        height: 66.666667%;
    }
    .xxs\:h-5\/6 {
        height: 83.333333%;
    }
    .xxs\:h-full {
        height: 100%;
    }
    .xxs\:h-screen {
        height: 100vh;
    }
    .xxs\:text-8 {
        font-size: 8px;
    }
    .xxs\:text-11 {
        font-size: 11px;
    }
    .xxs\:text-13 {
        font-size: 13px;
    }
    .xxs\:text-15 {
        font-size: 15px;
    }
    .xxs\:text-17 {
        font-size: 17px;
    }
    .xxs\:text-18 {
        font-size: 18px;
    }
    .xxs\:text-19 {
        font-size: 19px;
    }
    .xxs\:text-20 {
        font-size: 20px;
    }
    .xxs\:text-22 {
        font-size: 22px;
    }
    .xxs\:text-23 {
        font-size: 23px;
    }
    .xxs\:text-26 {
        font-size: 26px;
    }
    .xxs\:text-28 {
        font-size: 28px;
    }
    .xxs\:text-32 {
        font-size: 32px;
    }
    .xxs\:text-33 {
        font-size: 33px;
    }
    .xxs\:text-34 {
        font-size: 34px;
    }
    .xxs\:text-40 {
        font-size: 40px;
    }
    .xxs\:text-42 {
        font-size: 42px;
    }
    .xxs\:text-46 {
        font-size: 46px;
    }
    .xxs\:text-52 {
        font-size: 52px;
    }
    .xxs\:text-66 {
        font-size: 66px;
    }
    .xxs\:text-108 {
        font-size: 108px;
    }
    .xxs\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .xxs\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .xxs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xxs\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xxs\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .xxs\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .xxs\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xxs\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .xxs\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .xxs\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .xxs\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .xxs\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .xxs\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .xxs\:text-xss {
        font-size: 10px;
    }
    .xxs\:text-2\.5xl {
        font-size: 28px;
    }
    .xxs\:leading-3 {
        line-height: 0.75rem;
    }
    .xxs\:leading-4 {
        line-height: 1rem;
    }
    .xxs\:leading-5 {
        line-height: 1.25rem;
    }
    .xxs\:leading-6 {
        line-height: 1.5rem;
    }
    .xxs\:leading-7 {
        line-height: 1.75rem;
    }
    .xxs\:leading-8 {
        line-height: 2rem;
    }
    .xxs\:leading-9 {
        line-height: 2.25rem;
    }
    .xxs\:leading-10 {
        line-height: 2.5rem;
    }
    .xxs\:leading-none {
        line-height: 1;
    }
    .xxs\:leading-tight {
        line-height: 1.25;
    }
    .xxs\:leading-snug {
        line-height: 1.375;
    }
    .xxs\:leading-normal {
        line-height: 1.5;
    }
    .xxs\:leading-relaxed {
        line-height: 1.625;
    }
    .xxs\:leading-loose {
        line-height: 2;
    }
    .xxs\:leading-15p {
        line-height: 15px;
    }
    .xxs\:leading-22p {
        line-height: 22px;
    }
    .xxs\:leading-29p {
        line-height: 29px;
    }
    .xxs\:leading-34p {
        line-height: 34px;
    }
    .xxs\:leading-42p {
        line-height: 42px;
    }
    .xxs\:leading-48p {
        line-height: 48px;
    }
    .xxs\:leading-55p {
        line-height: 55px;
    }
    .xxs\:leading-60p {
        line-height: 60px;
    }
    .xxs\:leading-140p {
        line-height: 140px;
    }
    .xxs\:list-inside {
        list-style-position: inside;
    }
    .xxs\:list-outside {
        list-style-position: outside;
    }
    .xxs\:list-none {
        list-style-type: none;
    }
    .xxs\:list-disc {
        list-style-type: disc;
    }
    .xxs\:list-decimal {
        list-style-type: decimal;
    }
    .xxs\:m-0 {
        margin: 0;
    }
    .xxs\:m-1 {
        margin: 0.25rem;
    }
    .xxs\:m-2 {
        margin: 0.5rem;
    }
    .xxs\:m-3 {
        margin: 0.75rem;
    }
    .xxs\:m-4 {
        margin: 1rem;
    }
    .xxs\:m-5 {
        margin: 1.25rem;
    }
    .xxs\:m-6 {
        margin: 1.5rem;
    }
    .xxs\:m-7 {
        margin: 1.75rem;
    }
    .xxs\:m-8 {
        margin: 2rem;
    }
    .xxs\:m-9 {
        margin: 2.25rem;
    }
    .xxs\:m-10 {
        margin: 2.5rem;
    }
    .xxs\:m-11 {
        margin: 2.75rem;
    }
    .xxs\:m-12 {
        margin: 3rem;
    }
    .xxs\:m-14 {
        margin: 3.5rem;
    }
    .xxs\:m-16 {
        margin: 4rem;
    }
    .xxs\:m-20 {
        margin: 5rem;
    }
    .xxs\:m-23 {
        margin: 88px;
    }
    .xxs\:m-24 {
        margin: 6rem;
    }
    .xxs\:m-25 {
        margin: 100px;
    }
    .xxs\:m-28 {
        margin: 7rem;
    }
    .xxs\:m-29 {
        margin: 120px;
    }
    .xxs\:m-32 {
        margin: 8rem;
    }
    .xxs\:m-33 {
        margin: 130px;
    }
    .xxs\:m-36 {
        margin: 9rem;
    }
    .xxs\:m-40 {
        margin: 10rem;
    }
    .xxs\:m-44 {
        margin: 11rem;
    }
    .xxs\:m-48 {
        margin: 12rem;
    }
    .xxs\:m-52 {
        margin: 13rem;
    }
    .xxs\:m-56 {
        margin: 14rem;
    }
    .xxs\:m-60 {
        margin: 15rem;
    }
    .xxs\:m-63 {
        margin: 270px;
    }
    .xxs\:m-64 {
        margin: 16rem;
    }
    .xxs\:m-72 {
        margin: 18rem;
    }
    .xxs\:m-80 {
        margin: 20rem;
    }
    .xxs\:m-92 {
        margin: 375px;
    }
    .xxs\:m-96 {
        margin: 24rem;
    }
    .xxs\:m-128 {
        margin: 32rem;
    }
    .xxs\:m-auto {
        margin: auto;
    }
    .xxs\:m-px {
        margin: 1px;
    }
    .xxs\:m-0\.5 {
        margin: 0.125rem;
    }
    .xxs\:m-1\.5 {
        margin: 0.375rem;
    }
    .xxs\:m-2\.5 {
        margin: 0.625rem;
    }
    .xxs\:m-3\.5 {
        margin: 0.875rem;
    }
    .xxs\:m-105p {
        margin: 105px;
    }
    .xxs\:m-50p {
        margin: 50px;
    }
    .xxs\:m-54p {
        margin: 54px;
    }
    .xxs\:m-1p {
        margin: 1px;
    }
    .xxs\:m-2p {
        margin: 2px;
    }
    .xxs\:m-3p {
        margin: 3px;
    }
    .xxs\:m-5p {
        margin: 5px;
    }
    .xxs\:m-7p {
        margin: 7px;
    }
    .xxs\:m-9p {
        margin: 9px;
    }
    .xxs\:m-10p {
        margin: 10px;
    }
    .xxs\:m-11p {
        margin: 11px;
    }
    .xxs\:m-13p {
        margin: 13px;
    }
    .xxs\:m-15p {
        margin: 15px;
    }
    .xxs\:m-18p {
        margin: 18px;
    }
    .xxs\:m-19p {
        margin: 19px;
    }
    .xxs\:m-21p {
        margin: 21px;
    }
    .xxs\:m-22p {
        margin: 22px;
    }
    .xxs\:m-23p {
        margin: 23px;
    }
    .xxs\:m-25p {
        margin: 25px;
    }
    .xxs\:m-26p {
        margin: 26px;
    }
    .xxs\:m-29p {
        margin: 29px;
    }
    .xxs\:m-30p {
        margin: 30px;
    }
    .xxs\:m-31p {
        margin: 31px;
    }
    .xxs\:m-35p {
        margin: 35px;
    }
    .xxs\:m-52p {
        margin: 52px;
    }
    .xxs\:m-53p {
        margin: 53px;
    }
    .xxs\:m-55p {
        margin: 55px;
    }
    .xxs\:m-59p {
        margin: 59px;
    }
    .xxs\:m-27p {
        margin: 27px;
    }
    .xxs\:m-33\.5p {
        margin: 33.5px;
    }
    .xxs\:m-38p {
        margin: 38px;
    }
    .xxs\:m-40p {
        margin: 40px;
    }
    .xxs\:m-46p {
        margin: 46px;
    }
    .xxs\:m-47p {
        margin: 47px;
    }
    .xxs\:m-49p {
        margin: 49px;
    }
    .xxs\:m-58p {
        margin: 58px;
    }
    .xxs\:m-75p {
        margin: 75px;
    }
    .xxs\:m-77p {
        margin: 77px;
    }
    .xxs\:m-60p {
        margin: 60px;
    }
    .xxs\:m-65p {
        margin: 65px;
    }
    .xxs\:m-66p {
        margin: 66px;
    }
    .xxs\:m-68p {
        margin: 68px;
    }
    .xxs\:m-70p {
        margin: 70px;
    }
    .xxs\:m-72p {
        margin: 72px;
    }
    .xxs\:m-74p {
        margin: 74px;
    }
    .xxs\:m-78p {
        margin: 78px;
    }
    .xxs\:m-80p {
        margin: 80px;
    }
    .xxs\:m-82p {
        margin: 82px;
    }
    .xxs\:m-84p {
        margin: 84px;
    }
    .xxs\:m-89p {
        margin: 89px;
    }
    .xxs\:m-93p {
        margin: 93px;
    }
    .xxs\:m-90p {
        margin: 90px;
    }
    .xxs\:m-97p {
        margin: 97px;
    }
    .xxs\:m-103p {
        margin: 103px;
    }
    .xxs\:m-116p {
        margin: 116px;
    }
    .xxs\:m-120p {
        margin: 120px;
    }
    .xxs\:m-125p {
        margin: 125px;
    }
    .xxs\:m-130p {
        margin: 130px;
    }
    .xxs\:m-135p {
        margin: 135px;
    }
    .xxs\:m-132p {
        margin: 132px;
    }
    .xxs\:m-150p {
        margin: 150px;
    }
    .xxs\:m-216p {
        margin: 216px;
    }
    .xxs\:m-225p {
        margin: 225px;
    }
    .xxs\:m-296p {
        margin: 296px;
    }
    .xxs\:m-270p {
        margin: 270px;
    }
    .xxs\:m-137p {
        margin: 137px;
    }
    .xxs\:m-141p {
        margin: 141px;
    }
    .xxs\:m-146p {
        margin: 146px;
    }
    .xxs\:m-152p {
        margin: 152px;
    }
    .xxs\:m-155p {
        margin: 155px;
    }
    .xxs\:m-163p {
        margin: 163px;
    }
    .xxs\:m-168p {
        margin: 168px;
    }
    .xxs\:m-173p {
        margin: 173px;
    }
    .xxs\:m-210p {
        margin: 210px;
    }
    .xxs\:m-245p {
        margin: 245px;
    }
    .xxs\:m-250p {
        margin: 250px;
    }
    .xxs\:m-260p {
        margin: 260px;
    }
    .xxs\:m-263p {
        margin: 263px;
    }
    .xxs\:m-266p {
        margin: 266px;
    }
    .xxs\:m-275p {
        margin: 275px;
    }
    .xxs\:m-300p {
        margin: 300px;
    }
    .xxs\:m-312p {
        margin: 312px;
    }
    .xxs\:m-318p {
        margin: 318px;
    }
    .xxs\:m-322p {
        margin: 322px;
    }
    .xxs\:m-337p {
        margin: 337px;
    }
    .xxs\:m-345p {
        margin: 345px;
    }
    .xxs\:m-344p {
        margin: 344px;
    }
    .xxs\:m-354p {
        margin: 354px;
    }
    .xxs\:m-364p {
        margin: 364px;
    }
    .xxs\:m-370p {
        margin: 370px;
    }
    .xxs\:m-382p {
        margin: 382px;
    }
    .xxs\:m-385p {
        margin: 385px;
    }
    .xxs\:m-400p {
        margin: 400px;
    }
    .xxs\:m-407p {
        margin: 407px;
    }
    .xxs\:m-411p {
        margin: 411px;
    }
    .xxs\:m-418p {
        margin: 418px;
    }
    .xxs\:m-430p {
        margin: 430px;
    }
    .xxs\:m-450p {
        margin: 450px;
    }
    .xxs\:m-468p {
        margin: 468px;
    }
    .xxs\:m-485p {
        margin: 485px;
    }
    .xxs\:m-491p {
        margin: 491px;
    }
    .xxs\:m-494p {
        margin: 494px;
    }
    .xxs\:m-470p {
        margin: 470px;
    }
    .xxs\:m-480p {
        margin: 480px;
    }
    .xxs\:m-532p {
        margin: 532px;
    }
    .xxs\:m-556p {
        margin: 556px;
    }
    .xxs\:m-505p {
        margin: 505px;
    }
    .xxs\:m-1179p {
        margin: 1179px;
    }
    .xxs\:m-1253p {
        margin: 1253px;
    }
    .xxs\:m-1575p {
        margin: 1575px;
    }
    .xxs\:m-600p {
        margin: 600px;
    }
    .xxs\:m-649p {
        margin: 649px;
    }
    .xxs\:m-690p {
        margin: 690px;
    }
    .xxs\:m-19\% {
        margin: 19%;
    }
    .xxs\:m-23\% {
        margin: 23%;
    }
    .xxs\:m-24\% {
        margin: 24%;
    }
    .xxs\:m-36\% {
        margin: 36%;
    }
    .xxs\:m-27\% {
        margin: 27%;
    }
    .xxs\:m-28\% {
        margin: 28%;
    }
    .xxs\:m-42\% {
        margin: 42%;
    }
    .xxs\:m-46\% {
        margin: 46%;
    }
    .xxs\:m-49\% {
        margin: 49%;
    }
    .xxs\:m-54\% {
        margin: 54%;
    }
    .xxs\:m-58\% {
        margin: 58%;
    }
    .xxs\:m-72\% {
        margin: 72%;
    }
    .xxs\:m-76\% {
        margin: 76%;
    }
    .xxs\:m-77\% {
        margin: 77%;
    }
    .xxs\:m-340p {
        margin: 340px;
    }
    .xxs\:m-700p {
        margin: 700px;
    }
    .xxs\:m-848p {
        margin: 848px;
    }
    .xxs\:m-850p {
        margin: 850px;
    }
    .xxs\:m-860p {
        margin: 860px;
    }
    .xxs\:m-1425p {
        margin: 1425px;
    }
    .xxs\:-m-0 {
        margin: 0;
    }
    .xxs\:-m-1 {
        margin: -0.25rem;
    }
    .xxs\:-m-2 {
        margin: -0.5rem;
    }
    .xxs\:-m-3 {
        margin: -0.75rem;
    }
    .xxs\:-m-4 {
        margin: -1rem;
    }
    .xxs\:-m-5 {
        margin: -1.25rem;
    }
    .xxs\:-m-6 {
        margin: -1.5rem;
    }
    .xxs\:-m-7 {
        margin: -1.75rem;
    }
    .xxs\:-m-8 {
        margin: -2rem;
    }
    .xxs\:-m-9 {
        margin: -2.25rem;
    }
    .xxs\:-m-10 {
        margin: -2.5rem;
    }
    .xxs\:-m-11 {
        margin: -2.75rem;
    }
    .xxs\:-m-12 {
        margin: -3rem;
    }
    .xxs\:-m-14 {
        margin: -3.5rem;
    }
    .xxs\:-m-16 {
        margin: -4rem;
    }
    .xxs\:-m-20 {
        margin: -5rem;
    }
    .xxs\:-m-23 {
        margin: -88px;
    }
    .xxs\:-m-24 {
        margin: -6rem;
    }
    .xxs\:-m-25 {
        margin: -100px;
    }
    .xxs\:-m-28 {
        margin: -7rem;
    }
    .xxs\:-m-29 {
        margin: -120px;
    }
    .xxs\:-m-32 {
        margin: -8rem;
    }
    .xxs\:-m-33 {
        margin: -130px;
    }
    .xxs\:-m-36 {
        margin: -9rem;
    }
    .xxs\:-m-40 {
        margin: -10rem;
    }
    .xxs\:-m-44 {
        margin: -11rem;
    }
    .xxs\:-m-48 {
        margin: -12rem;
    }
    .xxs\:-m-52 {
        margin: -13rem;
    }
    .xxs\:-m-56 {
        margin: -14rem;
    }
    .xxs\:-m-60 {
        margin: -15rem;
    }
    .xxs\:-m-63 {
        margin: -270px;
    }
    .xxs\:-m-64 {
        margin: -16rem;
    }
    .xxs\:-m-72 {
        margin: -18rem;
    }
    .xxs\:-m-80 {
        margin: -20rem;
    }
    .xxs\:-m-92 {
        margin: -475px;
    }
    .xxs\:-m-96 {
        margin: -24rem;
    }
    .xxs\:-m-128 {
        margin: -32rem;
    }
    .xxs\:-m-px {
        margin: -1px;
    }
    .xxs\:-m-0\.5 {
        margin: -0.125rem;
    }
    .xxs\:-m-1\.5 {
        margin: -0.375rem;
    }
    .xxs\:-m-2\.5 {
        margin: -0.625rem;
    }
    .xxs\:-m-3\.5 {
        margin: -0.875rem;
    }
    .xxs\:-m-105p {
        margin: -105px;
    }
    .xxs\:-m-50p {
        margin: -50px;
    }
    .xxs\:-m-54p {
        margin: -54px;
    }
    .xxs\:-m-1p {
        margin: -1px;
    }
    .xxs\:-m-2p {
        margin: -2px;
    }
    .xxs\:-m-3p {
        margin: -3px;
    }
    .xxs\:-m-5p {
        margin: -5px;
    }
    .xxs\:-m-7p {
        margin: -7px;
    }
    .xxs\:-m-9p {
        margin: -9px;
    }
    .xxs\:-m-10p {
        margin: -10px;
    }
    .xxs\:-m-11p {
        margin: -11px;
    }
    .xxs\:-m-13p {
        margin: -13px;
    }
    .xxs\:-m-15p {
        margin: -15px;
    }
    .xxs\:-m-18p {
        margin: -18px;
    }
    .xxs\:-m-19p {
        margin: -19px;
    }
    .xxs\:-m-21p {
        margin: -21px;
    }
    .xxs\:-m-22p {
        margin: -22px;
    }
    .xxs\:-m-23p {
        margin: -23px;
    }
    .xxs\:-m-25p {
        margin: -25px;
    }
    .xxs\:-m-26p {
        margin: -26px;
    }
    .xxs\:-m-29p {
        margin: -29px;
    }
    .xxs\:-m-30p {
        margin: -30px;
    }
    .xxs\:-m-31p {
        margin: -31px;
    }
    .xxs\:-m-35p {
        margin: -35px;
    }
    .xxs\:-m-52p {
        margin: -52px;
    }
    .xxs\:-m-53p {
        margin: -53px;
    }
    .xxs\:-m-55p {
        margin: -55px;
    }
    .xxs\:-m-59p {
        margin: -59px;
    }
    .xxs\:-m-27p {
        margin: -27px;
    }
    .xxs\:-m-33\.5p {
        margin: -33.5px;
    }
    .xxs\:-m-38p {
        margin: -38px;
    }
    .xxs\:-m-40p {
        margin: -40px;
    }
    .xxs\:-m-46p {
        margin: -46px;
    }
    .xxs\:-m-47p {
        margin: -47px;
    }
    .xxs\:-m-49p {
        margin: -49px;
    }
    .xxs\:-m-58p {
        margin: -58px;
    }
    .xxs\:-m-75p {
        margin: -75px;
    }
    .xxs\:-m-77p {
        margin: -77px;
    }
    .xxs\:-m-60p {
        margin: -60px;
    }
    .xxs\:-m-65p {
        margin: -65px;
    }
    .xxs\:-m-66p {
        margin: -66px;
    }
    .xxs\:-m-68p {
        margin: -68px;
    }
    .xxs\:-m-70p {
        margin: -70px;
    }
    .xxs\:-m-72p {
        margin: -72px;
    }
    .xxs\:-m-74p {
        margin: -74px;
    }
    .xxs\:-m-78p {
        margin: -78px;
    }
    .xxs\:-m-80p {
        margin: -80px;
    }
    .xxs\:-m-82p {
        margin: -82px;
    }
    .xxs\:-m-84p {
        margin: -84px;
    }
    .xxs\:-m-89p {
        margin: -89px;
    }
    .xxs\:-m-93p {
        margin: -93px;
    }
    .xxs\:-m-90p {
        margin: -90px;
    }
    .xxs\:-m-97p {
        margin: -97px;
    }
    .xxs\:-m-103p {
        margin: -103px;
    }
    .xxs\:-m-116p {
        margin: -116px;
    }
    .xxs\:-m-120p {
        margin: -120px;
    }
    .xxs\:-m-125p {
        margin: -125px;
    }
    .xxs\:-m-130p {
        margin: -130px;
    }
    .xxs\:-m-135p {
        margin: -135px;
    }
    .xxs\:-m-132p {
        margin: -132px;
    }
    .xxs\:-m-150p {
        margin: -150px;
    }
    .xxs\:-m-216p {
        margin: -216px;
    }
    .xxs\:-m-225p {
        margin: -225px;
    }
    .xxs\:-m-296p {
        margin: -296px;
    }
    .xxs\:-m-270p {
        margin: -270px;
    }
    .xxs\:-m-137p {
        margin: -137px;
    }
    .xxs\:-m-141p {
        margin: -141px;
    }
    .xxs\:-m-146p {
        margin: -146px;
    }
    .xxs\:-m-152p {
        margin: -152px;
    }
    .xxs\:-m-155p {
        margin: -155px;
    }
    .xxs\:-m-163p {
        margin: -163px;
    }
    .xxs\:-m-168p {
        margin: -168px;
    }
    .xxs\:-m-173p {
        margin: -173px;
    }
    .xxs\:-m-210p {
        margin: -210px;
    }
    .xxs\:-m-245p {
        margin: -245px;
    }
    .xxs\:-m-250p {
        margin: -250px;
    }
    .xxs\:-m-260p {
        margin: -260px;
    }
    .xxs\:-m-263p {
        margin: -263px;
    }
    .xxs\:-m-266p {
        margin: -266px;
    }
    .xxs\:-m-275p {
        margin: -275px;
    }
    .xxs\:-m-300p {
        margin: -300px;
    }
    .xxs\:-m-312p {
        margin: -312px;
    }
    .xxs\:-m-318p {
        margin: -318px;
    }
    .xxs\:-m-322p {
        margin: -322px;
    }
    .xxs\:-m-337p {
        margin: -337px;
    }
    .xxs\:-m-345p {
        margin: -345px;
    }
    .xxs\:-m-344p {
        margin: -344px;
    }
    .xxs\:-m-354p {
        margin: -354px;
    }
    .xxs\:-m-364p {
        margin: -364px;
    }
    .xxs\:-m-370p {
        margin: -370px;
    }
    .xxs\:-m-382p {
        margin: -382px;
    }
    .xxs\:-m-385p {
        margin: -385px;
    }
    .xxs\:-m-400p {
        margin: -400px;
    }
    .xxs\:-m-407p {
        margin: -407px;
    }
    .xxs\:-m-411p {
        margin: -411px;
    }
    .xxs\:-m-418p {
        margin: -418px;
    }
    .xxs\:-m-430p {
        margin: -430px;
    }
    .xxs\:-m-450p {
        margin: -450px;
    }
    .xxs\:-m-468p {
        margin: -468px;
    }
    .xxs\:-m-485p {
        margin: -485px;
    }
    .xxs\:-m-491p {
        margin: -491px;
    }
    .xxs\:-m-494p {
        margin: -494px;
    }
    .xxs\:-m-470p {
        margin: -470px;
    }
    .xxs\:-m-480p {
        margin: -480px;
    }
    .xxs\:-m-532p {
        margin: -532px;
    }
    .xxs\:-m-556p {
        margin: -556px;
    }
    .xxs\:-m-505p {
        margin: -505px;
    }
    .xxs\:-m-1179p {
        margin: -1179px;
    }
    .xxs\:-m-1253p {
        margin: -1253px;
    }
    .xxs\:-m-1575p {
        margin: -1575px;
    }
    .xxs\:-m-600p {
        margin: -600px;
    }
    .xxs\:-m-649p {
        margin: -649px;
    }
    .xxs\:-m-690p {
        margin: -690px;
    }
    .xxs\:-m-19\% {
        margin: -19%;
    }
    .xxs\:-m-23\% {
        margin: -23%;
    }
    .xxs\:-m-24\% {
        margin: -24%;
    }
    .xxs\:-m-36\% {
        margin: -36%;
    }
    .xxs\:-m-27\% {
        margin: -27%;
    }
    .xxs\:-m-28\% {
        margin: -28%;
    }
    .xxs\:-m-42\% {
        margin: -42%;
    }
    .xxs\:-m-46\% {
        margin: -46%;
    }
    .xxs\:-m-49\% {
        margin: -49%;
    }
    .xxs\:-m-54\% {
        margin: -54%;
    }
    .xxs\:-m-58\% {
        margin: -58%;
    }
    .xxs\:-m-72\% {
        margin: -72%;
    }
    .xxs\:-m-76\% {
        margin: -76%;
    }
    .xxs\:-m-77\% {
        margin: -77%;
    }
    .xxs\:-m-340p {
        margin: -340px;
    }
    .xxs\:-m-700p {
        margin: -700px;
    }
    .xxs\:-m-848p {
        margin: -848px;
    }
    .xxs\:-m-850p {
        margin: -850px;
    }
    .xxs\:-m-860p {
        margin: -860px;
    }
    .xxs\:-m-1425p {
        margin: -1425px;
    }
    .xxs\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xxs\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xxs\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .xxs\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .xxs\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .xxs\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .xxs\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .xxs\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .xxs\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .xxs\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .xxs\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .xxs\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .xxs\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .xxs\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .xxs\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .xxs\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .xxs\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .xxs\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .xxs\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .xxs\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .xxs\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .xxs\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .xxs\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .xxs\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .xxs\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .xxs\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .xxs\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .xxs\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .xxs\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .xxs\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .xxs\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xxs\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .xxs\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .xxs\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .xxs\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .xxs\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .xxs\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .xxs\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .xxs\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .xxs\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .xxs\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xxs\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xxs\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .xxs\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .xxs\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xxs\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xxs\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .xxs\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .xxs\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .xxs\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .xxs\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .xxs\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .xxs\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .xxs\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .xxs\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .xxs\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .xxs\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .xxs\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .xxs\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .xxs\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .xxs\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xxs\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xxs\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .xxs\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .xxs\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .xxs\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .xxs\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .xxs\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .xxs\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .xxs\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .xxs\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .xxs\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .xxs\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .xxs\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .xxs\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .xxs\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .xxs\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xxs\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xxs\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .xxs\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .xxs\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .xxs\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .xxs\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .xxs\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .xxs\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .xxs\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .xxs\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .xxs\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .xxs\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .xxs\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .xxs\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .xxs\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .xxs\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xxs\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xxs\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .xxs\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .xxs\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .xxs\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .xxs\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .xxs\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .xxs\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .xxs\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .xxs\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .xxs\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .xxs\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .xxs\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .xxs\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .xxs\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .xxs\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .xxs\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .xxs\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .xxs\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .xxs\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .xxs\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .xxs\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .xxs\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .xxs\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .xxs\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .xxs\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .xxs\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .xxs\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .xxs\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .xxs\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .xxs\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .xxs\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .xxs\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .xxs\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .xxs\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .xxs\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .xxs\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .xxs\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .xxs\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .xxs\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .xxs\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .xxs\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .xxs\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .xxs\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .xxs\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .xxs\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .xxs\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .xxs\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .xxs\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .xxs\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .xxs\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .xxs\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .xxs\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .xxs\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .xxs\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .xxs\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .xxs\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .xxs\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .xxs\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .xxs\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .xxs\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .xxs\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .xxs\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .xxs\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .xxs\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .xxs\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .xxs\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .xxs\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .xxs\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .xxs\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .xxs\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .xxs\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .xxs\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .xxs\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .xxs\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .xxs\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .xxs\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .xxs\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .xxs\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .xxs\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .xxs\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .xxs\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .xxs\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .xxs\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .xxs\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .xxs\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .xxs\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .xxs\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .xxs\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .xxs\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .xxs\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .xxs\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .xxs\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .xxs\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .xxs\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .xxs\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .xxs\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .xxs\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .xxs\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .xxs\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .xxs\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .xxs\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .xxs\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .xxs\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xxs\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xxs\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .xxs\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .xxs\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xxs\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xxs\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .xxs\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .xxs\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .xxs\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .xxs\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .xxs\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .xxs\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .xxs\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .xxs\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .xxs\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .xxs\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .xxs\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .xxs\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xxs\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xxs\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .xxs\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .xxs\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .xxs\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .xxs\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .xxs\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .xxs\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .xxs\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .xxs\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .xxs\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .xxs\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .xxs\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .xxs\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .xxs\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .xxs\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .xxs\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .xxs\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .xxs\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .xxs\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .xxs\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .xxs\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .xxs\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .xxs\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .xxs\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .xxs\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .xxs\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .xxs\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .xxs\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .xxs\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .xxs\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .xxs\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .xxs\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .xxs\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .xxs\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .xxs\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .xxs\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .xxs\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .xxs\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .xxs\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .xxs\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .xxs\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .xxs\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .xxs\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .xxs\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .xxs\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .xxs\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .xxs\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .xxs\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .xxs\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .xxs\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .xxs\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .xxs\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .xxs\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .xxs\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .xxs\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .xxs\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .xxs\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .xxs\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .xxs\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .xxs\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .xxs\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .xxs\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .xxs\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .xxs\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .xxs\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .xxs\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .xxs\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .xxs\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .xxs\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .xxs\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .xxs\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .xxs\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .xxs\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .xxs\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .xxs\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .xxs\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .xxs\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .xxs\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .xxs\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .xxs\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .xxs\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .xxs\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .xxs\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .xxs\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .xxs\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .xxs\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .xxs\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .xxs\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .xxs\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .xxs\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .xxs\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .xxs\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .xxs\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .xxs\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .xxs\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .xxs\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .xxs\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .xxs\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .xxs\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .xxs\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .xxs\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .xxs\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .xxs\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .xxs\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .xxs\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .xxs\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .xxs\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .xxs\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .xxs\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .xxs\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .xxs\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .xxs\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .xxs\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .xxs\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .xxs\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .xxs\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .xxs\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .xxs\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .xxs\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .xxs\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .xxs\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .xxs\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .xxs\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .xxs\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .xxs\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .xxs\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .xxs\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .xxs\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .xxs\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .xxs\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .xxs\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .xxs\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .xxs\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .xxs\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .xxs\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .xxs\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .xxs\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xxs\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xxs\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .xxs\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .xxs\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .xxs\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .xxs\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .xxs\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .xxs\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .xxs\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .xxs\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .xxs\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .xxs\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .xxs\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .xxs\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .xxs\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .xxs\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .xxs\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .xxs\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .xxs\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .xxs\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .xxs\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .xxs\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .xxs\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .xxs\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .xxs\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .xxs\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .xxs\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .xxs\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .xxs\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .xxs\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .xxs\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .xxs\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .xxs\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .xxs\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .xxs\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .xxs\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .xxs\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .xxs\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .xxs\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .xxs\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xxs\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xxs\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .xxs\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .xxs\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xxs\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xxs\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .xxs\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .xxs\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .xxs\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .xxs\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .xxs\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .xxs\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .xxs\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .xxs\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .xxs\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .xxs\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .xxs\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .xxs\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .xxs\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .xxs\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xxs\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xxs\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .xxs\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .xxs\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .xxs\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .xxs\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .xxs\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .xxs\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .xxs\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .xxs\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .xxs\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .xxs\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .xxs\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .xxs\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xxs\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xxs\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .xxs\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .xxs\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .xxs\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .xxs\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .xxs\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .xxs\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .xxs\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .xxs\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .xxs\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .xxs\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .xxs\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .xxs\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .xxs\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .xxs\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xxs\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xxs\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .xxs\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .xxs\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .xxs\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .xxs\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .xxs\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .xxs\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .xxs\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .xxs\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .xxs\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .xxs\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .xxs\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .xxs\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .xxs\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .xxs\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .xxs\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .xxs\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .xxs\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .xxs\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .xxs\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .xxs\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .xxs\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .xxs\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .xxs\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .xxs\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .xxs\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .xxs\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .xxs\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .xxs\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .xxs\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .xxs\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .xxs\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .xxs\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .xxs\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .xxs\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .xxs\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .xxs\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .xxs\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .xxs\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .xxs\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .xxs\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .xxs\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .xxs\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .xxs\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .xxs\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .xxs\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .xxs\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .xxs\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .xxs\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .xxs\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .xxs\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .xxs\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .xxs\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .xxs\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .xxs\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .xxs\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .xxs\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .xxs\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .xxs\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .xxs\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .xxs\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .xxs\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .xxs\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .xxs\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .xxs\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .xxs\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .xxs\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .xxs\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .xxs\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .xxs\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .xxs\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .xxs\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .xxs\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .xxs\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .xxs\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .xxs\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .xxs\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .xxs\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .xxs\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .xxs\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .xxs\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .xxs\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .xxs\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .xxs\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .xxs\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .xxs\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .xxs\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .xxs\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .xxs\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .xxs\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .xxs\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .xxs\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .xxs\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .xxs\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .xxs\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .xxs\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .xxs\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .xxs\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .xxs\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .xxs\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .xxs\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .xxs\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .xxs\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xxs\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xxs\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .xxs\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .xxs\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xxs\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xxs\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .xxs\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .xxs\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .xxs\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .xxs\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .xxs\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .xxs\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .xxs\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .xxs\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .xxs\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .xxs\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .xxs\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .xxs\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xxs\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xxs\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .xxs\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .xxs\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .xxs\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .xxs\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .xxs\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .xxs\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .xxs\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .xxs\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .xxs\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .xxs\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .xxs\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .xxs\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .xxs\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .xxs\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .xxs\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .xxs\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .xxs\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .xxs\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .xxs\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .xxs\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .xxs\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .xxs\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .xxs\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .xxs\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .xxs\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .xxs\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .xxs\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .xxs\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .xxs\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .xxs\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .xxs\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .xxs\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .xxs\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .xxs\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .xxs\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .xxs\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .xxs\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .xxs\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .xxs\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .xxs\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .xxs\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .xxs\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .xxs\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .xxs\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .xxs\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .xxs\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .xxs\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .xxs\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .xxs\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .xxs\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .xxs\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .xxs\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .xxs\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .xxs\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .xxs\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .xxs\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .xxs\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .xxs\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .xxs\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .xxs\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .xxs\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .xxs\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .xxs\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .xxs\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .xxs\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .xxs\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .xxs\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .xxs\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .xxs\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .xxs\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .xxs\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .xxs\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .xxs\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .xxs\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .xxs\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .xxs\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .xxs\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .xxs\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .xxs\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .xxs\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .xxs\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .xxs\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .xxs\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .xxs\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .xxs\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .xxs\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .xxs\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .xxs\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .xxs\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .xxs\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .xxs\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .xxs\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .xxs\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .xxs\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .xxs\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .xxs\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .xxs\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .xxs\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .xxs\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .xxs\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .xxs\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .xxs\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .xxs\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .xxs\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .xxs\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .xxs\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .xxs\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .xxs\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .xxs\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .xxs\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .xxs\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .xxs\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .xxs\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .xxs\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .xxs\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .xxs\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .xxs\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .xxs\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .xxs\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .xxs\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .xxs\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .xxs\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .xxs\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .xxs\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .xxs\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .xxs\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .xxs\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .xxs\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .xxs\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .xxs\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .xxs\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .xxs\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .xxs\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .xxs\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .xxs\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .xxs\:mt-0 {
        margin-top: 0;
    }
    .xxs\:mr-0 {
        margin-right: 0;
    }
    .xxs\:mb-0 {
        margin-bottom: 0;
    }
    .xxs\:ml-0 {
        margin-left: 0;
    }
    .xxs\:mt-1 {
        margin-top: 0.25rem;
    }
    .xxs\:mr-1 {
        margin-right: 0.25rem;
    }
    .xxs\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .xxs\:ml-1 {
        margin-left: 0.25rem;
    }
    .xxs\:mt-2 {
        margin-top: 0.5rem;
    }
    .xxs\:mr-2 {
        margin-right: 0.5rem;
    }
    .xxs\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .xxs\:ml-2 {
        margin-left: 0.5rem;
    }
    .xxs\:mt-3 {
        margin-top: 0.75rem;
    }
    .xxs\:mr-3 {
        margin-right: 0.75rem;
    }
    .xxs\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .xxs\:ml-3 {
        margin-left: 0.75rem;
    }
    .xxs\:mt-4 {
        margin-top: 1rem;
    }
    .xxs\:mr-4 {
        margin-right: 1rem;
    }
    .xxs\:mb-4 {
        margin-bottom: 1rem;
    }
    .xxs\:ml-4 {
        margin-left: 1rem;
    }
    .xxs\:mt-5 {
        margin-top: 1.25rem;
    }
    .xxs\:mr-5 {
        margin-right: 1.25rem;
    }
    .xxs\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .xxs\:ml-5 {
        margin-left: 1.25rem;
    }
    .xxs\:mt-6 {
        margin-top: 1.5rem;
    }
    .xxs\:mr-6 {
        margin-right: 1.5rem;
    }
    .xxs\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .xxs\:ml-6 {
        margin-left: 1.5rem;
    }
    .xxs\:mt-7 {
        margin-top: 1.75rem;
    }
    .xxs\:mr-7 {
        margin-right: 1.75rem;
    }
    .xxs\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .xxs\:ml-7 {
        margin-left: 1.75rem;
    }
    .xxs\:mt-8 {
        margin-top: 2rem;
    }
    .xxs\:mr-8 {
        margin-right: 2rem;
    }
    .xxs\:mb-8 {
        margin-bottom: 2rem;
    }
    .xxs\:ml-8 {
        margin-left: 2rem;
    }
    .xxs\:mt-9 {
        margin-top: 2.25rem;
    }
    .xxs\:mr-9 {
        margin-right: 2.25rem;
    }
    .xxs\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .xxs\:ml-9 {
        margin-left: 2.25rem;
    }
    .xxs\:mt-10 {
        margin-top: 2.5rem;
    }
    .xxs\:mr-10 {
        margin-right: 2.5rem;
    }
    .xxs\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .xxs\:ml-10 {
        margin-left: 2.5rem;
    }
    .xxs\:mt-11 {
        margin-top: 2.75rem;
    }
    .xxs\:mr-11 {
        margin-right: 2.75rem;
    }
    .xxs\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .xxs\:ml-11 {
        margin-left: 2.75rem;
    }
    .xxs\:mt-12 {
        margin-top: 3rem;
    }
    .xxs\:mr-12 {
        margin-right: 3rem;
    }
    .xxs\:mb-12 {
        margin-bottom: 3rem;
    }
    .xxs\:ml-12 {
        margin-left: 3rem;
    }
    .xxs\:mt-14 {
        margin-top: 3.5rem;
    }
    .xxs\:mr-14 {
        margin-right: 3.5rem;
    }
    .xxs\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .xxs\:ml-14 {
        margin-left: 3.5rem;
    }
    .xxs\:mt-16 {
        margin-top: 4rem;
    }
    .xxs\:mr-16 {
        margin-right: 4rem;
    }
    .xxs\:mb-16 {
        margin-bottom: 4rem;
    }
    .xxs\:ml-16 {
        margin-left: 4rem;
    }
    .xxs\:mt-20 {
        margin-top: 5rem;
    }
    .xxs\:mr-20 {
        margin-right: 5rem;
    }
    .xxs\:mb-20 {
        margin-bottom: 5rem;
    }
    .xxs\:ml-20 {
        margin-left: 5rem;
    }
    .xxs\:mt-23 {
        margin-top: 88px;
    }
    .xxs\:mr-23 {
        margin-right: 88px;
    }
    .xxs\:mb-23 {
        margin-bottom: 88px;
    }
    .xxs\:ml-23 {
        margin-left: 88px;
    }
    .xxs\:mt-24 {
        margin-top: 6rem;
    }
    .xxs\:mr-24 {
        margin-right: 6rem;
    }
    .xxs\:mb-24 {
        margin-bottom: 6rem;
    }
    .xxs\:ml-24 {
        margin-left: 6rem;
    }
    .xxs\:mt-25 {
        margin-top: 100px;
    }
    .xxs\:mr-25 {
        margin-right: 100px;
    }
    .xxs\:mb-25 {
        margin-bottom: 100px;
    }
    .xxs\:ml-25 {
        margin-left: 100px;
    }
    .xxs\:mt-28 {
        margin-top: 7rem;
    }
    .xxs\:mr-28 {
        margin-right: 7rem;
    }
    .xxs\:mb-28 {
        margin-bottom: 7rem;
    }
    .xxs\:ml-28 {
        margin-left: 7rem;
    }
    .xxs\:mt-29 {
        margin-top: 120px;
    }
    .xxs\:mr-29 {
        margin-right: 120px;
    }
    .xxs\:mb-29 {
        margin-bottom: 120px;
    }
    .xxs\:ml-29 {
        margin-left: 120px;
    }
    .xxs\:mt-32 {
        margin-top: 8rem;
    }
    .xxs\:mr-32 {
        margin-right: 8rem;
    }
    .xxs\:mb-32 {
        margin-bottom: 8rem;
    }
    .xxs\:ml-32 {
        margin-left: 8rem;
    }
    .xxs\:mt-33 {
        margin-top: 130px;
    }
    .xxs\:mr-33 {
        margin-right: 130px;
    }
    .xxs\:mb-33 {
        margin-bottom: 130px;
    }
    .xxs\:ml-33 {
        margin-left: 130px;
    }
    .xxs\:mt-36 {
        margin-top: 9rem;
    }
    .xxs\:mr-36 {
        margin-right: 9rem;
    }
    .xxs\:mb-36 {
        margin-bottom: 9rem;
    }
    .xxs\:ml-36 {
        margin-left: 9rem;
    }
    .xxs\:mt-40 {
        margin-top: 10rem;
    }
    .xxs\:mr-40 {
        margin-right: 10rem;
    }
    .xxs\:mb-40 {
        margin-bottom: 10rem;
    }
    .xxs\:ml-40 {
        margin-left: 10rem;
    }
    .xxs\:mt-44 {
        margin-top: 11rem;
    }
    .xxs\:mr-44 {
        margin-right: 11rem;
    }
    .xxs\:mb-44 {
        margin-bottom: 11rem;
    }
    .xxs\:ml-44 {
        margin-left: 11rem;
    }
    .xxs\:mt-48 {
        margin-top: 12rem;
    }
    .xxs\:mr-48 {
        margin-right: 12rem;
    }
    .xxs\:mb-48 {
        margin-bottom: 12rem;
    }
    .xxs\:ml-48 {
        margin-left: 12rem;
    }
    .xxs\:mt-52 {
        margin-top: 13rem;
    }
    .xxs\:mr-52 {
        margin-right: 13rem;
    }
    .xxs\:mb-52 {
        margin-bottom: 13rem;
    }
    .xxs\:ml-52 {
        margin-left: 13rem;
    }
    .xxs\:mt-56 {
        margin-top: 14rem;
    }
    .xxs\:mr-56 {
        margin-right: 14rem;
    }
    .xxs\:mb-56 {
        margin-bottom: 14rem;
    }
    .xxs\:ml-56 {
        margin-left: 14rem;
    }
    .xxs\:mt-60 {
        margin-top: 15rem;
    }
    .xxs\:mr-60 {
        margin-right: 15rem;
    }
    .xxs\:mb-60 {
        margin-bottom: 15rem;
    }
    .xxs\:ml-60 {
        margin-left: 15rem;
    }
    .xxs\:mt-63 {
        margin-top: 270px;
    }
    .xxs\:mr-63 {
        margin-right: 270px;
    }
    .xxs\:mb-63 {
        margin-bottom: 270px;
    }
    .xxs\:ml-63 {
        margin-left: 270px;
    }
    .xxs\:mt-64 {
        margin-top: 16rem;
    }
    .xxs\:mr-64 {
        margin-right: 16rem;
    }
    .xxs\:mb-64 {
        margin-bottom: 16rem;
    }
    .xxs\:ml-64 {
        margin-left: 16rem;
    }
    .xxs\:mt-72 {
        margin-top: 18rem;
    }
    .xxs\:mr-72 {
        margin-right: 18rem;
    }
    .xxs\:mb-72 {
        margin-bottom: 18rem;
    }
    .xxs\:ml-72 {
        margin-left: 18rem;
    }
    .xxs\:mt-80 {
        margin-top: 20rem;
    }
    .xxs\:mr-80 {
        margin-right: 20rem;
    }
    .xxs\:mb-80 {
        margin-bottom: 20rem;
    }
    .xxs\:ml-80 {
        margin-left: 20rem;
    }
    .xxs\:mt-92 {
        margin-top: 375px;
    }
    .xxs\:mr-92 {
        margin-right: 375px;
    }
    .xxs\:mb-92 {
        margin-bottom: 375px;
    }
    .xxs\:ml-92 {
        margin-left: 375px;
    }
    .xxs\:mt-96 {
        margin-top: 24rem;
    }
    .xxs\:mr-96 {
        margin-right: 24rem;
    }
    .xxs\:mb-96 {
        margin-bottom: 24rem;
    }
    .xxs\:ml-96 {
        margin-left: 24rem;
    }
    .xxs\:mt-128 {
        margin-top: 32rem;
    }
    .xxs\:mr-128 {
        margin-right: 32rem;
    }
    .xxs\:mb-128 {
        margin-bottom: 32rem;
    }
    .xxs\:ml-128 {
        margin-left: 32rem;
    }
    .xxs\:mt-auto {
        margin-top: auto;
    }
    .xxs\:mr-auto {
        margin-right: auto;
    }
    .xxs\:mb-auto {
        margin-bottom: auto;
    }
    .xxs\:ml-auto {
        margin-left: auto;
    }
    .xxs\:mt-px {
        margin-top: 1px;
    }
    .xxs\:mr-px {
        margin-right: 1px;
    }
    .xxs\:mb-px {
        margin-bottom: 1px;
    }
    .xxs\:ml-px {
        margin-left: 1px;
    }
    .xxs\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .xxs\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .xxs\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .xxs\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .xxs\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .xxs\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .xxs\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .xxs\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .xxs\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .xxs\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .xxs\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .xxs\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .xxs\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .xxs\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .xxs\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .xxs\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .xxs\:mt-105p {
        margin-top: 105px;
    }
    .xxs\:mr-105p {
        margin-right: 105px;
    }
    .xxs\:mb-105p {
        margin-bottom: 105px;
    }
    .xxs\:ml-105p {
        margin-left: 105px;
    }
    .xxs\:mt-50p {
        margin-top: 50px;
    }
    .xxs\:mr-50p {
        margin-right: 50px;
    }
    .xxs\:mb-50p {
        margin-bottom: 50px;
    }
    .xxs\:ml-50p {
        margin-left: 50px;
    }
    .xxs\:mt-54p {
        margin-top: 54px;
    }
    .xxs\:mr-54p {
        margin-right: 54px;
    }
    .xxs\:mb-54p {
        margin-bottom: 54px;
    }
    .xxs\:ml-54p {
        margin-left: 54px;
    }
    .xxs\:mt-1p {
        margin-top: 1px;
    }
    .xxs\:mr-1p {
        margin-right: 1px;
    }
    .xxs\:mb-1p {
        margin-bottom: 1px;
    }
    .xxs\:ml-1p {
        margin-left: 1px;
    }
    .xxs\:mt-2p {
        margin-top: 2px;
    }
    .xxs\:mr-2p {
        margin-right: 2px;
    }
    .xxs\:mb-2p {
        margin-bottom: 2px;
    }
    .xxs\:ml-2p {
        margin-left: 2px;
    }
    .xxs\:mt-3p {
        margin-top: 3px;
    }
    .xxs\:mr-3p {
        margin-right: 3px;
    }
    .xxs\:mb-3p {
        margin-bottom: 3px;
    }
    .xxs\:ml-3p {
        margin-left: 3px;
    }
    .xxs\:mt-5p {
        margin-top: 5px;
    }
    .xxs\:mr-5p {
        margin-right: 5px;
    }
    .xxs\:mb-5p {
        margin-bottom: 5px;
    }
    .xxs\:ml-5p {
        margin-left: 5px;
    }
    .xxs\:mt-7p {
        margin-top: 7px;
    }
    .xxs\:mr-7p {
        margin-right: 7px;
    }
    .xxs\:mb-7p {
        margin-bottom: 7px;
    }
    .xxs\:ml-7p {
        margin-left: 7px;
    }
    .xxs\:mt-9p {
        margin-top: 9px;
    }
    .xxs\:mr-9p {
        margin-right: 9px;
    }
    .xxs\:mb-9p {
        margin-bottom: 9px;
    }
    .xxs\:ml-9p {
        margin-left: 9px;
    }
    .xxs\:mt-10p {
        margin-top: 10px;
    }
    .xxs\:mr-10p {
        margin-right: 10px;
    }
    .xxs\:mb-10p {
        margin-bottom: 10px;
    }
    .xxs\:ml-10p {
        margin-left: 10px;
    }
    .xxs\:mt-11p {
        margin-top: 11px;
    }
    .xxs\:mr-11p {
        margin-right: 11px;
    }
    .xxs\:mb-11p {
        margin-bottom: 11px;
    }
    .xxs\:ml-11p {
        margin-left: 11px;
    }
    .xxs\:mt-13p {
        margin-top: 13px;
    }
    .xxs\:mr-13p {
        margin-right: 13px;
    }
    .xxs\:mb-13p {
        margin-bottom: 13px;
    }
    .xxs\:ml-13p {
        margin-left: 13px;
    }
    .xxs\:mt-15p {
        margin-top: 15px;
    }
    .xxs\:mr-15p {
        margin-right: 15px;
    }
    .xxs\:mb-15p {
        margin-bottom: 15px;
    }
    .xxs\:ml-15p {
        margin-left: 15px;
    }
    .xxs\:mt-18p {
        margin-top: 18px;
    }
    .xxs\:mr-18p {
        margin-right: 18px;
    }
    .xxs\:mb-18p {
        margin-bottom: 18px;
    }
    .xxs\:ml-18p {
        margin-left: 18px;
    }
    .xxs\:mt-19p {
        margin-top: 19px;
    }
    .xxs\:mr-19p {
        margin-right: 19px;
    }
    .xxs\:mb-19p {
        margin-bottom: 19px;
    }
    .xxs\:ml-19p {
        margin-left: 19px;
    }
    .xxs\:mt-21p {
        margin-top: 21px;
    }
    .xxs\:mr-21p {
        margin-right: 21px;
    }
    .xxs\:mb-21p {
        margin-bottom: 21px;
    }
    .xxs\:ml-21p {
        margin-left: 21px;
    }
    .xxs\:mt-22p {
        margin-top: 22px;
    }
    .xxs\:mr-22p {
        margin-right: 22px;
    }
    .xxs\:mb-22p {
        margin-bottom: 22px;
    }
    .xxs\:ml-22p {
        margin-left: 22px;
    }
    .xxs\:mt-23p {
        margin-top: 23px;
    }
    .xxs\:mr-23p {
        margin-right: 23px;
    }
    .xxs\:mb-23p {
        margin-bottom: 23px;
    }
    .xxs\:ml-23p {
        margin-left: 23px;
    }
    .xxs\:mt-25p {
        margin-top: 25px;
    }
    .xxs\:mr-25p {
        margin-right: 25px;
    }
    .xxs\:mb-25p {
        margin-bottom: 25px;
    }
    .xxs\:ml-25p {
        margin-left: 25px;
    }
    .xxs\:mt-26p {
        margin-top: 26px;
    }
    .xxs\:mr-26p {
        margin-right: 26px;
    }
    .xxs\:mb-26p {
        margin-bottom: 26px;
    }
    .xxs\:ml-26p {
        margin-left: 26px;
    }
    .xxs\:mt-29p {
        margin-top: 29px;
    }
    .xxs\:mr-29p {
        margin-right: 29px;
    }
    .xxs\:mb-29p {
        margin-bottom: 29px;
    }
    .xxs\:ml-29p {
        margin-left: 29px;
    }
    .xxs\:mt-30p {
        margin-top: 30px;
    }
    .xxs\:mr-30p {
        margin-right: 30px;
    }
    .xxs\:mb-30p {
        margin-bottom: 30px;
    }
    .xxs\:ml-30p {
        margin-left: 30px;
    }
    .xxs\:mt-31p {
        margin-top: 31px;
    }
    .xxs\:mr-31p {
        margin-right: 31px;
    }
    .xxs\:mb-31p {
        margin-bottom: 31px;
    }
    .xxs\:ml-31p {
        margin-left: 31px;
    }
    .xxs\:mt-35p {
        margin-top: 35px;
    }
    .xxs\:mr-35p {
        margin-right: 35px;
    }
    .xxs\:mb-35p {
        margin-bottom: 35px;
    }
    .xxs\:ml-35p {
        margin-left: 35px;
    }
    .xxs\:mt-52p {
        margin-top: 52px;
    }
    .xxs\:mr-52p {
        margin-right: 52px;
    }
    .xxs\:mb-52p {
        margin-bottom: 52px;
    }
    .xxs\:ml-52p {
        margin-left: 52px;
    }
    .xxs\:mt-53p {
        margin-top: 53px;
    }
    .xxs\:mr-53p {
        margin-right: 53px;
    }
    .xxs\:mb-53p {
        margin-bottom: 53px;
    }
    .xxs\:ml-53p {
        margin-left: 53px;
    }
    .xxs\:mt-55p {
        margin-top: 55px;
    }
    .xxs\:mr-55p {
        margin-right: 55px;
    }
    .xxs\:mb-55p {
        margin-bottom: 55px;
    }
    .xxs\:ml-55p {
        margin-left: 55px;
    }
    .xxs\:mt-59p {
        margin-top: 59px;
    }
    .xxs\:mr-59p {
        margin-right: 59px;
    }
    .xxs\:mb-59p {
        margin-bottom: 59px;
    }
    .xxs\:ml-59p {
        margin-left: 59px;
    }
    .xxs\:mt-27p {
        margin-top: 27px;
    }
    .xxs\:mr-27p {
        margin-right: 27px;
    }
    .xxs\:mb-27p {
        margin-bottom: 27px;
    }
    .xxs\:ml-27p {
        margin-left: 27px;
    }
    .xxs\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .xxs\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .xxs\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .xxs\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .xxs\:mt-38p {
        margin-top: 38px;
    }
    .xxs\:mr-38p {
        margin-right: 38px;
    }
    .xxs\:mb-38p {
        margin-bottom: 38px;
    }
    .xxs\:ml-38p {
        margin-left: 38px;
    }
    .xxs\:mt-40p {
        margin-top: 40px;
    }
    .xxs\:mr-40p {
        margin-right: 40px;
    }
    .xxs\:mb-40p {
        margin-bottom: 40px;
    }
    .xxs\:ml-40p {
        margin-left: 40px;
    }
    .xxs\:mt-46p {
        margin-top: 46px;
    }
    .xxs\:mr-46p {
        margin-right: 46px;
    }
    .xxs\:mb-46p {
        margin-bottom: 46px;
    }
    .xxs\:ml-46p {
        margin-left: 46px;
    }
    .xxs\:mt-47p {
        margin-top: 47px;
    }
    .xxs\:mr-47p {
        margin-right: 47px;
    }
    .xxs\:mb-47p {
        margin-bottom: 47px;
    }
    .xxs\:ml-47p {
        margin-left: 47px;
    }
    .xxs\:mt-49p {
        margin-top: 49px;
    }
    .xxs\:mr-49p {
        margin-right: 49px;
    }
    .xxs\:mb-49p {
        margin-bottom: 49px;
    }
    .xxs\:ml-49p {
        margin-left: 49px;
    }
    .xxs\:mt-58p {
        margin-top: 58px;
    }
    .xxs\:mr-58p {
        margin-right: 58px;
    }
    .xxs\:mb-58p {
        margin-bottom: 58px;
    }
    .xxs\:ml-58p {
        margin-left: 58px;
    }
    .xxs\:mt-75p {
        margin-top: 75px;
    }
    .xxs\:mr-75p {
        margin-right: 75px;
    }
    .xxs\:mb-75p {
        margin-bottom: 75px;
    }
    .xxs\:ml-75p {
        margin-left: 75px;
    }
    .xxs\:mt-77p {
        margin-top: 77px;
    }
    .xxs\:mr-77p {
        margin-right: 77px;
    }
    .xxs\:mb-77p {
        margin-bottom: 77px;
    }
    .xxs\:ml-77p {
        margin-left: 77px;
    }
    .xxs\:mt-60p {
        margin-top: 60px;
    }
    .xxs\:mr-60p {
        margin-right: 60px;
    }
    .xxs\:mb-60p {
        margin-bottom: 60px;
    }
    .xxs\:ml-60p {
        margin-left: 60px;
    }
    .xxs\:mt-65p {
        margin-top: 65px;
    }
    .xxs\:mr-65p {
        margin-right: 65px;
    }
    .xxs\:mb-65p {
        margin-bottom: 65px;
    }
    .xxs\:ml-65p {
        margin-left: 65px;
    }
    .xxs\:mt-66p {
        margin-top: 66px;
    }
    .xxs\:mr-66p {
        margin-right: 66px;
    }
    .xxs\:mb-66p {
        margin-bottom: 66px;
    }
    .xxs\:ml-66p {
        margin-left: 66px;
    }
    .xxs\:mt-68p {
        margin-top: 68px;
    }
    .xxs\:mr-68p {
        margin-right: 68px;
    }
    .xxs\:mb-68p {
        margin-bottom: 68px;
    }
    .xxs\:ml-68p {
        margin-left: 68px;
    }
    .xxs\:mt-70p {
        margin-top: 70px;
    }
    .xxs\:mr-70p {
        margin-right: 70px;
    }
    .xxs\:mb-70p {
        margin-bottom: 70px;
    }
    .xxs\:ml-70p {
        margin-left: 70px;
    }
    .xxs\:mt-72p {
        margin-top: 72px;
    }
    .xxs\:mr-72p {
        margin-right: 72px;
    }
    .xxs\:mb-72p {
        margin-bottom: 72px;
    }
    .xxs\:ml-72p {
        margin-left: 72px;
    }
    .xxs\:mt-74p {
        margin-top: 74px;
    }
    .xxs\:mr-74p {
        margin-right: 74px;
    }
    .xxs\:mb-74p {
        margin-bottom: 74px;
    }
    .xxs\:ml-74p {
        margin-left: 74px;
    }
    .xxs\:mt-78p {
        margin-top: 78px;
    }
    .xxs\:mr-78p {
        margin-right: 78px;
    }
    .xxs\:mb-78p {
        margin-bottom: 78px;
    }
    .xxs\:ml-78p {
        margin-left: 78px;
    }
    .xxs\:mt-80p {
        margin-top: 80px;
    }
    .xxs\:mr-80p {
        margin-right: 80px;
    }
    .xxs\:mb-80p {
        margin-bottom: 80px;
    }
    .xxs\:ml-80p {
        margin-left: 80px;
    }
    .xxs\:mt-82p {
        margin-top: 82px;
    }
    .xxs\:mr-82p {
        margin-right: 82px;
    }
    .xxs\:mb-82p {
        margin-bottom: 82px;
    }
    .xxs\:ml-82p {
        margin-left: 82px;
    }
    .xxs\:mt-84p {
        margin-top: 84px;
    }
    .xxs\:mr-84p {
        margin-right: 84px;
    }
    .xxs\:mb-84p {
        margin-bottom: 84px;
    }
    .xxs\:ml-84p {
        margin-left: 84px;
    }
    .xxs\:mt-89p {
        margin-top: 89px;
    }
    .xxs\:mr-89p {
        margin-right: 89px;
    }
    .xxs\:mb-89p {
        margin-bottom: 89px;
    }
    .xxs\:ml-89p {
        margin-left: 89px;
    }
    .xxs\:mt-93p {
        margin-top: 93px;
    }
    .xxs\:mr-93p {
        margin-right: 93px;
    }
    .xxs\:mb-93p {
        margin-bottom: 93px;
    }
    .xxs\:ml-93p {
        margin-left: 93px;
    }
    .xxs\:mt-90p {
        margin-top: 90px;
    }
    .xxs\:mr-90p {
        margin-right: 90px;
    }
    .xxs\:mb-90p {
        margin-bottom: 90px;
    }
    .xxs\:ml-90p {
        margin-left: 90px;
    }
    .xxs\:mt-97p {
        margin-top: 97px;
    }
    .xxs\:mr-97p {
        margin-right: 97px;
    }
    .xxs\:mb-97p {
        margin-bottom: 97px;
    }
    .xxs\:ml-97p {
        margin-left: 97px;
    }
    .xxs\:mt-103p {
        margin-top: 103px;
    }
    .xxs\:mr-103p {
        margin-right: 103px;
    }
    .xxs\:mb-103p {
        margin-bottom: 103px;
    }
    .xxs\:ml-103p {
        margin-left: 103px;
    }
    .xxs\:mt-116p {
        margin-top: 116px;
    }
    .xxs\:mr-116p {
        margin-right: 116px;
    }
    .xxs\:mb-116p {
        margin-bottom: 116px;
    }
    .xxs\:ml-116p {
        margin-left: 116px;
    }
    .xxs\:mt-120p {
        margin-top: 120px;
    }
    .xxs\:mr-120p {
        margin-right: 120px;
    }
    .xxs\:mb-120p {
        margin-bottom: 120px;
    }
    .xxs\:ml-120p {
        margin-left: 120px;
    }
    .xxs\:mt-125p {
        margin-top: 125px;
    }
    .xxs\:mr-125p {
        margin-right: 125px;
    }
    .xxs\:mb-125p {
        margin-bottom: 125px;
    }
    .xxs\:ml-125p {
        margin-left: 125px;
    }
    .xxs\:mt-130p {
        margin-top: 130px;
    }
    .xxs\:mr-130p {
        margin-right: 130px;
    }
    .xxs\:mb-130p {
        margin-bottom: 130px;
    }
    .xxs\:ml-130p {
        margin-left: 130px;
    }
    .xxs\:mt-135p {
        margin-top: 135px;
    }
    .xxs\:mr-135p {
        margin-right: 135px;
    }
    .xxs\:mb-135p {
        margin-bottom: 135px;
    }
    .xxs\:ml-135p {
        margin-left: 135px;
    }
    .xxs\:mt-132p {
        margin-top: 132px;
    }
    .xxs\:mr-132p {
        margin-right: 132px;
    }
    .xxs\:mb-132p {
        margin-bottom: 132px;
    }
    .xxs\:ml-132p {
        margin-left: 132px;
    }
    .xxs\:mt-150p {
        margin-top: 150px;
    }
    .xxs\:mr-150p {
        margin-right: 150px;
    }
    .xxs\:mb-150p {
        margin-bottom: 150px;
    }
    .xxs\:ml-150p {
        margin-left: 150px;
    }
    .xxs\:mt-216p {
        margin-top: 216px;
    }
    .xxs\:mr-216p {
        margin-right: 216px;
    }
    .xxs\:mb-216p {
        margin-bottom: 216px;
    }
    .xxs\:ml-216p {
        margin-left: 216px;
    }
    .xxs\:mt-225p {
        margin-top: 225px;
    }
    .xxs\:mr-225p {
        margin-right: 225px;
    }
    .xxs\:mb-225p {
        margin-bottom: 225px;
    }
    .xxs\:ml-225p {
        margin-left: 225px;
    }
    .xxs\:mt-296p {
        margin-top: 296px;
    }
    .xxs\:mr-296p {
        margin-right: 296px;
    }
    .xxs\:mb-296p {
        margin-bottom: 296px;
    }
    .xxs\:ml-296p {
        margin-left: 296px;
    }
    .xxs\:mt-270p {
        margin-top: 270px;
    }
    .xxs\:mr-270p {
        margin-right: 270px;
    }
    .xxs\:mb-270p {
        margin-bottom: 270px;
    }
    .xxs\:ml-270p {
        margin-left: 270px;
    }
    .xxs\:mt-137p {
        margin-top: 137px;
    }
    .xxs\:mr-137p {
        margin-right: 137px;
    }
    .xxs\:mb-137p {
        margin-bottom: 137px;
    }
    .xxs\:ml-137p {
        margin-left: 137px;
    }
    .xxs\:mt-141p {
        margin-top: 141px;
    }
    .xxs\:mr-141p {
        margin-right: 141px;
    }
    .xxs\:mb-141p {
        margin-bottom: 141px;
    }
    .xxs\:ml-141p {
        margin-left: 141px;
    }
    .xxs\:mt-146p {
        margin-top: 146px;
    }
    .xxs\:mr-146p {
        margin-right: 146px;
    }
    .xxs\:mb-146p {
        margin-bottom: 146px;
    }
    .xxs\:ml-146p {
        margin-left: 146px;
    }
    .xxs\:mt-152p {
        margin-top: 152px;
    }
    .xxs\:mr-152p {
        margin-right: 152px;
    }
    .xxs\:mb-152p {
        margin-bottom: 152px;
    }
    .xxs\:ml-152p {
        margin-left: 152px;
    }
    .xxs\:mt-155p {
        margin-top: 155px;
    }
    .xxs\:mr-155p {
        margin-right: 155px;
    }
    .xxs\:mb-155p {
        margin-bottom: 155px;
    }
    .xxs\:ml-155p {
        margin-left: 155px;
    }
    .xxs\:mt-163p {
        margin-top: 163px;
    }
    .xxs\:mr-163p {
        margin-right: 163px;
    }
    .xxs\:mb-163p {
        margin-bottom: 163px;
    }
    .xxs\:ml-163p {
        margin-left: 163px;
    }
    .xxs\:mt-168p {
        margin-top: 168px;
    }
    .xxs\:mr-168p {
        margin-right: 168px;
    }
    .xxs\:mb-168p {
        margin-bottom: 168px;
    }
    .xxs\:ml-168p {
        margin-left: 168px;
    }
    .xxs\:mt-173p {
        margin-top: 173px;
    }
    .xxs\:mr-173p {
        margin-right: 173px;
    }
    .xxs\:mb-173p {
        margin-bottom: 173px;
    }
    .xxs\:ml-173p {
        margin-left: 173px;
    }
    .xxs\:mt-210p {
        margin-top: 210px;
    }
    .xxs\:mr-210p {
        margin-right: 210px;
    }
    .xxs\:mb-210p {
        margin-bottom: 210px;
    }
    .xxs\:ml-210p {
        margin-left: 210px;
    }
    .xxs\:mt-245p {
        margin-top: 245px;
    }
    .xxs\:mr-245p {
        margin-right: 245px;
    }
    .xxs\:mb-245p {
        margin-bottom: 245px;
    }
    .xxs\:ml-245p {
        margin-left: 245px;
    }
    .xxs\:mt-250p {
        margin-top: 250px;
    }
    .xxs\:mr-250p {
        margin-right: 250px;
    }
    .xxs\:mb-250p {
        margin-bottom: 250px;
    }
    .xxs\:ml-250p {
        margin-left: 250px;
    }
    .xxs\:mt-260p {
        margin-top: 260px;
    }
    .xxs\:mr-260p {
        margin-right: 260px;
    }
    .xxs\:mb-260p {
        margin-bottom: 260px;
    }
    .xxs\:ml-260p {
        margin-left: 260px;
    }
    .xxs\:mt-263p {
        margin-top: 263px;
    }
    .xxs\:mr-263p {
        margin-right: 263px;
    }
    .xxs\:mb-263p {
        margin-bottom: 263px;
    }
    .xxs\:ml-263p {
        margin-left: 263px;
    }
    .xxs\:mt-266p {
        margin-top: 266px;
    }
    .xxs\:mr-266p {
        margin-right: 266px;
    }
    .xxs\:mb-266p {
        margin-bottom: 266px;
    }
    .xxs\:ml-266p {
        margin-left: 266px;
    }
    .xxs\:mt-275p {
        margin-top: 275px;
    }
    .xxs\:mr-275p {
        margin-right: 275px;
    }
    .xxs\:mb-275p {
        margin-bottom: 275px;
    }
    .xxs\:ml-275p {
        margin-left: 275px;
    }
    .xxs\:mt-300p {
        margin-top: 300px;
    }
    .xxs\:mr-300p {
        margin-right: 300px;
    }
    .xxs\:mb-300p {
        margin-bottom: 300px;
    }
    .xxs\:ml-300p {
        margin-left: 300px;
    }
    .xxs\:mt-312p {
        margin-top: 312px;
    }
    .xxs\:mr-312p {
        margin-right: 312px;
    }
    .xxs\:mb-312p {
        margin-bottom: 312px;
    }
    .xxs\:ml-312p {
        margin-left: 312px;
    }
    .xxs\:mt-318p {
        margin-top: 318px;
    }
    .xxs\:mr-318p {
        margin-right: 318px;
    }
    .xxs\:mb-318p {
        margin-bottom: 318px;
    }
    .xxs\:ml-318p {
        margin-left: 318px;
    }
    .xxs\:mt-322p {
        margin-top: 322px;
    }
    .xxs\:mr-322p {
        margin-right: 322px;
    }
    .xxs\:mb-322p {
        margin-bottom: 322px;
    }
    .xxs\:ml-322p {
        margin-left: 322px;
    }
    .xxs\:mt-337p {
        margin-top: 337px;
    }
    .xxs\:mr-337p {
        margin-right: 337px;
    }
    .xxs\:mb-337p {
        margin-bottom: 337px;
    }
    .xxs\:ml-337p {
        margin-left: 337px;
    }
    .xxs\:mt-345p {
        margin-top: 345px;
    }
    .xxs\:mr-345p {
        margin-right: 345px;
    }
    .xxs\:mb-345p {
        margin-bottom: 345px;
    }
    .xxs\:ml-345p {
        margin-left: 345px;
    }
    .xxs\:mt-344p {
        margin-top: 344px;
    }
    .xxs\:mr-344p {
        margin-right: 344px;
    }
    .xxs\:mb-344p {
        margin-bottom: 344px;
    }
    .xxs\:ml-344p {
        margin-left: 344px;
    }
    .xxs\:mt-354p {
        margin-top: 354px;
    }
    .xxs\:mr-354p {
        margin-right: 354px;
    }
    .xxs\:mb-354p {
        margin-bottom: 354px;
    }
    .xxs\:ml-354p {
        margin-left: 354px;
    }
    .xxs\:mt-364p {
        margin-top: 364px;
    }
    .xxs\:mr-364p {
        margin-right: 364px;
    }
    .xxs\:mb-364p {
        margin-bottom: 364px;
    }
    .xxs\:ml-364p {
        margin-left: 364px;
    }
    .xxs\:mt-370p {
        margin-top: 370px;
    }
    .xxs\:mr-370p {
        margin-right: 370px;
    }
    .xxs\:mb-370p {
        margin-bottom: 370px;
    }
    .xxs\:ml-370p {
        margin-left: 370px;
    }
    .xxs\:mt-382p {
        margin-top: 382px;
    }
    .xxs\:mr-382p {
        margin-right: 382px;
    }
    .xxs\:mb-382p {
        margin-bottom: 382px;
    }
    .xxs\:ml-382p {
        margin-left: 382px;
    }
    .xxs\:mt-385p {
        margin-top: 385px;
    }
    .xxs\:mr-385p {
        margin-right: 385px;
    }
    .xxs\:mb-385p {
        margin-bottom: 385px;
    }
    .xxs\:ml-385p {
        margin-left: 385px;
    }
    .xxs\:mt-400p {
        margin-top: 400px;
    }
    .xxs\:mr-400p {
        margin-right: 400px;
    }
    .xxs\:mb-400p {
        margin-bottom: 400px;
    }
    .xxs\:ml-400p {
        margin-left: 400px;
    }
    .xxs\:mt-407p {
        margin-top: 407px;
    }
    .xxs\:mr-407p {
        margin-right: 407px;
    }
    .xxs\:mb-407p {
        margin-bottom: 407px;
    }
    .xxs\:ml-407p {
        margin-left: 407px;
    }
    .xxs\:mt-411p {
        margin-top: 411px;
    }
    .xxs\:mr-411p {
        margin-right: 411px;
    }
    .xxs\:mb-411p {
        margin-bottom: 411px;
    }
    .xxs\:ml-411p {
        margin-left: 411px;
    }
    .xxs\:mt-418p {
        margin-top: 418px;
    }
    .xxs\:mr-418p {
        margin-right: 418px;
    }
    .xxs\:mb-418p {
        margin-bottom: 418px;
    }
    .xxs\:ml-418p {
        margin-left: 418px;
    }
    .xxs\:mt-430p {
        margin-top: 430px;
    }
    .xxs\:mr-430p {
        margin-right: 430px;
    }
    .xxs\:mb-430p {
        margin-bottom: 430px;
    }
    .xxs\:ml-430p {
        margin-left: 430px;
    }
    .xxs\:mt-450p {
        margin-top: 450px;
    }
    .xxs\:mr-450p {
        margin-right: 450px;
    }
    .xxs\:mb-450p {
        margin-bottom: 450px;
    }
    .xxs\:ml-450p {
        margin-left: 450px;
    }
    .xxs\:mt-468p {
        margin-top: 468px;
    }
    .xxs\:mr-468p {
        margin-right: 468px;
    }
    .xxs\:mb-468p {
        margin-bottom: 468px;
    }
    .xxs\:ml-468p {
        margin-left: 468px;
    }
    .xxs\:mt-485p {
        margin-top: 485px;
    }
    .xxs\:mr-485p {
        margin-right: 485px;
    }
    .xxs\:mb-485p {
        margin-bottom: 485px;
    }
    .xxs\:ml-485p {
        margin-left: 485px;
    }
    .xxs\:mt-491p {
        margin-top: 491px;
    }
    .xxs\:mr-491p {
        margin-right: 491px;
    }
    .xxs\:mb-491p {
        margin-bottom: 491px;
    }
    .xxs\:ml-491p {
        margin-left: 491px;
    }
    .xxs\:mt-494p {
        margin-top: 494px;
    }
    .xxs\:mr-494p {
        margin-right: 494px;
    }
    .xxs\:mb-494p {
        margin-bottom: 494px;
    }
    .xxs\:ml-494p {
        margin-left: 494px;
    }
    .xxs\:mt-470p {
        margin-top: 470px;
    }
    .xxs\:mr-470p {
        margin-right: 470px;
    }
    .xxs\:mb-470p {
        margin-bottom: 470px;
    }
    .xxs\:ml-470p {
        margin-left: 470px;
    }
    .xxs\:mt-480p {
        margin-top: 480px;
    }
    .xxs\:mr-480p {
        margin-right: 480px;
    }
    .xxs\:mb-480p {
        margin-bottom: 480px;
    }
    .xxs\:ml-480p {
        margin-left: 480px;
    }
    .xxs\:mt-532p {
        margin-top: 532px;
    }
    .xxs\:mr-532p {
        margin-right: 532px;
    }
    .xxs\:mb-532p {
        margin-bottom: 532px;
    }
    .xxs\:ml-532p {
        margin-left: 532px;
    }
    .xxs\:mt-556p {
        margin-top: 556px;
    }
    .xxs\:mr-556p {
        margin-right: 556px;
    }
    .xxs\:mb-556p {
        margin-bottom: 556px;
    }
    .xxs\:ml-556p {
        margin-left: 556px;
    }
    .xxs\:mt-505p {
        margin-top: 505px;
    }
    .xxs\:mr-505p {
        margin-right: 505px;
    }
    .xxs\:mb-505p {
        margin-bottom: 505px;
    }
    .xxs\:ml-505p {
        margin-left: 505px;
    }
    .xxs\:mt-1179p {
        margin-top: 1179px;
    }
    .xxs\:mr-1179p {
        margin-right: 1179px;
    }
    .xxs\:mb-1179p {
        margin-bottom: 1179px;
    }
    .xxs\:ml-1179p {
        margin-left: 1179px;
    }
    .xxs\:mt-1253p {
        margin-top: 1253px;
    }
    .xxs\:mr-1253p {
        margin-right: 1253px;
    }
    .xxs\:mb-1253p {
        margin-bottom: 1253px;
    }
    .xxs\:ml-1253p {
        margin-left: 1253px;
    }
    .xxs\:mt-1575p {
        margin-top: 1575px;
    }
    .xxs\:mr-1575p {
        margin-right: 1575px;
    }
    .xxs\:mb-1575p {
        margin-bottom: 1575px;
    }
    .xxs\:ml-1575p {
        margin-left: 1575px;
    }
    .xxs\:mt-600p {
        margin-top: 600px;
    }
    .xxs\:mr-600p {
        margin-right: 600px;
    }
    .xxs\:mb-600p {
        margin-bottom: 600px;
    }
    .xxs\:ml-600p {
        margin-left: 600px;
    }
    .xxs\:mt-649p {
        margin-top: 649px;
    }
    .xxs\:mr-649p {
        margin-right: 649px;
    }
    .xxs\:mb-649p {
        margin-bottom: 649px;
    }
    .xxs\:ml-649p {
        margin-left: 649px;
    }
    .xxs\:mt-690p {
        margin-top: 690px;
    }
    .xxs\:mr-690p {
        margin-right: 690px;
    }
    .xxs\:mb-690p {
        margin-bottom: 690px;
    }
    .xxs\:ml-690p {
        margin-left: 690px;
    }
    .xxs\:mt-19\% {
        margin-top: 19%;
    }
    .xxs\:mr-19\% {
        margin-right: 19%;
    }
    .xxs\:mb-19\% {
        margin-bottom: 19%;
    }
    .xxs\:ml-19\% {
        margin-left: 19%;
    }
    .xxs\:mt-23\% {
        margin-top: 23%;
    }
    .xxs\:mr-23\% {
        margin-right: 23%;
    }
    .xxs\:mb-23\% {
        margin-bottom: 23%;
    }
    .xxs\:ml-23\% {
        margin-left: 23%;
    }
    .xxs\:mt-24\% {
        margin-top: 24%;
    }
    .xxs\:mr-24\% {
        margin-right: 24%;
    }
    .xxs\:mb-24\% {
        margin-bottom: 24%;
    }
    .xxs\:ml-24\% {
        margin-left: 24%;
    }
    .xxs\:mt-36\% {
        margin-top: 36%;
    }
    .xxs\:mr-36\% {
        margin-right: 36%;
    }
    .xxs\:mb-36\% {
        margin-bottom: 36%;
    }
    .xxs\:ml-36\% {
        margin-left: 36%;
    }
    .xxs\:mt-27\% {
        margin-top: 27%;
    }
    .xxs\:mr-27\% {
        margin-right: 27%;
    }
    .xxs\:mb-27\% {
        margin-bottom: 27%;
    }
    .xxs\:ml-27\% {
        margin-left: 27%;
    }
    .xxs\:mt-28\% {
        margin-top: 28%;
    }
    .xxs\:mr-28\% {
        margin-right: 28%;
    }
    .xxs\:mb-28\% {
        margin-bottom: 28%;
    }
    .xxs\:ml-28\% {
        margin-left: 28%;
    }
    .xxs\:mt-42\% {
        margin-top: 42%;
    }
    .xxs\:mr-42\% {
        margin-right: 42%;
    }
    .xxs\:mb-42\% {
        margin-bottom: 42%;
    }
    .xxs\:ml-42\% {
        margin-left: 42%;
    }
    .xxs\:mt-46\% {
        margin-top: 46%;
    }
    .xxs\:mr-46\% {
        margin-right: 46%;
    }
    .xxs\:mb-46\% {
        margin-bottom: 46%;
    }
    .xxs\:ml-46\% {
        margin-left: 46%;
    }
    .xxs\:mt-49\% {
        margin-top: 49%;
    }
    .xxs\:mr-49\% {
        margin-right: 49%;
    }
    .xxs\:mb-49\% {
        margin-bottom: 49%;
    }
    .xxs\:ml-49\% {
        margin-left: 49%;
    }
    .xxs\:mt-54\% {
        margin-top: 54%;
    }
    .xxs\:mr-54\% {
        margin-right: 54%;
    }
    .xxs\:mb-54\% {
        margin-bottom: 54%;
    }
    .xxs\:ml-54\% {
        margin-left: 54%;
    }
    .xxs\:mt-58\% {
        margin-top: 58%;
    }
    .xxs\:mr-58\% {
        margin-right: 58%;
    }
    .xxs\:mb-58\% {
        margin-bottom: 58%;
    }
    .xxs\:ml-58\% {
        margin-left: 58%;
    }
    .xxs\:mt-72\% {
        margin-top: 72%;
    }
    .xxs\:mr-72\% {
        margin-right: 72%;
    }
    .xxs\:mb-72\% {
        margin-bottom: 72%;
    }
    .xxs\:ml-72\% {
        margin-left: 72%;
    }
    .xxs\:mt-76\% {
        margin-top: 76%;
    }
    .xxs\:mr-76\% {
        margin-right: 76%;
    }
    .xxs\:mb-76\% {
        margin-bottom: 76%;
    }
    .xxs\:ml-76\% {
        margin-left: 76%;
    }
    .xxs\:mt-77\% {
        margin-top: 77%;
    }
    .xxs\:mr-77\% {
        margin-right: 77%;
    }
    .xxs\:mb-77\% {
        margin-bottom: 77%;
    }
    .xxs\:ml-77\% {
        margin-left: 77%;
    }
    .xxs\:mt-340p {
        margin-top: 340px;
    }
    .xxs\:mr-340p {
        margin-right: 340px;
    }
    .xxs\:mb-340p {
        margin-bottom: 340px;
    }
    .xxs\:ml-340p {
        margin-left: 340px;
    }
    .xxs\:mt-700p {
        margin-top: 700px;
    }
    .xxs\:mr-700p {
        margin-right: 700px;
    }
    .xxs\:mb-700p {
        margin-bottom: 700px;
    }
    .xxs\:ml-700p {
        margin-left: 700px;
    }
    .xxs\:mt-848p {
        margin-top: 848px;
    }
    .xxs\:mr-848p {
        margin-right: 848px;
    }
    .xxs\:mb-848p {
        margin-bottom: 848px;
    }
    .xxs\:ml-848p {
        margin-left: 848px;
    }
    .xxs\:mt-850p {
        margin-top: 850px;
    }
    .xxs\:mr-850p {
        margin-right: 850px;
    }
    .xxs\:mb-850p {
        margin-bottom: 850px;
    }
    .xxs\:ml-850p {
        margin-left: 850px;
    }
    .xxs\:mt-860p {
        margin-top: 860px;
    }
    .xxs\:mr-860p {
        margin-right: 860px;
    }
    .xxs\:mb-860p {
        margin-bottom: 860px;
    }
    .xxs\:ml-860p {
        margin-left: 860px;
    }
    .xxs\:mt-1425p {
        margin-top: 1425px;
    }
    .xxs\:mr-1425p {
        margin-right: 1425px;
    }
    .xxs\:mb-1425p {
        margin-bottom: 1425px;
    }
    .xxs\:ml-1425p {
        margin-left: 1425px;
    }
    .xxs\:-mt-0 {
        margin-top: 0;
    }
    .xxs\:-mr-0 {
        margin-right: 0;
    }
    .xxs\:-mb-0 {
        margin-bottom: 0;
    }
    .xxs\:-ml-0 {
        margin-left: 0;
    }
    .xxs\:-mt-1 {
        margin-top: -0.25rem;
    }
    .xxs\:-mr-1 {
        margin-right: -0.25rem;
    }
    .xxs\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .xxs\:-ml-1 {
        margin-left: -0.25rem;
    }
    .xxs\:-mt-2 {
        margin-top: -0.5rem;
    }
    .xxs\:-mr-2 {
        margin-right: -0.5rem;
    }
    .xxs\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .xxs\:-ml-2 {
        margin-left: -0.5rem;
    }
    .xxs\:-mt-3 {
        margin-top: -0.75rem;
    }
    .xxs\:-mr-3 {
        margin-right: -0.75rem;
    }
    .xxs\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .xxs\:-ml-3 {
        margin-left: -0.75rem;
    }
    .xxs\:-mt-4 {
        margin-top: -1rem;
    }
    .xxs\:-mr-4 {
        margin-right: -1rem;
    }
    .xxs\:-mb-4 {
        margin-bottom: -1rem;
    }
    .xxs\:-ml-4 {
        margin-left: -1rem;
    }
    .xxs\:-mt-5 {
        margin-top: -1.25rem;
    }
    .xxs\:-mr-5 {
        margin-right: -1.25rem;
    }
    .xxs\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .xxs\:-ml-5 {
        margin-left: -1.25rem;
    }
    .xxs\:-mt-6 {
        margin-top: -1.5rem;
    }
    .xxs\:-mr-6 {
        margin-right: -1.5rem;
    }
    .xxs\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .xxs\:-ml-6 {
        margin-left: -1.5rem;
    }
    .xxs\:-mt-7 {
        margin-top: -1.75rem;
    }
    .xxs\:-mr-7 {
        margin-right: -1.75rem;
    }
    .xxs\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .xxs\:-ml-7 {
        margin-left: -1.75rem;
    }
    .xxs\:-mt-8 {
        margin-top: -2rem;
    }
    .xxs\:-mr-8 {
        margin-right: -2rem;
    }
    .xxs\:-mb-8 {
        margin-bottom: -2rem;
    }
    .xxs\:-ml-8 {
        margin-left: -2rem;
    }
    .xxs\:-mt-9 {
        margin-top: -2.25rem;
    }
    .xxs\:-mr-9 {
        margin-right: -2.25rem;
    }
    .xxs\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .xxs\:-ml-9 {
        margin-left: -2.25rem;
    }
    .xxs\:-mt-10 {
        margin-top: -2.5rem;
    }
    .xxs\:-mr-10 {
        margin-right: -2.5rem;
    }
    .xxs\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .xxs\:-ml-10 {
        margin-left: -2.5rem;
    }
    .xxs\:-mt-11 {
        margin-top: -2.75rem;
    }
    .xxs\:-mr-11 {
        margin-right: -2.75rem;
    }
    .xxs\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .xxs\:-ml-11 {
        margin-left: -2.75rem;
    }
    .xxs\:-mt-12 {
        margin-top: -3rem;
    }
    .xxs\:-mr-12 {
        margin-right: -3rem;
    }
    .xxs\:-mb-12 {
        margin-bottom: -3rem;
    }
    .xxs\:-ml-12 {
        margin-left: -3rem;
    }
    .xxs\:-mt-14 {
        margin-top: -3.5rem;
    }
    .xxs\:-mr-14 {
        margin-right: -3.5rem;
    }
    .xxs\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .xxs\:-ml-14 {
        margin-left: -3.5rem;
    }
    .xxs\:-mt-16 {
        margin-top: -4rem;
    }
    .xxs\:-mr-16 {
        margin-right: -4rem;
    }
    .xxs\:-mb-16 {
        margin-bottom: -4rem;
    }
    .xxs\:-ml-16 {
        margin-left: -4rem;
    }
    .xxs\:-mt-20 {
        margin-top: -5rem;
    }
    .xxs\:-mr-20 {
        margin-right: -5rem;
    }
    .xxs\:-mb-20 {
        margin-bottom: -5rem;
    }
    .xxs\:-ml-20 {
        margin-left: -5rem;
    }
    .xxs\:-mt-23 {
        margin-top: -88px;
    }
    .xxs\:-mr-23 {
        margin-right: -88px;
    }
    .xxs\:-mb-23 {
        margin-bottom: -88px;
    }
    .xxs\:-ml-23 {
        margin-left: -88px;
    }
    .xxs\:-mt-24 {
        margin-top: -6rem;
    }
    .xxs\:-mr-24 {
        margin-right: -6rem;
    }
    .xxs\:-mb-24 {
        margin-bottom: -6rem;
    }
    .xxs\:-ml-24 {
        margin-left: -6rem;
    }
    .xxs\:-mt-25 {
        margin-top: -100px;
    }
    .xxs\:-mr-25 {
        margin-right: -100px;
    }
    .xxs\:-mb-25 {
        margin-bottom: -100px;
    }
    .xxs\:-ml-25 {
        margin-left: -100px;
    }
    .xxs\:-mt-28 {
        margin-top: -7rem;
    }
    .xxs\:-mr-28 {
        margin-right: -7rem;
    }
    .xxs\:-mb-28 {
        margin-bottom: -7rem;
    }
    .xxs\:-ml-28 {
        margin-left: -7rem;
    }
    .xxs\:-mt-29 {
        margin-top: -120px;
    }
    .xxs\:-mr-29 {
        margin-right: -120px;
    }
    .xxs\:-mb-29 {
        margin-bottom: -120px;
    }
    .xxs\:-ml-29 {
        margin-left: -120px;
    }
    .xxs\:-mt-32 {
        margin-top: -8rem;
    }
    .xxs\:-mr-32 {
        margin-right: -8rem;
    }
    .xxs\:-mb-32 {
        margin-bottom: -8rem;
    }
    .xxs\:-ml-32 {
        margin-left: -8rem;
    }
    .xxs\:-mt-33 {
        margin-top: -130px;
    }
    .xxs\:-mr-33 {
        margin-right: -130px;
    }
    .xxs\:-mb-33 {
        margin-bottom: -130px;
    }
    .xxs\:-ml-33 {
        margin-left: -130px;
    }
    .xxs\:-mt-36 {
        margin-top: -9rem;
    }
    .xxs\:-mr-36 {
        margin-right: -9rem;
    }
    .xxs\:-mb-36 {
        margin-bottom: -9rem;
    }
    .xxs\:-ml-36 {
        margin-left: -9rem;
    }
    .xxs\:-mt-40 {
        margin-top: -10rem;
    }
    .xxs\:-mr-40 {
        margin-right: -10rem;
    }
    .xxs\:-mb-40 {
        margin-bottom: -10rem;
    }
    .xxs\:-ml-40 {
        margin-left: -10rem;
    }
    .xxs\:-mt-44 {
        margin-top: -11rem;
    }
    .xxs\:-mr-44 {
        margin-right: -11rem;
    }
    .xxs\:-mb-44 {
        margin-bottom: -11rem;
    }
    .xxs\:-ml-44 {
        margin-left: -11rem;
    }
    .xxs\:-mt-48 {
        margin-top: -12rem;
    }
    .xxs\:-mr-48 {
        margin-right: -12rem;
    }
    .xxs\:-mb-48 {
        margin-bottom: -12rem;
    }
    .xxs\:-ml-48 {
        margin-left: -12rem;
    }
    .xxs\:-mt-52 {
        margin-top: -13rem;
    }
    .xxs\:-mr-52 {
        margin-right: -13rem;
    }
    .xxs\:-mb-52 {
        margin-bottom: -13rem;
    }
    .xxs\:-ml-52 {
        margin-left: -13rem;
    }
    .xxs\:-mt-56 {
        margin-top: -14rem;
    }
    .xxs\:-mr-56 {
        margin-right: -14rem;
    }
    .xxs\:-mb-56 {
        margin-bottom: -14rem;
    }
    .xxs\:-ml-56 {
        margin-left: -14rem;
    }
    .xxs\:-mt-60 {
        margin-top: -15rem;
    }
    .xxs\:-mr-60 {
        margin-right: -15rem;
    }
    .xxs\:-mb-60 {
        margin-bottom: -15rem;
    }
    .xxs\:-ml-60 {
        margin-left: -15rem;
    }
    .xxs\:-mt-63 {
        margin-top: -270px;
    }
    .xxs\:-mr-63 {
        margin-right: -270px;
    }
    .xxs\:-mb-63 {
        margin-bottom: -270px;
    }
    .xxs\:-ml-63 {
        margin-left: -270px;
    }
    .xxs\:-mt-64 {
        margin-top: -16rem;
    }
    .xxs\:-mr-64 {
        margin-right: -16rem;
    }
    .xxs\:-mb-64 {
        margin-bottom: -16rem;
    }
    .xxs\:-ml-64 {
        margin-left: -16rem;
    }
    .xxs\:-mt-72 {
        margin-top: -18rem;
    }
    .xxs\:-mr-72 {
        margin-right: -18rem;
    }
    .xxs\:-mb-72 {
        margin-bottom: -18rem;
    }
    .xxs\:-ml-72 {
        margin-left: -18rem;
    }
    .xxs\:-mt-80 {
        margin-top: -20rem;
    }
    .xxs\:-mr-80 {
        margin-right: -20rem;
    }
    .xxs\:-mb-80 {
        margin-bottom: -20rem;
    }
    .xxs\:-ml-80 {
        margin-left: -20rem;
    }
    .xxs\:-mt-92 {
        margin-top: -475px;
    }
    .xxs\:-mr-92 {
        margin-right: -475px;
    }
    .xxs\:-mb-92 {
        margin-bottom: -475px;
    }
    .xxs\:-ml-92 {
        margin-left: -475px;
    }
    .xxs\:-mt-96 {
        margin-top: -24rem;
    }
    .xxs\:-mr-96 {
        margin-right: -24rem;
    }
    .xxs\:-mb-96 {
        margin-bottom: -24rem;
    }
    .xxs\:-ml-96 {
        margin-left: -24rem;
    }
    .xxs\:-mt-128 {
        margin-top: -32rem;
    }
    .xxs\:-mr-128 {
        margin-right: -32rem;
    }
    .xxs\:-mb-128 {
        margin-bottom: -32rem;
    }
    .xxs\:-ml-128 {
        margin-left: -32rem;
    }
    .xxs\:-mt-px {
        margin-top: -1px;
    }
    .xxs\:-mr-px {
        margin-right: -1px;
    }
    .xxs\:-mb-px {
        margin-bottom: -1px;
    }
    .xxs\:-ml-px {
        margin-left: -1px;
    }
    .xxs\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .xxs\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .xxs\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .xxs\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .xxs\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .xxs\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .xxs\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .xxs\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .xxs\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .xxs\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .xxs\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .xxs\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .xxs\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .xxs\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .xxs\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .xxs\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .xxs\:-mt-105p {
        margin-top: -105px;
    }
    .xxs\:-mr-105p {
        margin-right: -105px;
    }
    .xxs\:-mb-105p {
        margin-bottom: -105px;
    }
    .xxs\:-ml-105p {
        margin-left: -105px;
    }
    .xxs\:-mt-50p {
        margin-top: -50px;
    }
    .xxs\:-mr-50p {
        margin-right: -50px;
    }
    .xxs\:-mb-50p {
        margin-bottom: -50px;
    }
    .xxs\:-ml-50p {
        margin-left: -50px;
    }
    .xxs\:-mt-54p {
        margin-top: -54px;
    }
    .xxs\:-mr-54p {
        margin-right: -54px;
    }
    .xxs\:-mb-54p {
        margin-bottom: -54px;
    }
    .xxs\:-ml-54p {
        margin-left: -54px;
    }
    .xxs\:-mt-1p {
        margin-top: -1px;
    }
    .xxs\:-mr-1p {
        margin-right: -1px;
    }
    .xxs\:-mb-1p {
        margin-bottom: -1px;
    }
    .xxs\:-ml-1p {
        margin-left: -1px;
    }
    .xxs\:-mt-2p {
        margin-top: -2px;
    }
    .xxs\:-mr-2p {
        margin-right: -2px;
    }
    .xxs\:-mb-2p {
        margin-bottom: -2px;
    }
    .xxs\:-ml-2p {
        margin-left: -2px;
    }
    .xxs\:-mt-3p {
        margin-top: -3px;
    }
    .xxs\:-mr-3p {
        margin-right: -3px;
    }
    .xxs\:-mb-3p {
        margin-bottom: -3px;
    }
    .xxs\:-ml-3p {
        margin-left: -3px;
    }
    .xxs\:-mt-5p {
        margin-top: -5px;
    }
    .xxs\:-mr-5p {
        margin-right: -5px;
    }
    .xxs\:-mb-5p {
        margin-bottom: -5px;
    }
    .xxs\:-ml-5p {
        margin-left: -5px;
    }
    .xxs\:-mt-7p {
        margin-top: -7px;
    }
    .xxs\:-mr-7p {
        margin-right: -7px;
    }
    .xxs\:-mb-7p {
        margin-bottom: -7px;
    }
    .xxs\:-ml-7p {
        margin-left: -7px;
    }
    .xxs\:-mt-9p {
        margin-top: -9px;
    }
    .xxs\:-mr-9p {
        margin-right: -9px;
    }
    .xxs\:-mb-9p {
        margin-bottom: -9px;
    }
    .xxs\:-ml-9p {
        margin-left: -9px;
    }
    .xxs\:-mt-10p {
        margin-top: -10px;
    }
    .xxs\:-mr-10p {
        margin-right: -10px;
    }
    .xxs\:-mb-10p {
        margin-bottom: -10px;
    }
    .xxs\:-ml-10p {
        margin-left: -10px;
    }
    .xxs\:-mt-11p {
        margin-top: -11px;
    }
    .xxs\:-mr-11p {
        margin-right: -11px;
    }
    .xxs\:-mb-11p {
        margin-bottom: -11px;
    }
    .xxs\:-ml-11p {
        margin-left: -11px;
    }
    .xxs\:-mt-13p {
        margin-top: -13px;
    }
    .xxs\:-mr-13p {
        margin-right: -13px;
    }
    .xxs\:-mb-13p {
        margin-bottom: -13px;
    }
    .xxs\:-ml-13p {
        margin-left: -13px;
    }
    .xxs\:-mt-15p {
        margin-top: -15px;
    }
    .xxs\:-mr-15p {
        margin-right: -15px;
    }
    .xxs\:-mb-15p {
        margin-bottom: -15px;
    }
    .xxs\:-ml-15p {
        margin-left: -15px;
    }
    .xxs\:-mt-18p {
        margin-top: -18px;
    }
    .xxs\:-mr-18p {
        margin-right: -18px;
    }
    .xxs\:-mb-18p {
        margin-bottom: -18px;
    }
    .xxs\:-ml-18p {
        margin-left: -18px;
    }
    .xxs\:-mt-19p {
        margin-top: -19px;
    }
    .xxs\:-mr-19p {
        margin-right: -19px;
    }
    .xxs\:-mb-19p {
        margin-bottom: -19px;
    }
    .xxs\:-ml-19p {
        margin-left: -19px;
    }
    .xxs\:-mt-21p {
        margin-top: -21px;
    }
    .xxs\:-mr-21p {
        margin-right: -21px;
    }
    .xxs\:-mb-21p {
        margin-bottom: -21px;
    }
    .xxs\:-ml-21p {
        margin-left: -21px;
    }
    .xxs\:-mt-22p {
        margin-top: -22px;
    }
    .xxs\:-mr-22p {
        margin-right: -22px;
    }
    .xxs\:-mb-22p {
        margin-bottom: -22px;
    }
    .xxs\:-ml-22p {
        margin-left: -22px;
    }
    .xxs\:-mt-23p {
        margin-top: -23px;
    }
    .xxs\:-mr-23p {
        margin-right: -23px;
    }
    .xxs\:-mb-23p {
        margin-bottom: -23px;
    }
    .xxs\:-ml-23p {
        margin-left: -23px;
    }
    .xxs\:-mt-25p {
        margin-top: -25px;
    }
    .xxs\:-mr-25p {
        margin-right: -25px;
    }
    .xxs\:-mb-25p {
        margin-bottom: -25px;
    }
    .xxs\:-ml-25p {
        margin-left: -25px;
    }
    .xxs\:-mt-26p {
        margin-top: -26px;
    }
    .xxs\:-mr-26p {
        margin-right: -26px;
    }
    .xxs\:-mb-26p {
        margin-bottom: -26px;
    }
    .xxs\:-ml-26p {
        margin-left: -26px;
    }
    .xxs\:-mt-29p {
        margin-top: -29px;
    }
    .xxs\:-mr-29p {
        margin-right: -29px;
    }
    .xxs\:-mb-29p {
        margin-bottom: -29px;
    }
    .xxs\:-ml-29p {
        margin-left: -29px;
    }
    .xxs\:-mt-30p {
        margin-top: -30px;
    }
    .xxs\:-mr-30p {
        margin-right: -30px;
    }
    .xxs\:-mb-30p {
        margin-bottom: -30px;
    }
    .xxs\:-ml-30p {
        margin-left: -30px;
    }
    .xxs\:-mt-31p {
        margin-top: -31px;
    }
    .xxs\:-mr-31p {
        margin-right: -31px;
    }
    .xxs\:-mb-31p {
        margin-bottom: -31px;
    }
    .xxs\:-ml-31p {
        margin-left: -31px;
    }
    .xxs\:-mt-35p {
        margin-top: -35px;
    }
    .xxs\:-mr-35p {
        margin-right: -35px;
    }
    .xxs\:-mb-35p {
        margin-bottom: -35px;
    }
    .xxs\:-ml-35p {
        margin-left: -35px;
    }
    .xxs\:-mt-52p {
        margin-top: -52px;
    }
    .xxs\:-mr-52p {
        margin-right: -52px;
    }
    .xxs\:-mb-52p {
        margin-bottom: -52px;
    }
    .xxs\:-ml-52p {
        margin-left: -52px;
    }
    .xxs\:-mt-53p {
        margin-top: -53px;
    }
    .xxs\:-mr-53p {
        margin-right: -53px;
    }
    .xxs\:-mb-53p {
        margin-bottom: -53px;
    }
    .xxs\:-ml-53p {
        margin-left: -53px;
    }
    .xxs\:-mt-55p {
        margin-top: -55px;
    }
    .xxs\:-mr-55p {
        margin-right: -55px;
    }
    .xxs\:-mb-55p {
        margin-bottom: -55px;
    }
    .xxs\:-ml-55p {
        margin-left: -55px;
    }
    .xxs\:-mt-59p {
        margin-top: -59px;
    }
    .xxs\:-mr-59p {
        margin-right: -59px;
    }
    .xxs\:-mb-59p {
        margin-bottom: -59px;
    }
    .xxs\:-ml-59p {
        margin-left: -59px;
    }
    .xxs\:-mt-27p {
        margin-top: -27px;
    }
    .xxs\:-mr-27p {
        margin-right: -27px;
    }
    .xxs\:-mb-27p {
        margin-bottom: -27px;
    }
    .xxs\:-ml-27p {
        margin-left: -27px;
    }
    .xxs\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .xxs\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .xxs\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .xxs\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .xxs\:-mt-38p {
        margin-top: -38px;
    }
    .xxs\:-mr-38p {
        margin-right: -38px;
    }
    .xxs\:-mb-38p {
        margin-bottom: -38px;
    }
    .xxs\:-ml-38p {
        margin-left: -38px;
    }
    .xxs\:-mt-40p {
        margin-top: -40px;
    }
    .xxs\:-mr-40p {
        margin-right: -40px;
    }
    .xxs\:-mb-40p {
        margin-bottom: -40px;
    }
    .xxs\:-ml-40p {
        margin-left: -40px;
    }
    .xxs\:-mt-46p {
        margin-top: -46px;
    }
    .xxs\:-mr-46p {
        margin-right: -46px;
    }
    .xxs\:-mb-46p {
        margin-bottom: -46px;
    }
    .xxs\:-ml-46p {
        margin-left: -46px;
    }
    .xxs\:-mt-47p {
        margin-top: -47px;
    }
    .xxs\:-mr-47p {
        margin-right: -47px;
    }
    .xxs\:-mb-47p {
        margin-bottom: -47px;
    }
    .xxs\:-ml-47p {
        margin-left: -47px;
    }
    .xxs\:-mt-49p {
        margin-top: -49px;
    }
    .xxs\:-mr-49p {
        margin-right: -49px;
    }
    .xxs\:-mb-49p {
        margin-bottom: -49px;
    }
    .xxs\:-ml-49p {
        margin-left: -49px;
    }
    .xxs\:-mt-58p {
        margin-top: -58px;
    }
    .xxs\:-mr-58p {
        margin-right: -58px;
    }
    .xxs\:-mb-58p {
        margin-bottom: -58px;
    }
    .xxs\:-ml-58p {
        margin-left: -58px;
    }
    .xxs\:-mt-75p {
        margin-top: -75px;
    }
    .xxs\:-mr-75p {
        margin-right: -75px;
    }
    .xxs\:-mb-75p {
        margin-bottom: -75px;
    }
    .xxs\:-ml-75p {
        margin-left: -75px;
    }
    .xxs\:-mt-77p {
        margin-top: -77px;
    }
    .xxs\:-mr-77p {
        margin-right: -77px;
    }
    .xxs\:-mb-77p {
        margin-bottom: -77px;
    }
    .xxs\:-ml-77p {
        margin-left: -77px;
    }
    .xxs\:-mt-60p {
        margin-top: -60px;
    }
    .xxs\:-mr-60p {
        margin-right: -60px;
    }
    .xxs\:-mb-60p {
        margin-bottom: -60px;
    }
    .xxs\:-ml-60p {
        margin-left: -60px;
    }
    .xxs\:-mt-65p {
        margin-top: -65px;
    }
    .xxs\:-mr-65p {
        margin-right: -65px;
    }
    .xxs\:-mb-65p {
        margin-bottom: -65px;
    }
    .xxs\:-ml-65p {
        margin-left: -65px;
    }
    .xxs\:-mt-66p {
        margin-top: -66px;
    }
    .xxs\:-mr-66p {
        margin-right: -66px;
    }
    .xxs\:-mb-66p {
        margin-bottom: -66px;
    }
    .xxs\:-ml-66p {
        margin-left: -66px;
    }
    .xxs\:-mt-68p {
        margin-top: -68px;
    }
    .xxs\:-mr-68p {
        margin-right: -68px;
    }
    .xxs\:-mb-68p {
        margin-bottom: -68px;
    }
    .xxs\:-ml-68p {
        margin-left: -68px;
    }
    .xxs\:-mt-70p {
        margin-top: -70px;
    }
    .xxs\:-mr-70p {
        margin-right: -70px;
    }
    .xxs\:-mb-70p {
        margin-bottom: -70px;
    }
    .xxs\:-ml-70p {
        margin-left: -70px;
    }
    .xxs\:-mt-72p {
        margin-top: -72px;
    }
    .xxs\:-mr-72p {
        margin-right: -72px;
    }
    .xxs\:-mb-72p {
        margin-bottom: -72px;
    }
    .xxs\:-ml-72p {
        margin-left: -72px;
    }
    .xxs\:-mt-74p {
        margin-top: -74px;
    }
    .xxs\:-mr-74p {
        margin-right: -74px;
    }
    .xxs\:-mb-74p {
        margin-bottom: -74px;
    }
    .xxs\:-ml-74p {
        margin-left: -74px;
    }
    .xxs\:-mt-78p {
        margin-top: -78px;
    }
    .xxs\:-mr-78p {
        margin-right: -78px;
    }
    .xxs\:-mb-78p {
        margin-bottom: -78px;
    }
    .xxs\:-ml-78p {
        margin-left: -78px;
    }
    .xxs\:-mt-80p {
        margin-top: -80px;
    }
    .xxs\:-mr-80p {
        margin-right: -80px;
    }
    .xxs\:-mb-80p {
        margin-bottom: -80px;
    }
    .xxs\:-ml-80p {
        margin-left: -80px;
    }
    .xxs\:-mt-82p {
        margin-top: -82px;
    }
    .xxs\:-mr-82p {
        margin-right: -82px;
    }
    .xxs\:-mb-82p {
        margin-bottom: -82px;
    }
    .xxs\:-ml-82p {
        margin-left: -82px;
    }
    .xxs\:-mt-84p {
        margin-top: -84px;
    }
    .xxs\:-mr-84p {
        margin-right: -84px;
    }
    .xxs\:-mb-84p {
        margin-bottom: -84px;
    }
    .xxs\:-ml-84p {
        margin-left: -84px;
    }
    .xxs\:-mt-89p {
        margin-top: -89px;
    }
    .xxs\:-mr-89p {
        margin-right: -89px;
    }
    .xxs\:-mb-89p {
        margin-bottom: -89px;
    }
    .xxs\:-ml-89p {
        margin-left: -89px;
    }
    .xxs\:-mt-93p {
        margin-top: -93px;
    }
    .xxs\:-mr-93p {
        margin-right: -93px;
    }
    .xxs\:-mb-93p {
        margin-bottom: -93px;
    }
    .xxs\:-ml-93p {
        margin-left: -93px;
    }
    .xxs\:-mt-90p {
        margin-top: -90px;
    }
    .xxs\:-mr-90p {
        margin-right: -90px;
    }
    .xxs\:-mb-90p {
        margin-bottom: -90px;
    }
    .xxs\:-ml-90p {
        margin-left: -90px;
    }
    .xxs\:-mt-97p {
        margin-top: -97px;
    }
    .xxs\:-mr-97p {
        margin-right: -97px;
    }
    .xxs\:-mb-97p {
        margin-bottom: -97px;
    }
    .xxs\:-ml-97p {
        margin-left: -97px;
    }
    .xxs\:-mt-103p {
        margin-top: -103px;
    }
    .xxs\:-mr-103p {
        margin-right: -103px;
    }
    .xxs\:-mb-103p {
        margin-bottom: -103px;
    }
    .xxs\:-ml-103p {
        margin-left: -103px;
    }
    .xxs\:-mt-116p {
        margin-top: -116px;
    }
    .xxs\:-mr-116p {
        margin-right: -116px;
    }
    .xxs\:-mb-116p {
        margin-bottom: -116px;
    }
    .xxs\:-ml-116p {
        margin-left: -116px;
    }
    .xxs\:-mt-120p {
        margin-top: -120px;
    }
    .xxs\:-mr-120p {
        margin-right: -120px;
    }
    .xxs\:-mb-120p {
        margin-bottom: -120px;
    }
    .xxs\:-ml-120p {
        margin-left: -120px;
    }
    .xxs\:-mt-125p {
        margin-top: -125px;
    }
    .xxs\:-mr-125p {
        margin-right: -125px;
    }
    .xxs\:-mb-125p {
        margin-bottom: -125px;
    }
    .xxs\:-ml-125p {
        margin-left: -125px;
    }
    .xxs\:-mt-130p {
        margin-top: -130px;
    }
    .xxs\:-mr-130p {
        margin-right: -130px;
    }
    .xxs\:-mb-130p {
        margin-bottom: -130px;
    }
    .xxs\:-ml-130p {
        margin-left: -130px;
    }
    .xxs\:-mt-135p {
        margin-top: -135px;
    }
    .xxs\:-mr-135p {
        margin-right: -135px;
    }
    .xxs\:-mb-135p {
        margin-bottom: -135px;
    }
    .xxs\:-ml-135p {
        margin-left: -135px;
    }
    .xxs\:-mt-132p {
        margin-top: -132px;
    }
    .xxs\:-mr-132p {
        margin-right: -132px;
    }
    .xxs\:-mb-132p {
        margin-bottom: -132px;
    }
    .xxs\:-ml-132p {
        margin-left: -132px;
    }
    .xxs\:-mt-150p {
        margin-top: -150px;
    }
    .xxs\:-mr-150p {
        margin-right: -150px;
    }
    .xxs\:-mb-150p {
        margin-bottom: -150px;
    }
    .xxs\:-ml-150p {
        margin-left: -150px;
    }
    .xxs\:-mt-216p {
        margin-top: -216px;
    }
    .xxs\:-mr-216p {
        margin-right: -216px;
    }
    .xxs\:-mb-216p {
        margin-bottom: -216px;
    }
    .xxs\:-ml-216p {
        margin-left: -216px;
    }
    .xxs\:-mt-225p {
        margin-top: -225px;
    }
    .xxs\:-mr-225p {
        margin-right: -225px;
    }
    .xxs\:-mb-225p {
        margin-bottom: -225px;
    }
    .xxs\:-ml-225p {
        margin-left: -225px;
    }
    .xxs\:-mt-296p {
        margin-top: -296px;
    }
    .xxs\:-mr-296p {
        margin-right: -296px;
    }
    .xxs\:-mb-296p {
        margin-bottom: -296px;
    }
    .xxs\:-ml-296p {
        margin-left: -296px;
    }
    .xxs\:-mt-270p {
        margin-top: -270px;
    }
    .xxs\:-mr-270p {
        margin-right: -270px;
    }
    .xxs\:-mb-270p {
        margin-bottom: -270px;
    }
    .xxs\:-ml-270p {
        margin-left: -270px;
    }
    .xxs\:-mt-137p {
        margin-top: -137px;
    }
    .xxs\:-mr-137p {
        margin-right: -137px;
    }
    .xxs\:-mb-137p {
        margin-bottom: -137px;
    }
    .xxs\:-ml-137p {
        margin-left: -137px;
    }
    .xxs\:-mt-141p {
        margin-top: -141px;
    }
    .xxs\:-mr-141p {
        margin-right: -141px;
    }
    .xxs\:-mb-141p {
        margin-bottom: -141px;
    }
    .xxs\:-ml-141p {
        margin-left: -141px;
    }
    .xxs\:-mt-146p {
        margin-top: -146px;
    }
    .xxs\:-mr-146p {
        margin-right: -146px;
    }
    .xxs\:-mb-146p {
        margin-bottom: -146px;
    }
    .xxs\:-ml-146p {
        margin-left: -146px;
    }
    .xxs\:-mt-152p {
        margin-top: -152px;
    }
    .xxs\:-mr-152p {
        margin-right: -152px;
    }
    .xxs\:-mb-152p {
        margin-bottom: -152px;
    }
    .xxs\:-ml-152p {
        margin-left: -152px;
    }
    .xxs\:-mt-155p {
        margin-top: -155px;
    }
    .xxs\:-mr-155p {
        margin-right: -155px;
    }
    .xxs\:-mb-155p {
        margin-bottom: -155px;
    }
    .xxs\:-ml-155p {
        margin-left: -155px;
    }
    .xxs\:-mt-163p {
        margin-top: -163px;
    }
    .xxs\:-mr-163p {
        margin-right: -163px;
    }
    .xxs\:-mb-163p {
        margin-bottom: -163px;
    }
    .xxs\:-ml-163p {
        margin-left: -163px;
    }
    .xxs\:-mt-168p {
        margin-top: -168px;
    }
    .xxs\:-mr-168p {
        margin-right: -168px;
    }
    .xxs\:-mb-168p {
        margin-bottom: -168px;
    }
    .xxs\:-ml-168p {
        margin-left: -168px;
    }
    .xxs\:-mt-173p {
        margin-top: -173px;
    }
    .xxs\:-mr-173p {
        margin-right: -173px;
    }
    .xxs\:-mb-173p {
        margin-bottom: -173px;
    }
    .xxs\:-ml-173p {
        margin-left: -173px;
    }
    .xxs\:-mt-210p {
        margin-top: -210px;
    }
    .xxs\:-mr-210p {
        margin-right: -210px;
    }
    .xxs\:-mb-210p {
        margin-bottom: -210px;
    }
    .xxs\:-ml-210p {
        margin-left: -210px;
    }
    .xxs\:-mt-245p {
        margin-top: -245px;
    }
    .xxs\:-mr-245p {
        margin-right: -245px;
    }
    .xxs\:-mb-245p {
        margin-bottom: -245px;
    }
    .xxs\:-ml-245p {
        margin-left: -245px;
    }
    .xxs\:-mt-250p {
        margin-top: -250px;
    }
    .xxs\:-mr-250p {
        margin-right: -250px;
    }
    .xxs\:-mb-250p {
        margin-bottom: -250px;
    }
    .xxs\:-ml-250p {
        margin-left: -250px;
    }
    .xxs\:-mt-260p {
        margin-top: -260px;
    }
    .xxs\:-mr-260p {
        margin-right: -260px;
    }
    .xxs\:-mb-260p {
        margin-bottom: -260px;
    }
    .xxs\:-ml-260p {
        margin-left: -260px;
    }
    .xxs\:-mt-263p {
        margin-top: -263px;
    }
    .xxs\:-mr-263p {
        margin-right: -263px;
    }
    .xxs\:-mb-263p {
        margin-bottom: -263px;
    }
    .xxs\:-ml-263p {
        margin-left: -263px;
    }
    .xxs\:-mt-266p {
        margin-top: -266px;
    }
    .xxs\:-mr-266p {
        margin-right: -266px;
    }
    .xxs\:-mb-266p {
        margin-bottom: -266px;
    }
    .xxs\:-ml-266p {
        margin-left: -266px;
    }
    .xxs\:-mt-275p {
        margin-top: -275px;
    }
    .xxs\:-mr-275p {
        margin-right: -275px;
    }
    .xxs\:-mb-275p {
        margin-bottom: -275px;
    }
    .xxs\:-ml-275p {
        margin-left: -275px;
    }
    .xxs\:-mt-300p {
        margin-top: -300px;
    }
    .xxs\:-mr-300p {
        margin-right: -300px;
    }
    .xxs\:-mb-300p {
        margin-bottom: -300px;
    }
    .xxs\:-ml-300p {
        margin-left: -300px;
    }
    .xxs\:-mt-312p {
        margin-top: -312px;
    }
    .xxs\:-mr-312p {
        margin-right: -312px;
    }
    .xxs\:-mb-312p {
        margin-bottom: -312px;
    }
    .xxs\:-ml-312p {
        margin-left: -312px;
    }
    .xxs\:-mt-318p {
        margin-top: -318px;
    }
    .xxs\:-mr-318p {
        margin-right: -318px;
    }
    .xxs\:-mb-318p {
        margin-bottom: -318px;
    }
    .xxs\:-ml-318p {
        margin-left: -318px;
    }
    .xxs\:-mt-322p {
        margin-top: -322px;
    }
    .xxs\:-mr-322p {
        margin-right: -322px;
    }
    .xxs\:-mb-322p {
        margin-bottom: -322px;
    }
    .xxs\:-ml-322p {
        margin-left: -322px;
    }
    .xxs\:-mt-337p {
        margin-top: -337px;
    }
    .xxs\:-mr-337p {
        margin-right: -337px;
    }
    .xxs\:-mb-337p {
        margin-bottom: -337px;
    }
    .xxs\:-ml-337p {
        margin-left: -337px;
    }
    .xxs\:-mt-345p {
        margin-top: -345px;
    }
    .xxs\:-mr-345p {
        margin-right: -345px;
    }
    .xxs\:-mb-345p {
        margin-bottom: -345px;
    }
    .xxs\:-ml-345p {
        margin-left: -345px;
    }
    .xxs\:-mt-344p {
        margin-top: -344px;
    }
    .xxs\:-mr-344p {
        margin-right: -344px;
    }
    .xxs\:-mb-344p {
        margin-bottom: -344px;
    }
    .xxs\:-ml-344p {
        margin-left: -344px;
    }
    .xxs\:-mt-354p {
        margin-top: -354px;
    }
    .xxs\:-mr-354p {
        margin-right: -354px;
    }
    .xxs\:-mb-354p {
        margin-bottom: -354px;
    }
    .xxs\:-ml-354p {
        margin-left: -354px;
    }
    .xxs\:-mt-364p {
        margin-top: -364px;
    }
    .xxs\:-mr-364p {
        margin-right: -364px;
    }
    .xxs\:-mb-364p {
        margin-bottom: -364px;
    }
    .xxs\:-ml-364p {
        margin-left: -364px;
    }
    .xxs\:-mt-370p {
        margin-top: -370px;
    }
    .xxs\:-mr-370p {
        margin-right: -370px;
    }
    .xxs\:-mb-370p {
        margin-bottom: -370px;
    }
    .xxs\:-ml-370p {
        margin-left: -370px;
    }
    .xxs\:-mt-382p {
        margin-top: -382px;
    }
    .xxs\:-mr-382p {
        margin-right: -382px;
    }
    .xxs\:-mb-382p {
        margin-bottom: -382px;
    }
    .xxs\:-ml-382p {
        margin-left: -382px;
    }
    .xxs\:-mt-385p {
        margin-top: -385px;
    }
    .xxs\:-mr-385p {
        margin-right: -385px;
    }
    .xxs\:-mb-385p {
        margin-bottom: -385px;
    }
    .xxs\:-ml-385p {
        margin-left: -385px;
    }
    .xxs\:-mt-400p {
        margin-top: -400px;
    }
    .xxs\:-mr-400p {
        margin-right: -400px;
    }
    .xxs\:-mb-400p {
        margin-bottom: -400px;
    }
    .xxs\:-ml-400p {
        margin-left: -400px;
    }
    .xxs\:-mt-407p {
        margin-top: -407px;
    }
    .xxs\:-mr-407p {
        margin-right: -407px;
    }
    .xxs\:-mb-407p {
        margin-bottom: -407px;
    }
    .xxs\:-ml-407p {
        margin-left: -407px;
    }
    .xxs\:-mt-411p {
        margin-top: -411px;
    }
    .xxs\:-mr-411p {
        margin-right: -411px;
    }
    .xxs\:-mb-411p {
        margin-bottom: -411px;
    }
    .xxs\:-ml-411p {
        margin-left: -411px;
    }
    .xxs\:-mt-418p {
        margin-top: -418px;
    }
    .xxs\:-mr-418p {
        margin-right: -418px;
    }
    .xxs\:-mb-418p {
        margin-bottom: -418px;
    }
    .xxs\:-ml-418p {
        margin-left: -418px;
    }
    .xxs\:-mt-430p {
        margin-top: -430px;
    }
    .xxs\:-mr-430p {
        margin-right: -430px;
    }
    .xxs\:-mb-430p {
        margin-bottom: -430px;
    }
    .xxs\:-ml-430p {
        margin-left: -430px;
    }
    .xxs\:-mt-450p {
        margin-top: -450px;
    }
    .xxs\:-mr-450p {
        margin-right: -450px;
    }
    .xxs\:-mb-450p {
        margin-bottom: -450px;
    }
    .xxs\:-ml-450p {
        margin-left: -450px;
    }
    .xxs\:-mt-468p {
        margin-top: -468px;
    }
    .xxs\:-mr-468p {
        margin-right: -468px;
    }
    .xxs\:-mb-468p {
        margin-bottom: -468px;
    }
    .xxs\:-ml-468p {
        margin-left: -468px;
    }
    .xxs\:-mt-485p {
        margin-top: -485px;
    }
    .xxs\:-mr-485p {
        margin-right: -485px;
    }
    .xxs\:-mb-485p {
        margin-bottom: -485px;
    }
    .xxs\:-ml-485p {
        margin-left: -485px;
    }
    .xxs\:-mt-491p {
        margin-top: -491px;
    }
    .xxs\:-mr-491p {
        margin-right: -491px;
    }
    .xxs\:-mb-491p {
        margin-bottom: -491px;
    }
    .xxs\:-ml-491p {
        margin-left: -491px;
    }
    .xxs\:-mt-494p {
        margin-top: -494px;
    }
    .xxs\:-mr-494p {
        margin-right: -494px;
    }
    .xxs\:-mb-494p {
        margin-bottom: -494px;
    }
    .xxs\:-ml-494p {
        margin-left: -494px;
    }
    .xxs\:-mt-470p {
        margin-top: -470px;
    }
    .xxs\:-mr-470p {
        margin-right: -470px;
    }
    .xxs\:-mb-470p {
        margin-bottom: -470px;
    }
    .xxs\:-ml-470p {
        margin-left: -470px;
    }
    .xxs\:-mt-480p {
        margin-top: -480px;
    }
    .xxs\:-mr-480p {
        margin-right: -480px;
    }
    .xxs\:-mb-480p {
        margin-bottom: -480px;
    }
    .xxs\:-ml-480p {
        margin-left: -480px;
    }
    .xxs\:-mt-532p {
        margin-top: -532px;
    }
    .xxs\:-mr-532p {
        margin-right: -532px;
    }
    .xxs\:-mb-532p {
        margin-bottom: -532px;
    }
    .xxs\:-ml-532p {
        margin-left: -532px;
    }
    .xxs\:-mt-556p {
        margin-top: -556px;
    }
    .xxs\:-mr-556p {
        margin-right: -556px;
    }
    .xxs\:-mb-556p {
        margin-bottom: -556px;
    }
    .xxs\:-ml-556p {
        margin-left: -556px;
    }
    .xxs\:-mt-505p {
        margin-top: -505px;
    }
    .xxs\:-mr-505p {
        margin-right: -505px;
    }
    .xxs\:-mb-505p {
        margin-bottom: -505px;
    }
    .xxs\:-ml-505p {
        margin-left: -505px;
    }
    .xxs\:-mt-1179p {
        margin-top: -1179px;
    }
    .xxs\:-mr-1179p {
        margin-right: -1179px;
    }
    .xxs\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .xxs\:-ml-1179p {
        margin-left: -1179px;
    }
    .xxs\:-mt-1253p {
        margin-top: -1253px;
    }
    .xxs\:-mr-1253p {
        margin-right: -1253px;
    }
    .xxs\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .xxs\:-ml-1253p {
        margin-left: -1253px;
    }
    .xxs\:-mt-1575p {
        margin-top: -1575px;
    }
    .xxs\:-mr-1575p {
        margin-right: -1575px;
    }
    .xxs\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .xxs\:-ml-1575p {
        margin-left: -1575px;
    }
    .xxs\:-mt-600p {
        margin-top: -600px;
    }
    .xxs\:-mr-600p {
        margin-right: -600px;
    }
    .xxs\:-mb-600p {
        margin-bottom: -600px;
    }
    .xxs\:-ml-600p {
        margin-left: -600px;
    }
    .xxs\:-mt-649p {
        margin-top: -649px;
    }
    .xxs\:-mr-649p {
        margin-right: -649px;
    }
    .xxs\:-mb-649p {
        margin-bottom: -649px;
    }
    .xxs\:-ml-649p {
        margin-left: -649px;
    }
    .xxs\:-mt-690p {
        margin-top: -690px;
    }
    .xxs\:-mr-690p {
        margin-right: -690px;
    }
    .xxs\:-mb-690p {
        margin-bottom: -690px;
    }
    .xxs\:-ml-690p {
        margin-left: -690px;
    }
    .xxs\:-mt-19\% {
        margin-top: -19%;
    }
    .xxs\:-mr-19\% {
        margin-right: -19%;
    }
    .xxs\:-mb-19\% {
        margin-bottom: -19%;
    }
    .xxs\:-ml-19\% {
        margin-left: -19%;
    }
    .xxs\:-mt-23\% {
        margin-top: -23%;
    }
    .xxs\:-mr-23\% {
        margin-right: -23%;
    }
    .xxs\:-mb-23\% {
        margin-bottom: -23%;
    }
    .xxs\:-ml-23\% {
        margin-left: -23%;
    }
    .xxs\:-mt-24\% {
        margin-top: -24%;
    }
    .xxs\:-mr-24\% {
        margin-right: -24%;
    }
    .xxs\:-mb-24\% {
        margin-bottom: -24%;
    }
    .xxs\:-ml-24\% {
        margin-left: -24%;
    }
    .xxs\:-mt-36\% {
        margin-top: -36%;
    }
    .xxs\:-mr-36\% {
        margin-right: -36%;
    }
    .xxs\:-mb-36\% {
        margin-bottom: -36%;
    }
    .xxs\:-ml-36\% {
        margin-left: -36%;
    }
    .xxs\:-mt-27\% {
        margin-top: -27%;
    }
    .xxs\:-mr-27\% {
        margin-right: -27%;
    }
    .xxs\:-mb-27\% {
        margin-bottom: -27%;
    }
    .xxs\:-ml-27\% {
        margin-left: -27%;
    }
    .xxs\:-mt-28\% {
        margin-top: -28%;
    }
    .xxs\:-mr-28\% {
        margin-right: -28%;
    }
    .xxs\:-mb-28\% {
        margin-bottom: -28%;
    }
    .xxs\:-ml-28\% {
        margin-left: -28%;
    }
    .xxs\:-mt-42\% {
        margin-top: -42%;
    }
    .xxs\:-mr-42\% {
        margin-right: -42%;
    }
    .xxs\:-mb-42\% {
        margin-bottom: -42%;
    }
    .xxs\:-ml-42\% {
        margin-left: -42%;
    }
    .xxs\:-mt-46\% {
        margin-top: -46%;
    }
    .xxs\:-mr-46\% {
        margin-right: -46%;
    }
    .xxs\:-mb-46\% {
        margin-bottom: -46%;
    }
    .xxs\:-ml-46\% {
        margin-left: -46%;
    }
    .xxs\:-mt-49\% {
        margin-top: -49%;
    }
    .xxs\:-mr-49\% {
        margin-right: -49%;
    }
    .xxs\:-mb-49\% {
        margin-bottom: -49%;
    }
    .xxs\:-ml-49\% {
        margin-left: -49%;
    }
    .xxs\:-mt-54\% {
        margin-top: -54%;
    }
    .xxs\:-mr-54\% {
        margin-right: -54%;
    }
    .xxs\:-mb-54\% {
        margin-bottom: -54%;
    }
    .xxs\:-ml-54\% {
        margin-left: -54%;
    }
    .xxs\:-mt-58\% {
        margin-top: -58%;
    }
    .xxs\:-mr-58\% {
        margin-right: -58%;
    }
    .xxs\:-mb-58\% {
        margin-bottom: -58%;
    }
    .xxs\:-ml-58\% {
        margin-left: -58%;
    }
    .xxs\:-mt-72\% {
        margin-top: -72%;
    }
    .xxs\:-mr-72\% {
        margin-right: -72%;
    }
    .xxs\:-mb-72\% {
        margin-bottom: -72%;
    }
    .xxs\:-ml-72\% {
        margin-left: -72%;
    }
    .xxs\:-mt-76\% {
        margin-top: -76%;
    }
    .xxs\:-mr-76\% {
        margin-right: -76%;
    }
    .xxs\:-mb-76\% {
        margin-bottom: -76%;
    }
    .xxs\:-ml-76\% {
        margin-left: -76%;
    }
    .xxs\:-mt-77\% {
        margin-top: -77%;
    }
    .xxs\:-mr-77\% {
        margin-right: -77%;
    }
    .xxs\:-mb-77\% {
        margin-bottom: -77%;
    }
    .xxs\:-ml-77\% {
        margin-left: -77%;
    }
    .xxs\:-mt-340p {
        margin-top: -340px;
    }
    .xxs\:-mr-340p {
        margin-right: -340px;
    }
    .xxs\:-mb-340p {
        margin-bottom: -340px;
    }
    .xxs\:-ml-340p {
        margin-left: -340px;
    }
    .xxs\:-mt-700p {
        margin-top: -700px;
    }
    .xxs\:-mr-700p {
        margin-right: -700px;
    }
    .xxs\:-mb-700p {
        margin-bottom: -700px;
    }
    .xxs\:-ml-700p {
        margin-left: -700px;
    }
    .xxs\:-mt-848p {
        margin-top: -848px;
    }
    .xxs\:-mr-848p {
        margin-right: -848px;
    }
    .xxs\:-mb-848p {
        margin-bottom: -848px;
    }
    .xxs\:-ml-848p {
        margin-left: -848px;
    }
    .xxs\:-mt-850p {
        margin-top: -850px;
    }
    .xxs\:-mr-850p {
        margin-right: -850px;
    }
    .xxs\:-mb-850p {
        margin-bottom: -850px;
    }
    .xxs\:-ml-850p {
        margin-left: -850px;
    }
    .xxs\:-mt-860p {
        margin-top: -860px;
    }
    .xxs\:-mr-860p {
        margin-right: -860px;
    }
    .xxs\:-mb-860p {
        margin-bottom: -860px;
    }
    .xxs\:-ml-860p {
        margin-left: -860px;
    }
    .xxs\:-mt-1425p {
        margin-top: -1425px;
    }
    .xxs\:-mr-1425p {
        margin-right: -1425px;
    }
    .xxs\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .xxs\:-ml-1425p {
        margin-left: -1425px;
    }
    .xxs\:max-h-0 {
        max-height: 0;
    }
    .xxs\:max-h-1 {
        max-height: 0.25rem;
    }
    .xxs\:max-h-2 {
        max-height: 0.5rem;
    }
    .xxs\:max-h-3 {
        max-height: 0.75rem;
    }
    .xxs\:max-h-4 {
        max-height: 1rem;
    }
    .xxs\:max-h-5 {
        max-height: 1.25rem;
    }
    .xxs\:max-h-6 {
        max-height: 1.5rem;
    }
    .xxs\:max-h-7 {
        max-height: 1.75rem;
    }
    .xxs\:max-h-8 {
        max-height: 2rem;
    }
    .xxs\:max-h-9 {
        max-height: 2.25rem;
    }
    .xxs\:max-h-10 {
        max-height: 2.5rem;
    }
    .xxs\:max-h-11 {
        max-height: 2.75rem;
    }
    .xxs\:max-h-12 {
        max-height: 3rem;
    }
    .xxs\:max-h-14 {
        max-height: 3.5rem;
    }
    .xxs\:max-h-16 {
        max-height: 4rem;
    }
    .xxs\:max-h-20 {
        max-height: 5rem;
    }
    .xxs\:max-h-23 {
        max-height: 88px;
    }
    .xxs\:max-h-24 {
        max-height: 6rem;
    }
    .xxs\:max-h-25 {
        max-height: 100px;
    }
    .xxs\:max-h-28 {
        max-height: 7rem;
    }
    .xxs\:max-h-29 {
        max-height: 120px;
    }
    .xxs\:max-h-32 {
        max-height: 8rem;
    }
    .xxs\:max-h-33 {
        max-height: 130px;
    }
    .xxs\:max-h-36 {
        max-height: 9rem;
    }
    .xxs\:max-h-40 {
        max-height: 10rem;
    }
    .xxs\:max-h-44 {
        max-height: 11rem;
    }
    .xxs\:max-h-48 {
        max-height: 12rem;
    }
    .xxs\:max-h-52 {
        max-height: 13rem;
    }
    .xxs\:max-h-56 {
        max-height: 14rem;
    }
    .xxs\:max-h-60 {
        max-height: 15rem;
    }
    .xxs\:max-h-63 {
        max-height: 270px;
    }
    .xxs\:max-h-64 {
        max-height: 16rem;
    }
    .xxs\:max-h-72 {
        max-height: 18rem;
    }
    .xxs\:max-h-80 {
        max-height: 20rem;
    }
    .xxs\:max-h-92 {
        max-height: 475px;
    }
    .xxs\:max-h-96 {
        max-height: 24rem;
    }
    .xxs\:max-h-128 {
        max-height: 32rem;
    }
    .xxs\:max-h-px {
        max-height: 1px;
    }
    .xxs\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .xxs\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .xxs\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .xxs\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .xxs\:max-h-105p {
        max-height: 105px;
    }
    .xxs\:max-h-50p {
        max-height: 50px;
    }
    .xxs\:max-h-54p {
        max-height: 54px;
    }
    .xxs\:max-h-1p {
        max-height: 1px;
    }
    .xxs\:max-h-2p {
        max-height: 2px;
    }
    .xxs\:max-h-3p {
        max-height: 3px;
    }
    .xxs\:max-h-5p {
        max-height: 5px;
    }
    .xxs\:max-h-7p {
        max-height: 7px;
    }
    .xxs\:max-h-9p {
        max-height: 9px;
    }
    .xxs\:max-h-10p {
        max-height: 10px;
    }
    .xxs\:max-h-11p {
        max-height: 11px;
    }
    .xxs\:max-h-13p {
        max-height: 13px;
    }
    .xxs\:max-h-15p {
        max-height: 15px;
    }
    .xxs\:max-h-18p {
        max-height: 18px;
    }
    .xxs\:max-h-19p {
        max-height: 19px;
    }
    .xxs\:max-h-21p {
        max-height: 21px;
    }
    .xxs\:max-h-22p {
        max-height: 22px;
    }
    .xxs\:max-h-23p {
        max-height: 23px;
    }
    .xxs\:max-h-25p {
        max-height: 25px;
    }
    .xxs\:max-h-26p {
        max-height: 26px;
    }
    .xxs\:max-h-29p {
        max-height: 29px;
    }
    .xxs\:max-h-30p {
        max-height: 30px;
    }
    .xxs\:max-h-31p {
        max-height: 31px;
    }
    .xxs\:max-h-35p {
        max-height: 35px;
    }
    .xxs\:max-h-52p {
        max-height: 52px;
    }
    .xxs\:max-h-53p {
        max-height: 53px;
    }
    .xxs\:max-h-55p {
        max-height: 55px;
    }
    .xxs\:max-h-59p {
        max-height: 59px;
    }
    .xxs\:max-h-27p {
        max-height: 27px;
    }
    .xxs\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .xxs\:max-h-38p {
        max-height: 38px;
    }
    .xxs\:max-h-40p {
        max-height: 40px;
    }
    .xxs\:max-h-46p {
        max-height: 46px;
    }
    .xxs\:max-h-47p {
        max-height: 47px;
    }
    .xxs\:max-h-49p {
        max-height: 49px;
    }
    .xxs\:max-h-58p {
        max-height: 58px;
    }
    .xxs\:max-h-75p {
        max-height: 75px;
    }
    .xxs\:max-h-77p {
        max-height: 77px;
    }
    .xxs\:max-h-60p {
        max-height: 60px;
    }
    .xxs\:max-h-65p {
        max-height: 65px;
    }
    .xxs\:max-h-66p {
        max-height: 66px;
    }
    .xxs\:max-h-68p {
        max-height: 68px;
    }
    .xxs\:max-h-70p {
        max-height: 70px;
    }
    .xxs\:max-h-72p {
        max-height: 72px;
    }
    .xxs\:max-h-74p {
        max-height: 74px;
    }
    .xxs\:max-h-78p {
        max-height: 78px;
    }
    .xxs\:max-h-80p {
        max-height: 80px;
    }
    .xxs\:max-h-82p {
        max-height: 82px;
    }
    .xxs\:max-h-84p {
        max-height: 84px;
    }
    .xxs\:max-h-89p {
        max-height: 89px;
    }
    .xxs\:max-h-93p {
        max-height: 93px;
    }
    .xxs\:max-h-90p {
        max-height: 90px;
    }
    .xxs\:max-h-97p {
        max-height: 97px;
    }
    .xxs\:max-h-103p {
        max-height: 103px;
    }
    .xxs\:max-h-116p {
        max-height: 116px;
    }
    .xxs\:max-h-120p {
        max-height: 120px;
    }
    .xxs\:max-h-125p {
        max-height: 125px;
    }
    .xxs\:max-h-130p {
        max-height: 130px;
    }
    .xxs\:max-h-135p {
        max-height: 135px;
    }
    .xxs\:max-h-132p {
        max-height: 132px;
    }
    .xxs\:max-h-150p {
        max-height: 150px;
    }
    .xxs\:max-h-216p {
        max-height: 216px;
    }
    .xxs\:max-h-225p {
        max-height: 225px;
    }
    .xxs\:max-h-296p {
        max-height: 296px;
    }
    .xxs\:max-h-270p {
        max-height: 270px;
    }
    .xxs\:max-h-137p {
        max-height: 137px;
    }
    .xxs\:max-h-141p {
        max-height: 141px;
    }
    .xxs\:max-h-146p {
        max-height: 146px;
    }
    .xxs\:max-h-152p {
        max-height: 152px;
    }
    .xxs\:max-h-155p {
        max-height: 155px;
    }
    .xxs\:max-h-163p {
        max-height: 163px;
    }
    .xxs\:max-h-168p {
        max-height: 168px;
    }
    .xxs\:max-h-173p {
        max-height: 173px;
    }
    .xxs\:max-h-210p {
        max-height: 210px;
    }
    .xxs\:max-h-245p {
        max-height: 245px;
    }
    .xxs\:max-h-250p {
        max-height: 250px;
    }
    .xxs\:max-h-260p {
        max-height: 260px;
    }
    .xxs\:max-h-263p {
        max-height: 263px;
    }
    .xxs\:max-h-266p {
        max-height: 266px;
    }
    .xxs\:max-h-275p {
        max-height: 275px;
    }
    .xxs\:max-h-300p {
        max-height: 300px;
    }
    .xxs\:max-h-312p {
        max-height: 312px;
    }
    .xxs\:max-h-318p {
        max-height: 318px;
    }
    .xxs\:max-h-322p {
        max-height: 322px;
    }
    .xxs\:max-h-337p {
        max-height: 337px;
    }
    .xxs\:max-h-345p {
        max-height: 345px;
    }
    .xxs\:max-h-344p {
        max-height: 344px;
    }
    .xxs\:max-h-354p {
        max-height: 354px;
    }
    .xxs\:max-h-364p {
        max-height: 364px;
    }
    .xxs\:max-h-370p {
        max-height: 370px;
    }
    .xxs\:max-h-382p {
        max-height: 382px;
    }
    .xxs\:max-h-385p {
        max-height: 385px;
    }
    .xxs\:max-h-400p {
        max-height: 400px;
    }
    .xxs\:max-h-407p {
        max-height: 407px;
    }
    .xxs\:max-h-411p {
        max-height: 411px;
    }
    .xxs\:max-h-418p {
        max-height: 418px;
    }
    .xxs\:max-h-430p {
        max-height: 430px;
    }
    .xxs\:max-h-450p {
        max-height: 450px;
    }
    .xxs\:max-h-468p {
        max-height: 468px;
    }
    .xxs\:max-h-485p {
        max-height: 485px;
    }
    .xxs\:max-h-491p {
        max-height: 491px;
    }
    .xxs\:max-h-494p {
        max-height: 494px;
    }
    .xxs\:max-h-470p {
        max-height: 470px;
    }
    .xxs\:max-h-480p {
        max-height: 480px;
    }
    .xxs\:max-h-532p {
        max-height: 532px;
    }
    .xxs\:max-h-556p {
        max-height: 556px;
    }
    .xxs\:max-h-505p {
        max-height: 505px;
    }
    .xxs\:max-h-1179p {
        max-height: 1179px;
    }
    .xxs\:max-h-1253p {
        max-height: 1253px;
    }
    .xxs\:max-h-1575p {
        max-height: 1575px;
    }
    .xxs\:max-h-600p {
        max-height: 600px;
    }
    .xxs\:max-h-649p {
        max-height: 649px;
    }
    .xxs\:max-h-690p {
        max-height: 690px;
    }
    .xxs\:max-h-19\% {
        max-height: 19%;
    }
    .xxs\:max-h-23\% {
        max-height: 23%;
    }
    .xxs\:max-h-24\% {
        max-height: 24%;
    }
    .xxs\:max-h-36\% {
        max-height: 36%;
    }
    .xxs\:max-h-27\% {
        max-height: 27%;
    }
    .xxs\:max-h-28\% {
        max-height: 28%;
    }
    .xxs\:max-h-42\% {
        max-height: 42%;
    }
    .xxs\:max-h-46\% {
        max-height: 46%;
    }
    .xxs\:max-h-49\% {
        max-height: 49%;
    }
    .xxs\:max-h-54\% {
        max-height: 54%;
    }
    .xxs\:max-h-58\% {
        max-height: 58%;
    }
    .xxs\:max-h-72\% {
        max-height: 72%;
    }
    .xxs\:max-h-76\% {
        max-height: 76%;
    }
    .xxs\:max-h-77\% {
        max-height: 77%;
    }
    .xxs\:max-h-340p {
        max-height: 340px;
    }
    .xxs\:max-h-700p {
        max-height: 700px;
    }
    .xxs\:max-h-848p {
        max-height: 848px;
    }
    .xxs\:max-h-850p {
        max-height: 850px;
    }
    .xxs\:max-h-860p {
        max-height: 860px;
    }
    .xxs\:max-h-1425p {
        max-height: 1425px;
    }
    .xxs\:max-h-full {
        max-height: 100%;
    }
    .xxs\:max-h-screen {
        max-height: 100vh;
    }
    .xxs\:max-w-0 {
        max-width: 0;
    }
    .xxs\:max-w-none {
        max-width: none;
    }
    .xxs\:max-w-xs {
        max-width: 20rem;
    }
    .xxs\:max-w-sm {
        max-width: 24rem;
    }
    .xxs\:max-w-md {
        max-width: 28rem;
    }
    .xxs\:max-w-lg {
        max-width: 32rem;
    }
    .xxs\:max-w-xl {
        max-width: 36rem;
    }
    .xxs\:max-w-2xl {
        max-width: 42rem;
    }
    .xxs\:max-w-3xl {
        max-width: 48rem;
    }
    .xxs\:max-w-4xl {
        max-width: 56rem;
    }
    .xxs\:max-w-5xl {
        max-width: 64rem;
    }
    .xxs\:max-w-6xl {
        max-width: 72rem;
    }
    .xxs\:max-w-7xl {
        max-width: 80rem;
    }
    .xxs\:max-w-full {
        max-width: 100%;
    }
    .xxs\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .xxs\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .xxs\:max-w-prose {
        max-width: 65ch;
    }
    .xxs\:max-w-screen-sm {
        max-width: 640px;
    }
    .xxs\:max-w-screen-md {
        max-width: 768px;
    }
    .xxs\:max-w-screen-lg {
        max-width: 1024px;
    }
    .xxs\:max-w-screen-xl {
        max-width: 1280px;
    }
    .xxs\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .xxs\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .xxs\:min-h-0 {
        min-height: 0;
    }
    .xxs\:min-h-full {
        min-height: 100%;
    }
    .xxs\:min-h-screen {
        min-height: 100vh;
    }
    .xxs\:min-w-0 {
        min-width: 0;
    }
    .xxs\:min-w-full {
        min-width: 100%;
    }
    .xxs\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .xxs\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .xxs\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .xxs\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .xxs\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .xxs\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .xxs\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .xxs\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .xxs\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .xxs\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .xxs\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .xxs\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .xxs\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .xxs\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .xxs\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .xxs\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .xxs\:opacity-0 {
        opacity: 0;
    }
    .xxs\:opacity-5 {
        opacity: 0.05;
    }
    .xxs\:opacity-10 {
        opacity: 0.1;
    }
    .xxs\:opacity-20 {
        opacity: 0.2;
    }
    .xxs\:opacity-25 {
        opacity: 0.25;
    }
    .xxs\:opacity-30 {
        opacity: 0.3;
    }
    .xxs\:opacity-40 {
        opacity: 0.4;
    }
    .xxs\:opacity-50 {
        opacity: 0.5;
    }
    .xxs\:opacity-60 {
        opacity: 0.6;
    }
    .xxs\:opacity-70 {
        opacity: 0.7;
    }
    .xxs\:opacity-75 {
        opacity: 0.75;
    }
    .xxs\:opacity-80 {
        opacity: 0.8;
    }
    .xxs\:opacity-90 {
        opacity: 0.9;
    }
    .xxs\:opacity-95 {
        opacity: 0.95;
    }
    .xxs\:opacity-100 {
        opacity: 1;
    }
    .group:hover .xxs\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .xxs\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .xxs\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .xxs\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .xxs\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .xxs\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .xxs\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .xxs\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .xxs\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .xxs\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .xxs\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .xxs\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .xxs\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .xxs\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .xxs\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .xxs\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .xxs\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .xxs\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .xxs\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .xxs\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .xxs\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .xxs\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .xxs\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .xxs\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .xxs\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .xxs\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .xxs\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .xxs\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .xxs\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .xxs\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .xxs\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .xxs\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .xxs\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .xxs\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .xxs\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .xxs\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .xxs\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .xxs\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .xxs\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .xxs\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .xxs\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .xxs\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .xxs\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .xxs\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .xxs\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .xxs\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .xxs\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .xxs\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .xxs\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .xxs\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .xxs\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .xxs\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .xxs\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .xxs\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .xxs\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .xxs\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .xxs\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .xxs\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .xxs\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .xxs\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .xxs\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .xxs\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .xxs\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .xxs\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .xxs\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .xxs\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .xxs\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .xxs\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .xxs\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .xxs\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .xxs\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .xxs\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .xxs\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .xxs\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .xxs\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .xxs\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xxs\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xxs\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xxs\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xxs\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xxs\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xxs\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xxs\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xxs\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xxs\:overflow-auto {
        overflow: auto;
    }
    .xxs\:overflow-hidden {
        overflow: hidden;
    }
    .xxs\:overflow-visible {
        overflow: visible;
    }
    .xxs\:overflow-scroll {
        overflow: scroll;
    }
    .xxs\:overflow-x-auto {
        overflow-x: auto;
    }
    .xxs\:overflow-y-auto {
        overflow-y: auto;
    }
    .xxs\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .xxs\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xxs\:overflow-x-visible {
        overflow-x: visible;
    }
    .xxs\:overflow-y-visible {
        overflow-y: visible;
    }
    .xxs\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .xxs\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .xxs\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .xxs\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .xxs\:overscroll-none {
        overscroll-behavior: none;
    }
    .xxs\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .xxs\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .xxs\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .xxs\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .xxs\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .xxs\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .xxs\:p-0 {
        padding: 0;
    }
    .xxs\:p-1 {
        padding: 0.25rem;
    }
    .xxs\:p-2 {
        padding: 0.5rem;
    }
    .xxs\:p-3 {
        padding: 0.75rem;
    }
    .xxs\:p-4 {
        padding: 1rem;
    }
    .xxs\:p-5 {
        padding: 1.25rem;
    }
    .xxs\:p-6 {
        padding: 1.5rem;
    }
    .xxs\:p-7 {
        padding: 1.75rem;
    }
    .xxs\:p-8 {
        padding: 2rem;
    }
    .xxs\:p-9 {
        padding: 2.25rem;
    }
    .xxs\:p-10 {
        padding: 2.5rem;
    }
    .xxs\:p-11 {
        padding: 2.75rem;
    }
    .xxs\:p-12 {
        padding: 3rem;
    }
    .xxs\:p-14 {
        padding: 3.5rem;
    }
    .xxs\:p-16 {
        padding: 4rem;
    }
    .xxs\:p-20 {
        padding: 5rem;
    }
    .xxs\:p-23 {
        padding: 88px;
    }
    .xxs\:p-24 {
        padding: 6rem;
    }
    .xxs\:p-25 {
        padding: 100px;
    }
    .xxs\:p-28 {
        padding: 7rem;
    }
    .xxs\:p-29 {
        padding: 120px;
    }
    .xxs\:p-32 {
        padding: 8rem;
    }
    .xxs\:p-33 {
        padding: 130px;
    }
    .xxs\:p-36 {
        padding: 9rem;
    }
    .xxs\:p-40 {
        padding: 10rem;
    }
    .xxs\:p-44 {
        padding: 11rem;
    }
    .xxs\:p-48 {
        padding: 12rem;
    }
    .xxs\:p-52 {
        padding: 13rem;
    }
    .xxs\:p-56 {
        padding: 14rem;
    }
    .xxs\:p-60 {
        padding: 15rem;
    }
    .xxs\:p-63 {
        padding: 270px;
    }
    .xxs\:p-64 {
        padding: 16rem;
    }
    .xxs\:p-72 {
        padding: 18rem;
    }
    .xxs\:p-80 {
        padding: 20rem;
    }
    .xxs\:p-92 {
        padding: 475px;
    }
    .xxs\:p-96 {
        padding: 24rem;
    }
    .xxs\:p-128 {
        padding: 32rem;
    }
    .xxs\:p-px {
        padding: 1px;
    }
    .xxs\:p-0\.5 {
        padding: 0.125rem;
    }
    .xxs\:p-1\.5 {
        padding: 0.375rem;
    }
    .xxs\:p-2\.5 {
        padding: 0.625rem;
    }
    .xxs\:p-3\.5 {
        padding: 0.875rem;
    }
    .xxs\:p-105p {
        padding: 105px;
    }
    .xxs\:p-50p {
        padding: 50px;
    }
    .xxs\:p-54p {
        padding: 54px;
    }
    .xxs\:p-1p {
        padding: 1px;
    }
    .xxs\:p-2p {
        padding: 2px;
    }
    .xxs\:p-3p {
        padding: 3px;
    }
    .xxs\:p-5p {
        padding: 5px;
    }
    .xxs\:p-7p {
        padding: 7px;
    }
    .xxs\:p-9p {
        padding: 9px;
    }
    .xxs\:p-10p {
        padding: 10px;
    }
    .xxs\:p-11p {
        padding: 11px;
    }
    .xxs\:p-13p {
        padding: 13px;
    }
    .xxs\:p-15p {
        padding: 15px;
    }
    .xxs\:p-18p {
        padding: 18px;
    }
    .xxs\:p-19p {
        padding: 19px;
    }
    .xxs\:p-21p {
        padding: 21px;
    }
    .xxs\:p-22p {
        padding: 22px;
    }
    .xxs\:p-23p {
        padding: 23px;
    }
    .xxs\:p-25p {
        padding: 25px;
    }
    .xxs\:p-26p {
        padding: 26px;
    }
    .xxs\:p-29p {
        padding: 29px;
    }
    .xxs\:p-30p {
        padding: 30px;
    }
    .xxs\:p-31p {
        padding: 31px;
    }
    .xxs\:p-35p {
        padding: 35px;
    }
    .xxs\:p-52p {
        padding: 52px;
    }
    .xxs\:p-53p {
        padding: 53px;
    }
    .xxs\:p-55p {
        padding: 55px;
    }
    .xxs\:p-59p {
        padding: 59px;
    }
    .xxs\:p-27p {
        padding: 27px;
    }
    .xxs\:p-33\.5p {
        padding: 33.5px;
    }
    .xxs\:p-38p {
        padding: 38px;
    }
    .xxs\:p-40p {
        padding: 40px;
    }
    .xxs\:p-46p {
        padding: 46px;
    }
    .xxs\:p-47p {
        padding: 47px;
    }
    .xxs\:p-49p {
        padding: 49px;
    }
    .xxs\:p-58p {
        padding: 58px;
    }
    .xxs\:p-75p {
        padding: 75px;
    }
    .xxs\:p-77p {
        padding: 77px;
    }
    .xxs\:p-60p {
        padding: 60px;
    }
    .xxs\:p-65p {
        padding: 65px;
    }
    .xxs\:p-66p {
        padding: 66px;
    }
    .xxs\:p-68p {
        padding: 68px;
    }
    .xxs\:p-70p {
        padding: 70px;
    }
    .xxs\:p-72p {
        padding: 72px;
    }
    .xxs\:p-74p {
        padding: 74px;
    }
    .xxs\:p-78p {
        padding: 78px;
    }
    .xxs\:p-80p {
        padding: 80px;
    }
    .xxs\:p-82p {
        padding: 82px;
    }
    .xxs\:p-84p {
        padding: 84px;
    }
    .xxs\:p-89p {
        padding: 89px;
    }
    .xxs\:p-93p {
        padding: 93px;
    }
    .xxs\:p-90p {
        padding: 90px;
    }
    .xxs\:p-97p {
        padding: 97px;
    }
    .xxs\:p-103p {
        padding: 103px;
    }
    .xxs\:p-116p {
        padding: 116px;
    }
    .xxs\:p-120p {
        padding: 120px;
    }
    .xxs\:p-125p {
        padding: 125px;
    }
    .xxs\:p-130p {
        padding: 130px;
    }
    .xxs\:p-135p {
        padding: 135px;
    }
    .xxs\:p-132p {
        padding: 132px;
    }
    .xxs\:p-150p {
        padding: 150px;
    }
    .xxs\:p-216p {
        padding: 216px;
    }
    .xxs\:p-225p {
        padding: 225px;
    }
    .xxs\:p-296p {
        padding: 296px;
    }
    .xxs\:p-270p {
        padding: 270px;
    }
    .xxs\:p-137p {
        padding: 137px;
    }
    .xxs\:p-141p {
        padding: 141px;
    }
    .xxs\:p-146p {
        padding: 146px;
    }
    .xxs\:p-152p {
        padding: 152px;
    }
    .xxs\:p-155p {
        padding: 155px;
    }
    .xxs\:p-163p {
        padding: 163px;
    }
    .xxs\:p-168p {
        padding: 168px;
    }
    .xxs\:p-173p {
        padding: 173px;
    }
    .xxs\:p-210p {
        padding: 210px;
    }
    .xxs\:p-245p {
        padding: 245px;
    }
    .xxs\:p-250p {
        padding: 250px;
    }
    .xxs\:p-260p {
        padding: 260px;
    }
    .xxs\:p-263p {
        padding: 263px;
    }
    .xxs\:p-266p {
        padding: 266px;
    }
    .xxs\:p-275p {
        padding: 275px;
    }
    .xxs\:p-300p {
        padding: 300px;
    }
    .xxs\:p-312p {
        padding: 312px;
    }
    .xxs\:p-318p {
        padding: 318px;
    }
    .xxs\:p-322p {
        padding: 322px;
    }
    .xxs\:p-337p {
        padding: 337px;
    }
    .xxs\:p-345p {
        padding: 345px;
    }
    .xxs\:p-344p {
        padding: 344px;
    }
    .xxs\:p-354p {
        padding: 354px;
    }
    .xxs\:p-364p {
        padding: 364px;
    }
    .xxs\:p-370p {
        padding: 370px;
    }
    .xxs\:p-382p {
        padding: 382px;
    }
    .xxs\:p-385p {
        padding: 385px;
    }
    .xxs\:p-400p {
        padding: 400px;
    }
    .xxs\:p-407p {
        padding: 407px;
    }
    .xxs\:p-411p {
        padding: 411px;
    }
    .xxs\:p-418p {
        padding: 418px;
    }
    .xxs\:p-430p {
        padding: 430px;
    }
    .xxs\:p-450p {
        padding: 450px;
    }
    .xxs\:p-468p {
        padding: 468px;
    }
    .xxs\:p-485p {
        padding: 485px;
    }
    .xxs\:p-491p {
        padding: 491px;
    }
    .xxs\:p-494p {
        padding: 494px;
    }
    .xxs\:p-470p {
        padding: 470px;
    }
    .xxs\:p-480p {
        padding: 480px;
    }
    .xxs\:p-532p {
        padding: 532px;
    }
    .xxs\:p-556p {
        padding: 556px;
    }
    .xxs\:p-505p {
        padding: 505px;
    }
    .xxs\:p-1179p {
        padding: 1179px;
    }
    .xxs\:p-1253p {
        padding: 1253px;
    }
    .xxs\:p-1575p {
        padding: 1575px;
    }
    .xxs\:p-600p {
        padding: 600px;
    }
    .xxs\:p-649p {
        padding: 649px;
    }
    .xxs\:p-690p {
        padding: 690px;
    }
    .xxs\:p-19\% {
        padding: 19%;
    }
    .xxs\:p-23\% {
        padding: 23%;
    }
    .xxs\:p-24\% {
        padding: 24%;
    }
    .xxs\:p-36\% {
        padding: 36%;
    }
    .xxs\:p-27\% {
        padding: 27%;
    }
    .xxs\:p-28\% {
        padding: 28%;
    }
    .xxs\:p-42\% {
        padding: 42%;
    }
    .xxs\:p-46\% {
        padding: 46%;
    }
    .xxs\:p-49\% {
        padding: 49%;
    }
    .xxs\:p-54\% {
        padding: 54%;
    }
    .xxs\:p-58\% {
        padding: 58%;
    }
    .xxs\:p-72\% {
        padding: 72%;
    }
    .xxs\:p-76\% {
        padding: 76%;
    }
    .xxs\:p-77\% {
        padding: 77%;
    }
    .xxs\:p-340p {
        padding: 340px;
    }
    .xxs\:p-700p {
        padding: 700px;
    }
    .xxs\:p-848p {
        padding: 848px;
    }
    .xxs\:p-850p {
        padding: 850px;
    }
    .xxs\:p-860p {
        padding: 860px;
    }
    .xxs\:p-1425p {
        padding: 1425px;
    }
    .xxs\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .xxs\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .xxs\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .xxs\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .xxs\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .xxs\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xxs\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .xxs\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .xxs\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .xxs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xxs\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .xxs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xxs\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .xxs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xxs\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .xxs\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .xxs\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xxs\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .xxs\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .xxs\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .xxs\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .xxs\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xxs\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .xxs\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .xxs\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .xxs\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .xxs\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .xxs\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .xxs\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .xxs\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xxs\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xxs\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xxs\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .xxs\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .xxs\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .xxs\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .xxs\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .xxs\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .xxs\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .xxs\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .xxs\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xxs\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xxs\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .xxs\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .xxs\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xxs\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xxs\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .xxs\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .xxs\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .xxs\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .xxs\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .xxs\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .xxs\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .xxs\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .xxs\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .xxs\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .xxs\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .xxs\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .xxs\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .xxs\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .xxs\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xxs\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xxs\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .xxs\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .xxs\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .xxs\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .xxs\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .xxs\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .xxs\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .xxs\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .xxs\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .xxs\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .xxs\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .xxs\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .xxs\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xxs\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xxs\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .xxs\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .xxs\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .xxs\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .xxs\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .xxs\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .xxs\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .xxs\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .xxs\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .xxs\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .xxs\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .xxs\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .xxs\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .xxs\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .xxs\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xxs\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xxs\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .xxs\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .xxs\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .xxs\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .xxs\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .xxs\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .xxs\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .xxs\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .xxs\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .xxs\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .xxs\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .xxs\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .xxs\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .xxs\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .xxs\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .xxs\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .xxs\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .xxs\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .xxs\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .xxs\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .xxs\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .xxs\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .xxs\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .xxs\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .xxs\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .xxs\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .xxs\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .xxs\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .xxs\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .xxs\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .xxs\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .xxs\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .xxs\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .xxs\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .xxs\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xxs\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .xxs\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .xxs\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .xxs\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .xxs\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .xxs\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .xxs\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .xxs\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .xxs\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .xxs\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .xxs\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .xxs\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .xxs\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .xxs\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .xxs\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .xxs\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .xxs\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .xxs\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .xxs\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .xxs\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .xxs\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .xxs\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .xxs\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .xxs\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .xxs\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .xxs\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .xxs\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .xxs\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .xxs\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .xxs\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .xxs\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .xxs\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .xxs\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .xxs\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .xxs\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .xxs\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .xxs\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .xxs\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .xxs\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .xxs\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .xxs\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .xxs\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .xxs\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .xxs\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .xxs\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .xxs\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .xxs\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .xxs\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .xxs\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .xxs\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .xxs\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .xxs\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .xxs\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .xxs\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .xxs\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .xxs\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .xxs\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .xxs\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .xxs\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .xxs\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .xxs\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .xxs\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .xxs\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .xxs\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .xxs\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .xxs\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .xxs\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .xxs\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xxs\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xxs\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .xxs\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .xxs\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xxs\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xxs\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .xxs\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .xxs\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .xxs\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .xxs\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .xxs\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .xxs\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .xxs\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .xxs\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .xxs\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .xxs\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .xxs\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .xxs\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xxs\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xxs\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .xxs\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .xxs\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .xxs\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .xxs\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .xxs\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .xxs\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .xxs\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .xxs\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .xxs\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .xxs\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .xxs\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .xxs\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .xxs\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .xxs\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .xxs\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .xxs\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .xxs\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .xxs\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .xxs\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .xxs\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .xxs\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .xxs\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .xxs\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .xxs\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .xxs\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .xxs\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .xxs\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .xxs\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .xxs\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .xxs\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .xxs\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .xxs\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .xxs\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .xxs\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .xxs\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .xxs\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .xxs\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .xxs\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .xxs\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .xxs\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .xxs\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .xxs\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .xxs\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .xxs\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .xxs\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .xxs\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .xxs\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .xxs\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .xxs\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .xxs\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .xxs\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .xxs\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .xxs\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .xxs\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .xxs\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .xxs\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .xxs\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .xxs\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .xxs\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .xxs\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .xxs\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .xxs\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .xxs\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .xxs\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .xxs\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .xxs\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .xxs\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .xxs\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .xxs\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .xxs\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .xxs\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .xxs\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .xxs\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .xxs\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .xxs\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .xxs\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .xxs\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .xxs\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .xxs\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .xxs\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .xxs\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .xxs\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .xxs\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .xxs\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .xxs\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .xxs\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .xxs\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .xxs\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .xxs\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .xxs\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .xxs\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .xxs\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .xxs\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .xxs\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .xxs\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .xxs\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .xxs\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .xxs\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .xxs\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .xxs\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .xxs\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .xxs\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .xxs\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .xxs\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .xxs\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .xxs\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .xxs\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .xxs\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .xxs\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .xxs\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .xxs\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .xxs\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .xxs\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .xxs\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .xxs\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .xxs\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .xxs\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .xxs\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .xxs\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .xxs\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .xxs\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .xxs\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .xxs\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .xxs\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .xxs\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .xxs\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .xxs\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .xxs\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .xxs\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .xxs\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .xxs\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .xxs\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .xxs\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .xxs\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .xxs\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .xxs\:pt-0 {
        padding-top: 0;
    }
    .xxs\:pr-0 {
        padding-right: 0;
    }
    .xxs\:pb-0 {
        padding-bottom: 0;
    }
    .xxs\:pl-0 {
        padding-left: 0;
    }
    .xxs\:pt-1 {
        padding-top: 0.25rem;
    }
    .xxs\:pr-1 {
        padding-right: 0.25rem;
    }
    .xxs\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .xxs\:pl-1 {
        padding-left: 0.25rem;
    }
    .xxs\:pt-2 {
        padding-top: 0.5rem;
    }
    .xxs\:pr-2 {
        padding-right: 0.5rem;
    }
    .xxs\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .xxs\:pl-2 {
        padding-left: 0.5rem;
    }
    .xxs\:pt-3 {
        padding-top: 0.75rem;
    }
    .xxs\:pr-3 {
        padding-right: 0.75rem;
    }
    .xxs\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .xxs\:pl-3 {
        padding-left: 0.75rem;
    }
    .xxs\:pt-4 {
        padding-top: 1rem;
    }
    .xxs\:pr-4 {
        padding-right: 1rem;
    }
    .xxs\:pb-4 {
        padding-bottom: 1rem;
    }
    .xxs\:pl-4 {
        padding-left: 1rem;
    }
    .xxs\:pt-5 {
        padding-top: 1.25rem;
    }
    .xxs\:pr-5 {
        padding-right: 1.25rem;
    }
    .xxs\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .xxs\:pl-5 {
        padding-left: 1.25rem;
    }
    .xxs\:pt-6 {
        padding-top: 1.5rem;
    }
    .xxs\:pr-6 {
        padding-right: 1.5rem;
    }
    .xxs\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .xxs\:pl-6 {
        padding-left: 1.5rem;
    }
    .xxs\:pt-7 {
        padding-top: 1.75rem;
    }
    .xxs\:pr-7 {
        padding-right: 1.75rem;
    }
    .xxs\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .xxs\:pl-7 {
        padding-left: 1.75rem;
    }
    .xxs\:pt-8 {
        padding-top: 2rem;
    }
    .xxs\:pr-8 {
        padding-right: 2rem;
    }
    .xxs\:pb-8 {
        padding-bottom: 2rem;
    }
    .xxs\:pl-8 {
        padding-left: 2rem;
    }
    .xxs\:pt-9 {
        padding-top: 2.25rem;
    }
    .xxs\:pr-9 {
        padding-right: 2.25rem;
    }
    .xxs\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .xxs\:pl-9 {
        padding-left: 2.25rem;
    }
    .xxs\:pt-10 {
        padding-top: 2.5rem;
    }
    .xxs\:pr-10 {
        padding-right: 2.5rem;
    }
    .xxs\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xxs\:pl-10 {
        padding-left: 2.5rem;
    }
    .xxs\:pt-11 {
        padding-top: 2.75rem;
    }
    .xxs\:pr-11 {
        padding-right: 2.75rem;
    }
    .xxs\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .xxs\:pl-11 {
        padding-left: 2.75rem;
    }
    .xxs\:pt-12 {
        padding-top: 3rem;
    }
    .xxs\:pr-12 {
        padding-right: 3rem;
    }
    .xxs\:pb-12 {
        padding-bottom: 3rem;
    }
    .xxs\:pl-12 {
        padding-left: 3rem;
    }
    .xxs\:pt-14 {
        padding-top: 3.5rem;
    }
    .xxs\:pr-14 {
        padding-right: 3.5rem;
    }
    .xxs\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .xxs\:pl-14 {
        padding-left: 3.5rem;
    }
    .xxs\:pt-16 {
        padding-top: 4rem;
    }
    .xxs\:pr-16 {
        padding-right: 4rem;
    }
    .xxs\:pb-16 {
        padding-bottom: 4rem;
    }
    .xxs\:pl-16 {
        padding-left: 4rem;
    }
    .xxs\:pt-20 {
        padding-top: 5rem;
    }
    .xxs\:pr-20 {
        padding-right: 5rem;
    }
    .xxs\:pb-20 {
        padding-bottom: 5rem;
    }
    .xxs\:pl-20 {
        padding-left: 5rem;
    }
    .xxs\:pt-23 {
        padding-top: 88px;
    }
    .xxs\:pr-23 {
        padding-right: 88px;
    }
    .xxs\:pb-23 {
        padding-bottom: 88px;
    }
    .xxs\:pl-23 {
        padding-left: 88px;
    }
    .xxs\:pt-24 {
        padding-top: 6rem;
    }
    .xxs\:pr-24 {
        padding-right: 6rem;
    }
    .xxs\:pb-24 {
        padding-bottom: 6rem;
    }
    .xxs\:pl-24 {
        padding-left: 6rem;
    }
    .xxs\:pt-25 {
        padding-top: 100px;
    }
    .xxs\:pr-25 {
        padding-right: 100px;
    }
    .xxs\:pb-25 {
        padding-bottom: 100px;
    }
    .xxs\:pl-25 {
        padding-left: 100px;
    }
    .xxs\:pt-28 {
        padding-top: 7rem;
    }
    .xxs\:pr-28 {
        padding-right: 7rem;
    }
    .xxs\:pb-28 {
        padding-bottom: 7rem;
    }
    .xxs\:pl-28 {
        padding-left: 7rem;
    }
    .xxs\:pt-29 {
        padding-top: 120px;
    }
    .xxs\:pr-29 {
        padding-right: 120px;
    }
    .xxs\:pb-29 {
        padding-bottom: 120px;
    }
    .xxs\:pl-29 {
        padding-left: 120px;
    }
    .xxs\:pt-32 {
        padding-top: 8rem;
    }
    .xxs\:pr-32 {
        padding-right: 8rem;
    }
    .xxs\:pb-32 {
        padding-bottom: 8rem;
    }
    .xxs\:pl-32 {
        padding-left: 8rem;
    }
    .xxs\:pt-33 {
        padding-top: 130px;
    }
    .xxs\:pr-33 {
        padding-right: 130px;
    }
    .xxs\:pb-33 {
        padding-bottom: 130px;
    }
    .xxs\:pl-33 {
        padding-left: 130px;
    }
    .xxs\:pt-36 {
        padding-top: 9rem;
    }
    .xxs\:pr-36 {
        padding-right: 9rem;
    }
    .xxs\:pb-36 {
        padding-bottom: 9rem;
    }
    .xxs\:pl-36 {
        padding-left: 9rem;
    }
    .xxs\:pt-40 {
        padding-top: 10rem;
    }
    .xxs\:pr-40 {
        padding-right: 10rem;
    }
    .xxs\:pb-40 {
        padding-bottom: 10rem;
    }
    .xxs\:pl-40 {
        padding-left: 10rem;
    }
    .xxs\:pt-44 {
        padding-top: 11rem;
    }
    .xxs\:pr-44 {
        padding-right: 11rem;
    }
    .xxs\:pb-44 {
        padding-bottom: 11rem;
    }
    .xxs\:pl-44 {
        padding-left: 11rem;
    }
    .xxs\:pt-48 {
        padding-top: 12rem;
    }
    .xxs\:pr-48 {
        padding-right: 12rem;
    }
    .xxs\:pb-48 {
        padding-bottom: 12rem;
    }
    .xxs\:pl-48 {
        padding-left: 12rem;
    }
    .xxs\:pt-52 {
        padding-top: 13rem;
    }
    .xxs\:pr-52 {
        padding-right: 13rem;
    }
    .xxs\:pb-52 {
        padding-bottom: 13rem;
    }
    .xxs\:pl-52 {
        padding-left: 13rem;
    }
    .xxs\:pt-56 {
        padding-top: 14rem;
    }
    .xxs\:pr-56 {
        padding-right: 14rem;
    }
    .xxs\:pb-56 {
        padding-bottom: 14rem;
    }
    .xxs\:pl-56 {
        padding-left: 14rem;
    }
    .xxs\:pt-60 {
        padding-top: 15rem;
    }
    .xxs\:pr-60 {
        padding-right: 15rem;
    }
    .xxs\:pb-60 {
        padding-bottom: 15rem;
    }
    .xxs\:pl-60 {
        padding-left: 15rem;
    }
    .xxs\:pt-63 {
        padding-top: 270px;
    }
    .xxs\:pr-63 {
        padding-right: 270px;
    }
    .xxs\:pb-63 {
        padding-bottom: 270px;
    }
    .xxs\:pl-63 {
        padding-left: 270px;
    }
    .xxs\:pt-64 {
        padding-top: 16rem;
    }
    .xxs\:pr-64 {
        padding-right: 16rem;
    }
    .xxs\:pb-64 {
        padding-bottom: 16rem;
    }
    .xxs\:pl-64 {
        padding-left: 16rem;
    }
    .xxs\:pt-72 {
        padding-top: 18rem;
    }
    .xxs\:pr-72 {
        padding-right: 18rem;
    }
    .xxs\:pb-72 {
        padding-bottom: 18rem;
    }
    .xxs\:pl-72 {
        padding-left: 18rem;
    }
    .xxs\:pt-80 {
        padding-top: 20rem;
    }
    .xxs\:pr-80 {
        padding-right: 20rem;
    }
    .xxs\:pb-80 {
        padding-bottom: 20rem;
    }
    .xxs\:pl-80 {
        padding-left: 20rem;
    }
    .xxs\:pt-92 {
        padding-top: 475px;
    }
    .xxs\:pr-92 {
        padding-right: 475px;
    }
    .xxs\:pb-92 {
        padding-bottom: 475px;
    }
    .xxs\:pl-92 {
        padding-left: 475px;
    }
    .xxs\:pt-96 {
        padding-top: 24rem;
    }
    .xxs\:pr-96 {
        padding-right: 24rem;
    }
    .xxs\:pb-96 {
        padding-bottom: 24rem;
    }
    .xxs\:pl-96 {
        padding-left: 24rem;
    }
    .xxs\:pt-128 {
        padding-top: 32rem;
    }
    .xxs\:pr-128 {
        padding-right: 32rem;
    }
    .xxs\:pb-128 {
        padding-bottom: 32rem;
    }
    .xxs\:pl-128 {
        padding-left: 32rem;
    }
    .xxs\:pt-px {
        padding-top: 1px;
    }
    .xxs\:pr-px {
        padding-right: 1px;
    }
    .xxs\:pb-px {
        padding-bottom: 1px;
    }
    .xxs\:pl-px {
        padding-left: 1px;
    }
    .xxs\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .xxs\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .xxs\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .xxs\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .xxs\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .xxs\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .xxs\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .xxs\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .xxs\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .xxs\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .xxs\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .xxs\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .xxs\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .xxs\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .xxs\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .xxs\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .xxs\:pt-105p {
        padding-top: 105px;
    }
    .xxs\:pr-105p {
        padding-right: 105px;
    }
    .xxs\:pb-105p {
        padding-bottom: 105px;
    }
    .xxs\:pl-105p {
        padding-left: 105px;
    }
    .xxs\:pt-50p {
        padding-top: 50px;
    }
    .xxs\:pr-50p {
        padding-right: 50px;
    }
    .xxs\:pb-50p {
        padding-bottom: 50px;
    }
    .xxs\:pl-50p {
        padding-left: 50px;
    }
    .xxs\:pt-54p {
        padding-top: 54px;
    }
    .xxs\:pr-54p {
        padding-right: 54px;
    }
    .xxs\:pb-54p {
        padding-bottom: 54px;
    }
    .xxs\:pl-54p {
        padding-left: 54px;
    }
    .xxs\:pt-1p {
        padding-top: 1px;
    }
    .xxs\:pr-1p {
        padding-right: 1px;
    }
    .xxs\:pb-1p {
        padding-bottom: 1px;
    }
    .xxs\:pl-1p {
        padding-left: 1px;
    }
    .xxs\:pt-2p {
        padding-top: 2px;
    }
    .xxs\:pr-2p {
        padding-right: 2px;
    }
    .xxs\:pb-2p {
        padding-bottom: 2px;
    }
    .xxs\:pl-2p {
        padding-left: 2px;
    }
    .xxs\:pt-3p {
        padding-top: 3px;
    }
    .xxs\:pr-3p {
        padding-right: 3px;
    }
    .xxs\:pb-3p {
        padding-bottom: 3px;
    }
    .xxs\:pl-3p {
        padding-left: 3px;
    }
    .xxs\:pt-5p {
        padding-top: 5px;
    }
    .xxs\:pr-5p {
        padding-right: 5px;
    }
    .xxs\:pb-5p {
        padding-bottom: 5px;
    }
    .xxs\:pl-5p {
        padding-left: 5px;
    }
    .xxs\:pt-7p {
        padding-top: 7px;
    }
    .xxs\:pr-7p {
        padding-right: 7px;
    }
    .xxs\:pb-7p {
        padding-bottom: 7px;
    }
    .xxs\:pl-7p {
        padding-left: 7px;
    }
    .xxs\:pt-9p {
        padding-top: 9px;
    }
    .xxs\:pr-9p {
        padding-right: 9px;
    }
    .xxs\:pb-9p {
        padding-bottom: 9px;
    }
    .xxs\:pl-9p {
        padding-left: 9px;
    }
    .xxs\:pt-10p {
        padding-top: 10px;
    }
    .xxs\:pr-10p {
        padding-right: 10px;
    }
    .xxs\:pb-10p {
        padding-bottom: 10px;
    }
    .xxs\:pl-10p {
        padding-left: 10px;
    }
    .xxs\:pt-11p {
        padding-top: 11px;
    }
    .xxs\:pr-11p {
        padding-right: 11px;
    }
    .xxs\:pb-11p {
        padding-bottom: 11px;
    }
    .xxs\:pl-11p {
        padding-left: 11px;
    }
    .xxs\:pt-13p {
        padding-top: 13px;
    }
    .xxs\:pr-13p {
        padding-right: 13px;
    }
    .xxs\:pb-13p {
        padding-bottom: 13px;
    }
    .xxs\:pl-13p {
        padding-left: 13px;
    }
    .xxs\:pt-15p {
        padding-top: 15px;
    }
    .xxs\:pr-15p {
        padding-right: 15px;
    }
    .xxs\:pb-15p {
        padding-bottom: 15px;
    }
    .xxs\:pl-15p {
        padding-left: 15px;
    }
    .xxs\:pt-18p {
        padding-top: 18px;
    }
    .xxs\:pr-18p {
        padding-right: 18px;
    }
    .xxs\:pb-18p {
        padding-bottom: 18px;
    }
    .xxs\:pl-18p {
        padding-left: 18px;
    }
    .xxs\:pt-19p {
        padding-top: 19px;
    }
    .xxs\:pr-19p {
        padding-right: 19px;
    }
    .xxs\:pb-19p {
        padding-bottom: 19px;
    }
    .xxs\:pl-19p {
        padding-left: 19px;
    }
    .xxs\:pt-21p {
        padding-top: 21px;
    }
    .xxs\:pr-21p {
        padding-right: 21px;
    }
    .xxs\:pb-21p {
        padding-bottom: 21px;
    }
    .xxs\:pl-21p {
        padding-left: 21px;
    }
    .xxs\:pt-22p {
        padding-top: 22px;
    }
    .xxs\:pr-22p {
        padding-right: 22px;
    }
    .xxs\:pb-22p {
        padding-bottom: 22px;
    }
    .xxs\:pl-22p {
        padding-left: 22px;
    }
    .xxs\:pt-23p {
        padding-top: 23px;
    }
    .xxs\:pr-23p {
        padding-right: 23px;
    }
    .xxs\:pb-23p {
        padding-bottom: 23px;
    }
    .xxs\:pl-23p {
        padding-left: 23px;
    }
    .xxs\:pt-25p {
        padding-top: 25px;
    }
    .xxs\:pr-25p {
        padding-right: 25px;
    }
    .xxs\:pb-25p {
        padding-bottom: 25px;
    }
    .xxs\:pl-25p {
        padding-left: 25px;
    }
    .xxs\:pt-26p {
        padding-top: 26px;
    }
    .xxs\:pr-26p {
        padding-right: 26px;
    }
    .xxs\:pb-26p {
        padding-bottom: 26px;
    }
    .xxs\:pl-26p {
        padding-left: 26px;
    }
    .xxs\:pt-29p {
        padding-top: 29px;
    }
    .xxs\:pr-29p {
        padding-right: 29px;
    }
    .xxs\:pb-29p {
        padding-bottom: 29px;
    }
    .xxs\:pl-29p {
        padding-left: 29px;
    }
    .xxs\:pt-30p {
        padding-top: 30px;
    }
    .xxs\:pr-30p {
        padding-right: 30px;
    }
    .xxs\:pb-30p {
        padding-bottom: 30px;
    }
    .xxs\:pl-30p {
        padding-left: 30px;
    }
    .xxs\:pt-31p {
        padding-top: 31px;
    }
    .xxs\:pr-31p {
        padding-right: 31px;
    }
    .xxs\:pb-31p {
        padding-bottom: 31px;
    }
    .xxs\:pl-31p {
        padding-left: 31px;
    }
    .xxs\:pt-35p {
        padding-top: 35px;
    }
    .xxs\:pr-35p {
        padding-right: 35px;
    }
    .xxs\:pb-35p {
        padding-bottom: 35px;
    }
    .xxs\:pl-35p {
        padding-left: 35px;
    }
    .xxs\:pt-52p {
        padding-top: 52px;
    }
    .xxs\:pr-52p {
        padding-right: 52px;
    }
    .xxs\:pb-52p {
        padding-bottom: 52px;
    }
    .xxs\:pl-52p {
        padding-left: 52px;
    }
    .xxs\:pt-53p {
        padding-top: 53px;
    }
    .xxs\:pr-53p {
        padding-right: 53px;
    }
    .xxs\:pb-53p {
        padding-bottom: 53px;
    }
    .xxs\:pl-53p {
        padding-left: 53px;
    }
    .xxs\:pt-55p {
        padding-top: 55px;
    }
    .xxs\:pr-55p {
        padding-right: 55px;
    }
    .xxs\:pb-55p {
        padding-bottom: 55px;
    }
    .xxs\:pl-55p {
        padding-left: 55px;
    }
    .xxs\:pt-59p {
        padding-top: 59px;
    }
    .xxs\:pr-59p {
        padding-right: 59px;
    }
    .xxs\:pb-59p {
        padding-bottom: 59px;
    }
    .xxs\:pl-59p {
        padding-left: 59px;
    }
    .xxs\:pt-27p {
        padding-top: 27px;
    }
    .xxs\:pr-27p {
        padding-right: 27px;
    }
    .xxs\:pb-27p {
        padding-bottom: 27px;
    }
    .xxs\:pl-27p {
        padding-left: 27px;
    }
    .xxs\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .xxs\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .xxs\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .xxs\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .xxs\:pt-38p {
        padding-top: 38px;
    }
    .xxs\:pr-38p {
        padding-right: 38px;
    }
    .xxs\:pb-38p {
        padding-bottom: 38px;
    }
    .xxs\:pl-38p {
        padding-left: 38px;
    }
    .xxs\:pt-40p {
        padding-top: 40px;
    }
    .xxs\:pr-40p {
        padding-right: 40px;
    }
    .xxs\:pb-40p {
        padding-bottom: 40px;
    }
    .xxs\:pl-40p {
        padding-left: 40px;
    }
    .xxs\:pt-46p {
        padding-top: 46px;
    }
    .xxs\:pr-46p {
        padding-right: 46px;
    }
    .xxs\:pb-46p {
        padding-bottom: 46px;
    }
    .xxs\:pl-46p {
        padding-left: 46px;
    }
    .xxs\:pt-47p {
        padding-top: 47px;
    }
    .xxs\:pr-47p {
        padding-right: 47px;
    }
    .xxs\:pb-47p {
        padding-bottom: 47px;
    }
    .xxs\:pl-47p {
        padding-left: 47px;
    }
    .xxs\:pt-49p {
        padding-top: 49px;
    }
    .xxs\:pr-49p {
        padding-right: 49px;
    }
    .xxs\:pb-49p {
        padding-bottom: 49px;
    }
    .xxs\:pl-49p {
        padding-left: 49px;
    }
    .xxs\:pt-58p {
        padding-top: 58px;
    }
    .xxs\:pr-58p {
        padding-right: 58px;
    }
    .xxs\:pb-58p {
        padding-bottom: 58px;
    }
    .xxs\:pl-58p {
        padding-left: 58px;
    }
    .xxs\:pt-75p {
        padding-top: 75px;
    }
    .xxs\:pr-75p {
        padding-right: 75px;
    }
    .xxs\:pb-75p {
        padding-bottom: 75px;
    }
    .xxs\:pl-75p {
        padding-left: 75px;
    }
    .xxs\:pt-77p {
        padding-top: 77px;
    }
    .xxs\:pr-77p {
        padding-right: 77px;
    }
    .xxs\:pb-77p {
        padding-bottom: 77px;
    }
    .xxs\:pl-77p {
        padding-left: 77px;
    }
    .xxs\:pt-60p {
        padding-top: 60px;
    }
    .xxs\:pr-60p {
        padding-right: 60px;
    }
    .xxs\:pb-60p {
        padding-bottom: 60px;
    }
    .xxs\:pl-60p {
        padding-left: 60px;
    }
    .xxs\:pt-65p {
        padding-top: 65px;
    }
    .xxs\:pr-65p {
        padding-right: 65px;
    }
    .xxs\:pb-65p {
        padding-bottom: 65px;
    }
    .xxs\:pl-65p {
        padding-left: 65px;
    }
    .xxs\:pt-66p {
        padding-top: 66px;
    }
    .xxs\:pr-66p {
        padding-right: 66px;
    }
    .xxs\:pb-66p {
        padding-bottom: 66px;
    }
    .xxs\:pl-66p {
        padding-left: 66px;
    }
    .xxs\:pt-68p {
        padding-top: 68px;
    }
    .xxs\:pr-68p {
        padding-right: 68px;
    }
    .xxs\:pb-68p {
        padding-bottom: 68px;
    }
    .xxs\:pl-68p {
        padding-left: 68px;
    }
    .xxs\:pt-70p {
        padding-top: 70px;
    }
    .xxs\:pr-70p {
        padding-right: 70px;
    }
    .xxs\:pb-70p {
        padding-bottom: 70px;
    }
    .xxs\:pl-70p {
        padding-left: 70px;
    }
    .xxs\:pt-72p {
        padding-top: 72px;
    }
    .xxs\:pr-72p {
        padding-right: 72px;
    }
    .xxs\:pb-72p {
        padding-bottom: 72px;
    }
    .xxs\:pl-72p {
        padding-left: 72px;
    }
    .xxs\:pt-74p {
        padding-top: 74px;
    }
    .xxs\:pr-74p {
        padding-right: 74px;
    }
    .xxs\:pb-74p {
        padding-bottom: 74px;
    }
    .xxs\:pl-74p {
        padding-left: 74px;
    }
    .xxs\:pt-78p {
        padding-top: 78px;
    }
    .xxs\:pr-78p {
        padding-right: 78px;
    }
    .xxs\:pb-78p {
        padding-bottom: 78px;
    }
    .xxs\:pl-78p {
        padding-left: 78px;
    }
    .xxs\:pt-80p {
        padding-top: 80px;
    }
    .xxs\:pr-80p {
        padding-right: 80px;
    }
    .xxs\:pb-80p {
        padding-bottom: 80px;
    }
    .xxs\:pl-80p {
        padding-left: 80px;
    }
    .xxs\:pt-82p {
        padding-top: 82px;
    }
    .xxs\:pr-82p {
        padding-right: 82px;
    }
    .xxs\:pb-82p {
        padding-bottom: 82px;
    }
    .xxs\:pl-82p {
        padding-left: 82px;
    }
    .xxs\:pt-84p {
        padding-top: 84px;
    }
    .xxs\:pr-84p {
        padding-right: 84px;
    }
    .xxs\:pb-84p {
        padding-bottom: 84px;
    }
    .xxs\:pl-84p {
        padding-left: 84px;
    }
    .xxs\:pt-89p {
        padding-top: 89px;
    }
    .xxs\:pr-89p {
        padding-right: 89px;
    }
    .xxs\:pb-89p {
        padding-bottom: 89px;
    }
    .xxs\:pl-89p {
        padding-left: 89px;
    }
    .xxs\:pt-93p {
        padding-top: 93px;
    }
    .xxs\:pr-93p {
        padding-right: 93px;
    }
    .xxs\:pb-93p {
        padding-bottom: 93px;
    }
    .xxs\:pl-93p {
        padding-left: 93px;
    }
    .xxs\:pt-90p {
        padding-top: 90px;
    }
    .xxs\:pr-90p {
        padding-right: 90px;
    }
    .xxs\:pb-90p {
        padding-bottom: 90px;
    }
    .xxs\:pl-90p {
        padding-left: 90px;
    }
    .xxs\:pt-97p {
        padding-top: 97px;
    }
    .xxs\:pr-97p {
        padding-right: 97px;
    }
    .xxs\:pb-97p {
        padding-bottom: 97px;
    }
    .xxs\:pl-97p {
        padding-left: 97px;
    }
    .xxs\:pt-103p {
        padding-top: 103px;
    }
    .xxs\:pr-103p {
        padding-right: 103px;
    }
    .xxs\:pb-103p {
        padding-bottom: 103px;
    }
    .xxs\:pl-103p {
        padding-left: 103px;
    }
    .xxs\:pt-116p {
        padding-top: 116px;
    }
    .xxs\:pr-116p {
        padding-right: 116px;
    }
    .xxs\:pb-116p {
        padding-bottom: 116px;
    }
    .xxs\:pl-116p {
        padding-left: 116px;
    }
    .xxs\:pt-120p {
        padding-top: 120px;
    }
    .xxs\:pr-120p {
        padding-right: 120px;
    }
    .xxs\:pb-120p {
        padding-bottom: 120px;
    }
    .xxs\:pl-120p {
        padding-left: 120px;
    }
    .xxs\:pt-125p {
        padding-top: 125px;
    }
    .xxs\:pr-125p {
        padding-right: 125px;
    }
    .xxs\:pb-125p {
        padding-bottom: 125px;
    }
    .xxs\:pl-125p {
        padding-left: 125px;
    }
    .xxs\:pt-130p {
        padding-top: 130px;
    }
    .xxs\:pr-130p {
        padding-right: 130px;
    }
    .xxs\:pb-130p {
        padding-bottom: 130px;
    }
    .xxs\:pl-130p {
        padding-left: 130px;
    }
    .xxs\:pt-135p {
        padding-top: 135px;
    }
    .xxs\:pr-135p {
        padding-right: 135px;
    }
    .xxs\:pb-135p {
        padding-bottom: 135px;
    }
    .xxs\:pl-135p {
        padding-left: 135px;
    }
    .xxs\:pt-132p {
        padding-top: 132px;
    }
    .xxs\:pr-132p {
        padding-right: 132px;
    }
    .xxs\:pb-132p {
        padding-bottom: 132px;
    }
    .xxs\:pl-132p {
        padding-left: 132px;
    }
    .xxs\:pt-150p {
        padding-top: 150px;
    }
    .xxs\:pr-150p {
        padding-right: 150px;
    }
    .xxs\:pb-150p {
        padding-bottom: 150px;
    }
    .xxs\:pl-150p {
        padding-left: 150px;
    }
    .xxs\:pt-216p {
        padding-top: 216px;
    }
    .xxs\:pr-216p {
        padding-right: 216px;
    }
    .xxs\:pb-216p {
        padding-bottom: 216px;
    }
    .xxs\:pl-216p {
        padding-left: 216px;
    }
    .xxs\:pt-225p {
        padding-top: 225px;
    }
    .xxs\:pr-225p {
        padding-right: 225px;
    }
    .xxs\:pb-225p {
        padding-bottom: 225px;
    }
    .xxs\:pl-225p {
        padding-left: 225px;
    }
    .xxs\:pt-296p {
        padding-top: 296px;
    }
    .xxs\:pr-296p {
        padding-right: 296px;
    }
    .xxs\:pb-296p {
        padding-bottom: 296px;
    }
    .xxs\:pl-296p {
        padding-left: 296px;
    }
    .xxs\:pt-270p {
        padding-top: 270px;
    }
    .xxs\:pr-270p {
        padding-right: 270px;
    }
    .xxs\:pb-270p {
        padding-bottom: 270px;
    }
    .xxs\:pl-270p {
        padding-left: 270px;
    }
    .xxs\:pt-137p {
        padding-top: 137px;
    }
    .xxs\:pr-137p {
        padding-right: 137px;
    }
    .xxs\:pb-137p {
        padding-bottom: 137px;
    }
    .xxs\:pl-137p {
        padding-left: 137px;
    }
    .xxs\:pt-141p {
        padding-top: 141px;
    }
    .xxs\:pr-141p {
        padding-right: 141px;
    }
    .xxs\:pb-141p {
        padding-bottom: 141px;
    }
    .xxs\:pl-141p {
        padding-left: 141px;
    }
    .xxs\:pt-146p {
        padding-top: 146px;
    }
    .xxs\:pr-146p {
        padding-right: 146px;
    }
    .xxs\:pb-146p {
        padding-bottom: 146px;
    }
    .xxs\:pl-146p {
        padding-left: 146px;
    }
    .xxs\:pt-152p {
        padding-top: 152px;
    }
    .xxs\:pr-152p {
        padding-right: 152px;
    }
    .xxs\:pb-152p {
        padding-bottom: 152px;
    }
    .xxs\:pl-152p {
        padding-left: 152px;
    }
    .xxs\:pt-155p {
        padding-top: 155px;
    }
    .xxs\:pr-155p {
        padding-right: 155px;
    }
    .xxs\:pb-155p {
        padding-bottom: 155px;
    }
    .xxs\:pl-155p {
        padding-left: 155px;
    }
    .xxs\:pt-163p {
        padding-top: 163px;
    }
    .xxs\:pr-163p {
        padding-right: 163px;
    }
    .xxs\:pb-163p {
        padding-bottom: 163px;
    }
    .xxs\:pl-163p {
        padding-left: 163px;
    }
    .xxs\:pt-168p {
        padding-top: 168px;
    }
    .xxs\:pr-168p {
        padding-right: 168px;
    }
    .xxs\:pb-168p {
        padding-bottom: 168px;
    }
    .xxs\:pl-168p {
        padding-left: 168px;
    }
    .xxs\:pt-173p {
        padding-top: 173px;
    }
    .xxs\:pr-173p {
        padding-right: 173px;
    }
    .xxs\:pb-173p {
        padding-bottom: 173px;
    }
    .xxs\:pl-173p {
        padding-left: 173px;
    }
    .xxs\:pt-210p {
        padding-top: 210px;
    }
    .xxs\:pr-210p {
        padding-right: 210px;
    }
    .xxs\:pb-210p {
        padding-bottom: 210px;
    }
    .xxs\:pl-210p {
        padding-left: 210px;
    }
    .xxs\:pt-245p {
        padding-top: 245px;
    }
    .xxs\:pr-245p {
        padding-right: 245px;
    }
    .xxs\:pb-245p {
        padding-bottom: 245px;
    }
    .xxs\:pl-245p {
        padding-left: 245px;
    }
    .xxs\:pt-250p {
        padding-top: 250px;
    }
    .xxs\:pr-250p {
        padding-right: 250px;
    }
    .xxs\:pb-250p {
        padding-bottom: 250px;
    }
    .xxs\:pl-250p {
        padding-left: 250px;
    }
    .xxs\:pt-260p {
        padding-top: 260px;
    }
    .xxs\:pr-260p {
        padding-right: 260px;
    }
    .xxs\:pb-260p {
        padding-bottom: 260px;
    }
    .xxs\:pl-260p {
        padding-left: 260px;
    }
    .xxs\:pt-263p {
        padding-top: 263px;
    }
    .xxs\:pr-263p {
        padding-right: 263px;
    }
    .xxs\:pb-263p {
        padding-bottom: 263px;
    }
    .xxs\:pl-263p {
        padding-left: 263px;
    }
    .xxs\:pt-266p {
        padding-top: 266px;
    }
    .xxs\:pr-266p {
        padding-right: 266px;
    }
    .xxs\:pb-266p {
        padding-bottom: 266px;
    }
    .xxs\:pl-266p {
        padding-left: 266px;
    }
    .xxs\:pt-275p {
        padding-top: 275px;
    }
    .xxs\:pr-275p {
        padding-right: 275px;
    }
    .xxs\:pb-275p {
        padding-bottom: 275px;
    }
    .xxs\:pl-275p {
        padding-left: 275px;
    }
    .xxs\:pt-300p {
        padding-top: 300px;
    }
    .xxs\:pr-300p {
        padding-right: 300px;
    }
    .xxs\:pb-300p {
        padding-bottom: 300px;
    }
    .xxs\:pl-300p {
        padding-left: 300px;
    }
    .xxs\:pt-312p {
        padding-top: 312px;
    }
    .xxs\:pr-312p {
        padding-right: 312px;
    }
    .xxs\:pb-312p {
        padding-bottom: 312px;
    }
    .xxs\:pl-312p {
        padding-left: 312px;
    }
    .xxs\:pt-318p {
        padding-top: 318px;
    }
    .xxs\:pr-318p {
        padding-right: 318px;
    }
    .xxs\:pb-318p {
        padding-bottom: 318px;
    }
    .xxs\:pl-318p {
        padding-left: 318px;
    }
    .xxs\:pt-322p {
        padding-top: 322px;
    }
    .xxs\:pr-322p {
        padding-right: 322px;
    }
    .xxs\:pb-322p {
        padding-bottom: 322px;
    }
    .xxs\:pl-322p {
        padding-left: 322px;
    }
    .xxs\:pt-337p {
        padding-top: 337px;
    }
    .xxs\:pr-337p {
        padding-right: 337px;
    }
    .xxs\:pb-337p {
        padding-bottom: 337px;
    }
    .xxs\:pl-337p {
        padding-left: 337px;
    }
    .xxs\:pt-345p {
        padding-top: 345px;
    }
    .xxs\:pr-345p {
        padding-right: 345px;
    }
    .xxs\:pb-345p {
        padding-bottom: 345px;
    }
    .xxs\:pl-345p {
        padding-left: 345px;
    }
    .xxs\:pt-344p {
        padding-top: 344px;
    }
    .xxs\:pr-344p {
        padding-right: 344px;
    }
    .xxs\:pb-344p {
        padding-bottom: 344px;
    }
    .xxs\:pl-344p {
        padding-left: 344px;
    }
    .xxs\:pt-354p {
        padding-top: 354px;
    }
    .xxs\:pr-354p {
        padding-right: 354px;
    }
    .xxs\:pb-354p {
        padding-bottom: 354px;
    }
    .xxs\:pl-354p {
        padding-left: 354px;
    }
    .xxs\:pt-364p {
        padding-top: 364px;
    }
    .xxs\:pr-364p {
        padding-right: 364px;
    }
    .xxs\:pb-364p {
        padding-bottom: 364px;
    }
    .xxs\:pl-364p {
        padding-left: 364px;
    }
    .xxs\:pt-370p {
        padding-top: 370px;
    }
    .xxs\:pr-370p {
        padding-right: 370px;
    }
    .xxs\:pb-370p {
        padding-bottom: 370px;
    }
    .xxs\:pl-370p {
        padding-left: 370px;
    }
    .xxs\:pt-382p {
        padding-top: 382px;
    }
    .xxs\:pr-382p {
        padding-right: 382px;
    }
    .xxs\:pb-382p {
        padding-bottom: 382px;
    }
    .xxs\:pl-382p {
        padding-left: 382px;
    }
    .xxs\:pt-385p {
        padding-top: 385px;
    }
    .xxs\:pr-385p {
        padding-right: 385px;
    }
    .xxs\:pb-385p {
        padding-bottom: 385px;
    }
    .xxs\:pl-385p {
        padding-left: 385px;
    }
    .xxs\:pt-400p {
        padding-top: 400px;
    }
    .xxs\:pr-400p {
        padding-right: 400px;
    }
    .xxs\:pb-400p {
        padding-bottom: 400px;
    }
    .xxs\:pl-400p {
        padding-left: 400px;
    }
    .xxs\:pt-407p {
        padding-top: 407px;
    }
    .xxs\:pr-407p {
        padding-right: 407px;
    }
    .xxs\:pb-407p {
        padding-bottom: 407px;
    }
    .xxs\:pl-407p {
        padding-left: 407px;
    }
    .xxs\:pt-411p {
        padding-top: 411px;
    }
    .xxs\:pr-411p {
        padding-right: 411px;
    }
    .xxs\:pb-411p {
        padding-bottom: 411px;
    }
    .xxs\:pl-411p {
        padding-left: 411px;
    }
    .xxs\:pt-418p {
        padding-top: 418px;
    }
    .xxs\:pr-418p {
        padding-right: 418px;
    }
    .xxs\:pb-418p {
        padding-bottom: 418px;
    }
    .xxs\:pl-418p {
        padding-left: 418px;
    }
    .xxs\:pt-430p {
        padding-top: 430px;
    }
    .xxs\:pr-430p {
        padding-right: 430px;
    }
    .xxs\:pb-430p {
        padding-bottom: 430px;
    }
    .xxs\:pl-430p {
        padding-left: 430px;
    }
    .xxs\:pt-450p {
        padding-top: 450px;
    }
    .xxs\:pr-450p {
        padding-right: 450px;
    }
    .xxs\:pb-450p {
        padding-bottom: 450px;
    }
    .xxs\:pl-450p {
        padding-left: 450px;
    }
    .xxs\:pt-468p {
        padding-top: 468px;
    }
    .xxs\:pr-468p {
        padding-right: 468px;
    }
    .xxs\:pb-468p {
        padding-bottom: 468px;
    }
    .xxs\:pl-468p {
        padding-left: 468px;
    }
    .xxs\:pt-485p {
        padding-top: 485px;
    }
    .xxs\:pr-485p {
        padding-right: 485px;
    }
    .xxs\:pb-485p {
        padding-bottom: 485px;
    }
    .xxs\:pl-485p {
        padding-left: 485px;
    }
    .xxs\:pt-491p {
        padding-top: 491px;
    }
    .xxs\:pr-491p {
        padding-right: 491px;
    }
    .xxs\:pb-491p {
        padding-bottom: 491px;
    }
    .xxs\:pl-491p {
        padding-left: 491px;
    }
    .xxs\:pt-494p {
        padding-top: 494px;
    }
    .xxs\:pr-494p {
        padding-right: 494px;
    }
    .xxs\:pb-494p {
        padding-bottom: 494px;
    }
    .xxs\:pl-494p {
        padding-left: 494px;
    }
    .xxs\:pt-470p {
        padding-top: 470px;
    }
    .xxs\:pr-470p {
        padding-right: 470px;
    }
    .xxs\:pb-470p {
        padding-bottom: 470px;
    }
    .xxs\:pl-470p {
        padding-left: 470px;
    }
    .xxs\:pt-480p {
        padding-top: 480px;
    }
    .xxs\:pr-480p {
        padding-right: 480px;
    }
    .xxs\:pb-480p {
        padding-bottom: 480px;
    }
    .xxs\:pl-480p {
        padding-left: 480px;
    }
    .xxs\:pt-532p {
        padding-top: 532px;
    }
    .xxs\:pr-532p {
        padding-right: 532px;
    }
    .xxs\:pb-532p {
        padding-bottom: 532px;
    }
    .xxs\:pl-532p {
        padding-left: 532px;
    }
    .xxs\:pt-556p {
        padding-top: 556px;
    }
    .xxs\:pr-556p {
        padding-right: 556px;
    }
    .xxs\:pb-556p {
        padding-bottom: 556px;
    }
    .xxs\:pl-556p {
        padding-left: 556px;
    }
    .xxs\:pt-505p {
        padding-top: 505px;
    }
    .xxs\:pr-505p {
        padding-right: 505px;
    }
    .xxs\:pb-505p {
        padding-bottom: 505px;
    }
    .xxs\:pl-505p {
        padding-left: 505px;
    }
    .xxs\:pt-1179p {
        padding-top: 1179px;
    }
    .xxs\:pr-1179p {
        padding-right: 1179px;
    }
    .xxs\:pb-1179p {
        padding-bottom: 1179px;
    }
    .xxs\:pl-1179p {
        padding-left: 1179px;
    }
    .xxs\:pt-1253p {
        padding-top: 1253px;
    }
    .xxs\:pr-1253p {
        padding-right: 1253px;
    }
    .xxs\:pb-1253p {
        padding-bottom: 1253px;
    }
    .xxs\:pl-1253p {
        padding-left: 1253px;
    }
    .xxs\:pt-1575p {
        padding-top: 1575px;
    }
    .xxs\:pr-1575p {
        padding-right: 1575px;
    }
    .xxs\:pb-1575p {
        padding-bottom: 1575px;
    }
    .xxs\:pl-1575p {
        padding-left: 1575px;
    }
    .xxs\:pt-600p {
        padding-top: 600px;
    }
    .xxs\:pr-600p {
        padding-right: 600px;
    }
    .xxs\:pb-600p {
        padding-bottom: 600px;
    }
    .xxs\:pl-600p {
        padding-left: 600px;
    }
    .xxs\:pt-649p {
        padding-top: 649px;
    }
    .xxs\:pr-649p {
        padding-right: 649px;
    }
    .xxs\:pb-649p {
        padding-bottom: 649px;
    }
    .xxs\:pl-649p {
        padding-left: 649px;
    }
    .xxs\:pt-690p {
        padding-top: 690px;
    }
    .xxs\:pr-690p {
        padding-right: 690px;
    }
    .xxs\:pb-690p {
        padding-bottom: 690px;
    }
    .xxs\:pl-690p {
        padding-left: 690px;
    }
    .xxs\:pt-19\% {
        padding-top: 19%;
    }
    .xxs\:pr-19\% {
        padding-right: 19%;
    }
    .xxs\:pb-19\% {
        padding-bottom: 19%;
    }
    .xxs\:pl-19\% {
        padding-left: 19%;
    }
    .xxs\:pt-23\% {
        padding-top: 23%;
    }
    .xxs\:pr-23\% {
        padding-right: 23%;
    }
    .xxs\:pb-23\% {
        padding-bottom: 23%;
    }
    .xxs\:pl-23\% {
        padding-left: 23%;
    }
    .xxs\:pt-24\% {
        padding-top: 24%;
    }
    .xxs\:pr-24\% {
        padding-right: 24%;
    }
    .xxs\:pb-24\% {
        padding-bottom: 24%;
    }
    .xxs\:pl-24\% {
        padding-left: 24%;
    }
    .xxs\:pt-36\% {
        padding-top: 36%;
    }
    .xxs\:pr-36\% {
        padding-right: 36%;
    }
    .xxs\:pb-36\% {
        padding-bottom: 36%;
    }
    .xxs\:pl-36\% {
        padding-left: 36%;
    }
    .xxs\:pt-27\% {
        padding-top: 27%;
    }
    .xxs\:pr-27\% {
        padding-right: 27%;
    }
    .xxs\:pb-27\% {
        padding-bottom: 27%;
    }
    .xxs\:pl-27\% {
        padding-left: 27%;
    }
    .xxs\:pt-28\% {
        padding-top: 28%;
    }
    .xxs\:pr-28\% {
        padding-right: 28%;
    }
    .xxs\:pb-28\% {
        padding-bottom: 28%;
    }
    .xxs\:pl-28\% {
        padding-left: 28%;
    }
    .xxs\:pt-42\% {
        padding-top: 42%;
    }
    .xxs\:pr-42\% {
        padding-right: 42%;
    }
    .xxs\:pb-42\% {
        padding-bottom: 42%;
    }
    .xxs\:pl-42\% {
        padding-left: 42%;
    }
    .xxs\:pt-46\% {
        padding-top: 46%;
    }
    .xxs\:pr-46\% {
        padding-right: 46%;
    }
    .xxs\:pb-46\% {
        padding-bottom: 46%;
    }
    .xxs\:pl-46\% {
        padding-left: 46%;
    }
    .xxs\:pt-49\% {
        padding-top: 49%;
    }
    .xxs\:pr-49\% {
        padding-right: 49%;
    }
    .xxs\:pb-49\% {
        padding-bottom: 49%;
    }
    .xxs\:pl-49\% {
        padding-left: 49%;
    }
    .xxs\:pt-54\% {
        padding-top: 54%;
    }
    .xxs\:pr-54\% {
        padding-right: 54%;
    }
    .xxs\:pb-54\% {
        padding-bottom: 54%;
    }
    .xxs\:pl-54\% {
        padding-left: 54%;
    }
    .xxs\:pt-58\% {
        padding-top: 58%;
    }
    .xxs\:pr-58\% {
        padding-right: 58%;
    }
    .xxs\:pb-58\% {
        padding-bottom: 58%;
    }
    .xxs\:pl-58\% {
        padding-left: 58%;
    }
    .xxs\:pt-72\% {
        padding-top: 72%;
    }
    .xxs\:pr-72\% {
        padding-right: 72%;
    }
    .xxs\:pb-72\% {
        padding-bottom: 72%;
    }
    .xxs\:pl-72\% {
        padding-left: 72%;
    }
    .xxs\:pt-76\% {
        padding-top: 76%;
    }
    .xxs\:pr-76\% {
        padding-right: 76%;
    }
    .xxs\:pb-76\% {
        padding-bottom: 76%;
    }
    .xxs\:pl-76\% {
        padding-left: 76%;
    }
    .xxs\:pt-77\% {
        padding-top: 77%;
    }
    .xxs\:pr-77\% {
        padding-right: 77%;
    }
    .xxs\:pb-77\% {
        padding-bottom: 77%;
    }
    .xxs\:pl-77\% {
        padding-left: 77%;
    }
    .xxs\:pt-340p {
        padding-top: 340px;
    }
    .xxs\:pr-340p {
        padding-right: 340px;
    }
    .xxs\:pb-340p {
        padding-bottom: 340px;
    }
    .xxs\:pl-340p {
        padding-left: 340px;
    }
    .xxs\:pt-700p {
        padding-top: 700px;
    }
    .xxs\:pr-700p {
        padding-right: 700px;
    }
    .xxs\:pb-700p {
        padding-bottom: 700px;
    }
    .xxs\:pl-700p {
        padding-left: 700px;
    }
    .xxs\:pt-848p {
        padding-top: 848px;
    }
    .xxs\:pr-848p {
        padding-right: 848px;
    }
    .xxs\:pb-848p {
        padding-bottom: 848px;
    }
    .xxs\:pl-848p {
        padding-left: 848px;
    }
    .xxs\:pt-850p {
        padding-top: 850px;
    }
    .xxs\:pr-850p {
        padding-right: 850px;
    }
    .xxs\:pb-850p {
        padding-bottom: 850px;
    }
    .xxs\:pl-850p {
        padding-left: 850px;
    }
    .xxs\:pt-860p {
        padding-top: 860px;
    }
    .xxs\:pr-860p {
        padding-right: 860px;
    }
    .xxs\:pb-860p {
        padding-bottom: 860px;
    }
    .xxs\:pl-860p {
        padding-left: 860px;
    }
    .xxs\:pt-1425p {
        padding-top: 1425px;
    }
    .xxs\:pr-1425p {
        padding-right: 1425px;
    }
    .xxs\:pb-1425p {
        padding-bottom: 1425px;
    }
    .xxs\:pl-1425p {
        padding-left: 1425px;
    }
    .xxs\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .xxs\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .xxs\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .xxs\:placeholder-current::placeholder {
        color: currentColor;
    }
    .xxs\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .xxs\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .xxs\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .xxs\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .xxs\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .xxs\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .xxs\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .xxs\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .xxs\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .xxs\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .xxs\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .xxs\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .xxs\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .xxs\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .xxs\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .xxs\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .xxs\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .xxs\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .xxs\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .xxs\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .xxs\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .xxs\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .xxs\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .xxs\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .xxs\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .xxs\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .xxs\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .xxs\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .xxs\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .xxs\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .xxs\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .xxs\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .xxs\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xxs\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xxs\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xxs\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xxs\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xxs\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xxs\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xxs\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xxs\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xxs\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xxs\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xxs\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xxs\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xxs\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xxs\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xxs\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xxs\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xxs\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xxs\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xxs\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xxs\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xxs\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xxs\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xxs\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xxs\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xxs\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xxs\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xxs\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xxs\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xxs\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xxs\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xxs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xxs\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xxs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xxs\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xxs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xxs\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xxs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xxs\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xxs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xxs\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xxs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xxs\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xxs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xxs\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xxs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xxs\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xxs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xxs\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xxs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xxs\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xxs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xxs\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xxs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xxs\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xxs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xxs\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xxs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xxs\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xxs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xxs\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xxs\:pointer-events-none {
        pointer-events: none;
    }
    .xxs\:pointer-events-auto {
        pointer-events: auto;
    }
    .xxs\:static {
        position: static;
    }
    .xxs\:fixed {
        position: fixed;
    }
    .xxs\:absolute {
        position: absolute;
    }
    .xxs\:relative {
        position: relative;
    }
    .xxs\:sticky {
        position: sticky;
    }
    .xxs\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xxs\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .xxs\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .xxs\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .xxs\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .xxs\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .xxs\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .xxs\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .xxs\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .xxs\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .xxs\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .xxs\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .xxs\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .xxs\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .xxs\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .xxs\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .xxs\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .xxs\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .xxs\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .xxs\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .xxs\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xxs\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .xxs\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xxs\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .xxs\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .xxs\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .xxs\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .xxs\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .xxs\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .xxs\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .xxs\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xxs\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .xxs\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .xxs\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .xxs\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .xxs\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .xxs\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .xxs\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .xxs\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xxs\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .xxs\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .xxs\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .xxs\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .xxs\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .xxs\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .xxs\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .xxs\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xxs\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .xxs\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .xxs\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .xxs\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .xxs\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .xxs\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .xxs\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .xxs\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .xxs\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .xxs\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .xxs\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .xxs\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .xxs\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .xxs\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .xxs\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .xxs\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .xxs\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .xxs\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .xxs\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .xxs\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .xxs\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .xxs\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .xxs\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .xxs\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .xxs\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .xxs\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .xxs\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .xxs\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .xxs\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .xxs\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .xxs\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .xxs\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .xxs\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .xxs\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .xxs\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .xxs\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .xxs\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .xxs\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .xxs\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .xxs\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .xxs\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .xxs\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .xxs\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .xxs\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .xxs\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .xxs\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .xxs\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .xxs\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .xxs\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .xxs\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .xxs\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .xxs\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xxs\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .xxs\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xxs\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .xxs\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .xxs\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .xxs\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .xxs\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .xxs\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .xxs\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xxs\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .xxs\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .xxs\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .xxs\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .xxs\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .xxs\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .xxs\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .xxs\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .xxs\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .xxs\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .xxs\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .xxs\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .xxs\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .xxs\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .xxs\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .xxs\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .xxs\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .xxs\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .xxs\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .xxs\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .xxs\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .xxs\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .xxs\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .xxs\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .xxs\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .xxs\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .xxs\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .xxs\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .xxs\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .xxs\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .xxs\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .xxs\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .xxs\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .xxs\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .xxs\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .xxs\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .xxs\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .xxs\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .xxs\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .xxs\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .xxs\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .xxs\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .xxs\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .xxs\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .xxs\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .xxs\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .xxs\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .xxs\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .xxs\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .xxs\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .xxs\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .xxs\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .xxs\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .xxs\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .xxs\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .xxs\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .xxs\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .xxs\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .xxs\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .xxs\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .xxs\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .xxs\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .xxs\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .xxs\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .xxs\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .xxs\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .xxs\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .xxs\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .xxs\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xxs\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .xxs\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .xxs\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .xxs\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .xxs\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .xxs\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .xxs\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .xxs\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .xxs\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .xxs\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .xxs\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .xxs\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .xxs\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .xxs\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .xxs\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .xxs\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .xxs\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .xxs\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .xxs\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .xxs\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xxs\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .xxs\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xxs\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .xxs\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .xxs\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .xxs\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .xxs\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .xxs\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .xxs\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .xxs\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xxs\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .xxs\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .xxs\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .xxs\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .xxs\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .xxs\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .xxs\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xxs\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .xxs\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .xxs\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .xxs\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .xxs\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .xxs\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .xxs\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .xxs\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xxs\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .xxs\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .xxs\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .xxs\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .xxs\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .xxs\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .xxs\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .xxs\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .xxs\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .xxs\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .xxs\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .xxs\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .xxs\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .xxs\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .xxs\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .xxs\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .xxs\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .xxs\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .xxs\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .xxs\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .xxs\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .xxs\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .xxs\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .xxs\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .xxs\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .xxs\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .xxs\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .xxs\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .xxs\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .xxs\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .xxs\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .xxs\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .xxs\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .xxs\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .xxs\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .xxs\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .xxs\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .xxs\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .xxs\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .xxs\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .xxs\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .xxs\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .xxs\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .xxs\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .xxs\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .xxs\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .xxs\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .xxs\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .xxs\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .xxs\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .xxs\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .xxs\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xxs\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .xxs\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xxs\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .xxs\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .xxs\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .xxs\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .xxs\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .xxs\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .xxs\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xxs\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .xxs\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .xxs\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .xxs\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .xxs\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .xxs\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .xxs\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .xxs\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .xxs\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .xxs\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .xxs\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .xxs\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .xxs\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .xxs\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .xxs\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .xxs\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .xxs\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .xxs\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .xxs\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .xxs\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .xxs\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .xxs\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .xxs\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .xxs\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .xxs\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .xxs\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .xxs\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .xxs\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .xxs\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .xxs\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .xxs\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .xxs\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .xxs\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .xxs\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .xxs\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .xxs\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .xxs\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .xxs\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .xxs\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .xxs\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .xxs\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .xxs\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .xxs\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .xxs\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .xxs\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .xxs\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .xxs\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .xxs\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .xxs\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .xxs\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .xxs\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .xxs\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .xxs\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .xxs\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .xxs\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .xxs\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .xxs\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .xxs\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .xxs\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .xxs\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .xxs\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .xxs\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .xxs\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .xxs\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .xxs\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .xxs\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .xxs\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .xxs\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .xxs\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xxs\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .xxs\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .xxs\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .xxs\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xxs\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .xxs\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .xxs\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xxs\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .xxs\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .xxs\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .xxs\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xxs\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .xxs\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .xxs\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xxs\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .xxs\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .xxs\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .xxs\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .xxs\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .xxs\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .xxs\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .xxs\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .xxs\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .xxs\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .xxs\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .xxs\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .xxs\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .xxs\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .xxs\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .xxs\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .xxs\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .xxs\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .xxs\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .xxs\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .xxs\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .xxs\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .xxs\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .xxs\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .xxs\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .xxs\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .xxs\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .xxs\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .xxs\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .xxs\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .xxs\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .xxs\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .xxs\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .xxs\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .xxs\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .xxs\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .xxs\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .xxs\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .xxs\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .xxs\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .xxs\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .xxs\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .xxs\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .xxs\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .xxs\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .xxs\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .xxs\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .xxs\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .xxs\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .xxs\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .xxs\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .xxs\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .xxs\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .xxs\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .xxs\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .xxs\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .xxs\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .xxs\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .xxs\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .xxs\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .xxs\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .xxs\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .xxs\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .xxs\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .xxs\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .xxs\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .xxs\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .xxs\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .xxs\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .xxs\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .xxs\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .xxs\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .xxs\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .xxs\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .xxs\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .xxs\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .xxs\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .xxs\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .xxs\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .xxs\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .xxs\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .xxs\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .xxs\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .xxs\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .xxs\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .xxs\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .xxs\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .xxs\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .xxs\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .xxs\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .xxs\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .xxs\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .xxs\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .xxs\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .xxs\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .xxs\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .xxs\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .xxs\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .xxs\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .xxs\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .xxs\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .xxs\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .xxs\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .xxs\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .xxs\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .xxs\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .xxs\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .xxs\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .xxs\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .xxs\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .xxs\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .xxs\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .xxs\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .xxs\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .xxs\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .xxs\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .xxs\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .xxs\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .xxs\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .xxs\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .xxs\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .xxs\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .xxs\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .xxs\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .xxs\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .xxs\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .xxs\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .xxs\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .xxs\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .xxs\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .xxs\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .xxs\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .xxs\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .xxs\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .xxs\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .xxs\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .xxs\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .xxs\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .xxs\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .xxs\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .xxs\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .xxs\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .xxs\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .xxs\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .xxs\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .xxs\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .xxs\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .xxs\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .xxs\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .xxs\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .xxs\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .xxs\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .xxs\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .xxs\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .xxs\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .xxs\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .xxs\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .xxs\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .xxs\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .xxs\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .xxs\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .xxs\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .xxs\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .xxs\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .xxs\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .xxs\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .xxs\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .xxs\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .xxs\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .xxs\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .xxs\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .xxs\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .xxs\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .xxs\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .xxs\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .xxs\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .xxs\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .xxs\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .xxs\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .xxs\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .xxs\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .xxs\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .xxs\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .xxs\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .xxs\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .xxs\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .xxs\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .xxs\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .xxs\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .xxs\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .xxs\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .xxs\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .xxs\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .xxs\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .xxs\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .xxs\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .xxs\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .xxs\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .xxs\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .xxs\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .xxs\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .xxs\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .xxs\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .xxs\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .xxs\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .xxs\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .xxs\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .xxs\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .xxs\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .xxs\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .xxs\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .xxs\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .xxs\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .xxs\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .xxs\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .xxs\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .xxs\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .xxs\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .xxs\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .xxs\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .xxs\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .xxs\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .xxs\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .xxs\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .xxs\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .xxs\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .xxs\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .xxs\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .xxs\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .xxs\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .xxs\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .xxs\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .xxs\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .xxs\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .xxs\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .xxs\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .xxs\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .xxs\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .xxs\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .xxs\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .xxs\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .xxs\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .xxs\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .xxs\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .xxs\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .xxs\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .xxs\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .xxs\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .xxs\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .xxs\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .xxs\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .xxs\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .xxs\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .xxs\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .xxs\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .xxs\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .xxs\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .xxs\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .xxs\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .xxs\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .xxs\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .xxs\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .xxs\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .xxs\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .xxs\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .xxs\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .xxs\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .xxs\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .xxs\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .xxs\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .xxs\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .xxs\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .xxs\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .xxs\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .xxs\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .xxs\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .xxs\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .xxs\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .xxs\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .xxs\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .xxs\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .xxs\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .xxs\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .xxs\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .xxs\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .xxs\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .xxs\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .xxs\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .xxs\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .xxs\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .xxs\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .xxs\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .xxs\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .xxs\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .xxs\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .xxs\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .xxs\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .xxs\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .xxs\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .xxs\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .xxs\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .xxs\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .xxs\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .xxs\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .xxs\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .xxs\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .xxs\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .xxs\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .xxs\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .xxs\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .xxs\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .xxs\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .xxs\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .xxs\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .xxs\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .xxs\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .xxs\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .xxs\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .xxs\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .xxs\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .xxs\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .xxs\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .xxs\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .xxs\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .xxs\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .xxs\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .xxs\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .xxs\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .xxs\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .xxs\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .xxs\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .xxs\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .xxs\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .xxs\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .xxs\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .xxs\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .xxs\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .xxs\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .xxs\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .xxs\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .xxs\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .xxs\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .xxs\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .xxs\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .xxs\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .xxs\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .xxs\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .xxs\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .xxs\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .xxs\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .xxs\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .xxs\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xxs\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .xxs\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .xxs\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .xxs\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .xxs\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .xxs\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .xxs\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .xxs\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .xxs\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .xxs\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xxs\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .xxs\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xxs\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .xxs\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .xxs\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .xxs\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .xxs\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .xxs\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .xxs\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .xxs\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .xxs\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .xxs\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .xxs\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .xxs\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .xxs\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .xxs\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .xxs\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .xxs\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .xxs\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .xxs\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .xxs\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .xxs\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .xxs\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .xxs\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .xxs\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .xxs\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .xxs\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .xxs\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .xxs\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .xxs\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .xxs\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .xxs\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .xxs\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .xxs\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .xxs\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .xxs\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .xxs\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .xxs\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .xxs\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .xxs\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .xxs\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .xxs\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .xxs\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .xxs\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .xxs\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .xxs\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .xxs\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .xxs\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .xxs\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .xxs\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .xxs\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .xxs\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .xxs\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .xxs\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .xxs\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .xxs\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .xxs\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .xxs\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .xxs\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .xxs\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .xxs\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .xxs\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .xxs\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .xxs\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .xxs\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .xxs\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .xxs\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .xxs\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .xxs\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .xxs\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .xxs\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .xxs\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .xxs\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .xxs\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .xxs\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .xxs\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .xxs\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .xxs\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .xxs\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .xxs\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .xxs\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .xxs\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .xxs\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .xxs\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .xxs\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .xxs\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .xxs\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .xxs\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .xxs\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .xxs\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .xxs\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .xxs\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .xxs\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .xxs\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .xxs\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .xxs\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .xxs\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .xxs\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .xxs\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .xxs\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .xxs\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .xxs\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .xxs\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .xxs\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .xxs\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .xxs\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .xxs\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .xxs\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .xxs\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .xxs\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .xxs\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .xxs\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .xxs\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .xxs\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .xxs\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .xxs\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .xxs\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .xxs\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .xxs\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .xxs\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .xxs\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .xxs\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .xxs\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .xxs\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .xxs\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .xxs\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .xxs\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .xxs\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .xxs\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .xxs\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .xxs\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .xxs\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .xxs\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .xxs\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .xxs\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .xxs\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .xxs\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .xxs\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .xxs\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .xxs\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .xxs\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .xxs\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .xxs\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .xxs\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .xxs\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .xxs\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .xxs\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .xxs\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .xxs\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .xxs\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .xxs\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .xxs\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .xxs\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .xxs\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .xxs\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .xxs\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .xxs\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .xxs\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .xxs\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .xxs\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .xxs\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .xxs\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .xxs\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .xxs\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .xxs\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .xxs\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .xxs\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .xxs\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .xxs\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .xxs\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .xxs\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .xxs\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .xxs\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .xxs\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .xxs\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .xxs\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .xxs\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .xxs\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .xxs\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .xxs\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .xxs\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .xxs\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .xxs\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .xxs\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .xxs\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .xxs\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .xxs\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .xxs\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .xxs\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .xxs\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .xxs\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .xxs\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .xxs\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .xxs\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .xxs\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .xxs\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .xxs\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .xxs\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .xxs\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .xxs\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .xxs\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .xxs\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .xxs\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .xxs\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .xxs\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .xxs\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .xxs\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .xxs\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .xxs\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .xxs\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .xxs\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .xxs\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .xxs\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .xxs\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .xxs\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .xxs\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .xxs\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .xxs\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .xxs\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .xxs\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .xxs\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .xxs\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .xxs\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .xxs\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .xxs\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .xxs\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .xxs\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .xxs\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .xxs\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .xxs\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .xxs\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .xxs\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .xxs\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .xxs\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .xxs\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .xxs\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .xxs\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .xxs\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .xxs\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .xxs\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .xxs\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .xxs\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .xxs\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .xxs\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .xxs\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .xxs\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .xxs\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .xxs\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .xxs\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .xxs\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .xxs\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .xxs\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .xxs\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .xxs\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .xxs\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .xxs\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .xxs\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .xxs\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .xxs\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .xxs\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .xxs\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .xxs\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .xxs\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .xxs\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .xxs\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .xxs\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .xxs\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .xxs\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .xxs\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .xxs\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .xxs\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .xxs\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .xxs\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .xxs\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .xxs\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .xxs\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .xxs\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .xxs\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .xxs\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .xxs\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .xxs\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .xxs\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .xxs\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .xxs\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .xxs\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .xxs\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .xxs\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .xxs\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .xxs\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .xxs\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .xxs\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .xxs\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .xxs\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .xxs\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .xxs\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .xxs\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .xxs\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .xxs\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .xxs\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .xxs\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .xxs\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .xxs\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .xxs\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .xxs\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .xxs\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .xxs\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .xxs\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .xxs\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .xxs\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .xxs\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .xxs\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .xxs\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .xxs\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .xxs\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .xxs\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .xxs\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .xxs\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .xxs\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .xxs\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .xxs\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .xxs\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .xxs\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .xxs\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .xxs\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .xxs\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .xxs\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .xxs\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .xxs\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .xxs\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .xxs\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .xxs\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .xxs\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .xxs\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .xxs\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .xxs\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .xxs\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .xxs\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .xxs\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .xxs\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .xxs\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .xxs\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .xxs\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .xxs\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .xxs\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .xxs\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .xxs\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .xxs\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .xxs\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .xxs\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .xxs\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .xxs\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .xxs\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .xxs\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .xxs\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .xxs\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .xxs\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .xxs\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .xxs\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .xxs\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .xxs\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .xxs\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .xxs\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .xxs\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .xxs\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .xxs\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .xxs\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .xxs\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .xxs\:top-0 {
        top: 0;
    }
    .xxs\:right-0 {
        right: 0;
    }
    .xxs\:bottom-0 {
        bottom: 0;
    }
    .xxs\:left-0 {
        left: 0;
    }
    .xxs\:top-1 {
        top: 0.25rem;
    }
    .xxs\:right-1 {
        right: 0.25rem;
    }
    .xxs\:bottom-1 {
        bottom: 0.25rem;
    }
    .xxs\:left-1 {
        left: 0.25rem;
    }
    .xxs\:top-2 {
        top: 0.5rem;
    }
    .xxs\:right-2 {
        right: 0.5rem;
    }
    .xxs\:bottom-2 {
        bottom: 0.5rem;
    }
    .xxs\:left-2 {
        left: 0.5rem;
    }
    .xxs\:top-3 {
        top: 0.75rem;
    }
    .xxs\:right-3 {
        right: 0.75rem;
    }
    .xxs\:bottom-3 {
        bottom: 0.75rem;
    }
    .xxs\:left-3 {
        left: 0.75rem;
    }
    .xxs\:top-4 {
        top: 1rem;
    }
    .xxs\:right-4 {
        right: 1rem;
    }
    .xxs\:bottom-4 {
        bottom: 1rem;
    }
    .xxs\:left-4 {
        left: 1rem;
    }
    .xxs\:top-5 {
        top: 1.25rem;
    }
    .xxs\:right-5 {
        right: 1.25rem;
    }
    .xxs\:bottom-5 {
        bottom: 1.25rem;
    }
    .xxs\:left-5 {
        left: 1.25rem;
    }
    .xxs\:top-6 {
        top: 1.5rem;
    }
    .xxs\:right-6 {
        right: 1.5rem;
    }
    .xxs\:bottom-6 {
        bottom: 1.5rem;
    }
    .xxs\:left-6 {
        left: 1.5rem;
    }
    .xxs\:top-7 {
        top: 1.75rem;
    }
    .xxs\:right-7 {
        right: 1.75rem;
    }
    .xxs\:bottom-7 {
        bottom: 1.75rem;
    }
    .xxs\:left-7 {
        left: 1.75rem;
    }
    .xxs\:top-8 {
        top: 2rem;
    }
    .xxs\:right-8 {
        right: 2rem;
    }
    .xxs\:bottom-8 {
        bottom: 2rem;
    }
    .xxs\:left-8 {
        left: 2rem;
    }
    .xxs\:top-9 {
        top: 2.25rem;
    }
    .xxs\:right-9 {
        right: 2.25rem;
    }
    .xxs\:bottom-9 {
        bottom: 2.25rem;
    }
    .xxs\:left-9 {
        left: 2.25rem;
    }
    .xxs\:top-10 {
        top: 2.5rem;
    }
    .xxs\:right-10 {
        right: 2.5rem;
    }
    .xxs\:bottom-10 {
        bottom: 2.5rem;
    }
    .xxs\:left-10 {
        left: 2.5rem;
    }
    .xxs\:top-11 {
        top: 2.75rem;
    }
    .xxs\:right-11 {
        right: 2.75rem;
    }
    .xxs\:bottom-11 {
        bottom: 2.75rem;
    }
    .xxs\:left-11 {
        left: 2.75rem;
    }
    .xxs\:top-12 {
        top: 3rem;
    }
    .xxs\:right-12 {
        right: 3rem;
    }
    .xxs\:bottom-12 {
        bottom: 3rem;
    }
    .xxs\:left-12 {
        left: 3rem;
    }
    .xxs\:top-14 {
        top: 3.5rem;
    }
    .xxs\:right-14 {
        right: 3.5rem;
    }
    .xxs\:bottom-14 {
        bottom: 3.5rem;
    }
    .xxs\:left-14 {
        left: 3.5rem;
    }
    .xxs\:top-16 {
        top: 4rem;
    }
    .xxs\:right-16 {
        right: 4rem;
    }
    .xxs\:bottom-16 {
        bottom: 4rem;
    }
    .xxs\:left-16 {
        left: 4rem;
    }
    .xxs\:top-20 {
        top: 5rem;
    }
    .xxs\:right-20 {
        right: 5rem;
    }
    .xxs\:bottom-20 {
        bottom: 5rem;
    }
    .xxs\:left-20 {
        left: 5rem;
    }
    .xxs\:top-23 {
        top: 88px;
    }
    .xxs\:right-23 {
        right: 88px;
    }
    .xxs\:bottom-23 {
        bottom: 88px;
    }
    .xxs\:left-23 {
        left: 88px;
    }
    .xxs\:top-24 {
        top: 6rem;
    }
    .xxs\:right-24 {
        right: 6rem;
    }
    .xxs\:bottom-24 {
        bottom: 6rem;
    }
    .xxs\:left-24 {
        left: 6rem;
    }
    .xxs\:top-25 {
        top: 100px;
    }
    .xxs\:right-25 {
        right: 100px;
    }
    .xxs\:bottom-25 {
        bottom: 100px;
    }
    .xxs\:left-25 {
        left: 100px;
    }
    .xxs\:top-28 {
        top: 7rem;
    }
    .xxs\:right-28 {
        right: 7rem;
    }
    .xxs\:bottom-28 {
        bottom: 7rem;
    }
    .xxs\:left-28 {
        left: 7rem;
    }
    .xxs\:top-29 {
        top: 120px;
    }
    .xxs\:right-29 {
        right: 120px;
    }
    .xxs\:bottom-29 {
        bottom: 120px;
    }
    .xxs\:left-29 {
        left: 120px;
    }
    .xxs\:top-32 {
        top: 8rem;
    }
    .xxs\:right-32 {
        right: 8rem;
    }
    .xxs\:bottom-32 {
        bottom: 8rem;
    }
    .xxs\:left-32 {
        left: 8rem;
    }
    .xxs\:top-33 {
        top: 130px;
    }
    .xxs\:right-33 {
        right: 130px;
    }
    .xxs\:bottom-33 {
        bottom: 130px;
    }
    .xxs\:left-33 {
        left: 130px;
    }
    .xxs\:top-36 {
        top: 9rem;
    }
    .xxs\:right-36 {
        right: 9rem;
    }
    .xxs\:bottom-36 {
        bottom: 9rem;
    }
    .xxs\:left-36 {
        left: 9rem;
    }
    .xxs\:top-40 {
        top: 10rem;
    }
    .xxs\:right-40 {
        right: 10rem;
    }
    .xxs\:bottom-40 {
        bottom: 10rem;
    }
    .xxs\:left-40 {
        left: 10rem;
    }
    .xxs\:top-44 {
        top: 11rem;
    }
    .xxs\:right-44 {
        right: 11rem;
    }
    .xxs\:bottom-44 {
        bottom: 11rem;
    }
    .xxs\:left-44 {
        left: 11rem;
    }
    .xxs\:top-48 {
        top: 12rem;
    }
    .xxs\:right-48 {
        right: 12rem;
    }
    .xxs\:bottom-48 {
        bottom: 12rem;
    }
    .xxs\:left-48 {
        left: 12rem;
    }
    .xxs\:top-52 {
        top: 13rem;
    }
    .xxs\:right-52 {
        right: 13rem;
    }
    .xxs\:bottom-52 {
        bottom: 13rem;
    }
    .xxs\:left-52 {
        left: 13rem;
    }
    .xxs\:top-56 {
        top: 14rem;
    }
    .xxs\:right-56 {
        right: 14rem;
    }
    .xxs\:bottom-56 {
        bottom: 14rem;
    }
    .xxs\:left-56 {
        left: 14rem;
    }
    .xxs\:top-60 {
        top: 15rem;
    }
    .xxs\:right-60 {
        right: 15rem;
    }
    .xxs\:bottom-60 {
        bottom: 15rem;
    }
    .xxs\:left-60 {
        left: 15rem;
    }
    .xxs\:top-63 {
        top: 270px;
    }
    .xxs\:right-63 {
        right: 270px;
    }
    .xxs\:bottom-63 {
        bottom: 270px;
    }
    .xxs\:left-63 {
        left: 270px;
    }
    .xxs\:top-64 {
        top: 16rem;
    }
    .xxs\:right-64 {
        right: 16rem;
    }
    .xxs\:bottom-64 {
        bottom: 16rem;
    }
    .xxs\:left-64 {
        left: 16rem;
    }
    .xxs\:top-72 {
        top: 18rem;
    }
    .xxs\:right-72 {
        right: 18rem;
    }
    .xxs\:bottom-72 {
        bottom: 18rem;
    }
    .xxs\:left-72 {
        left: 18rem;
    }
    .xxs\:top-80 {
        top: 20rem;
    }
    .xxs\:right-80 {
        right: 20rem;
    }
    .xxs\:bottom-80 {
        bottom: 20rem;
    }
    .xxs\:left-80 {
        left: 20rem;
    }
    .xxs\:top-92 {
        top: 475px;
    }
    .xxs\:right-92 {
        right: 475px;
    }
    .xxs\:bottom-92 {
        bottom: 475px;
    }
    .xxs\:left-92 {
        left: 475px;
    }
    .xxs\:top-96 {
        top: 24rem;
    }
    .xxs\:right-96 {
        right: 24rem;
    }
    .xxs\:bottom-96 {
        bottom: 24rem;
    }
    .xxs\:left-96 {
        left: 24rem;
    }
    .xxs\:top-128 {
        top: 32rem;
    }
    .xxs\:right-128 {
        right: 32rem;
    }
    .xxs\:bottom-128 {
        bottom: 32rem;
    }
    .xxs\:left-128 {
        left: 32rem;
    }
    .xxs\:top-auto {
        top: auto;
    }
    .xxs\:right-auto {
        right: auto;
    }
    .xxs\:bottom-auto {
        bottom: auto;
    }
    .xxs\:left-auto {
        left: auto;
    }
    .xxs\:top-px {
        top: 1px;
    }
    .xxs\:right-px {
        right: 1px;
    }
    .xxs\:bottom-px {
        bottom: 1px;
    }
    .xxs\:left-px {
        left: 1px;
    }
    .xxs\:top-0\.5 {
        top: 0.125rem;
    }
    .xxs\:right-0\.5 {
        right: 0.125rem;
    }
    .xxs\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .xxs\:left-0\.5 {
        left: 0.125rem;
    }
    .xxs\:top-1\.5 {
        top: 0.375rem;
    }
    .xxs\:right-1\.5 {
        right: 0.375rem;
    }
    .xxs\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .xxs\:left-1\.5 {
        left: 0.375rem;
    }
    .xxs\:top-2\.5 {
        top: 0.625rem;
    }
    .xxs\:right-2\.5 {
        right: 0.625rem;
    }
    .xxs\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .xxs\:left-2\.5 {
        left: 0.625rem;
    }
    .xxs\:top-3\.5 {
        top: 0.875rem;
    }
    .xxs\:right-3\.5 {
        right: 0.875rem;
    }
    .xxs\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .xxs\:left-3\.5 {
        left: 0.875rem;
    }
    .xxs\:top-105p {
        top: 105px;
    }
    .xxs\:right-105p {
        right: 105px;
    }
    .xxs\:bottom-105p {
        bottom: 105px;
    }
    .xxs\:left-105p {
        left: 105px;
    }
    .xxs\:top-50p {
        top: 50px;
    }
    .xxs\:right-50p {
        right: 50px;
    }
    .xxs\:bottom-50p {
        bottom: 50px;
    }
    .xxs\:left-50p {
        left: 50px;
    }
    .xxs\:top-54p {
        top: 54px;
    }
    .xxs\:right-54p {
        right: 54px;
    }
    .xxs\:bottom-54p {
        bottom: 54px;
    }
    .xxs\:left-54p {
        left: 54px;
    }
    .xxs\:top-1p {
        top: 1px;
    }
    .xxs\:right-1p {
        right: 1px;
    }
    .xxs\:bottom-1p {
        bottom: 1px;
    }
    .xxs\:left-1p {
        left: 1px;
    }
    .xxs\:top-2p {
        top: 2px;
    }
    .xxs\:right-2p {
        right: 2px;
    }
    .xxs\:bottom-2p {
        bottom: 2px;
    }
    .xxs\:left-2p {
        left: 2px;
    }
    .xxs\:top-3p {
        top: 3px;
    }
    .xxs\:right-3p {
        right: 3px;
    }
    .xxs\:bottom-3p {
        bottom: 3px;
    }
    .xxs\:left-3p {
        left: 3px;
    }
    .xxs\:top-5p {
        top: 5px;
    }
    .xxs\:right-5p {
        right: 5px;
    }
    .xxs\:bottom-5p {
        bottom: 5px;
    }
    .xxs\:left-5p {
        left: 5px;
    }
    .xxs\:top-7p {
        top: 7px;
    }
    .xxs\:right-7p {
        right: 7px;
    }
    .xxs\:bottom-7p {
        bottom: 7px;
    }
    .xxs\:left-7p {
        left: 7px;
    }
    .xxs\:top-9p {
        top: 9px;
    }
    .xxs\:right-9p {
        right: 9px;
    }
    .xxs\:bottom-9p {
        bottom: 9px;
    }
    .xxs\:left-9p {
        left: 9px;
    }
    .xxs\:top-10p {
        top: 10px;
    }
    .xxs\:right-10p {
        right: 10px;
    }
    .xxs\:bottom-10p {
        bottom: 10px;
    }
    .xxs\:left-10p {
        left: 10px;
    }
    .xxs\:top-11p {
        top: 11px;
    }
    .xxs\:right-11p {
        right: 11px;
    }
    .xxs\:bottom-11p {
        bottom: 11px;
    }
    .xxs\:left-11p {
        left: 11px;
    }
    .xxs\:top-13p {
        top: 13px;
    }
    .xxs\:right-13p {
        right: 13px;
    }
    .xxs\:bottom-13p {
        bottom: 13px;
    }
    .xxs\:left-13p {
        left: 13px;
    }
    .xxs\:top-15p {
        top: 15px;
    }
    .xxs\:right-15p {
        right: 15px;
    }
    .xxs\:bottom-15p {
        bottom: 15px;
    }
    .xxs\:left-15p {
        left: 15px;
    }
    .xxs\:top-18p {
        top: 18px;
    }
    .xxs\:right-18p {
        right: 18px;
    }
    .xxs\:bottom-18p {
        bottom: 18px;
    }
    .xxs\:left-18p {
        left: 18px;
    }
    .xxs\:top-19p {
        top: 19px;
    }
    .xxs\:right-19p {
        right: 19px;
    }
    .xxs\:bottom-19p {
        bottom: 19px;
    }
    .xxs\:left-19p {
        left: 19px;
    }
    .xxs\:top-21p {
        top: 21px;
    }
    .xxs\:right-21p {
        right: 21px;
    }
    .xxs\:bottom-21p {
        bottom: 21px;
    }
    .xxs\:left-21p {
        left: 21px;
    }
    .xxs\:top-22p {
        top: 22px;
    }
    .xxs\:right-22p {
        right: 22px;
    }
    .xxs\:bottom-22p {
        bottom: 22px;
    }
    .xxs\:left-22p {
        left: 22px;
    }
    .xxs\:top-23p {
        top: 23px;
    }
    .xxs\:right-23p {
        right: 23px;
    }
    .xxs\:bottom-23p {
        bottom: 23px;
    }
    .xxs\:left-23p {
        left: 23px;
    }
    .xxs\:top-25p {
        top: 25px;
    }
    .xxs\:right-25p {
        right: 25px;
    }
    .xxs\:bottom-25p {
        bottom: 25px;
    }
    .xxs\:left-25p {
        left: 25px;
    }
    .xxs\:top-26p {
        top: 26px;
    }
    .xxs\:right-26p {
        right: 26px;
    }
    .xxs\:bottom-26p {
        bottom: 26px;
    }
    .xxs\:left-26p {
        left: 26px;
    }
    .xxs\:top-29p {
        top: 29px;
    }
    .xxs\:right-29p {
        right: 29px;
    }
    .xxs\:bottom-29p {
        bottom: 29px;
    }
    .xxs\:left-29p {
        left: 29px;
    }
    .xxs\:top-30p {
        top: 30px;
    }
    .xxs\:right-30p {
        right: 30px;
    }
    .xxs\:bottom-30p {
        bottom: 30px;
    }
    .xxs\:left-30p {
        left: 30px;
    }
    .xxs\:top-31p {
        top: 31px;
    }
    .xxs\:right-31p {
        right: 31px;
    }
    .xxs\:bottom-31p {
        bottom: 31px;
    }
    .xxs\:left-31p {
        left: 31px;
    }
    .xxs\:top-35p {
        top: 35px;
    }
    .xxs\:right-35p {
        right: 35px;
    }
    .xxs\:bottom-35p {
        bottom: 35px;
    }
    .xxs\:left-35p {
        left: 35px;
    }
    .xxs\:top-52p {
        top: 52px;
    }
    .xxs\:right-52p {
        right: 52px;
    }
    .xxs\:bottom-52p {
        bottom: 52px;
    }
    .xxs\:left-52p {
        left: 52px;
    }
    .xxs\:top-53p {
        top: 53px;
    }
    .xxs\:right-53p {
        right: 53px;
    }
    .xxs\:bottom-53p {
        bottom: 53px;
    }
    .xxs\:left-53p {
        left: 53px;
    }
    .xxs\:top-55p {
        top: 55px;
    }
    .xxs\:right-55p {
        right: 55px;
    }
    .xxs\:bottom-55p {
        bottom: 55px;
    }
    .xxs\:left-55p {
        left: 55px;
    }
    .xxs\:top-59p {
        top: 59px;
    }
    .xxs\:right-59p {
        right: 59px;
    }
    .xxs\:bottom-59p {
        bottom: 59px;
    }
    .xxs\:left-59p {
        left: 59px;
    }
    .xxs\:top-27p {
        top: 27px;
    }
    .xxs\:right-27p {
        right: 27px;
    }
    .xxs\:bottom-27p {
        bottom: 27px;
    }
    .xxs\:left-27p {
        left: 27px;
    }
    .xxs\:top-33\.5p {
        top: 33.5px;
    }
    .xxs\:right-33\.5p {
        right: 33.5px;
    }
    .xxs\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .xxs\:left-33\.5p {
        left: 33.5px;
    }
    .xxs\:top-38p {
        top: 38px;
    }
    .xxs\:right-38p {
        right: 38px;
    }
    .xxs\:bottom-38p {
        bottom: 38px;
    }
    .xxs\:left-38p {
        left: 38px;
    }
    .xxs\:top-40p {
        top: 40px;
    }
    .xxs\:right-40p {
        right: 40px;
    }
    .xxs\:bottom-40p {
        bottom: 40px;
    }
    .xxs\:left-40p {
        left: 40px;
    }
    .xxs\:top-46p {
        top: 46px;
    }
    .xxs\:right-46p {
        right: 46px;
    }
    .xxs\:bottom-46p {
        bottom: 46px;
    }
    .xxs\:left-46p {
        left: 46px;
    }
    .xxs\:top-47p {
        top: 47px;
    }
    .xxs\:right-47p {
        right: 47px;
    }
    .xxs\:bottom-47p {
        bottom: 47px;
    }
    .xxs\:left-47p {
        left: 47px;
    }
    .xxs\:top-49p {
        top: 49px;
    }
    .xxs\:right-49p {
        right: 49px;
    }
    .xxs\:bottom-49p {
        bottom: 49px;
    }
    .xxs\:left-49p {
        left: 49px;
    }
    .xxs\:top-58p {
        top: 58px;
    }
    .xxs\:right-58p {
        right: 58px;
    }
    .xxs\:bottom-58p {
        bottom: 58px;
    }
    .xxs\:left-58p {
        left: 58px;
    }
    .xxs\:top-75p {
        top: 75px;
    }
    .xxs\:right-75p {
        right: 75px;
    }
    .xxs\:bottom-75p {
        bottom: 75px;
    }
    .xxs\:left-75p {
        left: 75px;
    }
    .xxs\:top-77p {
        top: 77px;
    }
    .xxs\:right-77p {
        right: 77px;
    }
    .xxs\:bottom-77p {
        bottom: 77px;
    }
    .xxs\:left-77p {
        left: 77px;
    }
    .xxs\:top-60p {
        top: 60px;
    }
    .xxs\:right-60p {
        right: 60px;
    }
    .xxs\:bottom-60p {
        bottom: 60px;
    }
    .xxs\:left-60p {
        left: 60px;
    }
    .xxs\:top-65p {
        top: 65px;
    }
    .xxs\:right-65p {
        right: 65px;
    }
    .xxs\:bottom-65p {
        bottom: 65px;
    }
    .xxs\:left-65p {
        left: 65px;
    }
    .xxs\:top-66p {
        top: 66px;
    }
    .xxs\:right-66p {
        right: 66px;
    }
    .xxs\:bottom-66p {
        bottom: 66px;
    }
    .xxs\:left-66p {
        left: 66px;
    }
    .xxs\:top-68p {
        top: 68px;
    }
    .xxs\:right-68p {
        right: 68px;
    }
    .xxs\:bottom-68p {
        bottom: 68px;
    }
    .xxs\:left-68p {
        left: 68px;
    }
    .xxs\:top-70p {
        top: 70px;
    }
    .xxs\:right-70p {
        right: 70px;
    }
    .xxs\:bottom-70p {
        bottom: 70px;
    }
    .xxs\:left-70p {
        left: 70px;
    }
    .xxs\:top-72p {
        top: 72px;
    }
    .xxs\:right-72p {
        right: 72px;
    }
    .xxs\:bottom-72p {
        bottom: 72px;
    }
    .xxs\:left-72p {
        left: 72px;
    }
    .xxs\:top-74p {
        top: 74px;
    }
    .xxs\:right-74p {
        right: 74px;
    }
    .xxs\:bottom-74p {
        bottom: 74px;
    }
    .xxs\:left-74p {
        left: 74px;
    }
    .xxs\:top-78p {
        top: 78px;
    }
    .xxs\:right-78p {
        right: 78px;
    }
    .xxs\:bottom-78p {
        bottom: 78px;
    }
    .xxs\:left-78p {
        left: 78px;
    }
    .xxs\:top-80p {
        top: 80px;
    }
    .xxs\:right-80p {
        right: 80px;
    }
    .xxs\:bottom-80p {
        bottom: 80px;
    }
    .xxs\:left-80p {
        left: 80px;
    }
    .xxs\:top-82p {
        top: 82px;
    }
    .xxs\:right-82p {
        right: 82px;
    }
    .xxs\:bottom-82p {
        bottom: 82px;
    }
    .xxs\:left-82p {
        left: 82px;
    }
    .xxs\:top-84p {
        top: 84px;
    }
    .xxs\:right-84p {
        right: 84px;
    }
    .xxs\:bottom-84p {
        bottom: 84px;
    }
    .xxs\:left-84p {
        left: 84px;
    }
    .xxs\:top-89p {
        top: 89px;
    }
    .xxs\:right-89p {
        right: 89px;
    }
    .xxs\:bottom-89p {
        bottom: 89px;
    }
    .xxs\:left-89p {
        left: 89px;
    }
    .xxs\:top-93p {
        top: 93px;
    }
    .xxs\:right-93p {
        right: 93px;
    }
    .xxs\:bottom-93p {
        bottom: 93px;
    }
    .xxs\:left-93p {
        left: 93px;
    }
    .xxs\:top-90p {
        top: 90px;
    }
    .xxs\:right-90p {
        right: 90px;
    }
    .xxs\:bottom-90p {
        bottom: 90px;
    }
    .xxs\:left-90p {
        left: 90px;
    }
    .xxs\:top-97p {
        top: 97px;
    }
    .xxs\:right-97p {
        right: 97px;
    }
    .xxs\:bottom-97p {
        bottom: 97px;
    }
    .xxs\:left-97p {
        left: 97px;
    }
    .xxs\:top-103p {
        top: 103px;
    }
    .xxs\:right-103p {
        right: 103px;
    }
    .xxs\:bottom-103p {
        bottom: 103px;
    }
    .xxs\:left-103p {
        left: 103px;
    }
    .xxs\:top-116p {
        top: 116px;
    }
    .xxs\:right-116p {
        right: 116px;
    }
    .xxs\:bottom-116p {
        bottom: 116px;
    }
    .xxs\:left-116p {
        left: 116px;
    }
    .xxs\:top-120p {
        top: 120px;
    }
    .xxs\:right-120p {
        right: 120px;
    }
    .xxs\:bottom-120p {
        bottom: 120px;
    }
    .xxs\:left-120p {
        left: 120px;
    }
    .xxs\:top-125p {
        top: 125px;
    }
    .xxs\:right-125p {
        right: 125px;
    }
    .xxs\:bottom-125p {
        bottom: 125px;
    }
    .xxs\:left-125p {
        left: 125px;
    }
    .xxs\:top-130p {
        top: 130px;
    }
    .xxs\:right-130p {
        right: 130px;
    }
    .xxs\:bottom-130p {
        bottom: 130px;
    }
    .xxs\:left-130p {
        left: 130px;
    }
    .xxs\:top-135p {
        top: 135px;
    }
    .xxs\:right-135p {
        right: 135px;
    }
    .xxs\:bottom-135p {
        bottom: 135px;
    }
    .xxs\:left-135p {
        left: 135px;
    }
    .xxs\:top-132p {
        top: 132px;
    }
    .xxs\:right-132p {
        right: 132px;
    }
    .xxs\:bottom-132p {
        bottom: 132px;
    }
    .xxs\:left-132p {
        left: 132px;
    }
    .xxs\:top-150p {
        top: 150px;
    }
    .xxs\:right-150p {
        right: 150px;
    }
    .xxs\:bottom-150p {
        bottom: 150px;
    }
    .xxs\:left-150p {
        left: 150px;
    }
    .xxs\:top-216p {
        top: 216px;
    }
    .xxs\:right-216p {
        right: 216px;
    }
    .xxs\:bottom-216p {
        bottom: 216px;
    }
    .xxs\:left-216p {
        left: 216px;
    }
    .xxs\:top-225p {
        top: 225px;
    }
    .xxs\:right-225p {
        right: 225px;
    }
    .xxs\:bottom-225p {
        bottom: 225px;
    }
    .xxs\:left-225p {
        left: 225px;
    }
    .xxs\:top-296p {
        top: 296px;
    }
    .xxs\:right-296p {
        right: 296px;
    }
    .xxs\:bottom-296p {
        bottom: 296px;
    }
    .xxs\:left-296p {
        left: 296px;
    }
    .xxs\:top-270p {
        top: 270px;
    }
    .xxs\:right-270p {
        right: 270px;
    }
    .xxs\:bottom-270p {
        bottom: 270px;
    }
    .xxs\:left-270p {
        left: 270px;
    }
    .xxs\:top-137p {
        top: 137px;
    }
    .xxs\:right-137p {
        right: 137px;
    }
    .xxs\:bottom-137p {
        bottom: 137px;
    }
    .xxs\:left-137p {
        left: 137px;
    }
    .xxs\:top-141p {
        top: 141px;
    }
    .xxs\:right-141p {
        right: 141px;
    }
    .xxs\:bottom-141p {
        bottom: 141px;
    }
    .xxs\:left-141p {
        left: 141px;
    }
    .xxs\:top-146p {
        top: 146px;
    }
    .xxs\:right-146p {
        right: 146px;
    }
    .xxs\:bottom-146p {
        bottom: 146px;
    }
    .xxs\:left-146p {
        left: 146px;
    }
    .xxs\:top-152p {
        top: 152px;
    }
    .xxs\:right-152p {
        right: 152px;
    }
    .xxs\:bottom-152p {
        bottom: 152px;
    }
    .xxs\:left-152p {
        left: 152px;
    }
    .xxs\:top-155p {
        top: 155px;
    }
    .xxs\:right-155p {
        right: 155px;
    }
    .xxs\:bottom-155p {
        bottom: 155px;
    }
    .xxs\:left-155p {
        left: 155px;
    }
    .xxs\:top-163p {
        top: 163px;
    }
    .xxs\:right-163p {
        right: 163px;
    }
    .xxs\:bottom-163p {
        bottom: 163px;
    }
    .xxs\:left-163p {
        left: 163px;
    }
    .xxs\:top-168p {
        top: 168px;
    }
    .xxs\:right-168p {
        right: 168px;
    }
    .xxs\:bottom-168p {
        bottom: 168px;
    }
    .xxs\:left-168p {
        left: 168px;
    }
    .xxs\:top-173p {
        top: 173px;
    }
    .xxs\:right-173p {
        right: 173px;
    }
    .xxs\:bottom-173p {
        bottom: 173px;
    }
    .xxs\:left-173p {
        left: 173px;
    }
    .xxs\:top-210p {
        top: 210px;
    }
    .xxs\:right-210p {
        right: 210px;
    }
    .xxs\:bottom-210p {
        bottom: 210px;
    }
    .xxs\:left-210p {
        left: 210px;
    }
    .xxs\:top-245p {
        top: 245px;
    }
    .xxs\:right-245p {
        right: 245px;
    }
    .xxs\:bottom-245p {
        bottom: 245px;
    }
    .xxs\:left-245p {
        left: 245px;
    }
    .xxs\:top-250p {
        top: 250px;
    }
    .xxs\:right-250p {
        right: 250px;
    }
    .xxs\:bottom-250p {
        bottom: 250px;
    }
    .xxs\:left-250p {
        left: 250px;
    }
    .xxs\:top-260p {
        top: 260px;
    }
    .xxs\:right-260p {
        right: 260px;
    }
    .xxs\:bottom-260p {
        bottom: 260px;
    }
    .xxs\:left-260p {
        left: 260px;
    }
    .xxs\:top-263p {
        top: 263px;
    }
    .xxs\:right-263p {
        right: 263px;
    }
    .xxs\:bottom-263p {
        bottom: 263px;
    }
    .xxs\:left-263p {
        left: 263px;
    }
    .xxs\:top-266p {
        top: 266px;
    }
    .xxs\:right-266p {
        right: 266px;
    }
    .xxs\:bottom-266p {
        bottom: 266px;
    }
    .xxs\:left-266p {
        left: 266px;
    }
    .xxs\:top-275p {
        top: 275px;
    }
    .xxs\:right-275p {
        right: 275px;
    }
    .xxs\:bottom-275p {
        bottom: 275px;
    }
    .xxs\:left-275p {
        left: 275px;
    }
    .xxs\:top-300p {
        top: 300px;
    }
    .xxs\:right-300p {
        right: 300px;
    }
    .xxs\:bottom-300p {
        bottom: 300px;
    }
    .xxs\:left-300p {
        left: 300px;
    }
    .xxs\:top-312p {
        top: 312px;
    }
    .xxs\:right-312p {
        right: 312px;
    }
    .xxs\:bottom-312p {
        bottom: 312px;
    }
    .xxs\:left-312p {
        left: 312px;
    }
    .xxs\:top-318p {
        top: 318px;
    }
    .xxs\:right-318p {
        right: 318px;
    }
    .xxs\:bottom-318p {
        bottom: 318px;
    }
    .xxs\:left-318p {
        left: 318px;
    }
    .xxs\:top-322p {
        top: 322px;
    }
    .xxs\:right-322p {
        right: 322px;
    }
    .xxs\:bottom-322p {
        bottom: 322px;
    }
    .xxs\:left-322p {
        left: 322px;
    }
    .xxs\:top-337p {
        top: 337px;
    }
    .xxs\:right-337p {
        right: 337px;
    }
    .xxs\:bottom-337p {
        bottom: 337px;
    }
    .xxs\:left-337p {
        left: 337px;
    }
    .xxs\:top-345p {
        top: 345px;
    }
    .xxs\:right-345p {
        right: 345px;
    }
    .xxs\:bottom-345p {
        bottom: 345px;
    }
    .xxs\:left-345p {
        left: 345px;
    }
    .xxs\:top-344p {
        top: 344px;
    }
    .xxs\:right-344p {
        right: 344px;
    }
    .xxs\:bottom-344p {
        bottom: 344px;
    }
    .xxs\:left-344p {
        left: 344px;
    }
    .xxs\:top-354p {
        top: 354px;
    }
    .xxs\:right-354p {
        right: 354px;
    }
    .xxs\:bottom-354p {
        bottom: 354px;
    }
    .xxs\:left-354p {
        left: 354px;
    }
    .xxs\:top-364p {
        top: 364px;
    }
    .xxs\:right-364p {
        right: 364px;
    }
    .xxs\:bottom-364p {
        bottom: 364px;
    }
    .xxs\:left-364p {
        left: 364px;
    }
    .xxs\:top-370p {
        top: 370px;
    }
    .xxs\:right-370p {
        right: 370px;
    }
    .xxs\:bottom-370p {
        bottom: 370px;
    }
    .xxs\:left-370p {
        left: 370px;
    }
    .xxs\:top-382p {
        top: 382px;
    }
    .xxs\:right-382p {
        right: 382px;
    }
    .xxs\:bottom-382p {
        bottom: 382px;
    }
    .xxs\:left-382p {
        left: 382px;
    }
    .xxs\:top-385p {
        top: 385px;
    }
    .xxs\:right-385p {
        right: 385px;
    }
    .xxs\:bottom-385p {
        bottom: 385px;
    }
    .xxs\:left-385p {
        left: 385px;
    }
    .xxs\:top-400p {
        top: 400px;
    }
    .xxs\:right-400p {
        right: 400px;
    }
    .xxs\:bottom-400p {
        bottom: 400px;
    }
    .xxs\:left-400p {
        left: 400px;
    }
    .xxs\:top-407p {
        top: 407px;
    }
    .xxs\:right-407p {
        right: 407px;
    }
    .xxs\:bottom-407p {
        bottom: 407px;
    }
    .xxs\:left-407p {
        left: 407px;
    }
    .xxs\:top-411p {
        top: 411px;
    }
    .xxs\:right-411p {
        right: 411px;
    }
    .xxs\:bottom-411p {
        bottom: 411px;
    }
    .xxs\:left-411p {
        left: 411px;
    }
    .xxs\:top-418p {
        top: 418px;
    }
    .xxs\:right-418p {
        right: 418px;
    }
    .xxs\:bottom-418p {
        bottom: 418px;
    }
    .xxs\:left-418p {
        left: 418px;
    }
    .xxs\:top-430p {
        top: 430px;
    }
    .xxs\:right-430p {
        right: 430px;
    }
    .xxs\:bottom-430p {
        bottom: 430px;
    }
    .xxs\:left-430p {
        left: 430px;
    }
    .xxs\:top-450p {
        top: 450px;
    }
    .xxs\:right-450p {
        right: 450px;
    }
    .xxs\:bottom-450p {
        bottom: 450px;
    }
    .xxs\:left-450p {
        left: 450px;
    }
    .xxs\:top-468p {
        top: 468px;
    }
    .xxs\:right-468p {
        right: 468px;
    }
    .xxs\:bottom-468p {
        bottom: 468px;
    }
    .xxs\:left-468p {
        left: 468px;
    }
    .xxs\:top-485p {
        top: 485px;
    }
    .xxs\:right-485p {
        right: 485px;
    }
    .xxs\:bottom-485p {
        bottom: 485px;
    }
    .xxs\:left-485p {
        left: 485px;
    }
    .xxs\:top-491p {
        top: 491px;
    }
    .xxs\:right-491p {
        right: 491px;
    }
    .xxs\:bottom-491p {
        bottom: 491px;
    }
    .xxs\:left-491p {
        left: 491px;
    }
    .xxs\:top-494p {
        top: 494px;
    }
    .xxs\:right-494p {
        right: 494px;
    }
    .xxs\:bottom-494p {
        bottom: 494px;
    }
    .xxs\:left-494p {
        left: 494px;
    }
    .xxs\:top-470p {
        top: 470px;
    }
    .xxs\:right-470p {
        right: 470px;
    }
    .xxs\:bottom-470p {
        bottom: 470px;
    }
    .xxs\:left-470p {
        left: 470px;
    }
    .xxs\:top-480p {
        top: 480px;
    }
    .xxs\:right-480p {
        right: 480px;
    }
    .xxs\:bottom-480p {
        bottom: 480px;
    }
    .xxs\:left-480p {
        left: 480px;
    }
    .xxs\:top-532p {
        top: 532px;
    }
    .xxs\:right-532p {
        right: 532px;
    }
    .xxs\:bottom-532p {
        bottom: 532px;
    }
    .xxs\:left-532p {
        left: 532px;
    }
    .xxs\:top-556p {
        top: 556px;
    }
    .xxs\:right-556p {
        right: 556px;
    }
    .xxs\:bottom-556p {
        bottom: 556px;
    }
    .xxs\:left-556p {
        left: 556px;
    }
    .xxs\:top-505p {
        top: 505px;
    }
    .xxs\:right-505p {
        right: 505px;
    }
    .xxs\:bottom-505p {
        bottom: 505px;
    }
    .xxs\:left-505p {
        left: 505px;
    }
    .xxs\:top-1179p {
        top: 1179px;
    }
    .xxs\:right-1179p {
        right: 1179px;
    }
    .xxs\:bottom-1179p {
        bottom: 1179px;
    }
    .xxs\:left-1179p {
        left: 1179px;
    }
    .xxs\:top-1253p {
        top: 1253px;
    }
    .xxs\:right-1253p {
        right: 1253px;
    }
    .xxs\:bottom-1253p {
        bottom: 1253px;
    }
    .xxs\:left-1253p {
        left: 1253px;
    }
    .xxs\:top-1575p {
        top: 1575px;
    }
    .xxs\:right-1575p {
        right: 1575px;
    }
    .xxs\:bottom-1575p {
        bottom: 1575px;
    }
    .xxs\:left-1575p {
        left: 1575px;
    }
    .xxs\:top-600p {
        top: 600px;
    }
    .xxs\:right-600p {
        right: 600px;
    }
    .xxs\:bottom-600p {
        bottom: 600px;
    }
    .xxs\:left-600p {
        left: 600px;
    }
    .xxs\:top-649p {
        top: 649px;
    }
    .xxs\:right-649p {
        right: 649px;
    }
    .xxs\:bottom-649p {
        bottom: 649px;
    }
    .xxs\:left-649p {
        left: 649px;
    }
    .xxs\:top-690p {
        top: 690px;
    }
    .xxs\:right-690p {
        right: 690px;
    }
    .xxs\:bottom-690p {
        bottom: 690px;
    }
    .xxs\:left-690p {
        left: 690px;
    }
    .xxs\:top-19\% {
        top: 19%;
    }
    .xxs\:right-19\% {
        right: 19%;
    }
    .xxs\:bottom-19\% {
        bottom: 19%;
    }
    .xxs\:left-19\% {
        left: 19%;
    }
    .xxs\:top-23\% {
        top: 23%;
    }
    .xxs\:right-23\% {
        right: 23%;
    }
    .xxs\:bottom-23\% {
        bottom: 23%;
    }
    .xxs\:left-23\% {
        left: 23%;
    }
    .xxs\:top-24\% {
        top: 24%;
    }
    .xxs\:right-24\% {
        right: 24%;
    }
    .xxs\:bottom-24\% {
        bottom: 24%;
    }
    .xxs\:left-24\% {
        left: 24%;
    }
    .xxs\:top-36\% {
        top: 36%;
    }
    .xxs\:right-36\% {
        right: 36%;
    }
    .xxs\:bottom-36\% {
        bottom: 36%;
    }
    .xxs\:left-36\% {
        left: 36%;
    }
    .xxs\:top-27\% {
        top: 27%;
    }
    .xxs\:right-27\% {
        right: 27%;
    }
    .xxs\:bottom-27\% {
        bottom: 27%;
    }
    .xxs\:left-27\% {
        left: 27%;
    }
    .xxs\:top-28\% {
        top: 28%;
    }
    .xxs\:right-28\% {
        right: 28%;
    }
    .xxs\:bottom-28\% {
        bottom: 28%;
    }
    .xxs\:left-28\% {
        left: 28%;
    }
    .xxs\:top-42\% {
        top: 42%;
    }
    .xxs\:right-42\% {
        right: 42%;
    }
    .xxs\:bottom-42\% {
        bottom: 42%;
    }
    .xxs\:left-42\% {
        left: 42%;
    }
    .xxs\:top-46\% {
        top: 46%;
    }
    .xxs\:right-46\% {
        right: 46%;
    }
    .xxs\:bottom-46\% {
        bottom: 46%;
    }
    .xxs\:left-46\% {
        left: 46%;
    }
    .xxs\:top-49\% {
        top: 49%;
    }
    .xxs\:right-49\% {
        right: 49%;
    }
    .xxs\:bottom-49\% {
        bottom: 49%;
    }
    .xxs\:left-49\% {
        left: 49%;
    }
    .xxs\:top-54\% {
        top: 54%;
    }
    .xxs\:right-54\% {
        right: 54%;
    }
    .xxs\:bottom-54\% {
        bottom: 54%;
    }
    .xxs\:left-54\% {
        left: 54%;
    }
    .xxs\:top-58\% {
        top: 58%;
    }
    .xxs\:right-58\% {
        right: 58%;
    }
    .xxs\:bottom-58\% {
        bottom: 58%;
    }
    .xxs\:left-58\% {
        left: 58%;
    }
    .xxs\:top-72\% {
        top: 72%;
    }
    .xxs\:right-72\% {
        right: 72%;
    }
    .xxs\:bottom-72\% {
        bottom: 72%;
    }
    .xxs\:left-72\% {
        left: 72%;
    }
    .xxs\:top-76\% {
        top: 76%;
    }
    .xxs\:right-76\% {
        right: 76%;
    }
    .xxs\:bottom-76\% {
        bottom: 76%;
    }
    .xxs\:left-76\% {
        left: 76%;
    }
    .xxs\:top-77\% {
        top: 77%;
    }
    .xxs\:right-77\% {
        right: 77%;
    }
    .xxs\:bottom-77\% {
        bottom: 77%;
    }
    .xxs\:left-77\% {
        left: 77%;
    }
    .xxs\:top-340p {
        top: 340px;
    }
    .xxs\:right-340p {
        right: 340px;
    }
    .xxs\:bottom-340p {
        bottom: 340px;
    }
    .xxs\:left-340p {
        left: 340px;
    }
    .xxs\:top-700p {
        top: 700px;
    }
    .xxs\:right-700p {
        right: 700px;
    }
    .xxs\:bottom-700p {
        bottom: 700px;
    }
    .xxs\:left-700p {
        left: 700px;
    }
    .xxs\:top-848p {
        top: 848px;
    }
    .xxs\:right-848p {
        right: 848px;
    }
    .xxs\:bottom-848p {
        bottom: 848px;
    }
    .xxs\:left-848p {
        left: 848px;
    }
    .xxs\:top-850p {
        top: 850px;
    }
    .xxs\:right-850p {
        right: 850px;
    }
    .xxs\:bottom-850p {
        bottom: 850px;
    }
    .xxs\:left-850p {
        left: 850px;
    }
    .xxs\:top-860p {
        top: 860px;
    }
    .xxs\:right-860p {
        right: 860px;
    }
    .xxs\:bottom-860p {
        bottom: 860px;
    }
    .xxs\:left-860p {
        left: 860px;
    }
    .xxs\:top-1425p {
        top: 1425px;
    }
    .xxs\:right-1425p {
        right: 1425px;
    }
    .xxs\:bottom-1425p {
        bottom: 1425px;
    }
    .xxs\:left-1425p {
        left: 1425px;
    }
    .xxs\:-top-0 {
        top: 0;
    }
    .xxs\:-right-0 {
        right: 0;
    }
    .xxs\:-bottom-0 {
        bottom: 0;
    }
    .xxs\:-left-0 {
        left: 0;
    }
    .xxs\:-top-1 {
        top: -0.25rem;
    }
    .xxs\:-right-1 {
        right: -0.25rem;
    }
    .xxs\:-bottom-1 {
        bottom: -0.25rem;
    }
    .xxs\:-left-1 {
        left: -0.25rem;
    }
    .xxs\:-top-2 {
        top: -0.5rem;
    }
    .xxs\:-right-2 {
        right: -0.5rem;
    }
    .xxs\:-bottom-2 {
        bottom: -0.5rem;
    }
    .xxs\:-left-2 {
        left: -0.5rem;
    }
    .xxs\:-top-3 {
        top: -0.75rem;
    }
    .xxs\:-right-3 {
        right: -0.75rem;
    }
    .xxs\:-bottom-3 {
        bottom: -0.75rem;
    }
    .xxs\:-left-3 {
        left: -0.75rem;
    }
    .xxs\:-top-4 {
        top: -1rem;
    }
    .xxs\:-right-4 {
        right: -1rem;
    }
    .xxs\:-bottom-4 {
        bottom: -1rem;
    }
    .xxs\:-left-4 {
        left: -1rem;
    }
    .xxs\:-top-5 {
        top: -1.25rem;
    }
    .xxs\:-right-5 {
        right: -1.25rem;
    }
    .xxs\:-bottom-5 {
        bottom: -1.25rem;
    }
    .xxs\:-left-5 {
        left: -1.25rem;
    }
    .xxs\:-top-6 {
        top: -1.5rem;
    }
    .xxs\:-right-6 {
        right: -1.5rem;
    }
    .xxs\:-bottom-6 {
        bottom: -1.5rem;
    }
    .xxs\:-left-6 {
        left: -1.5rem;
    }
    .xxs\:-top-7 {
        top: -1.75rem;
    }
    .xxs\:-right-7 {
        right: -1.75rem;
    }
    .xxs\:-bottom-7 {
        bottom: -1.75rem;
    }
    .xxs\:-left-7 {
        left: -1.75rem;
    }
    .xxs\:-top-8 {
        top: -2rem;
    }
    .xxs\:-right-8 {
        right: -2rem;
    }
    .xxs\:-bottom-8 {
        bottom: -2rem;
    }
    .xxs\:-left-8 {
        left: -2rem;
    }
    .xxs\:-top-9 {
        top: -2.25rem;
    }
    .xxs\:-right-9 {
        right: -2.25rem;
    }
    .xxs\:-bottom-9 {
        bottom: -2.25rem;
    }
    .xxs\:-left-9 {
        left: -2.25rem;
    }
    .xxs\:-top-10 {
        top: -2.5rem;
    }
    .xxs\:-right-10 {
        right: -2.5rem;
    }
    .xxs\:-bottom-10 {
        bottom: -2.5rem;
    }
    .xxs\:-left-10 {
        left: -2.5rem;
    }
    .xxs\:-top-11 {
        top: -2.75rem;
    }
    .xxs\:-right-11 {
        right: -2.75rem;
    }
    .xxs\:-bottom-11 {
        bottom: -2.75rem;
    }
    .xxs\:-left-11 {
        left: -2.75rem;
    }
    .xxs\:-top-12 {
        top: -3rem;
    }
    .xxs\:-right-12 {
        right: -3rem;
    }
    .xxs\:-bottom-12 {
        bottom: -3rem;
    }
    .xxs\:-left-12 {
        left: -3rem;
    }
    .xxs\:-top-14 {
        top: -3.5rem;
    }
    .xxs\:-right-14 {
        right: -3.5rem;
    }
    .xxs\:-bottom-14 {
        bottom: -3.5rem;
    }
    .xxs\:-left-14 {
        left: -3.5rem;
    }
    .xxs\:-top-16 {
        top: -4rem;
    }
    .xxs\:-right-16 {
        right: -4rem;
    }
    .xxs\:-bottom-16 {
        bottom: -4rem;
    }
    .xxs\:-left-16 {
        left: -4rem;
    }
    .xxs\:-top-20 {
        top: -5rem;
    }
    .xxs\:-right-20 {
        right: -5rem;
    }
    .xxs\:-bottom-20 {
        bottom: -5rem;
    }
    .xxs\:-left-20 {
        left: -5rem;
    }
    .xxs\:-top-23 {
        top: -88px;
    }
    .xxs\:-right-23 {
        right: -88px;
    }
    .xxs\:-bottom-23 {
        bottom: -88px;
    }
    .xxs\:-left-23 {
        left: -88px;
    }
    .xxs\:-top-24 {
        top: -6rem;
    }
    .xxs\:-right-24 {
        right: -6rem;
    }
    .xxs\:-bottom-24 {
        bottom: -6rem;
    }
    .xxs\:-left-24 {
        left: -6rem;
    }
    .xxs\:-top-25 {
        top: -100px;
    }
    .xxs\:-right-25 {
        right: -100px;
    }
    .xxs\:-bottom-25 {
        bottom: -100px;
    }
    .xxs\:-left-25 {
        left: -100px;
    }
    .xxs\:-top-28 {
        top: -7rem;
    }
    .xxs\:-right-28 {
        right: -7rem;
    }
    .xxs\:-bottom-28 {
        bottom: -7rem;
    }
    .xxs\:-left-28 {
        left: -7rem;
    }
    .xxs\:-top-29 {
        top: -120px;
    }
    .xxs\:-right-29 {
        right: -120px;
    }
    .xxs\:-bottom-29 {
        bottom: -120px;
    }
    .xxs\:-left-29 {
        left: -120px;
    }
    .xxs\:-top-32 {
        top: -8rem;
    }
    .xxs\:-right-32 {
        right: -8rem;
    }
    .xxs\:-bottom-32 {
        bottom: -8rem;
    }
    .xxs\:-left-32 {
        left: -8rem;
    }
    .xxs\:-top-33 {
        top: -130px;
    }
    .xxs\:-right-33 {
        right: -130px;
    }
    .xxs\:-bottom-33 {
        bottom: -130px;
    }
    .xxs\:-left-33 {
        left: -130px;
    }
    .xxs\:-top-36 {
        top: -9rem;
    }
    .xxs\:-right-36 {
        right: -9rem;
    }
    .xxs\:-bottom-36 {
        bottom: -9rem;
    }
    .xxs\:-left-36 {
        left: -9rem;
    }
    .xxs\:-top-40 {
        top: -10rem;
    }
    .xxs\:-right-40 {
        right: -10rem;
    }
    .xxs\:-bottom-40 {
        bottom: -10rem;
    }
    .xxs\:-left-40 {
        left: -10rem;
    }
    .xxs\:-top-44 {
        top: -11rem;
    }
    .xxs\:-right-44 {
        right: -11rem;
    }
    .xxs\:-bottom-44 {
        bottom: -11rem;
    }
    .xxs\:-left-44 {
        left: -11rem;
    }
    .xxs\:-top-48 {
        top: -12rem;
    }
    .xxs\:-right-48 {
        right: -12rem;
    }
    .xxs\:-bottom-48 {
        bottom: -12rem;
    }
    .xxs\:-left-48 {
        left: -12rem;
    }
    .xxs\:-top-52 {
        top: -13rem;
    }
    .xxs\:-right-52 {
        right: -13rem;
    }
    .xxs\:-bottom-52 {
        bottom: -13rem;
    }
    .xxs\:-left-52 {
        left: -13rem;
    }
    .xxs\:-top-56 {
        top: -14rem;
    }
    .xxs\:-right-56 {
        right: -14rem;
    }
    .xxs\:-bottom-56 {
        bottom: -14rem;
    }
    .xxs\:-left-56 {
        left: -14rem;
    }
    .xxs\:-top-60 {
        top: -15rem;
    }
    .xxs\:-right-60 {
        right: -15rem;
    }
    .xxs\:-bottom-60 {
        bottom: -15rem;
    }
    .xxs\:-left-60 {
        left: -15rem;
    }
    .xxs\:-top-63 {
        top: -270px;
    }
    .xxs\:-right-63 {
        right: -270px;
    }
    .xxs\:-bottom-63 {
        bottom: -270px;
    }
    .xxs\:-left-63 {
        left: -270px;
    }
    .xxs\:-top-64 {
        top: -16rem;
    }
    .xxs\:-right-64 {
        right: -16rem;
    }
    .xxs\:-bottom-64 {
        bottom: -16rem;
    }
    .xxs\:-left-64 {
        left: -16rem;
    }
    .xxs\:-top-72 {
        top: -18rem;
    }
    .xxs\:-right-72 {
        right: -18rem;
    }
    .xxs\:-bottom-72 {
        bottom: -18rem;
    }
    .xxs\:-left-72 {
        left: -18rem;
    }
    .xxs\:-top-80 {
        top: -20rem;
    }
    .xxs\:-right-80 {
        right: -20rem;
    }
    .xxs\:-bottom-80 {
        bottom: -20rem;
    }
    .xxs\:-left-80 {
        left: -20rem;
    }
    .xxs\:-top-92 {
        top: -475px;
    }
    .xxs\:-right-92 {
        right: -475px;
    }
    .xxs\:-bottom-92 {
        bottom: -475px;
    }
    .xxs\:-left-92 {
        left: -475px;
    }
    .xxs\:-top-96 {
        top: -24rem;
    }
    .xxs\:-right-96 {
        right: -24rem;
    }
    .xxs\:-bottom-96 {
        bottom: -24rem;
    }
    .xxs\:-left-96 {
        left: -24rem;
    }
    .xxs\:-top-128 {
        top: -32rem;
    }
    .xxs\:-right-128 {
        right: -32rem;
    }
    .xxs\:-bottom-128 {
        bottom: -32rem;
    }
    .xxs\:-left-128 {
        left: -32rem;
    }
    .xxs\:-top-px {
        top: -1px;
    }
    .xxs\:-right-px {
        right: -1px;
    }
    .xxs\:-bottom-px {
        bottom: -1px;
    }
    .xxs\:-left-px {
        left: -1px;
    }
    .xxs\:-top-0\.5 {
        top: -0.125rem;
    }
    .xxs\:-right-0\.5 {
        right: -0.125rem;
    }
    .xxs\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .xxs\:-left-0\.5 {
        left: -0.125rem;
    }
    .xxs\:-top-1\.5 {
        top: -0.375rem;
    }
    .xxs\:-right-1\.5 {
        right: -0.375rem;
    }
    .xxs\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .xxs\:-left-1\.5 {
        left: -0.375rem;
    }
    .xxs\:-top-2\.5 {
        top: -0.625rem;
    }
    .xxs\:-right-2\.5 {
        right: -0.625rem;
    }
    .xxs\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .xxs\:-left-2\.5 {
        left: -0.625rem;
    }
    .xxs\:-top-3\.5 {
        top: -0.875rem;
    }
    .xxs\:-right-3\.5 {
        right: -0.875rem;
    }
    .xxs\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .xxs\:-left-3\.5 {
        left: -0.875rem;
    }
    .xxs\:-top-105p {
        top: -105px;
    }
    .xxs\:-right-105p {
        right: -105px;
    }
    .xxs\:-bottom-105p {
        bottom: -105px;
    }
    .xxs\:-left-105p {
        left: -105px;
    }
    .xxs\:-top-50p {
        top: -50px;
    }
    .xxs\:-right-50p {
        right: -50px;
    }
    .xxs\:-bottom-50p {
        bottom: -50px;
    }
    .xxs\:-left-50p {
        left: -50px;
    }
    .xxs\:-top-54p {
        top: -54px;
    }
    .xxs\:-right-54p {
        right: -54px;
    }
    .xxs\:-bottom-54p {
        bottom: -54px;
    }
    .xxs\:-left-54p {
        left: -54px;
    }
    .xxs\:-top-1p {
        top: -1px;
    }
    .xxs\:-right-1p {
        right: -1px;
    }
    .xxs\:-bottom-1p {
        bottom: -1px;
    }
    .xxs\:-left-1p {
        left: -1px;
    }
    .xxs\:-top-2p {
        top: -2px;
    }
    .xxs\:-right-2p {
        right: -2px;
    }
    .xxs\:-bottom-2p {
        bottom: -2px;
    }
    .xxs\:-left-2p {
        left: -2px;
    }
    .xxs\:-top-3p {
        top: -3px;
    }
    .xxs\:-right-3p {
        right: -3px;
    }
    .xxs\:-bottom-3p {
        bottom: -3px;
    }
    .xxs\:-left-3p {
        left: -3px;
    }
    .xxs\:-top-5p {
        top: -5px;
    }
    .xxs\:-right-5p {
        right: -5px;
    }
    .xxs\:-bottom-5p {
        bottom: -5px;
    }
    .xxs\:-left-5p {
        left: -5px;
    }
    .xxs\:-top-7p {
        top: -7px;
    }
    .xxs\:-right-7p {
        right: -7px;
    }
    .xxs\:-bottom-7p {
        bottom: -7px;
    }
    .xxs\:-left-7p {
        left: -7px;
    }
    .xxs\:-top-9p {
        top: -9px;
    }
    .xxs\:-right-9p {
        right: -9px;
    }
    .xxs\:-bottom-9p {
        bottom: -9px;
    }
    .xxs\:-left-9p {
        left: -9px;
    }
    .xxs\:-top-10p {
        top: -10px;
    }
    .xxs\:-right-10p {
        right: -10px;
    }
    .xxs\:-bottom-10p {
        bottom: -10px;
    }
    .xxs\:-left-10p {
        left: -10px;
    }
    .xxs\:-top-11p {
        top: -11px;
    }
    .xxs\:-right-11p {
        right: -11px;
    }
    .xxs\:-bottom-11p {
        bottom: -11px;
    }
    .xxs\:-left-11p {
        left: -11px;
    }
    .xxs\:-top-13p {
        top: -13px;
    }
    .xxs\:-right-13p {
        right: -13px;
    }
    .xxs\:-bottom-13p {
        bottom: -13px;
    }
    .xxs\:-left-13p {
        left: -13px;
    }
    .xxs\:-top-15p {
        top: -15px;
    }
    .xxs\:-right-15p {
        right: -15px;
    }
    .xxs\:-bottom-15p {
        bottom: -15px;
    }
    .xxs\:-left-15p {
        left: -15px;
    }
    .xxs\:-top-18p {
        top: -18px;
    }
    .xxs\:-right-18p {
        right: -18px;
    }
    .xxs\:-bottom-18p {
        bottom: -18px;
    }
    .xxs\:-left-18p {
        left: -18px;
    }
    .xxs\:-top-19p {
        top: -19px;
    }
    .xxs\:-right-19p {
        right: -19px;
    }
    .xxs\:-bottom-19p {
        bottom: -19px;
    }
    .xxs\:-left-19p {
        left: -19px;
    }
    .xxs\:-top-21p {
        top: -21px;
    }
    .xxs\:-right-21p {
        right: -21px;
    }
    .xxs\:-bottom-21p {
        bottom: -21px;
    }
    .xxs\:-left-21p {
        left: -21px;
    }
    .xxs\:-top-22p {
        top: -22px;
    }
    .xxs\:-right-22p {
        right: -22px;
    }
    .xxs\:-bottom-22p {
        bottom: -22px;
    }
    .xxs\:-left-22p {
        left: -22px;
    }
    .xxs\:-top-23p {
        top: -23px;
    }
    .xxs\:-right-23p {
        right: -23px;
    }
    .xxs\:-bottom-23p {
        bottom: -23px;
    }
    .xxs\:-left-23p {
        left: -23px;
    }
    .xxs\:-top-25p {
        top: -25px;
    }
    .xxs\:-right-25p {
        right: -25px;
    }
    .xxs\:-bottom-25p {
        bottom: -25px;
    }
    .xxs\:-left-25p {
        left: -25px;
    }
    .xxs\:-top-26p {
        top: -26px;
    }
    .xxs\:-right-26p {
        right: -26px;
    }
    .xxs\:-bottom-26p {
        bottom: -26px;
    }
    .xxs\:-left-26p {
        left: -26px;
    }
    .xxs\:-top-29p {
        top: -29px;
    }
    .xxs\:-right-29p {
        right: -29px;
    }
    .xxs\:-bottom-29p {
        bottom: -29px;
    }
    .xxs\:-left-29p {
        left: -29px;
    }
    .xxs\:-top-30p {
        top: -30px;
    }
    .xxs\:-right-30p {
        right: -30px;
    }
    .xxs\:-bottom-30p {
        bottom: -30px;
    }
    .xxs\:-left-30p {
        left: -30px;
    }
    .xxs\:-top-31p {
        top: -31px;
    }
    .xxs\:-right-31p {
        right: -31px;
    }
    .xxs\:-bottom-31p {
        bottom: -31px;
    }
    .xxs\:-left-31p {
        left: -31px;
    }
    .xxs\:-top-35p {
        top: -35px;
    }
    .xxs\:-right-35p {
        right: -35px;
    }
    .xxs\:-bottom-35p {
        bottom: -35px;
    }
    .xxs\:-left-35p {
        left: -35px;
    }
    .xxs\:-top-52p {
        top: -52px;
    }
    .xxs\:-right-52p {
        right: -52px;
    }
    .xxs\:-bottom-52p {
        bottom: -52px;
    }
    .xxs\:-left-52p {
        left: -52px;
    }
    .xxs\:-top-53p {
        top: -53px;
    }
    .xxs\:-right-53p {
        right: -53px;
    }
    .xxs\:-bottom-53p {
        bottom: -53px;
    }
    .xxs\:-left-53p {
        left: -53px;
    }
    .xxs\:-top-55p {
        top: -55px;
    }
    .xxs\:-right-55p {
        right: -55px;
    }
    .xxs\:-bottom-55p {
        bottom: -55px;
    }
    .xxs\:-left-55p {
        left: -55px;
    }
    .xxs\:-top-59p {
        top: -59px;
    }
    .xxs\:-right-59p {
        right: -59px;
    }
    .xxs\:-bottom-59p {
        bottom: -59px;
    }
    .xxs\:-left-59p {
        left: -59px;
    }
    .xxs\:-top-27p {
        top: -27px;
    }
    .xxs\:-right-27p {
        right: -27px;
    }
    .xxs\:-bottom-27p {
        bottom: -27px;
    }
    .xxs\:-left-27p {
        left: -27px;
    }
    .xxs\:-top-33\.5p {
        top: -33.5px;
    }
    .xxs\:-right-33\.5p {
        right: -33.5px;
    }
    .xxs\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .xxs\:-left-33\.5p {
        left: -33.5px;
    }
    .xxs\:-top-38p {
        top: -38px;
    }
    .xxs\:-right-38p {
        right: -38px;
    }
    .xxs\:-bottom-38p {
        bottom: -38px;
    }
    .xxs\:-left-38p {
        left: -38px;
    }
    .xxs\:-top-40p {
        top: -40px;
    }
    .xxs\:-right-40p {
        right: -40px;
    }
    .xxs\:-bottom-40p {
        bottom: -40px;
    }
    .xxs\:-left-40p {
        left: -40px;
    }
    .xxs\:-top-46p {
        top: -46px;
    }
    .xxs\:-right-46p {
        right: -46px;
    }
    .xxs\:-bottom-46p {
        bottom: -46px;
    }
    .xxs\:-left-46p {
        left: -46px;
    }
    .xxs\:-top-47p {
        top: -47px;
    }
    .xxs\:-right-47p {
        right: -47px;
    }
    .xxs\:-bottom-47p {
        bottom: -47px;
    }
    .xxs\:-left-47p {
        left: -47px;
    }
    .xxs\:-top-49p {
        top: -49px;
    }
    .xxs\:-right-49p {
        right: -49px;
    }
    .xxs\:-bottom-49p {
        bottom: -49px;
    }
    .xxs\:-left-49p {
        left: -49px;
    }
    .xxs\:-top-58p {
        top: -58px;
    }
    .xxs\:-right-58p {
        right: -58px;
    }
    .xxs\:-bottom-58p {
        bottom: -58px;
    }
    .xxs\:-left-58p {
        left: -58px;
    }
    .xxs\:-top-75p {
        top: -75px;
    }
    .xxs\:-right-75p {
        right: -75px;
    }
    .xxs\:-bottom-75p {
        bottom: -75px;
    }
    .xxs\:-left-75p {
        left: -75px;
    }
    .xxs\:-top-77p {
        top: -77px;
    }
    .xxs\:-right-77p {
        right: -77px;
    }
    .xxs\:-bottom-77p {
        bottom: -77px;
    }
    .xxs\:-left-77p {
        left: -77px;
    }
    .xxs\:-top-60p {
        top: -60px;
    }
    .xxs\:-right-60p {
        right: -60px;
    }
    .xxs\:-bottom-60p {
        bottom: -60px;
    }
    .xxs\:-left-60p {
        left: -60px;
    }
    .xxs\:-top-65p {
        top: -65px;
    }
    .xxs\:-right-65p {
        right: -65px;
    }
    .xxs\:-bottom-65p {
        bottom: -65px;
    }
    .xxs\:-left-65p {
        left: -65px;
    }
    .xxs\:-top-66p {
        top: -66px;
    }
    .xxs\:-right-66p {
        right: -66px;
    }
    .xxs\:-bottom-66p {
        bottom: -66px;
    }
    .xxs\:-left-66p {
        left: -66px;
    }
    .xxs\:-top-68p {
        top: -68px;
    }
    .xxs\:-right-68p {
        right: -68px;
    }
    .xxs\:-bottom-68p {
        bottom: -68px;
    }
    .xxs\:-left-68p {
        left: -68px;
    }
    .xxs\:-top-70p {
        top: -70px;
    }
    .xxs\:-right-70p {
        right: -70px;
    }
    .xxs\:-bottom-70p {
        bottom: -70px;
    }
    .xxs\:-left-70p {
        left: -70px;
    }
    .xxs\:-top-72p {
        top: -72px;
    }
    .xxs\:-right-72p {
        right: -72px;
    }
    .xxs\:-bottom-72p {
        bottom: -72px;
    }
    .xxs\:-left-72p {
        left: -72px;
    }
    .xxs\:-top-74p {
        top: -74px;
    }
    .xxs\:-right-74p {
        right: -74px;
    }
    .xxs\:-bottom-74p {
        bottom: -74px;
    }
    .xxs\:-left-74p {
        left: -74px;
    }
    .xxs\:-top-78p {
        top: -78px;
    }
    .xxs\:-right-78p {
        right: -78px;
    }
    .xxs\:-bottom-78p {
        bottom: -78px;
    }
    .xxs\:-left-78p {
        left: -78px;
    }
    .xxs\:-top-80p {
        top: -80px;
    }
    .xxs\:-right-80p {
        right: -80px;
    }
    .xxs\:-bottom-80p {
        bottom: -80px;
    }
    .xxs\:-left-80p {
        left: -80px;
    }
    .xxs\:-top-82p {
        top: -82px;
    }
    .xxs\:-right-82p {
        right: -82px;
    }
    .xxs\:-bottom-82p {
        bottom: -82px;
    }
    .xxs\:-left-82p {
        left: -82px;
    }
    .xxs\:-top-84p {
        top: -84px;
    }
    .xxs\:-right-84p {
        right: -84px;
    }
    .xxs\:-bottom-84p {
        bottom: -84px;
    }
    .xxs\:-left-84p {
        left: -84px;
    }
    .xxs\:-top-89p {
        top: -89px;
    }
    .xxs\:-right-89p {
        right: -89px;
    }
    .xxs\:-bottom-89p {
        bottom: -89px;
    }
    .xxs\:-left-89p {
        left: -89px;
    }
    .xxs\:-top-93p {
        top: -93px;
    }
    .xxs\:-right-93p {
        right: -93px;
    }
    .xxs\:-bottom-93p {
        bottom: -93px;
    }
    .xxs\:-left-93p {
        left: -93px;
    }
    .xxs\:-top-90p {
        top: -90px;
    }
    .xxs\:-right-90p {
        right: -90px;
    }
    .xxs\:-bottom-90p {
        bottom: -90px;
    }
    .xxs\:-left-90p {
        left: -90px;
    }
    .xxs\:-top-97p {
        top: -97px;
    }
    .xxs\:-right-97p {
        right: -97px;
    }
    .xxs\:-bottom-97p {
        bottom: -97px;
    }
    .xxs\:-left-97p {
        left: -97px;
    }
    .xxs\:-top-103p {
        top: -103px;
    }
    .xxs\:-right-103p {
        right: -103px;
    }
    .xxs\:-bottom-103p {
        bottom: -103px;
    }
    .xxs\:-left-103p {
        left: -103px;
    }
    .xxs\:-top-116p {
        top: -116px;
    }
    .xxs\:-right-116p {
        right: -116px;
    }
    .xxs\:-bottom-116p {
        bottom: -116px;
    }
    .xxs\:-left-116p {
        left: -116px;
    }
    .xxs\:-top-120p {
        top: -120px;
    }
    .xxs\:-right-120p {
        right: -120px;
    }
    .xxs\:-bottom-120p {
        bottom: -120px;
    }
    .xxs\:-left-120p {
        left: -120px;
    }
    .xxs\:-top-125p {
        top: -125px;
    }
    .xxs\:-right-125p {
        right: -125px;
    }
    .xxs\:-bottom-125p {
        bottom: -125px;
    }
    .xxs\:-left-125p {
        left: -125px;
    }
    .xxs\:-top-130p {
        top: -130px;
    }
    .xxs\:-right-130p {
        right: -130px;
    }
    .xxs\:-bottom-130p {
        bottom: -130px;
    }
    .xxs\:-left-130p {
        left: -130px;
    }
    .xxs\:-top-135p {
        top: -135px;
    }
    .xxs\:-right-135p {
        right: -135px;
    }
    .xxs\:-bottom-135p {
        bottom: -135px;
    }
    .xxs\:-left-135p {
        left: -135px;
    }
    .xxs\:-top-132p {
        top: -132px;
    }
    .xxs\:-right-132p {
        right: -132px;
    }
    .xxs\:-bottom-132p {
        bottom: -132px;
    }
    .xxs\:-left-132p {
        left: -132px;
    }
    .xxs\:-top-150p {
        top: -150px;
    }
    .xxs\:-right-150p {
        right: -150px;
    }
    .xxs\:-bottom-150p {
        bottom: -150px;
    }
    .xxs\:-left-150p {
        left: -150px;
    }
    .xxs\:-top-216p {
        top: -216px;
    }
    .xxs\:-right-216p {
        right: -216px;
    }
    .xxs\:-bottom-216p {
        bottom: -216px;
    }
    .xxs\:-left-216p {
        left: -216px;
    }
    .xxs\:-top-225p {
        top: -225px;
    }
    .xxs\:-right-225p {
        right: -225px;
    }
    .xxs\:-bottom-225p {
        bottom: -225px;
    }
    .xxs\:-left-225p {
        left: -225px;
    }
    .xxs\:-top-296p {
        top: -296px;
    }
    .xxs\:-right-296p {
        right: -296px;
    }
    .xxs\:-bottom-296p {
        bottom: -296px;
    }
    .xxs\:-left-296p {
        left: -296px;
    }
    .xxs\:-top-270p {
        top: -270px;
    }
    .xxs\:-right-270p {
        right: -270px;
    }
    .xxs\:-bottom-270p {
        bottom: -270px;
    }
    .xxs\:-left-270p {
        left: -270px;
    }
    .xxs\:-top-137p {
        top: -137px;
    }
    .xxs\:-right-137p {
        right: -137px;
    }
    .xxs\:-bottom-137p {
        bottom: -137px;
    }
    .xxs\:-left-137p {
        left: -137px;
    }
    .xxs\:-top-141p {
        top: -141px;
    }
    .xxs\:-right-141p {
        right: -141px;
    }
    .xxs\:-bottom-141p {
        bottom: -141px;
    }
    .xxs\:-left-141p {
        left: -141px;
    }
    .xxs\:-top-146p {
        top: -146px;
    }
    .xxs\:-right-146p {
        right: -146px;
    }
    .xxs\:-bottom-146p {
        bottom: -146px;
    }
    .xxs\:-left-146p {
        left: -146px;
    }
    .xxs\:-top-152p {
        top: -152px;
    }
    .xxs\:-right-152p {
        right: -152px;
    }
    .xxs\:-bottom-152p {
        bottom: -152px;
    }
    .xxs\:-left-152p {
        left: -152px;
    }
    .xxs\:-top-155p {
        top: -155px;
    }
    .xxs\:-right-155p {
        right: -155px;
    }
    .xxs\:-bottom-155p {
        bottom: -155px;
    }
    .xxs\:-left-155p {
        left: -155px;
    }
    .xxs\:-top-163p {
        top: -163px;
    }
    .xxs\:-right-163p {
        right: -163px;
    }
    .xxs\:-bottom-163p {
        bottom: -163px;
    }
    .xxs\:-left-163p {
        left: -163px;
    }
    .xxs\:-top-168p {
        top: -168px;
    }
    .xxs\:-right-168p {
        right: -168px;
    }
    .xxs\:-bottom-168p {
        bottom: -168px;
    }
    .xxs\:-left-168p {
        left: -168px;
    }
    .xxs\:-top-173p {
        top: -173px;
    }
    .xxs\:-right-173p {
        right: -173px;
    }
    .xxs\:-bottom-173p {
        bottom: -173px;
    }
    .xxs\:-left-173p {
        left: -173px;
    }
    .xxs\:-top-210p {
        top: -210px;
    }
    .xxs\:-right-210p {
        right: -210px;
    }
    .xxs\:-bottom-210p {
        bottom: -210px;
    }
    .xxs\:-left-210p {
        left: -210px;
    }
    .xxs\:-top-245p {
        top: -245px;
    }
    .xxs\:-right-245p {
        right: -245px;
    }
    .xxs\:-bottom-245p {
        bottom: -245px;
    }
    .xxs\:-left-245p {
        left: -245px;
    }
    .xxs\:-top-250p {
        top: -250px;
    }
    .xxs\:-right-250p {
        right: -250px;
    }
    .xxs\:-bottom-250p {
        bottom: -250px;
    }
    .xxs\:-left-250p {
        left: -250px;
    }
    .xxs\:-top-260p {
        top: -260px;
    }
    .xxs\:-right-260p {
        right: -260px;
    }
    .xxs\:-bottom-260p {
        bottom: -260px;
    }
    .xxs\:-left-260p {
        left: -260px;
    }
    .xxs\:-top-263p {
        top: -263px;
    }
    .xxs\:-right-263p {
        right: -263px;
    }
    .xxs\:-bottom-263p {
        bottom: -263px;
    }
    .xxs\:-left-263p {
        left: -263px;
    }
    .xxs\:-top-266p {
        top: -266px;
    }
    .xxs\:-right-266p {
        right: -266px;
    }
    .xxs\:-bottom-266p {
        bottom: -266px;
    }
    .xxs\:-left-266p {
        left: -266px;
    }
    .xxs\:-top-275p {
        top: -275px;
    }
    .xxs\:-right-275p {
        right: -275px;
    }
    .xxs\:-bottom-275p {
        bottom: -275px;
    }
    .xxs\:-left-275p {
        left: -275px;
    }
    .xxs\:-top-300p {
        top: -300px;
    }
    .xxs\:-right-300p {
        right: -300px;
    }
    .xxs\:-bottom-300p {
        bottom: -300px;
    }
    .xxs\:-left-300p {
        left: -300px;
    }
    .xxs\:-top-312p {
        top: -312px;
    }
    .xxs\:-right-312p {
        right: -312px;
    }
    .xxs\:-bottom-312p {
        bottom: -312px;
    }
    .xxs\:-left-312p {
        left: -312px;
    }
    .xxs\:-top-318p {
        top: -318px;
    }
    .xxs\:-right-318p {
        right: -318px;
    }
    .xxs\:-bottom-318p {
        bottom: -318px;
    }
    .xxs\:-left-318p {
        left: -318px;
    }
    .xxs\:-top-322p {
        top: -322px;
    }
    .xxs\:-right-322p {
        right: -322px;
    }
    .xxs\:-bottom-322p {
        bottom: -322px;
    }
    .xxs\:-left-322p {
        left: -322px;
    }
    .xxs\:-top-337p {
        top: -337px;
    }
    .xxs\:-right-337p {
        right: -337px;
    }
    .xxs\:-bottom-337p {
        bottom: -337px;
    }
    .xxs\:-left-337p {
        left: -337px;
    }
    .xxs\:-top-345p {
        top: -345px;
    }
    .xxs\:-right-345p {
        right: -345px;
    }
    .xxs\:-bottom-345p {
        bottom: -345px;
    }
    .xxs\:-left-345p {
        left: -345px;
    }
    .xxs\:-top-344p {
        top: -344px;
    }
    .xxs\:-right-344p {
        right: -344px;
    }
    .xxs\:-bottom-344p {
        bottom: -344px;
    }
    .xxs\:-left-344p {
        left: -344px;
    }
    .xxs\:-top-354p {
        top: -354px;
    }
    .xxs\:-right-354p {
        right: -354px;
    }
    .xxs\:-bottom-354p {
        bottom: -354px;
    }
    .xxs\:-left-354p {
        left: -354px;
    }
    .xxs\:-top-364p {
        top: -364px;
    }
    .xxs\:-right-364p {
        right: -364px;
    }
    .xxs\:-bottom-364p {
        bottom: -364px;
    }
    .xxs\:-left-364p {
        left: -364px;
    }
    .xxs\:-top-370p {
        top: -370px;
    }
    .xxs\:-right-370p {
        right: -370px;
    }
    .xxs\:-bottom-370p {
        bottom: -370px;
    }
    .xxs\:-left-370p {
        left: -370px;
    }
    .xxs\:-top-382p {
        top: -382px;
    }
    .xxs\:-right-382p {
        right: -382px;
    }
    .xxs\:-bottom-382p {
        bottom: -382px;
    }
    .xxs\:-left-382p {
        left: -382px;
    }
    .xxs\:-top-385p {
        top: -385px;
    }
    .xxs\:-right-385p {
        right: -385px;
    }
    .xxs\:-bottom-385p {
        bottom: -385px;
    }
    .xxs\:-left-385p {
        left: -385px;
    }
    .xxs\:-top-400p {
        top: -400px;
    }
    .xxs\:-right-400p {
        right: -400px;
    }
    .xxs\:-bottom-400p {
        bottom: -400px;
    }
    .xxs\:-left-400p {
        left: -400px;
    }
    .xxs\:-top-407p {
        top: -407px;
    }
    .xxs\:-right-407p {
        right: -407px;
    }
    .xxs\:-bottom-407p {
        bottom: -407px;
    }
    .xxs\:-left-407p {
        left: -407px;
    }
    .xxs\:-top-411p {
        top: -411px;
    }
    .xxs\:-right-411p {
        right: -411px;
    }
    .xxs\:-bottom-411p {
        bottom: -411px;
    }
    .xxs\:-left-411p {
        left: -411px;
    }
    .xxs\:-top-418p {
        top: -418px;
    }
    .xxs\:-right-418p {
        right: -418px;
    }
    .xxs\:-bottom-418p {
        bottom: -418px;
    }
    .xxs\:-left-418p {
        left: -418px;
    }
    .xxs\:-top-430p {
        top: -430px;
    }
    .xxs\:-right-430p {
        right: -430px;
    }
    .xxs\:-bottom-430p {
        bottom: -430px;
    }
    .xxs\:-left-430p {
        left: -430px;
    }
    .xxs\:-top-450p {
        top: -450px;
    }
    .xxs\:-right-450p {
        right: -450px;
    }
    .xxs\:-bottom-450p {
        bottom: -450px;
    }
    .xxs\:-left-450p {
        left: -450px;
    }
    .xxs\:-top-468p {
        top: -468px;
    }
    .xxs\:-right-468p {
        right: -468px;
    }
    .xxs\:-bottom-468p {
        bottom: -468px;
    }
    .xxs\:-left-468p {
        left: -468px;
    }
    .xxs\:-top-485p {
        top: -485px;
    }
    .xxs\:-right-485p {
        right: -485px;
    }
    .xxs\:-bottom-485p {
        bottom: -485px;
    }
    .xxs\:-left-485p {
        left: -485px;
    }
    .xxs\:-top-491p {
        top: -491px;
    }
    .xxs\:-right-491p {
        right: -491px;
    }
    .xxs\:-bottom-491p {
        bottom: -491px;
    }
    .xxs\:-left-491p {
        left: -491px;
    }
    .xxs\:-top-494p {
        top: -494px;
    }
    .xxs\:-right-494p {
        right: -494px;
    }
    .xxs\:-bottom-494p {
        bottom: -494px;
    }
    .xxs\:-left-494p {
        left: -494px;
    }
    .xxs\:-top-470p {
        top: -470px;
    }
    .xxs\:-right-470p {
        right: -470px;
    }
    .xxs\:-bottom-470p {
        bottom: -470px;
    }
    .xxs\:-left-470p {
        left: -470px;
    }
    .xxs\:-top-480p {
        top: -480px;
    }
    .xxs\:-right-480p {
        right: -480px;
    }
    .xxs\:-bottom-480p {
        bottom: -480px;
    }
    .xxs\:-left-480p {
        left: -480px;
    }
    .xxs\:-top-532p {
        top: -532px;
    }
    .xxs\:-right-532p {
        right: -532px;
    }
    .xxs\:-bottom-532p {
        bottom: -532px;
    }
    .xxs\:-left-532p {
        left: -532px;
    }
    .xxs\:-top-556p {
        top: -556px;
    }
    .xxs\:-right-556p {
        right: -556px;
    }
    .xxs\:-bottom-556p {
        bottom: -556px;
    }
    .xxs\:-left-556p {
        left: -556px;
    }
    .xxs\:-top-505p {
        top: -505px;
    }
    .xxs\:-right-505p {
        right: -505px;
    }
    .xxs\:-bottom-505p {
        bottom: -505px;
    }
    .xxs\:-left-505p {
        left: -505px;
    }
    .xxs\:-top-1179p {
        top: -1179px;
    }
    .xxs\:-right-1179p {
        right: -1179px;
    }
    .xxs\:-bottom-1179p {
        bottom: -1179px;
    }
    .xxs\:-left-1179p {
        left: -1179px;
    }
    .xxs\:-top-1253p {
        top: -1253px;
    }
    .xxs\:-right-1253p {
        right: -1253px;
    }
    .xxs\:-bottom-1253p {
        bottom: -1253px;
    }
    .xxs\:-left-1253p {
        left: -1253px;
    }
    .xxs\:-top-1575p {
        top: -1575px;
    }
    .xxs\:-right-1575p {
        right: -1575px;
    }
    .xxs\:-bottom-1575p {
        bottom: -1575px;
    }
    .xxs\:-left-1575p {
        left: -1575px;
    }
    .xxs\:-top-600p {
        top: -600px;
    }
    .xxs\:-right-600p {
        right: -600px;
    }
    .xxs\:-bottom-600p {
        bottom: -600px;
    }
    .xxs\:-left-600p {
        left: -600px;
    }
    .xxs\:-top-649p {
        top: -649px;
    }
    .xxs\:-right-649p {
        right: -649px;
    }
    .xxs\:-bottom-649p {
        bottom: -649px;
    }
    .xxs\:-left-649p {
        left: -649px;
    }
    .xxs\:-top-690p {
        top: -690px;
    }
    .xxs\:-right-690p {
        right: -690px;
    }
    .xxs\:-bottom-690p {
        bottom: -690px;
    }
    .xxs\:-left-690p {
        left: -690px;
    }
    .xxs\:-top-19\% {
        top: -19%;
    }
    .xxs\:-right-19\% {
        right: -19%;
    }
    .xxs\:-bottom-19\% {
        bottom: -19%;
    }
    .xxs\:-left-19\% {
        left: -19%;
    }
    .xxs\:-top-23\% {
        top: -23%;
    }
    .xxs\:-right-23\% {
        right: -23%;
    }
    .xxs\:-bottom-23\% {
        bottom: -23%;
    }
    .xxs\:-left-23\% {
        left: -23%;
    }
    .xxs\:-top-24\% {
        top: -24%;
    }
    .xxs\:-right-24\% {
        right: -24%;
    }
    .xxs\:-bottom-24\% {
        bottom: -24%;
    }
    .xxs\:-left-24\% {
        left: -24%;
    }
    .xxs\:-top-36\% {
        top: -36%;
    }
    .xxs\:-right-36\% {
        right: -36%;
    }
    .xxs\:-bottom-36\% {
        bottom: -36%;
    }
    .xxs\:-left-36\% {
        left: -36%;
    }
    .xxs\:-top-27\% {
        top: -27%;
    }
    .xxs\:-right-27\% {
        right: -27%;
    }
    .xxs\:-bottom-27\% {
        bottom: -27%;
    }
    .xxs\:-left-27\% {
        left: -27%;
    }
    .xxs\:-top-28\% {
        top: -28%;
    }
    .xxs\:-right-28\% {
        right: -28%;
    }
    .xxs\:-bottom-28\% {
        bottom: -28%;
    }
    .xxs\:-left-28\% {
        left: -28%;
    }
    .xxs\:-top-42\% {
        top: -42%;
    }
    .xxs\:-right-42\% {
        right: -42%;
    }
    .xxs\:-bottom-42\% {
        bottom: -42%;
    }
    .xxs\:-left-42\% {
        left: -42%;
    }
    .xxs\:-top-46\% {
        top: -46%;
    }
    .xxs\:-right-46\% {
        right: -46%;
    }
    .xxs\:-bottom-46\% {
        bottom: -46%;
    }
    .xxs\:-left-46\% {
        left: -46%;
    }
    .xxs\:-top-49\% {
        top: -49%;
    }
    .xxs\:-right-49\% {
        right: -49%;
    }
    .xxs\:-bottom-49\% {
        bottom: -49%;
    }
    .xxs\:-left-49\% {
        left: -49%;
    }
    .xxs\:-top-54\% {
        top: -54%;
    }
    .xxs\:-right-54\% {
        right: -54%;
    }
    .xxs\:-bottom-54\% {
        bottom: -54%;
    }
    .xxs\:-left-54\% {
        left: -54%;
    }
    .xxs\:-top-58\% {
        top: -58%;
    }
    .xxs\:-right-58\% {
        right: -58%;
    }
    .xxs\:-bottom-58\% {
        bottom: -58%;
    }
    .xxs\:-left-58\% {
        left: -58%;
    }
    .xxs\:-top-72\% {
        top: -72%;
    }
    .xxs\:-right-72\% {
        right: -72%;
    }
    .xxs\:-bottom-72\% {
        bottom: -72%;
    }
    .xxs\:-left-72\% {
        left: -72%;
    }
    .xxs\:-top-76\% {
        top: -76%;
    }
    .xxs\:-right-76\% {
        right: -76%;
    }
    .xxs\:-bottom-76\% {
        bottom: -76%;
    }
    .xxs\:-left-76\% {
        left: -76%;
    }
    .xxs\:-top-77\% {
        top: -77%;
    }
    .xxs\:-right-77\% {
        right: -77%;
    }
    .xxs\:-bottom-77\% {
        bottom: -77%;
    }
    .xxs\:-left-77\% {
        left: -77%;
    }
    .xxs\:-top-340p {
        top: -340px;
    }
    .xxs\:-right-340p {
        right: -340px;
    }
    .xxs\:-bottom-340p {
        bottom: -340px;
    }
    .xxs\:-left-340p {
        left: -340px;
    }
    .xxs\:-top-700p {
        top: -700px;
    }
    .xxs\:-right-700p {
        right: -700px;
    }
    .xxs\:-bottom-700p {
        bottom: -700px;
    }
    .xxs\:-left-700p {
        left: -700px;
    }
    .xxs\:-top-848p {
        top: -848px;
    }
    .xxs\:-right-848p {
        right: -848px;
    }
    .xxs\:-bottom-848p {
        bottom: -848px;
    }
    .xxs\:-left-848p {
        left: -848px;
    }
    .xxs\:-top-850p {
        top: -850px;
    }
    .xxs\:-right-850p {
        right: -850px;
    }
    .xxs\:-bottom-850p {
        bottom: -850px;
    }
    .xxs\:-left-850p {
        left: -850px;
    }
    .xxs\:-top-860p {
        top: -860px;
    }
    .xxs\:-right-860p {
        right: -860px;
    }
    .xxs\:-bottom-860p {
        bottom: -860px;
    }
    .xxs\:-left-860p {
        left: -860px;
    }
    .xxs\:-top-1425p {
        top: -1425px;
    }
    .xxs\:-right-1425p {
        right: -1425px;
    }
    .xxs\:-bottom-1425p {
        bottom: -1425px;
    }
    .xxs\:-left-1425p {
        left: -1425px;
    }
    .xxs\:top-1\/2 {
        top: 50%;
    }
    .xxs\:right-1\/2 {
        right: 50%;
    }
    .xxs\:bottom-1\/2 {
        bottom: 50%;
    }
    .xxs\:left-1\/2 {
        left: 50%;
    }
    .xxs\:top-1\/3 {
        top: 33.333333%;
    }
    .xxs\:right-1\/3 {
        right: 33.333333%;
    }
    .xxs\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .xxs\:left-1\/3 {
        left: 33.333333%;
    }
    .xxs\:top-2\/3 {
        top: 66.666667%;
    }
    .xxs\:right-2\/3 {
        right: 66.666667%;
    }
    .xxs\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .xxs\:left-2\/3 {
        left: 66.666667%;
    }
    .xxs\:top-1\/4 {
        top: 25%;
    }
    .xxs\:right-1\/4 {
        right: 25%;
    }
    .xxs\:bottom-1\/4 {
        bottom: 25%;
    }
    .xxs\:left-1\/4 {
        left: 25%;
    }
    .xxs\:top-2\/4 {
        top: 50%;
    }
    .xxs\:right-2\/4 {
        right: 50%;
    }
    .xxs\:bottom-2\/4 {
        bottom: 50%;
    }
    .xxs\:left-2\/4 {
        left: 50%;
    }
    .xxs\:top-3\/4 {
        top: 75%;
    }
    .xxs\:right-3\/4 {
        right: 75%;
    }
    .xxs\:bottom-3\/4 {
        bottom: 75%;
    }
    .xxs\:left-3\/4 {
        left: 75%;
    }
    .xxs\:top-full {
        top: 100%;
    }
    .xxs\:right-full {
        right: 100%;
    }
    .xxs\:bottom-full {
        bottom: 100%;
    }
    .xxs\:left-full {
        left: 100%;
    }
    .xxs\:-top-1\/2 {
        top: -50%;
    }
    .xxs\:-right-1\/2 {
        right: -50%;
    }
    .xxs\:-bottom-1\/2 {
        bottom: -50%;
    }
    .xxs\:-left-1\/2 {
        left: -50%;
    }
    .xxs\:-top-1\/3 {
        top: -33.333333%;
    }
    .xxs\:-right-1\/3 {
        right: -33.333333%;
    }
    .xxs\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .xxs\:-left-1\/3 {
        left: -33.333333%;
    }
    .xxs\:-top-2\/3 {
        top: -66.666667%;
    }
    .xxs\:-right-2\/3 {
        right: -66.666667%;
    }
    .xxs\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .xxs\:-left-2\/3 {
        left: -66.666667%;
    }
    .xxs\:-top-1\/4 {
        top: -25%;
    }
    .xxs\:-right-1\/4 {
        right: -25%;
    }
    .xxs\:-bottom-1\/4 {
        bottom: -25%;
    }
    .xxs\:-left-1\/4 {
        left: -25%;
    }
    .xxs\:-top-2\/4 {
        top: -50%;
    }
    .xxs\:-right-2\/4 {
        right: -50%;
    }
    .xxs\:-bottom-2\/4 {
        bottom: -50%;
    }
    .xxs\:-left-2\/4 {
        left: -50%;
    }
    .xxs\:-top-3\/4 {
        top: -75%;
    }
    .xxs\:-right-3\/4 {
        right: -75%;
    }
    .xxs\:-bottom-3\/4 {
        bottom: -75%;
    }
    .xxs\:-left-3\/4 {
        left: -75%;
    }
    .xxs\:-top-full {
        top: -100%;
    }
    .xxs\:-right-full {
        right: -100%;
    }
    .xxs\:-bottom-full {
        bottom: -100%;
    }
    .xxs\:-left-full {
        left: -100%;
    }
    .xxs\:resize-none {
        resize: none;
    }
    .xxs\:resize-y {
        resize: vertical;
    }
    .xxs\:resize-x {
        resize: horizontal;
    }
    .xxs\:resize {
        resize: both;
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\:ring-inset {
        --tw-ring-inset: inset;
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\: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);
    }
    .xxs\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .xxs\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .xxs\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .xxs\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .xxs\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .xxs\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .xxs\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xxs\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xxs\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .xxs\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .xxs\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .xxs\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .xxs\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .xxs\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .xxs\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .xxs\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .xxs\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .xxs\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .xxs\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .xxs\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .xxs\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .xxs\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .xxs\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .xxs\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .xxs\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xxs\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .xxs\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .xxs\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .xxs\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .xxs\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .xxs\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .xxs\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .xxs\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .xxs\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .xxs\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .xxs\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xxs\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .xxs\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xxs\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xxs\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .xxs\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .xxs\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .xxs\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .xxs\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .xxs\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .xxs\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .xxs\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xxs\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .xxs\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .xxs\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .xxs\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .xxs\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xxs\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .xxs\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xxs\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .xxs\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xxs\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xxs\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xxs\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .xxs\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .xxs\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .xxs\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .xxs\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .xxs\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .xxs\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xxs\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .xxs\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xxs\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xxs\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .xxs\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xxs\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .xxs\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .xxs\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .xxs\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .xxs\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xxs\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .xxs\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xxs\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xxs\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .xxs\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .xxs\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .xxs\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .xxs\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .xxs\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .xxs\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .xxs\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .xxs\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xxs\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xxs\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .xxs\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xxs\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .xxs\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .xxs\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .xxs\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .xxs\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .xxs\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xxs\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xxs\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .xxs\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .xxs\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xxs\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .xxs\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xxs\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .xxs\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .xxs\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .xxs\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .xxs\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .xxs\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .xxs\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .xxs\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .xxs\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .xxs\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .xxs\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xxs\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xxs\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .xxs\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xxs\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .xxs\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .xxs\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .xxs\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .xxs\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xxs\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .xxs\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xxs\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .xxs\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xxs\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .xxs\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xxs\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xxs\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xxs\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xxs\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .xxs\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xxs\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xxs\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .xxs\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .xxs\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .xxs\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xxs\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .xxs\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xxs\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .xxs\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .xxs\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .xxs\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .xxs\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .xxs\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xxs\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xxs\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .xxs\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .xxs\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .xxs\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .xxs\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .xxs\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .xxs\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .xxs\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .xxs\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .xxs\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .xxs\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .xxs\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .xxs\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .xxs\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .xxs\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .xxs\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .xxs\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xxs\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .xxs\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .xxs\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .xxs\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .xxs\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .xxs\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .xxs\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .xxs\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .xxs\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .xxs\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .xxs\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xxs\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .xxs\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xxs\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xxs\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .xxs\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .xxs\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .xxs\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .xxs\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .xxs\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .xxs\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .xxs\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xxs\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .xxs\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .xxs\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .xxs\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .xxs\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xxs\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .xxs\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xxs\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .xxs\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xxs\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xxs\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xxs\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .xxs\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .xxs\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .xxs\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .xxs\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .xxs\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .xxs\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xxs\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .xxs\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xxs\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xxs\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .xxs\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xxs\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .xxs\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .xxs\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .xxs\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .xxs\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xxs\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .xxs\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xxs\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xxs\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .xxs\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .xxs\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .xxs\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .xxs\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .xxs\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .xxs\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .xxs\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .xxs\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xxs\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xxs\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .xxs\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xxs\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .xxs\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .xxs\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .xxs\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .xxs\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .xxs\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xxs\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xxs\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .xxs\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .xxs\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xxs\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .xxs\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xxs\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .xxs\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .xxs\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .xxs\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .xxs\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .xxs\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .xxs\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .xxs\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .xxs\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .xxs\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .xxs\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xxs\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xxs\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .xxs\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xxs\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .xxs\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .xxs\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .xxs\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .xxs\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xxs\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .xxs\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xxs\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .xxs\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xxs\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .xxs\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xxs\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xxs\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xxs\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xxs\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .xxs\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xxs\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xxs\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .xxs\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .xxs\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .xxs\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xxs\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .xxs\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xxs\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .xxs\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .xxs\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .xxs\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .xxs\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .xxs\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xxs\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xxs\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .xxs\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .xxs\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .xxs\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .xxs\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .xxs\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .xxs\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .xxs\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .xxs\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .xxs\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .xxs\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .xxs\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .xxs\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .xxs\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .xxs\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .xxs\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .xxs\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xxs\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .xxs\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .xxs\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .xxs\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .xxs\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .xxs\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .xxs\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .xxs\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .xxs\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .xxs\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .xxs\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xxs\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .xxs\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xxs\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xxs\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .xxs\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .xxs\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .xxs\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .xxs\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .xxs\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .xxs\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .xxs\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xxs\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .xxs\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .xxs\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .xxs\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .xxs\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xxs\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .xxs\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xxs\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .xxs\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xxs\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xxs\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xxs\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .xxs\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .xxs\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .xxs\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .xxs\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .xxs\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .xxs\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xxs\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .xxs\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xxs\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xxs\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .xxs\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xxs\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .xxs\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .xxs\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .xxs\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .xxs\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xxs\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .xxs\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xxs\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xxs\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .xxs\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .xxs\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .xxs\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .xxs\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .xxs\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .xxs\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .xxs\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .xxs\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xxs\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xxs\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .xxs\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xxs\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .xxs\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .xxs\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .xxs\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .xxs\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .xxs\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xxs\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xxs\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .xxs\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .xxs\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xxs\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .xxs\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xxs\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .xxs\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .xxs\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .xxs\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .xxs\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .xxs\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .xxs\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .xxs\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .xxs\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .xxs\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .xxs\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xxs\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xxs\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .xxs\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xxs\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .xxs\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .xxs\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xxs\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .xxs\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .xxs\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xxs\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .xxs\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xxs\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .xxs\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xxs\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .xxs\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xxs\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xxs\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xxs\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xxs\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .xxs\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xxs\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xxs\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .xxs\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .xxs\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .xxs\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xxs\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .xxs\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xxs\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .xxs\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .xxs\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .xxs\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .xxs\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .xxs\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .xxs\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .xxs\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .xxs\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .xxs\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .xxs\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .xxs\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .xxs\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .xxs\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .xxs\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .xxs\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .xxs\:ring-current {
        --tw-ring-color: currentColor;
    }
    .xxs\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xxs\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xxs\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xxs\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xxs\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xxs\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xxs\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xxs\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xxs\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xxs\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xxs\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xxs\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xxs\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xxs\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xxs\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xxs\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xxs\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xxs\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xxs\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xxs\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xxs\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .xxs\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .xxs\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .xxs\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .xxs\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .xxs\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .xxs\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .xxs\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xxs\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .xxs\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .xxs\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .xxs\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .xxs\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .xxs\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .xxs\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .xxs\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .xxs\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .xxs\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .xxs\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .xxs\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .xxs\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .xxs\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .xxs\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .xxs\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .xxs\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .xxs\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .xxs\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xxs\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xxs\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .xxs\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .xxs\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .xxs\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .xxs\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .xxs\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .xxs\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .xxs\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .xxs\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .xxs\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .xxs\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .xxs\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .xxs\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .xxs\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .xxs\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .xxs\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .xxs\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .xxs\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .xxs\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .xxs\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .xxs\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .xxs\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .xxs\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .xxs\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .xxs\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .xxs\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .xxs\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .xxs\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .xxs\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .xxs\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .xxs\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .xxs\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .xxs\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .xxs\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .xxs\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .xxs\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .xxs\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .xxs\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .xxs\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .xxs\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .xxs\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .xxs\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .xxs\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .xxs\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .xxs\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .xxs\:fill-current {
        fill: currentColor;
    }
    .xxs\:stroke-current {
        stroke: currentColor;
    }
    .xxs\:stroke-0 {
        stroke-width: 0;
    }
    .xxs\:stroke-1 {
        stroke-width: 1;
    }
    .xxs\:stroke-2 {
        stroke-width: 2;
    }
    .xxs\:table-auto {
        table-layout: auto;
    }
    .xxs\:table-fixed {
        table-layout: fixed;
    }
    .xxs\:text-left {
        text-align: left;
    }
    .xxs\:text-center {
        text-align: center;
    }
    .xxs\:text-right {
        text-align: right;
    }
    .xxs\:text-justify {
        text-align: justify;
    }
    .xxs\:text-transparent {
        color: transparent;
    }
    .xxs\:text-current {
        color: currentColor;
    }
    .xxs\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xxs\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xxs\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xxs\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xxs\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xxs\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xxs\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xxs\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xxs\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xxs\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xxs\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xxs\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xxs\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xxs\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xxs\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xxs\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xxs\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xxs\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xxs\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xxs\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xxs\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xxs\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xxs\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xxs\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xxs\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xxs\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xxs\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xxs\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xxs\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xxs\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xxs\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xxs\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xxs\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xxs\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xxs\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xxs\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xxs\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xxs\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xxs\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xxs\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xxs\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xxs\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xxs\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xxs\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xxs\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xxs\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xxs\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xxs\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xxs\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xxs\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xxs\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xxs\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xxs\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xxs\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xxs\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xxs\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xxs\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xxs\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xxs\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xxs\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xxs\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xxs\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xxs\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xxs\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xxs\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xxs\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xxs\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xxs\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xxs\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xxs\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xxs\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xxs\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xxs\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xxs\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xxs\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xxs\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xxs\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xxs\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xxs\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xxs\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xxs\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xxs\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xxs\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xxs\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xxs\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xxs\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xxs\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xxs\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xxs\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xxs\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xxs\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xxs\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xxs\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xxs\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xxs\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xxs\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xxs\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xxs\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xxs\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xxs\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xxs\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xxs\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xxs\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xxs\:text-gray-21 {
        color: #c5c5c5;
    }
    .xxs\:text-gray-22 {
        color: #bfbfbf;
    }
    .xxs\:text-gray-23 {
        color: #eee;
    }
    .xxs\:text-gray-24 {
        color: #b7b7b7;
    }
    .xxs\:text-gray-25 {
        color: #f0f0f0;
    }
    .xxs\:text-gray-26 {
        color: #efefef;
    }
    .xxs\:text-gray-27 {
        color: #bababa;
    }
    .xxs\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xxs\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xxs\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xxs\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .xxs\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .xxs\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xxs\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xxs\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .xxs\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .xxs\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .xxs\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .xxs\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .xxs\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .xxs\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .xxs\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .xxs\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .xxs\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .xxs\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .xxs\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .xxs\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .xxs\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .xxs\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .xxs\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .xxs\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .xxs\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xxs\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-transparent:hover {
        color: transparent;
    }
    .xxs\:hover\:text-current:hover {
        color: currentColor;
    }
    .xxs\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .xxs\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .xxs\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .xxs\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .xxs\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .xxs\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .xxs\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .xxs\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xxs\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-transparent:focus {
        color: transparent;
    }
    .xxs\:focus\:text-current:focus {
        color: currentColor;
    }
    .xxs\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .xxs\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .xxs\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .xxs\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .xxs\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .xxs\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .xxs\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .xxs\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .xxs\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .xxs\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xxs\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xxs\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .xxs\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .xxs\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .xxs\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .xxs\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .xxs\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .xxs\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .xxs\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .xxs\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .xxs\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .xxs\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .xxs\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .xxs\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .xxs\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .xxs\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .xxs\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .xxs\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .xxs\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .xxs\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .xxs\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .xxs\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .xxs\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .xxs\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .xxs\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .xxs\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .xxs\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .xxs\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .xxs\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .xxs\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .xxs\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .xxs\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .xxs\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .xxs\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .xxs\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .xxs\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .xxs\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .xxs\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .xxs\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .xxs\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .xxs\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .xxs\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .xxs\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .xxs\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .xxs\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .xxs\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .xxs\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .xxs\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .xxs\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .xxs\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .xxs\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .xxs\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .xxs\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .xxs\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .xxs\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .xxs\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .xxs\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .xxs\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .xxs\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .xxs\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .xxs\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .xxs\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .xxs\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .xxs\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .xxs\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .xxs\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .xxs\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .xxs\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .xxs\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .xxs\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .xxs\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .xxs\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .xxs\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .xxs\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .xxs\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .xxs\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .xxs\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xxs\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .xxs\:overflow-clip {
        text-overflow: clip;
    }
    .xxs\:italic {
        font-style: italic;
    }
    .xxs\:not-italic {
        font-style: normal;
    }
    .xxs\:uppercase {
        text-transform: uppercase;
    }
    .xxs\:lowercase {
        text-transform: lowercase;
    }
    .xxs\:capitalize {
        text-transform: capitalize;
    }
    .xxs\:normal-case {
        text-transform: none;
    }
    .xxs\:underline {
        text-decoration: underline;
    }
    .xxs\:line-through {
        text-decoration: line-through;
    }
    .xxs\:no-underline {
        text-decoration: none;
    }
    .group:hover .xxs\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .xxs\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .xxs\:group-hover\:no-underline {
        text-decoration: none;
    }
    .xxs\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .xxs\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .xxs\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .xxs\:hover\:underline:hover {
        text-decoration: underline;
    }
    .xxs\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .xxs\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .xxs\:focus\:underline:focus {
        text-decoration: underline;
    }
    .xxs\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .xxs\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .xxs\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .xxs\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .xxs\:diagonal-fractions,
    .xxs\:lining-nums,
    .xxs\:oldstyle-nums,
    .xxs\:ordinal,
    .xxs\:proportional-nums,
    .xxs\:slashed-zero,
    .xxs\:stacked-fractions,
    .xxs\:tabular-nums {
        --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);
    }
    .xxs\:normal-nums {
        font-variant-numeric: normal;
    }
    .xxs\:ordinal {
        --tw-ordinal: ordinal;
    }
    .xxs\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .xxs\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .xxs\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .xxs\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .xxs\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .xxs\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .xxs\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .xxs\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .xxs\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .xxs\:tracking-normal {
        letter-spacing: 0;
    }
    .xxs\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .xxs\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .xxs\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .xxs\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .xxs\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .xxs\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .xxs\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .xxs\:align-baseline {
        vertical-align: baseline;
    }
    .xxs\:align-top {
        vertical-align: top;
    }
    .xxs\:align-middle {
        vertical-align: middle;
    }
    .xxs\:align-bottom {
        vertical-align: bottom;
    }
    .xxs\:align-text-top {
        vertical-align: text-top;
    }
    .xxs\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .xxs\:visible {
        visibility: visible;
    }
    .xxs\:invisible {
        visibility: hidden;
    }
    .xxs\:whitespace-normal {
        white-space: normal;
    }
    .xxs\:whitespace-nowrap {
        white-space: nowrap;
    }
    .xxs\:whitespace-pre {
        white-space: pre;
    }
    .xxs\:whitespace-pre-line {
        white-space: pre-line;
    }
    .xxs\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .xxs\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .xxs\:break-words {
        overflow-wrap: break-word;
    }
    .xxs\:break-all {
        word-break: break-all;
    }
    .xxs\:w-0 {
        width: 0;
    }
    .xxs\:w-1 {
        width: 0.25rem;
    }
    .xxs\:w-2 {
        width: 0.5rem;
    }
    .xxs\:w-3 {
        width: 0.75rem;
    }
    .xxs\:w-4 {
        width: 1rem;
    }
    .xxs\:w-5 {
        width: 1.25rem;
    }
    .xxs\:w-6 {
        width: 1.5rem;
    }
    .xxs\:w-7 {
        width: 1.75rem;
    }
    .xxs\:w-8 {
        width: 2rem;
    }
    .xxs\:w-9 {
        width: 2.25rem;
    }
    .xxs\:w-10 {
        width: 2.5rem;
    }
    .xxs\:w-11 {
        width: 2.75rem;
    }
    .xxs\:w-12 {
        width: 3rem;
    }
    .xxs\:w-14 {
        width: 3.5rem;
    }
    .xxs\:w-16 {
        width: 4rem;
    }
    .xxs\:w-20 {
        width: 5rem;
    }
    .xxs\:w-23 {
        width: 88px;
    }
    .xxs\:w-24 {
        width: 6rem;
    }
    .xxs\:w-25 {
        width: 100px;
    }
    .xxs\:w-28 {
        width: 7rem;
    }
    .xxs\:w-29 {
        width: 120px;
    }
    .xxs\:w-32 {
        width: 8rem;
    }
    .xxs\:w-33 {
        width: 130px;
    }
    .xxs\:w-36 {
        width: 9rem;
    }
    .xxs\:w-40 {
        width: 10rem;
    }
    .xxs\:w-44 {
        width: 11rem;
    }
    .xxs\:w-48 {
        width: 12rem;
    }
    .xxs\:w-52 {
        width: 13rem;
    }
    .xxs\:w-56 {
        width: 14rem;
    }
    .xxs\:w-60 {
        width: 15rem;
    }
    .xxs\:w-63 {
        width: 270px;
    }
    .xxs\:w-64 {
        width: 16rem;
    }
    .xxs\:w-72 {
        width: 18rem;
    }
    .xxs\:w-80 {
        width: 20rem;
    }
    .xxs\:w-92 {
        width: 475px;
    }
    .xxs\:w-96 {
        width: 24rem;
    }
    .xxs\:w-128 {
        width: 32rem;
    }
    .xxs\:w-auto {
        width: auto;
    }
    .xxs\:w-px {
        width: 1px;
    }
    .xxs\:w-0\.5 {
        width: 0.125rem;
    }
    .xxs\:w-1\.5 {
        width: 0.375rem;
    }
    .xxs\:w-2\.5 {
        width: 0.625rem;
    }
    .xxs\:w-3\.5 {
        width: 0.875rem;
    }
    .xxs\:w-105p {
        width: 105px;
    }
    .xxs\:w-50p {
        width: 50px;
    }
    .xxs\:w-54p {
        width: 54px;
    }
    .xxs\:w-1p {
        width: 1px;
    }
    .xxs\:w-2p {
        width: 2px;
    }
    .xxs\:w-3p {
        width: 3px;
    }
    .xxs\:w-5p {
        width: 5px;
    }
    .xxs\:w-7p {
        width: 7px;
    }
    .xxs\:w-9p {
        width: 9px;
    }
    .xxs\:w-10p {
        width: 10px;
    }
    .xxs\:w-11p {
        width: 11px;
    }
    .xxs\:w-13p {
        width: 13px;
    }
    .xxs\:w-15p {
        width: 15px;
    }
    .xxs\:w-18p {
        width: 18px;
    }
    .xxs\:w-19p {
        width: 19px;
    }
    .xxs\:w-21p {
        width: 21px;
    }
    .xxs\:w-22p {
        width: 22px;
    }
    .xxs\:w-23p {
        width: 23px;
    }
    .xxs\:w-25p {
        width: 25px;
    }
    .xxs\:w-26p {
        width: 26px;
    }
    .xxs\:w-29p {
        width: 29px;
    }
    .xxs\:w-30p {
        width: 30px;
    }
    .xxs\:w-31p {
        width: 31px;
    }
    .xxs\:w-35p {
        width: 35px;
    }
    .xxs\:w-52p {
        width: 52px;
    }
    .xxs\:w-53p {
        width: 53px;
    }
    .xxs\:w-55p {
        width: 55px;
    }
    .xxs\:w-59p {
        width: 59px;
    }
    .xxs\:w-27p {
        width: 27px;
    }
    .xxs\:w-33\.5p {
        width: 33.5px;
    }
    .xxs\:w-38p {
        width: 38px;
    }
    .xxs\:w-40p {
        width: 40px;
    }
    .xxs\:w-46p {
        width: 46px;
    }
    .xxs\:w-47p {
        width: 47px;
    }
    .xxs\:w-49p {
        width: 49px;
    }
    .xxs\:w-58p {
        width: 58px;
    }
    .xxs\:w-75p {
        width: 75px;
    }
    .xxs\:w-77p {
        width: 77px;
    }
    .xxs\:w-60p {
        width: 60px;
    }
    .xxs\:w-65p {
        width: 65px;
    }
    .xxs\:w-66p {
        width: 66px;
    }
    .xxs\:w-68p {
        width: 68px;
    }
    .xxs\:w-70p {
        width: 70px;
    }
    .xxs\:w-72p {
        width: 72px;
    }
    .xxs\:w-74p {
        width: 74px;
    }
    .xxs\:w-78p {
        width: 78px;
    }
    .xxs\:w-80p {
        width: 80px;
    }
    .xxs\:w-82p {
        width: 82px;
    }
    .xxs\:w-84p {
        width: 84px;
    }
    .xxs\:w-89p {
        width: 89px;
    }
    .xxs\:w-93p {
        width: 93px;
    }
    .xxs\:w-90p {
        width: 90px;
    }
    .xxs\:w-97p {
        width: 97px;
    }
    .xxs\:w-103p {
        width: 103px;
    }
    .xxs\:w-116p {
        width: 116px;
    }
    .xxs\:w-120p {
        width: 120px;
    }
    .xxs\:w-125p {
        width: 125px;
    }
    .xxs\:w-130p {
        width: 130px;
    }
    .xxs\:w-135p {
        width: 135px;
    }
    .xxs\:w-132p {
        width: 132px;
    }
    .xxs\:w-150p {
        width: 150px;
    }
    .xxs\:w-216p {
        width: 216px;
    }
    .xxs\:w-225p {
        width: 225px;
    }
    .xxs\:w-296p {
        width: 296px;
    }
    .xxs\:w-270p {
        width: 270px;
    }
    .xxs\:w-137p {
        width: 137px;
    }
    .xxs\:w-141p {
        width: 141px;
    }
    .xxs\:w-146p {
        width: 146px;
    }
    .xxs\:w-152p {
        width: 152px;
    }
    .xxs\:w-155p {
        width: 155px;
    }
    .xxs\:w-163p {
        width: 163px;
    }
    .xxs\:w-168p {
        width: 168px;
    }
    .xxs\:w-173p {
        width: 173px;
    }
    .xxs\:w-210p {
        width: 210px;
    }
    .xxs\:w-245p {
        width: 245px;
    }
    .xxs\:w-250p {
        width: 250px;
    }
    .xxs\:w-260p {
        width: 260px;
    }
    .xxs\:w-263p {
        width: 263px;
    }
    .xxs\:w-266p {
        width: 266px;
    }
    .xxs\:w-275p {
        width: 275px;
    }
    .xxs\:w-300p {
        width: 300px;
    }
    .xxs\:w-312p {
        width: 312px;
    }
    .xxs\:w-318p {
        width: 318px;
    }
    .xxs\:w-322p {
        width: 322px;
    }
    .xxs\:w-337p {
        width: 337px;
    }
    .xxs\:w-345p {
        width: 345px;
    }
    .xxs\:w-344p {
        width: 344px;
    }
    .xxs\:w-354p {
        width: 354px;
    }
    .xxs\:w-364p {
        width: 364px;
    }
    .xxs\:w-370p {
        width: 370px;
    }
    .xxs\:w-382p {
        width: 382px;
    }
    .xxs\:w-385p {
        width: 385px;
    }
    .xxs\:w-400p {
        width: 400px;
    }
    .xxs\:w-407p {
        width: 407px;
    }
    .xxs\:w-411p {
        width: 411px;
    }
    .xxs\:w-418p {
        width: 418px;
    }
    .xxs\:w-430p {
        width: 430px;
    }
    .xxs\:w-450p {
        width: 450px;
    }
    .xxs\:w-468p {
        width: 468px;
    }
    .xxs\:w-485p {
        width: 485px;
    }
    .xxs\:w-491p {
        width: 491px;
    }
    .xxs\:w-494p {
        width: 494px;
    }
    .xxs\:w-470p {
        width: 470px;
    }
    .xxs\:w-480p {
        width: 480px;
    }
    .xxs\:w-532p {
        width: 532px;
    }
    .xxs\:w-556p {
        width: 556px;
    }
    .xxs\:w-505p {
        width: 505px;
    }
    .xxs\:w-1179p {
        width: 1179px;
    }
    .xxs\:w-1253p {
        width: 1253px;
    }
    .xxs\:w-1575p {
        width: 1575px;
    }
    .xxs\:w-600p {
        width: 600px;
    }
    .xxs\:w-649p {
        width: 649px;
    }
    .xxs\:w-690p {
        width: 690px;
    }
    .xxs\:w-19\% {
        width: 19%;
    }
    .xxs\:w-23\% {
        width: 23%;
    }
    .xxs\:w-24\% {
        width: 24%;
    }
    .xxs\:w-36\% {
        width: 36%;
    }
    .xxs\:w-27\% {
        width: 27%;
    }
    .xxs\:w-28\% {
        width: 28%;
    }
    .xxs\:w-42\% {
        width: 42%;
    }
    .xxs\:w-46\% {
        width: 46%;
    }
    .xxs\:w-49\% {
        width: 49%;
    }
    .xxs\:w-54\% {
        width: 54%;
    }
    .xxs\:w-58\% {
        width: 58%;
    }
    .xxs\:w-72\% {
        width: 72%;
    }
    .xxs\:w-76\% {
        width: 76%;
    }
    .xxs\:w-77\% {
        width: 77%;
    }
    .xxs\:w-340p {
        width: 340px;
    }
    .xxs\:w-700p {
        width: 700px;
    }
    .xxs\:w-848p {
        width: 848px;
    }
    .xxs\:w-850p {
        width: 850px;
    }
    .xxs\:w-860p {
        width: 860px;
    }
    .xxs\:w-1425p {
        width: 1425px;
    }
    .xxs\:w-1\/2 {
        width: 50%;
    }
    .xxs\:w-1\/3 {
        width: 33.333333%;
    }
    .xxs\:w-2\/3 {
        width: 66.666667%;
    }
    .xxs\:w-1\/4 {
        width: 25%;
    }
    .xxs\:w-2\/4 {
        width: 50%;
    }
    .xxs\:w-3\/4 {
        width: 75%;
    }
    .xxs\:w-1\/5 {
        width: 20%;
    }
    .xxs\:w-2\/5 {
        width: 40%;
    }
    .xxs\:w-3\/5 {
        width: 60%;
    }
    .xxs\:w-4\/5 {
        width: 80%;
    }
    .xxs\:w-1\/6 {
        width: 16.666667%;
    }
    .xxs\:w-2\/6 {
        width: 33.333333%;
    }
    .xxs\:w-3\/6 {
        width: 50%;
    }
    .xxs\:w-4\/6 {
        width: 66.666667%;
    }
    .xxs\:w-5\/6 {
        width: 83.333333%;
    }
    .xxs\:w-1\/12 {
        width: 8.333333%;
    }
    .xxs\:w-2\/12 {
        width: 16.666667%;
    }
    .xxs\:w-3\/12 {
        width: 25%;
    }
    .xxs\:w-4\/12 {
        width: 33.333333%;
    }
    .xxs\:w-5\/12 {
        width: 41.666667%;
    }
    .xxs\:w-6\/12 {
        width: 50%;
    }
    .xxs\:w-7\/12 {
        width: 58.333333%;
    }
    .xxs\:w-8\/12 {
        width: 66.666667%;
    }
    .xxs\:w-9\/12 {
        width: 75%;
    }
    .xxs\:w-10\/12 {
        width: 83.333333%;
    }
    .xxs\:w-11\/12 {
        width: 91.666667%;
    }
    .xxs\:w-full {
        width: 100%;
    }
    .xxs\:w-screen {
        width: 100vw;
    }
    .xxs\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .xxs\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .xxs\:z-0 {
        z-index: 0;
    }
    .xxs\:z-10 {
        z-index: 10;
    }
    .xxs\:z-20 {
        z-index: 20;
    }
    .xxs\:z-30 {
        z-index: 30;
    }
    .xxs\:z-40 {
        z-index: 40;
    }
    .xxs\:z-50 {
        z-index: 50;
    }
    .xxs\:z-auto {
        z-index: auto;
    }
    .xxs\:z-ng {
        z-index: -1;
    }
    .xxs\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .xxs\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .xxs\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .xxs\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .xxs\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .xxs\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .xxs\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .xxs\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .xxs\:focus\:z-0:focus {
        z-index: 0;
    }
    .xxs\:focus\:z-10:focus {
        z-index: 10;
    }
    .xxs\:focus\:z-20:focus {
        z-index: 20;
    }
    .xxs\:focus\:z-30:focus {
        z-index: 30;
    }
    .xxs\:focus\:z-40:focus {
        z-index: 40;
    }
    .xxs\:focus\:z-50:focus {
        z-index: 50;
    }
    .xxs\:focus\:z-auto:focus {
        z-index: auto;
    }
    .xxs\:focus\:z-ng:focus {
        z-index: -1;
    }
    .xxs\:gap-0 {
        gap: 0;
    }
    .xxs\:gap-1 {
        gap: 0.25rem;
    }
    .xxs\:gap-2 {
        gap: 0.5rem;
    }
    .xxs\:gap-3 {
        gap: 0.75rem;
    }
    .xxs\:gap-4 {
        gap: 1rem;
    }
    .xxs\:gap-5 {
        gap: 1.25rem;
    }
    .xxs\:gap-6 {
        gap: 1.5rem;
    }
    .xxs\:gap-7 {
        gap: 1.75rem;
    }
    .xxs\:gap-8 {
        gap: 2rem;
    }
    .xxs\:gap-9 {
        gap: 2.25rem;
    }
    .xxs\:gap-10 {
        gap: 2.5rem;
    }
    .xxs\:gap-11 {
        gap: 2.75rem;
    }
    .xxs\:gap-12 {
        gap: 3rem;
    }
    .xxs\:gap-14 {
        gap: 3.5rem;
    }
    .xxs\:gap-16 {
        gap: 4rem;
    }
    .xxs\:gap-20 {
        gap: 5rem;
    }
    .xxs\:gap-23 {
        gap: 88px;
    }
    .xxs\:gap-24 {
        gap: 6rem;
    }
    .xxs\:gap-25 {
        gap: 100px;
    }
    .xxs\:gap-28 {
        gap: 7rem;
    }
    .xxs\:gap-29 {
        gap: 120px;
    }
    .xxs\:gap-32 {
        gap: 8rem;
    }
    .xxs\:gap-33 {
        gap: 130px;
    }
    .xxs\:gap-36 {
        gap: 9rem;
    }
    .xxs\:gap-40 {
        gap: 10rem;
    }
    .xxs\:gap-44 {
        gap: 11rem;
    }
    .xxs\:gap-48 {
        gap: 12rem;
    }
    .xxs\:gap-52 {
        gap: 13rem;
    }
    .xxs\:gap-56 {
        gap: 14rem;
    }
    .xxs\:gap-60 {
        gap: 15rem;
    }
    .xxs\:gap-63 {
        gap: 270px;
    }
    .xxs\:gap-64 {
        gap: 16rem;
    }
    .xxs\:gap-72 {
        gap: 18rem;
    }
    .xxs\:gap-80 {
        gap: 20rem;
    }
    .xxs\:gap-92 {
        gap: 475px;
    }
    .xxs\:gap-96 {
        gap: 24rem;
    }
    .xxs\:gap-128 {
        gap: 32rem;
    }
    .xxs\:gap-px {
        gap: 1px;
    }
    .xxs\:gap-0\.5 {
        gap: 0.125rem;
    }
    .xxs\:gap-1\.5 {
        gap: 0.375rem;
    }
    .xxs\:gap-2\.5 {
        gap: 0.625rem;
    }
    .xxs\:gap-3\.5 {
        gap: 0.875rem;
    }
    .xxs\:gap-105p {
        gap: 105px;
    }
    .xxs\:gap-50p {
        gap: 50px;
    }
    .xxs\:gap-54p {
        gap: 54px;
    }
    .xxs\:gap-1p {
        gap: 1px;
    }
    .xxs\:gap-2p {
        gap: 2px;
    }
    .xxs\:gap-3p {
        gap: 3px;
    }
    .xxs\:gap-5p {
        gap: 5px;
    }
    .xxs\:gap-7p {
        gap: 7px;
    }
    .xxs\:gap-9p {
        gap: 9px;
    }
    .xxs\:gap-10p {
        gap: 10px;
    }
    .xxs\:gap-11p {
        gap: 11px;
    }
    .xxs\:gap-13p {
        gap: 13px;
    }
    .xxs\:gap-15p {
        gap: 15px;
    }
    .xxs\:gap-18p {
        gap: 18px;
    }
    .xxs\:gap-19p {
        gap: 19px;
    }
    .xxs\:gap-21p {
        gap: 21px;
    }
    .xxs\:gap-22p {
        gap: 22px;
    }
    .xxs\:gap-23p {
        gap: 23px;
    }
    .xxs\:gap-25p {
        gap: 25px;
    }
    .xxs\:gap-26p {
        gap: 26px;
    }
    .xxs\:gap-29p {
        gap: 29px;
    }
    .xxs\:gap-30p {
        gap: 30px;
    }
    .xxs\:gap-31p {
        gap: 31px;
    }
    .xxs\:gap-35p {
        gap: 35px;
    }
    .xxs\:gap-52p {
        gap: 52px;
    }
    .xxs\:gap-53p {
        gap: 53px;
    }
    .xxs\:gap-55p {
        gap: 55px;
    }
    .xxs\:gap-59p {
        gap: 59px;
    }
    .xxs\:gap-27p {
        gap: 27px;
    }
    .xxs\:gap-33\.5p {
        gap: 33.5px;
    }
    .xxs\:gap-38p {
        gap: 38px;
    }
    .xxs\:gap-40p {
        gap: 40px;
    }
    .xxs\:gap-46p {
        gap: 46px;
    }
    .xxs\:gap-47p {
        gap: 47px;
    }
    .xxs\:gap-49p {
        gap: 49px;
    }
    .xxs\:gap-58p {
        gap: 58px;
    }
    .xxs\:gap-75p {
        gap: 75px;
    }
    .xxs\:gap-77p {
        gap: 77px;
    }
    .xxs\:gap-60p {
        gap: 60px;
    }
    .xxs\:gap-65p {
        gap: 65px;
    }
    .xxs\:gap-66p {
        gap: 66px;
    }
    .xxs\:gap-68p {
        gap: 68px;
    }
    .xxs\:gap-70p {
        gap: 70px;
    }
    .xxs\:gap-72p {
        gap: 72px;
    }
    .xxs\:gap-74p {
        gap: 74px;
    }
    .xxs\:gap-78p {
        gap: 78px;
    }
    .xxs\:gap-80p {
        gap: 80px;
    }
    .xxs\:gap-82p {
        gap: 82px;
    }
    .xxs\:gap-84p {
        gap: 84px;
    }
    .xxs\:gap-89p {
        gap: 89px;
    }
    .xxs\:gap-93p {
        gap: 93px;
    }
    .xxs\:gap-90p {
        gap: 90px;
    }
    .xxs\:gap-97p {
        gap: 97px;
    }
    .xxs\:gap-103p {
        gap: 103px;
    }
    .xxs\:gap-116p {
        gap: 116px;
    }
    .xxs\:gap-120p {
        gap: 120px;
    }
    .xxs\:gap-125p {
        gap: 125px;
    }
    .xxs\:gap-130p {
        gap: 130px;
    }
    .xxs\:gap-135p {
        gap: 135px;
    }
    .xxs\:gap-132p {
        gap: 132px;
    }
    .xxs\:gap-150p {
        gap: 150px;
    }
    .xxs\:gap-216p {
        gap: 216px;
    }
    .xxs\:gap-225p {
        gap: 225px;
    }
    .xxs\:gap-296p {
        gap: 296px;
    }
    .xxs\:gap-270p {
        gap: 270px;
    }
    .xxs\:gap-137p {
        gap: 137px;
    }
    .xxs\:gap-141p {
        gap: 141px;
    }
    .xxs\:gap-146p {
        gap: 146px;
    }
    .xxs\:gap-152p {
        gap: 152px;
    }
    .xxs\:gap-155p {
        gap: 155px;
    }
    .xxs\:gap-163p {
        gap: 163px;
    }
    .xxs\:gap-168p {
        gap: 168px;
    }
    .xxs\:gap-173p {
        gap: 173px;
    }
    .xxs\:gap-210p {
        gap: 210px;
    }
    .xxs\:gap-245p {
        gap: 245px;
    }
    .xxs\:gap-250p {
        gap: 250px;
    }
    .xxs\:gap-260p {
        gap: 260px;
    }
    .xxs\:gap-263p {
        gap: 263px;
    }
    .xxs\:gap-266p {
        gap: 266px;
    }
    .xxs\:gap-275p {
        gap: 275px;
    }
    .xxs\:gap-300p {
        gap: 300px;
    }
    .xxs\:gap-312p {
        gap: 312px;
    }
    .xxs\:gap-318p {
        gap: 318px;
    }
    .xxs\:gap-322p {
        gap: 322px;
    }
    .xxs\:gap-337p {
        gap: 337px;
    }
    .xxs\:gap-345p {
        gap: 345px;
    }
    .xxs\:gap-344p {
        gap: 344px;
    }
    .xxs\:gap-354p {
        gap: 354px;
    }
    .xxs\:gap-364p {
        gap: 364px;
    }
    .xxs\:gap-370p {
        gap: 370px;
    }
    .xxs\:gap-382p {
        gap: 382px;
    }
    .xxs\:gap-385p {
        gap: 385px;
    }
    .xxs\:gap-400p {
        gap: 400px;
    }
    .xxs\:gap-407p {
        gap: 407px;
    }
    .xxs\:gap-411p {
        gap: 411px;
    }
    .xxs\:gap-418p {
        gap: 418px;
    }
    .xxs\:gap-430p {
        gap: 430px;
    }
    .xxs\:gap-450p {
        gap: 450px;
    }
    .xxs\:gap-468p {
        gap: 468px;
    }
    .xxs\:gap-485p {
        gap: 485px;
    }
    .xxs\:gap-491p {
        gap: 491px;
    }
    .xxs\:gap-494p {
        gap: 494px;
    }
    .xxs\:gap-470p {
        gap: 470px;
    }
    .xxs\:gap-480p {
        gap: 480px;
    }
    .xxs\:gap-532p {
        gap: 532px;
    }
    .xxs\:gap-556p {
        gap: 556px;
    }
    .xxs\:gap-505p {
        gap: 505px;
    }
    .xxs\:gap-1179p {
        gap: 1179px;
    }
    .xxs\:gap-1253p {
        gap: 1253px;
    }
    .xxs\:gap-1575p {
        gap: 1575px;
    }
    .xxs\:gap-600p {
        gap: 600px;
    }
    .xxs\:gap-649p {
        gap: 649px;
    }
    .xxs\:gap-690p {
        gap: 690px;
    }
    .xxs\:gap-19\% {
        gap: 19%;
    }
    .xxs\:gap-23\% {
        gap: 23%;
    }
    .xxs\:gap-24\% {
        gap: 24%;
    }
    .xxs\:gap-36\% {
        gap: 36%;
    }
    .xxs\:gap-27\% {
        gap: 27%;
    }
    .xxs\:gap-28\% {
        gap: 28%;
    }
    .xxs\:gap-42\% {
        gap: 42%;
    }
    .xxs\:gap-46\% {
        gap: 46%;
    }
    .xxs\:gap-49\% {
        gap: 49%;
    }
    .xxs\:gap-54\% {
        gap: 54%;
    }
    .xxs\:gap-58\% {
        gap: 58%;
    }
    .xxs\:gap-72\% {
        gap: 72%;
    }
    .xxs\:gap-76\% {
        gap: 76%;
    }
    .xxs\:gap-77\% {
        gap: 77%;
    }
    .xxs\:gap-340p {
        gap: 340px;
    }
    .xxs\:gap-700p {
        gap: 700px;
    }
    .xxs\:gap-848p {
        gap: 848px;
    }
    .xxs\:gap-850p {
        gap: 850px;
    }
    .xxs\:gap-860p {
        gap: 860px;
    }
    .xxs\:gap-1425p {
        gap: 1425px;
    }
    .xxs\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .xxs\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .xxs\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .xxs\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .xxs\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .xxs\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .xxs\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .xxs\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .xxs\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .xxs\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .xxs\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .xxs\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .xxs\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .xxs\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .xxs\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .xxs\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .xxs\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .xxs\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .xxs\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .xxs\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .xxs\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xxs\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .xxs\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xxs\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .xxs\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .xxs\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .xxs\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .xxs\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .xxs\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .xxs\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .xxs\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xxs\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .xxs\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .xxs\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .xxs\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .xxs\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .xxs\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .xxs\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xxs\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .xxs\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .xxs\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .xxs\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .xxs\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .xxs\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .xxs\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .xxs\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xxs\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .xxs\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .xxs\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .xxs\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .xxs\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .xxs\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .xxs\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .xxs\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .xxs\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .xxs\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .xxs\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .xxs\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .xxs\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .xxs\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .xxs\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .xxs\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .xxs\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .xxs\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .xxs\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .xxs\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .xxs\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .xxs\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .xxs\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .xxs\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .xxs\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .xxs\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .xxs\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .xxs\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .xxs\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .xxs\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .xxs\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .xxs\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .xxs\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .xxs\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .xxs\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .xxs\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .xxs\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .xxs\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .xxs\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .xxs\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .xxs\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .xxs\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .xxs\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .xxs\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .xxs\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .xxs\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .xxs\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .xxs\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .xxs\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .xxs\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .xxs\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .xxs\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xxs\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .xxs\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xxs\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .xxs\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .xxs\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .xxs\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .xxs\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .xxs\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .xxs\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xxs\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .xxs\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .xxs\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .xxs\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .xxs\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .xxs\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .xxs\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .xxs\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .xxs\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .xxs\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .xxs\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .xxs\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .xxs\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .xxs\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .xxs\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .xxs\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .xxs\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .xxs\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .xxs\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .xxs\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .xxs\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .xxs\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .xxs\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .xxs\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .xxs\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .xxs\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .xxs\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .xxs\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .xxs\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .xxs\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .xxs\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .xxs\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .xxs\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .xxs\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .xxs\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .xxs\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .xxs\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .xxs\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .xxs\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .xxs\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .xxs\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .xxs\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .xxs\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .xxs\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .xxs\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .xxs\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .xxs\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .xxs\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .xxs\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .xxs\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .xxs\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .xxs\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .xxs\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .xxs\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .xxs\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .xxs\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .xxs\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .xxs\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .xxs\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .xxs\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .xxs\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .xxs\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .xxs\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .xxs\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .xxs\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .xxs\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .xxs\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .xxs\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .xxs\:gap-y-0 {
        row-gap: 0;
    }
    .xxs\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .xxs\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .xxs\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .xxs\:gap-y-4 {
        row-gap: 1rem;
    }
    .xxs\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .xxs\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .xxs\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .xxs\:gap-y-8 {
        row-gap: 2rem;
    }
    .xxs\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .xxs\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .xxs\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .xxs\:gap-y-12 {
        row-gap: 3rem;
    }
    .xxs\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .xxs\:gap-y-16 {
        row-gap: 4rem;
    }
    .xxs\:gap-y-20 {
        row-gap: 5rem;
    }
    .xxs\:gap-y-23 {
        row-gap: 88px;
    }
    .xxs\:gap-y-24 {
        row-gap: 6rem;
    }
    .xxs\:gap-y-25 {
        row-gap: 100px;
    }
    .xxs\:gap-y-28 {
        row-gap: 7rem;
    }
    .xxs\:gap-y-29 {
        row-gap: 120px;
    }
    .xxs\:gap-y-32 {
        row-gap: 8rem;
    }
    .xxs\:gap-y-33 {
        row-gap: 130px;
    }
    .xxs\:gap-y-36 {
        row-gap: 9rem;
    }
    .xxs\:gap-y-40 {
        row-gap: 10rem;
    }
    .xxs\:gap-y-44 {
        row-gap: 11rem;
    }
    .xxs\:gap-y-48 {
        row-gap: 12rem;
    }
    .xxs\:gap-y-52 {
        row-gap: 13rem;
    }
    .xxs\:gap-y-56 {
        row-gap: 14rem;
    }
    .xxs\:gap-y-60 {
        row-gap: 15rem;
    }
    .xxs\:gap-y-63 {
        row-gap: 270px;
    }
    .xxs\:gap-y-64 {
        row-gap: 16rem;
    }
    .xxs\:gap-y-72 {
        row-gap: 18rem;
    }
    .xxs\:gap-y-80 {
        row-gap: 20rem;
    }
    .xxs\:gap-y-92 {
        row-gap: 475px;
    }
    .xxs\:gap-y-96 {
        row-gap: 24rem;
    }
    .xxs\:gap-y-128 {
        row-gap: 32rem;
    }
    .xxs\:gap-y-px {
        row-gap: 1px;
    }
    .xxs\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .xxs\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .xxs\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .xxs\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .xxs\:gap-y-105p {
        row-gap: 105px;
    }
    .xxs\:gap-y-50p {
        row-gap: 50px;
    }
    .xxs\:gap-y-54p {
        row-gap: 54px;
    }
    .xxs\:gap-y-1p {
        row-gap: 1px;
    }
    .xxs\:gap-y-2p {
        row-gap: 2px;
    }
    .xxs\:gap-y-3p {
        row-gap: 3px;
    }
    .xxs\:gap-y-5p {
        row-gap: 5px;
    }
    .xxs\:gap-y-7p {
        row-gap: 7px;
    }
    .xxs\:gap-y-9p {
        row-gap: 9px;
    }
    .xxs\:gap-y-10p {
        row-gap: 10px;
    }
    .xxs\:gap-y-11p {
        row-gap: 11px;
    }
    .xxs\:gap-y-13p {
        row-gap: 13px;
    }
    .xxs\:gap-y-15p {
        row-gap: 15px;
    }
    .xxs\:gap-y-18p {
        row-gap: 18px;
    }
    .xxs\:gap-y-19p {
        row-gap: 19px;
    }
    .xxs\:gap-y-21p {
        row-gap: 21px;
    }
    .xxs\:gap-y-22p {
        row-gap: 22px;
    }
    .xxs\:gap-y-23p {
        row-gap: 23px;
    }
    .xxs\:gap-y-25p {
        row-gap: 25px;
    }
    .xxs\:gap-y-26p {
        row-gap: 26px;
    }
    .xxs\:gap-y-29p {
        row-gap: 29px;
    }
    .xxs\:gap-y-30p {
        row-gap: 30px;
    }
    .xxs\:gap-y-31p {
        row-gap: 31px;
    }
    .xxs\:gap-y-35p {
        row-gap: 35px;
    }
    .xxs\:gap-y-52p {
        row-gap: 52px;
    }
    .xxs\:gap-y-53p {
        row-gap: 53px;
    }
    .xxs\:gap-y-55p {
        row-gap: 55px;
    }
    .xxs\:gap-y-59p {
        row-gap: 59px;
    }
    .xxs\:gap-y-27p {
        row-gap: 27px;
    }
    .xxs\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .xxs\:gap-y-38p {
        row-gap: 38px;
    }
    .xxs\:gap-y-40p {
        row-gap: 40px;
    }
    .xxs\:gap-y-46p {
        row-gap: 46px;
    }
    .xxs\:gap-y-47p {
        row-gap: 47px;
    }
    .xxs\:gap-y-49p {
        row-gap: 49px;
    }
    .xxs\:gap-y-58p {
        row-gap: 58px;
    }
    .xxs\:gap-y-75p {
        row-gap: 75px;
    }
    .xxs\:gap-y-77p {
        row-gap: 77px;
    }
    .xxs\:gap-y-60p {
        row-gap: 60px;
    }
    .xxs\:gap-y-65p {
        row-gap: 65px;
    }
    .xxs\:gap-y-66p {
        row-gap: 66px;
    }
    .xxs\:gap-y-68p {
        row-gap: 68px;
    }
    .xxs\:gap-y-70p {
        row-gap: 70px;
    }
    .xxs\:gap-y-72p {
        row-gap: 72px;
    }
    .xxs\:gap-y-74p {
        row-gap: 74px;
    }
    .xxs\:gap-y-78p {
        row-gap: 78px;
    }
    .xxs\:gap-y-80p {
        row-gap: 80px;
    }
    .xxs\:gap-y-82p {
        row-gap: 82px;
    }
    .xxs\:gap-y-84p {
        row-gap: 84px;
    }
    .xxs\:gap-y-89p {
        row-gap: 89px;
    }
    .xxs\:gap-y-93p {
        row-gap: 93px;
    }
    .xxs\:gap-y-90p {
        row-gap: 90px;
    }
    .xxs\:gap-y-97p {
        row-gap: 97px;
    }
    .xxs\:gap-y-103p {
        row-gap: 103px;
    }
    .xxs\:gap-y-116p {
        row-gap: 116px;
    }
    .xxs\:gap-y-120p {
        row-gap: 120px;
    }
    .xxs\:gap-y-125p {
        row-gap: 125px;
    }
    .xxs\:gap-y-130p {
        row-gap: 130px;
    }
    .xxs\:gap-y-135p {
        row-gap: 135px;
    }
    .xxs\:gap-y-132p {
        row-gap: 132px;
    }
    .xxs\:gap-y-150p {
        row-gap: 150px;
    }
    .xxs\:gap-y-216p {
        row-gap: 216px;
    }
    .xxs\:gap-y-225p {
        row-gap: 225px;
    }
    .xxs\:gap-y-296p {
        row-gap: 296px;
    }
    .xxs\:gap-y-270p {
        row-gap: 270px;
    }
    .xxs\:gap-y-137p {
        row-gap: 137px;
    }
    .xxs\:gap-y-141p {
        row-gap: 141px;
    }
    .xxs\:gap-y-146p {
        row-gap: 146px;
    }
    .xxs\:gap-y-152p {
        row-gap: 152px;
    }
    .xxs\:gap-y-155p {
        row-gap: 155px;
    }
    .xxs\:gap-y-163p {
        row-gap: 163px;
    }
    .xxs\:gap-y-168p {
        row-gap: 168px;
    }
    .xxs\:gap-y-173p {
        row-gap: 173px;
    }
    .xxs\:gap-y-210p {
        row-gap: 210px;
    }
    .xxs\:gap-y-245p {
        row-gap: 245px;
    }
    .xxs\:gap-y-250p {
        row-gap: 250px;
    }
    .xxs\:gap-y-260p {
        row-gap: 260px;
    }
    .xxs\:gap-y-263p {
        row-gap: 263px;
    }
    .xxs\:gap-y-266p {
        row-gap: 266px;
    }
    .xxs\:gap-y-275p {
        row-gap: 275px;
    }
    .xxs\:gap-y-300p {
        row-gap: 300px;
    }
    .xxs\:gap-y-312p {
        row-gap: 312px;
    }
    .xxs\:gap-y-318p {
        row-gap: 318px;
    }
    .xxs\:gap-y-322p {
        row-gap: 322px;
    }
    .xxs\:gap-y-337p {
        row-gap: 337px;
    }
    .xxs\:gap-y-345p {
        row-gap: 345px;
    }
    .xxs\:gap-y-344p {
        row-gap: 344px;
    }
    .xxs\:gap-y-354p {
        row-gap: 354px;
    }
    .xxs\:gap-y-364p {
        row-gap: 364px;
    }
    .xxs\:gap-y-370p {
        row-gap: 370px;
    }
    .xxs\:gap-y-382p {
        row-gap: 382px;
    }
    .xxs\:gap-y-385p {
        row-gap: 385px;
    }
    .xxs\:gap-y-400p {
        row-gap: 400px;
    }
    .xxs\:gap-y-407p {
        row-gap: 407px;
    }
    .xxs\:gap-y-411p {
        row-gap: 411px;
    }
    .xxs\:gap-y-418p {
        row-gap: 418px;
    }
    .xxs\:gap-y-430p {
        row-gap: 430px;
    }
    .xxs\:gap-y-450p {
        row-gap: 450px;
    }
    .xxs\:gap-y-468p {
        row-gap: 468px;
    }
    .xxs\:gap-y-485p {
        row-gap: 485px;
    }
    .xxs\:gap-y-491p {
        row-gap: 491px;
    }
    .xxs\:gap-y-494p {
        row-gap: 494px;
    }
    .xxs\:gap-y-470p {
        row-gap: 470px;
    }
    .xxs\:gap-y-480p {
        row-gap: 480px;
    }
    .xxs\:gap-y-532p {
        row-gap: 532px;
    }
    .xxs\:gap-y-556p {
        row-gap: 556px;
    }
    .xxs\:gap-y-505p {
        row-gap: 505px;
    }
    .xxs\:gap-y-1179p {
        row-gap: 1179px;
    }
    .xxs\:gap-y-1253p {
        row-gap: 1253px;
    }
    .xxs\:gap-y-1575p {
        row-gap: 1575px;
    }
    .xxs\:gap-y-600p {
        row-gap: 600px;
    }
    .xxs\:gap-y-649p {
        row-gap: 649px;
    }
    .xxs\:gap-y-690p {
        row-gap: 690px;
    }
    .xxs\:gap-y-19\% {
        row-gap: 19%;
    }
    .xxs\:gap-y-23\% {
        row-gap: 23%;
    }
    .xxs\:gap-y-24\% {
        row-gap: 24%;
    }
    .xxs\:gap-y-36\% {
        row-gap: 36%;
    }
    .xxs\:gap-y-27\% {
        row-gap: 27%;
    }
    .xxs\:gap-y-28\% {
        row-gap: 28%;
    }
    .xxs\:gap-y-42\% {
        row-gap: 42%;
    }
    .xxs\:gap-y-46\% {
        row-gap: 46%;
    }
    .xxs\:gap-y-49\% {
        row-gap: 49%;
    }
    .xxs\:gap-y-54\% {
        row-gap: 54%;
    }
    .xxs\:gap-y-58\% {
        row-gap: 58%;
    }
    .xxs\:gap-y-72\% {
        row-gap: 72%;
    }
    .xxs\:gap-y-76\% {
        row-gap: 76%;
    }
    .xxs\:gap-y-77\% {
        row-gap: 77%;
    }
    .xxs\:gap-y-340p {
        row-gap: 340px;
    }
    .xxs\:gap-y-700p {
        row-gap: 700px;
    }
    .xxs\:gap-y-848p {
        row-gap: 848px;
    }
    .xxs\:gap-y-850p {
        row-gap: 850px;
    }
    .xxs\:gap-y-860p {
        row-gap: 860px;
    }
    .xxs\:gap-y-1425p {
        row-gap: 1425px;
    }
    .xxs\:grid-flow-row {
        grid-auto-flow: row;
    }
    .xxs\:grid-flow-col {
        grid-auto-flow: column;
    }
    .xxs\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .xxs\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .xxs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xxs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xxs\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xxs\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xxs\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xxs\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xxs\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xxs\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xxs\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .xxs\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .xxs\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .xxs\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .xxs\:grid-cols-none {
        grid-template-columns: none;
    }
    .xxs\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .xxs\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .xxs\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .xxs\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .xxs\:col-auto {
        grid-column: auto;
    }
    .xxs\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xxs\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xxs\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xxs\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xxs\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .xxs\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .xxs\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .xxs\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .xxs\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .xxs\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .xxs\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .xxs\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .xxs\:col-span-full {
        grid-column: 1/-1;
    }
    .xxs\:col-start-1 {
        grid-column-start: 1;
    }
    .xxs\:col-start-2 {
        grid-column-start: 2;
    }
    .xxs\:col-start-3 {
        grid-column-start: 3;
    }
    .xxs\:col-start-4 {
        grid-column-start: 4;
    }
    .xxs\:col-start-5 {
        grid-column-start: 5;
    }
    .xxs\:col-start-6 {
        grid-column-start: 6;
    }
    .xxs\:col-start-7 {
        grid-column-start: 7;
    }
    .xxs\:col-start-8 {
        grid-column-start: 8;
    }
    .xxs\:col-start-9 {
        grid-column-start: 9;
    }
    .xxs\:col-start-10 {
        grid-column-start: 10;
    }
    .xxs\:col-start-11 {
        grid-column-start: 11;
    }
    .xxs\:col-start-12 {
        grid-column-start: 12;
    }
    .xxs\:col-start-13 {
        grid-column-start: 13;
    }
    .xxs\:col-start-auto {
        grid-column-start: auto;
    }
    .xxs\:col-end-1 {
        grid-column-end: 1;
    }
    .xxs\:col-end-2 {
        grid-column-end: 2;
    }
    .xxs\:col-end-3 {
        grid-column-end: 3;
    }
    .xxs\:col-end-4 {
        grid-column-end: 4;
    }
    .xxs\:col-end-5 {
        grid-column-end: 5;
    }
    .xxs\:col-end-6 {
        grid-column-end: 6;
    }
    .xxs\:col-end-7 {
        grid-column-end: 7;
    }
    .xxs\:col-end-8 {
        grid-column-end: 8;
    }
    .xxs\:col-end-9 {
        grid-column-end: 9;
    }
    .xxs\:col-end-10 {
        grid-column-end: 10;
    }
    .xxs\:col-end-11 {
        grid-column-end: 11;
    }
    .xxs\:col-end-12 {
        grid-column-end: 12;
    }
    .xxs\:col-end-13 {
        grid-column-end: 13;
    }
    .xxs\:col-end-auto {
        grid-column-end: auto;
    }
    .xxs\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .xxs\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .xxs\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .xxs\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .xxs\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .xxs\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .xxs\:grid-rows-none {
        grid-template-rows: none;
    }
    .xxs\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .xxs\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .xxs\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .xxs\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .xxs\:row-auto {
        grid-row: auto;
    }
    .xxs\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .xxs\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .xxs\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .xxs\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .xxs\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .xxs\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .xxs\:row-span-full {
        grid-row: 1/-1;
    }
    .xxs\:row-start-1 {
        grid-row-start: 1;
    }
    .xxs\:row-start-2 {
        grid-row-start: 2;
    }
    .xxs\:row-start-3 {
        grid-row-start: 3;
    }
    .xxs\:row-start-4 {
        grid-row-start: 4;
    }
    .xxs\:row-start-5 {
        grid-row-start: 5;
    }
    .xxs\:row-start-6 {
        grid-row-start: 6;
    }
    .xxs\:row-start-7 {
        grid-row-start: 7;
    }
    .xxs\:row-start-auto {
        grid-row-start: auto;
    }
    .xxs\:row-end-1 {
        grid-row-end: 1;
    }
    .xxs\:row-end-2 {
        grid-row-end: 2;
    }
    .xxs\:row-end-3 {
        grid-row-end: 3;
    }
    .xxs\:row-end-4 {
        grid-row-end: 4;
    }
    .xxs\:row-end-5 {
        grid-row-end: 5;
    }
    .xxs\:row-end-6 {
        grid-row-end: 6;
    }
    .xxs\:row-end-7 {
        grid-row-end: 7;
    }
    .xxs\:row-end-auto {
        grid-row-end: auto;
    }
    .xxs\: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));
    }
    .xxs\: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));
    }
    .xxs\:transform-none {
        transform: none;
    }
    .xxs\:origin-center {
        transform-origin: center;
    }
    .xxs\:origin-top {
        transform-origin: top;
    }
    .xxs\:origin-top-right {
        transform-origin: top right;
    }
    .xxs\:origin-right {
        transform-origin: right;
    }
    .xxs\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .xxs\:origin-bottom {
        transform-origin: bottom;
    }
    .xxs\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .xxs\:origin-left {
        transform-origin: left;
    }
    .xxs\:origin-top-left {
        transform-origin: top left;
    }
    .xxs\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xxs\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xxs\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xxs\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xxs\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xxs\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xxs\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xxs\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xxs\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xxs\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xxs\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xxs\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .xxs\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .xxs\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .xxs\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .xxs\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .xxs\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .xxs\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .xxs\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .xxs\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .xxs\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .xxs\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .xxs\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .xxs\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .xxs\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .xxs\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .xxs\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .xxs\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .xxs\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .xxs\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .xxs\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .xxs\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .xxs\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .xxs\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xxs\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xxs\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xxs\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xxs\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xxs\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xxs\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xxs\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xxs\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xxs\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xxs\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xxs\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .xxs\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .xxs\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .xxs\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .xxs\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .xxs\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .xxs\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .xxs\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .xxs\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .xxs\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .xxs\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .xxs\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .xxs\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .xxs\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .xxs\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .xxs\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .xxs\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .xxs\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .xxs\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .xxs\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .xxs\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .xxs\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .xxs\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xxs\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xxs\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xxs\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xxs\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xxs\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xxs\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xxs\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xxs\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xxs\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xxs\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xxs\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .xxs\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .xxs\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .xxs\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .xxs\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .xxs\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .xxs\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .xxs\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .xxs\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .xxs\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .xxs\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .xxs\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .xxs\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .xxs\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .xxs\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .xxs\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .xxs\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .xxs\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .xxs\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .xxs\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .xxs\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .xxs\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .xxs\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .xxs\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .xxs\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .xxs\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .xxs\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .xxs\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .xxs\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .xxs\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .xxs\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .xxs\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .xxs\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .xxs\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .xxs\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .xxs\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .xxs\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .xxs\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .xxs\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .xxs\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .xxs\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .xxs\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .xxs\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .xxs\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .xxs\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .xxs\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .xxs\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .xxs\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .xxs\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .xxs\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .xxs\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .xxs\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .xxs\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .xxs\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .xxs\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .xxs\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .xxs\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .xxs\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .xxs\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .xxs\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .xxs\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .xxs\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .xxs\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .xxs\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .xxs\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .xxs\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .xxs\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .xxs\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .xxs\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .xxs\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .xxs\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .xxs\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .xxs\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .xxs\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xxs\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .xxs\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .xxs\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .xxs\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .xxs\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .xxs\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .xxs\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .xxs\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .xxs\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .xxs\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .xxs\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .xxs\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .xxs\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .xxs\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .xxs\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .xxs\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .xxs\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .xxs\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .xxs\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .xxs\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .xxs\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .xxs\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .xxs\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .xxs\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .xxs\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .xxs\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .xxs\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .xxs\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .xxs\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .xxs\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .xxs\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .xxs\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .xxs\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .xxs\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .xxs\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .xxs\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .xxs\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .xxs\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .xxs\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .xxs\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .xxs\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .xxs\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .xxs\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .xxs\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .xxs\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .xxs\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .xxs\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .xxs\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .xxs\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .xxs\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .xxs\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .xxs\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .xxs\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .xxs\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .xxs\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .xxs\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .xxs\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .xxs\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .xxs\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .xxs\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .xxs\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .xxs\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .xxs\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .xxs\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .xxs\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .xxs\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .xxs\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .xxs\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .xxs\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .xxs\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .xxs\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .xxs\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .xxs\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .xxs\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .xxs\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .xxs\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .xxs\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .xxs\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .xxs\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .xxs\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .xxs\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .xxs\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .xxs\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .xxs\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .xxs\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .xxs\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .xxs\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .xxs\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .xxs\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .xxs\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .xxs\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .xxs\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .xxs\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .xxs\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .xxs\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .xxs\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .xxs\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .xxs\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .xxs\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .xxs\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .xxs\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .xxs\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .xxs\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .xxs\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .xxs\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .xxs\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .xxs\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .xxs\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .xxs\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .xxs\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .xxs\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .xxs\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .xxs\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .xxs\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .xxs\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .xxs\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .xxs\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .xxs\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .xxs\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .xxs\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .xxs\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .xxs\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .xxs\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .xxs\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .xxs\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .xxs\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .xxs\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .xxs\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .xxs\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .xxs\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .xxs\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .xxs\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .xxs\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .xxs\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .xxs\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .xxs\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .xxs\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .xxs\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .xxs\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .xxs\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .xxs\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .xxs\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .xxs\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .xxs\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .xxs\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .xxs\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .xxs\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .xxs\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .xxs\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .xxs\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .xxs\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .xxs\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .xxs\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .xxs\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .xxs\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .xxs\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .xxs\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .xxs\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .xxs\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .xxs\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .xxs\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .xxs\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .xxs\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .xxs\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .xxs\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .xxs\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .xxs\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .xxs\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .xxs\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .xxs\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .xxs\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .xxs\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .xxs\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .xxs\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .xxs\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xxs\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .xxs\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .xxs\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .xxs\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .xxs\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .xxs\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .xxs\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .xxs\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .xxs\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .xxs\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .xxs\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .xxs\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .xxs\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .xxs\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .xxs\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .xxs\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .xxs\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .xxs\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .xxs\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .xxs\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .xxs\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .xxs\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .xxs\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .xxs\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .xxs\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .xxs\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .xxs\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .xxs\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .xxs\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .xxs\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .xxs\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .xxs\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .xxs\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .xxs\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .xxs\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .xxs\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .xxs\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .xxs\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .xxs\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .xxs\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .xxs\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .xxs\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .xxs\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .xxs\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .xxs\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .xxs\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .xxs\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .xxs\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .xxs\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .xxs\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .xxs\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .xxs\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .xxs\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .xxs\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .xxs\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .xxs\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .xxs\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .xxs\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .xxs\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .xxs\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .xxs\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .xxs\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .xxs\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .xxs\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .xxs\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .xxs\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .xxs\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .xxs\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .xxs\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .xxs\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .xxs\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .xxs\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .xxs\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .xxs\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .xxs\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .xxs\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .xxs\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .xxs\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .xxs\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .xxs\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .xxs\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .xxs\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .xxs\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .xxs\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .xxs\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .xxs\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .xxs\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .xxs\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .xxs\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .xxs\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .xxs\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .xxs\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .xxs\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .xxs\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .xxs\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .xxs\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .xxs\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .xxs\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .xxs\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .xxs\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .xxs\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .xxs\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .xxs\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .xxs\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .xxs\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .xxs\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .xxs\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .xxs\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .xxs\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .xxs\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .xxs\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .xxs\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .xxs\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .xxs\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .xxs\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .xxs\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .xxs\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .xxs\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .xxs\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .xxs\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .xxs\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .xxs\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .xxs\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .xxs\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .xxs\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .xxs\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .xxs\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .xxs\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .xxs\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .xxs\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .xxs\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .xxs\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .xxs\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .xxs\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .xxs\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .xxs\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .xxs\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .xxs\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .xxs\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .xxs\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .xxs\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .xxs\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .xxs\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .xxs\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .xxs\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .xxs\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .xxs\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .xxs\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .xxs\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .xxs\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .xxs\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .xxs\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .xxs\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .xxs\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .xxs\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .xxs\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .xxs\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .xxs\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .xxs\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .xxs\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .xxs\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .xxs\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .xxs\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .xxs\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .xxs\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .xxs\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .xxs\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .xxs\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .xxs\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .xxs\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .xxs\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .xxs\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .xxs\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .xxs\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .xxs\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .xxs\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .xxs\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .xxs\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .xxs\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .xxs\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .xxs\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .xxs\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .xxs\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .xxs\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .xxs\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .xxs\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .xxs\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .xxs\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .xxs\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xxs\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .xxs\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .xxs\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .xxs\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .xxs\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .xxs\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .xxs\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .xxs\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .xxs\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .xxs\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .xxs\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .xxs\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .xxs\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .xxs\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .xxs\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .xxs\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .xxs\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .xxs\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .xxs\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .xxs\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .xxs\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .xxs\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .xxs\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .xxs\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .xxs\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .xxs\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .xxs\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .xxs\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .xxs\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .xxs\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .xxs\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .xxs\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .xxs\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .xxs\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .xxs\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .xxs\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .xxs\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .xxs\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .xxs\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .xxs\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .xxs\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .xxs\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .xxs\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .xxs\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .xxs\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .xxs\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .xxs\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .xxs\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .xxs\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .xxs\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .xxs\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .xxs\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .xxs\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .xxs\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .xxs\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .xxs\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .xxs\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .xxs\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .xxs\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .xxs\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .xxs\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .xxs\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .xxs\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .xxs\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .xxs\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .xxs\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .xxs\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .xxs\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .xxs\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .xxs\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .xxs\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .xxs\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .xxs\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .xxs\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .xxs\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .xxs\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .xxs\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .xxs\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .xxs\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .xxs\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .xxs\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .xxs\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .xxs\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .xxs\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .xxs\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .xxs\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .xxs\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .xxs\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .xxs\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .xxs\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .xxs\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .xxs\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .xxs\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .xxs\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .xxs\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .xxs\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .xxs\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .xxs\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .xxs\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .xxs\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .xxs\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .xxs\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .xxs\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .xxs\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .xxs\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .xxs\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .xxs\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .xxs\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .xxs\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .xxs\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .xxs\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .xxs\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .xxs\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .xxs\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .xxs\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .xxs\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .xxs\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .xxs\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .xxs\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .xxs\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .xxs\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .xxs\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .xxs\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .xxs\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .xxs\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .xxs\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .xxs\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .xxs\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .xxs\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .xxs\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .xxs\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .xxs\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .xxs\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .xxs\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .xxs\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .xxs\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .xxs\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .xxs\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .xxs\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .xxs\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .xxs\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .xxs\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .xxs\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .xxs\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .xxs\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .xxs\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .xxs\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .xxs\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .xxs\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .xxs\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .xxs\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .xxs\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .xxs\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .xxs\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .xxs\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .xxs\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .xxs\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .xxs\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .xxs\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .xxs\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .xxs\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .xxs\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .xxs\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .xxs\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .xxs\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .xxs\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .xxs\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .xxs\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .xxs\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .xxs\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .xxs\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .xxs\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .xxs\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .xxs\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .xxs\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xxs\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .xxs\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .xxs\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .xxs\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .xxs\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .xxs\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .xxs\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .xxs\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .xxs\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .xxs\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .xxs\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .xxs\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .xxs\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .xxs\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .xxs\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .xxs\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .xxs\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .xxs\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .xxs\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .xxs\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .xxs\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .xxs\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .xxs\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .xxs\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .xxs\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .xxs\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .xxs\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .xxs\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .xxs\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .xxs\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .xxs\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .xxs\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .xxs\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .xxs\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .xxs\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .xxs\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .xxs\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .xxs\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .xxs\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .xxs\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .xxs\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .xxs\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .xxs\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .xxs\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .xxs\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .xxs\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .xxs\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .xxs\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .xxs\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .xxs\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .xxs\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .xxs\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .xxs\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .xxs\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .xxs\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .xxs\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .xxs\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .xxs\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .xxs\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .xxs\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .xxs\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .xxs\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .xxs\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .xxs\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .xxs\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .xxs\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .xxs\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .xxs\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .xxs\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .xxs\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .xxs\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .xxs\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .xxs\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .xxs\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .xxs\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .xxs\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .xxs\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .xxs\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .xxs\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .xxs\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .xxs\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .xxs\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .xxs\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .xxs\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .xxs\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .xxs\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .xxs\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .xxs\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .xxs\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .xxs\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .xxs\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .xxs\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .xxs\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .xxs\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .xxs\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .xxs\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .xxs\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .xxs\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .xxs\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .xxs\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .xxs\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .xxs\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .xxs\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .xxs\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .xxs\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .xxs\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .xxs\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .xxs\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .xxs\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .xxs\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .xxs\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .xxs\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .xxs\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .xxs\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .xxs\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .xxs\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .xxs\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .xxs\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .xxs\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .xxs\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .xxs\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .xxs\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .xxs\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .xxs\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .xxs\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .xxs\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .xxs\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .xxs\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .xxs\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .xxs\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .xxs\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .xxs\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .xxs\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .xxs\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .xxs\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .xxs\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .xxs\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .xxs\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .xxs\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .xxs\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .xxs\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .xxs\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .xxs\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .xxs\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .xxs\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .xxs\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .xxs\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .xxs\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .xxs\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .xxs\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .xxs\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .xxs\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .xxs\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .xxs\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .xxs\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .xxs\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .xxs\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .xxs\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .xxs\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .xxs\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .xxs\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .xxs\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .xxs\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .xxs\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .xxs\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .xxs\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .xxs\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .xxs\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .xxs\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .xxs\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .xxs\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .xxs\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .xxs\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .xxs\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .xxs\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .xxs\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .xxs\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .xxs\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .xxs\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .xxs\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .xxs\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .xxs\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .xxs\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .xxs\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .xxs\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .xxs\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .xxs\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .xxs\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .xxs\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xxs\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .xxs\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .xxs\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .xxs\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .xxs\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .xxs\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .xxs\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .xxs\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .xxs\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .xxs\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .xxs\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .xxs\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .xxs\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .xxs\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .xxs\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .xxs\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .xxs\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .xxs\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .xxs\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .xxs\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .xxs\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .xxs\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .xxs\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .xxs\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .xxs\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .xxs\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .xxs\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .xxs\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .xxs\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .xxs\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .xxs\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .xxs\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .xxs\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .xxs\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .xxs\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .xxs\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .xxs\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .xxs\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .xxs\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .xxs\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .xxs\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .xxs\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .xxs\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .xxs\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .xxs\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .xxs\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .xxs\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .xxs\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .xxs\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .xxs\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .xxs\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .xxs\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .xxs\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .xxs\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .xxs\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .xxs\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .xxs\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .xxs\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .xxs\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .xxs\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .xxs\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .xxs\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .xxs\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .xxs\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .xxs\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .xxs\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .xxs\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .xxs\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .xxs\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .xxs\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .xxs\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .xxs\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .xxs\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .xxs\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .xxs\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .xxs\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .xxs\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .xxs\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .xxs\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .xxs\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .xxs\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .xxs\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .xxs\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .xxs\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .xxs\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .xxs\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .xxs\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .xxs\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .xxs\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .xxs\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .xxs\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .xxs\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .xxs\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .xxs\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .xxs\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .xxs\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .xxs\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .xxs\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .xxs\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .xxs\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .xxs\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .xxs\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .xxs\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .xxs\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .xxs\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .xxs\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .xxs\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .xxs\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .xxs\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .xxs\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .xxs\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .xxs\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .xxs\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .xxs\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .xxs\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .xxs\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .xxs\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .xxs\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .xxs\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .xxs\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .xxs\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .xxs\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .xxs\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .xxs\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .xxs\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .xxs\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .xxs\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .xxs\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .xxs\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .xxs\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .xxs\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .xxs\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .xxs\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .xxs\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .xxs\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .xxs\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .xxs\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .xxs\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .xxs\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .xxs\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .xxs\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .xxs\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .xxs\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .xxs\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .xxs\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .xxs\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .xxs\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .xxs\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .xxs\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .xxs\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .xxs\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .xxs\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .xxs\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .xxs\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .xxs\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .xxs\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .xxs\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .xxs\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .xxs\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .xxs\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .xxs\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .xxs\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .xxs\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .xxs\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .xxs\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .xxs\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .xxs\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .xxs\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .xxs\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .xxs\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .xxs\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .xxs\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .xxs\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .xxs\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .xxs\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xxs\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .xxs\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .xxs\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .xxs\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .xxs\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .xxs\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .xxs\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .xxs\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .xxs\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .xxs\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .xxs\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .xxs\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .xxs\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .xxs\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .xxs\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .xxs\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .xxs\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .xxs\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .xxs\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .xxs\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .xxs\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .xxs\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .xxs\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .xxs\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .xxs\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .xxs\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .xxs\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .xxs\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .xxs\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .xxs\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .xxs\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .xxs\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .xxs\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .xxs\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .xxs\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .xxs\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .xxs\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .xxs\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .xxs\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .xxs\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .xxs\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .xxs\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .xxs\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .xxs\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .xxs\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .xxs\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .xxs\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .xxs\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .xxs\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .xxs\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .xxs\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .xxs\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .xxs\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .xxs\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .xxs\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .xxs\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .xxs\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .xxs\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .xxs\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .xxs\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .xxs\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .xxs\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .xxs\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .xxs\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .xxs\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .xxs\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .xxs\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .xxs\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .xxs\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .xxs\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .xxs\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .xxs\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .xxs\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .xxs\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .xxs\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .xxs\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .xxs\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .xxs\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .xxs\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .xxs\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .xxs\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .xxs\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .xxs\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .xxs\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .xxs\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .xxs\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .xxs\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .xxs\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .xxs\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .xxs\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .xxs\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .xxs\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .xxs\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .xxs\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .xxs\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .xxs\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .xxs\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .xxs\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .xxs\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .xxs\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .xxs\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .xxs\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .xxs\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .xxs\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .xxs\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .xxs\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .xxs\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .xxs\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .xxs\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .xxs\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .xxs\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .xxs\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .xxs\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .xxs\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .xxs\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .xxs\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .xxs\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .xxs\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .xxs\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .xxs\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .xxs\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .xxs\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .xxs\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .xxs\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .xxs\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .xxs\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .xxs\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .xxs\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .xxs\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .xxs\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .xxs\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .xxs\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .xxs\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .xxs\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .xxs\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .xxs\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .xxs\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .xxs\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .xxs\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .xxs\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .xxs\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .xxs\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .xxs\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .xxs\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .xxs\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .xxs\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .xxs\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .xxs\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .xxs\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .xxs\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .xxs\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .xxs\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .xxs\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .xxs\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .xxs\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .xxs\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .xxs\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .xxs\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .xxs\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .xxs\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .xxs\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .xxs\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .xxs\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .xxs\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .xxs\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .xxs\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .xxs\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .xxs\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .xxs\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .xxs\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .xxs\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .xxs\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .xxs\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .xxs\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .xxs\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .xxs\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .xxs\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .xxs\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .xxs\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .xxs\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .xxs\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .xxs\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .xxs\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .xxs\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .xxs\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .xxs\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .xxs\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .xxs\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .xxs\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xxs\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .xxs\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .xxs\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .xxs\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .xxs\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .xxs\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .xxs\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .xxs\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .xxs\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .xxs\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .xxs\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .xxs\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .xxs\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .xxs\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .xxs\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .xxs\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .xxs\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .xxs\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .xxs\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .xxs\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .xxs\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .xxs\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .xxs\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .xxs\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .xxs\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .xxs\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .xxs\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .xxs\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .xxs\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .xxs\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .xxs\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .xxs\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .xxs\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .xxs\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .xxs\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .xxs\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .xxs\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .xxs\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .xxs\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .xxs\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .xxs\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .xxs\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .xxs\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .xxs\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .xxs\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .xxs\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .xxs\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .xxs\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .xxs\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .xxs\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .xxs\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .xxs\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .xxs\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .xxs\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .xxs\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .xxs\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .xxs\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .xxs\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .xxs\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .xxs\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .xxs\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .xxs\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .xxs\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .xxs\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .xxs\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .xxs\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .xxs\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .xxs\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .xxs\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .xxs\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .xxs\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .xxs\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .xxs\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .xxs\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .xxs\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .xxs\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .xxs\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .xxs\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .xxs\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .xxs\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .xxs\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .xxs\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .xxs\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .xxs\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .xxs\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .xxs\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .xxs\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .xxs\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .xxs\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .xxs\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .xxs\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .xxs\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .xxs\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .xxs\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .xxs\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .xxs\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .xxs\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .xxs\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .xxs\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .xxs\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .xxs\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .xxs\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .xxs\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .xxs\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .xxs\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .xxs\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .xxs\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .xxs\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .xxs\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .xxs\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .xxs\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .xxs\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .xxs\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .xxs\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .xxs\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .xxs\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .xxs\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .xxs\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .xxs\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .xxs\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .xxs\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .xxs\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .xxs\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .xxs\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .xxs\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .xxs\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .xxs\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .xxs\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .xxs\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .xxs\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .xxs\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .xxs\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .xxs\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .xxs\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .xxs\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .xxs\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .xxs\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .xxs\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .xxs\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .xxs\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .xxs\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .xxs\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .xxs\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .xxs\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .xxs\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .xxs\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .xxs\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .xxs\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .xxs\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .xxs\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .xxs\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .xxs\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .xxs\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .xxs\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .xxs\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .xxs\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .xxs\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .xxs\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .xxs\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .xxs\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .xxs\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .xxs\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .xxs\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .xxs\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .xxs\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .xxs\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .xxs\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .xxs\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .xxs\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .xxs\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .xxs\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .xxs\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .xxs\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .xxs\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .xxs\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xxs\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .xxs\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .xxs\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .xxs\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .xxs\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .xxs\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .xxs\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .xxs\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .xxs\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .xxs\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .xxs\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .xxs\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .xxs\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .xxs\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .xxs\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .xxs\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .xxs\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .xxs\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .xxs\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .xxs\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .xxs\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .xxs\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .xxs\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .xxs\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .xxs\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .xxs\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .xxs\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .xxs\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .xxs\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .xxs\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .xxs\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .xxs\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .xxs\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .xxs\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .xxs\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .xxs\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .xxs\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .xxs\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .xxs\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .xxs\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .xxs\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .xxs\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .xxs\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .xxs\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .xxs\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .xxs\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .xxs\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .xxs\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .xxs\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .xxs\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .xxs\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .xxs\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .xxs\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .xxs\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .xxs\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .xxs\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .xxs\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .xxs\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .xxs\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .xxs\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .xxs\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .xxs\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .xxs\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .xxs\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .xxs\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .xxs\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .xxs\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .xxs\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .xxs\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .xxs\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .xxs\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .xxs\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .xxs\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .xxs\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .xxs\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .xxs\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .xxs\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .xxs\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .xxs\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .xxs\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .xxs\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .xxs\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .xxs\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .xxs\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .xxs\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .xxs\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .xxs\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .xxs\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .xxs\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .xxs\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .xxs\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .xxs\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .xxs\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .xxs\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .xxs\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .xxs\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .xxs\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .xxs\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .xxs\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .xxs\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .xxs\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .xxs\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .xxs\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .xxs\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .xxs\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .xxs\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .xxs\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .xxs\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .xxs\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .xxs\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .xxs\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .xxs\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .xxs\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .xxs\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .xxs\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .xxs\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .xxs\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .xxs\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .xxs\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .xxs\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .xxs\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .xxs\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .xxs\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .xxs\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .xxs\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .xxs\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .xxs\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .xxs\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .xxs\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .xxs\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .xxs\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .xxs\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .xxs\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .xxs\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .xxs\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .xxs\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .xxs\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .xxs\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .xxs\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .xxs\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .xxs\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .xxs\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .xxs\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .xxs\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .xxs\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .xxs\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .xxs\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .xxs\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .xxs\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .xxs\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .xxs\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .xxs\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .xxs\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .xxs\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .xxs\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .xxs\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .xxs\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .xxs\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .xxs\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .xxs\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .xxs\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .xxs\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .xxs\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .xxs\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .xxs\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .xxs\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .xxs\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .xxs\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .xxs\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .xxs\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .xxs\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .xxs\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .xxs\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .xxs\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .xxs\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .xxs\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .xxs\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .xxs\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .xxs\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .xxs\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .xxs\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .xxs\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .xxs\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .xxs\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .xxs\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .xxs\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .xxs\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .xxs\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .xxs\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xxs\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .xxs\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .xxs\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .xxs\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .xxs\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .xxs\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .xxs\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .xxs\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .xxs\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .xxs\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .xxs\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .xxs\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .xxs\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .xxs\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .xxs\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .xxs\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .xxs\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .xxs\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .xxs\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .xxs\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .xxs\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .xxs\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .xxs\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .xxs\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .xxs\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .xxs\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .xxs\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .xxs\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .xxs\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .xxs\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .xxs\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .xxs\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .xxs\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .xxs\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .xxs\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .xxs\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .xxs\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .xxs\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .xxs\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .xxs\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .xxs\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .xxs\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .xxs\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .xxs\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .xxs\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .xxs\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .xxs\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .xxs\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .xxs\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .xxs\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .xxs\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .xxs\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .xxs\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .xxs\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .xxs\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .xxs\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .xxs\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .xxs\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .xxs\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .xxs\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .xxs\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .xxs\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .xxs\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .xxs\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .xxs\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .xxs\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .xxs\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .xxs\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .xxs\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .xxs\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .xxs\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .xxs\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .xxs\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .xxs\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .xxs\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .xxs\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .xxs\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .xxs\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .xxs\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .xxs\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .xxs\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .xxs\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .xxs\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .xxs\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .xxs\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .xxs\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .xxs\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .xxs\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .xxs\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .xxs\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .xxs\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .xxs\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .xxs\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .xxs\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .xxs\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .xxs\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .xxs\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .xxs\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .xxs\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .xxs\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .xxs\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .xxs\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .xxs\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .xxs\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .xxs\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .xxs\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .xxs\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .xxs\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .xxs\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .xxs\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .xxs\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .xxs\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .xxs\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .xxs\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .xxs\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .xxs\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .xxs\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .xxs\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .xxs\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .xxs\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .xxs\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .xxs\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .xxs\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .xxs\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .xxs\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .xxs\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .xxs\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .xxs\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .xxs\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .xxs\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .xxs\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .xxs\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .xxs\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .xxs\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .xxs\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .xxs\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .xxs\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .xxs\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .xxs\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .xxs\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .xxs\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .xxs\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .xxs\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .xxs\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .xxs\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .xxs\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .xxs\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .xxs\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .xxs\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .xxs\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .xxs\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .xxs\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .xxs\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .xxs\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .xxs\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .xxs\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .xxs\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .xxs\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .xxs\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .xxs\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .xxs\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .xxs\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .xxs\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .xxs\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .xxs\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .xxs\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .xxs\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .xxs\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .xxs\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .xxs\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .xxs\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .xxs\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .xxs\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .xxs\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .xxs\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xxs\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .xxs\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .xxs\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .xxs\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .xxs\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .xxs\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .xxs\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .xxs\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .xxs\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .xxs\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .xxs\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .xxs\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .xxs\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .xxs\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .xxs\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .xxs\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .xxs\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .xxs\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .xxs\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .xxs\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .xxs\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .xxs\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .xxs\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .xxs\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .xxs\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .xxs\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .xxs\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .xxs\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .xxs\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .xxs\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .xxs\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .xxs\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .xxs\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .xxs\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .xxs\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .xxs\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .xxs\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .xxs\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .xxs\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .xxs\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .xxs\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .xxs\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .xxs\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .xxs\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .xxs\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .xxs\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .xxs\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .xxs\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .xxs\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .xxs\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .xxs\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .xxs\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .xxs\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .xxs\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .xxs\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .xxs\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .xxs\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .xxs\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .xxs\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .xxs\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .xxs\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .xxs\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .xxs\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .xxs\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .xxs\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .xxs\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .xxs\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .xxs\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .xxs\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .xxs\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .xxs\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .xxs\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .xxs\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .xxs\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .xxs\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .xxs\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .xxs\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .xxs\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .xxs\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .xxs\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .xxs\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .xxs\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .xxs\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .xxs\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .xxs\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .xxs\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .xxs\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .xxs\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .xxs\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .xxs\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .xxs\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .xxs\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .xxs\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .xxs\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .xxs\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .xxs\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .xxs\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .xxs\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .xxs\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .xxs\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .xxs\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .xxs\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .xxs\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .xxs\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .xxs\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .xxs\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .xxs\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .xxs\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .xxs\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .xxs\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .xxs\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .xxs\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .xxs\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .xxs\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .xxs\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .xxs\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .xxs\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .xxs\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .xxs\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .xxs\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .xxs\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .xxs\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .xxs\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .xxs\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .xxs\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .xxs\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .xxs\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .xxs\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .xxs\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .xxs\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .xxs\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .xxs\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .xxs\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .xxs\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .xxs\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .xxs\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .xxs\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .xxs\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .xxs\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .xxs\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .xxs\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .xxs\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .xxs\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .xxs\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .xxs\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .xxs\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .xxs\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .xxs\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .xxs\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .xxs\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .xxs\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .xxs\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .xxs\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .xxs\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .xxs\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .xxs\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .xxs\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .xxs\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .xxs\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .xxs\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .xxs\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .xxs\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .xxs\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .xxs\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .xxs\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .xxs\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .xxs\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .xxs\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .xxs\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .xxs\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .xxs\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .xxs\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .xxs\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .xxs\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .xxs\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .xxs\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .xxs\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .xxs\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .xxs\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .xxs\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .xxs\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .xxs\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .xxs\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .xxs\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .xxs\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .xxs\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .xxs\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .xxs\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .xxs\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xxs\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .xxs\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .xxs\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .xxs\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .xxs\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .xxs\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .xxs\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .xxs\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .xxs\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .xxs\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .xxs\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .xxs\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .xxs\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .xxs\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .xxs\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .xxs\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .xxs\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .xxs\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .xxs\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .xxs\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .xxs\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .xxs\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .xxs\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .xxs\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .xxs\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .xxs\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .xxs\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .xxs\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .xxs\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .xxs\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .xxs\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .xxs\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .xxs\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .xxs\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .xxs\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .xxs\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .xxs\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .xxs\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .xxs\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .xxs\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .xxs\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .xxs\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .xxs\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .xxs\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .xxs\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .xxs\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .xxs\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .xxs\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .xxs\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .xxs\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .xxs\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .xxs\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .xxs\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .xxs\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .xxs\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .xxs\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .xxs\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .xxs\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .xxs\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .xxs\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .xxs\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .xxs\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .xxs\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .xxs\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .xxs\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .xxs\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .xxs\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .xxs\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .xxs\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .xxs\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .xxs\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .xxs\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .xxs\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .xxs\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .xxs\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .xxs\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .xxs\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .xxs\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .xxs\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .xxs\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .xxs\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .xxs\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .xxs\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .xxs\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .xxs\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .xxs\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .xxs\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .xxs\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .xxs\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .xxs\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .xxs\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .xxs\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .xxs\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .xxs\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .xxs\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .xxs\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .xxs\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .xxs\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .xxs\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .xxs\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .xxs\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .xxs\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .xxs\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .xxs\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .xxs\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .xxs\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .xxs\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .xxs\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .xxs\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .xxs\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .xxs\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .xxs\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .xxs\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .xxs\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .xxs\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .xxs\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .xxs\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .xxs\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .xxs\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .xxs\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .xxs\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .xxs\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .xxs\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .xxs\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .xxs\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .xxs\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .xxs\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .xxs\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .xxs\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .xxs\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .xxs\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .xxs\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .xxs\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .xxs\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .xxs\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .xxs\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .xxs\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .xxs\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .xxs\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .xxs\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .xxs\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .xxs\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .xxs\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .xxs\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .xxs\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .xxs\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .xxs\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .xxs\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .xxs\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .xxs\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .xxs\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .xxs\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .xxs\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .xxs\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .xxs\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .xxs\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .xxs\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .xxs\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .xxs\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .xxs\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .xxs\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .xxs\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .xxs\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .xxs\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .xxs\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .xxs\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .xxs\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .xxs\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .xxs\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .xxs\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .xxs\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .xxs\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .xxs\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .xxs\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .xxs\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xxs\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .xxs\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .xxs\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .xxs\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .xxs\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .xxs\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .xxs\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .xxs\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .xxs\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .xxs\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .xxs\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .xxs\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .xxs\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .xxs\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .xxs\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .xxs\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .xxs\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .xxs\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .xxs\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .xxs\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .xxs\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .xxs\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .xxs\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .xxs\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .xxs\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .xxs\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .xxs\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .xxs\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .xxs\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .xxs\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .xxs\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .xxs\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .xxs\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .xxs\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .xxs\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .xxs\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .xxs\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .xxs\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .xxs\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .xxs\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .xxs\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .xxs\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .xxs\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .xxs\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .xxs\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .xxs\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .xxs\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .xxs\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .xxs\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .xxs\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .xxs\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .xxs\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .xxs\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .xxs\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .xxs\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .xxs\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .xxs\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .xxs\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .xxs\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .xxs\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .xxs\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .xxs\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .xxs\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .xxs\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .xxs\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .xxs\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .xxs\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .xxs\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .xxs\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .xxs\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .xxs\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .xxs\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .xxs\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .xxs\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .xxs\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .xxs\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .xxs\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .xxs\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .xxs\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .xxs\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .xxs\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .xxs\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .xxs\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .xxs\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .xxs\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .xxs\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .xxs\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .xxs\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .xxs\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .xxs\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .xxs\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .xxs\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .xxs\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .xxs\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .xxs\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .xxs\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .xxs\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .xxs\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .xxs\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .xxs\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .xxs\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .xxs\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .xxs\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .xxs\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .xxs\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .xxs\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .xxs\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .xxs\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .xxs\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .xxs\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .xxs\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .xxs\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .xxs\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .xxs\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .xxs\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .xxs\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .xxs\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .xxs\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .xxs\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .xxs\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .xxs\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .xxs\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .xxs\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .xxs\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .xxs\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .xxs\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .xxs\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .xxs\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .xxs\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .xxs\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .xxs\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .xxs\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .xxs\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .xxs\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .xxs\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .xxs\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .xxs\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .xxs\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .xxs\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .xxs\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .xxs\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .xxs\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .xxs\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .xxs\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .xxs\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .xxs\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .xxs\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .xxs\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .xxs\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .xxs\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .xxs\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .xxs\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .xxs\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .xxs\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .xxs\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .xxs\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .xxs\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .xxs\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .xxs\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .xxs\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .xxs\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .xxs\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .xxs\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .xxs\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .xxs\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .xxs\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .xxs\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .xxs\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .xxs\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .xxs\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .xxs\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .xxs\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .xxs\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .xxs\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .xxs\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .xxs\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .xxs\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .xxs\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .xxs\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .xxs\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .xxs\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .xxs\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .xxs\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .xxs\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .xxs\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .xxs\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .xxs\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .xxs\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .xxs\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .xxs\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .xxs\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .xxs\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .xxs\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .xxs\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .xxs\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .xxs\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .xxs\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .xxs\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .xxs\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .xxs\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .xxs\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .xxs\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .xxs\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .xxs\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .xxs\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .xxs\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .xxs\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .xxs\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .xxs\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .xxs\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .xxs\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .xxs\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .xxs\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .xxs\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .xxs\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .xxs\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .xxs\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .xxs\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .xxs\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .xxs\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .xxs\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .xxs\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .xxs\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .xxs\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .xxs\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .xxs\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .xxs\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .xxs\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .xxs\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .xxs\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .xxs\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .xxs\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .xxs\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .xxs\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .xxs\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .xxs\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .xxs\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .xxs\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .xxs\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .xxs\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .xxs\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .xxs\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .xxs\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .xxs\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .xxs\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .xxs\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .xxs\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .xxs\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .xxs\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .xxs\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .xxs\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .xxs\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .xxs\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .xxs\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .xxs\:transition-none {
        transition-property: none;
    }
    .xxs\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xxs\: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;
    }
    .xxs\: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;
    }
    .xxs\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xxs\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xxs\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xxs\:ease-linear {
        transition-timing-function: linear;
    }
    .xxs\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .xxs\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .xxs\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .xxs\:duration-75 {
        transition-duration: 75ms;
    }
    .xxs\:duration-100 {
        transition-duration: 0.1s;
    }
    .xxs\:duration-150 {
        transition-duration: 150ms;
    }
    .xxs\:duration-200 {
        transition-duration: 0.2s;
    }
    .xxs\:duration-300 {
        transition-duration: 0.3s;
    }
    .xxs\:duration-500 {
        transition-duration: 0.5s;
    }
    .xxs\:duration-700 {
        transition-duration: 0.7s;
    }
    .xxs\:duration-1000 {
        transition-duration: 1s;
    }
    .xxs\:delay-75 {
        transition-delay: 75ms;
    }
    .xxs\:delay-100 {
        transition-delay: 0.1s;
    }
    .xxs\:delay-150 {
        transition-delay: 150ms;
    }
    .xxs\:delay-200 {
        transition-delay: 0.2s;
    }
    .xxs\:delay-300 {
        transition-delay: 0.3s;
    }
    .xxs\:delay-500 {
        transition-delay: 0.5s;
    }
    .xxs\:delay-700 {
        transition-delay: 0.7s;
    }
    .xxs\:delay-1000 {
        transition-delay: 1s;
    }
    .xxs\:animate-none {
        animation: none;
    }
    .xxs\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .xxs\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .xxs\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .xxs\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 360px) and (max-width: 480px) {
    .xs\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .xs\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .xs\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .xs\:container {
            max-width: 480px;
        }
    }
    @media (min-width: 640px) {
        .xs\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xs\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .xs\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .xs\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .xs\:container {
            max-width: 1536px;
        }
    }
    @media (min-width: 1920px) {
        .xs\:container {
            max-width: 1920px;
        }
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .xs\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-1p > :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));
    }
    .xs\:space-x-1p > :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)));
    }
    .xs\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .xs\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .xs\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-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));
    }
    .xs\:-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)));
    }
    .xs\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-1p > :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));
    }
    .xs\:-space-x-1p > :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)));
    }
    .xs\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .xs\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\: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));
    }
    .xs\: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)));
    }
    .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .xs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .xs\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .xs\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .xs\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .xs\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .xs\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .xs\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .xs\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .xs\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .xs\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .xs\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .xs\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .xs\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .xs\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .xs\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .xs\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .xs\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .xs\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .xs\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .xs\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .xs\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .xs\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .xs\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .xs\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .xs\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .xs\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .xs\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .xs\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .xs\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .xs\: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;
    }
    .xs\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xs\: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;
    }
    .xs\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xs\: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;
    }
    .xs\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .xs\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .xs\:bg-fixed {
        background-attachment: fixed;
    }
    .xs\:bg-local {
        background-attachment: local;
    }
    .xs\:bg-scroll {
        background-attachment: scroll;
    }
    .xs\:bg-clip-border {
        background-clip: border-box;
    }
    .xs\:bg-clip-padding {
        background-clip: padding-box;
    }
    .xs\:bg-clip-content {
        background-clip: content-box;
    }
    .xs\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .xs\:bg-transparent {
        background-color: transparent;
    }
    .xs\:bg-current {
        background-color: currentColor;
    }
    .xs\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xs\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xs\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xs\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xs\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xs\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xs\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xs\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xs\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xs\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xs\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xs\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xs\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xs\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xs\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xs\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xs\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xs\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xs\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xs\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xs\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xs\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xs\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xs\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xs\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xs\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xs\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xs\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xs\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xs\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xs\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xs\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xs\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xs\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xs\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xs\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xs\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xs\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xs\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xs\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xs\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xs\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xs\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .xs\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .xs\:bg-gray-23 {
        background-color: #eee;
    }
    .xs\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .xs\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .xs\:bg-gray-26 {
        background-color: #efefef;
    }
    .xs\:bg-gray-27 {
        background-color: #bababa;
    }
    .xs\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xs\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .xs\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .xs\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xs\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xs\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .xs\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .xs\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .xs\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .xs\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .xs\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .xs\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .xs\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .xs\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .xs\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .xs\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .xs\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .xs\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .xs\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .xs\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .xs\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .xs\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .xs\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xs\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .xs\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .xs\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .xs\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .xs\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .xs\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .xs\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .xs\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .xs\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .xs\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xs\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .xs\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .xs\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .xs\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .xs\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .xs\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .xs\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .xs\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .xs\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .xs\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .xs\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .xs\:bg-none {
        background-image: none;
    }
    .xs\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .xs\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .xs\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .xs\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .xs\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .xs\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .xs\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .xs\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .xs\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xs\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xs\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xs\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xs\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xs\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xs\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xs\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xs\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xs\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xs\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xs\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xs\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xs\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xs\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xs\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xs\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xs\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xs\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xs\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xs\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xs\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xs\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xs\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xs\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xs\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xs\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xs\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xs\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xs\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xs\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xs\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xs\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xs\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xs\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xs\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xs\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xs\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xs\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xs\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xs\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xs\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xs\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xs\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xs\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xs\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xs\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xs\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xs\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xs\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xs\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xs\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xs\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xs\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xs\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xs\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xs\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xs\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xs\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xs\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xs\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xs\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xs\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xs\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xs\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xs\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xs\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xs\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xs\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xs\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xs\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xs\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xs\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xs\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xs\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xs\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xs\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xs\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xs\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xs\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xs\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xs\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xs\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xs\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xs\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xs\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xs\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xs\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xs\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xs\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xs\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xs\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xs\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xs\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xs\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xs\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xs\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xs\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xs\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xs\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xs\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xs\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xs\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xs\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xs\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xs\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xs\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xs\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xs\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xs\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xs\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xs\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xs\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xs\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xs\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xs\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xs\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xs\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xs\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xs\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xs\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xs\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xs\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xs\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xs\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xs\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xs\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xs\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xs\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xs\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xs\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xs\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xs\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xs\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xs\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xs\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xs\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xs\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xs\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xs\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xs\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xs\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xs\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xs\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xs\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xs\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xs\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xs\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xs\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xs\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xs\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xs\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xs\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xs\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xs\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xs\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xs\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xs\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xs\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .xs\:to-current {
        --tw-gradient-to: currentColor;
    }
    .xs\:to-black {
        --tw-gradient-to: #000;
    }
    .xs\:to-white {
        --tw-gradient-to: #fff;
    }
    .xs\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .xs\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .xs\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .xs\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .xs\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .xs\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .xs\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .xs\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .xs\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .xs\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .xs\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .xs\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .xs\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .xs\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .xs\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .xs\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .xs\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .xs\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .xs\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .xs\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .xs\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .xs\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .xs\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .xs\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .xs\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .xs\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .xs\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .xs\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .xs\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .xs\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .xs\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .xs\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .xs\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .xs\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .xs\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .xs\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .xs\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .xs\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .xs\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .xs\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .xs\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .xs\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .xs\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .xs\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .xs\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .xs\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .xs\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .xs\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .xs\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .xs\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .xs\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .xs\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .xs\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .xs\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .xs\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .xs\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .xs\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .xs\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .xs\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .xs\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .xs\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .xs\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .xs\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .xs\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .xs\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .xs\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .xs\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .xs\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .xs\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .xs\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .xs\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .xs\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .xs\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .xs\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .xs\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .xs\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .xs\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .xs\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .xs\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .xs\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .xs\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .xs\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .xs\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .xs\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .xs\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .xs\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .xs\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .xs\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .xs\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .xs\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xs\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xs\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .xs\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .xs\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .xs\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .xs\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .xs\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .xs\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .xs\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .xs\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .xs\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .xs\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .xs\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .xs\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .xs\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .xs\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .xs\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .xs\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .xs\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .xs\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .xs\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .xs\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .xs\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .xs\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .xs\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .xs\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .xs\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .xs\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .xs\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .xs\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .xs\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .xs\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .xs\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .xs\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .xs\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .xs\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .xs\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .xs\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .xs\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .xs\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .xs\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .xs\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .xs\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .xs\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .xs\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .xs\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .xs\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .xs\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .xs\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xs\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xs\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xs\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xs\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xs\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xs\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xs\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xs\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xs\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xs\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xs\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xs\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xs\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xs\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xs\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xs\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xs\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xs\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xs\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xs\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xs\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xs\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xs\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xs\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xs\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xs\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xs\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xs\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xs\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xs\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xs\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xs\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xs\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xs\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xs\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xs\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xs\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xs\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xs\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xs\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xs\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xs\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xs\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xs\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xs\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xs\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xs\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xs\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xs\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xs\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xs\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xs\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xs\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xs\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xs\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xs\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xs\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xs\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xs\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xs\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xs\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xs\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xs\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xs\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xs\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xs\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xs\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xs\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xs\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xs\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xs\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xs\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xs\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xs\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xs\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xs\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xs\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xs\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xs\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .xs\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .xs\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .xs\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .xs\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .xs\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .xs\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .xs\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .xs\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .xs\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .xs\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .xs\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .xs\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .xs\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .xs\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .xs\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .xs\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .xs\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .xs\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .xs\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .xs\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .xs\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .xs\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .xs\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .xs\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .xs\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .xs\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .xs\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .xs\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .xs\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .xs\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .xs\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .xs\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .xs\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .xs\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .xs\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .xs\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .xs\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .xs\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .xs\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .xs\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .xs\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .xs\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .xs\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .xs\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .xs\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .xs\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .xs\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .xs\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .xs\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .xs\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .xs\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .xs\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .xs\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .xs\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .xs\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .xs\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .xs\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .xs\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .xs\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .xs\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .xs\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .xs\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .xs\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .xs\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .xs\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .xs\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .xs\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .xs\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .xs\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .xs\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .xs\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .xs\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .xs\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .xs\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .xs\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .xs\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .xs\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .xs\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .xs\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .xs\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .xs\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .xs\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .xs\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .xs\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .xs\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .xs\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .xs\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .xs\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .xs\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .xs\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .xs\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .xs\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .xs\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xs\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xs\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .xs\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .xs\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .xs\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .xs\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .xs\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .xs\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .xs\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .xs\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .xs\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .xs\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .xs\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .xs\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .xs\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .xs\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .xs\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .xs\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .xs\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .xs\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .xs\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .xs\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .xs\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .xs\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .xs\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .xs\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .xs\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .xs\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .xs\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .xs\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .xs\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .xs\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .xs\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .xs\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .xs\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .xs\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .xs\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .xs\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .xs\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .xs\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .xs\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .xs\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .xs\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .xs\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .xs\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .xs\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .xs\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .xs\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .xs\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\: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));
    }
    .xs\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .xs\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .xs\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .xs\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .xs\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .xs\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .xs\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .xs\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .xs\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .xs\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .xs\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .xs\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .xs\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .xs\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .xs\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .xs\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .xs\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .xs\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .xs\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .xs\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .xs\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .xs\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .xs\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .xs\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .xs\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .xs\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .xs\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .xs\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .xs\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .xs\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .xs\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .xs\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .xs\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .xs\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .xs\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .xs\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .xs\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .xs\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .xs\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .xs\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .xs\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .xs\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .xs\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .xs\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .xs\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .xs\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .xs\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .xs\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .xs\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .xs\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .xs\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .xs\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .xs\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .xs\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .xs\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .xs\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .xs\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .xs\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .xs\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .xs\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .xs\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .xs\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .xs\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .xs\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .xs\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .xs\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .xs\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .xs\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .xs\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .xs\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .xs\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .xs\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .xs\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .xs\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .xs\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .xs\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .xs\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .xs\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .xs\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .xs\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .xs\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .xs\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .xs\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .xs\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .xs\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .xs\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .xs\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .xs\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .xs\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .xs\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .xs\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .xs\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .xs\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .xs\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .xs\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .xs\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .xs\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .xs\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .xs\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .xs\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .xs\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .xs\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .xs\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .xs\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .xs\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .xs\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .xs\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .xs\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .xs\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .xs\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .xs\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .xs\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .xs\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .xs\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .xs\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .xs\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .xs\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .xs\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .xs\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .xs\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .xs\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .xs\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .xs\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .xs\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .xs\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .xs\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .xs\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .xs\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .xs\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .xs\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .xs\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .xs\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .xs\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .xs\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .xs\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .xs\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .xs\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .xs\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .xs\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .xs\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .xs\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .xs\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .xs\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .xs\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .xs\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .xs\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .xs\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .xs\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .xs\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .xs\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .xs\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .xs\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .xs\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .xs\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .xs\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .xs\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .xs\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .xs\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .xs\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .xs\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .xs\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .xs\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .xs\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .xs\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .xs\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .xs\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .xs\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .xs\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .xs\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .xs\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .xs\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .xs\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .xs\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .xs\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .xs\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .xs\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .xs\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .xs\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .xs\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .xs\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .xs\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .xs\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .xs\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .xs\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .xs\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .xs\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .xs\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .xs\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .xs\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .xs\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .xs\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .xs\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .xs\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .xs\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .xs\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .xs\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .xs\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .xs\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .xs\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .xs\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .xs\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .xs\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .xs\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .xs\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .xs\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .xs\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .xs\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .xs\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .xs\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .xs\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .xs\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .xs\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .xs\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .xs\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .xs\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .xs\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .xs\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .xs\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .xs\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .xs\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .xs\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .xs\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .xs\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .xs\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .xs\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .xs\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .xs\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .xs\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .xs\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .xs\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .xs\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .xs\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .xs\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .xs\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .xs\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .xs\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .xs\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .xs\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .xs\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .xs\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .xs\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .xs\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .xs\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .xs\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .xs\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .xs\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .xs\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .xs\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .xs\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .xs\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .xs\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .xs\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .xs\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .xs\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .xs\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .xs\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .xs\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .xs\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .xs\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .xs\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .xs\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .xs\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .xs\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .xs\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .xs\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .xs\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .xs\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .xs\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .xs\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .xs\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .xs\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .xs\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .xs\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .xs\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .xs\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .xs\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .xs\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .xs\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .xs\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .xs\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .xs\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .xs\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .xs\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .xs\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .xs\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .xs\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .xs\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .xs\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .xs\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .xs\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .xs\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .xs\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .xs\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .xs\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .xs\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .xs\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .xs\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .xs\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .xs\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .xs\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .xs\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .xs\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .xs\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .xs\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .xs\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .xs\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .xs\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .xs\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .xs\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .xs\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .xs\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .xs\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .xs\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .xs\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .xs\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .xs\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .xs\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .xs\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .xs\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .xs\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .xs\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .xs\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .xs\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .xs\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .xs\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .xs\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .xs\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .xs\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .xs\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .xs\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .xs\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .xs\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .xs\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .xs\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .xs\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .xs\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .xs\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .xs\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .xs\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .xs\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .xs\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .xs\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .xs\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .xs\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .xs\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .xs\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .xs\:bg-bottom {
        background-position: bottom;
    }
    .xs\:bg-center {
        background-position: center;
    }
    .xs\:bg-left {
        background-position: left;
    }
    .xs\:bg-left-bottom {
        background-position: left bottom;
    }
    .xs\:bg-left-top {
        background-position: left top;
    }
    .xs\:bg-right {
        background-position: right;
    }
    .xs\:bg-right-bottom {
        background-position: right bottom;
    }
    .xs\:bg-right-top {
        background-position: right top;
    }
    .xs\:bg-top {
        background-position: top;
    }
    .xs\:bg-repeat {
        background-repeat: repeat;
    }
    .xs\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .xs\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .xs\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .xs\:bg-repeat-round {
        background-repeat: round;
    }
    .xs\:bg-repeat-space {
        background-repeat: space;
    }
    .xs\:bg-auto {
        background-size: auto;
    }
    .xs\:bg-cover {
        background-size: cover;
    }
    .xs\:bg-contain {
        background-size: contain;
    }
    .xs\:border-collapse {
        border-collapse: collapse;
    }
    .xs\:border-separate {
        border-collapse: separate;
    }
    .xs\:border-transparent {
        border-color: transparent;
    }
    .xs\:border-current {
        border-color: currentColor;
    }
    .xs\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xs\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xs\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xs\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xs\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xs\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xs\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xs\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xs\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xs\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xs\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xs\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xs\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xs\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xs\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xs\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xs\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xs\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xs\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xs\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xs\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xs\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xs\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xs\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xs\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xs\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xs\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xs\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xs\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xs\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xs\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xs\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xs\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xs\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xs\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xs\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xs\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xs\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xs\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xs\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xs\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xs\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xs\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xs\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xs\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xs\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xs\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xs\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xs\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xs\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xs\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xs\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xs\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xs\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xs\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xs\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xs\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xs\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xs\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xs\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xs\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xs\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xs\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xs\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xs\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xs\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xs\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xs\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xs\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xs\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xs\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xs\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xs\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xs\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xs\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xs\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xs\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xs\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xs\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xs\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xs\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xs\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xs\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xs\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xs\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xs\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xs\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xs\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xs\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xs\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xs\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xs\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xs\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xs\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xs\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xs\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xs\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xs\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xs\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xs\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xs\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xs\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xs\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xs\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xs\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xs\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xs\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xs\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xs\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xs\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xs\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xs\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xs\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xs\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xs\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xs\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xs\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xs\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xs\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xs\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xs\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xs\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xs\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xs\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xs\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xs\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .xs\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .xs\:border-gray-23 {
        border-color: #eee;
    }
    .xs\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .xs\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .xs\:border-gray-26 {
        border-color: #efefef;
    }
    .xs\:border-gray-27 {
        border-color: #bababa;
    }
    .xs\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xs\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xs\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xs\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .xs\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .xs\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xs\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xs\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .xs\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .xs\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .xs\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .xs\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .xs\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .xs\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .xs\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .xs\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .xs\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .xs\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .xs\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .xs\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .xs\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .xs\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .xs\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .xs\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .xs\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xs\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .xs\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .xs\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xs\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xs\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xs\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xs\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xs\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xs\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xs\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xs\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xs\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xs\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xs\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xs\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xs\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .xs\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .xs\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .xs\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .xs\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .xs\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .xs\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .xs\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xs\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xs\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .xs\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .xs\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .xs\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .xs\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .xs\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .xs\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .xs\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .xs\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .xs\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .xs\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .xs\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .xs\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .xs\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .xs\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .xs\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .xs\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .xs\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .xs\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .xs\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .xs\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .xs\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .xs\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .xs\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .xs\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .xs\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .xs\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .xs\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .xs\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .xs\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .xs\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .xs\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .xs\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .xs\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .xs\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .xs\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .xs\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .xs\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .xs\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .xs\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .xs\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .xs\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .xs\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .xs\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .xs\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .xs\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .xs\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .xs\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .xs\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .xs\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .xs\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .xs\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .xs\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .xs\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .xs\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .xs\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .xs\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .xs\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .xs\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .xs\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .xs\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .xs\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .xs\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .xs\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .xs\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .xs\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .xs\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .xs\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .xs\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .xs\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .xs\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .xs\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .xs\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .xs\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .xs\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .xs\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .xs\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .xs\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .xs\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .xs\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .xs\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .xs\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .xs\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .xs\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .xs\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .xs\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .xs\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .xs\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .xs\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .xs\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .xs\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .xs\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .xs\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .xs\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .xs\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .xs\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .xs\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .xs\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .xs\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .xs\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .xs\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .xs\:rounded-none {
        border-radius: 0;
    }
    .xs\:rounded-sm {
        border-radius: 0.125rem;
    }
    .xs\:rounded {
        border-radius: 0.25rem;
    }
    .xs\:rounded-md {
        border-radius: 0.375rem;
    }
    .xs\:rounded-lg {
        border-radius: 0.5rem;
    }
    .xs\:rounded-xl {
        border-radius: 0.75rem;
    }
    .xs\:rounded-2xl {
        border-radius: 1rem;
    }
    .xs\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .xs\:rounded-full {
        border-radius: 9999px;
    }
    .xs\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .xs\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .xs\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xs\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .xs\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .xs\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .xs\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xs\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .xs\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .xs\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .xs\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xs\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .xs\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .xs\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .xs\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xs\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .xs\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .xs\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .xs\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xs\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .xs\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .xs\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .xs\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xs\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .xs\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .xs\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .xs\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xs\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .xs\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .xs\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .xs\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xs\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .xs\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .xs\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .xs\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xs\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .xs\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .xs\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .xs\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .xs\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .xs\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .xs\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .xs\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .xs\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .xs\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .xs\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .xs\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .xs\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .xs\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .xs\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .xs\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .xs\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .xs\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .xs\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .xs\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .xs\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .xs\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .xs\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .xs\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .xs\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .xs\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .xs\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .xs\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .xs\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .xs\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .xs\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .xs\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .xs\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .xs\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .xs\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .xs\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .xs\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .xs\:border-solid {
        border-style: solid;
    }
    .xs\:border-dashed {
        border-style: dashed;
    }
    .xs\:border-dotted {
        border-style: dotted;
    }
    .xs\:border-double {
        border-style: double;
    }
    .xs\:border-none {
        border-style: none;
    }
    .xs\:border-0 {
        border-width: 0;
    }
    .xs\:border-2 {
        border-width: 2px;
    }
    .xs\:border-4 {
        border-width: 4px;
    }
    .xs\:border-8 {
        border-width: 8px;
    }
    .xs\:border {
        border-width: 1px;
    }
    .xs\:border-t-0 {
        border-top-width: 0;
    }
    .xs\:border-r-0 {
        border-right-width: 0;
    }
    .xs\:border-b-0 {
        border-bottom-width: 0;
    }
    .xs\:border-l-0 {
        border-left-width: 0;
    }
    .xs\:border-t-2 {
        border-top-width: 2px;
    }
    .xs\:border-r-2 {
        border-right-width: 2px;
    }
    .xs\:border-b-2 {
        border-bottom-width: 2px;
    }
    .xs\:border-l-2 {
        border-left-width: 2px;
    }
    .xs\:border-t-4 {
        border-top-width: 4px;
    }
    .xs\:border-r-4 {
        border-right-width: 4px;
    }
    .xs\:border-b-4 {
        border-bottom-width: 4px;
    }
    .xs\:border-l-4 {
        border-left-width: 4px;
    }
    .xs\:border-t-8 {
        border-top-width: 8px;
    }
    .xs\:border-r-8 {
        border-right-width: 8px;
    }
    .xs\:border-b-8 {
        border-bottom-width: 8px;
    }
    .xs\:border-l-8 {
        border-left-width: 8px;
    }
    .xs\:border-t {
        border-top-width: 1px;
    }
    .xs\:border-r {
        border-right-width: 1px;
    }
    .xs\:border-b {
        border-bottom-width: 1px;
    }
    .xs\:border-l {
        border-left-width: 1px;
    }
    .xs\:box-border {
        box-sizing: border-box;
    }
    .xs\:box-content {
        box-sizing: content-box;
    }
    .xs\:cursor-auto {
        cursor: auto;
    }
    .xs\:cursor-default {
        cursor: default;
    }
    .xs\:cursor-pointer {
        cursor: pointer;
    }
    .xs\:cursor-wait {
        cursor: wait;
    }
    .xs\:cursor-text {
        cursor: text;
    }
    .xs\:cursor-move {
        cursor: move;
    }
    .xs\:cursor-help {
        cursor: help;
    }
    .xs\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .xs\:block {
        display: block;
    }
    .xs\:inline-block {
        display: inline-block;
    }
    .xs\:inline {
        display: inline;
    }
    .xs\:flex {
        display: flex;
    }
    .xs\:inline-flex {
        display: inline-flex;
    }
    .xs\:table {
        display: table;
    }
    .xs\:table-caption {
        display: table-caption;
    }
    .xs\:table-cell {
        display: table-cell;
    }
    .xs\:table-column {
        display: table-column;
    }
    .xs\:table-column-group {
        display: table-column-group;
    }
    .xs\:table-footer-group {
        display: table-footer-group;
    }
    .xs\:table-header-group {
        display: table-header-group;
    }
    .xs\:table-row-group {
        display: table-row-group;
    }
    .xs\:table-row {
        display: table-row;
    }
    .xs\:flow-root {
        display: flow-root;
    }
    .xs\:grid {
        display: grid;
    }
    .xs\:inline-grid {
        display: inline-grid;
    }
    .xs\:contents {
        display: contents;
    }
    .xs\:hidden {
        display: none;
    }
    .xs\:flex-row {
        flex-direction: row;
    }
    .xs\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .xs\:flex-col {
        flex-direction: column;
    }
    .xs\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .xs\:flex-wrap {
        flex-wrap: wrap;
    }
    .xs\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .xs\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xs\:place-items-auto {
        place-items: auto;
    }
    .xs\:place-items-start {
        place-items: start;
    }
    .xs\:place-items-end {
        place-items: end;
    }
    .xs\:place-items-center {
        place-items: center;
    }
    .xs\:place-items-stretch {
        place-items: stretch;
    }
    .xs\:place-content-center {
        place-content: center;
    }
    .xs\:place-content-start {
        place-content: start;
    }
    .xs\:place-content-end {
        place-content: end;
    }
    .xs\:place-content-between {
        place-content: space-between;
    }
    .xs\:place-content-around {
        place-content: space-around;
    }
    .xs\:place-content-evenly {
        place-content: space-evenly;
    }
    .xs\:place-content-stretch {
        place-content: stretch;
    }
    .xs\:place-self-auto {
        place-self: auto;
    }
    .xs\:place-self-start {
        place-self: start;
    }
    .xs\:place-self-end {
        place-self: end;
    }
    .xs\:place-self-center {
        place-self: center;
    }
    .xs\:place-self-stretch {
        place-self: stretch;
    }
    .xs\:items-start {
        align-items: flex-start;
    }
    .xs\:items-end {
        align-items: flex-end;
    }
    .xs\:items-center {
        align-items: center;
    }
    .xs\:items-baseline {
        align-items: baseline;
    }
    .xs\:items-stretch {
        align-items: stretch;
    }
    .xs\:content-center {
        align-content: center;
    }
    .xs\:content-start {
        align-content: flex-start;
    }
    .xs\:content-end {
        align-content: flex-end;
    }
    .xs\:content-between {
        align-content: space-between;
    }
    .xs\:content-around {
        align-content: space-around;
    }
    .xs\:content-evenly {
        align-content: space-evenly;
    }
    .xs\:self-auto {
        align-self: auto;
    }
    .xs\:self-start {
        align-self: flex-start;
    }
    .xs\:self-end {
        align-self: flex-end;
    }
    .xs\:self-center {
        align-self: center;
    }
    .xs\:self-stretch {
        align-self: stretch;
    }
    .xs\:justify-items-auto {
        justify-items: auto;
    }
    .xs\:justify-items-start {
        justify-items: start;
    }
    .xs\:justify-items-end {
        justify-items: end;
    }
    .xs\:justify-items-center {
        justify-items: center;
    }
    .xs\:justify-items-stretch {
        justify-items: stretch;
    }
    .xs\:justify-start {
        justify-content: flex-start;
    }
    .xs\:justify-end {
        justify-content: flex-end;
    }
    .xs\:justify-center {
        justify-content: center;
    }
    .xs\:justify-between {
        justify-content: space-between;
    }
    .xs\:justify-around {
        justify-content: space-around;
    }
    .xs\:justify-evenly {
        justify-content: space-evenly;
    }
    .xs\:justify-self-auto {
        justify-self: auto;
    }
    .xs\:justify-self-start {
        justify-self: start;
    }
    .xs\:justify-self-end {
        justify-self: end;
    }
    .xs\:justify-self-center {
        justify-self: center;
    }
    .xs\:justify-self-stretch {
        justify-self: stretch;
    }
    .xs\:flex-1 {
        flex: 1 1 0%;
    }
    .xs\:flex-auto {
        flex: 1 1 auto;
    }
    .xs\:flex-initial {
        flex: 0 1 auto;
    }
    .xs\:flex-none {
        flex: none;
    }
    .xs\:flex-grow-0 {
        flex-grow: 0;
    }
    .xs\:flex-grow {
        flex-grow: 1;
    }
    .xs\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .xs\:flex-shrink {
        flex-shrink: 1;
    }
    .xs\:order-1 {
        order: 1;
    }
    .xs\:order-2 {
        order: 2;
    }
    .xs\:order-3 {
        order: 3;
    }
    .xs\:order-4 {
        order: 4;
    }
    .xs\:order-5 {
        order: 5;
    }
    .xs\:order-6 {
        order: 6;
    }
    .xs\:order-7 {
        order: 7;
    }
    .xs\:order-8 {
        order: 8;
    }
    .xs\:order-9 {
        order: 9;
    }
    .xs\:order-10 {
        order: 10;
    }
    .xs\:order-11 {
        order: 11;
    }
    .xs\:order-12 {
        order: 12;
    }
    .xs\:order-first {
        order: -9999;
    }
    .xs\:order-last {
        order: 9999;
    }
    .xs\:order-none {
        order: 0;
    }
    .xs\:float-right {
        float: right;
    }
    .xs\:float-left {
        float: left;
    }
    .xs\:float-none {
        float: none;
    }
    .xs\:clear-left {
        clear: left;
    }
    .xs\:clear-right {
        clear: right;
    }
    .xs\:clear-both {
        clear: both;
    }
    .xs\:clear-none {
        clear: none;
    }
    .xs\:font-sans {
        font-family: Nunito, 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";
    }
    .xs\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .xs\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .xs\:font-DM {
        font-family: DM Sans;
    }
    .xs\:font-thin {
        font-weight: 100;
    }
    .xs\:font-extralight {
        font-weight: 200;
    }
    .xs\:font-light {
        font-weight: 300;
    }
    .xs\:font-normal {
        font-weight: 400;
    }
    .xs\:font-medium {
        font-weight: 500;
    }
    .xs\:font-semibold {
        font-weight: 600;
    }
    .xs\:font-bold {
        font-weight: 700;
    }
    .xs\:font-extrabold {
        font-weight: 800;
    }
    .xs\:font-black {
        font-weight: 900;
    }
    .xs\:h-0 {
        height: 0;
    }
    .xs\:h-1 {
        height: 0.25rem;
    }
    .xs\:h-2 {
        height: 0.5rem;
    }
    .xs\:h-3 {
        height: 0.75rem;
    }
    .xs\:h-4 {
        height: 1rem;
    }
    .xs\:h-5 {
        height: 1.25rem;
    }
    .xs\:h-6 {
        height: 1.5rem;
    }
    .xs\:h-7 {
        height: 1.75rem;
    }
    .xs\:h-8 {
        height: 2rem;
    }
    .xs\:h-9 {
        height: 2.25rem;
    }
    .xs\:h-10 {
        height: 2.5rem;
    }
    .xs\:h-11 {
        height: 2.75rem;
    }
    .xs\:h-12 {
        height: 3rem;
    }
    .xs\:h-14 {
        height: 3.5rem;
    }
    .xs\:h-16 {
        height: 4rem;
    }
    .xs\:h-20 {
        height: 5rem;
    }
    .xs\:h-23 {
        height: 88px;
    }
    .xs\:h-24 {
        height: 6rem;
    }
    .xs\:h-25 {
        height: 100px;
    }
    .xs\:h-28 {
        height: 7rem;
    }
    .xs\:h-29 {
        height: 120px;
    }
    .xs\:h-32 {
        height: 8rem;
    }
    .xs\:h-33 {
        height: 130px;
    }
    .xs\:h-36 {
        height: 9rem;
    }
    .xs\:h-40 {
        height: 10rem;
    }
    .xs\:h-44 {
        height: 11rem;
    }
    .xs\:h-48 {
        height: 12rem;
    }
    .xs\:h-52 {
        height: 13rem;
    }
    .xs\:h-56 {
        height: 14rem;
    }
    .xs\:h-60 {
        height: 15rem;
    }
    .xs\:h-63 {
        height: 270px;
    }
    .xs\:h-64 {
        height: 16rem;
    }
    .xs\:h-72 {
        height: 18rem;
    }
    .xs\:h-80 {
        height: 20rem;
    }
    .xs\:h-92 {
        height: 475px;
    }
    .xs\:h-96 {
        height: 24rem;
    }
    .xs\:h-128 {
        height: 32rem;
    }
    .xs\:h-auto {
        height: auto;
    }
    .xs\:h-px {
        height: 1px;
    }
    .xs\:h-0\.5 {
        height: 0.125rem;
    }
    .xs\:h-1\.5 {
        height: 0.375rem;
    }
    .xs\:h-2\.5 {
        height: 0.625rem;
    }
    .xs\:h-3\.5 {
        height: 0.875rem;
    }
    .xs\:h-105p {
        height: 105px;
    }
    .xs\:h-50p {
        height: 50px;
    }
    .xs\:h-54p {
        height: 54px;
    }
    .xs\:h-1p {
        height: 1px;
    }
    .xs\:h-2p {
        height: 2px;
    }
    .xs\:h-3p {
        height: 3px;
    }
    .xs\:h-5p {
        height: 5px;
    }
    .xs\:h-7p {
        height: 7px;
    }
    .xs\:h-9p {
        height: 9px;
    }
    .xs\:h-10p {
        height: 10px;
    }
    .xs\:h-11p {
        height: 11px;
    }
    .xs\:h-13p {
        height: 13px;
    }
    .xs\:h-15p {
        height: 15px;
    }
    .xs\:h-18p {
        height: 18px;
    }
    .xs\:h-19p {
        height: 19px;
    }
    .xs\:h-21p {
        height: 21px;
    }
    .xs\:h-22p {
        height: 22px;
    }
    .xs\:h-23p {
        height: 23px;
    }
    .xs\:h-25p {
        height: 25px;
    }
    .xs\:h-26p {
        height: 26px;
    }
    .xs\:h-29p {
        height: 29px;
    }
    .xs\:h-30p {
        height: 30px;
    }
    .xs\:h-31p {
        height: 31px;
    }
    .xs\:h-35p {
        height: 35px;
    }
    .xs\:h-52p {
        height: 52px;
    }
    .xs\:h-53p {
        height: 53px;
    }
    .xs\:h-55p {
        height: 55px;
    }
    .xs\:h-59p {
        height: 59px;
    }
    .xs\:h-27p {
        height: 27px;
    }
    .xs\:h-33\.5p {
        height: 33.5px;
    }
    .xs\:h-38p {
        height: 38px;
    }
    .xs\:h-40p {
        height: 40px;
    }
    .xs\:h-46p {
        height: 46px;
    }
    .xs\:h-47p {
        height: 47px;
    }
    .xs\:h-49p {
        height: 49px;
    }
    .xs\:h-58p {
        height: 58px;
    }
    .xs\:h-75p {
        height: 75px;
    }
    .xs\:h-77p {
        height: 77px;
    }
    .xs\:h-60p {
        height: 60px;
    }
    .xs\:h-65p {
        height: 65px;
    }
    .xs\:h-66p {
        height: 66px;
    }
    .xs\:h-68p {
        height: 68px;
    }
    .xs\:h-70p {
        height: 70px;
    }
    .xs\:h-72p {
        height: 72px;
    }
    .xs\:h-74p {
        height: 74px;
    }
    .xs\:h-78p {
        height: 78px;
    }
    .xs\:h-80p {
        height: 80px;
    }
    .xs\:h-82p {
        height: 82px;
    }
    .xs\:h-84p {
        height: 84px;
    }
    .xs\:h-89p {
        height: 89px;
    }
    .xs\:h-93p {
        height: 93px;
    }
    .xs\:h-90p {
        height: 90px;
    }
    .xs\:h-97p {
        height: 97px;
    }
    .xs\:h-103p {
        height: 103px;
    }
    .xs\:h-116p {
        height: 116px;
    }
    .xs\:h-120p {
        height: 120px;
    }
    .xs\:h-125p {
        height: 125px;
    }
    .xs\:h-130p {
        height: 130px;
    }
    .xs\:h-135p {
        height: 135px;
    }
    .xs\:h-132p {
        height: 132px;
    }
    .xs\:h-150p {
        height: 150px;
    }
    .xs\:h-216p {
        height: 216px;
    }
    .xs\:h-225p {
        height: 225px;
    }
    .xs\:h-296p {
        height: 296px;
    }
    .xs\:h-270p {
        height: 270px;
    }
    .xs\:h-137p {
        height: 137px;
    }
    .xs\:h-141p {
        height: 141px;
    }
    .xs\:h-146p {
        height: 146px;
    }
    .xs\:h-152p {
        height: 152px;
    }
    .xs\:h-155p {
        height: 155px;
    }
    .xs\:h-163p {
        height: 163px;
    }
    .xs\:h-168p {
        height: 168px;
    }
    .xs\:h-173p {
        height: 173px;
    }
    .xs\:h-210p {
        height: 210px;
    }
    .xs\:h-245p {
        height: 245px;
    }
    .xs\:h-250p {
        height: 250px;
    }
    .xs\:h-260p {
        height: 260px;
    }
    .xs\:h-263p {
        height: 263px;
    }
    .xs\:h-266p {
        height: 266px;
    }
    .xs\:h-275p {
        height: 275px;
    }
    .xs\:h-300p {
        height: 300px;
    }
    .xs\:h-312p {
        height: 312px;
    }
    .xs\:h-318p {
        height: 318px;
    }
    .xs\:h-322p {
        height: 322px;
    }
    .xs\:h-337p {
        height: 337px;
    }
    .xs\:h-345p {
        height: 345px;
    }
    .xs\:h-344p {
        height: 344px;
    }
    .xs\:h-354p {
        height: 354px;
    }
    .xs\:h-364p {
        height: 364px;
    }
    .xs\:h-370p {
        height: 370px;
    }
    .xs\:h-382p {
        height: 382px;
    }
    .xs\:h-385p {
        height: 385px;
    }
    .xs\:h-400p {
        height: 400px;
    }
    .xs\:h-407p {
        height: 407px;
    }
    .xs\:h-411p {
        height: 411px;
    }
    .xs\:h-418p {
        height: 418px;
    }
    .xs\:h-430p {
        height: 430px;
    }
    .xs\:h-450p {
        height: 450px;
    }
    .xs\:h-468p {
        height: 468px;
    }
    .xs\:h-485p {
        height: 485px;
    }
    .xs\:h-491p {
        height: 491px;
    }
    .xs\:h-494p {
        height: 494px;
    }
    .xs\:h-470p {
        height: 470px;
    }
    .xs\:h-480p {
        height: 480px;
    }
    .xs\:h-532p {
        height: 532px;
    }
    .xs\:h-556p {
        height: 556px;
    }
    .xs\:h-505p {
        height: 505px;
    }
    .xs\:h-1179p {
        height: 1179px;
    }
    .xs\:h-1253p {
        height: 1253px;
    }
    .xs\:h-1575p {
        height: 1575px;
    }
    .xs\:h-600p {
        height: 600px;
    }
    .xs\:h-649p {
        height: 649px;
    }
    .xs\:h-690p {
        height: 690px;
    }
    .xs\:h-19\% {
        height: 19%;
    }
    .xs\:h-23\% {
        height: 23%;
    }
    .xs\:h-24\% {
        height: 24%;
    }
    .xs\:h-36\% {
        height: 36%;
    }
    .xs\:h-27\% {
        height: 27%;
    }
    .xs\:h-28\% {
        height: 28%;
    }
    .xs\:h-42\% {
        height: 42%;
    }
    .xs\:h-46\% {
        height: 46%;
    }
    .xs\:h-49\% {
        height: 49%;
    }
    .xs\:h-54\% {
        height: 54%;
    }
    .xs\:h-58\% {
        height: 58%;
    }
    .xs\:h-72\% {
        height: 72%;
    }
    .xs\:h-76\% {
        height: 76%;
    }
    .xs\:h-77\% {
        height: 77%;
    }
    .xs\:h-340p {
        height: 340px;
    }
    .xs\:h-700p {
        height: 700px;
    }
    .xs\:h-848p {
        height: 848px;
    }
    .xs\:h-850p {
        height: 850px;
    }
    .xs\:h-860p {
        height: 860px;
    }
    .xs\:h-1425p {
        height: 1425px;
    }
    .xs\:h-1\/2 {
        height: 50%;
    }
    .xs\:h-1\/3 {
        height: 33.333333%;
    }
    .xs\:h-2\/3 {
        height: 66.666667%;
    }
    .xs\:h-1\/4 {
        height: 25%;
    }
    .xs\:h-2\/4 {
        height: 50%;
    }
    .xs\:h-3\/4 {
        height: 75%;
    }
    .xs\:h-1\/5 {
        height: 20%;
    }
    .xs\:h-2\/5 {
        height: 40%;
    }
    .xs\:h-3\/5 {
        height: 60%;
    }
    .xs\:h-4\/5 {
        height: 80%;
    }
    .xs\:h-1\/6 {
        height: 16.666667%;
    }
    .xs\:h-2\/6 {
        height: 33.333333%;
    }
    .xs\:h-3\/6 {
        height: 50%;
    }
    .xs\:h-4\/6 {
        height: 66.666667%;
    }
    .xs\:h-5\/6 {
        height: 83.333333%;
    }
    .xs\:h-full {
        height: 100%;
    }
    .xs\:h-screen {
        height: 100vh;
    }
    .xs\:text-8 {
        font-size: 8px;
    }
    .xs\:text-11 {
        font-size: 11px;
    }
    .xs\:text-13 {
        font-size: 13px;
    }
    .xs\:text-15 {
        font-size: 15px;
    }
    .xs\:text-17 {
        font-size: 17px;
    }
    .xs\:text-18 {
        font-size: 18px;
    }
    .xs\:text-19 {
        font-size: 19px;
    }
    .xs\:text-20 {
        font-size: 20px;
    }
    .xs\:text-22 {
        font-size: 22px;
    }
    .xs\:text-23 {
        font-size: 23px;
    }
    .xs\:text-26 {
        font-size: 26px;
    }
    .xs\:text-28 {
        font-size: 28px;
    }
    .xs\:text-32 {
        font-size: 32px;
    }
    .xs\:text-33 {
        font-size: 33px;
    }
    .xs\:text-34 {
        font-size: 34px;
    }
    .xs\:text-40 {
        font-size: 40px;
    }
    .xs\:text-42 {
        font-size: 42px;
    }
    .xs\:text-46 {
        font-size: 46px;
    }
    .xs\:text-52 {
        font-size: 52px;
    }
    .xs\:text-66 {
        font-size: 66px;
    }
    .xs\:text-108 {
        font-size: 108px;
    }
    .xs\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .xs\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .xs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xs\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xs\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .xs\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .xs\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xs\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .xs\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .xs\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .xs\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .xs\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .xs\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .xs\:text-xss {
        font-size: 10px;
    }
    .xs\:text-2\.5xl {
        font-size: 28px;
    }
    .xs\:leading-3 {
        line-height: 0.75rem;
    }
    .xs\:leading-4 {
        line-height: 1rem;
    }
    .xs\:leading-5 {
        line-height: 1.25rem;
    }
    .xs\:leading-6 {
        line-height: 1.5rem;
    }
    .xs\:leading-7 {
        line-height: 1.75rem;
    }
    .xs\:leading-8 {
        line-height: 2rem;
    }
    .xs\:leading-9 {
        line-height: 2.25rem;
    }
    .xs\:leading-10 {
        line-height: 2.5rem;
    }
    .xs\:leading-none {
        line-height: 1;
    }
    .xs\:leading-tight {
        line-height: 1.25;
    }
    .xs\:leading-snug {
        line-height: 1.375;
    }
    .xs\:leading-normal {
        line-height: 1.5;
    }
    .xs\:leading-relaxed {
        line-height: 1.625;
    }
    .xs\:leading-loose {
        line-height: 2;
    }
    .xs\:leading-15p {
        line-height: 15px;
    }
    .xs\:leading-22p {
        line-height: 22px;
    }
    .xs\:leading-29p {
        line-height: 29px;
    }
    .xs\:leading-34p {
        line-height: 34px;
    }
    .xs\:leading-42p {
        line-height: 42px;
    }
    .xs\:leading-48p {
        line-height: 48px;
    }
    .xs\:leading-55p {
        line-height: 55px;
    }
    .xs\:leading-60p {
        line-height: 60px;
    }
    .xs\:leading-140p {
        line-height: 140px;
    }
    .xs\:list-inside {
        list-style-position: inside;
    }
    .xs\:list-outside {
        list-style-position: outside;
    }
    .xs\:list-none {
        list-style-type: none;
    }
    .xs\:list-disc {
        list-style-type: disc;
    }
    .xs\:list-decimal {
        list-style-type: decimal;
    }
    .xs\:m-0 {
        margin: 0;
    }
    .xs\:m-1 {
        margin: 0.25rem;
    }
    .xs\:m-2 {
        margin: 0.5rem;
    }
    .xs\:m-3 {
        margin: 0.75rem;
    }
    .xs\:m-4 {
        margin: 1rem;
    }
    .xs\:m-5 {
        margin: 1.25rem;
    }
    .xs\:m-6 {
        margin: 1.5rem;
    }
    .xs\:m-7 {
        margin: 1.75rem;
    }
    .xs\:m-8 {
        margin: 2rem;
    }
    .xs\:m-9 {
        margin: 2.25rem;
    }
    .xs\:m-10 {
        margin: 2.5rem;
    }
    .xs\:m-11 {
        margin: 2.75rem;
    }
    .xs\:m-12 {
        margin: 3rem;
    }
    .xs\:m-14 {
        margin: 3.5rem;
    }
    .xs\:m-16 {
        margin: 4rem;
    }
    .xs\:m-20 {
        margin: 5rem;
    }
    .xs\:m-23 {
        margin: 88px;
    }
    .xs\:m-24 {
        margin: 6rem;
    }
    .xs\:m-25 {
        margin: 100px;
    }
    .xs\:m-28 {
        margin: 7rem;
    }
    .xs\:m-29 {
        margin: 120px;
    }
    .xs\:m-32 {
        margin: 8rem;
    }
    .xs\:m-33 {
        margin: 130px;
    }
    .xs\:m-36 {
        margin: 9rem;
    }
    .xs\:m-40 {
        margin: 10rem;
    }
    .xs\:m-44 {
        margin: 11rem;
    }
    .xs\:m-48 {
        margin: 12rem;
    }
    .xs\:m-52 {
        margin: 13rem;
    }
    .xs\:m-56 {
        margin: 14rem;
    }
    .xs\:m-60 {
        margin: 15rem;
    }
    .xs\:m-63 {
        margin: 270px;
    }
    .xs\:m-64 {
        margin: 16rem;
    }
    .xs\:m-72 {
        margin: 18rem;
    }
    .xs\:m-80 {
        margin: 20rem;
    }
    .xs\:m-92 {
        margin: 375px;
    }
    .xs\:m-96 {
        margin: 24rem;
    }
    .xs\:m-128 {
        margin: 32rem;
    }
    .xs\:m-auto {
        margin: auto;
    }
    .xs\:m-px {
        margin: 1px;
    }
    .xs\:m-0\.5 {
        margin: 0.125rem;
    }
    .xs\:m-1\.5 {
        margin: 0.375rem;
    }
    .xs\:m-2\.5 {
        margin: 0.625rem;
    }
    .xs\:m-3\.5 {
        margin: 0.875rem;
    }
    .xs\:m-105p {
        margin: 105px;
    }
    .xs\:m-50p {
        margin: 50px;
    }
    .xs\:m-54p {
        margin: 54px;
    }
    .xs\:m-1p {
        margin: 1px;
    }
    .xs\:m-2p {
        margin: 2px;
    }
    .xs\:m-3p {
        margin: 3px;
    }
    .xs\:m-5p {
        margin: 5px;
    }
    .xs\:m-7p {
        margin: 7px;
    }
    .xs\:m-9p {
        margin: 9px;
    }
    .xs\:m-10p {
        margin: 10px;
    }
    .xs\:m-11p {
        margin: 11px;
    }
    .xs\:m-13p {
        margin: 13px;
    }
    .xs\:m-15p {
        margin: 15px;
    }
    .xs\:m-18p {
        margin: 18px;
    }
    .xs\:m-19p {
        margin: 19px;
    }
    .xs\:m-21p {
        margin: 21px;
    }
    .xs\:m-22p {
        margin: 22px;
    }
    .xs\:m-23p {
        margin: 23px;
    }
    .xs\:m-25p {
        margin: 25px;
    }
    .xs\:m-26p {
        margin: 26px;
    }
    .xs\:m-29p {
        margin: 29px;
    }
    .xs\:m-30p {
        margin: 30px;
    }
    .xs\:m-31p {
        margin: 31px;
    }
    .xs\:m-35p {
        margin: 35px;
    }
    .xs\:m-52p {
        margin: 52px;
    }
    .xs\:m-53p {
        margin: 53px;
    }
    .xs\:m-55p {
        margin: 55px;
    }
    .xs\:m-59p {
        margin: 59px;
    }
    .xs\:m-27p {
        margin: 27px;
    }
    .xs\:m-33\.5p {
        margin: 33.5px;
    }
    .xs\:m-38p {
        margin: 38px;
    }
    .xs\:m-40p {
        margin: 40px;
    }
    .xs\:m-46p {
        margin: 46px;
    }
    .xs\:m-47p {
        margin: 47px;
    }
    .xs\:m-49p {
        margin: 49px;
    }
    .xs\:m-58p {
        margin: 58px;
    }
    .xs\:m-75p {
        margin: 75px;
    }
    .xs\:m-77p {
        margin: 77px;
    }
    .xs\:m-60p {
        margin: 60px;
    }
    .xs\:m-65p {
        margin: 65px;
    }
    .xs\:m-66p {
        margin: 66px;
    }
    .xs\:m-68p {
        margin: 68px;
    }
    .xs\:m-70p {
        margin: 70px;
    }
    .xs\:m-72p {
        margin: 72px;
    }
    .xs\:m-74p {
        margin: 74px;
    }
    .xs\:m-78p {
        margin: 78px;
    }
    .xs\:m-80p {
        margin: 80px;
    }
    .xs\:m-82p {
        margin: 82px;
    }
    .xs\:m-84p {
        margin: 84px;
    }
    .xs\:m-89p {
        margin: 89px;
    }
    .xs\:m-93p {
        margin: 93px;
    }
    .xs\:m-90p {
        margin: 90px;
    }
    .xs\:m-97p {
        margin: 97px;
    }
    .xs\:m-103p {
        margin: 103px;
    }
    .xs\:m-116p {
        margin: 116px;
    }
    .xs\:m-120p {
        margin: 120px;
    }
    .xs\:m-125p {
        margin: 125px;
    }
    .xs\:m-130p {
        margin: 130px;
    }
    .xs\:m-135p {
        margin: 135px;
    }
    .xs\:m-132p {
        margin: 132px;
    }
    .xs\:m-150p {
        margin: 150px;
    }
    .xs\:m-216p {
        margin: 216px;
    }
    .xs\:m-225p {
        margin: 225px;
    }
    .xs\:m-296p {
        margin: 296px;
    }
    .xs\:m-270p {
        margin: 270px;
    }
    .xs\:m-137p {
        margin: 137px;
    }
    .xs\:m-141p {
        margin: 141px;
    }
    .xs\:m-146p {
        margin: 146px;
    }
    .xs\:m-152p {
        margin: 152px;
    }
    .xs\:m-155p {
        margin: 155px;
    }
    .xs\:m-163p {
        margin: 163px;
    }
    .xs\:m-168p {
        margin: 168px;
    }
    .xs\:m-173p {
        margin: 173px;
    }
    .xs\:m-210p {
        margin: 210px;
    }
    .xs\:m-245p {
        margin: 245px;
    }
    .xs\:m-250p {
        margin: 250px;
    }
    .xs\:m-260p {
        margin: 260px;
    }
    .xs\:m-263p {
        margin: 263px;
    }
    .xs\:m-266p {
        margin: 266px;
    }
    .xs\:m-275p {
        margin: 275px;
    }
    .xs\:m-300p {
        margin: 300px;
    }
    .xs\:m-312p {
        margin: 312px;
    }
    .xs\:m-318p {
        margin: 318px;
    }
    .xs\:m-322p {
        margin: 322px;
    }
    .xs\:m-337p {
        margin: 337px;
    }
    .xs\:m-345p {
        margin: 345px;
    }
    .xs\:m-344p {
        margin: 344px;
    }
    .xs\:m-354p {
        margin: 354px;
    }
    .xs\:m-364p {
        margin: 364px;
    }
    .xs\:m-370p {
        margin: 370px;
    }
    .xs\:m-382p {
        margin: 382px;
    }
    .xs\:m-385p {
        margin: 385px;
    }
    .xs\:m-400p {
        margin: 400px;
    }
    .xs\:m-407p {
        margin: 407px;
    }
    .xs\:m-411p {
        margin: 411px;
    }
    .xs\:m-418p {
        margin: 418px;
    }
    .xs\:m-430p {
        margin: 430px;
    }
    .xs\:m-450p {
        margin: 450px;
    }
    .xs\:m-468p {
        margin: 468px;
    }
    .xs\:m-485p {
        margin: 485px;
    }
    .xs\:m-491p {
        margin: 491px;
    }
    .xs\:m-494p {
        margin: 494px;
    }
    .xs\:m-470p {
        margin: 470px;
    }
    .xs\:m-480p {
        margin: 480px;
    }
    .xs\:m-532p {
        margin: 532px;
    }
    .xs\:m-556p {
        margin: 556px;
    }
    .xs\:m-505p {
        margin: 505px;
    }
    .xs\:m-1179p {
        margin: 1179px;
    }
    .xs\:m-1253p {
        margin: 1253px;
    }
    .xs\:m-1575p {
        margin: 1575px;
    }
    .xs\:m-600p {
        margin: 600px;
    }
    .xs\:m-649p {
        margin: 649px;
    }
    .xs\:m-690p {
        margin: 690px;
    }
    .xs\:m-19\% {
        margin: 19%;
    }
    .xs\:m-23\% {
        margin: 23%;
    }
    .xs\:m-24\% {
        margin: 24%;
    }
    .xs\:m-36\% {
        margin: 36%;
    }
    .xs\:m-27\% {
        margin: 27%;
    }
    .xs\:m-28\% {
        margin: 28%;
    }
    .xs\:m-42\% {
        margin: 42%;
    }
    .xs\:m-46\% {
        margin: 46%;
    }
    .xs\:m-49\% {
        margin: 49%;
    }
    .xs\:m-54\% {
        margin: 54%;
    }
    .xs\:m-58\% {
        margin: 58%;
    }
    .xs\:m-72\% {
        margin: 72%;
    }
    .xs\:m-76\% {
        margin: 76%;
    }
    .xs\:m-77\% {
        margin: 77%;
    }
    .xs\:m-340p {
        margin: 340px;
    }
    .xs\:m-700p {
        margin: 700px;
    }
    .xs\:m-848p {
        margin: 848px;
    }
    .xs\:m-850p {
        margin: 850px;
    }
    .xs\:m-860p {
        margin: 860px;
    }
    .xs\:m-1425p {
        margin: 1425px;
    }
    .xs\:-m-0 {
        margin: 0;
    }
    .xs\:-m-1 {
        margin: -0.25rem;
    }
    .xs\:-m-2 {
        margin: -0.5rem;
    }
    .xs\:-m-3 {
        margin: -0.75rem;
    }
    .xs\:-m-4 {
        margin: -1rem;
    }
    .xs\:-m-5 {
        margin: -1.25rem;
    }
    .xs\:-m-6 {
        margin: -1.5rem;
    }
    .xs\:-m-7 {
        margin: -1.75rem;
    }
    .xs\:-m-8 {
        margin: -2rem;
    }
    .xs\:-m-9 {
        margin: -2.25rem;
    }
    .xs\:-m-10 {
        margin: -2.5rem;
    }
    .xs\:-m-11 {
        margin: -2.75rem;
    }
    .xs\:-m-12 {
        margin: -3rem;
    }
    .xs\:-m-14 {
        margin: -3.5rem;
    }
    .xs\:-m-16 {
        margin: -4rem;
    }
    .xs\:-m-20 {
        margin: -5rem;
    }
    .xs\:-m-23 {
        margin: -88px;
    }
    .xs\:-m-24 {
        margin: -6rem;
    }
    .xs\:-m-25 {
        margin: -100px;
    }
    .xs\:-m-28 {
        margin: -7rem;
    }
    .xs\:-m-29 {
        margin: -120px;
    }
    .xs\:-m-32 {
        margin: -8rem;
    }
    .xs\:-m-33 {
        margin: -130px;
    }
    .xs\:-m-36 {
        margin: -9rem;
    }
    .xs\:-m-40 {
        margin: -10rem;
    }
    .xs\:-m-44 {
        margin: -11rem;
    }
    .xs\:-m-48 {
        margin: -12rem;
    }
    .xs\:-m-52 {
        margin: -13rem;
    }
    .xs\:-m-56 {
        margin: -14rem;
    }
    .xs\:-m-60 {
        margin: -15rem;
    }
    .xs\:-m-63 {
        margin: -270px;
    }
    .xs\:-m-64 {
        margin: -16rem;
    }
    .xs\:-m-72 {
        margin: -18rem;
    }
    .xs\:-m-80 {
        margin: -20rem;
    }
    .xs\:-m-92 {
        margin: -475px;
    }
    .xs\:-m-96 {
        margin: -24rem;
    }
    .xs\:-m-128 {
        margin: -32rem;
    }
    .xs\:-m-px {
        margin: -1px;
    }
    .xs\:-m-0\.5 {
        margin: -0.125rem;
    }
    .xs\:-m-1\.5 {
        margin: -0.375rem;
    }
    .xs\:-m-2\.5 {
        margin: -0.625rem;
    }
    .xs\:-m-3\.5 {
        margin: -0.875rem;
    }
    .xs\:-m-105p {
        margin: -105px;
    }
    .xs\:-m-50p {
        margin: -50px;
    }
    .xs\:-m-54p {
        margin: -54px;
    }
    .xs\:-m-1p {
        margin: -1px;
    }
    .xs\:-m-2p {
        margin: -2px;
    }
    .xs\:-m-3p {
        margin: -3px;
    }
    .xs\:-m-5p {
        margin: -5px;
    }
    .xs\:-m-7p {
        margin: -7px;
    }
    .xs\:-m-9p {
        margin: -9px;
    }
    .xs\:-m-10p {
        margin: -10px;
    }
    .xs\:-m-11p {
        margin: -11px;
    }
    .xs\:-m-13p {
        margin: -13px;
    }
    .xs\:-m-15p {
        margin: -15px;
    }
    .xs\:-m-18p {
        margin: -18px;
    }
    .xs\:-m-19p {
        margin: -19px;
    }
    .xs\:-m-21p {
        margin: -21px;
    }
    .xs\:-m-22p {
        margin: -22px;
    }
    .xs\:-m-23p {
        margin: -23px;
    }
    .xs\:-m-25p {
        margin: -25px;
    }
    .xs\:-m-26p {
        margin: -26px;
    }
    .xs\:-m-29p {
        margin: -29px;
    }
    .xs\:-m-30p {
        margin: -30px;
    }
    .xs\:-m-31p {
        margin: -31px;
    }
    .xs\:-m-35p {
        margin: -35px;
    }
    .xs\:-m-52p {
        margin: -52px;
    }
    .xs\:-m-53p {
        margin: -53px;
    }
    .xs\:-m-55p {
        margin: -55px;
    }
    .xs\:-m-59p {
        margin: -59px;
    }
    .xs\:-m-27p {
        margin: -27px;
    }
    .xs\:-m-33\.5p {
        margin: -33.5px;
    }
    .xs\:-m-38p {
        margin: -38px;
    }
    .xs\:-m-40p {
        margin: -40px;
    }
    .xs\:-m-46p {
        margin: -46px;
    }
    .xs\:-m-47p {
        margin: -47px;
    }
    .xs\:-m-49p {
        margin: -49px;
    }
    .xs\:-m-58p {
        margin: -58px;
    }
    .xs\:-m-75p {
        margin: -75px;
    }
    .xs\:-m-77p {
        margin: -77px;
    }
    .xs\:-m-60p {
        margin: -60px;
    }
    .xs\:-m-65p {
        margin: -65px;
    }
    .xs\:-m-66p {
        margin: -66px;
    }
    .xs\:-m-68p {
        margin: -68px;
    }
    .xs\:-m-70p {
        margin: -70px;
    }
    .xs\:-m-72p {
        margin: -72px;
    }
    .xs\:-m-74p {
        margin: -74px;
    }
    .xs\:-m-78p {
        margin: -78px;
    }
    .xs\:-m-80p {
        margin: -80px;
    }
    .xs\:-m-82p {
        margin: -82px;
    }
    .xs\:-m-84p {
        margin: -84px;
    }
    .xs\:-m-89p {
        margin: -89px;
    }
    .xs\:-m-93p {
        margin: -93px;
    }
    .xs\:-m-90p {
        margin: -90px;
    }
    .xs\:-m-97p {
        margin: -97px;
    }
    .xs\:-m-103p {
        margin: -103px;
    }
    .xs\:-m-116p {
        margin: -116px;
    }
    .xs\:-m-120p {
        margin: -120px;
    }
    .xs\:-m-125p {
        margin: -125px;
    }
    .xs\:-m-130p {
        margin: -130px;
    }
    .xs\:-m-135p {
        margin: -135px;
    }
    .xs\:-m-132p {
        margin: -132px;
    }
    .xs\:-m-150p {
        margin: -150px;
    }
    .xs\:-m-216p {
        margin: -216px;
    }
    .xs\:-m-225p {
        margin: -225px;
    }
    .xs\:-m-296p {
        margin: -296px;
    }
    .xs\:-m-270p {
        margin: -270px;
    }
    .xs\:-m-137p {
        margin: -137px;
    }
    .xs\:-m-141p {
        margin: -141px;
    }
    .xs\:-m-146p {
        margin: -146px;
    }
    .xs\:-m-152p {
        margin: -152px;
    }
    .xs\:-m-155p {
        margin: -155px;
    }
    .xs\:-m-163p {
        margin: -163px;
    }
    .xs\:-m-168p {
        margin: -168px;
    }
    .xs\:-m-173p {
        margin: -173px;
    }
    .xs\:-m-210p {
        margin: -210px;
    }
    .xs\:-m-245p {
        margin: -245px;
    }
    .xs\:-m-250p {
        margin: -250px;
    }
    .xs\:-m-260p {
        margin: -260px;
    }
    .xs\:-m-263p {
        margin: -263px;
    }
    .xs\:-m-266p {
        margin: -266px;
    }
    .xs\:-m-275p {
        margin: -275px;
    }
    .xs\:-m-300p {
        margin: -300px;
    }
    .xs\:-m-312p {
        margin: -312px;
    }
    .xs\:-m-318p {
        margin: -318px;
    }
    .xs\:-m-322p {
        margin: -322px;
    }
    .xs\:-m-337p {
        margin: -337px;
    }
    .xs\:-m-345p {
        margin: -345px;
    }
    .xs\:-m-344p {
        margin: -344px;
    }
    .xs\:-m-354p {
        margin: -354px;
    }
    .xs\:-m-364p {
        margin: -364px;
    }
    .xs\:-m-370p {
        margin: -370px;
    }
    .xs\:-m-382p {
        margin: -382px;
    }
    .xs\:-m-385p {
        margin: -385px;
    }
    .xs\:-m-400p {
        margin: -400px;
    }
    .xs\:-m-407p {
        margin: -407px;
    }
    .xs\:-m-411p {
        margin: -411px;
    }
    .xs\:-m-418p {
        margin: -418px;
    }
    .xs\:-m-430p {
        margin: -430px;
    }
    .xs\:-m-450p {
        margin: -450px;
    }
    .xs\:-m-468p {
        margin: -468px;
    }
    .xs\:-m-485p {
        margin: -485px;
    }
    .xs\:-m-491p {
        margin: -491px;
    }
    .xs\:-m-494p {
        margin: -494px;
    }
    .xs\:-m-470p {
        margin: -470px;
    }
    .xs\:-m-480p {
        margin: -480px;
    }
    .xs\:-m-532p {
        margin: -532px;
    }
    .xs\:-m-556p {
        margin: -556px;
    }
    .xs\:-m-505p {
        margin: -505px;
    }
    .xs\:-m-1179p {
        margin: -1179px;
    }
    .xs\:-m-1253p {
        margin: -1253px;
    }
    .xs\:-m-1575p {
        margin: -1575px;
    }
    .xs\:-m-600p {
        margin: -600px;
    }
    .xs\:-m-649p {
        margin: -649px;
    }
    .xs\:-m-690p {
        margin: -690px;
    }
    .xs\:-m-19\% {
        margin: -19%;
    }
    .xs\:-m-23\% {
        margin: -23%;
    }
    .xs\:-m-24\% {
        margin: -24%;
    }
    .xs\:-m-36\% {
        margin: -36%;
    }
    .xs\:-m-27\% {
        margin: -27%;
    }
    .xs\:-m-28\% {
        margin: -28%;
    }
    .xs\:-m-42\% {
        margin: -42%;
    }
    .xs\:-m-46\% {
        margin: -46%;
    }
    .xs\:-m-49\% {
        margin: -49%;
    }
    .xs\:-m-54\% {
        margin: -54%;
    }
    .xs\:-m-58\% {
        margin: -58%;
    }
    .xs\:-m-72\% {
        margin: -72%;
    }
    .xs\:-m-76\% {
        margin: -76%;
    }
    .xs\:-m-77\% {
        margin: -77%;
    }
    .xs\:-m-340p {
        margin: -340px;
    }
    .xs\:-m-700p {
        margin: -700px;
    }
    .xs\:-m-848p {
        margin: -848px;
    }
    .xs\:-m-850p {
        margin: -850px;
    }
    .xs\:-m-860p {
        margin: -860px;
    }
    .xs\:-m-1425p {
        margin: -1425px;
    }
    .xs\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xs\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xs\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .xs\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .xs\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .xs\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .xs\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .xs\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .xs\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .xs\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .xs\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .xs\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .xs\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .xs\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .xs\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .xs\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .xs\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .xs\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .xs\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .xs\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .xs\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .xs\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .xs\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .xs\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .xs\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .xs\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .xs\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .xs\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .xs\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .xs\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .xs\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xs\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .xs\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .xs\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .xs\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .xs\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .xs\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .xs\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .xs\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .xs\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .xs\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xs\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xs\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .xs\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .xs\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xs\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xs\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .xs\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .xs\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .xs\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .xs\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .xs\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .xs\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .xs\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .xs\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .xs\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .xs\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .xs\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .xs\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .xs\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .xs\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xs\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xs\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .xs\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .xs\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .xs\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .xs\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .xs\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .xs\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .xs\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .xs\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .xs\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .xs\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .xs\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .xs\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .xs\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .xs\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xs\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xs\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .xs\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .xs\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .xs\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .xs\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .xs\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .xs\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .xs\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .xs\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .xs\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .xs\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .xs\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .xs\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .xs\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .xs\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .xs\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .xs\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .xs\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .xs\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .xs\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .xs\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .xs\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .xs\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .xs\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .xs\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .xs\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .xs\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .xs\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .xs\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .xs\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .xs\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .xs\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .xs\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .xs\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .xs\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .xs\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .xs\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .xs\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .xs\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .xs\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .xs\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .xs\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .xs\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .xs\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .xs\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .xs\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .xs\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .xs\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .xs\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .xs\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .xs\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .xs\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .xs\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .xs\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .xs\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .xs\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .xs\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .xs\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .xs\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .xs\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .xs\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .xs\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .xs\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .xs\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .xs\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .xs\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .xs\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .xs\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .xs\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .xs\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .xs\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .xs\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .xs\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .xs\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .xs\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .xs\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .xs\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .xs\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .xs\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .xs\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .xs\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .xs\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .xs\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .xs\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .xs\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .xs\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .xs\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .xs\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .xs\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .xs\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .xs\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .xs\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .xs\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .xs\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .xs\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .xs\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .xs\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .xs\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .xs\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .xs\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .xs\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .xs\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .xs\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .xs\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .xs\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .xs\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .xs\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .xs\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .xs\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .xs\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .xs\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .xs\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .xs\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .xs\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .xs\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .xs\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .xs\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .xs\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .xs\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .xs\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .xs\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .xs\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .xs\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .xs\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .xs\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .xs\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .xs\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .xs\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .xs\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .xs\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .xs\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .xs\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .xs\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .xs\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .xs\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .xs\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .xs\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .xs\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .xs\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .xs\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .xs\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .xs\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .xs\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .xs\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .xs\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .xs\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .xs\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .xs\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .xs\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .xs\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .xs\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .xs\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .xs\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .xs\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .xs\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .xs\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .xs\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .xs\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .xs\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .xs\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .xs\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .xs\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .xs\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .xs\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .xs\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .xs\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .xs\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .xs\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .xs\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .xs\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .xs\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .xs\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .xs\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .xs\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .xs\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .xs\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .xs\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .xs\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .xs\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .xs\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .xs\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .xs\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .xs\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .xs\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .xs\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .xs\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .xs\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .xs\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .xs\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .xs\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .xs\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .xs\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .xs\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .xs\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .xs\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .xs\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .xs\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .xs\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .xs\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .xs\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .xs\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .xs\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .xs\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .xs\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .xs\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .xs\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .xs\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .xs\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .xs\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .xs\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .xs\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .xs\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .xs\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .xs\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .xs\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .xs\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .xs\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .xs\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .xs\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .xs\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .xs\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .xs\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .xs\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .xs\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .xs\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .xs\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .xs\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .xs\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .xs\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .xs\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .xs\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .xs\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .xs\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .xs\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .xs\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .xs\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .xs\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .xs\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .xs\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .xs\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .xs\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .xs\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .xs\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .xs\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .xs\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .xs\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .xs\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .xs\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .xs\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .xs\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .xs\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .xs\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .xs\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .xs\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .xs\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .xs\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .xs\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .xs\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .xs\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .xs\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .xs\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .xs\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .xs\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .xs\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .xs\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .xs\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .xs\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .xs\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .xs\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .xs\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .xs\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .xs\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .xs\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .xs\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .xs\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .xs\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .xs\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .xs\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .xs\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .xs\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .xs\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .xs\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .xs\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .xs\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .xs\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .xs\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .xs\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .xs\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .xs\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .xs\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .xs\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .xs\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .xs\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .xs\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .xs\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .xs\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .xs\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .xs\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .xs\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .xs\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .xs\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .xs\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .xs\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .xs\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .xs\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .xs\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .xs\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .xs\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .xs\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .xs\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .xs\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .xs\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .xs\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .xs\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .xs\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xs\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xs\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .xs\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .xs\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xs\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xs\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .xs\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .xs\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .xs\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .xs\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .xs\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .xs\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .xs\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .xs\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .xs\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .xs\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .xs\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .xs\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .xs\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .xs\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xs\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xs\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .xs\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .xs\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .xs\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .xs\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .xs\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .xs\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .xs\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .xs\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .xs\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .xs\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .xs\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .xs\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xs\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xs\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .xs\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .xs\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .xs\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .xs\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .xs\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .xs\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .xs\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .xs\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .xs\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .xs\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .xs\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .xs\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .xs\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .xs\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .xs\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .xs\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .xs\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .xs\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .xs\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .xs\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .xs\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .xs\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .xs\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .xs\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .xs\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .xs\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .xs\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .xs\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .xs\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .xs\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .xs\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .xs\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .xs\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .xs\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .xs\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .xs\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .xs\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .xs\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .xs\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .xs\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .xs\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .xs\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .xs\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .xs\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .xs\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .xs\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .xs\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .xs\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .xs\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .xs\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .xs\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .xs\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .xs\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .xs\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .xs\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .xs\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .xs\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .xs\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .xs\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .xs\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .xs\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .xs\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .xs\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .xs\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .xs\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .xs\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .xs\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .xs\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .xs\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .xs\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .xs\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .xs\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .xs\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .xs\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .xs\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .xs\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .xs\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .xs\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .xs\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .xs\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .xs\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .xs\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .xs\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .xs\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .xs\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .xs\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .xs\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .xs\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .xs\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .xs\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .xs\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .xs\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .xs\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .xs\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .xs\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .xs\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .xs\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .xs\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .xs\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .xs\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .xs\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .xs\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .xs\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .xs\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .xs\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .xs\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .xs\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .xs\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .xs\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .xs\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .xs\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .xs\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .xs\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .xs\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .xs\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .xs\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .xs\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .xs\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .xs\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .xs\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .xs\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .xs\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .xs\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .xs\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .xs\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .xs\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .xs\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .xs\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .xs\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .xs\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .xs\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .xs\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .xs\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .xs\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .xs\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .xs\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .xs\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .xs\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .xs\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .xs\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .xs\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .xs\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .xs\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .xs\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .xs\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .xs\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .xs\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .xs\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .xs\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .xs\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .xs\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .xs\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .xs\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .xs\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .xs\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .xs\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .xs\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .xs\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .xs\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .xs\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .xs\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .xs\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .xs\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .xs\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .xs\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .xs\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .xs\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .xs\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .xs\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .xs\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .xs\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .xs\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .xs\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .xs\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .xs\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .xs\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .xs\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .xs\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .xs\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .xs\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .xs\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .xs\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .xs\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .xs\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .xs\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .xs\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .xs\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .xs\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .xs\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .xs\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .xs\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .xs\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .xs\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .xs\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .xs\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .xs\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .xs\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .xs\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .xs\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .xs\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .xs\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .xs\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .xs\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .xs\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .xs\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .xs\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .xs\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .xs\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .xs\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .xs\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .xs\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .xs\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .xs\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .xs\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .xs\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .xs\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .xs\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .xs\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .xs\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .xs\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .xs\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .xs\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .xs\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .xs\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .xs\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .xs\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .xs\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .xs\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .xs\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .xs\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .xs\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .xs\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .xs\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .xs\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .xs\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .xs\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .xs\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .xs\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .xs\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .xs\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .xs\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .xs\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .xs\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .xs\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .xs\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .xs\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .xs\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .xs\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .xs\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .xs\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .xs\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .xs\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .xs\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .xs\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .xs\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .xs\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .xs\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .xs\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .xs\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .xs\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .xs\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .xs\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .xs\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .xs\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .xs\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .xs\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .xs\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .xs\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .xs\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .xs\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .xs\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .xs\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .xs\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .xs\:mt-0 {
        margin-top: 0;
    }
    .xs\:mr-0 {
        margin-right: 0;
    }
    .xs\:mb-0 {
        margin-bottom: 0;
    }
    .xs\:ml-0 {
        margin-left: 0;
    }
    .xs\:mt-1 {
        margin-top: 0.25rem;
    }
    .xs\:mr-1 {
        margin-right: 0.25rem;
    }
    .xs\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .xs\:ml-1 {
        margin-left: 0.25rem;
    }
    .xs\:mt-2 {
        margin-top: 0.5rem;
    }
    .xs\:mr-2 {
        margin-right: 0.5rem;
    }
    .xs\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .xs\:ml-2 {
        margin-left: 0.5rem;
    }
    .xs\:mt-3 {
        margin-top: 0.75rem;
    }
    .xs\:mr-3 {
        margin-right: 0.75rem;
    }
    .xs\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .xs\:ml-3 {
        margin-left: 0.75rem;
    }
    .xs\:mt-4 {
        margin-top: 1rem;
    }
    .xs\:mr-4 {
        margin-right: 1rem;
    }
    .xs\:mb-4 {
        margin-bottom: 1rem;
    }
    .xs\:ml-4 {
        margin-left: 1rem;
    }
    .xs\:mt-5 {
        margin-top: 1.25rem;
    }
    .xs\:mr-5 {
        margin-right: 1.25rem;
    }
    .xs\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .xs\:ml-5 {
        margin-left: 1.25rem;
    }
    .xs\:mt-6 {
        margin-top: 1.5rem;
    }
    .xs\:mr-6 {
        margin-right: 1.5rem;
    }
    .xs\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .xs\:ml-6 {
        margin-left: 1.5rem;
    }
    .xs\:mt-7 {
        margin-top: 1.75rem;
    }
    .xs\:mr-7 {
        margin-right: 1.75rem;
    }
    .xs\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .xs\:ml-7 {
        margin-left: 1.75rem;
    }
    .xs\:mt-8 {
        margin-top: 2rem;
    }
    .xs\:mr-8 {
        margin-right: 2rem;
    }
    .xs\:mb-8 {
        margin-bottom: 2rem;
    }
    .xs\:ml-8 {
        margin-left: 2rem;
    }
    .xs\:mt-9 {
        margin-top: 2.25rem;
    }
    .xs\:mr-9 {
        margin-right: 2.25rem;
    }
    .xs\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .xs\:ml-9 {
        margin-left: 2.25rem;
    }
    .xs\:mt-10 {
        margin-top: 2.5rem;
    }
    .xs\:mr-10 {
        margin-right: 2.5rem;
    }
    .xs\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .xs\:ml-10 {
        margin-left: 2.5rem;
    }
    .xs\:mt-11 {
        margin-top: 2.75rem;
    }
    .xs\:mr-11 {
        margin-right: 2.75rem;
    }
    .xs\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .xs\:ml-11 {
        margin-left: 2.75rem;
    }
    .xs\:mt-12 {
        margin-top: 3rem;
    }
    .xs\:mr-12 {
        margin-right: 3rem;
    }
    .xs\:mb-12 {
        margin-bottom: 3rem;
    }
    .xs\:ml-12 {
        margin-left: 3rem;
    }
    .xs\:mt-14 {
        margin-top: 3.5rem;
    }
    .xs\:mr-14 {
        margin-right: 3.5rem;
    }
    .xs\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .xs\:ml-14 {
        margin-left: 3.5rem;
    }
    .xs\:mt-16 {
        margin-top: 4rem;
    }
    .xs\:mr-16 {
        margin-right: 4rem;
    }
    .xs\:mb-16 {
        margin-bottom: 4rem;
    }
    .xs\:ml-16 {
        margin-left: 4rem;
    }
    .xs\:mt-20 {
        margin-top: 5rem;
    }
    .xs\:mr-20 {
        margin-right: 5rem;
    }
    .xs\:mb-20 {
        margin-bottom: 5rem;
    }
    .xs\:ml-20 {
        margin-left: 5rem;
    }
    .xs\:mt-23 {
        margin-top: 88px;
    }
    .xs\:mr-23 {
        margin-right: 88px;
    }
    .xs\:mb-23 {
        margin-bottom: 88px;
    }
    .xs\:ml-23 {
        margin-left: 88px;
    }
    .xs\:mt-24 {
        margin-top: 6rem;
    }
    .xs\:mr-24 {
        margin-right: 6rem;
    }
    .xs\:mb-24 {
        margin-bottom: 6rem;
    }
    .xs\:ml-24 {
        margin-left: 6rem;
    }
    .xs\:mt-25 {
        margin-top: 100px;
    }
    .xs\:mr-25 {
        margin-right: 100px;
    }
    .xs\:mb-25 {
        margin-bottom: 100px;
    }
    .xs\:ml-25 {
        margin-left: 100px;
    }
    .xs\:mt-28 {
        margin-top: 7rem;
    }
    .xs\:mr-28 {
        margin-right: 7rem;
    }
    .xs\:mb-28 {
        margin-bottom: 7rem;
    }
    .xs\:ml-28 {
        margin-left: 7rem;
    }
    .xs\:mt-29 {
        margin-top: 120px;
    }
    .xs\:mr-29 {
        margin-right: 120px;
    }
    .xs\:mb-29 {
        margin-bottom: 120px;
    }
    .xs\:ml-29 {
        margin-left: 120px;
    }
    .xs\:mt-32 {
        margin-top: 8rem;
    }
    .xs\:mr-32 {
        margin-right: 8rem;
    }
    .xs\:mb-32 {
        margin-bottom: 8rem;
    }
    .xs\:ml-32 {
        margin-left: 8rem;
    }
    .xs\:mt-33 {
        margin-top: 130px;
    }
    .xs\:mr-33 {
        margin-right: 130px;
    }
    .xs\:mb-33 {
        margin-bottom: 130px;
    }
    .xs\:ml-33 {
        margin-left: 130px;
    }
    .xs\:mt-36 {
        margin-top: 9rem;
    }
    .xs\:mr-36 {
        margin-right: 9rem;
    }
    .xs\:mb-36 {
        margin-bottom: 9rem;
    }
    .xs\:ml-36 {
        margin-left: 9rem;
    }
    .xs\:mt-40 {
        margin-top: 10rem;
    }
    .xs\:mr-40 {
        margin-right: 10rem;
    }
    .xs\:mb-40 {
        margin-bottom: 10rem;
    }
    .xs\:ml-40 {
        margin-left: 10rem;
    }
    .xs\:mt-44 {
        margin-top: 11rem;
    }
    .xs\:mr-44 {
        margin-right: 11rem;
    }
    .xs\:mb-44 {
        margin-bottom: 11rem;
    }
    .xs\:ml-44 {
        margin-left: 11rem;
    }
    .xs\:mt-48 {
        margin-top: 12rem;
    }
    .xs\:mr-48 {
        margin-right: 12rem;
    }
    .xs\:mb-48 {
        margin-bottom: 12rem;
    }
    .xs\:ml-48 {
        margin-left: 12rem;
    }
    .xs\:mt-52 {
        margin-top: 13rem;
    }
    .xs\:mr-52 {
        margin-right: 13rem;
    }
    .xs\:mb-52 {
        margin-bottom: 13rem;
    }
    .xs\:ml-52 {
        margin-left: 13rem;
    }
    .xs\:mt-56 {
        margin-top: 14rem;
    }
    .xs\:mr-56 {
        margin-right: 14rem;
    }
    .xs\:mb-56 {
        margin-bottom: 14rem;
    }
    .xs\:ml-56 {
        margin-left: 14rem;
    }
    .xs\:mt-60 {
        margin-top: 15rem;
    }
    .xs\:mr-60 {
        margin-right: 15rem;
    }
    .xs\:mb-60 {
        margin-bottom: 15rem;
    }
    .xs\:ml-60 {
        margin-left: 15rem;
    }
    .xs\:mt-63 {
        margin-top: 270px;
    }
    .xs\:mr-63 {
        margin-right: 270px;
    }
    .xs\:mb-63 {
        margin-bottom: 270px;
    }
    .xs\:ml-63 {
        margin-left: 270px;
    }
    .xs\:mt-64 {
        margin-top: 16rem;
    }
    .xs\:mr-64 {
        margin-right: 16rem;
    }
    .xs\:mb-64 {
        margin-bottom: 16rem;
    }
    .xs\:ml-64 {
        margin-left: 16rem;
    }
    .xs\:mt-72 {
        margin-top: 18rem;
    }
    .xs\:mr-72 {
        margin-right: 18rem;
    }
    .xs\:mb-72 {
        margin-bottom: 18rem;
    }
    .xs\:ml-72 {
        margin-left: 18rem;
    }
    .xs\:mt-80 {
        margin-top: 20rem;
    }
    .xs\:mr-80 {
        margin-right: 20rem;
    }
    .xs\:mb-80 {
        margin-bottom: 20rem;
    }
    .xs\:ml-80 {
        margin-left: 20rem;
    }
    .xs\:mt-92 {
        margin-top: 375px;
    }
    .xs\:mr-92 {
        margin-right: 375px;
    }
    .xs\:mb-92 {
        margin-bottom: 375px;
    }
    .xs\:ml-92 {
        margin-left: 375px;
    }
    .xs\:mt-96 {
        margin-top: 24rem;
    }
    .xs\:mr-96 {
        margin-right: 24rem;
    }
    .xs\:mb-96 {
        margin-bottom: 24rem;
    }
    .xs\:ml-96 {
        margin-left: 24rem;
    }
    .xs\:mt-128 {
        margin-top: 32rem;
    }
    .xs\:mr-128 {
        margin-right: 32rem;
    }
    .xs\:mb-128 {
        margin-bottom: 32rem;
    }
    .xs\:ml-128 {
        margin-left: 32rem;
    }
    .xs\:mt-auto {
        margin-top: auto;
    }
    .xs\:mr-auto {
        margin-right: auto;
    }
    .xs\:mb-auto {
        margin-bottom: auto;
    }
    .xs\:ml-auto {
        margin-left: auto;
    }
    .xs\:mt-px {
        margin-top: 1px;
    }
    .xs\:mr-px {
        margin-right: 1px;
    }
    .xs\:mb-px {
        margin-bottom: 1px;
    }
    .xs\:ml-px {
        margin-left: 1px;
    }
    .xs\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .xs\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .xs\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .xs\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .xs\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .xs\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .xs\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .xs\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .xs\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .xs\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .xs\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .xs\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .xs\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .xs\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .xs\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .xs\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .xs\:mt-105p {
        margin-top: 105px;
    }
    .xs\:mr-105p {
        margin-right: 105px;
    }
    .xs\:mb-105p {
        margin-bottom: 105px;
    }
    .xs\:ml-105p {
        margin-left: 105px;
    }
    .xs\:mt-50p {
        margin-top: 50px;
    }
    .xs\:mr-50p {
        margin-right: 50px;
    }
    .xs\:mb-50p {
        margin-bottom: 50px;
    }
    .xs\:ml-50p {
        margin-left: 50px;
    }
    .xs\:mt-54p {
        margin-top: 54px;
    }
    .xs\:mr-54p {
        margin-right: 54px;
    }
    .xs\:mb-54p {
        margin-bottom: 54px;
    }
    .xs\:ml-54p {
        margin-left: 54px;
    }
    .xs\:mt-1p {
        margin-top: 1px;
    }
    .xs\:mr-1p {
        margin-right: 1px;
    }
    .xs\:mb-1p {
        margin-bottom: 1px;
    }
    .xs\:ml-1p {
        margin-left: 1px;
    }
    .xs\:mt-2p {
        margin-top: 2px;
    }
    .xs\:mr-2p {
        margin-right: 2px;
    }
    .xs\:mb-2p {
        margin-bottom: 2px;
    }
    .xs\:ml-2p {
        margin-left: 2px;
    }
    .xs\:mt-3p {
        margin-top: 3px;
    }
    .xs\:mr-3p {
        margin-right: 3px;
    }
    .xs\:mb-3p {
        margin-bottom: 3px;
    }
    .xs\:ml-3p {
        margin-left: 3px;
    }
    .xs\:mt-5p {
        margin-top: 5px;
    }
    .xs\:mr-5p {
        margin-right: 5px;
    }
    .xs\:mb-5p {
        margin-bottom: 5px;
    }
    .xs\:ml-5p {
        margin-left: 5px;
    }
    .xs\:mt-7p {
        margin-top: 7px;
    }
    .xs\:mr-7p {
        margin-right: 7px;
    }
    .xs\:mb-7p {
        margin-bottom: 7px;
    }
    .xs\:ml-7p {
        margin-left: 7px;
    }
    .xs\:mt-9p {
        margin-top: 9px;
    }
    .xs\:mr-9p {
        margin-right: 9px;
    }
    .xs\:mb-9p {
        margin-bottom: 9px;
    }
    .xs\:ml-9p {
        margin-left: 9px;
    }
    .xs\:mt-10p {
        margin-top: 10px;
    }
    .xs\:mr-10p {
        margin-right: 10px;
    }
    .xs\:mb-10p {
        margin-bottom: 10px;
    }
    .xs\:ml-10p {
        margin-left: 10px;
    }
    .xs\:mt-11p {
        margin-top: 11px;
    }
    .xs\:mr-11p {
        margin-right: 11px;
    }
    .xs\:mb-11p {
        margin-bottom: 11px;
    }
    .xs\:ml-11p {
        margin-left: 11px;
    }
    .xs\:mt-13p {
        margin-top: 13px;
    }
    .xs\:mr-13p {
        margin-right: 13px;
    }
    .xs\:mb-13p {
        margin-bottom: 13px;
    }
    .xs\:ml-13p {
        margin-left: 13px;
    }
    .xs\:mt-15p {
        margin-top: 15px;
    }
    .xs\:mr-15p {
        margin-right: 15px;
    }
    .xs\:mb-15p {
        margin-bottom: 15px;
    }
    .xs\:ml-15p {
        margin-left: 15px;
    }
    .xs\:mt-18p {
        margin-top: 18px;
    }
    .xs\:mr-18p {
        margin-right: 18px;
    }
    .xs\:mb-18p {
        margin-bottom: 18px;
    }
    .xs\:ml-18p {
        margin-left: 18px;
    }
    .xs\:mt-19p {
        margin-top: 19px;
    }
    .xs\:mr-19p {
        margin-right: 19px;
    }
    .xs\:mb-19p {
        margin-bottom: 19px;
    }
    .xs\:ml-19p {
        margin-left: 19px;
    }
    .xs\:mt-21p {
        margin-top: 21px;
    }
    .xs\:mr-21p {
        margin-right: 21px;
    }
    .xs\:mb-21p {
        margin-bottom: 21px;
    }
    .xs\:ml-21p {
        margin-left: 21px;
    }
    .xs\:mt-22p {
        margin-top: 22px;
    }
    .xs\:mr-22p {
        margin-right: 22px;
    }
    .xs\:mb-22p {
        margin-bottom: 22px;
    }
    .xs\:ml-22p {
        margin-left: 22px;
    }
    .xs\:mt-23p {
        margin-top: 23px;
    }
    .xs\:mr-23p {
        margin-right: 23px;
    }
    .xs\:mb-23p {
        margin-bottom: 23px;
    }
    .xs\:ml-23p {
        margin-left: 23px;
    }
    .xs\:mt-25p {
        margin-top: 25px;
    }
    .xs\:mr-25p {
        margin-right: 25px;
    }
    .xs\:mb-25p {
        margin-bottom: 25px;
    }
    .xs\:ml-25p {
        margin-left: 25px;
    }
    .xs\:mt-26p {
        margin-top: 26px;
    }
    .xs\:mr-26p {
        margin-right: 26px;
    }
    .xs\:mb-26p {
        margin-bottom: 26px;
    }
    .xs\:ml-26p {
        margin-left: 26px;
    }
    .xs\:mt-29p {
        margin-top: 29px;
    }
    .xs\:mr-29p {
        margin-right: 29px;
    }
    .xs\:mb-29p {
        margin-bottom: 29px;
    }
    .xs\:ml-29p {
        margin-left: 29px;
    }
    .xs\:mt-30p {
        margin-top: 30px;
    }
    .xs\:mr-30p {
        margin-right: 30px;
    }
    .xs\:mb-30p {
        margin-bottom: 30px;
    }
    .xs\:ml-30p {
        margin-left: 30px;
    }
    .xs\:mt-31p {
        margin-top: 31px;
    }
    .xs\:mr-31p {
        margin-right: 31px;
    }
    .xs\:mb-31p {
        margin-bottom: 31px;
    }
    .xs\:ml-31p {
        margin-left: 31px;
    }
    .xs\:mt-35p {
        margin-top: 35px;
    }
    .xs\:mr-35p {
        margin-right: 35px;
    }
    .xs\:mb-35p {
        margin-bottom: 35px;
    }
    .xs\:ml-35p {
        margin-left: 35px;
    }
    .xs\:mt-52p {
        margin-top: 52px;
    }
    .xs\:mr-52p {
        margin-right: 52px;
    }
    .xs\:mb-52p {
        margin-bottom: 52px;
    }
    .xs\:ml-52p {
        margin-left: 52px;
    }
    .xs\:mt-53p {
        margin-top: 53px;
    }
    .xs\:mr-53p {
        margin-right: 53px;
    }
    .xs\:mb-53p {
        margin-bottom: 53px;
    }
    .xs\:ml-53p {
        margin-left: 53px;
    }
    .xs\:mt-55p {
        margin-top: 55px;
    }
    .xs\:mr-55p {
        margin-right: 55px;
    }
    .xs\:mb-55p {
        margin-bottom: 55px;
    }
    .xs\:ml-55p {
        margin-left: 55px;
    }
    .xs\:mt-59p {
        margin-top: 59px;
    }
    .xs\:mr-59p {
        margin-right: 59px;
    }
    .xs\:mb-59p {
        margin-bottom: 59px;
    }
    .xs\:ml-59p {
        margin-left: 59px;
    }
    .xs\:mt-27p {
        margin-top: 27px;
    }
    .xs\:mr-27p {
        margin-right: 27px;
    }
    .xs\:mb-27p {
        margin-bottom: 27px;
    }
    .xs\:ml-27p {
        margin-left: 27px;
    }
    .xs\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .xs\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .xs\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .xs\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .xs\:mt-38p {
        margin-top: 38px;
    }
    .xs\:mr-38p {
        margin-right: 38px;
    }
    .xs\:mb-38p {
        margin-bottom: 38px;
    }
    .xs\:ml-38p {
        margin-left: 38px;
    }
    .xs\:mt-40p {
        margin-top: 40px;
    }
    .xs\:mr-40p {
        margin-right: 40px;
    }
    .xs\:mb-40p {
        margin-bottom: 40px;
    }
    .xs\:ml-40p {
        margin-left: 40px;
    }
    .xs\:mt-46p {
        margin-top: 46px;
    }
    .xs\:mr-46p {
        margin-right: 46px;
    }
    .xs\:mb-46p {
        margin-bottom: 46px;
    }
    .xs\:ml-46p {
        margin-left: 46px;
    }
    .xs\:mt-47p {
        margin-top: 47px;
    }
    .xs\:mr-47p {
        margin-right: 47px;
    }
    .xs\:mb-47p {
        margin-bottom: 47px;
    }
    .xs\:ml-47p {
        margin-left: 47px;
    }
    .xs\:mt-49p {
        margin-top: 49px;
    }
    .xs\:mr-49p {
        margin-right: 49px;
    }
    .xs\:mb-49p {
        margin-bottom: 49px;
    }
    .xs\:ml-49p {
        margin-left: 49px;
    }
    .xs\:mt-58p {
        margin-top: 58px;
    }
    .xs\:mr-58p {
        margin-right: 58px;
    }
    .xs\:mb-58p {
        margin-bottom: 58px;
    }
    .xs\:ml-58p {
        margin-left: 58px;
    }
    .xs\:mt-75p {
        margin-top: 75px;
    }
    .xs\:mr-75p {
        margin-right: 75px;
    }
    .xs\:mb-75p {
        margin-bottom: 75px;
    }
    .xs\:ml-75p {
        margin-left: 75px;
    }
    .xs\:mt-77p {
        margin-top: 77px;
    }
    .xs\:mr-77p {
        margin-right: 77px;
    }
    .xs\:mb-77p {
        margin-bottom: 77px;
    }
    .xs\:ml-77p {
        margin-left: 77px;
    }
    .xs\:mt-60p {
        margin-top: 60px;
    }
    .xs\:mr-60p {
        margin-right: 60px;
    }
    .xs\:mb-60p {
        margin-bottom: 60px;
    }
    .xs\:ml-60p {
        margin-left: 60px;
    }
    .xs\:mt-65p {
        margin-top: 65px;
    }
    .xs\:mr-65p {
        margin-right: 65px;
    }
    .xs\:mb-65p {
        margin-bottom: 65px;
    }
    .xs\:ml-65p {
        margin-left: 65px;
    }
    .xs\:mt-66p {
        margin-top: 66px;
    }
    .xs\:mr-66p {
        margin-right: 66px;
    }
    .xs\:mb-66p {
        margin-bottom: 66px;
    }
    .xs\:ml-66p {
        margin-left: 66px;
    }
    .xs\:mt-68p {
        margin-top: 68px;
    }
    .xs\:mr-68p {
        margin-right: 68px;
    }
    .xs\:mb-68p {
        margin-bottom: 68px;
    }
    .xs\:ml-68p {
        margin-left: 68px;
    }
    .xs\:mt-70p {
        margin-top: 70px;
    }
    .xs\:mr-70p {
        margin-right: 70px;
    }
    .xs\:mb-70p {
        margin-bottom: 70px;
    }
    .xs\:ml-70p {
        margin-left: 70px;
    }
    .xs\:mt-72p {
        margin-top: 72px;
    }
    .xs\:mr-72p {
        margin-right: 72px;
    }
    .xs\:mb-72p {
        margin-bottom: 72px;
    }
    .xs\:ml-72p {
        margin-left: 72px;
    }
    .xs\:mt-74p {
        margin-top: 74px;
    }
    .xs\:mr-74p {
        margin-right: 74px;
    }
    .xs\:mb-74p {
        margin-bottom: 74px;
    }
    .xs\:ml-74p {
        margin-left: 74px;
    }
    .xs\:mt-78p {
        margin-top: 78px;
    }
    .xs\:mr-78p {
        margin-right: 78px;
    }
    .xs\:mb-78p {
        margin-bottom: 78px;
    }
    .xs\:ml-78p {
        margin-left: 78px;
    }
    .xs\:mt-80p {
        margin-top: 80px;
    }
    .xs\:mr-80p {
        margin-right: 80px;
    }
    .xs\:mb-80p {
        margin-bottom: 80px;
    }
    .xs\:ml-80p {
        margin-left: 80px;
    }
    .xs\:mt-82p {
        margin-top: 82px;
    }
    .xs\:mr-82p {
        margin-right: 82px;
    }
    .xs\:mb-82p {
        margin-bottom: 82px;
    }
    .xs\:ml-82p {
        margin-left: 82px;
    }
    .xs\:mt-84p {
        margin-top: 84px;
    }
    .xs\:mr-84p {
        margin-right: 84px;
    }
    .xs\:mb-84p {
        margin-bottom: 84px;
    }
    .xs\:ml-84p {
        margin-left: 84px;
    }
    .xs\:mt-89p {
        margin-top: 89px;
    }
    .xs\:mr-89p {
        margin-right: 89px;
    }
    .xs\:mb-89p {
        margin-bottom: 89px;
    }
    .xs\:ml-89p {
        margin-left: 89px;
    }
    .xs\:mt-93p {
        margin-top: 93px;
    }
    .xs\:mr-93p {
        margin-right: 93px;
    }
    .xs\:mb-93p {
        margin-bottom: 93px;
    }
    .xs\:ml-93p {
        margin-left: 93px;
    }
    .xs\:mt-90p {
        margin-top: 90px;
    }
    .xs\:mr-90p {
        margin-right: 90px;
    }
    .xs\:mb-90p {
        margin-bottom: 90px;
    }
    .xs\:ml-90p {
        margin-left: 90px;
    }
    .xs\:mt-97p {
        margin-top: 97px;
    }
    .xs\:mr-97p {
        margin-right: 97px;
    }
    .xs\:mb-97p {
        margin-bottom: 97px;
    }
    .xs\:ml-97p {
        margin-left: 97px;
    }
    .xs\:mt-103p {
        margin-top: 103px;
    }
    .xs\:mr-103p {
        margin-right: 103px;
    }
    .xs\:mb-103p {
        margin-bottom: 103px;
    }
    .xs\:ml-103p {
        margin-left: 103px;
    }
    .xs\:mt-116p {
        margin-top: 116px;
    }
    .xs\:mr-116p {
        margin-right: 116px;
    }
    .xs\:mb-116p {
        margin-bottom: 116px;
    }
    .xs\:ml-116p {
        margin-left: 116px;
    }
    .xs\:mt-120p {
        margin-top: 120px;
    }
    .xs\:mr-120p {
        margin-right: 120px;
    }
    .xs\:mb-120p {
        margin-bottom: 120px;
    }
    .xs\:ml-120p {
        margin-left: 120px;
    }
    .xs\:mt-125p {
        margin-top: 125px;
    }
    .xs\:mr-125p {
        margin-right: 125px;
    }
    .xs\:mb-125p {
        margin-bottom: 125px;
    }
    .xs\:ml-125p {
        margin-left: 125px;
    }
    .xs\:mt-130p {
        margin-top: 130px;
    }
    .xs\:mr-130p {
        margin-right: 130px;
    }
    .xs\:mb-130p {
        margin-bottom: 130px;
    }
    .xs\:ml-130p {
        margin-left: 130px;
    }
    .xs\:mt-135p {
        margin-top: 135px;
    }
    .xs\:mr-135p {
        margin-right: 135px;
    }
    .xs\:mb-135p {
        margin-bottom: 135px;
    }
    .xs\:ml-135p {
        margin-left: 135px;
    }
    .xs\:mt-132p {
        margin-top: 132px;
    }
    .xs\:mr-132p {
        margin-right: 132px;
    }
    .xs\:mb-132p {
        margin-bottom: 132px;
    }
    .xs\:ml-132p {
        margin-left: 132px;
    }
    .xs\:mt-150p {
        margin-top: 150px;
    }
    .xs\:mr-150p {
        margin-right: 150px;
    }
    .xs\:mb-150p {
        margin-bottom: 150px;
    }
    .xs\:ml-150p {
        margin-left: 150px;
    }
    .xs\:mt-216p {
        margin-top: 216px;
    }
    .xs\:mr-216p {
        margin-right: 216px;
    }
    .xs\:mb-216p {
        margin-bottom: 216px;
    }
    .xs\:ml-216p {
        margin-left: 216px;
    }
    .xs\:mt-225p {
        margin-top: 225px;
    }
    .xs\:mr-225p {
        margin-right: 225px;
    }
    .xs\:mb-225p {
        margin-bottom: 225px;
    }
    .xs\:ml-225p {
        margin-left: 225px;
    }
    .xs\:mt-296p {
        margin-top: 296px;
    }
    .xs\:mr-296p {
        margin-right: 296px;
    }
    .xs\:mb-296p {
        margin-bottom: 296px;
    }
    .xs\:ml-296p {
        margin-left: 296px;
    }
    .xs\:mt-270p {
        margin-top: 270px;
    }
    .xs\:mr-270p {
        margin-right: 270px;
    }
    .xs\:mb-270p {
        margin-bottom: 270px;
    }
    .xs\:ml-270p {
        margin-left: 270px;
    }
    .xs\:mt-137p {
        margin-top: 137px;
    }
    .xs\:mr-137p {
        margin-right: 137px;
    }
    .xs\:mb-137p {
        margin-bottom: 137px;
    }
    .xs\:ml-137p {
        margin-left: 137px;
    }
    .xs\:mt-141p {
        margin-top: 141px;
    }
    .xs\:mr-141p {
        margin-right: 141px;
    }
    .xs\:mb-141p {
        margin-bottom: 141px;
    }
    .xs\:ml-141p {
        margin-left: 141px;
    }
    .xs\:mt-146p {
        margin-top: 146px;
    }
    .xs\:mr-146p {
        margin-right: 146px;
    }
    .xs\:mb-146p {
        margin-bottom: 146px;
    }
    .xs\:ml-146p {
        margin-left: 146px;
    }
    .xs\:mt-152p {
        margin-top: 152px;
    }
    .xs\:mr-152p {
        margin-right: 152px;
    }
    .xs\:mb-152p {
        margin-bottom: 152px;
    }
    .xs\:ml-152p {
        margin-left: 152px;
    }
    .xs\:mt-155p {
        margin-top: 155px;
    }
    .xs\:mr-155p {
        margin-right: 155px;
    }
    .xs\:mb-155p {
        margin-bottom: 155px;
    }
    .xs\:ml-155p {
        margin-left: 155px;
    }
    .xs\:mt-163p {
        margin-top: 163px;
    }
    .xs\:mr-163p {
        margin-right: 163px;
    }
    .xs\:mb-163p {
        margin-bottom: 163px;
    }
    .xs\:ml-163p {
        margin-left: 163px;
    }
    .xs\:mt-168p {
        margin-top: 168px;
    }
    .xs\:mr-168p {
        margin-right: 168px;
    }
    .xs\:mb-168p {
        margin-bottom: 168px;
    }
    .xs\:ml-168p {
        margin-left: 168px;
    }
    .xs\:mt-173p {
        margin-top: 173px;
    }
    .xs\:mr-173p {
        margin-right: 173px;
    }
    .xs\:mb-173p {
        margin-bottom: 173px;
    }
    .xs\:ml-173p {
        margin-left: 173px;
    }
    .xs\:mt-210p {
        margin-top: 210px;
    }
    .xs\:mr-210p {
        margin-right: 210px;
    }
    .xs\:mb-210p {
        margin-bottom: 210px;
    }
    .xs\:ml-210p {
        margin-left: 210px;
    }
    .xs\:mt-245p {
        margin-top: 245px;
    }
    .xs\:mr-245p {
        margin-right: 245px;
    }
    .xs\:mb-245p {
        margin-bottom: 245px;
    }
    .xs\:ml-245p {
        margin-left: 245px;
    }
    .xs\:mt-250p {
        margin-top: 250px;
    }
    .xs\:mr-250p {
        margin-right: 250px;
    }
    .xs\:mb-250p {
        margin-bottom: 250px;
    }
    .xs\:ml-250p {
        margin-left: 250px;
    }
    .xs\:mt-260p {
        margin-top: 260px;
    }
    .xs\:mr-260p {
        margin-right: 260px;
    }
    .xs\:mb-260p {
        margin-bottom: 260px;
    }
    .xs\:ml-260p {
        margin-left: 260px;
    }
    .xs\:mt-263p {
        margin-top: 263px;
    }
    .xs\:mr-263p {
        margin-right: 263px;
    }
    .xs\:mb-263p {
        margin-bottom: 263px;
    }
    .xs\:ml-263p {
        margin-left: 263px;
    }
    .xs\:mt-266p {
        margin-top: 266px;
    }
    .xs\:mr-266p {
        margin-right: 266px;
    }
    .xs\:mb-266p {
        margin-bottom: 266px;
    }
    .xs\:ml-266p {
        margin-left: 266px;
    }
    .xs\:mt-275p {
        margin-top: 275px;
    }
    .xs\:mr-275p {
        margin-right: 275px;
    }
    .xs\:mb-275p {
        margin-bottom: 275px;
    }
    .xs\:ml-275p {
        margin-left: 275px;
    }
    .xs\:mt-300p {
        margin-top: 300px;
    }
    .xs\:mr-300p {
        margin-right: 300px;
    }
    .xs\:mb-300p {
        margin-bottom: 300px;
    }
    .xs\:ml-300p {
        margin-left: 300px;
    }
    .xs\:mt-312p {
        margin-top: 312px;
    }
    .xs\:mr-312p {
        margin-right: 312px;
    }
    .xs\:mb-312p {
        margin-bottom: 312px;
    }
    .xs\:ml-312p {
        margin-left: 312px;
    }
    .xs\:mt-318p {
        margin-top: 318px;
    }
    .xs\:mr-318p {
        margin-right: 318px;
    }
    .xs\:mb-318p {
        margin-bottom: 318px;
    }
    .xs\:ml-318p {
        margin-left: 318px;
    }
    .xs\:mt-322p {
        margin-top: 322px;
    }
    .xs\:mr-322p {
        margin-right: 322px;
    }
    .xs\:mb-322p {
        margin-bottom: 322px;
    }
    .xs\:ml-322p {
        margin-left: 322px;
    }
    .xs\:mt-337p {
        margin-top: 337px;
    }
    .xs\:mr-337p {
        margin-right: 337px;
    }
    .xs\:mb-337p {
        margin-bottom: 337px;
    }
    .xs\:ml-337p {
        margin-left: 337px;
    }
    .xs\:mt-345p {
        margin-top: 345px;
    }
    .xs\:mr-345p {
        margin-right: 345px;
    }
    .xs\:mb-345p {
        margin-bottom: 345px;
    }
    .xs\:ml-345p {
        margin-left: 345px;
    }
    .xs\:mt-344p {
        margin-top: 344px;
    }
    .xs\:mr-344p {
        margin-right: 344px;
    }
    .xs\:mb-344p {
        margin-bottom: 344px;
    }
    .xs\:ml-344p {
        margin-left: 344px;
    }
    .xs\:mt-354p {
        margin-top: 354px;
    }
    .xs\:mr-354p {
        margin-right: 354px;
    }
    .xs\:mb-354p {
        margin-bottom: 354px;
    }
    .xs\:ml-354p {
        margin-left: 354px;
    }
    .xs\:mt-364p {
        margin-top: 364px;
    }
    .xs\:mr-364p {
        margin-right: 364px;
    }
    .xs\:mb-364p {
        margin-bottom: 364px;
    }
    .xs\:ml-364p {
        margin-left: 364px;
    }
    .xs\:mt-370p {
        margin-top: 370px;
    }
    .xs\:mr-370p {
        margin-right: 370px;
    }
    .xs\:mb-370p {
        margin-bottom: 370px;
    }
    .xs\:ml-370p {
        margin-left: 370px;
    }
    .xs\:mt-382p {
        margin-top: 382px;
    }
    .xs\:mr-382p {
        margin-right: 382px;
    }
    .xs\:mb-382p {
        margin-bottom: 382px;
    }
    .xs\:ml-382p {
        margin-left: 382px;
    }
    .xs\:mt-385p {
        margin-top: 385px;
    }
    .xs\:mr-385p {
        margin-right: 385px;
    }
    .xs\:mb-385p {
        margin-bottom: 385px;
    }
    .xs\:ml-385p {
        margin-left: 385px;
    }
    .xs\:mt-400p {
        margin-top: 400px;
    }
    .xs\:mr-400p {
        margin-right: 400px;
    }
    .xs\:mb-400p {
        margin-bottom: 400px;
    }
    .xs\:ml-400p {
        margin-left: 400px;
    }
    .xs\:mt-407p {
        margin-top: 407px;
    }
    .xs\:mr-407p {
        margin-right: 407px;
    }
    .xs\:mb-407p {
        margin-bottom: 407px;
    }
    .xs\:ml-407p {
        margin-left: 407px;
    }
    .xs\:mt-411p {
        margin-top: 411px;
    }
    .xs\:mr-411p {
        margin-right: 411px;
    }
    .xs\:mb-411p {
        margin-bottom: 411px;
    }
    .xs\:ml-411p {
        margin-left: 411px;
    }
    .xs\:mt-418p {
        margin-top: 418px;
    }
    .xs\:mr-418p {
        margin-right: 418px;
    }
    .xs\:mb-418p {
        margin-bottom: 418px;
    }
    .xs\:ml-418p {
        margin-left: 418px;
    }
    .xs\:mt-430p {
        margin-top: 430px;
    }
    .xs\:mr-430p {
        margin-right: 430px;
    }
    .xs\:mb-430p {
        margin-bottom: 430px;
    }
    .xs\:ml-430p {
        margin-left: 430px;
    }
    .xs\:mt-450p {
        margin-top: 450px;
    }
    .xs\:mr-450p {
        margin-right: 450px;
    }
    .xs\:mb-450p {
        margin-bottom: 450px;
    }
    .xs\:ml-450p {
        margin-left: 450px;
    }
    .xs\:mt-468p {
        margin-top: 468px;
    }
    .xs\:mr-468p {
        margin-right: 468px;
    }
    .xs\:mb-468p {
        margin-bottom: 468px;
    }
    .xs\:ml-468p {
        margin-left: 468px;
    }
    .xs\:mt-485p {
        margin-top: 485px;
    }
    .xs\:mr-485p {
        margin-right: 485px;
    }
    .xs\:mb-485p {
        margin-bottom: 485px;
    }
    .xs\:ml-485p {
        margin-left: 485px;
    }
    .xs\:mt-491p {
        margin-top: 491px;
    }
    .xs\:mr-491p {
        margin-right: 491px;
    }
    .xs\:mb-491p {
        margin-bottom: 491px;
    }
    .xs\:ml-491p {
        margin-left: 491px;
    }
    .xs\:mt-494p {
        margin-top: 494px;
    }
    .xs\:mr-494p {
        margin-right: 494px;
    }
    .xs\:mb-494p {
        margin-bottom: 494px;
    }
    .xs\:ml-494p {
        margin-left: 494px;
    }
    .xs\:mt-470p {
        margin-top: 470px;
    }
    .xs\:mr-470p {
        margin-right: 470px;
    }
    .xs\:mb-470p {
        margin-bottom: 470px;
    }
    .xs\:ml-470p {
        margin-left: 470px;
    }
    .xs\:mt-480p {
        margin-top: 480px;
    }
    .xs\:mr-480p {
        margin-right: 480px;
    }
    .xs\:mb-480p {
        margin-bottom: 480px;
    }
    .xs\:ml-480p {
        margin-left: 480px;
    }
    .xs\:mt-532p {
        margin-top: 532px;
    }
    .xs\:mr-532p {
        margin-right: 532px;
    }
    .xs\:mb-532p {
        margin-bottom: 532px;
    }
    .xs\:ml-532p {
        margin-left: 532px;
    }
    .xs\:mt-556p {
        margin-top: 556px;
    }
    .xs\:mr-556p {
        margin-right: 556px;
    }
    .xs\:mb-556p {
        margin-bottom: 556px;
    }
    .xs\:ml-556p {
        margin-left: 556px;
    }
    .xs\:mt-505p {
        margin-top: 505px;
    }
    .xs\:mr-505p {
        margin-right: 505px;
    }
    .xs\:mb-505p {
        margin-bottom: 505px;
    }
    .xs\:ml-505p {
        margin-left: 505px;
    }
    .xs\:mt-1179p {
        margin-top: 1179px;
    }
    .xs\:mr-1179p {
        margin-right: 1179px;
    }
    .xs\:mb-1179p {
        margin-bottom: 1179px;
    }
    .xs\:ml-1179p {
        margin-left: 1179px;
    }
    .xs\:mt-1253p {
        margin-top: 1253px;
    }
    .xs\:mr-1253p {
        margin-right: 1253px;
    }
    .xs\:mb-1253p {
        margin-bottom: 1253px;
    }
    .xs\:ml-1253p {
        margin-left: 1253px;
    }
    .xs\:mt-1575p {
        margin-top: 1575px;
    }
    .xs\:mr-1575p {
        margin-right: 1575px;
    }
    .xs\:mb-1575p {
        margin-bottom: 1575px;
    }
    .xs\:ml-1575p {
        margin-left: 1575px;
    }
    .xs\:mt-600p {
        margin-top: 600px;
    }
    .xs\:mr-600p {
        margin-right: 600px;
    }
    .xs\:mb-600p {
        margin-bottom: 600px;
    }
    .xs\:ml-600p {
        margin-left: 600px;
    }
    .xs\:mt-649p {
        margin-top: 649px;
    }
    .xs\:mr-649p {
        margin-right: 649px;
    }
    .xs\:mb-649p {
        margin-bottom: 649px;
    }
    .xs\:ml-649p {
        margin-left: 649px;
    }
    .xs\:mt-690p {
        margin-top: 690px;
    }
    .xs\:mr-690p {
        margin-right: 690px;
    }
    .xs\:mb-690p {
        margin-bottom: 690px;
    }
    .xs\:ml-690p {
        margin-left: 690px;
    }
    .xs\:mt-19\% {
        margin-top: 19%;
    }
    .xs\:mr-19\% {
        margin-right: 19%;
    }
    .xs\:mb-19\% {
        margin-bottom: 19%;
    }
    .xs\:ml-19\% {
        margin-left: 19%;
    }
    .xs\:mt-23\% {
        margin-top: 23%;
    }
    .xs\:mr-23\% {
        margin-right: 23%;
    }
    .xs\:mb-23\% {
        margin-bottom: 23%;
    }
    .xs\:ml-23\% {
        margin-left: 23%;
    }
    .xs\:mt-24\% {
        margin-top: 24%;
    }
    .xs\:mr-24\% {
        margin-right: 24%;
    }
    .xs\:mb-24\% {
        margin-bottom: 24%;
    }
    .xs\:ml-24\% {
        margin-left: 24%;
    }
    .xs\:mt-36\% {
        margin-top: 36%;
    }
    .xs\:mr-36\% {
        margin-right: 36%;
    }
    .xs\:mb-36\% {
        margin-bottom: 36%;
    }
    .xs\:ml-36\% {
        margin-left: 36%;
    }
    .xs\:mt-27\% {
        margin-top: 27%;
    }
    .xs\:mr-27\% {
        margin-right: 27%;
    }
    .xs\:mb-27\% {
        margin-bottom: 27%;
    }
    .xs\:ml-27\% {
        margin-left: 27%;
    }
    .xs\:mt-28\% {
        margin-top: 28%;
    }
    .xs\:mr-28\% {
        margin-right: 28%;
    }
    .xs\:mb-28\% {
        margin-bottom: 28%;
    }
    .xs\:ml-28\% {
        margin-left: 28%;
    }
    .xs\:mt-42\% {
        margin-top: 42%;
    }
    .xs\:mr-42\% {
        margin-right: 42%;
    }
    .xs\:mb-42\% {
        margin-bottom: 42%;
    }
    .xs\:ml-42\% {
        margin-left: 42%;
    }
    .xs\:mt-46\% {
        margin-top: 46%;
    }
    .xs\:mr-46\% {
        margin-right: 46%;
    }
    .xs\:mb-46\% {
        margin-bottom: 46%;
    }
    .xs\:ml-46\% {
        margin-left: 46%;
    }
    .xs\:mt-49\% {
        margin-top: 49%;
    }
    .xs\:mr-49\% {
        margin-right: 49%;
    }
    .xs\:mb-49\% {
        margin-bottom: 49%;
    }
    .xs\:ml-49\% {
        margin-left: 49%;
    }
    .xs\:mt-54\% {
        margin-top: 54%;
    }
    .xs\:mr-54\% {
        margin-right: 54%;
    }
    .xs\:mb-54\% {
        margin-bottom: 54%;
    }
    .xs\:ml-54\% {
        margin-left: 54%;
    }
    .xs\:mt-58\% {
        margin-top: 58%;
    }
    .xs\:mr-58\% {
        margin-right: 58%;
    }
    .xs\:mb-58\% {
        margin-bottom: 58%;
    }
    .xs\:ml-58\% {
        margin-left: 58%;
    }
    .xs\:mt-72\% {
        margin-top: 72%;
    }
    .xs\:mr-72\% {
        margin-right: 72%;
    }
    .xs\:mb-72\% {
        margin-bottom: 72%;
    }
    .xs\:ml-72\% {
        margin-left: 72%;
    }
    .xs\:mt-76\% {
        margin-top: 76%;
    }
    .xs\:mr-76\% {
        margin-right: 76%;
    }
    .xs\:mb-76\% {
        margin-bottom: 76%;
    }
    .xs\:ml-76\% {
        margin-left: 76%;
    }
    .xs\:mt-77\% {
        margin-top: 77%;
    }
    .xs\:mr-77\% {
        margin-right: 77%;
    }
    .xs\:mb-77\% {
        margin-bottom: 77%;
    }
    .xs\:ml-77\% {
        margin-left: 77%;
    }
    .xs\:mt-340p {
        margin-top: 340px;
    }
    .xs\:mr-340p {
        margin-right: 340px;
    }
    .xs\:mb-340p {
        margin-bottom: 340px;
    }
    .xs\:ml-340p {
        margin-left: 340px;
    }
    .xs\:mt-700p {
        margin-top: 700px;
    }
    .xs\:mr-700p {
        margin-right: 700px;
    }
    .xs\:mb-700p {
        margin-bottom: 700px;
    }
    .xs\:ml-700p {
        margin-left: 700px;
    }
    .xs\:mt-848p {
        margin-top: 848px;
    }
    .xs\:mr-848p {
        margin-right: 848px;
    }
    .xs\:mb-848p {
        margin-bottom: 848px;
    }
    .xs\:ml-848p {
        margin-left: 848px;
    }
    .xs\:mt-850p {
        margin-top: 850px;
    }
    .xs\:mr-850p {
        margin-right: 850px;
    }
    .xs\:mb-850p {
        margin-bottom: 850px;
    }
    .xs\:ml-850p {
        margin-left: 850px;
    }
    .xs\:mt-860p {
        margin-top: 860px;
    }
    .xs\:mr-860p {
        margin-right: 860px;
    }
    .xs\:mb-860p {
        margin-bottom: 860px;
    }
    .xs\:ml-860p {
        margin-left: 860px;
    }
    .xs\:mt-1425p {
        margin-top: 1425px;
    }
    .xs\:mr-1425p {
        margin-right: 1425px;
    }
    .xs\:mb-1425p {
        margin-bottom: 1425px;
    }
    .xs\:ml-1425p {
        margin-left: 1425px;
    }
    .xs\:-mt-0 {
        margin-top: 0;
    }
    .xs\:-mr-0 {
        margin-right: 0;
    }
    .xs\:-mb-0 {
        margin-bottom: 0;
    }
    .xs\:-ml-0 {
        margin-left: 0;
    }
    .xs\:-mt-1 {
        margin-top: -0.25rem;
    }
    .xs\:-mr-1 {
        margin-right: -0.25rem;
    }
    .xs\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .xs\:-ml-1 {
        margin-left: -0.25rem;
    }
    .xs\:-mt-2 {
        margin-top: -0.5rem;
    }
    .xs\:-mr-2 {
        margin-right: -0.5rem;
    }
    .xs\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .xs\:-ml-2 {
        margin-left: -0.5rem;
    }
    .xs\:-mt-3 {
        margin-top: -0.75rem;
    }
    .xs\:-mr-3 {
        margin-right: -0.75rem;
    }
    .xs\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .xs\:-ml-3 {
        margin-left: -0.75rem;
    }
    .xs\:-mt-4 {
        margin-top: -1rem;
    }
    .xs\:-mr-4 {
        margin-right: -1rem;
    }
    .xs\:-mb-4 {
        margin-bottom: -1rem;
    }
    .xs\:-ml-4 {
        margin-left: -1rem;
    }
    .xs\:-mt-5 {
        margin-top: -1.25rem;
    }
    .xs\:-mr-5 {
        margin-right: -1.25rem;
    }
    .xs\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .xs\:-ml-5 {
        margin-left: -1.25rem;
    }
    .xs\:-mt-6 {
        margin-top: -1.5rem;
    }
    .xs\:-mr-6 {
        margin-right: -1.5rem;
    }
    .xs\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .xs\:-ml-6 {
        margin-left: -1.5rem;
    }
    .xs\:-mt-7 {
        margin-top: -1.75rem;
    }
    .xs\:-mr-7 {
        margin-right: -1.75rem;
    }
    .xs\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .xs\:-ml-7 {
        margin-left: -1.75rem;
    }
    .xs\:-mt-8 {
        margin-top: -2rem;
    }
    .xs\:-mr-8 {
        margin-right: -2rem;
    }
    .xs\:-mb-8 {
        margin-bottom: -2rem;
    }
    .xs\:-ml-8 {
        margin-left: -2rem;
    }
    .xs\:-mt-9 {
        margin-top: -2.25rem;
    }
    .xs\:-mr-9 {
        margin-right: -2.25rem;
    }
    .xs\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .xs\:-ml-9 {
        margin-left: -2.25rem;
    }
    .xs\:-mt-10 {
        margin-top: -2.5rem;
    }
    .xs\:-mr-10 {
        margin-right: -2.5rem;
    }
    .xs\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .xs\:-ml-10 {
        margin-left: -2.5rem;
    }
    .xs\:-mt-11 {
        margin-top: -2.75rem;
    }
    .xs\:-mr-11 {
        margin-right: -2.75rem;
    }
    .xs\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .xs\:-ml-11 {
        margin-left: -2.75rem;
    }
    .xs\:-mt-12 {
        margin-top: -3rem;
    }
    .xs\:-mr-12 {
        margin-right: -3rem;
    }
    .xs\:-mb-12 {
        margin-bottom: -3rem;
    }
    .xs\:-ml-12 {
        margin-left: -3rem;
    }
    .xs\:-mt-14 {
        margin-top: -3.5rem;
    }
    .xs\:-mr-14 {
        margin-right: -3.5rem;
    }
    .xs\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .xs\:-ml-14 {
        margin-left: -3.5rem;
    }
    .xs\:-mt-16 {
        margin-top: -4rem;
    }
    .xs\:-mr-16 {
        margin-right: -4rem;
    }
    .xs\:-mb-16 {
        margin-bottom: -4rem;
    }
    .xs\:-ml-16 {
        margin-left: -4rem;
    }
    .xs\:-mt-20 {
        margin-top: -5rem;
    }
    .xs\:-mr-20 {
        margin-right: -5rem;
    }
    .xs\:-mb-20 {
        margin-bottom: -5rem;
    }
    .xs\:-ml-20 {
        margin-left: -5rem;
    }
    .xs\:-mt-23 {
        margin-top: -88px;
    }
    .xs\:-mr-23 {
        margin-right: -88px;
    }
    .xs\:-mb-23 {
        margin-bottom: -88px;
    }
    .xs\:-ml-23 {
        margin-left: -88px;
    }
    .xs\:-mt-24 {
        margin-top: -6rem;
    }
    .xs\:-mr-24 {
        margin-right: -6rem;
    }
    .xs\:-mb-24 {
        margin-bottom: -6rem;
    }
    .xs\:-ml-24 {
        margin-left: -6rem;
    }
    .xs\:-mt-25 {
        margin-top: -100px;
    }
    .xs\:-mr-25 {
        margin-right: -100px;
    }
    .xs\:-mb-25 {
        margin-bottom: -100px;
    }
    .xs\:-ml-25 {
        margin-left: -100px;
    }
    .xs\:-mt-28 {
        margin-top: -7rem;
    }
    .xs\:-mr-28 {
        margin-right: -7rem;
    }
    .xs\:-mb-28 {
        margin-bottom: -7rem;
    }
    .xs\:-ml-28 {
        margin-left: -7rem;
    }
    .xs\:-mt-29 {
        margin-top: -120px;
    }
    .xs\:-mr-29 {
        margin-right: -120px;
    }
    .xs\:-mb-29 {
        margin-bottom: -120px;
    }
    .xs\:-ml-29 {
        margin-left: -120px;
    }
    .xs\:-mt-32 {
        margin-top: -8rem;
    }
    .xs\:-mr-32 {
        margin-right: -8rem;
    }
    .xs\:-mb-32 {
        margin-bottom: -8rem;
    }
    .xs\:-ml-32 {
        margin-left: -8rem;
    }
    .xs\:-mt-33 {
        margin-top: -130px;
    }
    .xs\:-mr-33 {
        margin-right: -130px;
    }
    .xs\:-mb-33 {
        margin-bottom: -130px;
    }
    .xs\:-ml-33 {
        margin-left: -130px;
    }
    .xs\:-mt-36 {
        margin-top: -9rem;
    }
    .xs\:-mr-36 {
        margin-right: -9rem;
    }
    .xs\:-mb-36 {
        margin-bottom: -9rem;
    }
    .xs\:-ml-36 {
        margin-left: -9rem;
    }
    .xs\:-mt-40 {
        margin-top: -10rem;
    }
    .xs\:-mr-40 {
        margin-right: -10rem;
    }
    .xs\:-mb-40 {
        margin-bottom: -10rem;
    }
    .xs\:-ml-40 {
        margin-left: -10rem;
    }
    .xs\:-mt-44 {
        margin-top: -11rem;
    }
    .xs\:-mr-44 {
        margin-right: -11rem;
    }
    .xs\:-mb-44 {
        margin-bottom: -11rem;
    }
    .xs\:-ml-44 {
        margin-left: -11rem;
    }
    .xs\:-mt-48 {
        margin-top: -12rem;
    }
    .xs\:-mr-48 {
        margin-right: -12rem;
    }
    .xs\:-mb-48 {
        margin-bottom: -12rem;
    }
    .xs\:-ml-48 {
        margin-left: -12rem;
    }
    .xs\:-mt-52 {
        margin-top: -13rem;
    }
    .xs\:-mr-52 {
        margin-right: -13rem;
    }
    .xs\:-mb-52 {
        margin-bottom: -13rem;
    }
    .xs\:-ml-52 {
        margin-left: -13rem;
    }
    .xs\:-mt-56 {
        margin-top: -14rem;
    }
    .xs\:-mr-56 {
        margin-right: -14rem;
    }
    .xs\:-mb-56 {
        margin-bottom: -14rem;
    }
    .xs\:-ml-56 {
        margin-left: -14rem;
    }
    .xs\:-mt-60 {
        margin-top: -15rem;
    }
    .xs\:-mr-60 {
        margin-right: -15rem;
    }
    .xs\:-mb-60 {
        margin-bottom: -15rem;
    }
    .xs\:-ml-60 {
        margin-left: -15rem;
    }
    .xs\:-mt-63 {
        margin-top: -270px;
    }
    .xs\:-mr-63 {
        margin-right: -270px;
    }
    .xs\:-mb-63 {
        margin-bottom: -270px;
    }
    .xs\:-ml-63 {
        margin-left: -270px;
    }
    .xs\:-mt-64 {
        margin-top: -16rem;
    }
    .xs\:-mr-64 {
        margin-right: -16rem;
    }
    .xs\:-mb-64 {
        margin-bottom: -16rem;
    }
    .xs\:-ml-64 {
        margin-left: -16rem;
    }
    .xs\:-mt-72 {
        margin-top: -18rem;
    }
    .xs\:-mr-72 {
        margin-right: -18rem;
    }
    .xs\:-mb-72 {
        margin-bottom: -18rem;
    }
    .xs\:-ml-72 {
        margin-left: -18rem;
    }
    .xs\:-mt-80 {
        margin-top: -20rem;
    }
    .xs\:-mr-80 {
        margin-right: -20rem;
    }
    .xs\:-mb-80 {
        margin-bottom: -20rem;
    }
    .xs\:-ml-80 {
        margin-left: -20rem;
    }
    .xs\:-mt-92 {
        margin-top: -475px;
    }
    .xs\:-mr-92 {
        margin-right: -475px;
    }
    .xs\:-mb-92 {
        margin-bottom: -475px;
    }
    .xs\:-ml-92 {
        margin-left: -475px;
    }
    .xs\:-mt-96 {
        margin-top: -24rem;
    }
    .xs\:-mr-96 {
        margin-right: -24rem;
    }
    .xs\:-mb-96 {
        margin-bottom: -24rem;
    }
    .xs\:-ml-96 {
        margin-left: -24rem;
    }
    .xs\:-mt-128 {
        margin-top: -32rem;
    }
    .xs\:-mr-128 {
        margin-right: -32rem;
    }
    .xs\:-mb-128 {
        margin-bottom: -32rem;
    }
    .xs\:-ml-128 {
        margin-left: -32rem;
    }
    .xs\:-mt-px {
        margin-top: -1px;
    }
    .xs\:-mr-px {
        margin-right: -1px;
    }
    .xs\:-mb-px {
        margin-bottom: -1px;
    }
    .xs\:-ml-px {
        margin-left: -1px;
    }
    .xs\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .xs\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .xs\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .xs\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .xs\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .xs\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .xs\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .xs\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .xs\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .xs\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .xs\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .xs\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .xs\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .xs\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .xs\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .xs\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .xs\:-mt-105p {
        margin-top: -105px;
    }
    .xs\:-mr-105p {
        margin-right: -105px;
    }
    .xs\:-mb-105p {
        margin-bottom: -105px;
    }
    .xs\:-ml-105p {
        margin-left: -105px;
    }
    .xs\:-mt-50p {
        margin-top: -50px;
    }
    .xs\:-mr-50p {
        margin-right: -50px;
    }
    .xs\:-mb-50p {
        margin-bottom: -50px;
    }
    .xs\:-ml-50p {
        margin-left: -50px;
    }
    .xs\:-mt-54p {
        margin-top: -54px;
    }
    .xs\:-mr-54p {
        margin-right: -54px;
    }
    .xs\:-mb-54p {
        margin-bottom: -54px;
    }
    .xs\:-ml-54p {
        margin-left: -54px;
    }
    .xs\:-mt-1p {
        margin-top: -1px;
    }
    .xs\:-mr-1p {
        margin-right: -1px;
    }
    .xs\:-mb-1p {
        margin-bottom: -1px;
    }
    .xs\:-ml-1p {
        margin-left: -1px;
    }
    .xs\:-mt-2p {
        margin-top: -2px;
    }
    .xs\:-mr-2p {
        margin-right: -2px;
    }
    .xs\:-mb-2p {
        margin-bottom: -2px;
    }
    .xs\:-ml-2p {
        margin-left: -2px;
    }
    .xs\:-mt-3p {
        margin-top: -3px;
    }
    .xs\:-mr-3p {
        margin-right: -3px;
    }
    .xs\:-mb-3p {
        margin-bottom: -3px;
    }
    .xs\:-ml-3p {
        margin-left: -3px;
    }
    .xs\:-mt-5p {
        margin-top: -5px;
    }
    .xs\:-mr-5p {
        margin-right: -5px;
    }
    .xs\:-mb-5p {
        margin-bottom: -5px;
    }
    .xs\:-ml-5p {
        margin-left: -5px;
    }
    .xs\:-mt-7p {
        margin-top: -7px;
    }
    .xs\:-mr-7p {
        margin-right: -7px;
    }
    .xs\:-mb-7p {
        margin-bottom: -7px;
    }
    .xs\:-ml-7p {
        margin-left: -7px;
    }
    .xs\:-mt-9p {
        margin-top: -9px;
    }
    .xs\:-mr-9p {
        margin-right: -9px;
    }
    .xs\:-mb-9p {
        margin-bottom: -9px;
    }
    .xs\:-ml-9p {
        margin-left: -9px;
    }
    .xs\:-mt-10p {
        margin-top: -10px;
    }
    .xs\:-mr-10p {
        margin-right: -10px;
    }
    .xs\:-mb-10p {
        margin-bottom: -10px;
    }
    .xs\:-ml-10p {
        margin-left: -10px;
    }
    .xs\:-mt-11p {
        margin-top: -11px;
    }
    .xs\:-mr-11p {
        margin-right: -11px;
    }
    .xs\:-mb-11p {
        margin-bottom: -11px;
    }
    .xs\:-ml-11p {
        margin-left: -11px;
    }
    .xs\:-mt-13p {
        margin-top: -13px;
    }
    .xs\:-mr-13p {
        margin-right: -13px;
    }
    .xs\:-mb-13p {
        margin-bottom: -13px;
    }
    .xs\:-ml-13p {
        margin-left: -13px;
    }
    .xs\:-mt-15p {
        margin-top: -15px;
    }
    .xs\:-mr-15p {
        margin-right: -15px;
    }
    .xs\:-mb-15p {
        margin-bottom: -15px;
    }
    .xs\:-ml-15p {
        margin-left: -15px;
    }
    .xs\:-mt-18p {
        margin-top: -18px;
    }
    .xs\:-mr-18p {
        margin-right: -18px;
    }
    .xs\:-mb-18p {
        margin-bottom: -18px;
    }
    .xs\:-ml-18p {
        margin-left: -18px;
    }
    .xs\:-mt-19p {
        margin-top: -19px;
    }
    .xs\:-mr-19p {
        margin-right: -19px;
    }
    .xs\:-mb-19p {
        margin-bottom: -19px;
    }
    .xs\:-ml-19p {
        margin-left: -19px;
    }
    .xs\:-mt-21p {
        margin-top: -21px;
    }
    .xs\:-mr-21p {
        margin-right: -21px;
    }
    .xs\:-mb-21p {
        margin-bottom: -21px;
    }
    .xs\:-ml-21p {
        margin-left: -21px;
    }
    .xs\:-mt-22p {
        margin-top: -22px;
    }
    .xs\:-mr-22p {
        margin-right: -22px;
    }
    .xs\:-mb-22p {
        margin-bottom: -22px;
    }
    .xs\:-ml-22p {
        margin-left: -22px;
    }
    .xs\:-mt-23p {
        margin-top: -23px;
    }
    .xs\:-mr-23p {
        margin-right: -23px;
    }
    .xs\:-mb-23p {
        margin-bottom: -23px;
    }
    .xs\:-ml-23p {
        margin-left: -23px;
    }
    .xs\:-mt-25p {
        margin-top: -25px;
    }
    .xs\:-mr-25p {
        margin-right: -25px;
    }
    .xs\:-mb-25p {
        margin-bottom: -25px;
    }
    .xs\:-ml-25p {
        margin-left: -25px;
    }
    .xs\:-mt-26p {
        margin-top: -26px;
    }
    .xs\:-mr-26p {
        margin-right: -26px;
    }
    .xs\:-mb-26p {
        margin-bottom: -26px;
    }
    .xs\:-ml-26p {
        margin-left: -26px;
    }
    .xs\:-mt-29p {
        margin-top: -29px;
    }
    .xs\:-mr-29p {
        margin-right: -29px;
    }
    .xs\:-mb-29p {
        margin-bottom: -29px;
    }
    .xs\:-ml-29p {
        margin-left: -29px;
    }
    .xs\:-mt-30p {
        margin-top: -30px;
    }
    .xs\:-mr-30p {
        margin-right: -30px;
    }
    .xs\:-mb-30p {
        margin-bottom: -30px;
    }
    .xs\:-ml-30p {
        margin-left: -30px;
    }
    .xs\:-mt-31p {
        margin-top: -31px;
    }
    .xs\:-mr-31p {
        margin-right: -31px;
    }
    .xs\:-mb-31p {
        margin-bottom: -31px;
    }
    .xs\:-ml-31p {
        margin-left: -31px;
    }
    .xs\:-mt-35p {
        margin-top: -35px;
    }
    .xs\:-mr-35p {
        margin-right: -35px;
    }
    .xs\:-mb-35p {
        margin-bottom: -35px;
    }
    .xs\:-ml-35p {
        margin-left: -35px;
    }
    .xs\:-mt-52p {
        margin-top: -52px;
    }
    .xs\:-mr-52p {
        margin-right: -52px;
    }
    .xs\:-mb-52p {
        margin-bottom: -52px;
    }
    .xs\:-ml-52p {
        margin-left: -52px;
    }
    .xs\:-mt-53p {
        margin-top: -53px;
    }
    .xs\:-mr-53p {
        margin-right: -53px;
    }
    .xs\:-mb-53p {
        margin-bottom: -53px;
    }
    .xs\:-ml-53p {
        margin-left: -53px;
    }
    .xs\:-mt-55p {
        margin-top: -55px;
    }
    .xs\:-mr-55p {
        margin-right: -55px;
    }
    .xs\:-mb-55p {
        margin-bottom: -55px;
    }
    .xs\:-ml-55p {
        margin-left: -55px;
    }
    .xs\:-mt-59p {
        margin-top: -59px;
    }
    .xs\:-mr-59p {
        margin-right: -59px;
    }
    .xs\:-mb-59p {
        margin-bottom: -59px;
    }
    .xs\:-ml-59p {
        margin-left: -59px;
    }
    .xs\:-mt-27p {
        margin-top: -27px;
    }
    .xs\:-mr-27p {
        margin-right: -27px;
    }
    .xs\:-mb-27p {
        margin-bottom: -27px;
    }
    .xs\:-ml-27p {
        margin-left: -27px;
    }
    .xs\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .xs\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .xs\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .xs\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .xs\:-mt-38p {
        margin-top: -38px;
    }
    .xs\:-mr-38p {
        margin-right: -38px;
    }
    .xs\:-mb-38p {
        margin-bottom: -38px;
    }
    .xs\:-ml-38p {
        margin-left: -38px;
    }
    .xs\:-mt-40p {
        margin-top: -40px;
    }
    .xs\:-mr-40p {
        margin-right: -40px;
    }
    .xs\:-mb-40p {
        margin-bottom: -40px;
    }
    .xs\:-ml-40p {
        margin-left: -40px;
    }
    .xs\:-mt-46p {
        margin-top: -46px;
    }
    .xs\:-mr-46p {
        margin-right: -46px;
    }
    .xs\:-mb-46p {
        margin-bottom: -46px;
    }
    .xs\:-ml-46p {
        margin-left: -46px;
    }
    .xs\:-mt-47p {
        margin-top: -47px;
    }
    .xs\:-mr-47p {
        margin-right: -47px;
    }
    .xs\:-mb-47p {
        margin-bottom: -47px;
    }
    .xs\:-ml-47p {
        margin-left: -47px;
    }
    .xs\:-mt-49p {
        margin-top: -49px;
    }
    .xs\:-mr-49p {
        margin-right: -49px;
    }
    .xs\:-mb-49p {
        margin-bottom: -49px;
    }
    .xs\:-ml-49p {
        margin-left: -49px;
    }
    .xs\:-mt-58p {
        margin-top: -58px;
    }
    .xs\:-mr-58p {
        margin-right: -58px;
    }
    .xs\:-mb-58p {
        margin-bottom: -58px;
    }
    .xs\:-ml-58p {
        margin-left: -58px;
    }
    .xs\:-mt-75p {
        margin-top: -75px;
    }
    .xs\:-mr-75p {
        margin-right: -75px;
    }
    .xs\:-mb-75p {
        margin-bottom: -75px;
    }
    .xs\:-ml-75p {
        margin-left: -75px;
    }
    .xs\:-mt-77p {
        margin-top: -77px;
    }
    .xs\:-mr-77p {
        margin-right: -77px;
    }
    .xs\:-mb-77p {
        margin-bottom: -77px;
    }
    .xs\:-ml-77p {
        margin-left: -77px;
    }
    .xs\:-mt-60p {
        margin-top: -60px;
    }
    .xs\:-mr-60p {
        margin-right: -60px;
    }
    .xs\:-mb-60p {
        margin-bottom: -60px;
    }
    .xs\:-ml-60p {
        margin-left: -60px;
    }
    .xs\:-mt-65p {
        margin-top: -65px;
    }
    .xs\:-mr-65p {
        margin-right: -65px;
    }
    .xs\:-mb-65p {
        margin-bottom: -65px;
    }
    .xs\:-ml-65p {
        margin-left: -65px;
    }
    .xs\:-mt-66p {
        margin-top: -66px;
    }
    .xs\:-mr-66p {
        margin-right: -66px;
    }
    .xs\:-mb-66p {
        margin-bottom: -66px;
    }
    .xs\:-ml-66p {
        margin-left: -66px;
    }
    .xs\:-mt-68p {
        margin-top: -68px;
    }
    .xs\:-mr-68p {
        margin-right: -68px;
    }
    .xs\:-mb-68p {
        margin-bottom: -68px;
    }
    .xs\:-ml-68p {
        margin-left: -68px;
    }
    .xs\:-mt-70p {
        margin-top: -70px;
    }
    .xs\:-mr-70p {
        margin-right: -70px;
    }
    .xs\:-mb-70p {
        margin-bottom: -70px;
    }
    .xs\:-ml-70p {
        margin-left: -70px;
    }
    .xs\:-mt-72p {
        margin-top: -72px;
    }
    .xs\:-mr-72p {
        margin-right: -72px;
    }
    .xs\:-mb-72p {
        margin-bottom: -72px;
    }
    .xs\:-ml-72p {
        margin-left: -72px;
    }
    .xs\:-mt-74p {
        margin-top: -74px;
    }
    .xs\:-mr-74p {
        margin-right: -74px;
    }
    .xs\:-mb-74p {
        margin-bottom: -74px;
    }
    .xs\:-ml-74p {
        margin-left: -74px;
    }
    .xs\:-mt-78p {
        margin-top: -78px;
    }
    .xs\:-mr-78p {
        margin-right: -78px;
    }
    .xs\:-mb-78p {
        margin-bottom: -78px;
    }
    .xs\:-ml-78p {
        margin-left: -78px;
    }
    .xs\:-mt-80p {
        margin-top: -80px;
    }
    .xs\:-mr-80p {
        margin-right: -80px;
    }
    .xs\:-mb-80p {
        margin-bottom: -80px;
    }
    .xs\:-ml-80p {
        margin-left: -80px;
    }
    .xs\:-mt-82p {
        margin-top: -82px;
    }
    .xs\:-mr-82p {
        margin-right: -82px;
    }
    .xs\:-mb-82p {
        margin-bottom: -82px;
    }
    .xs\:-ml-82p {
        margin-left: -82px;
    }
    .xs\:-mt-84p {
        margin-top: -84px;
    }
    .xs\:-mr-84p {
        margin-right: -84px;
    }
    .xs\:-mb-84p {
        margin-bottom: -84px;
    }
    .xs\:-ml-84p {
        margin-left: -84px;
    }
    .xs\:-mt-89p {
        margin-top: -89px;
    }
    .xs\:-mr-89p {
        margin-right: -89px;
    }
    .xs\:-mb-89p {
        margin-bottom: -89px;
    }
    .xs\:-ml-89p {
        margin-left: -89px;
    }
    .xs\:-mt-93p {
        margin-top: -93px;
    }
    .xs\:-mr-93p {
        margin-right: -93px;
    }
    .xs\:-mb-93p {
        margin-bottom: -93px;
    }
    .xs\:-ml-93p {
        margin-left: -93px;
    }
    .xs\:-mt-90p {
        margin-top: -90px;
    }
    .xs\:-mr-90p {
        margin-right: -90px;
    }
    .xs\:-mb-90p {
        margin-bottom: -90px;
    }
    .xs\:-ml-90p {
        margin-left: -90px;
    }
    .xs\:-mt-97p {
        margin-top: -97px;
    }
    .xs\:-mr-97p {
        margin-right: -97px;
    }
    .xs\:-mb-97p {
        margin-bottom: -97px;
    }
    .xs\:-ml-97p {
        margin-left: -97px;
    }
    .xs\:-mt-103p {
        margin-top: -103px;
    }
    .xs\:-mr-103p {
        margin-right: -103px;
    }
    .xs\:-mb-103p {
        margin-bottom: -103px;
    }
    .xs\:-ml-103p {
        margin-left: -103px;
    }
    .xs\:-mt-116p {
        margin-top: -116px;
    }
    .xs\:-mr-116p {
        margin-right: -116px;
    }
    .xs\:-mb-116p {
        margin-bottom: -116px;
    }
    .xs\:-ml-116p {
        margin-left: -116px;
    }
    .xs\:-mt-120p {
        margin-top: -120px;
    }
    .xs\:-mr-120p {
        margin-right: -120px;
    }
    .xs\:-mb-120p {
        margin-bottom: -120px;
    }
    .xs\:-ml-120p {
        margin-left: -120px;
    }
    .xs\:-mt-125p {
        margin-top: -125px;
    }
    .xs\:-mr-125p {
        margin-right: -125px;
    }
    .xs\:-mb-125p {
        margin-bottom: -125px;
    }
    .xs\:-ml-125p {
        margin-left: -125px;
    }
    .xs\:-mt-130p {
        margin-top: -130px;
    }
    .xs\:-mr-130p {
        margin-right: -130px;
    }
    .xs\:-mb-130p {
        margin-bottom: -130px;
    }
    .xs\:-ml-130p {
        margin-left: -130px;
    }
    .xs\:-mt-135p {
        margin-top: -135px;
    }
    .xs\:-mr-135p {
        margin-right: -135px;
    }
    .xs\:-mb-135p {
        margin-bottom: -135px;
    }
    .xs\:-ml-135p {
        margin-left: -135px;
    }
    .xs\:-mt-132p {
        margin-top: -132px;
    }
    .xs\:-mr-132p {
        margin-right: -132px;
    }
    .xs\:-mb-132p {
        margin-bottom: -132px;
    }
    .xs\:-ml-132p {
        margin-left: -132px;
    }
    .xs\:-mt-150p {
        margin-top: -150px;
    }
    .xs\:-mr-150p {
        margin-right: -150px;
    }
    .xs\:-mb-150p {
        margin-bottom: -150px;
    }
    .xs\:-ml-150p {
        margin-left: -150px;
    }
    .xs\:-mt-216p {
        margin-top: -216px;
    }
    .xs\:-mr-216p {
        margin-right: -216px;
    }
    .xs\:-mb-216p {
        margin-bottom: -216px;
    }
    .xs\:-ml-216p {
        margin-left: -216px;
    }
    .xs\:-mt-225p {
        margin-top: -225px;
    }
    .xs\:-mr-225p {
        margin-right: -225px;
    }
    .xs\:-mb-225p {
        margin-bottom: -225px;
    }
    .xs\:-ml-225p {
        margin-left: -225px;
    }
    .xs\:-mt-296p {
        margin-top: -296px;
    }
    .xs\:-mr-296p {
        margin-right: -296px;
    }
    .xs\:-mb-296p {
        margin-bottom: -296px;
    }
    .xs\:-ml-296p {
        margin-left: -296px;
    }
    .xs\:-mt-270p {
        margin-top: -270px;
    }
    .xs\:-mr-270p {
        margin-right: -270px;
    }
    .xs\:-mb-270p {
        margin-bottom: -270px;
    }
    .xs\:-ml-270p {
        margin-left: -270px;
    }
    .xs\:-mt-137p {
        margin-top: -137px;
    }
    .xs\:-mr-137p {
        margin-right: -137px;
    }
    .xs\:-mb-137p {
        margin-bottom: -137px;
    }
    .xs\:-ml-137p {
        margin-left: -137px;
    }
    .xs\:-mt-141p {
        margin-top: -141px;
    }
    .xs\:-mr-141p {
        margin-right: -141px;
    }
    .xs\:-mb-141p {
        margin-bottom: -141px;
    }
    .xs\:-ml-141p {
        margin-left: -141px;
    }
    .xs\:-mt-146p {
        margin-top: -146px;
    }
    .xs\:-mr-146p {
        margin-right: -146px;
    }
    .xs\:-mb-146p {
        margin-bottom: -146px;
    }
    .xs\:-ml-146p {
        margin-left: -146px;
    }
    .xs\:-mt-152p {
        margin-top: -152px;
    }
    .xs\:-mr-152p {
        margin-right: -152px;
    }
    .xs\:-mb-152p {
        margin-bottom: -152px;
    }
    .xs\:-ml-152p {
        margin-left: -152px;
    }
    .xs\:-mt-155p {
        margin-top: -155px;
    }
    .xs\:-mr-155p {
        margin-right: -155px;
    }
    .xs\:-mb-155p {
        margin-bottom: -155px;
    }
    .xs\:-ml-155p {
        margin-left: -155px;
    }
    .xs\:-mt-163p {
        margin-top: -163px;
    }
    .xs\:-mr-163p {
        margin-right: -163px;
    }
    .xs\:-mb-163p {
        margin-bottom: -163px;
    }
    .xs\:-ml-163p {
        margin-left: -163px;
    }
    .xs\:-mt-168p {
        margin-top: -168px;
    }
    .xs\:-mr-168p {
        margin-right: -168px;
    }
    .xs\:-mb-168p {
        margin-bottom: -168px;
    }
    .xs\:-ml-168p {
        margin-left: -168px;
    }
    .xs\:-mt-173p {
        margin-top: -173px;
    }
    .xs\:-mr-173p {
        margin-right: -173px;
    }
    .xs\:-mb-173p {
        margin-bottom: -173px;
    }
    .xs\:-ml-173p {
        margin-left: -173px;
    }
    .xs\:-mt-210p {
        margin-top: -210px;
    }
    .xs\:-mr-210p {
        margin-right: -210px;
    }
    .xs\:-mb-210p {
        margin-bottom: -210px;
    }
    .xs\:-ml-210p {
        margin-left: -210px;
    }
    .xs\:-mt-245p {
        margin-top: -245px;
    }
    .xs\:-mr-245p {
        margin-right: -245px;
    }
    .xs\:-mb-245p {
        margin-bottom: -245px;
    }
    .xs\:-ml-245p {
        margin-left: -245px;
    }
    .xs\:-mt-250p {
        margin-top: -250px;
    }
    .xs\:-mr-250p {
        margin-right: -250px;
    }
    .xs\:-mb-250p {
        margin-bottom: -250px;
    }
    .xs\:-ml-250p {
        margin-left: -250px;
    }
    .xs\:-mt-260p {
        margin-top: -260px;
    }
    .xs\:-mr-260p {
        margin-right: -260px;
    }
    .xs\:-mb-260p {
        margin-bottom: -260px;
    }
    .xs\:-ml-260p {
        margin-left: -260px;
    }
    .xs\:-mt-263p {
        margin-top: -263px;
    }
    .xs\:-mr-263p {
        margin-right: -263px;
    }
    .xs\:-mb-263p {
        margin-bottom: -263px;
    }
    .xs\:-ml-263p {
        margin-left: -263px;
    }
    .xs\:-mt-266p {
        margin-top: -266px;
    }
    .xs\:-mr-266p {
        margin-right: -266px;
    }
    .xs\:-mb-266p {
        margin-bottom: -266px;
    }
    .xs\:-ml-266p {
        margin-left: -266px;
    }
    .xs\:-mt-275p {
        margin-top: -275px;
    }
    .xs\:-mr-275p {
        margin-right: -275px;
    }
    .xs\:-mb-275p {
        margin-bottom: -275px;
    }
    .xs\:-ml-275p {
        margin-left: -275px;
    }
    .xs\:-mt-300p {
        margin-top: -300px;
    }
    .xs\:-mr-300p {
        margin-right: -300px;
    }
    .xs\:-mb-300p {
        margin-bottom: -300px;
    }
    .xs\:-ml-300p {
        margin-left: -300px;
    }
    .xs\:-mt-312p {
        margin-top: -312px;
    }
    .xs\:-mr-312p {
        margin-right: -312px;
    }
    .xs\:-mb-312p {
        margin-bottom: -312px;
    }
    .xs\:-ml-312p {
        margin-left: -312px;
    }
    .xs\:-mt-318p {
        margin-top: -318px;
    }
    .xs\:-mr-318p {
        margin-right: -318px;
    }
    .xs\:-mb-318p {
        margin-bottom: -318px;
    }
    .xs\:-ml-318p {
        margin-left: -318px;
    }
    .xs\:-mt-322p {
        margin-top: -322px;
    }
    .xs\:-mr-322p {
        margin-right: -322px;
    }
    .xs\:-mb-322p {
        margin-bottom: -322px;
    }
    .xs\:-ml-322p {
        margin-left: -322px;
    }
    .xs\:-mt-337p {
        margin-top: -337px;
    }
    .xs\:-mr-337p {
        margin-right: -337px;
    }
    .xs\:-mb-337p {
        margin-bottom: -337px;
    }
    .xs\:-ml-337p {
        margin-left: -337px;
    }
    .xs\:-mt-345p {
        margin-top: -345px;
    }
    .xs\:-mr-345p {
        margin-right: -345px;
    }
    .xs\:-mb-345p {
        margin-bottom: -345px;
    }
    .xs\:-ml-345p {
        margin-left: -345px;
    }
    .xs\:-mt-344p {
        margin-top: -344px;
    }
    .xs\:-mr-344p {
        margin-right: -344px;
    }
    .xs\:-mb-344p {
        margin-bottom: -344px;
    }
    .xs\:-ml-344p {
        margin-left: -344px;
    }
    .xs\:-mt-354p {
        margin-top: -354px;
    }
    .xs\:-mr-354p {
        margin-right: -354px;
    }
    .xs\:-mb-354p {
        margin-bottom: -354px;
    }
    .xs\:-ml-354p {
        margin-left: -354px;
    }
    .xs\:-mt-364p {
        margin-top: -364px;
    }
    .xs\:-mr-364p {
        margin-right: -364px;
    }
    .xs\:-mb-364p {
        margin-bottom: -364px;
    }
    .xs\:-ml-364p {
        margin-left: -364px;
    }
    .xs\:-mt-370p {
        margin-top: -370px;
    }
    .xs\:-mr-370p {
        margin-right: -370px;
    }
    .xs\:-mb-370p {
        margin-bottom: -370px;
    }
    .xs\:-ml-370p {
        margin-left: -370px;
    }
    .xs\:-mt-382p {
        margin-top: -382px;
    }
    .xs\:-mr-382p {
        margin-right: -382px;
    }
    .xs\:-mb-382p {
        margin-bottom: -382px;
    }
    .xs\:-ml-382p {
        margin-left: -382px;
    }
    .xs\:-mt-385p {
        margin-top: -385px;
    }
    .xs\:-mr-385p {
        margin-right: -385px;
    }
    .xs\:-mb-385p {
        margin-bottom: -385px;
    }
    .xs\:-ml-385p {
        margin-left: -385px;
    }
    .xs\:-mt-400p {
        margin-top: -400px;
    }
    .xs\:-mr-400p {
        margin-right: -400px;
    }
    .xs\:-mb-400p {
        margin-bottom: -400px;
    }
    .xs\:-ml-400p {
        margin-left: -400px;
    }
    .xs\:-mt-407p {
        margin-top: -407px;
    }
    .xs\:-mr-407p {
        margin-right: -407px;
    }
    .xs\:-mb-407p {
        margin-bottom: -407px;
    }
    .xs\:-ml-407p {
        margin-left: -407px;
    }
    .xs\:-mt-411p {
        margin-top: -411px;
    }
    .xs\:-mr-411p {
        margin-right: -411px;
    }
    .xs\:-mb-411p {
        margin-bottom: -411px;
    }
    .xs\:-ml-411p {
        margin-left: -411px;
    }
    .xs\:-mt-418p {
        margin-top: -418px;
    }
    .xs\:-mr-418p {
        margin-right: -418px;
    }
    .xs\:-mb-418p {
        margin-bottom: -418px;
    }
    .xs\:-ml-418p {
        margin-left: -418px;
    }
    .xs\:-mt-430p {
        margin-top: -430px;
    }
    .xs\:-mr-430p {
        margin-right: -430px;
    }
    .xs\:-mb-430p {
        margin-bottom: -430px;
    }
    .xs\:-ml-430p {
        margin-left: -430px;
    }
    .xs\:-mt-450p {
        margin-top: -450px;
    }
    .xs\:-mr-450p {
        margin-right: -450px;
    }
    .xs\:-mb-450p {
        margin-bottom: -450px;
    }
    .xs\:-ml-450p {
        margin-left: -450px;
    }
    .xs\:-mt-468p {
        margin-top: -468px;
    }
    .xs\:-mr-468p {
        margin-right: -468px;
    }
    .xs\:-mb-468p {
        margin-bottom: -468px;
    }
    .xs\:-ml-468p {
        margin-left: -468px;
    }
    .xs\:-mt-485p {
        margin-top: -485px;
    }
    .xs\:-mr-485p {
        margin-right: -485px;
    }
    .xs\:-mb-485p {
        margin-bottom: -485px;
    }
    .xs\:-ml-485p {
        margin-left: -485px;
    }
    .xs\:-mt-491p {
        margin-top: -491px;
    }
    .xs\:-mr-491p {
        margin-right: -491px;
    }
    .xs\:-mb-491p {
        margin-bottom: -491px;
    }
    .xs\:-ml-491p {
        margin-left: -491px;
    }
    .xs\:-mt-494p {
        margin-top: -494px;
    }
    .xs\:-mr-494p {
        margin-right: -494px;
    }
    .xs\:-mb-494p {
        margin-bottom: -494px;
    }
    .xs\:-ml-494p {
        margin-left: -494px;
    }
    .xs\:-mt-470p {
        margin-top: -470px;
    }
    .xs\:-mr-470p {
        margin-right: -470px;
    }
    .xs\:-mb-470p {
        margin-bottom: -470px;
    }
    .xs\:-ml-470p {
        margin-left: -470px;
    }
    .xs\:-mt-480p {
        margin-top: -480px;
    }
    .xs\:-mr-480p {
        margin-right: -480px;
    }
    .xs\:-mb-480p {
        margin-bottom: -480px;
    }
    .xs\:-ml-480p {
        margin-left: -480px;
    }
    .xs\:-mt-532p {
        margin-top: -532px;
    }
    .xs\:-mr-532p {
        margin-right: -532px;
    }
    .xs\:-mb-532p {
        margin-bottom: -532px;
    }
    .xs\:-ml-532p {
        margin-left: -532px;
    }
    .xs\:-mt-556p {
        margin-top: -556px;
    }
    .xs\:-mr-556p {
        margin-right: -556px;
    }
    .xs\:-mb-556p {
        margin-bottom: -556px;
    }
    .xs\:-ml-556p {
        margin-left: -556px;
    }
    .xs\:-mt-505p {
        margin-top: -505px;
    }
    .xs\:-mr-505p {
        margin-right: -505px;
    }
    .xs\:-mb-505p {
        margin-bottom: -505px;
    }
    .xs\:-ml-505p {
        margin-left: -505px;
    }
    .xs\:-mt-1179p {
        margin-top: -1179px;
    }
    .xs\:-mr-1179p {
        margin-right: -1179px;
    }
    .xs\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .xs\:-ml-1179p {
        margin-left: -1179px;
    }
    .xs\:-mt-1253p {
        margin-top: -1253px;
    }
    .xs\:-mr-1253p {
        margin-right: -1253px;
    }
    .xs\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .xs\:-ml-1253p {
        margin-left: -1253px;
    }
    .xs\:-mt-1575p {
        margin-top: -1575px;
    }
    .xs\:-mr-1575p {
        margin-right: -1575px;
    }
    .xs\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .xs\:-ml-1575p {
        margin-left: -1575px;
    }
    .xs\:-mt-600p {
        margin-top: -600px;
    }
    .xs\:-mr-600p {
        margin-right: -600px;
    }
    .xs\:-mb-600p {
        margin-bottom: -600px;
    }
    .xs\:-ml-600p {
        margin-left: -600px;
    }
    .xs\:-mt-649p {
        margin-top: -649px;
    }
    .xs\:-mr-649p {
        margin-right: -649px;
    }
    .xs\:-mb-649p {
        margin-bottom: -649px;
    }
    .xs\:-ml-649p {
        margin-left: -649px;
    }
    .xs\:-mt-690p {
        margin-top: -690px;
    }
    .xs\:-mr-690p {
        margin-right: -690px;
    }
    .xs\:-mb-690p {
        margin-bottom: -690px;
    }
    .xs\:-ml-690p {
        margin-left: -690px;
    }
    .xs\:-mt-19\% {
        margin-top: -19%;
    }
    .xs\:-mr-19\% {
        margin-right: -19%;
    }
    .xs\:-mb-19\% {
        margin-bottom: -19%;
    }
    .xs\:-ml-19\% {
        margin-left: -19%;
    }
    .xs\:-mt-23\% {
        margin-top: -23%;
    }
    .xs\:-mr-23\% {
        margin-right: -23%;
    }
    .xs\:-mb-23\% {
        margin-bottom: -23%;
    }
    .xs\:-ml-23\% {
        margin-left: -23%;
    }
    .xs\:-mt-24\% {
        margin-top: -24%;
    }
    .xs\:-mr-24\% {
        margin-right: -24%;
    }
    .xs\:-mb-24\% {
        margin-bottom: -24%;
    }
    .xs\:-ml-24\% {
        margin-left: -24%;
    }
    .xs\:-mt-36\% {
        margin-top: -36%;
    }
    .xs\:-mr-36\% {
        margin-right: -36%;
    }
    .xs\:-mb-36\% {
        margin-bottom: -36%;
    }
    .xs\:-ml-36\% {
        margin-left: -36%;
    }
    .xs\:-mt-27\% {
        margin-top: -27%;
    }
    .xs\:-mr-27\% {
        margin-right: -27%;
    }
    .xs\:-mb-27\% {
        margin-bottom: -27%;
    }
    .xs\:-ml-27\% {
        margin-left: -27%;
    }
    .xs\:-mt-28\% {
        margin-top: -28%;
    }
    .xs\:-mr-28\% {
        margin-right: -28%;
    }
    .xs\:-mb-28\% {
        margin-bottom: -28%;
    }
    .xs\:-ml-28\% {
        margin-left: -28%;
    }
    .xs\:-mt-42\% {
        margin-top: -42%;
    }
    .xs\:-mr-42\% {
        margin-right: -42%;
    }
    .xs\:-mb-42\% {
        margin-bottom: -42%;
    }
    .xs\:-ml-42\% {
        margin-left: -42%;
    }
    .xs\:-mt-46\% {
        margin-top: -46%;
    }
    .xs\:-mr-46\% {
        margin-right: -46%;
    }
    .xs\:-mb-46\% {
        margin-bottom: -46%;
    }
    .xs\:-ml-46\% {
        margin-left: -46%;
    }
    .xs\:-mt-49\% {
        margin-top: -49%;
    }
    .xs\:-mr-49\% {
        margin-right: -49%;
    }
    .xs\:-mb-49\% {
        margin-bottom: -49%;
    }
    .xs\:-ml-49\% {
        margin-left: -49%;
    }
    .xs\:-mt-54\% {
        margin-top: -54%;
    }
    .xs\:-mr-54\% {
        margin-right: -54%;
    }
    .xs\:-mb-54\% {
        margin-bottom: -54%;
    }
    .xs\:-ml-54\% {
        margin-left: -54%;
    }
    .xs\:-mt-58\% {
        margin-top: -58%;
    }
    .xs\:-mr-58\% {
        margin-right: -58%;
    }
    .xs\:-mb-58\% {
        margin-bottom: -58%;
    }
    .xs\:-ml-58\% {
        margin-left: -58%;
    }
    .xs\:-mt-72\% {
        margin-top: -72%;
    }
    .xs\:-mr-72\% {
        margin-right: -72%;
    }
    .xs\:-mb-72\% {
        margin-bottom: -72%;
    }
    .xs\:-ml-72\% {
        margin-left: -72%;
    }
    .xs\:-mt-76\% {
        margin-top: -76%;
    }
    .xs\:-mr-76\% {
        margin-right: -76%;
    }
    .xs\:-mb-76\% {
        margin-bottom: -76%;
    }
    .xs\:-ml-76\% {
        margin-left: -76%;
    }
    .xs\:-mt-77\% {
        margin-top: -77%;
    }
    .xs\:-mr-77\% {
        margin-right: -77%;
    }
    .xs\:-mb-77\% {
        margin-bottom: -77%;
    }
    .xs\:-ml-77\% {
        margin-left: -77%;
    }
    .xs\:-mt-340p {
        margin-top: -340px;
    }
    .xs\:-mr-340p {
        margin-right: -340px;
    }
    .xs\:-mb-340p {
        margin-bottom: -340px;
    }
    .xs\:-ml-340p {
        margin-left: -340px;
    }
    .xs\:-mt-700p {
        margin-top: -700px;
    }
    .xs\:-mr-700p {
        margin-right: -700px;
    }
    .xs\:-mb-700p {
        margin-bottom: -700px;
    }
    .xs\:-ml-700p {
        margin-left: -700px;
    }
    .xs\:-mt-848p {
        margin-top: -848px;
    }
    .xs\:-mr-848p {
        margin-right: -848px;
    }
    .xs\:-mb-848p {
        margin-bottom: -848px;
    }
    .xs\:-ml-848p {
        margin-left: -848px;
    }
    .xs\:-mt-850p {
        margin-top: -850px;
    }
    .xs\:-mr-850p {
        margin-right: -850px;
    }
    .xs\:-mb-850p {
        margin-bottom: -850px;
    }
    .xs\:-ml-850p {
        margin-left: -850px;
    }
    .xs\:-mt-860p {
        margin-top: -860px;
    }
    .xs\:-mr-860p {
        margin-right: -860px;
    }
    .xs\:-mb-860p {
        margin-bottom: -860px;
    }
    .xs\:-ml-860p {
        margin-left: -860px;
    }
    .xs\:-mt-1425p {
        margin-top: -1425px;
    }
    .xs\:-mr-1425p {
        margin-right: -1425px;
    }
    .xs\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .xs\:-ml-1425p {
        margin-left: -1425px;
    }
    .xs\:max-h-0 {
        max-height: 0;
    }
    .xs\:max-h-1 {
        max-height: 0.25rem;
    }
    .xs\:max-h-2 {
        max-height: 0.5rem;
    }
    .xs\:max-h-3 {
        max-height: 0.75rem;
    }
    .xs\:max-h-4 {
        max-height: 1rem;
    }
    .xs\:max-h-5 {
        max-height: 1.25rem;
    }
    .xs\:max-h-6 {
        max-height: 1.5rem;
    }
    .xs\:max-h-7 {
        max-height: 1.75rem;
    }
    .xs\:max-h-8 {
        max-height: 2rem;
    }
    .xs\:max-h-9 {
        max-height: 2.25rem;
    }
    .xs\:max-h-10 {
        max-height: 2.5rem;
    }
    .xs\:max-h-11 {
        max-height: 2.75rem;
    }
    .xs\:max-h-12 {
        max-height: 3rem;
    }
    .xs\:max-h-14 {
        max-height: 3.5rem;
    }
    .xs\:max-h-16 {
        max-height: 4rem;
    }
    .xs\:max-h-20 {
        max-height: 5rem;
    }
    .xs\:max-h-23 {
        max-height: 88px;
    }
    .xs\:max-h-24 {
        max-height: 6rem;
    }
    .xs\:max-h-25 {
        max-height: 100px;
    }
    .xs\:max-h-28 {
        max-height: 7rem;
    }
    .xs\:max-h-29 {
        max-height: 120px;
    }
    .xs\:max-h-32 {
        max-height: 8rem;
    }
    .xs\:max-h-33 {
        max-height: 130px;
    }
    .xs\:max-h-36 {
        max-height: 9rem;
    }
    .xs\:max-h-40 {
        max-height: 10rem;
    }
    .xs\:max-h-44 {
        max-height: 11rem;
    }
    .xs\:max-h-48 {
        max-height: 12rem;
    }
    .xs\:max-h-52 {
        max-height: 13rem;
    }
    .xs\:max-h-56 {
        max-height: 14rem;
    }
    .xs\:max-h-60 {
        max-height: 15rem;
    }
    .xs\:max-h-63 {
        max-height: 270px;
    }
    .xs\:max-h-64 {
        max-height: 16rem;
    }
    .xs\:max-h-72 {
        max-height: 18rem;
    }
    .xs\:max-h-80 {
        max-height: 20rem;
    }
    .xs\:max-h-92 {
        max-height: 475px;
    }
    .xs\:max-h-96 {
        max-height: 24rem;
    }
    .xs\:max-h-128 {
        max-height: 32rem;
    }
    .xs\:max-h-px {
        max-height: 1px;
    }
    .xs\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .xs\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .xs\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .xs\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .xs\:max-h-105p {
        max-height: 105px;
    }
    .xs\:max-h-50p {
        max-height: 50px;
    }
    .xs\:max-h-54p {
        max-height: 54px;
    }
    .xs\:max-h-1p {
        max-height: 1px;
    }
    .xs\:max-h-2p {
        max-height: 2px;
    }
    .xs\:max-h-3p {
        max-height: 3px;
    }
    .xs\:max-h-5p {
        max-height: 5px;
    }
    .xs\:max-h-7p {
        max-height: 7px;
    }
    .xs\:max-h-9p {
        max-height: 9px;
    }
    .xs\:max-h-10p {
        max-height: 10px;
    }
    .xs\:max-h-11p {
        max-height: 11px;
    }
    .xs\:max-h-13p {
        max-height: 13px;
    }
    .xs\:max-h-15p {
        max-height: 15px;
    }
    .xs\:max-h-18p {
        max-height: 18px;
    }
    .xs\:max-h-19p {
        max-height: 19px;
    }
    .xs\:max-h-21p {
        max-height: 21px;
    }
    .xs\:max-h-22p {
        max-height: 22px;
    }
    .xs\:max-h-23p {
        max-height: 23px;
    }
    .xs\:max-h-25p {
        max-height: 25px;
    }
    .xs\:max-h-26p {
        max-height: 26px;
    }
    .xs\:max-h-29p {
        max-height: 29px;
    }
    .xs\:max-h-30p {
        max-height: 30px;
    }
    .xs\:max-h-31p {
        max-height: 31px;
    }
    .xs\:max-h-35p {
        max-height: 35px;
    }
    .xs\:max-h-52p {
        max-height: 52px;
    }
    .xs\:max-h-53p {
        max-height: 53px;
    }
    .xs\:max-h-55p {
        max-height: 55px;
    }
    .xs\:max-h-59p {
        max-height: 59px;
    }
    .xs\:max-h-27p {
        max-height: 27px;
    }
    .xs\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .xs\:max-h-38p {
        max-height: 38px;
    }
    .xs\:max-h-40p {
        max-height: 40px;
    }
    .xs\:max-h-46p {
        max-height: 46px;
    }
    .xs\:max-h-47p {
        max-height: 47px;
    }
    .xs\:max-h-49p {
        max-height: 49px;
    }
    .xs\:max-h-58p {
        max-height: 58px;
    }
    .xs\:max-h-75p {
        max-height: 75px;
    }
    .xs\:max-h-77p {
        max-height: 77px;
    }
    .xs\:max-h-60p {
        max-height: 60px;
    }
    .xs\:max-h-65p {
        max-height: 65px;
    }
    .xs\:max-h-66p {
        max-height: 66px;
    }
    .xs\:max-h-68p {
        max-height: 68px;
    }
    .xs\:max-h-70p {
        max-height: 70px;
    }
    .xs\:max-h-72p {
        max-height: 72px;
    }
    .xs\:max-h-74p {
        max-height: 74px;
    }
    .xs\:max-h-78p {
        max-height: 78px;
    }
    .xs\:max-h-80p {
        max-height: 80px;
    }
    .xs\:max-h-82p {
        max-height: 82px;
    }
    .xs\:max-h-84p {
        max-height: 84px;
    }
    .xs\:max-h-89p {
        max-height: 89px;
    }
    .xs\:max-h-93p {
        max-height: 93px;
    }
    .xs\:max-h-90p {
        max-height: 90px;
    }
    .xs\:max-h-97p {
        max-height: 97px;
    }
    .xs\:max-h-103p {
        max-height: 103px;
    }
    .xs\:max-h-116p {
        max-height: 116px;
    }
    .xs\:max-h-120p {
        max-height: 120px;
    }
    .xs\:max-h-125p {
        max-height: 125px;
    }
    .xs\:max-h-130p {
        max-height: 130px;
    }
    .xs\:max-h-135p {
        max-height: 135px;
    }
    .xs\:max-h-132p {
        max-height: 132px;
    }
    .xs\:max-h-150p {
        max-height: 150px;
    }
    .xs\:max-h-216p {
        max-height: 216px;
    }
    .xs\:max-h-225p {
        max-height: 225px;
    }
    .xs\:max-h-296p {
        max-height: 296px;
    }
    .xs\:max-h-270p {
        max-height: 270px;
    }
    .xs\:max-h-137p {
        max-height: 137px;
    }
    .xs\:max-h-141p {
        max-height: 141px;
    }
    .xs\:max-h-146p {
        max-height: 146px;
    }
    .xs\:max-h-152p {
        max-height: 152px;
    }
    .xs\:max-h-155p {
        max-height: 155px;
    }
    .xs\:max-h-163p {
        max-height: 163px;
    }
    .xs\:max-h-168p {
        max-height: 168px;
    }
    .xs\:max-h-173p {
        max-height: 173px;
    }
    .xs\:max-h-210p {
        max-height: 210px;
    }
    .xs\:max-h-245p {
        max-height: 245px;
    }
    .xs\:max-h-250p {
        max-height: 250px;
    }
    .xs\:max-h-260p {
        max-height: 260px;
    }
    .xs\:max-h-263p {
        max-height: 263px;
    }
    .xs\:max-h-266p {
        max-height: 266px;
    }
    .xs\:max-h-275p {
        max-height: 275px;
    }
    .xs\:max-h-300p {
        max-height: 300px;
    }
    .xs\:max-h-312p {
        max-height: 312px;
    }
    .xs\:max-h-318p {
        max-height: 318px;
    }
    .xs\:max-h-322p {
        max-height: 322px;
    }
    .xs\:max-h-337p {
        max-height: 337px;
    }
    .xs\:max-h-345p {
        max-height: 345px;
    }
    .xs\:max-h-344p {
        max-height: 344px;
    }
    .xs\:max-h-354p {
        max-height: 354px;
    }
    .xs\:max-h-364p {
        max-height: 364px;
    }
    .xs\:max-h-370p {
        max-height: 370px;
    }
    .xs\:max-h-382p {
        max-height: 382px;
    }
    .xs\:max-h-385p {
        max-height: 385px;
    }
    .xs\:max-h-400p {
        max-height: 400px;
    }
    .xs\:max-h-407p {
        max-height: 407px;
    }
    .xs\:max-h-411p {
        max-height: 411px;
    }
    .xs\:max-h-418p {
        max-height: 418px;
    }
    .xs\:max-h-430p {
        max-height: 430px;
    }
    .xs\:max-h-450p {
        max-height: 450px;
    }
    .xs\:max-h-468p {
        max-height: 468px;
    }
    .xs\:max-h-485p {
        max-height: 485px;
    }
    .xs\:max-h-491p {
        max-height: 491px;
    }
    .xs\:max-h-494p {
        max-height: 494px;
    }
    .xs\:max-h-470p {
        max-height: 470px;
    }
    .xs\:max-h-480p {
        max-height: 480px;
    }
    .xs\:max-h-532p {
        max-height: 532px;
    }
    .xs\:max-h-556p {
        max-height: 556px;
    }
    .xs\:max-h-505p {
        max-height: 505px;
    }
    .xs\:max-h-1179p {
        max-height: 1179px;
    }
    .xs\:max-h-1253p {
        max-height: 1253px;
    }
    .xs\:max-h-1575p {
        max-height: 1575px;
    }
    .xs\:max-h-600p {
        max-height: 600px;
    }
    .xs\:max-h-649p {
        max-height: 649px;
    }
    .xs\:max-h-690p {
        max-height: 690px;
    }
    .xs\:max-h-19\% {
        max-height: 19%;
    }
    .xs\:max-h-23\% {
        max-height: 23%;
    }
    .xs\:max-h-24\% {
        max-height: 24%;
    }
    .xs\:max-h-36\% {
        max-height: 36%;
    }
    .xs\:max-h-27\% {
        max-height: 27%;
    }
    .xs\:max-h-28\% {
        max-height: 28%;
    }
    .xs\:max-h-42\% {
        max-height: 42%;
    }
    .xs\:max-h-46\% {
        max-height: 46%;
    }
    .xs\:max-h-49\% {
        max-height: 49%;
    }
    .xs\:max-h-54\% {
        max-height: 54%;
    }
    .xs\:max-h-58\% {
        max-height: 58%;
    }
    .xs\:max-h-72\% {
        max-height: 72%;
    }
    .xs\:max-h-76\% {
        max-height: 76%;
    }
    .xs\:max-h-77\% {
        max-height: 77%;
    }
    .xs\:max-h-340p {
        max-height: 340px;
    }
    .xs\:max-h-700p {
        max-height: 700px;
    }
    .xs\:max-h-848p {
        max-height: 848px;
    }
    .xs\:max-h-850p {
        max-height: 850px;
    }
    .xs\:max-h-860p {
        max-height: 860px;
    }
    .xs\:max-h-1425p {
        max-height: 1425px;
    }
    .xs\:max-h-full {
        max-height: 100%;
    }
    .xs\:max-h-screen {
        max-height: 100vh;
    }
    .xs\:max-w-0 {
        max-width: 0;
    }
    .xs\:max-w-none {
        max-width: none;
    }
    .xs\:max-w-xs {
        max-width: 20rem;
    }
    .xs\:max-w-sm {
        max-width: 24rem;
    }
    .xs\:max-w-md {
        max-width: 28rem;
    }
    .xs\:max-w-lg {
        max-width: 32rem;
    }
    .xs\:max-w-xl {
        max-width: 36rem;
    }
    .xs\:max-w-2xl {
        max-width: 42rem;
    }
    .xs\:max-w-3xl {
        max-width: 48rem;
    }
    .xs\:max-w-4xl {
        max-width: 56rem;
    }
    .xs\:max-w-5xl {
        max-width: 64rem;
    }
    .xs\:max-w-6xl {
        max-width: 72rem;
    }
    .xs\:max-w-7xl {
        max-width: 80rem;
    }
    .xs\:max-w-full {
        max-width: 100%;
    }
    .xs\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .xs\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .xs\:max-w-prose {
        max-width: 65ch;
    }
    .xs\:max-w-screen-sm {
        max-width: 640px;
    }
    .xs\:max-w-screen-md {
        max-width: 768px;
    }
    .xs\:max-w-screen-lg {
        max-width: 1024px;
    }
    .xs\:max-w-screen-xl {
        max-width: 1280px;
    }
    .xs\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .xs\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .xs\:min-h-0 {
        min-height: 0;
    }
    .xs\:min-h-full {
        min-height: 100%;
    }
    .xs\:min-h-screen {
        min-height: 100vh;
    }
    .xs\:min-w-0 {
        min-width: 0;
    }
    .xs\:min-w-full {
        min-width: 100%;
    }
    .xs\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .xs\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .xs\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .xs\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .xs\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .xs\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .xs\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .xs\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .xs\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .xs\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .xs\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .xs\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .xs\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .xs\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .xs\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .xs\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .xs\:opacity-0 {
        opacity: 0;
    }
    .xs\:opacity-5 {
        opacity: 0.05;
    }
    .xs\:opacity-10 {
        opacity: 0.1;
    }
    .xs\:opacity-20 {
        opacity: 0.2;
    }
    .xs\:opacity-25 {
        opacity: 0.25;
    }
    .xs\:opacity-30 {
        opacity: 0.3;
    }
    .xs\:opacity-40 {
        opacity: 0.4;
    }
    .xs\:opacity-50 {
        opacity: 0.5;
    }
    .xs\:opacity-60 {
        opacity: 0.6;
    }
    .xs\:opacity-70 {
        opacity: 0.7;
    }
    .xs\:opacity-75 {
        opacity: 0.75;
    }
    .xs\:opacity-80 {
        opacity: 0.8;
    }
    .xs\:opacity-90 {
        opacity: 0.9;
    }
    .xs\:opacity-95 {
        opacity: 0.95;
    }
    .xs\:opacity-100 {
        opacity: 1;
    }
    .group:hover .xs\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .xs\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .xs\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .xs\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .xs\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .xs\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .xs\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .xs\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .xs\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .xs\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .xs\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .xs\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .xs\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .xs\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .xs\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .xs\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .xs\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .xs\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .xs\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .xs\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .xs\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .xs\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .xs\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .xs\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .xs\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .xs\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .xs\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .xs\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .xs\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .xs\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .xs\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .xs\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .xs\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .xs\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .xs\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .xs\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .xs\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .xs\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .xs\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .xs\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .xs\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .xs\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .xs\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .xs\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .xs\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .xs\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .xs\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .xs\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .xs\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .xs\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .xs\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .xs\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .xs\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .xs\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .xs\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .xs\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .xs\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .xs\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .xs\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .xs\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .xs\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .xs\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .xs\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .xs\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .xs\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .xs\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .xs\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .xs\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .xs\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .xs\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .xs\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .xs\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .xs\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .xs\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .xs\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .xs\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xs\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xs\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xs\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xs\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xs\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xs\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .xs\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .xs\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .xs\:overflow-auto {
        overflow: auto;
    }
    .xs\:overflow-hidden {
        overflow: hidden;
    }
    .xs\:overflow-visible {
        overflow: visible;
    }
    .xs\:overflow-scroll {
        overflow: scroll;
    }
    .xs\:overflow-x-auto {
        overflow-x: auto;
    }
    .xs\:overflow-y-auto {
        overflow-y: auto;
    }
    .xs\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .xs\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xs\:overflow-x-visible {
        overflow-x: visible;
    }
    .xs\:overflow-y-visible {
        overflow-y: visible;
    }
    .xs\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .xs\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .xs\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .xs\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .xs\:overscroll-none {
        overscroll-behavior: none;
    }
    .xs\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .xs\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .xs\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .xs\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .xs\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .xs\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .xs\:p-0 {
        padding: 0;
    }
    .xs\:p-1 {
        padding: 0.25rem;
    }
    .xs\:p-2 {
        padding: 0.5rem;
    }
    .xs\:p-3 {
        padding: 0.75rem;
    }
    .xs\:p-4 {
        padding: 1rem;
    }
    .xs\:p-5 {
        padding: 1.25rem;
    }
    .xs\:p-6 {
        padding: 1.5rem;
    }
    .xs\:p-7 {
        padding: 1.75rem;
    }
    .xs\:p-8 {
        padding: 2rem;
    }
    .xs\:p-9 {
        padding: 2.25rem;
    }
    .xs\:p-10 {
        padding: 2.5rem;
    }
    .xs\:p-11 {
        padding: 2.75rem;
    }
    .xs\:p-12 {
        padding: 3rem;
    }
    .xs\:p-14 {
        padding: 3.5rem;
    }
    .xs\:p-16 {
        padding: 4rem;
    }
    .xs\:p-20 {
        padding: 5rem;
    }
    .xs\:p-23 {
        padding: 88px;
    }
    .xs\:p-24 {
        padding: 6rem;
    }
    .xs\:p-25 {
        padding: 100px;
    }
    .xs\:p-28 {
        padding: 7rem;
    }
    .xs\:p-29 {
        padding: 120px;
    }
    .xs\:p-32 {
        padding: 8rem;
    }
    .xs\:p-33 {
        padding: 130px;
    }
    .xs\:p-36 {
        padding: 9rem;
    }
    .xs\:p-40 {
        padding: 10rem;
    }
    .xs\:p-44 {
        padding: 11rem;
    }
    .xs\:p-48 {
        padding: 12rem;
    }
    .xs\:p-52 {
        padding: 13rem;
    }
    .xs\:p-56 {
        padding: 14rem;
    }
    .xs\:p-60 {
        padding: 15rem;
    }
    .xs\:p-63 {
        padding: 270px;
    }
    .xs\:p-64 {
        padding: 16rem;
    }
    .xs\:p-72 {
        padding: 18rem;
    }
    .xs\:p-80 {
        padding: 20rem;
    }
    .xs\:p-92 {
        padding: 475px;
    }
    .xs\:p-96 {
        padding: 24rem;
    }
    .xs\:p-128 {
        padding: 32rem;
    }
    .xs\:p-px {
        padding: 1px;
    }
    .xs\:p-0\.5 {
        padding: 0.125rem;
    }
    .xs\:p-1\.5 {
        padding: 0.375rem;
    }
    .xs\:p-2\.5 {
        padding: 0.625rem;
    }
    .xs\:p-3\.5 {
        padding: 0.875rem;
    }
    .xs\:p-105p {
        padding: 105px;
    }
    .xs\:p-50p {
        padding: 50px;
    }
    .xs\:p-54p {
        padding: 54px;
    }
    .xs\:p-1p {
        padding: 1px;
    }
    .xs\:p-2p {
        padding: 2px;
    }
    .xs\:p-3p {
        padding: 3px;
    }
    .xs\:p-5p {
        padding: 5px;
    }
    .xs\:p-7p {
        padding: 7px;
    }
    .xs\:p-9p {
        padding: 9px;
    }
    .xs\:p-10p {
        padding: 10px;
    }
    .xs\:p-11p {
        padding: 11px;
    }
    .xs\:p-13p {
        padding: 13px;
    }
    .xs\:p-15p {
        padding: 15px;
    }
    .xs\:p-18p {
        padding: 18px;
    }
    .xs\:p-19p {
        padding: 19px;
    }
    .xs\:p-21p {
        padding: 21px;
    }
    .xs\:p-22p {
        padding: 22px;
    }
    .xs\:p-23p {
        padding: 23px;
    }
    .xs\:p-25p {
        padding: 25px;
    }
    .xs\:p-26p {
        padding: 26px;
    }
    .xs\:p-29p {
        padding: 29px;
    }
    .xs\:p-30p {
        padding: 30px;
    }
    .xs\:p-31p {
        padding: 31px;
    }
    .xs\:p-35p {
        padding: 35px;
    }
    .xs\:p-52p {
        padding: 52px;
    }
    .xs\:p-53p {
        padding: 53px;
    }
    .xs\:p-55p {
        padding: 55px;
    }
    .xs\:p-59p {
        padding: 59px;
    }
    .xs\:p-27p {
        padding: 27px;
    }
    .xs\:p-33\.5p {
        padding: 33.5px;
    }
    .xs\:p-38p {
        padding: 38px;
    }
    .xs\:p-40p {
        padding: 40px;
    }
    .xs\:p-46p {
        padding: 46px;
    }
    .xs\:p-47p {
        padding: 47px;
    }
    .xs\:p-49p {
        padding: 49px;
    }
    .xs\:p-58p {
        padding: 58px;
    }
    .xs\:p-75p {
        padding: 75px;
    }
    .xs\:p-77p {
        padding: 77px;
    }
    .xs\:p-60p {
        padding: 60px;
    }
    .xs\:p-65p {
        padding: 65px;
    }
    .xs\:p-66p {
        padding: 66px;
    }
    .xs\:p-68p {
        padding: 68px;
    }
    .xs\:p-70p {
        padding: 70px;
    }
    .xs\:p-72p {
        padding: 72px;
    }
    .xs\:p-74p {
        padding: 74px;
    }
    .xs\:p-78p {
        padding: 78px;
    }
    .xs\:p-80p {
        padding: 80px;
    }
    .xs\:p-82p {
        padding: 82px;
    }
    .xs\:p-84p {
        padding: 84px;
    }
    .xs\:p-89p {
        padding: 89px;
    }
    .xs\:p-93p {
        padding: 93px;
    }
    .xs\:p-90p {
        padding: 90px;
    }
    .xs\:p-97p {
        padding: 97px;
    }
    .xs\:p-103p {
        padding: 103px;
    }
    .xs\:p-116p {
        padding: 116px;
    }
    .xs\:p-120p {
        padding: 120px;
    }
    .xs\:p-125p {
        padding: 125px;
    }
    .xs\:p-130p {
        padding: 130px;
    }
    .xs\:p-135p {
        padding: 135px;
    }
    .xs\:p-132p {
        padding: 132px;
    }
    .xs\:p-150p {
        padding: 150px;
    }
    .xs\:p-216p {
        padding: 216px;
    }
    .xs\:p-225p {
        padding: 225px;
    }
    .xs\:p-296p {
        padding: 296px;
    }
    .xs\:p-270p {
        padding: 270px;
    }
    .xs\:p-137p {
        padding: 137px;
    }
    .xs\:p-141p {
        padding: 141px;
    }
    .xs\:p-146p {
        padding: 146px;
    }
    .xs\:p-152p {
        padding: 152px;
    }
    .xs\:p-155p {
        padding: 155px;
    }
    .xs\:p-163p {
        padding: 163px;
    }
    .xs\:p-168p {
        padding: 168px;
    }
    .xs\:p-173p {
        padding: 173px;
    }
    .xs\:p-210p {
        padding: 210px;
    }
    .xs\:p-245p {
        padding: 245px;
    }
    .xs\:p-250p {
        padding: 250px;
    }
    .xs\:p-260p {
        padding: 260px;
    }
    .xs\:p-263p {
        padding: 263px;
    }
    .xs\:p-266p {
        padding: 266px;
    }
    .xs\:p-275p {
        padding: 275px;
    }
    .xs\:p-300p {
        padding: 300px;
    }
    .xs\:p-312p {
        padding: 312px;
    }
    .xs\:p-318p {
        padding: 318px;
    }
    .xs\:p-322p {
        padding: 322px;
    }
    .xs\:p-337p {
        padding: 337px;
    }
    .xs\:p-345p {
        padding: 345px;
    }
    .xs\:p-344p {
        padding: 344px;
    }
    .xs\:p-354p {
        padding: 354px;
    }
    .xs\:p-364p {
        padding: 364px;
    }
    .xs\:p-370p {
        padding: 370px;
    }
    .xs\:p-382p {
        padding: 382px;
    }
    .xs\:p-385p {
        padding: 385px;
    }
    .xs\:p-400p {
        padding: 400px;
    }
    .xs\:p-407p {
        padding: 407px;
    }
    .xs\:p-411p {
        padding: 411px;
    }
    .xs\:p-418p {
        padding: 418px;
    }
    .xs\:p-430p {
        padding: 430px;
    }
    .xs\:p-450p {
        padding: 450px;
    }
    .xs\:p-468p {
        padding: 468px;
    }
    .xs\:p-485p {
        padding: 485px;
    }
    .xs\:p-491p {
        padding: 491px;
    }
    .xs\:p-494p {
        padding: 494px;
    }
    .xs\:p-470p {
        padding: 470px;
    }
    .xs\:p-480p {
        padding: 480px;
    }
    .xs\:p-532p {
        padding: 532px;
    }
    .xs\:p-556p {
        padding: 556px;
    }
    .xs\:p-505p {
        padding: 505px;
    }
    .xs\:p-1179p {
        padding: 1179px;
    }
    .xs\:p-1253p {
        padding: 1253px;
    }
    .xs\:p-1575p {
        padding: 1575px;
    }
    .xs\:p-600p {
        padding: 600px;
    }
    .xs\:p-649p {
        padding: 649px;
    }
    .xs\:p-690p {
        padding: 690px;
    }
    .xs\:p-19\% {
        padding: 19%;
    }
    .xs\:p-23\% {
        padding: 23%;
    }
    .xs\:p-24\% {
        padding: 24%;
    }
    .xs\:p-36\% {
        padding: 36%;
    }
    .xs\:p-27\% {
        padding: 27%;
    }
    .xs\:p-28\% {
        padding: 28%;
    }
    .xs\:p-42\% {
        padding: 42%;
    }
    .xs\:p-46\% {
        padding: 46%;
    }
    .xs\:p-49\% {
        padding: 49%;
    }
    .xs\:p-54\% {
        padding: 54%;
    }
    .xs\:p-58\% {
        padding: 58%;
    }
    .xs\:p-72\% {
        padding: 72%;
    }
    .xs\:p-76\% {
        padding: 76%;
    }
    .xs\:p-77\% {
        padding: 77%;
    }
    .xs\:p-340p {
        padding: 340px;
    }
    .xs\:p-700p {
        padding: 700px;
    }
    .xs\:p-848p {
        padding: 848px;
    }
    .xs\:p-850p {
        padding: 850px;
    }
    .xs\:p-860p {
        padding: 860px;
    }
    .xs\:p-1425p {
        padding: 1425px;
    }
    .xs\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .xs\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .xs\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .xs\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .xs\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .xs\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xs\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .xs\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .xs\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .xs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xs\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xs\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xs\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .xs\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .xs\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xs\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .xs\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .xs\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .xs\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .xs\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xs\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .xs\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .xs\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .xs\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .xs\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .xs\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .xs\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .xs\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .xs\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xs\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .xs\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .xs\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .xs\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .xs\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .xs\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .xs\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .xs\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .xs\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .xs\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xs\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xs\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .xs\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .xs\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xs\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xs\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .xs\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .xs\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .xs\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .xs\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .xs\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .xs\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .xs\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .xs\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .xs\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .xs\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .xs\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .xs\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .xs\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .xs\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xs\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xs\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .xs\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .xs\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .xs\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .xs\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .xs\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .xs\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .xs\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .xs\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .xs\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .xs\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .xs\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .xs\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xs\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xs\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .xs\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .xs\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .xs\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .xs\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .xs\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .xs\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .xs\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .xs\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .xs\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .xs\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .xs\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .xs\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .xs\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .xs\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .xs\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .xs\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .xs\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .xs\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .xs\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .xs\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .xs\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .xs\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .xs\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .xs\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .xs\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .xs\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .xs\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .xs\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .xs\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .xs\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .xs\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .xs\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .xs\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .xs\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .xs\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .xs\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .xs\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .xs\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .xs\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .xs\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .xs\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .xs\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .xs\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .xs\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .xs\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .xs\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .xs\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .xs\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .xs\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .xs\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xs\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .xs\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .xs\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .xs\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .xs\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .xs\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .xs\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .xs\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .xs\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .xs\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .xs\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .xs\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .xs\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .xs\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .xs\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .xs\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .xs\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .xs\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .xs\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .xs\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .xs\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .xs\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .xs\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .xs\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .xs\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .xs\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .xs\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .xs\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .xs\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .xs\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .xs\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .xs\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .xs\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .xs\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .xs\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .xs\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .xs\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .xs\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .xs\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .xs\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .xs\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .xs\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .xs\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .xs\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .xs\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .xs\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .xs\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .xs\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .xs\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .xs\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .xs\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .xs\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .xs\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .xs\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .xs\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .xs\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .xs\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .xs\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .xs\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .xs\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .xs\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .xs\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .xs\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .xs\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .xs\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .xs\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .xs\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .xs\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .xs\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .xs\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .xs\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .xs\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .xs\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .xs\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .xs\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .xs\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .xs\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .xs\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .xs\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .xs\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .xs\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .xs\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .xs\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .xs\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .xs\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .xs\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .xs\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .xs\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .xs\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .xs\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .xs\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .xs\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .xs\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .xs\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .xs\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .xs\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .xs\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .xs\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .xs\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .xs\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .xs\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .xs\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .xs\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .xs\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .xs\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .xs\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .xs\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .xs\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .xs\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .xs\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .xs\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .xs\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .xs\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .xs\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .xs\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .xs\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .xs\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .xs\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .xs\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .xs\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .xs\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .xs\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .xs\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .xs\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .xs\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .xs\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .xs\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .xs\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .xs\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .xs\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .xs\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .xs\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .xs\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .xs\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .xs\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .xs\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .xs\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .xs\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .xs\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .xs\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .xs\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .xs\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .xs\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .xs\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .xs\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .xs\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .xs\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .xs\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .xs\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .xs\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .xs\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .xs\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .xs\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .xs\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .xs\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .xs\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .xs\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .xs\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .xs\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .xs\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .xs\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .xs\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .xs\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .xs\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .xs\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .xs\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .xs\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .xs\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .xs\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .xs\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .xs\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .xs\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .xs\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .xs\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .xs\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .xs\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .xs\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .xs\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .xs\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .xs\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .xs\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .xs\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .xs\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .xs\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .xs\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .xs\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .xs\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .xs\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .xs\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .xs\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .xs\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .xs\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .xs\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .xs\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .xs\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .xs\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .xs\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .xs\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .xs\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .xs\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .xs\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .xs\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .xs\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .xs\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .xs\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .xs\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .xs\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .xs\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .xs\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .xs\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .xs\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .xs\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .xs\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .xs\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .xs\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .xs\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .xs\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .xs\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .xs\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .xs\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .xs\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .xs\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .xs\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .xs\:pt-0 {
        padding-top: 0;
    }
    .xs\:pr-0 {
        padding-right: 0;
    }
    .xs\:pb-0 {
        padding-bottom: 0;
    }
    .xs\:pl-0 {
        padding-left: 0;
    }
    .xs\:pt-1 {
        padding-top: 0.25rem;
    }
    .xs\:pr-1 {
        padding-right: 0.25rem;
    }
    .xs\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .xs\:pl-1 {
        padding-left: 0.25rem;
    }
    .xs\:pt-2 {
        padding-top: 0.5rem;
    }
    .xs\:pr-2 {
        padding-right: 0.5rem;
    }
    .xs\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .xs\:pl-2 {
        padding-left: 0.5rem;
    }
    .xs\:pt-3 {
        padding-top: 0.75rem;
    }
    .xs\:pr-3 {
        padding-right: 0.75rem;
    }
    .xs\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .xs\:pl-3 {
        padding-left: 0.75rem;
    }
    .xs\:pt-4 {
        padding-top: 1rem;
    }
    .xs\:pr-4 {
        padding-right: 1rem;
    }
    .xs\:pb-4 {
        padding-bottom: 1rem;
    }
    .xs\:pl-4 {
        padding-left: 1rem;
    }
    .xs\:pt-5 {
        padding-top: 1.25rem;
    }
    .xs\:pr-5 {
        padding-right: 1.25rem;
    }
    .xs\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .xs\:pl-5 {
        padding-left: 1.25rem;
    }
    .xs\:pt-6 {
        padding-top: 1.5rem;
    }
    .xs\:pr-6 {
        padding-right: 1.5rem;
    }
    .xs\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .xs\:pl-6 {
        padding-left: 1.5rem;
    }
    .xs\:pt-7 {
        padding-top: 1.75rem;
    }
    .xs\:pr-7 {
        padding-right: 1.75rem;
    }
    .xs\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .xs\:pl-7 {
        padding-left: 1.75rem;
    }
    .xs\:pt-8 {
        padding-top: 2rem;
    }
    .xs\:pr-8 {
        padding-right: 2rem;
    }
    .xs\:pb-8 {
        padding-bottom: 2rem;
    }
    .xs\:pl-8 {
        padding-left: 2rem;
    }
    .xs\:pt-9 {
        padding-top: 2.25rem;
    }
    .xs\:pr-9 {
        padding-right: 2.25rem;
    }
    .xs\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .xs\:pl-9 {
        padding-left: 2.25rem;
    }
    .xs\:pt-10 {
        padding-top: 2.5rem;
    }
    .xs\:pr-10 {
        padding-right: 2.5rem;
    }
    .xs\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xs\:pl-10 {
        padding-left: 2.5rem;
    }
    .xs\:pt-11 {
        padding-top: 2.75rem;
    }
    .xs\:pr-11 {
        padding-right: 2.75rem;
    }
    .xs\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .xs\:pl-11 {
        padding-left: 2.75rem;
    }
    .xs\:pt-12 {
        padding-top: 3rem;
    }
    .xs\:pr-12 {
        padding-right: 3rem;
    }
    .xs\:pb-12 {
        padding-bottom: 3rem;
    }
    .xs\:pl-12 {
        padding-left: 3rem;
    }
    .xs\:pt-14 {
        padding-top: 3.5rem;
    }
    .xs\:pr-14 {
        padding-right: 3.5rem;
    }
    .xs\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .xs\:pl-14 {
        padding-left: 3.5rem;
    }
    .xs\:pt-16 {
        padding-top: 4rem;
    }
    .xs\:pr-16 {
        padding-right: 4rem;
    }
    .xs\:pb-16 {
        padding-bottom: 4rem;
    }
    .xs\:pl-16 {
        padding-left: 4rem;
    }
    .xs\:pt-20 {
        padding-top: 5rem;
    }
    .xs\:pr-20 {
        padding-right: 5rem;
    }
    .xs\:pb-20 {
        padding-bottom: 5rem;
    }
    .xs\:pl-20 {
        padding-left: 5rem;
    }
    .xs\:pt-23 {
        padding-top: 88px;
    }
    .xs\:pr-23 {
        padding-right: 88px;
    }
    .xs\:pb-23 {
        padding-bottom: 88px;
    }
    .xs\:pl-23 {
        padding-left: 88px;
    }
    .xs\:pt-24 {
        padding-top: 6rem;
    }
    .xs\:pr-24 {
        padding-right: 6rem;
    }
    .xs\:pb-24 {
        padding-bottom: 6rem;
    }
    .xs\:pl-24 {
        padding-left: 6rem;
    }
    .xs\:pt-25 {
        padding-top: 100px;
    }
    .xs\:pr-25 {
        padding-right: 100px;
    }
    .xs\:pb-25 {
        padding-bottom: 100px;
    }
    .xs\:pl-25 {
        padding-left: 100px;
    }
    .xs\:pt-28 {
        padding-top: 7rem;
    }
    .xs\:pr-28 {
        padding-right: 7rem;
    }
    .xs\:pb-28 {
        padding-bottom: 7rem;
    }
    .xs\:pl-28 {
        padding-left: 7rem;
    }
    .xs\:pt-29 {
        padding-top: 120px;
    }
    .xs\:pr-29 {
        padding-right: 120px;
    }
    .xs\:pb-29 {
        padding-bottom: 120px;
    }
    .xs\:pl-29 {
        padding-left: 120px;
    }
    .xs\:pt-32 {
        padding-top: 8rem;
    }
    .xs\:pr-32 {
        padding-right: 8rem;
    }
    .xs\:pb-32 {
        padding-bottom: 8rem;
    }
    .xs\:pl-32 {
        padding-left: 8rem;
    }
    .xs\:pt-33 {
        padding-top: 130px;
    }
    .xs\:pr-33 {
        padding-right: 130px;
    }
    .xs\:pb-33 {
        padding-bottom: 130px;
    }
    .xs\:pl-33 {
        padding-left: 130px;
    }
    .xs\:pt-36 {
        padding-top: 9rem;
    }
    .xs\:pr-36 {
        padding-right: 9rem;
    }
    .xs\:pb-36 {
        padding-bottom: 9rem;
    }
    .xs\:pl-36 {
        padding-left: 9rem;
    }
    .xs\:pt-40 {
        padding-top: 10rem;
    }
    .xs\:pr-40 {
        padding-right: 10rem;
    }
    .xs\:pb-40 {
        padding-bottom: 10rem;
    }
    .xs\:pl-40 {
        padding-left: 10rem;
    }
    .xs\:pt-44 {
        padding-top: 11rem;
    }
    .xs\:pr-44 {
        padding-right: 11rem;
    }
    .xs\:pb-44 {
        padding-bottom: 11rem;
    }
    .xs\:pl-44 {
        padding-left: 11rem;
    }
    .xs\:pt-48 {
        padding-top: 12rem;
    }
    .xs\:pr-48 {
        padding-right: 12rem;
    }
    .xs\:pb-48 {
        padding-bottom: 12rem;
    }
    .xs\:pl-48 {
        padding-left: 12rem;
    }
    .xs\:pt-52 {
        padding-top: 13rem;
    }
    .xs\:pr-52 {
        padding-right: 13rem;
    }
    .xs\:pb-52 {
        padding-bottom: 13rem;
    }
    .xs\:pl-52 {
        padding-left: 13rem;
    }
    .xs\:pt-56 {
        padding-top: 14rem;
    }
    .xs\:pr-56 {
        padding-right: 14rem;
    }
    .xs\:pb-56 {
        padding-bottom: 14rem;
    }
    .xs\:pl-56 {
        padding-left: 14rem;
    }
    .xs\:pt-60 {
        padding-top: 15rem;
    }
    .xs\:pr-60 {
        padding-right: 15rem;
    }
    .xs\:pb-60 {
        padding-bottom: 15rem;
    }
    .xs\:pl-60 {
        padding-left: 15rem;
    }
    .xs\:pt-63 {
        padding-top: 270px;
    }
    .xs\:pr-63 {
        padding-right: 270px;
    }
    .xs\:pb-63 {
        padding-bottom: 270px;
    }
    .xs\:pl-63 {
        padding-left: 270px;
    }
    .xs\:pt-64 {
        padding-top: 16rem;
    }
    .xs\:pr-64 {
        padding-right: 16rem;
    }
    .xs\:pb-64 {
        padding-bottom: 16rem;
    }
    .xs\:pl-64 {
        padding-left: 16rem;
    }
    .xs\:pt-72 {
        padding-top: 18rem;
    }
    .xs\:pr-72 {
        padding-right: 18rem;
    }
    .xs\:pb-72 {
        padding-bottom: 18rem;
    }
    .xs\:pl-72 {
        padding-left: 18rem;
    }
    .xs\:pt-80 {
        padding-top: 20rem;
    }
    .xs\:pr-80 {
        padding-right: 20rem;
    }
    .xs\:pb-80 {
        padding-bottom: 20rem;
    }
    .xs\:pl-80 {
        padding-left: 20rem;
    }
    .xs\:pt-92 {
        padding-top: 475px;
    }
    .xs\:pr-92 {
        padding-right: 475px;
    }
    .xs\:pb-92 {
        padding-bottom: 475px;
    }
    .xs\:pl-92 {
        padding-left: 475px;
    }
    .xs\:pt-96 {
        padding-top: 24rem;
    }
    .xs\:pr-96 {
        padding-right: 24rem;
    }
    .xs\:pb-96 {
        padding-bottom: 24rem;
    }
    .xs\:pl-96 {
        padding-left: 24rem;
    }
    .xs\:pt-128 {
        padding-top: 32rem;
    }
    .xs\:pr-128 {
        padding-right: 32rem;
    }
    .xs\:pb-128 {
        padding-bottom: 32rem;
    }
    .xs\:pl-128 {
        padding-left: 32rem;
    }
    .xs\:pt-px {
        padding-top: 1px;
    }
    .xs\:pr-px {
        padding-right: 1px;
    }
    .xs\:pb-px {
        padding-bottom: 1px;
    }
    .xs\:pl-px {
        padding-left: 1px;
    }
    .xs\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .xs\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .xs\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .xs\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .xs\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .xs\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .xs\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .xs\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .xs\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .xs\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .xs\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .xs\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .xs\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .xs\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .xs\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .xs\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .xs\:pt-105p {
        padding-top: 105px;
    }
    .xs\:pr-105p {
        padding-right: 105px;
    }
    .xs\:pb-105p {
        padding-bottom: 105px;
    }
    .xs\:pl-105p {
        padding-left: 105px;
    }
    .xs\:pt-50p {
        padding-top: 50px;
    }
    .xs\:pr-50p {
        padding-right: 50px;
    }
    .xs\:pb-50p {
        padding-bottom: 50px;
    }
    .xs\:pl-50p {
        padding-left: 50px;
    }
    .xs\:pt-54p {
        padding-top: 54px;
    }
    .xs\:pr-54p {
        padding-right: 54px;
    }
    .xs\:pb-54p {
        padding-bottom: 54px;
    }
    .xs\:pl-54p {
        padding-left: 54px;
    }
    .xs\:pt-1p {
        padding-top: 1px;
    }
    .xs\:pr-1p {
        padding-right: 1px;
    }
    .xs\:pb-1p {
        padding-bottom: 1px;
    }
    .xs\:pl-1p {
        padding-left: 1px;
    }
    .xs\:pt-2p {
        padding-top: 2px;
    }
    .xs\:pr-2p {
        padding-right: 2px;
    }
    .xs\:pb-2p {
        padding-bottom: 2px;
    }
    .xs\:pl-2p {
        padding-left: 2px;
    }
    .xs\:pt-3p {
        padding-top: 3px;
    }
    .xs\:pr-3p {
        padding-right: 3px;
    }
    .xs\:pb-3p {
        padding-bottom: 3px;
    }
    .xs\:pl-3p {
        padding-left: 3px;
    }
    .xs\:pt-5p {
        padding-top: 5px;
    }
    .xs\:pr-5p {
        padding-right: 5px;
    }
    .xs\:pb-5p {
        padding-bottom: 5px;
    }
    .xs\:pl-5p {
        padding-left: 5px;
    }
    .xs\:pt-7p {
        padding-top: 7px;
    }
    .xs\:pr-7p {
        padding-right: 7px;
    }
    .xs\:pb-7p {
        padding-bottom: 7px;
    }
    .xs\:pl-7p {
        padding-left: 7px;
    }
    .xs\:pt-9p {
        padding-top: 9px;
    }
    .xs\:pr-9p {
        padding-right: 9px;
    }
    .xs\:pb-9p {
        padding-bottom: 9px;
    }
    .xs\:pl-9p {
        padding-left: 9px;
    }
    .xs\:pt-10p {
        padding-top: 10px;
    }
    .xs\:pr-10p {
        padding-right: 10px;
    }
    .xs\:pb-10p {
        padding-bottom: 10px;
    }
    .xs\:pl-10p {
        padding-left: 10px;
    }
    .xs\:pt-11p {
        padding-top: 11px;
    }
    .xs\:pr-11p {
        padding-right: 11px;
    }
    .xs\:pb-11p {
        padding-bottom: 11px;
    }
    .xs\:pl-11p {
        padding-left: 11px;
    }
    .xs\:pt-13p {
        padding-top: 13px;
    }
    .xs\:pr-13p {
        padding-right: 13px;
    }
    .xs\:pb-13p {
        padding-bottom: 13px;
    }
    .xs\:pl-13p {
        padding-left: 13px;
    }
    .xs\:pt-15p {
        padding-top: 15px;
    }
    .xs\:pr-15p {
        padding-right: 15px;
    }
    .xs\:pb-15p {
        padding-bottom: 15px;
    }
    .xs\:pl-15p {
        padding-left: 15px;
    }
    .xs\:pt-18p {
        padding-top: 18px;
    }
    .xs\:pr-18p {
        padding-right: 18px;
    }
    .xs\:pb-18p {
        padding-bottom: 18px;
    }
    .xs\:pl-18p {
        padding-left: 18px;
    }
    .xs\:pt-19p {
        padding-top: 19px;
    }
    .xs\:pr-19p {
        padding-right: 19px;
    }
    .xs\:pb-19p {
        padding-bottom: 19px;
    }
    .xs\:pl-19p {
        padding-left: 19px;
    }
    .xs\:pt-21p {
        padding-top: 21px;
    }
    .xs\:pr-21p {
        padding-right: 21px;
    }
    .xs\:pb-21p {
        padding-bottom: 21px;
    }
    .xs\:pl-21p {
        padding-left: 21px;
    }
    .xs\:pt-22p {
        padding-top: 22px;
    }
    .xs\:pr-22p {
        padding-right: 22px;
    }
    .xs\:pb-22p {
        padding-bottom: 22px;
    }
    .xs\:pl-22p {
        padding-left: 22px;
    }
    .xs\:pt-23p {
        padding-top: 23px;
    }
    .xs\:pr-23p {
        padding-right: 23px;
    }
    .xs\:pb-23p {
        padding-bottom: 23px;
    }
    .xs\:pl-23p {
        padding-left: 23px;
    }
    .xs\:pt-25p {
        padding-top: 25px;
    }
    .xs\:pr-25p {
        padding-right: 25px;
    }
    .xs\:pb-25p {
        padding-bottom: 25px;
    }
    .xs\:pl-25p {
        padding-left: 25px;
    }
    .xs\:pt-26p {
        padding-top: 26px;
    }
    .xs\:pr-26p {
        padding-right: 26px;
    }
    .xs\:pb-26p {
        padding-bottom: 26px;
    }
    .xs\:pl-26p {
        padding-left: 26px;
    }
    .xs\:pt-29p {
        padding-top: 29px;
    }
    .xs\:pr-29p {
        padding-right: 29px;
    }
    .xs\:pb-29p {
        padding-bottom: 29px;
    }
    .xs\:pl-29p {
        padding-left: 29px;
    }
    .xs\:pt-30p {
        padding-top: 30px;
    }
    .xs\:pr-30p {
        padding-right: 30px;
    }
    .xs\:pb-30p {
        padding-bottom: 30px;
    }
    .xs\:pl-30p {
        padding-left: 30px;
    }
    .xs\:pt-31p {
        padding-top: 31px;
    }
    .xs\:pr-31p {
        padding-right: 31px;
    }
    .xs\:pb-31p {
        padding-bottom: 31px;
    }
    .xs\:pl-31p {
        padding-left: 31px;
    }
    .xs\:pt-35p {
        padding-top: 35px;
    }
    .xs\:pr-35p {
        padding-right: 35px;
    }
    .xs\:pb-35p {
        padding-bottom: 35px;
    }
    .xs\:pl-35p {
        padding-left: 35px;
    }
    .xs\:pt-52p {
        padding-top: 52px;
    }
    .xs\:pr-52p {
        padding-right: 52px;
    }
    .xs\:pb-52p {
        padding-bottom: 52px;
    }
    .xs\:pl-52p {
        padding-left: 52px;
    }
    .xs\:pt-53p {
        padding-top: 53px;
    }
    .xs\:pr-53p {
        padding-right: 53px;
    }
    .xs\:pb-53p {
        padding-bottom: 53px;
    }
    .xs\:pl-53p {
        padding-left: 53px;
    }
    .xs\:pt-55p {
        padding-top: 55px;
    }
    .xs\:pr-55p {
        padding-right: 55px;
    }
    .xs\:pb-55p {
        padding-bottom: 55px;
    }
    .xs\:pl-55p {
        padding-left: 55px;
    }
    .xs\:pt-59p {
        padding-top: 59px;
    }
    .xs\:pr-59p {
        padding-right: 59px;
    }
    .xs\:pb-59p {
        padding-bottom: 59px;
    }
    .xs\:pl-59p {
        padding-left: 59px;
    }
    .xs\:pt-27p {
        padding-top: 27px;
    }
    .xs\:pr-27p {
        padding-right: 27px;
    }
    .xs\:pb-27p {
        padding-bottom: 27px;
    }
    .xs\:pl-27p {
        padding-left: 27px;
    }
    .xs\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .xs\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .xs\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .xs\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .xs\:pt-38p {
        padding-top: 38px;
    }
    .xs\:pr-38p {
        padding-right: 38px;
    }
    .xs\:pb-38p {
        padding-bottom: 38px;
    }
    .xs\:pl-38p {
        padding-left: 38px;
    }
    .xs\:pt-40p {
        padding-top: 40px;
    }
    .xs\:pr-40p {
        padding-right: 40px;
    }
    .xs\:pb-40p {
        padding-bottom: 40px;
    }
    .xs\:pl-40p {
        padding-left: 40px;
    }
    .xs\:pt-46p {
        padding-top: 46px;
    }
    .xs\:pr-46p {
        padding-right: 46px;
    }
    .xs\:pb-46p {
        padding-bottom: 46px;
    }
    .xs\:pl-46p {
        padding-left: 46px;
    }
    .xs\:pt-47p {
        padding-top: 47px;
    }
    .xs\:pr-47p {
        padding-right: 47px;
    }
    .xs\:pb-47p {
        padding-bottom: 47px;
    }
    .xs\:pl-47p {
        padding-left: 47px;
    }
    .xs\:pt-49p {
        padding-top: 49px;
    }
    .xs\:pr-49p {
        padding-right: 49px;
    }
    .xs\:pb-49p {
        padding-bottom: 49px;
    }
    .xs\:pl-49p {
        padding-left: 49px;
    }
    .xs\:pt-58p {
        padding-top: 58px;
    }
    .xs\:pr-58p {
        padding-right: 58px;
    }
    .xs\:pb-58p {
        padding-bottom: 58px;
    }
    .xs\:pl-58p {
        padding-left: 58px;
    }
    .xs\:pt-75p {
        padding-top: 75px;
    }
    .xs\:pr-75p {
        padding-right: 75px;
    }
    .xs\:pb-75p {
        padding-bottom: 75px;
    }
    .xs\:pl-75p {
        padding-left: 75px;
    }
    .xs\:pt-77p {
        padding-top: 77px;
    }
    .xs\:pr-77p {
        padding-right: 77px;
    }
    .xs\:pb-77p {
        padding-bottom: 77px;
    }
    .xs\:pl-77p {
        padding-left: 77px;
    }
    .xs\:pt-60p {
        padding-top: 60px;
    }
    .xs\:pr-60p {
        padding-right: 60px;
    }
    .xs\:pb-60p {
        padding-bottom: 60px;
    }
    .xs\:pl-60p {
        padding-left: 60px;
    }
    .xs\:pt-65p {
        padding-top: 65px;
    }
    .xs\:pr-65p {
        padding-right: 65px;
    }
    .xs\:pb-65p {
        padding-bottom: 65px;
    }
    .xs\:pl-65p {
        padding-left: 65px;
    }
    .xs\:pt-66p {
        padding-top: 66px;
    }
    .xs\:pr-66p {
        padding-right: 66px;
    }
    .xs\:pb-66p {
        padding-bottom: 66px;
    }
    .xs\:pl-66p {
        padding-left: 66px;
    }
    .xs\:pt-68p {
        padding-top: 68px;
    }
    .xs\:pr-68p {
        padding-right: 68px;
    }
    .xs\:pb-68p {
        padding-bottom: 68px;
    }
    .xs\:pl-68p {
        padding-left: 68px;
    }
    .xs\:pt-70p {
        padding-top: 70px;
    }
    .xs\:pr-70p {
        padding-right: 70px;
    }
    .xs\:pb-70p {
        padding-bottom: 70px;
    }
    .xs\:pl-70p {
        padding-left: 70px;
    }
    .xs\:pt-72p {
        padding-top: 72px;
    }
    .xs\:pr-72p {
        padding-right: 72px;
    }
    .xs\:pb-72p {
        padding-bottom: 72px;
    }
    .xs\:pl-72p {
        padding-left: 72px;
    }
    .xs\:pt-74p {
        padding-top: 74px;
    }
    .xs\:pr-74p {
        padding-right: 74px;
    }
    .xs\:pb-74p {
        padding-bottom: 74px;
    }
    .xs\:pl-74p {
        padding-left: 74px;
    }
    .xs\:pt-78p {
        padding-top: 78px;
    }
    .xs\:pr-78p {
        padding-right: 78px;
    }
    .xs\:pb-78p {
        padding-bottom: 78px;
    }
    .xs\:pl-78p {
        padding-left: 78px;
    }
    .xs\:pt-80p {
        padding-top: 80px;
    }
    .xs\:pr-80p {
        padding-right: 80px;
    }
    .xs\:pb-80p {
        padding-bottom: 80px;
    }
    .xs\:pl-80p {
        padding-left: 80px;
    }
    .xs\:pt-82p {
        padding-top: 82px;
    }
    .xs\:pr-82p {
        padding-right: 82px;
    }
    .xs\:pb-82p {
        padding-bottom: 82px;
    }
    .xs\:pl-82p {
        padding-left: 82px;
    }
    .xs\:pt-84p {
        padding-top: 84px;
    }
    .xs\:pr-84p {
        padding-right: 84px;
    }
    .xs\:pb-84p {
        padding-bottom: 84px;
    }
    .xs\:pl-84p {
        padding-left: 84px;
    }
    .xs\:pt-89p {
        padding-top: 89px;
    }
    .xs\:pr-89p {
        padding-right: 89px;
    }
    .xs\:pb-89p {
        padding-bottom: 89px;
    }
    .xs\:pl-89p {
        padding-left: 89px;
    }
    .xs\:pt-93p {
        padding-top: 93px;
    }
    .xs\:pr-93p {
        padding-right: 93px;
    }
    .xs\:pb-93p {
        padding-bottom: 93px;
    }
    .xs\:pl-93p {
        padding-left: 93px;
    }
    .xs\:pt-90p {
        padding-top: 90px;
    }
    .xs\:pr-90p {
        padding-right: 90px;
    }
    .xs\:pb-90p {
        padding-bottom: 90px;
    }
    .xs\:pl-90p {
        padding-left: 90px;
    }
    .xs\:pt-97p {
        padding-top: 97px;
    }
    .xs\:pr-97p {
        padding-right: 97px;
    }
    .xs\:pb-97p {
        padding-bottom: 97px;
    }
    .xs\:pl-97p {
        padding-left: 97px;
    }
    .xs\:pt-103p {
        padding-top: 103px;
    }
    .xs\:pr-103p {
        padding-right: 103px;
    }
    .xs\:pb-103p {
        padding-bottom: 103px;
    }
    .xs\:pl-103p {
        padding-left: 103px;
    }
    .xs\:pt-116p {
        padding-top: 116px;
    }
    .xs\:pr-116p {
        padding-right: 116px;
    }
    .xs\:pb-116p {
        padding-bottom: 116px;
    }
    .xs\:pl-116p {
        padding-left: 116px;
    }
    .xs\:pt-120p {
        padding-top: 120px;
    }
    .xs\:pr-120p {
        padding-right: 120px;
    }
    .xs\:pb-120p {
        padding-bottom: 120px;
    }
    .xs\:pl-120p {
        padding-left: 120px;
    }
    .xs\:pt-125p {
        padding-top: 125px;
    }
    .xs\:pr-125p {
        padding-right: 125px;
    }
    .xs\:pb-125p {
        padding-bottom: 125px;
    }
    .xs\:pl-125p {
        padding-left: 125px;
    }
    .xs\:pt-130p {
        padding-top: 130px;
    }
    .xs\:pr-130p {
        padding-right: 130px;
    }
    .xs\:pb-130p {
        padding-bottom: 130px;
    }
    .xs\:pl-130p {
        padding-left: 130px;
    }
    .xs\:pt-135p {
        padding-top: 135px;
    }
    .xs\:pr-135p {
        padding-right: 135px;
    }
    .xs\:pb-135p {
        padding-bottom: 135px;
    }
    .xs\:pl-135p {
        padding-left: 135px;
    }
    .xs\:pt-132p {
        padding-top: 132px;
    }
    .xs\:pr-132p {
        padding-right: 132px;
    }
    .xs\:pb-132p {
        padding-bottom: 132px;
    }
    .xs\:pl-132p {
        padding-left: 132px;
    }
    .xs\:pt-150p {
        padding-top: 150px;
    }
    .xs\:pr-150p {
        padding-right: 150px;
    }
    .xs\:pb-150p {
        padding-bottom: 150px;
    }
    .xs\:pl-150p {
        padding-left: 150px;
    }
    .xs\:pt-216p {
        padding-top: 216px;
    }
    .xs\:pr-216p {
        padding-right: 216px;
    }
    .xs\:pb-216p {
        padding-bottom: 216px;
    }
    .xs\:pl-216p {
        padding-left: 216px;
    }
    .xs\:pt-225p {
        padding-top: 225px;
    }
    .xs\:pr-225p {
        padding-right: 225px;
    }
    .xs\:pb-225p {
        padding-bottom: 225px;
    }
    .xs\:pl-225p {
        padding-left: 225px;
    }
    .xs\:pt-296p {
        padding-top: 296px;
    }
    .xs\:pr-296p {
        padding-right: 296px;
    }
    .xs\:pb-296p {
        padding-bottom: 296px;
    }
    .xs\:pl-296p {
        padding-left: 296px;
    }
    .xs\:pt-270p {
        padding-top: 270px;
    }
    .xs\:pr-270p {
        padding-right: 270px;
    }
    .xs\:pb-270p {
        padding-bottom: 270px;
    }
    .xs\:pl-270p {
        padding-left: 270px;
    }
    .xs\:pt-137p {
        padding-top: 137px;
    }
    .xs\:pr-137p {
        padding-right: 137px;
    }
    .xs\:pb-137p {
        padding-bottom: 137px;
    }
    .xs\:pl-137p {
        padding-left: 137px;
    }
    .xs\:pt-141p {
        padding-top: 141px;
    }
    .xs\:pr-141p {
        padding-right: 141px;
    }
    .xs\:pb-141p {
        padding-bottom: 141px;
    }
    .xs\:pl-141p {
        padding-left: 141px;
    }
    .xs\:pt-146p {
        padding-top: 146px;
    }
    .xs\:pr-146p {
        padding-right: 146px;
    }
    .xs\:pb-146p {
        padding-bottom: 146px;
    }
    .xs\:pl-146p {
        padding-left: 146px;
    }
    .xs\:pt-152p {
        padding-top: 152px;
    }
    .xs\:pr-152p {
        padding-right: 152px;
    }
    .xs\:pb-152p {
        padding-bottom: 152px;
    }
    .xs\:pl-152p {
        padding-left: 152px;
    }
    .xs\:pt-155p {
        padding-top: 155px;
    }
    .xs\:pr-155p {
        padding-right: 155px;
    }
    .xs\:pb-155p {
        padding-bottom: 155px;
    }
    .xs\:pl-155p {
        padding-left: 155px;
    }
    .xs\:pt-163p {
        padding-top: 163px;
    }
    .xs\:pr-163p {
        padding-right: 163px;
    }
    .xs\:pb-163p {
        padding-bottom: 163px;
    }
    .xs\:pl-163p {
        padding-left: 163px;
    }
    .xs\:pt-168p {
        padding-top: 168px;
    }
    .xs\:pr-168p {
        padding-right: 168px;
    }
    .xs\:pb-168p {
        padding-bottom: 168px;
    }
    .xs\:pl-168p {
        padding-left: 168px;
    }
    .xs\:pt-173p {
        padding-top: 173px;
    }
    .xs\:pr-173p {
        padding-right: 173px;
    }
    .xs\:pb-173p {
        padding-bottom: 173px;
    }
    .xs\:pl-173p {
        padding-left: 173px;
    }
    .xs\:pt-210p {
        padding-top: 210px;
    }
    .xs\:pr-210p {
        padding-right: 210px;
    }
    .xs\:pb-210p {
        padding-bottom: 210px;
    }
    .xs\:pl-210p {
        padding-left: 210px;
    }
    .xs\:pt-245p {
        padding-top: 245px;
    }
    .xs\:pr-245p {
        padding-right: 245px;
    }
    .xs\:pb-245p {
        padding-bottom: 245px;
    }
    .xs\:pl-245p {
        padding-left: 245px;
    }
    .xs\:pt-250p {
        padding-top: 250px;
    }
    .xs\:pr-250p {
        padding-right: 250px;
    }
    .xs\:pb-250p {
        padding-bottom: 250px;
    }
    .xs\:pl-250p {
        padding-left: 250px;
    }
    .xs\:pt-260p {
        padding-top: 260px;
    }
    .xs\:pr-260p {
        padding-right: 260px;
    }
    .xs\:pb-260p {
        padding-bottom: 260px;
    }
    .xs\:pl-260p {
        padding-left: 260px;
    }
    .xs\:pt-263p {
        padding-top: 263px;
    }
    .xs\:pr-263p {
        padding-right: 263px;
    }
    .xs\:pb-263p {
        padding-bottom: 263px;
    }
    .xs\:pl-263p {
        padding-left: 263px;
    }
    .xs\:pt-266p {
        padding-top: 266px;
    }
    .xs\:pr-266p {
        padding-right: 266px;
    }
    .xs\:pb-266p {
        padding-bottom: 266px;
    }
    .xs\:pl-266p {
        padding-left: 266px;
    }
    .xs\:pt-275p {
        padding-top: 275px;
    }
    .xs\:pr-275p {
        padding-right: 275px;
    }
    .xs\:pb-275p {
        padding-bottom: 275px;
    }
    .xs\:pl-275p {
        padding-left: 275px;
    }
    .xs\:pt-300p {
        padding-top: 300px;
    }
    .xs\:pr-300p {
        padding-right: 300px;
    }
    .xs\:pb-300p {
        padding-bottom: 300px;
    }
    .xs\:pl-300p {
        padding-left: 300px;
    }
    .xs\:pt-312p {
        padding-top: 312px;
    }
    .xs\:pr-312p {
        padding-right: 312px;
    }
    .xs\:pb-312p {
        padding-bottom: 312px;
    }
    .xs\:pl-312p {
        padding-left: 312px;
    }
    .xs\:pt-318p {
        padding-top: 318px;
    }
    .xs\:pr-318p {
        padding-right: 318px;
    }
    .xs\:pb-318p {
        padding-bottom: 318px;
    }
    .xs\:pl-318p {
        padding-left: 318px;
    }
    .xs\:pt-322p {
        padding-top: 322px;
    }
    .xs\:pr-322p {
        padding-right: 322px;
    }
    .xs\:pb-322p {
        padding-bottom: 322px;
    }
    .xs\:pl-322p {
        padding-left: 322px;
    }
    .xs\:pt-337p {
        padding-top: 337px;
    }
    .xs\:pr-337p {
        padding-right: 337px;
    }
    .xs\:pb-337p {
        padding-bottom: 337px;
    }
    .xs\:pl-337p {
        padding-left: 337px;
    }
    .xs\:pt-345p {
        padding-top: 345px;
    }
    .xs\:pr-345p {
        padding-right: 345px;
    }
    .xs\:pb-345p {
        padding-bottom: 345px;
    }
    .xs\:pl-345p {
        padding-left: 345px;
    }
    .xs\:pt-344p {
        padding-top: 344px;
    }
    .xs\:pr-344p {
        padding-right: 344px;
    }
    .xs\:pb-344p {
        padding-bottom: 344px;
    }
    .xs\:pl-344p {
        padding-left: 344px;
    }
    .xs\:pt-354p {
        padding-top: 354px;
    }
    .xs\:pr-354p {
        padding-right: 354px;
    }
    .xs\:pb-354p {
        padding-bottom: 354px;
    }
    .xs\:pl-354p {
        padding-left: 354px;
    }
    .xs\:pt-364p {
        padding-top: 364px;
    }
    .xs\:pr-364p {
        padding-right: 364px;
    }
    .xs\:pb-364p {
        padding-bottom: 364px;
    }
    .xs\:pl-364p {
        padding-left: 364px;
    }
    .xs\:pt-370p {
        padding-top: 370px;
    }
    .xs\:pr-370p {
        padding-right: 370px;
    }
    .xs\:pb-370p {
        padding-bottom: 370px;
    }
    .xs\:pl-370p {
        padding-left: 370px;
    }
    .xs\:pt-382p {
        padding-top: 382px;
    }
    .xs\:pr-382p {
        padding-right: 382px;
    }
    .xs\:pb-382p {
        padding-bottom: 382px;
    }
    .xs\:pl-382p {
        padding-left: 382px;
    }
    .xs\:pt-385p {
        padding-top: 385px;
    }
    .xs\:pr-385p {
        padding-right: 385px;
    }
    .xs\:pb-385p {
        padding-bottom: 385px;
    }
    .xs\:pl-385p {
        padding-left: 385px;
    }
    .xs\:pt-400p {
        padding-top: 400px;
    }
    .xs\:pr-400p {
        padding-right: 400px;
    }
    .xs\:pb-400p {
        padding-bottom: 400px;
    }
    .xs\:pl-400p {
        padding-left: 400px;
    }
    .xs\:pt-407p {
        padding-top: 407px;
    }
    .xs\:pr-407p {
        padding-right: 407px;
    }
    .xs\:pb-407p {
        padding-bottom: 407px;
    }
    .xs\:pl-407p {
        padding-left: 407px;
    }
    .xs\:pt-411p {
        padding-top: 411px;
    }
    .xs\:pr-411p {
        padding-right: 411px;
    }
    .xs\:pb-411p {
        padding-bottom: 411px;
    }
    .xs\:pl-411p {
        padding-left: 411px;
    }
    .xs\:pt-418p {
        padding-top: 418px;
    }
    .xs\:pr-418p {
        padding-right: 418px;
    }
    .xs\:pb-418p {
        padding-bottom: 418px;
    }
    .xs\:pl-418p {
        padding-left: 418px;
    }
    .xs\:pt-430p {
        padding-top: 430px;
    }
    .xs\:pr-430p {
        padding-right: 430px;
    }
    .xs\:pb-430p {
        padding-bottom: 430px;
    }
    .xs\:pl-430p {
        padding-left: 430px;
    }
    .xs\:pt-450p {
        padding-top: 450px;
    }
    .xs\:pr-450p {
        padding-right: 450px;
    }
    .xs\:pb-450p {
        padding-bottom: 450px;
    }
    .xs\:pl-450p {
        padding-left: 450px;
    }
    .xs\:pt-468p {
        padding-top: 468px;
    }
    .xs\:pr-468p {
        padding-right: 468px;
    }
    .xs\:pb-468p {
        padding-bottom: 468px;
    }
    .xs\:pl-468p {
        padding-left: 468px;
    }
    .xs\:pt-485p {
        padding-top: 485px;
    }
    .xs\:pr-485p {
        padding-right: 485px;
    }
    .xs\:pb-485p {
        padding-bottom: 485px;
    }
    .xs\:pl-485p {
        padding-left: 485px;
    }
    .xs\:pt-491p {
        padding-top: 491px;
    }
    .xs\:pr-491p {
        padding-right: 491px;
    }
    .xs\:pb-491p {
        padding-bottom: 491px;
    }
    .xs\:pl-491p {
        padding-left: 491px;
    }
    .xs\:pt-494p {
        padding-top: 494px;
    }
    .xs\:pr-494p {
        padding-right: 494px;
    }
    .xs\:pb-494p {
        padding-bottom: 494px;
    }
    .xs\:pl-494p {
        padding-left: 494px;
    }
    .xs\:pt-470p {
        padding-top: 470px;
    }
    .xs\:pr-470p {
        padding-right: 470px;
    }
    .xs\:pb-470p {
        padding-bottom: 470px;
    }
    .xs\:pl-470p {
        padding-left: 470px;
    }
    .xs\:pt-480p {
        padding-top: 480px;
    }
    .xs\:pr-480p {
        padding-right: 480px;
    }
    .xs\:pb-480p {
        padding-bottom: 480px;
    }
    .xs\:pl-480p {
        padding-left: 480px;
    }
    .xs\:pt-532p {
        padding-top: 532px;
    }
    .xs\:pr-532p {
        padding-right: 532px;
    }
    .xs\:pb-532p {
        padding-bottom: 532px;
    }
    .xs\:pl-532p {
        padding-left: 532px;
    }
    .xs\:pt-556p {
        padding-top: 556px;
    }
    .xs\:pr-556p {
        padding-right: 556px;
    }
    .xs\:pb-556p {
        padding-bottom: 556px;
    }
    .xs\:pl-556p {
        padding-left: 556px;
    }
    .xs\:pt-505p {
        padding-top: 505px;
    }
    .xs\:pr-505p {
        padding-right: 505px;
    }
    .xs\:pb-505p {
        padding-bottom: 505px;
    }
    .xs\:pl-505p {
        padding-left: 505px;
    }
    .xs\:pt-1179p {
        padding-top: 1179px;
    }
    .xs\:pr-1179p {
        padding-right: 1179px;
    }
    .xs\:pb-1179p {
        padding-bottom: 1179px;
    }
    .xs\:pl-1179p {
        padding-left: 1179px;
    }
    .xs\:pt-1253p {
        padding-top: 1253px;
    }
    .xs\:pr-1253p {
        padding-right: 1253px;
    }
    .xs\:pb-1253p {
        padding-bottom: 1253px;
    }
    .xs\:pl-1253p {
        padding-left: 1253px;
    }
    .xs\:pt-1575p {
        padding-top: 1575px;
    }
    .xs\:pr-1575p {
        padding-right: 1575px;
    }
    .xs\:pb-1575p {
        padding-bottom: 1575px;
    }
    .xs\:pl-1575p {
        padding-left: 1575px;
    }
    .xs\:pt-600p {
        padding-top: 600px;
    }
    .xs\:pr-600p {
        padding-right: 600px;
    }
    .xs\:pb-600p {
        padding-bottom: 600px;
    }
    .xs\:pl-600p {
        padding-left: 600px;
    }
    .xs\:pt-649p {
        padding-top: 649px;
    }
    .xs\:pr-649p {
        padding-right: 649px;
    }
    .xs\:pb-649p {
        padding-bottom: 649px;
    }
    .xs\:pl-649p {
        padding-left: 649px;
    }
    .xs\:pt-690p {
        padding-top: 690px;
    }
    .xs\:pr-690p {
        padding-right: 690px;
    }
    .xs\:pb-690p {
        padding-bottom: 690px;
    }
    .xs\:pl-690p {
        padding-left: 690px;
    }
    .xs\:pt-19\% {
        padding-top: 19%;
    }
    .xs\:pr-19\% {
        padding-right: 19%;
    }
    .xs\:pb-19\% {
        padding-bottom: 19%;
    }
    .xs\:pl-19\% {
        padding-left: 19%;
    }
    .xs\:pt-23\% {
        padding-top: 23%;
    }
    .xs\:pr-23\% {
        padding-right: 23%;
    }
    .xs\:pb-23\% {
        padding-bottom: 23%;
    }
    .xs\:pl-23\% {
        padding-left: 23%;
    }
    .xs\:pt-24\% {
        padding-top: 24%;
    }
    .xs\:pr-24\% {
        padding-right: 24%;
    }
    .xs\:pb-24\% {
        padding-bottom: 24%;
    }
    .xs\:pl-24\% {
        padding-left: 24%;
    }
    .xs\:pt-36\% {
        padding-top: 36%;
    }
    .xs\:pr-36\% {
        padding-right: 36%;
    }
    .xs\:pb-36\% {
        padding-bottom: 36%;
    }
    .xs\:pl-36\% {
        padding-left: 36%;
    }
    .xs\:pt-27\% {
        padding-top: 27%;
    }
    .xs\:pr-27\% {
        padding-right: 27%;
    }
    .xs\:pb-27\% {
        padding-bottom: 27%;
    }
    .xs\:pl-27\% {
        padding-left: 27%;
    }
    .xs\:pt-28\% {
        padding-top: 28%;
    }
    .xs\:pr-28\% {
        padding-right: 28%;
    }
    .xs\:pb-28\% {
        padding-bottom: 28%;
    }
    .xs\:pl-28\% {
        padding-left: 28%;
    }
    .xs\:pt-42\% {
        padding-top: 42%;
    }
    .xs\:pr-42\% {
        padding-right: 42%;
    }
    .xs\:pb-42\% {
        padding-bottom: 42%;
    }
    .xs\:pl-42\% {
        padding-left: 42%;
    }
    .xs\:pt-46\% {
        padding-top: 46%;
    }
    .xs\:pr-46\% {
        padding-right: 46%;
    }
    .xs\:pb-46\% {
        padding-bottom: 46%;
    }
    .xs\:pl-46\% {
        padding-left: 46%;
    }
    .xs\:pt-49\% {
        padding-top: 49%;
    }
    .xs\:pr-49\% {
        padding-right: 49%;
    }
    .xs\:pb-49\% {
        padding-bottom: 49%;
    }
    .xs\:pl-49\% {
        padding-left: 49%;
    }
    .xs\:pt-54\% {
        padding-top: 54%;
    }
    .xs\:pr-54\% {
        padding-right: 54%;
    }
    .xs\:pb-54\% {
        padding-bottom: 54%;
    }
    .xs\:pl-54\% {
        padding-left: 54%;
    }
    .xs\:pt-58\% {
        padding-top: 58%;
    }
    .xs\:pr-58\% {
        padding-right: 58%;
    }
    .xs\:pb-58\% {
        padding-bottom: 58%;
    }
    .xs\:pl-58\% {
        padding-left: 58%;
    }
    .xs\:pt-72\% {
        padding-top: 72%;
    }
    .xs\:pr-72\% {
        padding-right: 72%;
    }
    .xs\:pb-72\% {
        padding-bottom: 72%;
    }
    .xs\:pl-72\% {
        padding-left: 72%;
    }
    .xs\:pt-76\% {
        padding-top: 76%;
    }
    .xs\:pr-76\% {
        padding-right: 76%;
    }
    .xs\:pb-76\% {
        padding-bottom: 76%;
    }
    .xs\:pl-76\% {
        padding-left: 76%;
    }
    .xs\:pt-77\% {
        padding-top: 77%;
    }
    .xs\:pr-77\% {
        padding-right: 77%;
    }
    .xs\:pb-77\% {
        padding-bottom: 77%;
    }
    .xs\:pl-77\% {
        padding-left: 77%;
    }
    .xs\:pt-340p {
        padding-top: 340px;
    }
    .xs\:pr-340p {
        padding-right: 340px;
    }
    .xs\:pb-340p {
        padding-bottom: 340px;
    }
    .xs\:pl-340p {
        padding-left: 340px;
    }
    .xs\:pt-700p {
        padding-top: 700px;
    }
    .xs\:pr-700p {
        padding-right: 700px;
    }
    .xs\:pb-700p {
        padding-bottom: 700px;
    }
    .xs\:pl-700p {
        padding-left: 700px;
    }
    .xs\:pt-848p {
        padding-top: 848px;
    }
    .xs\:pr-848p {
        padding-right: 848px;
    }
    .xs\:pb-848p {
        padding-bottom: 848px;
    }
    .xs\:pl-848p {
        padding-left: 848px;
    }
    .xs\:pt-850p {
        padding-top: 850px;
    }
    .xs\:pr-850p {
        padding-right: 850px;
    }
    .xs\:pb-850p {
        padding-bottom: 850px;
    }
    .xs\:pl-850p {
        padding-left: 850px;
    }
    .xs\:pt-860p {
        padding-top: 860px;
    }
    .xs\:pr-860p {
        padding-right: 860px;
    }
    .xs\:pb-860p {
        padding-bottom: 860px;
    }
    .xs\:pl-860p {
        padding-left: 860px;
    }
    .xs\:pt-1425p {
        padding-top: 1425px;
    }
    .xs\:pr-1425p {
        padding-right: 1425px;
    }
    .xs\:pb-1425p {
        padding-bottom: 1425px;
    }
    .xs\:pl-1425p {
        padding-left: 1425px;
    }
    .xs\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .xs\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .xs\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .xs\:placeholder-current::placeholder {
        color: currentColor;
    }
    .xs\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .xs\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .xs\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .xs\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .xs\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .xs\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .xs\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .xs\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .xs\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .xs\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .xs\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .xs\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .xs\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .xs\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .xs\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .xs\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .xs\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .xs\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .xs\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .xs\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .xs\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .xs\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .xs\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .xs\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .xs\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .xs\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .xs\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .xs\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .xs\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .xs\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .xs\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .xs\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .xs\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .xs\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xs\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xs\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xs\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xs\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xs\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xs\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xs\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xs\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xs\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xs\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xs\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xs\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xs\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xs\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xs\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xs\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xs\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xs\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xs\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xs\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xs\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xs\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xs\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xs\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xs\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xs\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xs\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xs\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xs\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xs\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xs\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xs\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xs\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xs\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xs\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xs\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xs\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xs\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xs\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xs\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xs\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xs\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xs\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xs\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .xs\:pointer-events-none {
        pointer-events: none;
    }
    .xs\:pointer-events-auto {
        pointer-events: auto;
    }
    .xs\:static {
        position: static;
    }
    .xs\:fixed {
        position: fixed;
    }
    .xs\:absolute {
        position: absolute;
    }
    .xs\:relative {
        position: relative;
    }
    .xs\:sticky {
        position: sticky;
    }
    .xs\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xs\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .xs\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .xs\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .xs\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .xs\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .xs\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .xs\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .xs\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .xs\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .xs\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .xs\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .xs\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .xs\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .xs\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .xs\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .xs\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .xs\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .xs\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .xs\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .xs\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xs\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .xs\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xs\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .xs\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .xs\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .xs\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .xs\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .xs\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .xs\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .xs\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xs\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .xs\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .xs\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .xs\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .xs\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .xs\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .xs\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .xs\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xs\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .xs\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .xs\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .xs\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .xs\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .xs\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .xs\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .xs\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .xs\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .xs\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .xs\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .xs\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .xs\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .xs\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .xs\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .xs\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .xs\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .xs\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .xs\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .xs\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .xs\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .xs\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .xs\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .xs\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .xs\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .xs\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .xs\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .xs\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .xs\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .xs\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .xs\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .xs\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .xs\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .xs\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .xs\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .xs\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .xs\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .xs\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .xs\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .xs\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .xs\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .xs\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .xs\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .xs\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .xs\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .xs\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .xs\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .xs\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .xs\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .xs\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .xs\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .xs\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .xs\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .xs\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .xs\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .xs\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .xs\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .xs\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .xs\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .xs\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .xs\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .xs\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .xs\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .xs\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .xs\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .xs\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .xs\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .xs\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .xs\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .xs\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .xs\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .xs\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .xs\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .xs\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .xs\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .xs\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .xs\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .xs\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .xs\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .xs\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .xs\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .xs\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .xs\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .xs\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .xs\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .xs\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .xs\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .xs\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .xs\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .xs\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .xs\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .xs\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .xs\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .xs\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .xs\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .xs\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .xs\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .xs\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .xs\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .xs\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .xs\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .xs\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .xs\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .xs\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .xs\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .xs\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .xs\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .xs\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .xs\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .xs\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .xs\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .xs\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .xs\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .xs\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .xs\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .xs\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .xs\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .xs\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .xs\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .xs\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .xs\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .xs\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .xs\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .xs\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .xs\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .xs\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .xs\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .xs\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .xs\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .xs\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .xs\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .xs\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .xs\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .xs\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .xs\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .xs\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .xs\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .xs\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .xs\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .xs\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .xs\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .xs\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .xs\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .xs\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .xs\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .xs\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .xs\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .xs\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .xs\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .xs\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .xs\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .xs\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .xs\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .xs\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .xs\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .xs\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .xs\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .xs\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xs\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .xs\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xs\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .xs\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .xs\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .xs\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .xs\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .xs\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .xs\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .xs\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xs\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .xs\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .xs\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .xs\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .xs\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .xs\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .xs\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xs\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .xs\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .xs\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .xs\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .xs\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .xs\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .xs\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .xs\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .xs\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .xs\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .xs\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .xs\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .xs\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .xs\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .xs\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .xs\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .xs\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .xs\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .xs\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .xs\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .xs\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .xs\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .xs\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .xs\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .xs\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .xs\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .xs\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .xs\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .xs\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .xs\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .xs\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .xs\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .xs\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .xs\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .xs\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .xs\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .xs\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .xs\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .xs\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .xs\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .xs\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .xs\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .xs\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .xs\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .xs\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .xs\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .xs\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .xs\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .xs\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .xs\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .xs\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .xs\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .xs\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .xs\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .xs\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .xs\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .xs\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .xs\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .xs\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .xs\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .xs\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .xs\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .xs\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .xs\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .xs\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .xs\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .xs\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .xs\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .xs\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .xs\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .xs\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .xs\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .xs\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .xs\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .xs\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .xs\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .xs\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .xs\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .xs\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .xs\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .xs\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .xs\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .xs\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .xs\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .xs\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .xs\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .xs\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .xs\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .xs\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .xs\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .xs\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .xs\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .xs\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .xs\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .xs\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .xs\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .xs\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .xs\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .xs\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .xs\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .xs\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .xs\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .xs\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .xs\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .xs\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .xs\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .xs\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .xs\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .xs\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .xs\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .xs\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .xs\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .xs\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .xs\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .xs\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .xs\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .xs\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .xs\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .xs\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .xs\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .xs\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .xs\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .xs\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .xs\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .xs\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .xs\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .xs\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .xs\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .xs\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .xs\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .xs\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .xs\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .xs\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .xs\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .xs\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .xs\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .xs\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .xs\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xs\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .xs\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .xs\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .xs\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .xs\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .xs\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .xs\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xs\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .xs\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .xs\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .xs\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .xs\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .xs\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .xs\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xs\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .xs\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .xs\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .xs\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .xs\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .xs\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .xs\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .xs\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .xs\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .xs\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .xs\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .xs\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .xs\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .xs\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .xs\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .xs\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .xs\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .xs\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .xs\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .xs\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .xs\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .xs\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .xs\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .xs\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .xs\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .xs\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .xs\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .xs\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .xs\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .xs\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .xs\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .xs\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .xs\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .xs\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .xs\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .xs\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .xs\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .xs\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .xs\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .xs\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .xs\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .xs\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .xs\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .xs\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .xs\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .xs\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .xs\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .xs\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .xs\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .xs\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .xs\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .xs\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .xs\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .xs\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .xs\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .xs\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .xs\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .xs\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .xs\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .xs\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .xs\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .xs\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .xs\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .xs\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .xs\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .xs\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .xs\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .xs\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .xs\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .xs\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .xs\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .xs\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .xs\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .xs\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .xs\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .xs\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .xs\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .xs\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .xs\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .xs\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .xs\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .xs\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .xs\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .xs\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .xs\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .xs\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .xs\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .xs\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .xs\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .xs\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .xs\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .xs\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .xs\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .xs\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .xs\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .xs\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .xs\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .xs\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .xs\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .xs\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .xs\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .xs\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .xs\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .xs\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .xs\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .xs\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .xs\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .xs\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .xs\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .xs\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .xs\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .xs\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .xs\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .xs\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .xs\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .xs\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .xs\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .xs\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .xs\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .xs\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .xs\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .xs\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .xs\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .xs\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .xs\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .xs\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .xs\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .xs\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .xs\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .xs\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .xs\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .xs\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .xs\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .xs\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .xs\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .xs\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .xs\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .xs\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .xs\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .xs\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .xs\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .xs\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .xs\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .xs\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .xs\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .xs\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .xs\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .xs\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .xs\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .xs\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .xs\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .xs\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .xs\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .xs\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .xs\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .xs\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .xs\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .xs\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .xs\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .xs\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .xs\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .xs\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .xs\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .xs\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .xs\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .xs\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .xs\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .xs\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .xs\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .xs\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .xs\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .xs\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .xs\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .xs\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .xs\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .xs\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .xs\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .xs\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .xs\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .xs\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .xs\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .xs\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .xs\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .xs\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .xs\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .xs\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .xs\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .xs\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .xs\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .xs\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .xs\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .xs\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .xs\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .xs\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .xs\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .xs\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .xs\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .xs\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .xs\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .xs\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .xs\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .xs\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .xs\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .xs\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .xs\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .xs\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .xs\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .xs\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .xs\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .xs\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .xs\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .xs\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .xs\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .xs\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .xs\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .xs\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .xs\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .xs\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .xs\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .xs\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .xs\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .xs\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .xs\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .xs\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .xs\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .xs\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .xs\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .xs\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .xs\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .xs\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .xs\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .xs\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .xs\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .xs\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .xs\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .xs\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .xs\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .xs\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .xs\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .xs\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .xs\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .xs\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .xs\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .xs\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .xs\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .xs\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .xs\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .xs\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .xs\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .xs\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .xs\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .xs\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .xs\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .xs\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .xs\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .xs\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .xs\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .xs\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .xs\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .xs\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .xs\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .xs\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .xs\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .xs\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .xs\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .xs\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .xs\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .xs\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .xs\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .xs\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .xs\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .xs\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .xs\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .xs\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .xs\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .xs\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .xs\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .xs\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .xs\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .xs\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .xs\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .xs\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .xs\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .xs\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .xs\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .xs\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .xs\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .xs\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .xs\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .xs\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .xs\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .xs\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .xs\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .xs\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .xs\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .xs\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .xs\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .xs\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .xs\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .xs\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .xs\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .xs\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .xs\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .xs\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .xs\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .xs\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .xs\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .xs\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .xs\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .xs\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .xs\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .xs\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .xs\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .xs\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .xs\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .xs\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .xs\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .xs\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .xs\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .xs\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .xs\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .xs\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .xs\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .xs\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .xs\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .xs\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .xs\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .xs\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .xs\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .xs\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .xs\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .xs\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .xs\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .xs\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .xs\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .xs\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .xs\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .xs\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .xs\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .xs\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .xs\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .xs\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .xs\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .xs\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .xs\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .xs\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .xs\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .xs\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .xs\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .xs\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .xs\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .xs\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .xs\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .xs\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .xs\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .xs\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .xs\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .xs\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .xs\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .xs\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .xs\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .xs\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xs\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .xs\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xs\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .xs\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .xs\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .xs\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .xs\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .xs\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .xs\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .xs\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .xs\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .xs\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .xs\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .xs\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .xs\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .xs\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .xs\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .xs\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .xs\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .xs\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .xs\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .xs\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .xs\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .xs\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .xs\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .xs\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .xs\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .xs\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .xs\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .xs\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .xs\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .xs\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .xs\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .xs\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .xs\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .xs\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .xs\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .xs\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .xs\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .xs\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .xs\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .xs\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .xs\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .xs\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .xs\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .xs\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .xs\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .xs\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .xs\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .xs\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .xs\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .xs\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .xs\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .xs\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .xs\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .xs\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .xs\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .xs\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .xs\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .xs\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .xs\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .xs\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .xs\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .xs\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .xs\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .xs\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .xs\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .xs\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .xs\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .xs\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .xs\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .xs\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .xs\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .xs\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .xs\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .xs\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .xs\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .xs\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .xs\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .xs\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .xs\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .xs\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .xs\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .xs\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .xs\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .xs\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .xs\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .xs\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .xs\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .xs\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .xs\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .xs\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .xs\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .xs\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .xs\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .xs\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .xs\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .xs\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .xs\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .xs\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .xs\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .xs\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .xs\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .xs\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .xs\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .xs\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .xs\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .xs\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .xs\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .xs\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .xs\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .xs\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .xs\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .xs\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .xs\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .xs\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .xs\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .xs\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .xs\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .xs\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .xs\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .xs\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .xs\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .xs\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .xs\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .xs\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .xs\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .xs\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .xs\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .xs\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .xs\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .xs\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .xs\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .xs\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .xs\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .xs\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .xs\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .xs\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .xs\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .xs\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .xs\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .xs\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .xs\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .xs\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .xs\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .xs\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .xs\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .xs\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .xs\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .xs\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .xs\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .xs\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .xs\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .xs\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .xs\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .xs\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .xs\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .xs\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .xs\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .xs\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .xs\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .xs\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .xs\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .xs\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .xs\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .xs\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .xs\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .xs\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .xs\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .xs\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .xs\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .xs\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .xs\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .xs\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .xs\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .xs\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .xs\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .xs\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .xs\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .xs\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .xs\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .xs\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .xs\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .xs\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .xs\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .xs\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .xs\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .xs\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .xs\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .xs\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .xs\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .xs\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .xs\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .xs\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .xs\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .xs\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .xs\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .xs\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .xs\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .xs\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .xs\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .xs\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .xs\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .xs\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .xs\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .xs\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .xs\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .xs\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .xs\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .xs\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .xs\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .xs\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .xs\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .xs\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .xs\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .xs\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .xs\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .xs\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .xs\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .xs\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .xs\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .xs\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .xs\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .xs\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .xs\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .xs\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .xs\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .xs\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .xs\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .xs\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .xs\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .xs\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .xs\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .xs\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .xs\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .xs\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .xs\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .xs\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .xs\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .xs\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .xs\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .xs\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .xs\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .xs\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .xs\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .xs\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .xs\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .xs\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .xs\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .xs\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .xs\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .xs\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .xs\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .xs\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .xs\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .xs\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .xs\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .xs\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .xs\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .xs\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .xs\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .xs\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .xs\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .xs\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .xs\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .xs\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .xs\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .xs\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .xs\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .xs\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .xs\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .xs\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .xs\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .xs\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .xs\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .xs\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .xs\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .xs\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .xs\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .xs\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .xs\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .xs\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .xs\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .xs\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .xs\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .xs\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .xs\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .xs\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .xs\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .xs\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .xs\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .xs\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .xs\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .xs\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .xs\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .xs\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .xs\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .xs\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .xs\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .xs\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .xs\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .xs\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .xs\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .xs\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .xs\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .xs\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .xs\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .xs\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .xs\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .xs\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .xs\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .xs\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .xs\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .xs\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .xs\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .xs\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .xs\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .xs\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .xs\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .xs\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .xs\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .xs\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .xs\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .xs\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .xs\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .xs\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .xs\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .xs\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .xs\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .xs\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .xs\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .xs\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .xs\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .xs\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .xs\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .xs\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .xs\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .xs\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .xs\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .xs\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .xs\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .xs\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .xs\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .xs\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .xs\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .xs\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .xs\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .xs\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .xs\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .xs\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .xs\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .xs\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .xs\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .xs\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .xs\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .xs\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .xs\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .xs\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .xs\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .xs\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .xs\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .xs\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .xs\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .xs\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .xs\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .xs\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .xs\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .xs\:top-0 {
        top: 0;
    }
    .xs\:right-0 {
        right: 0;
    }
    .xs\:bottom-0 {
        bottom: 0;
    }
    .xs\:left-0 {
        left: 0;
    }
    .xs\:top-1 {
        top: 0.25rem;
    }
    .xs\:right-1 {
        right: 0.25rem;
    }
    .xs\:bottom-1 {
        bottom: 0.25rem;
    }
    .xs\:left-1 {
        left: 0.25rem;
    }
    .xs\:top-2 {
        top: 0.5rem;
    }
    .xs\:right-2 {
        right: 0.5rem;
    }
    .xs\:bottom-2 {
        bottom: 0.5rem;
    }
    .xs\:left-2 {
        left: 0.5rem;
    }
    .xs\:top-3 {
        top: 0.75rem;
    }
    .xs\:right-3 {
        right: 0.75rem;
    }
    .xs\:bottom-3 {
        bottom: 0.75rem;
    }
    .xs\:left-3 {
        left: 0.75rem;
    }
    .xs\:top-4 {
        top: 1rem;
    }
    .xs\:right-4 {
        right: 1rem;
    }
    .xs\:bottom-4 {
        bottom: 1rem;
    }
    .xs\:left-4 {
        left: 1rem;
    }
    .xs\:top-5 {
        top: 1.25rem;
    }
    .xs\:right-5 {
        right: 1.25rem;
    }
    .xs\:bottom-5 {
        bottom: 1.25rem;
    }
    .xs\:left-5 {
        left: 1.25rem;
    }
    .xs\:top-6 {
        top: 1.5rem;
    }
    .xs\:right-6 {
        right: 1.5rem;
    }
    .xs\:bottom-6 {
        bottom: 1.5rem;
    }
    .xs\:left-6 {
        left: 1.5rem;
    }
    .xs\:top-7 {
        top: 1.75rem;
    }
    .xs\:right-7 {
        right: 1.75rem;
    }
    .xs\:bottom-7 {
        bottom: 1.75rem;
    }
    .xs\:left-7 {
        left: 1.75rem;
    }
    .xs\:top-8 {
        top: 2rem;
    }
    .xs\:right-8 {
        right: 2rem;
    }
    .xs\:bottom-8 {
        bottom: 2rem;
    }
    .xs\:left-8 {
        left: 2rem;
    }
    .xs\:top-9 {
        top: 2.25rem;
    }
    .xs\:right-9 {
        right: 2.25rem;
    }
    .xs\:bottom-9 {
        bottom: 2.25rem;
    }
    .xs\:left-9 {
        left: 2.25rem;
    }
    .xs\:top-10 {
        top: 2.5rem;
    }
    .xs\:right-10 {
        right: 2.5rem;
    }
    .xs\:bottom-10 {
        bottom: 2.5rem;
    }
    .xs\:left-10 {
        left: 2.5rem;
    }
    .xs\:top-11 {
        top: 2.75rem;
    }
    .xs\:right-11 {
        right: 2.75rem;
    }
    .xs\:bottom-11 {
        bottom: 2.75rem;
    }
    .xs\:left-11 {
        left: 2.75rem;
    }
    .xs\:top-12 {
        top: 3rem;
    }
    .xs\:right-12 {
        right: 3rem;
    }
    .xs\:bottom-12 {
        bottom: 3rem;
    }
    .xs\:left-12 {
        left: 3rem;
    }
    .xs\:top-14 {
        top: 3.5rem;
    }
    .xs\:right-14 {
        right: 3.5rem;
    }
    .xs\:bottom-14 {
        bottom: 3.5rem;
    }
    .xs\:left-14 {
        left: 3.5rem;
    }
    .xs\:top-16 {
        top: 4rem;
    }
    .xs\:right-16 {
        right: 4rem;
    }
    .xs\:bottom-16 {
        bottom: 4rem;
    }
    .xs\:left-16 {
        left: 4rem;
    }
    .xs\:top-20 {
        top: 5rem;
    }
    .xs\:right-20 {
        right: 5rem;
    }
    .xs\:bottom-20 {
        bottom: 5rem;
    }
    .xs\:left-20 {
        left: 5rem;
    }
    .xs\:top-23 {
        top: 88px;
    }
    .xs\:right-23 {
        right: 88px;
    }
    .xs\:bottom-23 {
        bottom: 88px;
    }
    .xs\:left-23 {
        left: 88px;
    }
    .xs\:top-24 {
        top: 6rem;
    }
    .xs\:right-24 {
        right: 6rem;
    }
    .xs\:bottom-24 {
        bottom: 6rem;
    }
    .xs\:left-24 {
        left: 6rem;
    }
    .xs\:top-25 {
        top: 100px;
    }
    .xs\:right-25 {
        right: 100px;
    }
    .xs\:bottom-25 {
        bottom: 100px;
    }
    .xs\:left-25 {
        left: 100px;
    }
    .xs\:top-28 {
        top: 7rem;
    }
    .xs\:right-28 {
        right: 7rem;
    }
    .xs\:bottom-28 {
        bottom: 7rem;
    }
    .xs\:left-28 {
        left: 7rem;
    }
    .xs\:top-29 {
        top: 120px;
    }
    .xs\:right-29 {
        right: 120px;
    }
    .xs\:bottom-29 {
        bottom: 120px;
    }
    .xs\:left-29 {
        left: 120px;
    }
    .xs\:top-32 {
        top: 8rem;
    }
    .xs\:right-32 {
        right: 8rem;
    }
    .xs\:bottom-32 {
        bottom: 8rem;
    }
    .xs\:left-32 {
        left: 8rem;
    }
    .xs\:top-33 {
        top: 130px;
    }
    .xs\:right-33 {
        right: 130px;
    }
    .xs\:bottom-33 {
        bottom: 130px;
    }
    .xs\:left-33 {
        left: 130px;
    }
    .xs\:top-36 {
        top: 9rem;
    }
    .xs\:right-36 {
        right: 9rem;
    }
    .xs\:bottom-36 {
        bottom: 9rem;
    }
    .xs\:left-36 {
        left: 9rem;
    }
    .xs\:top-40 {
        top: 10rem;
    }
    .xs\:right-40 {
        right: 10rem;
    }
    .xs\:bottom-40 {
        bottom: 10rem;
    }
    .xs\:left-40 {
        left: 10rem;
    }
    .xs\:top-44 {
        top: 11rem;
    }
    .xs\:right-44 {
        right: 11rem;
    }
    .xs\:bottom-44 {
        bottom: 11rem;
    }
    .xs\:left-44 {
        left: 11rem;
    }
    .xs\:top-48 {
        top: 12rem;
    }
    .xs\:right-48 {
        right: 12rem;
    }
    .xs\:bottom-48 {
        bottom: 12rem;
    }
    .xs\:left-48 {
        left: 12rem;
    }
    .xs\:top-52 {
        top: 13rem;
    }
    .xs\:right-52 {
        right: 13rem;
    }
    .xs\:bottom-52 {
        bottom: 13rem;
    }
    .xs\:left-52 {
        left: 13rem;
    }
    .xs\:top-56 {
        top: 14rem;
    }
    .xs\:right-56 {
        right: 14rem;
    }
    .xs\:bottom-56 {
        bottom: 14rem;
    }
    .xs\:left-56 {
        left: 14rem;
    }
    .xs\:top-60 {
        top: 15rem;
    }
    .xs\:right-60 {
        right: 15rem;
    }
    .xs\:bottom-60 {
        bottom: 15rem;
    }
    .xs\:left-60 {
        left: 15rem;
    }
    .xs\:top-63 {
        top: 270px;
    }
    .xs\:right-63 {
        right: 270px;
    }
    .xs\:bottom-63 {
        bottom: 270px;
    }
    .xs\:left-63 {
        left: 270px;
    }
    .xs\:top-64 {
        top: 16rem;
    }
    .xs\:right-64 {
        right: 16rem;
    }
    .xs\:bottom-64 {
        bottom: 16rem;
    }
    .xs\:left-64 {
        left: 16rem;
    }
    .xs\:top-72 {
        top: 18rem;
    }
    .xs\:right-72 {
        right: 18rem;
    }
    .xs\:bottom-72 {
        bottom: 18rem;
    }
    .xs\:left-72 {
        left: 18rem;
    }
    .xs\:top-80 {
        top: 20rem;
    }
    .xs\:right-80 {
        right: 20rem;
    }
    .xs\:bottom-80 {
        bottom: 20rem;
    }
    .xs\:left-80 {
        left: 20rem;
    }
    .xs\:top-92 {
        top: 475px;
    }
    .xs\:right-92 {
        right: 475px;
    }
    .xs\:bottom-92 {
        bottom: 475px;
    }
    .xs\:left-92 {
        left: 475px;
    }
    .xs\:top-96 {
        top: 24rem;
    }
    .xs\:right-96 {
        right: 24rem;
    }
    .xs\:bottom-96 {
        bottom: 24rem;
    }
    .xs\:left-96 {
        left: 24rem;
    }
    .xs\:top-128 {
        top: 32rem;
    }
    .xs\:right-128 {
        right: 32rem;
    }
    .xs\:bottom-128 {
        bottom: 32rem;
    }
    .xs\:left-128 {
        left: 32rem;
    }
    .xs\:top-auto {
        top: auto;
    }
    .xs\:right-auto {
        right: auto;
    }
    .xs\:bottom-auto {
        bottom: auto;
    }
    .xs\:left-auto {
        left: auto;
    }
    .xs\:top-px {
        top: 1px;
    }
    .xs\:right-px {
        right: 1px;
    }
    .xs\:bottom-px {
        bottom: 1px;
    }
    .xs\:left-px {
        left: 1px;
    }
    .xs\:top-0\.5 {
        top: 0.125rem;
    }
    .xs\:right-0\.5 {
        right: 0.125rem;
    }
    .xs\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .xs\:left-0\.5 {
        left: 0.125rem;
    }
    .xs\:top-1\.5 {
        top: 0.375rem;
    }
    .xs\:right-1\.5 {
        right: 0.375rem;
    }
    .xs\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .xs\:left-1\.5 {
        left: 0.375rem;
    }
    .xs\:top-2\.5 {
        top: 0.625rem;
    }
    .xs\:right-2\.5 {
        right: 0.625rem;
    }
    .xs\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .xs\:left-2\.5 {
        left: 0.625rem;
    }
    .xs\:top-3\.5 {
        top: 0.875rem;
    }
    .xs\:right-3\.5 {
        right: 0.875rem;
    }
    .xs\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .xs\:left-3\.5 {
        left: 0.875rem;
    }
    .xs\:top-105p {
        top: 105px;
    }
    .xs\:right-105p {
        right: 105px;
    }
    .xs\:bottom-105p {
        bottom: 105px;
    }
    .xs\:left-105p {
        left: 105px;
    }
    .xs\:top-50p {
        top: 50px;
    }
    .xs\:right-50p {
        right: 50px;
    }
    .xs\:bottom-50p {
        bottom: 50px;
    }
    .xs\:left-50p {
        left: 50px;
    }
    .xs\:top-54p {
        top: 54px;
    }
    .xs\:right-54p {
        right: 54px;
    }
    .xs\:bottom-54p {
        bottom: 54px;
    }
    .xs\:left-54p {
        left: 54px;
    }
    .xs\:top-1p {
        top: 1px;
    }
    .xs\:right-1p {
        right: 1px;
    }
    .xs\:bottom-1p {
        bottom: 1px;
    }
    .xs\:left-1p {
        left: 1px;
    }
    .xs\:top-2p {
        top: 2px;
    }
    .xs\:right-2p {
        right: 2px;
    }
    .xs\:bottom-2p {
        bottom: 2px;
    }
    .xs\:left-2p {
        left: 2px;
    }
    .xs\:top-3p {
        top: 3px;
    }
    .xs\:right-3p {
        right: 3px;
    }
    .xs\:bottom-3p {
        bottom: 3px;
    }
    .xs\:left-3p {
        left: 3px;
    }
    .xs\:top-5p {
        top: 5px;
    }
    .xs\:right-5p {
        right: 5px;
    }
    .xs\:bottom-5p {
        bottom: 5px;
    }
    .xs\:left-5p {
        left: 5px;
    }
    .xs\:top-7p {
        top: 7px;
    }
    .xs\:right-7p {
        right: 7px;
    }
    .xs\:bottom-7p {
        bottom: 7px;
    }
    .xs\:left-7p {
        left: 7px;
    }
    .xs\:top-9p {
        top: 9px;
    }
    .xs\:right-9p {
        right: 9px;
    }
    .xs\:bottom-9p {
        bottom: 9px;
    }
    .xs\:left-9p {
        left: 9px;
    }
    .xs\:top-10p {
        top: 10px;
    }
    .xs\:right-10p {
        right: 10px;
    }
    .xs\:bottom-10p {
        bottom: 10px;
    }
    .xs\:left-10p {
        left: 10px;
    }
    .xs\:top-11p {
        top: 11px;
    }
    .xs\:right-11p {
        right: 11px;
    }
    .xs\:bottom-11p {
        bottom: 11px;
    }
    .xs\:left-11p {
        left: 11px;
    }
    .xs\:top-13p {
        top: 13px;
    }
    .xs\:right-13p {
        right: 13px;
    }
    .xs\:bottom-13p {
        bottom: 13px;
    }
    .xs\:left-13p {
        left: 13px;
    }
    .xs\:top-15p {
        top: 15px;
    }
    .xs\:right-15p {
        right: 15px;
    }
    .xs\:bottom-15p {
        bottom: 15px;
    }
    .xs\:left-15p {
        left: 15px;
    }
    .xs\:top-18p {
        top: 18px;
    }
    .xs\:right-18p {
        right: 18px;
    }
    .xs\:bottom-18p {
        bottom: 18px;
    }
    .xs\:left-18p {
        left: 18px;
    }
    .xs\:top-19p {
        top: 19px;
    }
    .xs\:right-19p {
        right: 19px;
    }
    .xs\:bottom-19p {
        bottom: 19px;
    }
    .xs\:left-19p {
        left: 19px;
    }
    .xs\:top-21p {
        top: 21px;
    }
    .xs\:right-21p {
        right: 21px;
    }
    .xs\:bottom-21p {
        bottom: 21px;
    }
    .xs\:left-21p {
        left: 21px;
    }
    .xs\:top-22p {
        top: 22px;
    }
    .xs\:right-22p {
        right: 22px;
    }
    .xs\:bottom-22p {
        bottom: 22px;
    }
    .xs\:left-22p {
        left: 22px;
    }
    .xs\:top-23p {
        top: 23px;
    }
    .xs\:right-23p {
        right: 23px;
    }
    .xs\:bottom-23p {
        bottom: 23px;
    }
    .xs\:left-23p {
        left: 23px;
    }
    .xs\:top-25p {
        top: 25px;
    }
    .xs\:right-25p {
        right: 25px;
    }
    .xs\:bottom-25p {
        bottom: 25px;
    }
    .xs\:left-25p {
        left: 25px;
    }
    .xs\:top-26p {
        top: 26px;
    }
    .xs\:right-26p {
        right: 26px;
    }
    .xs\:bottom-26p {
        bottom: 26px;
    }
    .xs\:left-26p {
        left: 26px;
    }
    .xs\:top-29p {
        top: 29px;
    }
    .xs\:right-29p {
        right: 29px;
    }
    .xs\:bottom-29p {
        bottom: 29px;
    }
    .xs\:left-29p {
        left: 29px;
    }
    .xs\:top-30p {
        top: 30px;
    }
    .xs\:right-30p {
        right: 30px;
    }
    .xs\:bottom-30p {
        bottom: 30px;
    }
    .xs\:left-30p {
        left: 30px;
    }
    .xs\:top-31p {
        top: 31px;
    }
    .xs\:right-31p {
        right: 31px;
    }
    .xs\:bottom-31p {
        bottom: 31px;
    }
    .xs\:left-31p {
        left: 31px;
    }
    .xs\:top-35p {
        top: 35px;
    }
    .xs\:right-35p {
        right: 35px;
    }
    .xs\:bottom-35p {
        bottom: 35px;
    }
    .xs\:left-35p {
        left: 35px;
    }
    .xs\:top-52p {
        top: 52px;
    }
    .xs\:right-52p {
        right: 52px;
    }
    .xs\:bottom-52p {
        bottom: 52px;
    }
    .xs\:left-52p {
        left: 52px;
    }
    .xs\:top-53p {
        top: 53px;
    }
    .xs\:right-53p {
        right: 53px;
    }
    .xs\:bottom-53p {
        bottom: 53px;
    }
    .xs\:left-53p {
        left: 53px;
    }
    .xs\:top-55p {
        top: 55px;
    }
    .xs\:right-55p {
        right: 55px;
    }
    .xs\:bottom-55p {
        bottom: 55px;
    }
    .xs\:left-55p {
        left: 55px;
    }
    .xs\:top-59p {
        top: 59px;
    }
    .xs\:right-59p {
        right: 59px;
    }
    .xs\:bottom-59p {
        bottom: 59px;
    }
    .xs\:left-59p {
        left: 59px;
    }
    .xs\:top-27p {
        top: 27px;
    }
    .xs\:right-27p {
        right: 27px;
    }
    .xs\:bottom-27p {
        bottom: 27px;
    }
    .xs\:left-27p {
        left: 27px;
    }
    .xs\:top-33\.5p {
        top: 33.5px;
    }
    .xs\:right-33\.5p {
        right: 33.5px;
    }
    .xs\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .xs\:left-33\.5p {
        left: 33.5px;
    }
    .xs\:top-38p {
        top: 38px;
    }
    .xs\:right-38p {
        right: 38px;
    }
    .xs\:bottom-38p {
        bottom: 38px;
    }
    .xs\:left-38p {
        left: 38px;
    }
    .xs\:top-40p {
        top: 40px;
    }
    .xs\:right-40p {
        right: 40px;
    }
    .xs\:bottom-40p {
        bottom: 40px;
    }
    .xs\:left-40p {
        left: 40px;
    }
    .xs\:top-46p {
        top: 46px;
    }
    .xs\:right-46p {
        right: 46px;
    }
    .xs\:bottom-46p {
        bottom: 46px;
    }
    .xs\:left-46p {
        left: 46px;
    }
    .xs\:top-47p {
        top: 47px;
    }
    .xs\:right-47p {
        right: 47px;
    }
    .xs\:bottom-47p {
        bottom: 47px;
    }
    .xs\:left-47p {
        left: 47px;
    }
    .xs\:top-49p {
        top: 49px;
    }
    .xs\:right-49p {
        right: 49px;
    }
    .xs\:bottom-49p {
        bottom: 49px;
    }
    .xs\:left-49p {
        left: 49px;
    }
    .xs\:top-58p {
        top: 58px;
    }
    .xs\:right-58p {
        right: 58px;
    }
    .xs\:bottom-58p {
        bottom: 58px;
    }
    .xs\:left-58p {
        left: 58px;
    }
    .xs\:top-75p {
        top: 75px;
    }
    .xs\:right-75p {
        right: 75px;
    }
    .xs\:bottom-75p {
        bottom: 75px;
    }
    .xs\:left-75p {
        left: 75px;
    }
    .xs\:top-77p {
        top: 77px;
    }
    .xs\:right-77p {
        right: 77px;
    }
    .xs\:bottom-77p {
        bottom: 77px;
    }
    .xs\:left-77p {
        left: 77px;
    }
    .xs\:top-60p {
        top: 60px;
    }
    .xs\:right-60p {
        right: 60px;
    }
    .xs\:bottom-60p {
        bottom: 60px;
    }
    .xs\:left-60p {
        left: 60px;
    }
    .xs\:top-65p {
        top: 65px;
    }
    .xs\:right-65p {
        right: 65px;
    }
    .xs\:bottom-65p {
        bottom: 65px;
    }
    .xs\:left-65p {
        left: 65px;
    }
    .xs\:top-66p {
        top: 66px;
    }
    .xs\:right-66p {
        right: 66px;
    }
    .xs\:bottom-66p {
        bottom: 66px;
    }
    .xs\:left-66p {
        left: 66px;
    }
    .xs\:top-68p {
        top: 68px;
    }
    .xs\:right-68p {
        right: 68px;
    }
    .xs\:bottom-68p {
        bottom: 68px;
    }
    .xs\:left-68p {
        left: 68px;
    }
    .xs\:top-70p {
        top: 70px;
    }
    .xs\:right-70p {
        right: 70px;
    }
    .xs\:bottom-70p {
        bottom: 70px;
    }
    .xs\:left-70p {
        left: 70px;
    }
    .xs\:top-72p {
        top: 72px;
    }
    .xs\:right-72p {
        right: 72px;
    }
    .xs\:bottom-72p {
        bottom: 72px;
    }
    .xs\:left-72p {
        left: 72px;
    }
    .xs\:top-74p {
        top: 74px;
    }
    .xs\:right-74p {
        right: 74px;
    }
    .xs\:bottom-74p {
        bottom: 74px;
    }
    .xs\:left-74p {
        left: 74px;
    }
    .xs\:top-78p {
        top: 78px;
    }
    .xs\:right-78p {
        right: 78px;
    }
    .xs\:bottom-78p {
        bottom: 78px;
    }
    .xs\:left-78p {
        left: 78px;
    }
    .xs\:top-80p {
        top: 80px;
    }
    .xs\:right-80p {
        right: 80px;
    }
    .xs\:bottom-80p {
        bottom: 80px;
    }
    .xs\:left-80p {
        left: 80px;
    }
    .xs\:top-82p {
        top: 82px;
    }
    .xs\:right-82p {
        right: 82px;
    }
    .xs\:bottom-82p {
        bottom: 82px;
    }
    .xs\:left-82p {
        left: 82px;
    }
    .xs\:top-84p {
        top: 84px;
    }
    .xs\:right-84p {
        right: 84px;
    }
    .xs\:bottom-84p {
        bottom: 84px;
    }
    .xs\:left-84p {
        left: 84px;
    }
    .xs\:top-89p {
        top: 89px;
    }
    .xs\:right-89p {
        right: 89px;
    }
    .xs\:bottom-89p {
        bottom: 89px;
    }
    .xs\:left-89p {
        left: 89px;
    }
    .xs\:top-93p {
        top: 93px;
    }
    .xs\:right-93p {
        right: 93px;
    }
    .xs\:bottom-93p {
        bottom: 93px;
    }
    .xs\:left-93p {
        left: 93px;
    }
    .xs\:top-90p {
        top: 90px;
    }
    .xs\:right-90p {
        right: 90px;
    }
    .xs\:bottom-90p {
        bottom: 90px;
    }
    .xs\:left-90p {
        left: 90px;
    }
    .xs\:top-97p {
        top: 97px;
    }
    .xs\:right-97p {
        right: 97px;
    }
    .xs\:bottom-97p {
        bottom: 97px;
    }
    .xs\:left-97p {
        left: 97px;
    }
    .xs\:top-103p {
        top: 103px;
    }
    .xs\:right-103p {
        right: 103px;
    }
    .xs\:bottom-103p {
        bottom: 103px;
    }
    .xs\:left-103p {
        left: 103px;
    }
    .xs\:top-116p {
        top: 116px;
    }
    .xs\:right-116p {
        right: 116px;
    }
    .xs\:bottom-116p {
        bottom: 116px;
    }
    .xs\:left-116p {
        left: 116px;
    }
    .xs\:top-120p {
        top: 120px;
    }
    .xs\:right-120p {
        right: 120px;
    }
    .xs\:bottom-120p {
        bottom: 120px;
    }
    .xs\:left-120p {
        left: 120px;
    }
    .xs\:top-125p {
        top: 125px;
    }
    .xs\:right-125p {
        right: 125px;
    }
    .xs\:bottom-125p {
        bottom: 125px;
    }
    .xs\:left-125p {
        left: 125px;
    }
    .xs\:top-130p {
        top: 130px;
    }
    .xs\:right-130p {
        right: 130px;
    }
    .xs\:bottom-130p {
        bottom: 130px;
    }
    .xs\:left-130p {
        left: 130px;
    }
    .xs\:top-135p {
        top: 135px;
    }
    .xs\:right-135p {
        right: 135px;
    }
    .xs\:bottom-135p {
        bottom: 135px;
    }
    .xs\:left-135p {
        left: 135px;
    }
    .xs\:top-132p {
        top: 132px;
    }
    .xs\:right-132p {
        right: 132px;
    }
    .xs\:bottom-132p {
        bottom: 132px;
    }
    .xs\:left-132p {
        left: 132px;
    }
    .xs\:top-150p {
        top: 150px;
    }
    .xs\:right-150p {
        right: 150px;
    }
    .xs\:bottom-150p {
        bottom: 150px;
    }
    .xs\:left-150p {
        left: 150px;
    }
    .xs\:top-216p {
        top: 216px;
    }
    .xs\:right-216p {
        right: 216px;
    }
    .xs\:bottom-216p {
        bottom: 216px;
    }
    .xs\:left-216p {
        left: 216px;
    }
    .xs\:top-225p {
        top: 225px;
    }
    .xs\:right-225p {
        right: 225px;
    }
    .xs\:bottom-225p {
        bottom: 225px;
    }
    .xs\:left-225p {
        left: 225px;
    }
    .xs\:top-296p {
        top: 296px;
    }
    .xs\:right-296p {
        right: 296px;
    }
    .xs\:bottom-296p {
        bottom: 296px;
    }
    .xs\:left-296p {
        left: 296px;
    }
    .xs\:top-270p {
        top: 270px;
    }
    .xs\:right-270p {
        right: 270px;
    }
    .xs\:bottom-270p {
        bottom: 270px;
    }
    .xs\:left-270p {
        left: 270px;
    }
    .xs\:top-137p {
        top: 137px;
    }
    .xs\:right-137p {
        right: 137px;
    }
    .xs\:bottom-137p {
        bottom: 137px;
    }
    .xs\:left-137p {
        left: 137px;
    }
    .xs\:top-141p {
        top: 141px;
    }
    .xs\:right-141p {
        right: 141px;
    }
    .xs\:bottom-141p {
        bottom: 141px;
    }
    .xs\:left-141p {
        left: 141px;
    }
    .xs\:top-146p {
        top: 146px;
    }
    .xs\:right-146p {
        right: 146px;
    }
    .xs\:bottom-146p {
        bottom: 146px;
    }
    .xs\:left-146p {
        left: 146px;
    }
    .xs\:top-152p {
        top: 152px;
    }
    .xs\:right-152p {
        right: 152px;
    }
    .xs\:bottom-152p {
        bottom: 152px;
    }
    .xs\:left-152p {
        left: 152px;
    }
    .xs\:top-155p {
        top: 155px;
    }
    .xs\:right-155p {
        right: 155px;
    }
    .xs\:bottom-155p {
        bottom: 155px;
    }
    .xs\:left-155p {
        left: 155px;
    }
    .xs\:top-163p {
        top: 163px;
    }
    .xs\:right-163p {
        right: 163px;
    }
    .xs\:bottom-163p {
        bottom: 163px;
    }
    .xs\:left-163p {
        left: 163px;
    }
    .xs\:top-168p {
        top: 168px;
    }
    .xs\:right-168p {
        right: 168px;
    }
    .xs\:bottom-168p {
        bottom: 168px;
    }
    .xs\:left-168p {
        left: 168px;
    }
    .xs\:top-173p {
        top: 173px;
    }
    .xs\:right-173p {
        right: 173px;
    }
    .xs\:bottom-173p {
        bottom: 173px;
    }
    .xs\:left-173p {
        left: 173px;
    }
    .xs\:top-210p {
        top: 210px;
    }
    .xs\:right-210p {
        right: 210px;
    }
    .xs\:bottom-210p {
        bottom: 210px;
    }
    .xs\:left-210p {
        left: 210px;
    }
    .xs\:top-245p {
        top: 245px;
    }
    .xs\:right-245p {
        right: 245px;
    }
    .xs\:bottom-245p {
        bottom: 245px;
    }
    .xs\:left-245p {
        left: 245px;
    }
    .xs\:top-250p {
        top: 250px;
    }
    .xs\:right-250p {
        right: 250px;
    }
    .xs\:bottom-250p {
        bottom: 250px;
    }
    .xs\:left-250p {
        left: 250px;
    }
    .xs\:top-260p {
        top: 260px;
    }
    .xs\:right-260p {
        right: 260px;
    }
    .xs\:bottom-260p {
        bottom: 260px;
    }
    .xs\:left-260p {
        left: 260px;
    }
    .xs\:top-263p {
        top: 263px;
    }
    .xs\:right-263p {
        right: 263px;
    }
    .xs\:bottom-263p {
        bottom: 263px;
    }
    .xs\:left-263p {
        left: 263px;
    }
    .xs\:top-266p {
        top: 266px;
    }
    .xs\:right-266p {
        right: 266px;
    }
    .xs\:bottom-266p {
        bottom: 266px;
    }
    .xs\:left-266p {
        left: 266px;
    }
    .xs\:top-275p {
        top: 275px;
    }
    .xs\:right-275p {
        right: 275px;
    }
    .xs\:bottom-275p {
        bottom: 275px;
    }
    .xs\:left-275p {
        left: 275px;
    }
    .xs\:top-300p {
        top: 300px;
    }
    .xs\:right-300p {
        right: 300px;
    }
    .xs\:bottom-300p {
        bottom: 300px;
    }
    .xs\:left-300p {
        left: 300px;
    }
    .xs\:top-312p {
        top: 312px;
    }
    .xs\:right-312p {
        right: 312px;
    }
    .xs\:bottom-312p {
        bottom: 312px;
    }
    .xs\:left-312p {
        left: 312px;
    }
    .xs\:top-318p {
        top: 318px;
    }
    .xs\:right-318p {
        right: 318px;
    }
    .xs\:bottom-318p {
        bottom: 318px;
    }
    .xs\:left-318p {
        left: 318px;
    }
    .xs\:top-322p {
        top: 322px;
    }
    .xs\:right-322p {
        right: 322px;
    }
    .xs\:bottom-322p {
        bottom: 322px;
    }
    .xs\:left-322p {
        left: 322px;
    }
    .xs\:top-337p {
        top: 337px;
    }
    .xs\:right-337p {
        right: 337px;
    }
    .xs\:bottom-337p {
        bottom: 337px;
    }
    .xs\:left-337p {
        left: 337px;
    }
    .xs\:top-345p {
        top: 345px;
    }
    .xs\:right-345p {
        right: 345px;
    }
    .xs\:bottom-345p {
        bottom: 345px;
    }
    .xs\:left-345p {
        left: 345px;
    }
    .xs\:top-344p {
        top: 344px;
    }
    .xs\:right-344p {
        right: 344px;
    }
    .xs\:bottom-344p {
        bottom: 344px;
    }
    .xs\:left-344p {
        left: 344px;
    }
    .xs\:top-354p {
        top: 354px;
    }
    .xs\:right-354p {
        right: 354px;
    }
    .xs\:bottom-354p {
        bottom: 354px;
    }
    .xs\:left-354p {
        left: 354px;
    }
    .xs\:top-364p {
        top: 364px;
    }
    .xs\:right-364p {
        right: 364px;
    }
    .xs\:bottom-364p {
        bottom: 364px;
    }
    .xs\:left-364p {
        left: 364px;
    }
    .xs\:top-370p {
        top: 370px;
    }
    .xs\:right-370p {
        right: 370px;
    }
    .xs\:bottom-370p {
        bottom: 370px;
    }
    .xs\:left-370p {
        left: 370px;
    }
    .xs\:top-382p {
        top: 382px;
    }
    .xs\:right-382p {
        right: 382px;
    }
    .xs\:bottom-382p {
        bottom: 382px;
    }
    .xs\:left-382p {
        left: 382px;
    }
    .xs\:top-385p {
        top: 385px;
    }
    .xs\:right-385p {
        right: 385px;
    }
    .xs\:bottom-385p {
        bottom: 385px;
    }
    .xs\:left-385p {
        left: 385px;
    }
    .xs\:top-400p {
        top: 400px;
    }
    .xs\:right-400p {
        right: 400px;
    }
    .xs\:bottom-400p {
        bottom: 400px;
    }
    .xs\:left-400p {
        left: 400px;
    }
    .xs\:top-407p {
        top: 407px;
    }
    .xs\:right-407p {
        right: 407px;
    }
    .xs\:bottom-407p {
        bottom: 407px;
    }
    .xs\:left-407p {
        left: 407px;
    }
    .xs\:top-411p {
        top: 411px;
    }
    .xs\:right-411p {
        right: 411px;
    }
    .xs\:bottom-411p {
        bottom: 411px;
    }
    .xs\:left-411p {
        left: 411px;
    }
    .xs\:top-418p {
        top: 418px;
    }
    .xs\:right-418p {
        right: 418px;
    }
    .xs\:bottom-418p {
        bottom: 418px;
    }
    .xs\:left-418p {
        left: 418px;
    }
    .xs\:top-430p {
        top: 430px;
    }
    .xs\:right-430p {
        right: 430px;
    }
    .xs\:bottom-430p {
        bottom: 430px;
    }
    .xs\:left-430p {
        left: 430px;
    }
    .xs\:top-450p {
        top: 450px;
    }
    .xs\:right-450p {
        right: 450px;
    }
    .xs\:bottom-450p {
        bottom: 450px;
    }
    .xs\:left-450p {
        left: 450px;
    }
    .xs\:top-468p {
        top: 468px;
    }
    .xs\:right-468p {
        right: 468px;
    }
    .xs\:bottom-468p {
        bottom: 468px;
    }
    .xs\:left-468p {
        left: 468px;
    }
    .xs\:top-485p {
        top: 485px;
    }
    .xs\:right-485p {
        right: 485px;
    }
    .xs\:bottom-485p {
        bottom: 485px;
    }
    .xs\:left-485p {
        left: 485px;
    }
    .xs\:top-491p {
        top: 491px;
    }
    .xs\:right-491p {
        right: 491px;
    }
    .xs\:bottom-491p {
        bottom: 491px;
    }
    .xs\:left-491p {
        left: 491px;
    }
    .xs\:top-494p {
        top: 494px;
    }
    .xs\:right-494p {
        right: 494px;
    }
    .xs\:bottom-494p {
        bottom: 494px;
    }
    .xs\:left-494p {
        left: 494px;
    }
    .xs\:top-470p {
        top: 470px;
    }
    .xs\:right-470p {
        right: 470px;
    }
    .xs\:bottom-470p {
        bottom: 470px;
    }
    .xs\:left-470p {
        left: 470px;
    }
    .xs\:top-480p {
        top: 480px;
    }
    .xs\:right-480p {
        right: 480px;
    }
    .xs\:bottom-480p {
        bottom: 480px;
    }
    .xs\:left-480p {
        left: 480px;
    }
    .xs\:top-532p {
        top: 532px;
    }
    .xs\:right-532p {
        right: 532px;
    }
    .xs\:bottom-532p {
        bottom: 532px;
    }
    .xs\:left-532p {
        left: 532px;
    }
    .xs\:top-556p {
        top: 556px;
    }
    .xs\:right-556p {
        right: 556px;
    }
    .xs\:bottom-556p {
        bottom: 556px;
    }
    .xs\:left-556p {
        left: 556px;
    }
    .xs\:top-505p {
        top: 505px;
    }
    .xs\:right-505p {
        right: 505px;
    }
    .xs\:bottom-505p {
        bottom: 505px;
    }
    .xs\:left-505p {
        left: 505px;
    }
    .xs\:top-1179p {
        top: 1179px;
    }
    .xs\:right-1179p {
        right: 1179px;
    }
    .xs\:bottom-1179p {
        bottom: 1179px;
    }
    .xs\:left-1179p {
        left: 1179px;
    }
    .xs\:top-1253p {
        top: 1253px;
    }
    .xs\:right-1253p {
        right: 1253px;
    }
    .xs\:bottom-1253p {
        bottom: 1253px;
    }
    .xs\:left-1253p {
        left: 1253px;
    }
    .xs\:top-1575p {
        top: 1575px;
    }
    .xs\:right-1575p {
        right: 1575px;
    }
    .xs\:bottom-1575p {
        bottom: 1575px;
    }
    .xs\:left-1575p {
        left: 1575px;
    }
    .xs\:top-600p {
        top: 600px;
    }
    .xs\:right-600p {
        right: 600px;
    }
    .xs\:bottom-600p {
        bottom: 600px;
    }
    .xs\:left-600p {
        left: 600px;
    }
    .xs\:top-649p {
        top: 649px;
    }
    .xs\:right-649p {
        right: 649px;
    }
    .xs\:bottom-649p {
        bottom: 649px;
    }
    .xs\:left-649p {
        left: 649px;
    }
    .xs\:top-690p {
        top: 690px;
    }
    .xs\:right-690p {
        right: 690px;
    }
    .xs\:bottom-690p {
        bottom: 690px;
    }
    .xs\:left-690p {
        left: 690px;
    }
    .xs\:top-19\% {
        top: 19%;
    }
    .xs\:right-19\% {
        right: 19%;
    }
    .xs\:bottom-19\% {
        bottom: 19%;
    }
    .xs\:left-19\% {
        left: 19%;
    }
    .xs\:top-23\% {
        top: 23%;
    }
    .xs\:right-23\% {
        right: 23%;
    }
    .xs\:bottom-23\% {
        bottom: 23%;
    }
    .xs\:left-23\% {
        left: 23%;
    }
    .xs\:top-24\% {
        top: 24%;
    }
    .xs\:right-24\% {
        right: 24%;
    }
    .xs\:bottom-24\% {
        bottom: 24%;
    }
    .xs\:left-24\% {
        left: 24%;
    }
    .xs\:top-36\% {
        top: 36%;
    }
    .xs\:right-36\% {
        right: 36%;
    }
    .xs\:bottom-36\% {
        bottom: 36%;
    }
    .xs\:left-36\% {
        left: 36%;
    }
    .xs\:top-27\% {
        top: 27%;
    }
    .xs\:right-27\% {
        right: 27%;
    }
    .xs\:bottom-27\% {
        bottom: 27%;
    }
    .xs\:left-27\% {
        left: 27%;
    }
    .xs\:top-28\% {
        top: 28%;
    }
    .xs\:right-28\% {
        right: 28%;
    }
    .xs\:bottom-28\% {
        bottom: 28%;
    }
    .xs\:left-28\% {
        left: 28%;
    }
    .xs\:top-42\% {
        top: 42%;
    }
    .xs\:right-42\% {
        right: 42%;
    }
    .xs\:bottom-42\% {
        bottom: 42%;
    }
    .xs\:left-42\% {
        left: 42%;
    }
    .xs\:top-46\% {
        top: 46%;
    }
    .xs\:right-46\% {
        right: 46%;
    }
    .xs\:bottom-46\% {
        bottom: 46%;
    }
    .xs\:left-46\% {
        left: 46%;
    }
    .xs\:top-49\% {
        top: 49%;
    }
    .xs\:right-49\% {
        right: 49%;
    }
    .xs\:bottom-49\% {
        bottom: 49%;
    }
    .xs\:left-49\% {
        left: 49%;
    }
    .xs\:top-54\% {
        top: 54%;
    }
    .xs\:right-54\% {
        right: 54%;
    }
    .xs\:bottom-54\% {
        bottom: 54%;
    }
    .xs\:left-54\% {
        left: 54%;
    }
    .xs\:top-58\% {
        top: 58%;
    }
    .xs\:right-58\% {
        right: 58%;
    }
    .xs\:bottom-58\% {
        bottom: 58%;
    }
    .xs\:left-58\% {
        left: 58%;
    }
    .xs\:top-72\% {
        top: 72%;
    }
    .xs\:right-72\% {
        right: 72%;
    }
    .xs\:bottom-72\% {
        bottom: 72%;
    }
    .xs\:left-72\% {
        left: 72%;
    }
    .xs\:top-76\% {
        top: 76%;
    }
    .xs\:right-76\% {
        right: 76%;
    }
    .xs\:bottom-76\% {
        bottom: 76%;
    }
    .xs\:left-76\% {
        left: 76%;
    }
    .xs\:top-77\% {
        top: 77%;
    }
    .xs\:right-77\% {
        right: 77%;
    }
    .xs\:bottom-77\% {
        bottom: 77%;
    }
    .xs\:left-77\% {
        left: 77%;
    }
    .xs\:top-340p {
        top: 340px;
    }
    .xs\:right-340p {
        right: 340px;
    }
    .xs\:bottom-340p {
        bottom: 340px;
    }
    .xs\:left-340p {
        left: 340px;
    }
    .xs\:top-700p {
        top: 700px;
    }
    .xs\:right-700p {
        right: 700px;
    }
    .xs\:bottom-700p {
        bottom: 700px;
    }
    .xs\:left-700p {
        left: 700px;
    }
    .xs\:top-848p {
        top: 848px;
    }
    .xs\:right-848p {
        right: 848px;
    }
    .xs\:bottom-848p {
        bottom: 848px;
    }
    .xs\:left-848p {
        left: 848px;
    }
    .xs\:top-850p {
        top: 850px;
    }
    .xs\:right-850p {
        right: 850px;
    }
    .xs\:bottom-850p {
        bottom: 850px;
    }
    .xs\:left-850p {
        left: 850px;
    }
    .xs\:top-860p {
        top: 860px;
    }
    .xs\:right-860p {
        right: 860px;
    }
    .xs\:bottom-860p {
        bottom: 860px;
    }
    .xs\:left-860p {
        left: 860px;
    }
    .xs\:top-1425p {
        top: 1425px;
    }
    .xs\:right-1425p {
        right: 1425px;
    }
    .xs\:bottom-1425p {
        bottom: 1425px;
    }
    .xs\:left-1425p {
        left: 1425px;
    }
    .xs\:-top-0 {
        top: 0;
    }
    .xs\:-right-0 {
        right: 0;
    }
    .xs\:-bottom-0 {
        bottom: 0;
    }
    .xs\:-left-0 {
        left: 0;
    }
    .xs\:-top-1 {
        top: -0.25rem;
    }
    .xs\:-right-1 {
        right: -0.25rem;
    }
    .xs\:-bottom-1 {
        bottom: -0.25rem;
    }
    .xs\:-left-1 {
        left: -0.25rem;
    }
    .xs\:-top-2 {
        top: -0.5rem;
    }
    .xs\:-right-2 {
        right: -0.5rem;
    }
    .xs\:-bottom-2 {
        bottom: -0.5rem;
    }
    .xs\:-left-2 {
        left: -0.5rem;
    }
    .xs\:-top-3 {
        top: -0.75rem;
    }
    .xs\:-right-3 {
        right: -0.75rem;
    }
    .xs\:-bottom-3 {
        bottom: -0.75rem;
    }
    .xs\:-left-3 {
        left: -0.75rem;
    }
    .xs\:-top-4 {
        top: -1rem;
    }
    .xs\:-right-4 {
        right: -1rem;
    }
    .xs\:-bottom-4 {
        bottom: -1rem;
    }
    .xs\:-left-4 {
        left: -1rem;
    }
    .xs\:-top-5 {
        top: -1.25rem;
    }
    .xs\:-right-5 {
        right: -1.25rem;
    }
    .xs\:-bottom-5 {
        bottom: -1.25rem;
    }
    .xs\:-left-5 {
        left: -1.25rem;
    }
    .xs\:-top-6 {
        top: -1.5rem;
    }
    .xs\:-right-6 {
        right: -1.5rem;
    }
    .xs\:-bottom-6 {
        bottom: -1.5rem;
    }
    .xs\:-left-6 {
        left: -1.5rem;
    }
    .xs\:-top-7 {
        top: -1.75rem;
    }
    .xs\:-right-7 {
        right: -1.75rem;
    }
    .xs\:-bottom-7 {
        bottom: -1.75rem;
    }
    .xs\:-left-7 {
        left: -1.75rem;
    }
    .xs\:-top-8 {
        top: -2rem;
    }
    .xs\:-right-8 {
        right: -2rem;
    }
    .xs\:-bottom-8 {
        bottom: -2rem;
    }
    .xs\:-left-8 {
        left: -2rem;
    }
    .xs\:-top-9 {
        top: -2.25rem;
    }
    .xs\:-right-9 {
        right: -2.25rem;
    }
    .xs\:-bottom-9 {
        bottom: -2.25rem;
    }
    .xs\:-left-9 {
        left: -2.25rem;
    }
    .xs\:-top-10 {
        top: -2.5rem;
    }
    .xs\:-right-10 {
        right: -2.5rem;
    }
    .xs\:-bottom-10 {
        bottom: -2.5rem;
    }
    .xs\:-left-10 {
        left: -2.5rem;
    }
    .xs\:-top-11 {
        top: -2.75rem;
    }
    .xs\:-right-11 {
        right: -2.75rem;
    }
    .xs\:-bottom-11 {
        bottom: -2.75rem;
    }
    .xs\:-left-11 {
        left: -2.75rem;
    }
    .xs\:-top-12 {
        top: -3rem;
    }
    .xs\:-right-12 {
        right: -3rem;
    }
    .xs\:-bottom-12 {
        bottom: -3rem;
    }
    .xs\:-left-12 {
        left: -3rem;
    }
    .xs\:-top-14 {
        top: -3.5rem;
    }
    .xs\:-right-14 {
        right: -3.5rem;
    }
    .xs\:-bottom-14 {
        bottom: -3.5rem;
    }
    .xs\:-left-14 {
        left: -3.5rem;
    }
    .xs\:-top-16 {
        top: -4rem;
    }
    .xs\:-right-16 {
        right: -4rem;
    }
    .xs\:-bottom-16 {
        bottom: -4rem;
    }
    .xs\:-left-16 {
        left: -4rem;
    }
    .xs\:-top-20 {
        top: -5rem;
    }
    .xs\:-right-20 {
        right: -5rem;
    }
    .xs\:-bottom-20 {
        bottom: -5rem;
    }
    .xs\:-left-20 {
        left: -5rem;
    }
    .xs\:-top-23 {
        top: -88px;
    }
    .xs\:-right-23 {
        right: -88px;
    }
    .xs\:-bottom-23 {
        bottom: -88px;
    }
    .xs\:-left-23 {
        left: -88px;
    }
    .xs\:-top-24 {
        top: -6rem;
    }
    .xs\:-right-24 {
        right: -6rem;
    }
    .xs\:-bottom-24 {
        bottom: -6rem;
    }
    .xs\:-left-24 {
        left: -6rem;
    }
    .xs\:-top-25 {
        top: -100px;
    }
    .xs\:-right-25 {
        right: -100px;
    }
    .xs\:-bottom-25 {
        bottom: -100px;
    }
    .xs\:-left-25 {
        left: -100px;
    }
    .xs\:-top-28 {
        top: -7rem;
    }
    .xs\:-right-28 {
        right: -7rem;
    }
    .xs\:-bottom-28 {
        bottom: -7rem;
    }
    .xs\:-left-28 {
        left: -7rem;
    }
    .xs\:-top-29 {
        top: -120px;
    }
    .xs\:-right-29 {
        right: -120px;
    }
    .xs\:-bottom-29 {
        bottom: -120px;
    }
    .xs\:-left-29 {
        left: -120px;
    }
    .xs\:-top-32 {
        top: -8rem;
    }
    .xs\:-right-32 {
        right: -8rem;
    }
    .xs\:-bottom-32 {
        bottom: -8rem;
    }
    .xs\:-left-32 {
        left: -8rem;
    }
    .xs\:-top-33 {
        top: -130px;
    }
    .xs\:-right-33 {
        right: -130px;
    }
    .xs\:-bottom-33 {
        bottom: -130px;
    }
    .xs\:-left-33 {
        left: -130px;
    }
    .xs\:-top-36 {
        top: -9rem;
    }
    .xs\:-right-36 {
        right: -9rem;
    }
    .xs\:-bottom-36 {
        bottom: -9rem;
    }
    .xs\:-left-36 {
        left: -9rem;
    }
    .xs\:-top-40 {
        top: -10rem;
    }
    .xs\:-right-40 {
        right: -10rem;
    }
    .xs\:-bottom-40 {
        bottom: -10rem;
    }
    .xs\:-left-40 {
        left: -10rem;
    }
    .xs\:-top-44 {
        top: -11rem;
    }
    .xs\:-right-44 {
        right: -11rem;
    }
    .xs\:-bottom-44 {
        bottom: -11rem;
    }
    .xs\:-left-44 {
        left: -11rem;
    }
    .xs\:-top-48 {
        top: -12rem;
    }
    .xs\:-right-48 {
        right: -12rem;
    }
    .xs\:-bottom-48 {
        bottom: -12rem;
    }
    .xs\:-left-48 {
        left: -12rem;
    }
    .xs\:-top-52 {
        top: -13rem;
    }
    .xs\:-right-52 {
        right: -13rem;
    }
    .xs\:-bottom-52 {
        bottom: -13rem;
    }
    .xs\:-left-52 {
        left: -13rem;
    }
    .xs\:-top-56 {
        top: -14rem;
    }
    .xs\:-right-56 {
        right: -14rem;
    }
    .xs\:-bottom-56 {
        bottom: -14rem;
    }
    .xs\:-left-56 {
        left: -14rem;
    }
    .xs\:-top-60 {
        top: -15rem;
    }
    .xs\:-right-60 {
        right: -15rem;
    }
    .xs\:-bottom-60 {
        bottom: -15rem;
    }
    .xs\:-left-60 {
        left: -15rem;
    }
    .xs\:-top-63 {
        top: -270px;
    }
    .xs\:-right-63 {
        right: -270px;
    }
    .xs\:-bottom-63 {
        bottom: -270px;
    }
    .xs\:-left-63 {
        left: -270px;
    }
    .xs\:-top-64 {
        top: -16rem;
    }
    .xs\:-right-64 {
        right: -16rem;
    }
    .xs\:-bottom-64 {
        bottom: -16rem;
    }
    .xs\:-left-64 {
        left: -16rem;
    }
    .xs\:-top-72 {
        top: -18rem;
    }
    .xs\:-right-72 {
        right: -18rem;
    }
    .xs\:-bottom-72 {
        bottom: -18rem;
    }
    .xs\:-left-72 {
        left: -18rem;
    }
    .xs\:-top-80 {
        top: -20rem;
    }
    .xs\:-right-80 {
        right: -20rem;
    }
    .xs\:-bottom-80 {
        bottom: -20rem;
    }
    .xs\:-left-80 {
        left: -20rem;
    }
    .xs\:-top-92 {
        top: -475px;
    }
    .xs\:-right-92 {
        right: -475px;
    }
    .xs\:-bottom-92 {
        bottom: -475px;
    }
    .xs\:-left-92 {
        left: -475px;
    }
    .xs\:-top-96 {
        top: -24rem;
    }
    .xs\:-right-96 {
        right: -24rem;
    }
    .xs\:-bottom-96 {
        bottom: -24rem;
    }
    .xs\:-left-96 {
        left: -24rem;
    }
    .xs\:-top-128 {
        top: -32rem;
    }
    .xs\:-right-128 {
        right: -32rem;
    }
    .xs\:-bottom-128 {
        bottom: -32rem;
    }
    .xs\:-left-128 {
        left: -32rem;
    }
    .xs\:-top-px {
        top: -1px;
    }
    .xs\:-right-px {
        right: -1px;
    }
    .xs\:-bottom-px {
        bottom: -1px;
    }
    .xs\:-left-px {
        left: -1px;
    }
    .xs\:-top-0\.5 {
        top: -0.125rem;
    }
    .xs\:-right-0\.5 {
        right: -0.125rem;
    }
    .xs\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .xs\:-left-0\.5 {
        left: -0.125rem;
    }
    .xs\:-top-1\.5 {
        top: -0.375rem;
    }
    .xs\:-right-1\.5 {
        right: -0.375rem;
    }
    .xs\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .xs\:-left-1\.5 {
        left: -0.375rem;
    }
    .xs\:-top-2\.5 {
        top: -0.625rem;
    }
    .xs\:-right-2\.5 {
        right: -0.625rem;
    }
    .xs\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .xs\:-left-2\.5 {
        left: -0.625rem;
    }
    .xs\:-top-3\.5 {
        top: -0.875rem;
    }
    .xs\:-right-3\.5 {
        right: -0.875rem;
    }
    .xs\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .xs\:-left-3\.5 {
        left: -0.875rem;
    }
    .xs\:-top-105p {
        top: -105px;
    }
    .xs\:-right-105p {
        right: -105px;
    }
    .xs\:-bottom-105p {
        bottom: -105px;
    }
    .xs\:-left-105p {
        left: -105px;
    }
    .xs\:-top-50p {
        top: -50px;
    }
    .xs\:-right-50p {
        right: -50px;
    }
    .xs\:-bottom-50p {
        bottom: -50px;
    }
    .xs\:-left-50p {
        left: -50px;
    }
    .xs\:-top-54p {
        top: -54px;
    }
    .xs\:-right-54p {
        right: -54px;
    }
    .xs\:-bottom-54p {
        bottom: -54px;
    }
    .xs\:-left-54p {
        left: -54px;
    }
    .xs\:-top-1p {
        top: -1px;
    }
    .xs\:-right-1p {
        right: -1px;
    }
    .xs\:-bottom-1p {
        bottom: -1px;
    }
    .xs\:-left-1p {
        left: -1px;
    }
    .xs\:-top-2p {
        top: -2px;
    }
    .xs\:-right-2p {
        right: -2px;
    }
    .xs\:-bottom-2p {
        bottom: -2px;
    }
    .xs\:-left-2p {
        left: -2px;
    }
    .xs\:-top-3p {
        top: -3px;
    }
    .xs\:-right-3p {
        right: -3px;
    }
    .xs\:-bottom-3p {
        bottom: -3px;
    }
    .xs\:-left-3p {
        left: -3px;
    }
    .xs\:-top-5p {
        top: -5px;
    }
    .xs\:-right-5p {
        right: -5px;
    }
    .xs\:-bottom-5p {
        bottom: -5px;
    }
    .xs\:-left-5p {
        left: -5px;
    }
    .xs\:-top-7p {
        top: -7px;
    }
    .xs\:-right-7p {
        right: -7px;
    }
    .xs\:-bottom-7p {
        bottom: -7px;
    }
    .xs\:-left-7p {
        left: -7px;
    }
    .xs\:-top-9p {
        top: -9px;
    }
    .xs\:-right-9p {
        right: -9px;
    }
    .xs\:-bottom-9p {
        bottom: -9px;
    }
    .xs\:-left-9p {
        left: -9px;
    }
    .xs\:-top-10p {
        top: -10px;
    }
    .xs\:-right-10p {
        right: -10px;
    }
    .xs\:-bottom-10p {
        bottom: -10px;
    }
    .xs\:-left-10p {
        left: -10px;
    }
    .xs\:-top-11p {
        top: -11px;
    }
    .xs\:-right-11p {
        right: -11px;
    }
    .xs\:-bottom-11p {
        bottom: -11px;
    }
    .xs\:-left-11p {
        left: -11px;
    }
    .xs\:-top-13p {
        top: -13px;
    }
    .xs\:-right-13p {
        right: -13px;
    }
    .xs\:-bottom-13p {
        bottom: -13px;
    }
    .xs\:-left-13p {
        left: -13px;
    }
    .xs\:-top-15p {
        top: -15px;
    }
    .xs\:-right-15p {
        right: -15px;
    }
    .xs\:-bottom-15p {
        bottom: -15px;
    }
    .xs\:-left-15p {
        left: -15px;
    }
    .xs\:-top-18p {
        top: -18px;
    }
    .xs\:-right-18p {
        right: -18px;
    }
    .xs\:-bottom-18p {
        bottom: -18px;
    }
    .xs\:-left-18p {
        left: -18px;
    }
    .xs\:-top-19p {
        top: -19px;
    }
    .xs\:-right-19p {
        right: -19px;
    }
    .xs\:-bottom-19p {
        bottom: -19px;
    }
    .xs\:-left-19p {
        left: -19px;
    }
    .xs\:-top-21p {
        top: -21px;
    }
    .xs\:-right-21p {
        right: -21px;
    }
    .xs\:-bottom-21p {
        bottom: -21px;
    }
    .xs\:-left-21p {
        left: -21px;
    }
    .xs\:-top-22p {
        top: -22px;
    }
    .xs\:-right-22p {
        right: -22px;
    }
    .xs\:-bottom-22p {
        bottom: -22px;
    }
    .xs\:-left-22p {
        left: -22px;
    }
    .xs\:-top-23p {
        top: -23px;
    }
    .xs\:-right-23p {
        right: -23px;
    }
    .xs\:-bottom-23p {
        bottom: -23px;
    }
    .xs\:-left-23p {
        left: -23px;
    }
    .xs\:-top-25p {
        top: -25px;
    }
    .xs\:-right-25p {
        right: -25px;
    }
    .xs\:-bottom-25p {
        bottom: -25px;
    }
    .xs\:-left-25p {
        left: -25px;
    }
    .xs\:-top-26p {
        top: -26px;
    }
    .xs\:-right-26p {
        right: -26px;
    }
    .xs\:-bottom-26p {
        bottom: -26px;
    }
    .xs\:-left-26p {
        left: -26px;
    }
    .xs\:-top-29p {
        top: -29px;
    }
    .xs\:-right-29p {
        right: -29px;
    }
    .xs\:-bottom-29p {
        bottom: -29px;
    }
    .xs\:-left-29p {
        left: -29px;
    }
    .xs\:-top-30p {
        top: -30px;
    }
    .xs\:-right-30p {
        right: -30px;
    }
    .xs\:-bottom-30p {
        bottom: -30px;
    }
    .xs\:-left-30p {
        left: -30px;
    }
    .xs\:-top-31p {
        top: -31px;
    }
    .xs\:-right-31p {
        right: -31px;
    }
    .xs\:-bottom-31p {
        bottom: -31px;
    }
    .xs\:-left-31p {
        left: -31px;
    }
    .xs\:-top-35p {
        top: -35px;
    }
    .xs\:-right-35p {
        right: -35px;
    }
    .xs\:-bottom-35p {
        bottom: -35px;
    }
    .xs\:-left-35p {
        left: -35px;
    }
    .xs\:-top-52p {
        top: -52px;
    }
    .xs\:-right-52p {
        right: -52px;
    }
    .xs\:-bottom-52p {
        bottom: -52px;
    }
    .xs\:-left-52p {
        left: -52px;
    }
    .xs\:-top-53p {
        top: -53px;
    }
    .xs\:-right-53p {
        right: -53px;
    }
    .xs\:-bottom-53p {
        bottom: -53px;
    }
    .xs\:-left-53p {
        left: -53px;
    }
    .xs\:-top-55p {
        top: -55px;
    }
    .xs\:-right-55p {
        right: -55px;
    }
    .xs\:-bottom-55p {
        bottom: -55px;
    }
    .xs\:-left-55p {
        left: -55px;
    }
    .xs\:-top-59p {
        top: -59px;
    }
    .xs\:-right-59p {
        right: -59px;
    }
    .xs\:-bottom-59p {
        bottom: -59px;
    }
    .xs\:-left-59p {
        left: -59px;
    }
    .xs\:-top-27p {
        top: -27px;
    }
    .xs\:-right-27p {
        right: -27px;
    }
    .xs\:-bottom-27p {
        bottom: -27px;
    }
    .xs\:-left-27p {
        left: -27px;
    }
    .xs\:-top-33\.5p {
        top: -33.5px;
    }
    .xs\:-right-33\.5p {
        right: -33.5px;
    }
    .xs\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .xs\:-left-33\.5p {
        left: -33.5px;
    }
    .xs\:-top-38p {
        top: -38px;
    }
    .xs\:-right-38p {
        right: -38px;
    }
    .xs\:-bottom-38p {
        bottom: -38px;
    }
    .xs\:-left-38p {
        left: -38px;
    }
    .xs\:-top-40p {
        top: -40px;
    }
    .xs\:-right-40p {
        right: -40px;
    }
    .xs\:-bottom-40p {
        bottom: -40px;
    }
    .xs\:-left-40p {
        left: -40px;
    }
    .xs\:-top-46p {
        top: -46px;
    }
    .xs\:-right-46p {
        right: -46px;
    }
    .xs\:-bottom-46p {
        bottom: -46px;
    }
    .xs\:-left-46p {
        left: -46px;
    }
    .xs\:-top-47p {
        top: -47px;
    }
    .xs\:-right-47p {
        right: -47px;
    }
    .xs\:-bottom-47p {
        bottom: -47px;
    }
    .xs\:-left-47p {
        left: -47px;
    }
    .xs\:-top-49p {
        top: -49px;
    }
    .xs\:-right-49p {
        right: -49px;
    }
    .xs\:-bottom-49p {
        bottom: -49px;
    }
    .xs\:-left-49p {
        left: -49px;
    }
    .xs\:-top-58p {
        top: -58px;
    }
    .xs\:-right-58p {
        right: -58px;
    }
    .xs\:-bottom-58p {
        bottom: -58px;
    }
    .xs\:-left-58p {
        left: -58px;
    }
    .xs\:-top-75p {
        top: -75px;
    }
    .xs\:-right-75p {
        right: -75px;
    }
    .xs\:-bottom-75p {
        bottom: -75px;
    }
    .xs\:-left-75p {
        left: -75px;
    }
    .xs\:-top-77p {
        top: -77px;
    }
    .xs\:-right-77p {
        right: -77px;
    }
    .xs\:-bottom-77p {
        bottom: -77px;
    }
    .xs\:-left-77p {
        left: -77px;
    }
    .xs\:-top-60p {
        top: -60px;
    }
    .xs\:-right-60p {
        right: -60px;
    }
    .xs\:-bottom-60p {
        bottom: -60px;
    }
    .xs\:-left-60p {
        left: -60px;
    }
    .xs\:-top-65p {
        top: -65px;
    }
    .xs\:-right-65p {
        right: -65px;
    }
    .xs\:-bottom-65p {
        bottom: -65px;
    }
    .xs\:-left-65p {
        left: -65px;
    }
    .xs\:-top-66p {
        top: -66px;
    }
    .xs\:-right-66p {
        right: -66px;
    }
    .xs\:-bottom-66p {
        bottom: -66px;
    }
    .xs\:-left-66p {
        left: -66px;
    }
    .xs\:-top-68p {
        top: -68px;
    }
    .xs\:-right-68p {
        right: -68px;
    }
    .xs\:-bottom-68p {
        bottom: -68px;
    }
    .xs\:-left-68p {
        left: -68px;
    }
    .xs\:-top-70p {
        top: -70px;
    }
    .xs\:-right-70p {
        right: -70px;
    }
    .xs\:-bottom-70p {
        bottom: -70px;
    }
    .xs\:-left-70p {
        left: -70px;
    }
    .xs\:-top-72p {
        top: -72px;
    }
    .xs\:-right-72p {
        right: -72px;
    }
    .xs\:-bottom-72p {
        bottom: -72px;
    }
    .xs\:-left-72p {
        left: -72px;
    }
    .xs\:-top-74p {
        top: -74px;
    }
    .xs\:-right-74p {
        right: -74px;
    }
    .xs\:-bottom-74p {
        bottom: -74px;
    }
    .xs\:-left-74p {
        left: -74px;
    }
    .xs\:-top-78p {
        top: -78px;
    }
    .xs\:-right-78p {
        right: -78px;
    }
    .xs\:-bottom-78p {
        bottom: -78px;
    }
    .xs\:-left-78p {
        left: -78px;
    }
    .xs\:-top-80p {
        top: -80px;
    }
    .xs\:-right-80p {
        right: -80px;
    }
    .xs\:-bottom-80p {
        bottom: -80px;
    }
    .xs\:-left-80p {
        left: -80px;
    }
    .xs\:-top-82p {
        top: -82px;
    }
    .xs\:-right-82p {
        right: -82px;
    }
    .xs\:-bottom-82p {
        bottom: -82px;
    }
    .xs\:-left-82p {
        left: -82px;
    }
    .xs\:-top-84p {
        top: -84px;
    }
    .xs\:-right-84p {
        right: -84px;
    }
    .xs\:-bottom-84p {
        bottom: -84px;
    }
    .xs\:-left-84p {
        left: -84px;
    }
    .xs\:-top-89p {
        top: -89px;
    }
    .xs\:-right-89p {
        right: -89px;
    }
    .xs\:-bottom-89p {
        bottom: -89px;
    }
    .xs\:-left-89p {
        left: -89px;
    }
    .xs\:-top-93p {
        top: -93px;
    }
    .xs\:-right-93p {
        right: -93px;
    }
    .xs\:-bottom-93p {
        bottom: -93px;
    }
    .xs\:-left-93p {
        left: -93px;
    }
    .xs\:-top-90p {
        top: -90px;
    }
    .xs\:-right-90p {
        right: -90px;
    }
    .xs\:-bottom-90p {
        bottom: -90px;
    }
    .xs\:-left-90p {
        left: -90px;
    }
    .xs\:-top-97p {
        top: -97px;
    }
    .xs\:-right-97p {
        right: -97px;
    }
    .xs\:-bottom-97p {
        bottom: -97px;
    }
    .xs\:-left-97p {
        left: -97px;
    }
    .xs\:-top-103p {
        top: -103px;
    }
    .xs\:-right-103p {
        right: -103px;
    }
    .xs\:-bottom-103p {
        bottom: -103px;
    }
    .xs\:-left-103p {
        left: -103px;
    }
    .xs\:-top-116p {
        top: -116px;
    }
    .xs\:-right-116p {
        right: -116px;
    }
    .xs\:-bottom-116p {
        bottom: -116px;
    }
    .xs\:-left-116p {
        left: -116px;
    }
    .xs\:-top-120p {
        top: -120px;
    }
    .xs\:-right-120p {
        right: -120px;
    }
    .xs\:-bottom-120p {
        bottom: -120px;
    }
    .xs\:-left-120p {
        left: -120px;
    }
    .xs\:-top-125p {
        top: -125px;
    }
    .xs\:-right-125p {
        right: -125px;
    }
    .xs\:-bottom-125p {
        bottom: -125px;
    }
    .xs\:-left-125p {
        left: -125px;
    }
    .xs\:-top-130p {
        top: -130px;
    }
    .xs\:-right-130p {
        right: -130px;
    }
    .xs\:-bottom-130p {
        bottom: -130px;
    }
    .xs\:-left-130p {
        left: -130px;
    }
    .xs\:-top-135p {
        top: -135px;
    }
    .xs\:-right-135p {
        right: -135px;
    }
    .xs\:-bottom-135p {
        bottom: -135px;
    }
    .xs\:-left-135p {
        left: -135px;
    }
    .xs\:-top-132p {
        top: -132px;
    }
    .xs\:-right-132p {
        right: -132px;
    }
    .xs\:-bottom-132p {
        bottom: -132px;
    }
    .xs\:-left-132p {
        left: -132px;
    }
    .xs\:-top-150p {
        top: -150px;
    }
    .xs\:-right-150p {
        right: -150px;
    }
    .xs\:-bottom-150p {
        bottom: -150px;
    }
    .xs\:-left-150p {
        left: -150px;
    }
    .xs\:-top-216p {
        top: -216px;
    }
    .xs\:-right-216p {
        right: -216px;
    }
    .xs\:-bottom-216p {
        bottom: -216px;
    }
    .xs\:-left-216p {
        left: -216px;
    }
    .xs\:-top-225p {
        top: -225px;
    }
    .xs\:-right-225p {
        right: -225px;
    }
    .xs\:-bottom-225p {
        bottom: -225px;
    }
    .xs\:-left-225p {
        left: -225px;
    }
    .xs\:-top-296p {
        top: -296px;
    }
    .xs\:-right-296p {
        right: -296px;
    }
    .xs\:-bottom-296p {
        bottom: -296px;
    }
    .xs\:-left-296p {
        left: -296px;
    }
    .xs\:-top-270p {
        top: -270px;
    }
    .xs\:-right-270p {
        right: -270px;
    }
    .xs\:-bottom-270p {
        bottom: -270px;
    }
    .xs\:-left-270p {
        left: -270px;
    }
    .xs\:-top-137p {
        top: -137px;
    }
    .xs\:-right-137p {
        right: -137px;
    }
    .xs\:-bottom-137p {
        bottom: -137px;
    }
    .xs\:-left-137p {
        left: -137px;
    }
    .xs\:-top-141p {
        top: -141px;
    }
    .xs\:-right-141p {
        right: -141px;
    }
    .xs\:-bottom-141p {
        bottom: -141px;
    }
    .xs\:-left-141p {
        left: -141px;
    }
    .xs\:-top-146p {
        top: -146px;
    }
    .xs\:-right-146p {
        right: -146px;
    }
    .xs\:-bottom-146p {
        bottom: -146px;
    }
    .xs\:-left-146p {
        left: -146px;
    }
    .xs\:-top-152p {
        top: -152px;
    }
    .xs\:-right-152p {
        right: -152px;
    }
    .xs\:-bottom-152p {
        bottom: -152px;
    }
    .xs\:-left-152p {
        left: -152px;
    }
    .xs\:-top-155p {
        top: -155px;
    }
    .xs\:-right-155p {
        right: -155px;
    }
    .xs\:-bottom-155p {
        bottom: -155px;
    }
    .xs\:-left-155p {
        left: -155px;
    }
    .xs\:-top-163p {
        top: -163px;
    }
    .xs\:-right-163p {
        right: -163px;
    }
    .xs\:-bottom-163p {
        bottom: -163px;
    }
    .xs\:-left-163p {
        left: -163px;
    }
    .xs\:-top-168p {
        top: -168px;
    }
    .xs\:-right-168p {
        right: -168px;
    }
    .xs\:-bottom-168p {
        bottom: -168px;
    }
    .xs\:-left-168p {
        left: -168px;
    }
    .xs\:-top-173p {
        top: -173px;
    }
    .xs\:-right-173p {
        right: -173px;
    }
    .xs\:-bottom-173p {
        bottom: -173px;
    }
    .xs\:-left-173p {
        left: -173px;
    }
    .xs\:-top-210p {
        top: -210px;
    }
    .xs\:-right-210p {
        right: -210px;
    }
    .xs\:-bottom-210p {
        bottom: -210px;
    }
    .xs\:-left-210p {
        left: -210px;
    }
    .xs\:-top-245p {
        top: -245px;
    }
    .xs\:-right-245p {
        right: -245px;
    }
    .xs\:-bottom-245p {
        bottom: -245px;
    }
    .xs\:-left-245p {
        left: -245px;
    }
    .xs\:-top-250p {
        top: -250px;
    }
    .xs\:-right-250p {
        right: -250px;
    }
    .xs\:-bottom-250p {
        bottom: -250px;
    }
    .xs\:-left-250p {
        left: -250px;
    }
    .xs\:-top-260p {
        top: -260px;
    }
    .xs\:-right-260p {
        right: -260px;
    }
    .xs\:-bottom-260p {
        bottom: -260px;
    }
    .xs\:-left-260p {
        left: -260px;
    }
    .xs\:-top-263p {
        top: -263px;
    }
    .xs\:-right-263p {
        right: -263px;
    }
    .xs\:-bottom-263p {
        bottom: -263px;
    }
    .xs\:-left-263p {
        left: -263px;
    }
    .xs\:-top-266p {
        top: -266px;
    }
    .xs\:-right-266p {
        right: -266px;
    }
    .xs\:-bottom-266p {
        bottom: -266px;
    }
    .xs\:-left-266p {
        left: -266px;
    }
    .xs\:-top-275p {
        top: -275px;
    }
    .xs\:-right-275p {
        right: -275px;
    }
    .xs\:-bottom-275p {
        bottom: -275px;
    }
    .xs\:-left-275p {
        left: -275px;
    }
    .xs\:-top-300p {
        top: -300px;
    }
    .xs\:-right-300p {
        right: -300px;
    }
    .xs\:-bottom-300p {
        bottom: -300px;
    }
    .xs\:-left-300p {
        left: -300px;
    }
    .xs\:-top-312p {
        top: -312px;
    }
    .xs\:-right-312p {
        right: -312px;
    }
    .xs\:-bottom-312p {
        bottom: -312px;
    }
    .xs\:-left-312p {
        left: -312px;
    }
    .xs\:-top-318p {
        top: -318px;
    }
    .xs\:-right-318p {
        right: -318px;
    }
    .xs\:-bottom-318p {
        bottom: -318px;
    }
    .xs\:-left-318p {
        left: -318px;
    }
    .xs\:-top-322p {
        top: -322px;
    }
    .xs\:-right-322p {
        right: -322px;
    }
    .xs\:-bottom-322p {
        bottom: -322px;
    }
    .xs\:-left-322p {
        left: -322px;
    }
    .xs\:-top-337p {
        top: -337px;
    }
    .xs\:-right-337p {
        right: -337px;
    }
    .xs\:-bottom-337p {
        bottom: -337px;
    }
    .xs\:-left-337p {
        left: -337px;
    }
    .xs\:-top-345p {
        top: -345px;
    }
    .xs\:-right-345p {
        right: -345px;
    }
    .xs\:-bottom-345p {
        bottom: -345px;
    }
    .xs\:-left-345p {
        left: -345px;
    }
    .xs\:-top-344p {
        top: -344px;
    }
    .xs\:-right-344p {
        right: -344px;
    }
    .xs\:-bottom-344p {
        bottom: -344px;
    }
    .xs\:-left-344p {
        left: -344px;
    }
    .xs\:-top-354p {
        top: -354px;
    }
    .xs\:-right-354p {
        right: -354px;
    }
    .xs\:-bottom-354p {
        bottom: -354px;
    }
    .xs\:-left-354p {
        left: -354px;
    }
    .xs\:-top-364p {
        top: -364px;
    }
    .xs\:-right-364p {
        right: -364px;
    }
    .xs\:-bottom-364p {
        bottom: -364px;
    }
    .xs\:-left-364p {
        left: -364px;
    }
    .xs\:-top-370p {
        top: -370px;
    }
    .xs\:-right-370p {
        right: -370px;
    }
    .xs\:-bottom-370p {
        bottom: -370px;
    }
    .xs\:-left-370p {
        left: -370px;
    }
    .xs\:-top-382p {
        top: -382px;
    }
    .xs\:-right-382p {
        right: -382px;
    }
    .xs\:-bottom-382p {
        bottom: -382px;
    }
    .xs\:-left-382p {
        left: -382px;
    }
    .xs\:-top-385p {
        top: -385px;
    }
    .xs\:-right-385p {
        right: -385px;
    }
    .xs\:-bottom-385p {
        bottom: -385px;
    }
    .xs\:-left-385p {
        left: -385px;
    }
    .xs\:-top-400p {
        top: -400px;
    }
    .xs\:-right-400p {
        right: -400px;
    }
    .xs\:-bottom-400p {
        bottom: -400px;
    }
    .xs\:-left-400p {
        left: -400px;
    }
    .xs\:-top-407p {
        top: -407px;
    }
    .xs\:-right-407p {
        right: -407px;
    }
    .xs\:-bottom-407p {
        bottom: -407px;
    }
    .xs\:-left-407p {
        left: -407px;
    }
    .xs\:-top-411p {
        top: -411px;
    }
    .xs\:-right-411p {
        right: -411px;
    }
    .xs\:-bottom-411p {
        bottom: -411px;
    }
    .xs\:-left-411p {
        left: -411px;
    }
    .xs\:-top-418p {
        top: -418px;
    }
    .xs\:-right-418p {
        right: -418px;
    }
    .xs\:-bottom-418p {
        bottom: -418px;
    }
    .xs\:-left-418p {
        left: -418px;
    }
    .xs\:-top-430p {
        top: -430px;
    }
    .xs\:-right-430p {
        right: -430px;
    }
    .xs\:-bottom-430p {
        bottom: -430px;
    }
    .xs\:-left-430p {
        left: -430px;
    }
    .xs\:-top-450p {
        top: -450px;
    }
    .xs\:-right-450p {
        right: -450px;
    }
    .xs\:-bottom-450p {
        bottom: -450px;
    }
    .xs\:-left-450p {
        left: -450px;
    }
    .xs\:-top-468p {
        top: -468px;
    }
    .xs\:-right-468p {
        right: -468px;
    }
    .xs\:-bottom-468p {
        bottom: -468px;
    }
    .xs\:-left-468p {
        left: -468px;
    }
    .xs\:-top-485p {
        top: -485px;
    }
    .xs\:-right-485p {
        right: -485px;
    }
    .xs\:-bottom-485p {
        bottom: -485px;
    }
    .xs\:-left-485p {
        left: -485px;
    }
    .xs\:-top-491p {
        top: -491px;
    }
    .xs\:-right-491p {
        right: -491px;
    }
    .xs\:-bottom-491p {
        bottom: -491px;
    }
    .xs\:-left-491p {
        left: -491px;
    }
    .xs\:-top-494p {
        top: -494px;
    }
    .xs\:-right-494p {
        right: -494px;
    }
    .xs\:-bottom-494p {
        bottom: -494px;
    }
    .xs\:-left-494p {
        left: -494px;
    }
    .xs\:-top-470p {
        top: -470px;
    }
    .xs\:-right-470p {
        right: -470px;
    }
    .xs\:-bottom-470p {
        bottom: -470px;
    }
    .xs\:-left-470p {
        left: -470px;
    }
    .xs\:-top-480p {
        top: -480px;
    }
    .xs\:-right-480p {
        right: -480px;
    }
    .xs\:-bottom-480p {
        bottom: -480px;
    }
    .xs\:-left-480p {
        left: -480px;
    }
    .xs\:-top-532p {
        top: -532px;
    }
    .xs\:-right-532p {
        right: -532px;
    }
    .xs\:-bottom-532p {
        bottom: -532px;
    }
    .xs\:-left-532p {
        left: -532px;
    }
    .xs\:-top-556p {
        top: -556px;
    }
    .xs\:-right-556p {
        right: -556px;
    }
    .xs\:-bottom-556p {
        bottom: -556px;
    }
    .xs\:-left-556p {
        left: -556px;
    }
    .xs\:-top-505p {
        top: -505px;
    }
    .xs\:-right-505p {
        right: -505px;
    }
    .xs\:-bottom-505p {
        bottom: -505px;
    }
    .xs\:-left-505p {
        left: -505px;
    }
    .xs\:-top-1179p {
        top: -1179px;
    }
    .xs\:-right-1179p {
        right: -1179px;
    }
    .xs\:-bottom-1179p {
        bottom: -1179px;
    }
    .xs\:-left-1179p {
        left: -1179px;
    }
    .xs\:-top-1253p {
        top: -1253px;
    }
    .xs\:-right-1253p {
        right: -1253px;
    }
    .xs\:-bottom-1253p {
        bottom: -1253px;
    }
    .xs\:-left-1253p {
        left: -1253px;
    }
    .xs\:-top-1575p {
        top: -1575px;
    }
    .xs\:-right-1575p {
        right: -1575px;
    }
    .xs\:-bottom-1575p {
        bottom: -1575px;
    }
    .xs\:-left-1575p {
        left: -1575px;
    }
    .xs\:-top-600p {
        top: -600px;
    }
    .xs\:-right-600p {
        right: -600px;
    }
    .xs\:-bottom-600p {
        bottom: -600px;
    }
    .xs\:-left-600p {
        left: -600px;
    }
    .xs\:-top-649p {
        top: -649px;
    }
    .xs\:-right-649p {
        right: -649px;
    }
    .xs\:-bottom-649p {
        bottom: -649px;
    }
    .xs\:-left-649p {
        left: -649px;
    }
    .xs\:-top-690p {
        top: -690px;
    }
    .xs\:-right-690p {
        right: -690px;
    }
    .xs\:-bottom-690p {
        bottom: -690px;
    }
    .xs\:-left-690p {
        left: -690px;
    }
    .xs\:-top-19\% {
        top: -19%;
    }
    .xs\:-right-19\% {
        right: -19%;
    }
    .xs\:-bottom-19\% {
        bottom: -19%;
    }
    .xs\:-left-19\% {
        left: -19%;
    }
    .xs\:-top-23\% {
        top: -23%;
    }
    .xs\:-right-23\% {
        right: -23%;
    }
    .xs\:-bottom-23\% {
        bottom: -23%;
    }
    .xs\:-left-23\% {
        left: -23%;
    }
    .xs\:-top-24\% {
        top: -24%;
    }
    .xs\:-right-24\% {
        right: -24%;
    }
    .xs\:-bottom-24\% {
        bottom: -24%;
    }
    .xs\:-left-24\% {
        left: -24%;
    }
    .xs\:-top-36\% {
        top: -36%;
    }
    .xs\:-right-36\% {
        right: -36%;
    }
    .xs\:-bottom-36\% {
        bottom: -36%;
    }
    .xs\:-left-36\% {
        left: -36%;
    }
    .xs\:-top-27\% {
        top: -27%;
    }
    .xs\:-right-27\% {
        right: -27%;
    }
    .xs\:-bottom-27\% {
        bottom: -27%;
    }
    .xs\:-left-27\% {
        left: -27%;
    }
    .xs\:-top-28\% {
        top: -28%;
    }
    .xs\:-right-28\% {
        right: -28%;
    }
    .xs\:-bottom-28\% {
        bottom: -28%;
    }
    .xs\:-left-28\% {
        left: -28%;
    }
    .xs\:-top-42\% {
        top: -42%;
    }
    .xs\:-right-42\% {
        right: -42%;
    }
    .xs\:-bottom-42\% {
        bottom: -42%;
    }
    .xs\:-left-42\% {
        left: -42%;
    }
    .xs\:-top-46\% {
        top: -46%;
    }
    .xs\:-right-46\% {
        right: -46%;
    }
    .xs\:-bottom-46\% {
        bottom: -46%;
    }
    .xs\:-left-46\% {
        left: -46%;
    }
    .xs\:-top-49\% {
        top: -49%;
    }
    .xs\:-right-49\% {
        right: -49%;
    }
    .xs\:-bottom-49\% {
        bottom: -49%;
    }
    .xs\:-left-49\% {
        left: -49%;
    }
    .xs\:-top-54\% {
        top: -54%;
    }
    .xs\:-right-54\% {
        right: -54%;
    }
    .xs\:-bottom-54\% {
        bottom: -54%;
    }
    .xs\:-left-54\% {
        left: -54%;
    }
    .xs\:-top-58\% {
        top: -58%;
    }
    .xs\:-right-58\% {
        right: -58%;
    }
    .xs\:-bottom-58\% {
        bottom: -58%;
    }
    .xs\:-left-58\% {
        left: -58%;
    }
    .xs\:-top-72\% {
        top: -72%;
    }
    .xs\:-right-72\% {
        right: -72%;
    }
    .xs\:-bottom-72\% {
        bottom: -72%;
    }
    .xs\:-left-72\% {
        left: -72%;
    }
    .xs\:-top-76\% {
        top: -76%;
    }
    .xs\:-right-76\% {
        right: -76%;
    }
    .xs\:-bottom-76\% {
        bottom: -76%;
    }
    .xs\:-left-76\% {
        left: -76%;
    }
    .xs\:-top-77\% {
        top: -77%;
    }
    .xs\:-right-77\% {
        right: -77%;
    }
    .xs\:-bottom-77\% {
        bottom: -77%;
    }
    .xs\:-left-77\% {
        left: -77%;
    }
    .xs\:-top-340p {
        top: -340px;
    }
    .xs\:-right-340p {
        right: -340px;
    }
    .xs\:-bottom-340p {
        bottom: -340px;
    }
    .xs\:-left-340p {
        left: -340px;
    }
    .xs\:-top-700p {
        top: -700px;
    }
    .xs\:-right-700p {
        right: -700px;
    }
    .xs\:-bottom-700p {
        bottom: -700px;
    }
    .xs\:-left-700p {
        left: -700px;
    }
    .xs\:-top-848p {
        top: -848px;
    }
    .xs\:-right-848p {
        right: -848px;
    }
    .xs\:-bottom-848p {
        bottom: -848px;
    }
    .xs\:-left-848p {
        left: -848px;
    }
    .xs\:-top-850p {
        top: -850px;
    }
    .xs\:-right-850p {
        right: -850px;
    }
    .xs\:-bottom-850p {
        bottom: -850px;
    }
    .xs\:-left-850p {
        left: -850px;
    }
    .xs\:-top-860p {
        top: -860px;
    }
    .xs\:-right-860p {
        right: -860px;
    }
    .xs\:-bottom-860p {
        bottom: -860px;
    }
    .xs\:-left-860p {
        left: -860px;
    }
    .xs\:-top-1425p {
        top: -1425px;
    }
    .xs\:-right-1425p {
        right: -1425px;
    }
    .xs\:-bottom-1425p {
        bottom: -1425px;
    }
    .xs\:-left-1425p {
        left: -1425px;
    }
    .xs\:top-1\/2 {
        top: 50%;
    }
    .xs\:right-1\/2 {
        right: 50%;
    }
    .xs\:bottom-1\/2 {
        bottom: 50%;
    }
    .xs\:left-1\/2 {
        left: 50%;
    }
    .xs\:top-1\/3 {
        top: 33.333333%;
    }
    .xs\:right-1\/3 {
        right: 33.333333%;
    }
    .xs\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .xs\:left-1\/3 {
        left: 33.333333%;
    }
    .xs\:top-2\/3 {
        top: 66.666667%;
    }
    .xs\:right-2\/3 {
        right: 66.666667%;
    }
    .xs\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .xs\:left-2\/3 {
        left: 66.666667%;
    }
    .xs\:top-1\/4 {
        top: 25%;
    }
    .xs\:right-1\/4 {
        right: 25%;
    }
    .xs\:bottom-1\/4 {
        bottom: 25%;
    }
    .xs\:left-1\/4 {
        left: 25%;
    }
    .xs\:top-2\/4 {
        top: 50%;
    }
    .xs\:right-2\/4 {
        right: 50%;
    }
    .xs\:bottom-2\/4 {
        bottom: 50%;
    }
    .xs\:left-2\/4 {
        left: 50%;
    }
    .xs\:top-3\/4 {
        top: 75%;
    }
    .xs\:right-3\/4 {
        right: 75%;
    }
    .xs\:bottom-3\/4 {
        bottom: 75%;
    }
    .xs\:left-3\/4 {
        left: 75%;
    }
    .xs\:top-full {
        top: 100%;
    }
    .xs\:right-full {
        right: 100%;
    }
    .xs\:bottom-full {
        bottom: 100%;
    }
    .xs\:left-full {
        left: 100%;
    }
    .xs\:-top-1\/2 {
        top: -50%;
    }
    .xs\:-right-1\/2 {
        right: -50%;
    }
    .xs\:-bottom-1\/2 {
        bottom: -50%;
    }
    .xs\:-left-1\/2 {
        left: -50%;
    }
    .xs\:-top-1\/3 {
        top: -33.333333%;
    }
    .xs\:-right-1\/3 {
        right: -33.333333%;
    }
    .xs\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .xs\:-left-1\/3 {
        left: -33.333333%;
    }
    .xs\:-top-2\/3 {
        top: -66.666667%;
    }
    .xs\:-right-2\/3 {
        right: -66.666667%;
    }
    .xs\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .xs\:-left-2\/3 {
        left: -66.666667%;
    }
    .xs\:-top-1\/4 {
        top: -25%;
    }
    .xs\:-right-1\/4 {
        right: -25%;
    }
    .xs\:-bottom-1\/4 {
        bottom: -25%;
    }
    .xs\:-left-1\/4 {
        left: -25%;
    }
    .xs\:-top-2\/4 {
        top: -50%;
    }
    .xs\:-right-2\/4 {
        right: -50%;
    }
    .xs\:-bottom-2\/4 {
        bottom: -50%;
    }
    .xs\:-left-2\/4 {
        left: -50%;
    }
    .xs\:-top-3\/4 {
        top: -75%;
    }
    .xs\:-right-3\/4 {
        right: -75%;
    }
    .xs\:-bottom-3\/4 {
        bottom: -75%;
    }
    .xs\:-left-3\/4 {
        left: -75%;
    }
    .xs\:-top-full {
        top: -100%;
    }
    .xs\:-right-full {
        right: -100%;
    }
    .xs\:-bottom-full {
        bottom: -100%;
    }
    .xs\:-left-full {
        left: -100%;
    }
    .xs\:resize-none {
        resize: none;
    }
    .xs\:resize-y {
        resize: vertical;
    }
    .xs\:resize-x {
        resize: horizontal;
    }
    .xs\:resize {
        resize: both;
    }
    .xs\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow {
        --tw-shadow: 0 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);
    }
    .xs\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .xs\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 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);
    }
    .xs\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow:hover {
        --tw-shadow: 0 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);
    }
    .xs\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow:focus {
        --tw-shadow: 0 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);
    }
    .xs\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\:ring-inset {
        --tw-ring-inset: inset;
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\: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);
    }
    .xs\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .xs\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .xs\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .xs\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .xs\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .xs\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .xs\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xs\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xs\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .xs\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .xs\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .xs\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .xs\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .xs\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .xs\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .xs\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .xs\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .xs\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .xs\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .xs\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .xs\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .xs\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .xs\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .xs\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .xs\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xs\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .xs\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .xs\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .xs\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .xs\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .xs\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .xs\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .xs\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .xs\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .xs\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .xs\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xs\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .xs\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xs\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xs\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .xs\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .xs\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .xs\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .xs\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .xs\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .xs\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .xs\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xs\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .xs\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .xs\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .xs\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .xs\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xs\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .xs\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xs\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .xs\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xs\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xs\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xs\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .xs\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .xs\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .xs\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .xs\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .xs\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .xs\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xs\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .xs\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xs\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xs\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .xs\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xs\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .xs\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .xs\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .xs\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .xs\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xs\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .xs\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xs\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xs\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .xs\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .xs\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .xs\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .xs\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .xs\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .xs\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .xs\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .xs\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xs\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xs\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .xs\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xs\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .xs\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .xs\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .xs\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .xs\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .xs\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xs\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xs\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .xs\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .xs\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xs\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .xs\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xs\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .xs\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .xs\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .xs\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .xs\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .xs\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .xs\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .xs\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .xs\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .xs\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .xs\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xs\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xs\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .xs\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xs\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .xs\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .xs\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .xs\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .xs\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xs\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .xs\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xs\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .xs\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xs\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .xs\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xs\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xs\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xs\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xs\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .xs\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xs\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xs\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .xs\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .xs\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .xs\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xs\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .xs\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xs\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .xs\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .xs\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .xs\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .xs\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .xs\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xs\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xs\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .xs\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .xs\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .xs\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .xs\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .xs\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .xs\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .xs\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .xs\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .xs\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .xs\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .xs\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .xs\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .xs\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .xs\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .xs\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .xs\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xs\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .xs\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .xs\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .xs\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .xs\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .xs\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .xs\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .xs\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .xs\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .xs\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .xs\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xs\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .xs\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xs\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xs\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .xs\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .xs\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .xs\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .xs\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .xs\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .xs\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .xs\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xs\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .xs\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .xs\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .xs\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .xs\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xs\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .xs\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xs\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .xs\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xs\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xs\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xs\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .xs\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .xs\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .xs\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .xs\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .xs\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .xs\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xs\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .xs\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xs\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xs\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .xs\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xs\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .xs\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .xs\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .xs\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .xs\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xs\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .xs\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xs\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xs\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .xs\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .xs\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .xs\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .xs\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .xs\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .xs\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .xs\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .xs\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xs\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xs\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .xs\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xs\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .xs\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .xs\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .xs\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .xs\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .xs\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xs\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xs\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .xs\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .xs\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xs\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .xs\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xs\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .xs\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .xs\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .xs\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .xs\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .xs\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .xs\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .xs\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .xs\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .xs\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .xs\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xs\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xs\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .xs\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xs\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .xs\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .xs\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .xs\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .xs\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xs\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .xs\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xs\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .xs\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xs\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .xs\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xs\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xs\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xs\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xs\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .xs\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xs\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xs\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .xs\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .xs\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .xs\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xs\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .xs\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xs\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .xs\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .xs\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .xs\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .xs\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .xs\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .xs\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .xs\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .xs\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .xs\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .xs\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .xs\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .xs\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .xs\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .xs\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .xs\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .xs\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .xs\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .xs\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .xs\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .xs\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .xs\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .xs\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .xs\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .xs\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .xs\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .xs\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .xs\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .xs\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .xs\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .xs\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .xs\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .xs\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .xs\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .xs\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .xs\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .xs\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .xs\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .xs\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .xs\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .xs\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .xs\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .xs\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .xs\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .xs\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .xs\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .xs\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .xs\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .xs\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .xs\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .xs\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .xs\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .xs\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .xs\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .xs\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .xs\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .xs\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .xs\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .xs\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .xs\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .xs\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .xs\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .xs\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .xs\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .xs\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .xs\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .xs\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .xs\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .xs\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .xs\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .xs\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .xs\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .xs\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .xs\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .xs\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .xs\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .xs\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .xs\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .xs\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .xs\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .xs\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .xs\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .xs\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .xs\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .xs\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .xs\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .xs\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .xs\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .xs\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .xs\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .xs\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .xs\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .xs\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .xs\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .xs\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .xs\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .xs\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .xs\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .xs\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .xs\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .xs\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .xs\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .xs\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .xs\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .xs\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .xs\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .xs\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .xs\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .xs\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .xs\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .xs\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .xs\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .xs\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .xs\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .xs\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .xs\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .xs\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .xs\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .xs\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .xs\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .xs\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .xs\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .xs\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .xs\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .xs\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .xs\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .xs\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .xs\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .xs\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .xs\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .xs\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .xs\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .xs\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .xs\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .xs\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .xs\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .xs\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .xs\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .xs\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .xs\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .xs\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .xs\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .xs\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .xs\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .xs\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .xs\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .xs\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .xs\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .xs\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .xs\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .xs\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .xs\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .xs\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .xs\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .xs\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .xs\:ring-current {
        --tw-ring-color: currentColor;
    }
    .xs\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xs\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xs\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xs\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xs\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xs\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xs\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xs\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xs\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xs\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xs\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xs\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xs\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xs\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xs\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xs\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xs\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xs\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xs\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xs\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xs\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xs\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xs\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xs\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xs\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xs\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xs\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xs\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xs\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xs\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xs\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xs\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xs\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xs\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xs\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xs\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xs\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xs\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xs\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xs\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xs\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xs\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xs\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .xs\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .xs\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .xs\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .xs\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .xs\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .xs\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .xs\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xs\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .xs\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .xs\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .xs\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .xs\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .xs\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .xs\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .xs\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .xs\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .xs\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xs\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .xs\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .xs\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .xs\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .xs\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .xs\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .xs\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .xs\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .xs\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .xs\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .xs\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .xs\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .xs\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .xs\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .xs\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .xs\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .xs\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .xs\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .xs\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .xs\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .xs\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .xs\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .xs\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .xs\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .xs\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .xs\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .xs\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .xs\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .xs\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .xs\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .xs\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .xs\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .xs\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .xs\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .xs\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .xs\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .xs\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .xs\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .xs\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .xs\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .xs\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .xs\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .xs\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .xs\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .xs\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .xs\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .xs\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .xs\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .xs\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .xs\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .xs\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .xs\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .xs\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .xs\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .xs\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .xs\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .xs\:fill-current {
        fill: currentColor;
    }
    .xs\:stroke-current {
        stroke: currentColor;
    }
    .xs\:stroke-0 {
        stroke-width: 0;
    }
    .xs\:stroke-1 {
        stroke-width: 1;
    }
    .xs\:stroke-2 {
        stroke-width: 2;
    }
    .xs\:table-auto {
        table-layout: auto;
    }
    .xs\:table-fixed {
        table-layout: fixed;
    }
    .xs\:text-left {
        text-align: left;
    }
    .xs\:text-center {
        text-align: center;
    }
    .xs\:text-right {
        text-align: right;
    }
    .xs\:text-justify {
        text-align: justify;
    }
    .xs\:text-transparent {
        color: transparent;
    }
    .xs\:text-current {
        color: currentColor;
    }
    .xs\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xs\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xs\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xs\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xs\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xs\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xs\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xs\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xs\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xs\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xs\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xs\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xs\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xs\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xs\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xs\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xs\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xs\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xs\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xs\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xs\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xs\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xs\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xs\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xs\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xs\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xs\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xs\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xs\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xs\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xs\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xs\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xs\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xs\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xs\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xs\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xs\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xs\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xs\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xs\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xs\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xs\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xs\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xs\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xs\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xs\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xs\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xs\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xs\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xs\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xs\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xs\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xs\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xs\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xs\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xs\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xs\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xs\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xs\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xs\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xs\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xs\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xs\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xs\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xs\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xs\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xs\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xs\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xs\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xs\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xs\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xs\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xs\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xs\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xs\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xs\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xs\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xs\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xs\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xs\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xs\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xs\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xs\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xs\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xs\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xs\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xs\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xs\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xs\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xs\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xs\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xs\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xs\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xs\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xs\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xs\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xs\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xs\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xs\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xs\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xs\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xs\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xs\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xs\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xs\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xs\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xs\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xs\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xs\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xs\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xs\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xs\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xs\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xs\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xs\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xs\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xs\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xs\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xs\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xs\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xs\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xs\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xs\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xs\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xs\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xs\:text-gray-21 {
        color: #c5c5c5;
    }
    .xs\:text-gray-22 {
        color: #bfbfbf;
    }
    .xs\:text-gray-23 {
        color: #eee;
    }
    .xs\:text-gray-24 {
        color: #b7b7b7;
    }
    .xs\:text-gray-25 {
        color: #f0f0f0;
    }
    .xs\:text-gray-26 {
        color: #efefef;
    }
    .xs\:text-gray-27 {
        color: #bababa;
    }
    .xs\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xs\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xs\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xs\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .xs\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .xs\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .xs\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .xs\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .xs\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .xs\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .xs\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .xs\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .xs\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .xs\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .xs\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .xs\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .xs\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .xs\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .xs\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .xs\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .xs\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .xs\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .xs\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .xs\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .xs\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xs\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-transparent:hover {
        color: transparent;
    }
    .xs\:hover\:text-current:hover {
        color: currentColor;
    }
    .xs\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xs\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xs\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xs\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xs\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xs\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xs\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xs\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xs\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xs\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xs\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xs\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xs\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xs\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .xs\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .xs\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .xs\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .xs\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .xs\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .xs\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .xs\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xs\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xs\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-transparent:focus {
        color: transparent;
    }
    .xs\:focus\:text-current:focus {
        color: currentColor;
    }
    .xs\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .xs\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .xs\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .xs\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .xs\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .xs\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .xs\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .xs\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .xs\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .xs\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .xs\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .xs\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .xs\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .xs\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .xs\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .xs\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .xs\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .xs\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .xs\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .xs\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .xs\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .xs\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .xs\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .xs\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .xs\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .xs\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .xs\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .xs\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .xs\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .xs\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .xs\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .xs\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .xs\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .xs\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .xs\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .xs\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .xs\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .xs\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .xs\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .xs\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .xs\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .xs\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .xs\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .xs\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .xs\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .xs\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .xs\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .xs\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .xs\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .xs\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .xs\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .xs\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .xs\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .xs\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .xs\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .xs\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .xs\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .xs\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .xs\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .xs\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .xs\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .xs\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .xs\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .xs\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .xs\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .xs\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .xs\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .xs\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .xs\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .xs\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .xs\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .xs\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .xs\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .xs\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .xs\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .xs\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .xs\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .xs\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .xs\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .xs\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .xs\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .xs\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .xs\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .xs\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .xs\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .xs\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .xs\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .xs\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .xs\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .xs\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .xs\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .xs\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .xs\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .xs\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .xs\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .xs\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .xs\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .xs\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .xs\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .xs\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .xs\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .xs\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xs\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .xs\:overflow-clip {
        text-overflow: clip;
    }
    .xs\:italic {
        font-style: italic;
    }
    .xs\:not-italic {
        font-style: normal;
    }
    .xs\:uppercase {
        text-transform: uppercase;
    }
    .xs\:lowercase {
        text-transform: lowercase;
    }
    .xs\:capitalize {
        text-transform: capitalize;
    }
    .xs\:normal-case {
        text-transform: none;
    }
    .xs\:underline {
        text-decoration: underline;
    }
    .xs\:line-through {
        text-decoration: line-through;
    }
    .xs\:no-underline {
        text-decoration: none;
    }
    .group:hover .xs\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .xs\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .xs\:group-hover\:no-underline {
        text-decoration: none;
    }
    .xs\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .xs\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .xs\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .xs\:hover\:underline:hover {
        text-decoration: underline;
    }
    .xs\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .xs\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .xs\:focus\:underline:focus {
        text-decoration: underline;
    }
    .xs\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .xs\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .xs\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .xs\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .xs\:diagonal-fractions,
    .xs\:lining-nums,
    .xs\:oldstyle-nums,
    .xs\:ordinal,
    .xs\:proportional-nums,
    .xs\:slashed-zero,
    .xs\:stacked-fractions,
    .xs\:tabular-nums {
        --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);
    }
    .xs\:normal-nums {
        font-variant-numeric: normal;
    }
    .xs\:ordinal {
        --tw-ordinal: ordinal;
    }
    .xs\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .xs\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .xs\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .xs\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .xs\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .xs\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .xs\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .xs\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .xs\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .xs\:tracking-normal {
        letter-spacing: 0;
    }
    .xs\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .xs\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .xs\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .xs\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .xs\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .xs\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .xs\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .xs\:align-baseline {
        vertical-align: baseline;
    }
    .xs\:align-top {
        vertical-align: top;
    }
    .xs\:align-middle {
        vertical-align: middle;
    }
    .xs\:align-bottom {
        vertical-align: bottom;
    }
    .xs\:align-text-top {
        vertical-align: text-top;
    }
    .xs\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .xs\:visible {
        visibility: visible;
    }
    .xs\:invisible {
        visibility: hidden;
    }
    .xs\:whitespace-normal {
        white-space: normal;
    }
    .xs\:whitespace-nowrap {
        white-space: nowrap;
    }
    .xs\:whitespace-pre {
        white-space: pre;
    }
    .xs\:whitespace-pre-line {
        white-space: pre-line;
    }
    .xs\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .xs\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .xs\:break-words {
        overflow-wrap: break-word;
    }
    .xs\:break-all {
        word-break: break-all;
    }
    .xs\:w-0 {
        width: 0;
    }
    .xs\:w-1 {
        width: 0.25rem;
    }
    .xs\:w-2 {
        width: 0.5rem;
    }
    .xs\:w-3 {
        width: 0.75rem;
    }
    .xs\:w-4 {
        width: 1rem;
    }
    .xs\:w-5 {
        width: 1.25rem;
    }
    .xs\:w-6 {
        width: 1.5rem;
    }
    .xs\:w-7 {
        width: 1.75rem;
    }
    .xs\:w-8 {
        width: 2rem;
    }
    .xs\:w-9 {
        width: 2.25rem;
    }
    .xs\:w-10 {
        width: 2.5rem;
    }
    .xs\:w-11 {
        width: 2.75rem;
    }
    .xs\:w-12 {
        width: 3rem;
    }
    .xs\:w-14 {
        width: 3.5rem;
    }
    .xs\:w-16 {
        width: 4rem;
    }
    .xs\:w-20 {
        width: 5rem;
    }
    .xs\:w-23 {
        width: 88px;
    }
    .xs\:w-24 {
        width: 6rem;
    }
    .xs\:w-25 {
        width: 100px;
    }
    .xs\:w-28 {
        width: 7rem;
    }
    .xs\:w-29 {
        width: 120px;
    }
    .xs\:w-32 {
        width: 8rem;
    }
    .xs\:w-33 {
        width: 130px;
    }
    .xs\:w-36 {
        width: 9rem;
    }
    .xs\:w-40 {
        width: 10rem;
    }
    .xs\:w-44 {
        width: 11rem;
    }
    .xs\:w-48 {
        width: 12rem;
    }
    .xs\:w-52 {
        width: 13rem;
    }
    .xs\:w-56 {
        width: 14rem;
    }
    .xs\:w-60 {
        width: 15rem;
    }
    .xs\:w-63 {
        width: 270px;
    }
    .xs\:w-64 {
        width: 16rem;
    }
    .xs\:w-72 {
        width: 18rem;
    }
    .xs\:w-80 {
        width: 20rem;
    }
    .xs\:w-92 {
        width: 475px;
    }
    .xs\:w-96 {
        width: 24rem;
    }
    .xs\:w-128 {
        width: 32rem;
    }
    .xs\:w-auto {
        width: auto;
    }
    .xs\:w-px {
        width: 1px;
    }
    .xs\:w-0\.5 {
        width: 0.125rem;
    }
    .xs\:w-1\.5 {
        width: 0.375rem;
    }
    .xs\:w-2\.5 {
        width: 0.625rem;
    }
    .xs\:w-3\.5 {
        width: 0.875rem;
    }
    .xs\:w-105p {
        width: 105px;
    }
    .xs\:w-50p {
        width: 50px;
    }
    .xs\:w-54p {
        width: 54px;
    }
    .xs\:w-1p {
        width: 1px;
    }
    .xs\:w-2p {
        width: 2px;
    }
    .xs\:w-3p {
        width: 3px;
    }
    .xs\:w-5p {
        width: 5px;
    }
    .xs\:w-7p {
        width: 7px;
    }
    .xs\:w-9p {
        width: 9px;
    }
    .xs\:w-10p {
        width: 10px;
    }
    .xs\:w-11p {
        width: 11px;
    }
    .xs\:w-13p {
        width: 13px;
    }
    .xs\:w-15p {
        width: 15px;
    }
    .xs\:w-18p {
        width: 18px;
    }
    .xs\:w-19p {
        width: 19px;
    }
    .xs\:w-21p {
        width: 21px;
    }
    .xs\:w-22p {
        width: 22px;
    }
    .xs\:w-23p {
        width: 23px;
    }
    .xs\:w-25p {
        width: 25px;
    }
    .xs\:w-26p {
        width: 26px;
    }
    .xs\:w-29p {
        width: 29px;
    }
    .xs\:w-30p {
        width: 30px;
    }
    .xs\:w-31p {
        width: 31px;
    }
    .xs\:w-35p {
        width: 35px;
    }
    .xs\:w-52p {
        width: 52px;
    }
    .xs\:w-53p {
        width: 53px;
    }
    .xs\:w-55p {
        width: 55px;
    }
    .xs\:w-59p {
        width: 59px;
    }
    .xs\:w-27p {
        width: 27px;
    }
    .xs\:w-33\.5p {
        width: 33.5px;
    }
    .xs\:w-38p {
        width: 38px;
    }
    .xs\:w-40p {
        width: 40px;
    }
    .xs\:w-46p {
        width: 46px;
    }
    .xs\:w-47p {
        width: 47px;
    }
    .xs\:w-49p {
        width: 49px;
    }
    .xs\:w-58p {
        width: 58px;
    }
    .xs\:w-75p {
        width: 75px;
    }
    .xs\:w-77p {
        width: 77px;
    }
    .xs\:w-60p {
        width: 60px;
    }
    .xs\:w-65p {
        width: 65px;
    }
    .xs\:w-66p {
        width: 66px;
    }
    .xs\:w-68p {
        width: 68px;
    }
    .xs\:w-70p {
        width: 70px;
    }
    .xs\:w-72p {
        width: 72px;
    }
    .xs\:w-74p {
        width: 74px;
    }
    .xs\:w-78p {
        width: 78px;
    }
    .xs\:w-80p {
        width: 80px;
    }
    .xs\:w-82p {
        width: 82px;
    }
    .xs\:w-84p {
        width: 84px;
    }
    .xs\:w-89p {
        width: 89px;
    }
    .xs\:w-93p {
        width: 93px;
    }
    .xs\:w-90p {
        width: 90px;
    }
    .xs\:w-97p {
        width: 97px;
    }
    .xs\:w-103p {
        width: 103px;
    }
    .xs\:w-116p {
        width: 116px;
    }
    .xs\:w-120p {
        width: 120px;
    }
    .xs\:w-125p {
        width: 125px;
    }
    .xs\:w-130p {
        width: 130px;
    }
    .xs\:w-135p {
        width: 135px;
    }
    .xs\:w-132p {
        width: 132px;
    }
    .xs\:w-150p {
        width: 150px;
    }
    .xs\:w-216p {
        width: 216px;
    }
    .xs\:w-225p {
        width: 225px;
    }
    .xs\:w-296p {
        width: 296px;
    }
    .xs\:w-270p {
        width: 270px;
    }
    .xs\:w-137p {
        width: 137px;
    }
    .xs\:w-141p {
        width: 141px;
    }
    .xs\:w-146p {
        width: 146px;
    }
    .xs\:w-152p {
        width: 152px;
    }
    .xs\:w-155p {
        width: 155px;
    }
    .xs\:w-163p {
        width: 163px;
    }
    .xs\:w-168p {
        width: 168px;
    }
    .xs\:w-173p {
        width: 173px;
    }
    .xs\:w-210p {
        width: 210px;
    }
    .xs\:w-245p {
        width: 245px;
    }
    .xs\:w-250p {
        width: 250px;
    }
    .xs\:w-260p {
        width: 260px;
    }
    .xs\:w-263p {
        width: 263px;
    }
    .xs\:w-266p {
        width: 266px;
    }
    .xs\:w-275p {
        width: 275px;
    }
    .xs\:w-300p {
        width: 300px;
    }
    .xs\:w-312p {
        width: 312px;
    }
    .xs\:w-318p {
        width: 318px;
    }
    .xs\:w-322p {
        width: 322px;
    }
    .xs\:w-337p {
        width: 337px;
    }
    .xs\:w-345p {
        width: 345px;
    }
    .xs\:w-344p {
        width: 344px;
    }
    .xs\:w-354p {
        width: 354px;
    }
    .xs\:w-364p {
        width: 364px;
    }
    .xs\:w-370p {
        width: 370px;
    }
    .xs\:w-382p {
        width: 382px;
    }
    .xs\:w-385p {
        width: 385px;
    }
    .xs\:w-400p {
        width: 400px;
    }
    .xs\:w-407p {
        width: 407px;
    }
    .xs\:w-411p {
        width: 411px;
    }
    .xs\:w-418p {
        width: 418px;
    }
    .xs\:w-430p {
        width: 430px;
    }
    .xs\:w-450p {
        width: 450px;
    }
    .xs\:w-468p {
        width: 468px;
    }
    .xs\:w-485p {
        width: 485px;
    }
    .xs\:w-491p {
        width: 491px;
    }
    .xs\:w-494p {
        width: 494px;
    }
    .xs\:w-470p {
        width: 470px;
    }
    .xs\:w-480p {
        width: 480px;
    }
    .xs\:w-532p {
        width: 532px;
    }
    .xs\:w-556p {
        width: 556px;
    }
    .xs\:w-505p {
        width: 505px;
    }
    .xs\:w-1179p {
        width: 1179px;
    }
    .xs\:w-1253p {
        width: 1253px;
    }
    .xs\:w-1575p {
        width: 1575px;
    }
    .xs\:w-600p {
        width: 600px;
    }
    .xs\:w-649p {
        width: 649px;
    }
    .xs\:w-690p {
        width: 690px;
    }
    .xs\:w-19\% {
        width: 19%;
    }
    .xs\:w-23\% {
        width: 23%;
    }
    .xs\:w-24\% {
        width: 24%;
    }
    .xs\:w-36\% {
        width: 36%;
    }
    .xs\:w-27\% {
        width: 27%;
    }
    .xs\:w-28\% {
        width: 28%;
    }
    .xs\:w-42\% {
        width: 42%;
    }
    .xs\:w-46\% {
        width: 46%;
    }
    .xs\:w-49\% {
        width: 49%;
    }
    .xs\:w-54\% {
        width: 54%;
    }
    .xs\:w-58\% {
        width: 58%;
    }
    .xs\:w-72\% {
        width: 72%;
    }
    .xs\:w-76\% {
        width: 76%;
    }
    .xs\:w-77\% {
        width: 77%;
    }
    .xs\:w-340p {
        width: 340px;
    }
    .xs\:w-700p {
        width: 700px;
    }
    .xs\:w-848p {
        width: 848px;
    }
    .xs\:w-850p {
        width: 850px;
    }
    .xs\:w-860p {
        width: 860px;
    }
    .xs\:w-1425p {
        width: 1425px;
    }
    .xs\:w-1\/2 {
        width: 50%;
    }
    .xs\:w-1\/3 {
        width: 33.333333%;
    }
    .xs\:w-2\/3 {
        width: 66.666667%;
    }
    .xs\:w-1\/4 {
        width: 25%;
    }
    .xs\:w-2\/4 {
        width: 50%;
    }
    .xs\:w-3\/4 {
        width: 75%;
    }
    .xs\:w-1\/5 {
        width: 20%;
    }
    .xs\:w-2\/5 {
        width: 40%;
    }
    .xs\:w-3\/5 {
        width: 60%;
    }
    .xs\:w-4\/5 {
        width: 80%;
    }
    .xs\:w-1\/6 {
        width: 16.666667%;
    }
    .xs\:w-2\/6 {
        width: 33.333333%;
    }
    .xs\:w-3\/6 {
        width: 50%;
    }
    .xs\:w-4\/6 {
        width: 66.666667%;
    }
    .xs\:w-5\/6 {
        width: 83.333333%;
    }
    .xs\:w-1\/12 {
        width: 8.333333%;
    }
    .xs\:w-2\/12 {
        width: 16.666667%;
    }
    .xs\:w-3\/12 {
        width: 25%;
    }
    .xs\:w-4\/12 {
        width: 33.333333%;
    }
    .xs\:w-5\/12 {
        width: 41.666667%;
    }
    .xs\:w-6\/12 {
        width: 50%;
    }
    .xs\:w-7\/12 {
        width: 58.333333%;
    }
    .xs\:w-8\/12 {
        width: 66.666667%;
    }
    .xs\:w-9\/12 {
        width: 75%;
    }
    .xs\:w-10\/12 {
        width: 83.333333%;
    }
    .xs\:w-11\/12 {
        width: 91.666667%;
    }
    .xs\:w-full {
        width: 100%;
    }
    .xs\:w-screen {
        width: 100vw;
    }
    .xs\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .xs\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .xs\:z-0 {
        z-index: 0;
    }
    .xs\:z-10 {
        z-index: 10;
    }
    .xs\:z-20 {
        z-index: 20;
    }
    .xs\:z-30 {
        z-index: 30;
    }
    .xs\:z-40 {
        z-index: 40;
    }
    .xs\:z-50 {
        z-index: 50;
    }
    .xs\:z-auto {
        z-index: auto;
    }
    .xs\:z-ng {
        z-index: -1;
    }
    .xs\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .xs\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .xs\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .xs\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .xs\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .xs\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .xs\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .xs\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .xs\:focus\:z-0:focus {
        z-index: 0;
    }
    .xs\:focus\:z-10:focus {
        z-index: 10;
    }
    .xs\:focus\:z-20:focus {
        z-index: 20;
    }
    .xs\:focus\:z-30:focus {
        z-index: 30;
    }
    .xs\:focus\:z-40:focus {
        z-index: 40;
    }
    .xs\:focus\:z-50:focus {
        z-index: 50;
    }
    .xs\:focus\:z-auto:focus {
        z-index: auto;
    }
    .xs\:focus\:z-ng:focus {
        z-index: -1;
    }
    .xs\:gap-0 {
        gap: 0;
    }
    .xs\:gap-1 {
        gap: 0.25rem;
    }
    .xs\:gap-2 {
        gap: 0.5rem;
    }
    .xs\:gap-3 {
        gap: 0.75rem;
    }
    .xs\:gap-4 {
        gap: 1rem;
    }
    .xs\:gap-5 {
        gap: 1.25rem;
    }
    .xs\:gap-6 {
        gap: 1.5rem;
    }
    .xs\:gap-7 {
        gap: 1.75rem;
    }
    .xs\:gap-8 {
        gap: 2rem;
    }
    .xs\:gap-9 {
        gap: 2.25rem;
    }
    .xs\:gap-10 {
        gap: 2.5rem;
    }
    .xs\:gap-11 {
        gap: 2.75rem;
    }
    .xs\:gap-12 {
        gap: 3rem;
    }
    .xs\:gap-14 {
        gap: 3.5rem;
    }
    .xs\:gap-16 {
        gap: 4rem;
    }
    .xs\:gap-20 {
        gap: 5rem;
    }
    .xs\:gap-23 {
        gap: 88px;
    }
    .xs\:gap-24 {
        gap: 6rem;
    }
    .xs\:gap-25 {
        gap: 100px;
    }
    .xs\:gap-28 {
        gap: 7rem;
    }
    .xs\:gap-29 {
        gap: 120px;
    }
    .xs\:gap-32 {
        gap: 8rem;
    }
    .xs\:gap-33 {
        gap: 130px;
    }
    .xs\:gap-36 {
        gap: 9rem;
    }
    .xs\:gap-40 {
        gap: 10rem;
    }
    .xs\:gap-44 {
        gap: 11rem;
    }
    .xs\:gap-48 {
        gap: 12rem;
    }
    .xs\:gap-52 {
        gap: 13rem;
    }
    .xs\:gap-56 {
        gap: 14rem;
    }
    .xs\:gap-60 {
        gap: 15rem;
    }
    .xs\:gap-63 {
        gap: 270px;
    }
    .xs\:gap-64 {
        gap: 16rem;
    }
    .xs\:gap-72 {
        gap: 18rem;
    }
    .xs\:gap-80 {
        gap: 20rem;
    }
    .xs\:gap-92 {
        gap: 475px;
    }
    .xs\:gap-96 {
        gap: 24rem;
    }
    .xs\:gap-128 {
        gap: 32rem;
    }
    .xs\:gap-px {
        gap: 1px;
    }
    .xs\:gap-0\.5 {
        gap: 0.125rem;
    }
    .xs\:gap-1\.5 {
        gap: 0.375rem;
    }
    .xs\:gap-2\.5 {
        gap: 0.625rem;
    }
    .xs\:gap-3\.5 {
        gap: 0.875rem;
    }
    .xs\:gap-105p {
        gap: 105px;
    }
    .xs\:gap-50p {
        gap: 50px;
    }
    .xs\:gap-54p {
        gap: 54px;
    }
    .xs\:gap-1p {
        gap: 1px;
    }
    .xs\:gap-2p {
        gap: 2px;
    }
    .xs\:gap-3p {
        gap: 3px;
    }
    .xs\:gap-5p {
        gap: 5px;
    }
    .xs\:gap-7p {
        gap: 7px;
    }
    .xs\:gap-9p {
        gap: 9px;
    }
    .xs\:gap-10p {
        gap: 10px;
    }
    .xs\:gap-11p {
        gap: 11px;
    }
    .xs\:gap-13p {
        gap: 13px;
    }
    .xs\:gap-15p {
        gap: 15px;
    }
    .xs\:gap-18p {
        gap: 18px;
    }
    .xs\:gap-19p {
        gap: 19px;
    }
    .xs\:gap-21p {
        gap: 21px;
    }
    .xs\:gap-22p {
        gap: 22px;
    }
    .xs\:gap-23p {
        gap: 23px;
    }
    .xs\:gap-25p {
        gap: 25px;
    }
    .xs\:gap-26p {
        gap: 26px;
    }
    .xs\:gap-29p {
        gap: 29px;
    }
    .xs\:gap-30p {
        gap: 30px;
    }
    .xs\:gap-31p {
        gap: 31px;
    }
    .xs\:gap-35p {
        gap: 35px;
    }
    .xs\:gap-52p {
        gap: 52px;
    }
    .xs\:gap-53p {
        gap: 53px;
    }
    .xs\:gap-55p {
        gap: 55px;
    }
    .xs\:gap-59p {
        gap: 59px;
    }
    .xs\:gap-27p {
        gap: 27px;
    }
    .xs\:gap-33\.5p {
        gap: 33.5px;
    }
    .xs\:gap-38p {
        gap: 38px;
    }
    .xs\:gap-40p {
        gap: 40px;
    }
    .xs\:gap-46p {
        gap: 46px;
    }
    .xs\:gap-47p {
        gap: 47px;
    }
    .xs\:gap-49p {
        gap: 49px;
    }
    .xs\:gap-58p {
        gap: 58px;
    }
    .xs\:gap-75p {
        gap: 75px;
    }
    .xs\:gap-77p {
        gap: 77px;
    }
    .xs\:gap-60p {
        gap: 60px;
    }
    .xs\:gap-65p {
        gap: 65px;
    }
    .xs\:gap-66p {
        gap: 66px;
    }
    .xs\:gap-68p {
        gap: 68px;
    }
    .xs\:gap-70p {
        gap: 70px;
    }
    .xs\:gap-72p {
        gap: 72px;
    }
    .xs\:gap-74p {
        gap: 74px;
    }
    .xs\:gap-78p {
        gap: 78px;
    }
    .xs\:gap-80p {
        gap: 80px;
    }
    .xs\:gap-82p {
        gap: 82px;
    }
    .xs\:gap-84p {
        gap: 84px;
    }
    .xs\:gap-89p {
        gap: 89px;
    }
    .xs\:gap-93p {
        gap: 93px;
    }
    .xs\:gap-90p {
        gap: 90px;
    }
    .xs\:gap-97p {
        gap: 97px;
    }
    .xs\:gap-103p {
        gap: 103px;
    }
    .xs\:gap-116p {
        gap: 116px;
    }
    .xs\:gap-120p {
        gap: 120px;
    }
    .xs\:gap-125p {
        gap: 125px;
    }
    .xs\:gap-130p {
        gap: 130px;
    }
    .xs\:gap-135p {
        gap: 135px;
    }
    .xs\:gap-132p {
        gap: 132px;
    }
    .xs\:gap-150p {
        gap: 150px;
    }
    .xs\:gap-216p {
        gap: 216px;
    }
    .xs\:gap-225p {
        gap: 225px;
    }
    .xs\:gap-296p {
        gap: 296px;
    }
    .xs\:gap-270p {
        gap: 270px;
    }
    .xs\:gap-137p {
        gap: 137px;
    }
    .xs\:gap-141p {
        gap: 141px;
    }
    .xs\:gap-146p {
        gap: 146px;
    }
    .xs\:gap-152p {
        gap: 152px;
    }
    .xs\:gap-155p {
        gap: 155px;
    }
    .xs\:gap-163p {
        gap: 163px;
    }
    .xs\:gap-168p {
        gap: 168px;
    }
    .xs\:gap-173p {
        gap: 173px;
    }
    .xs\:gap-210p {
        gap: 210px;
    }
    .xs\:gap-245p {
        gap: 245px;
    }
    .xs\:gap-250p {
        gap: 250px;
    }
    .xs\:gap-260p {
        gap: 260px;
    }
    .xs\:gap-263p {
        gap: 263px;
    }
    .xs\:gap-266p {
        gap: 266px;
    }
    .xs\:gap-275p {
        gap: 275px;
    }
    .xs\:gap-300p {
        gap: 300px;
    }
    .xs\:gap-312p {
        gap: 312px;
    }
    .xs\:gap-318p {
        gap: 318px;
    }
    .xs\:gap-322p {
        gap: 322px;
    }
    .xs\:gap-337p {
        gap: 337px;
    }
    .xs\:gap-345p {
        gap: 345px;
    }
    .xs\:gap-344p {
        gap: 344px;
    }
    .xs\:gap-354p {
        gap: 354px;
    }
    .xs\:gap-364p {
        gap: 364px;
    }
    .xs\:gap-370p {
        gap: 370px;
    }
    .xs\:gap-382p {
        gap: 382px;
    }
    .xs\:gap-385p {
        gap: 385px;
    }
    .xs\:gap-400p {
        gap: 400px;
    }
    .xs\:gap-407p {
        gap: 407px;
    }
    .xs\:gap-411p {
        gap: 411px;
    }
    .xs\:gap-418p {
        gap: 418px;
    }
    .xs\:gap-430p {
        gap: 430px;
    }
    .xs\:gap-450p {
        gap: 450px;
    }
    .xs\:gap-468p {
        gap: 468px;
    }
    .xs\:gap-485p {
        gap: 485px;
    }
    .xs\:gap-491p {
        gap: 491px;
    }
    .xs\:gap-494p {
        gap: 494px;
    }
    .xs\:gap-470p {
        gap: 470px;
    }
    .xs\:gap-480p {
        gap: 480px;
    }
    .xs\:gap-532p {
        gap: 532px;
    }
    .xs\:gap-556p {
        gap: 556px;
    }
    .xs\:gap-505p {
        gap: 505px;
    }
    .xs\:gap-1179p {
        gap: 1179px;
    }
    .xs\:gap-1253p {
        gap: 1253px;
    }
    .xs\:gap-1575p {
        gap: 1575px;
    }
    .xs\:gap-600p {
        gap: 600px;
    }
    .xs\:gap-649p {
        gap: 649px;
    }
    .xs\:gap-690p {
        gap: 690px;
    }
    .xs\:gap-19\% {
        gap: 19%;
    }
    .xs\:gap-23\% {
        gap: 23%;
    }
    .xs\:gap-24\% {
        gap: 24%;
    }
    .xs\:gap-36\% {
        gap: 36%;
    }
    .xs\:gap-27\% {
        gap: 27%;
    }
    .xs\:gap-28\% {
        gap: 28%;
    }
    .xs\:gap-42\% {
        gap: 42%;
    }
    .xs\:gap-46\% {
        gap: 46%;
    }
    .xs\:gap-49\% {
        gap: 49%;
    }
    .xs\:gap-54\% {
        gap: 54%;
    }
    .xs\:gap-58\% {
        gap: 58%;
    }
    .xs\:gap-72\% {
        gap: 72%;
    }
    .xs\:gap-76\% {
        gap: 76%;
    }
    .xs\:gap-77\% {
        gap: 77%;
    }
    .xs\:gap-340p {
        gap: 340px;
    }
    .xs\:gap-700p {
        gap: 700px;
    }
    .xs\:gap-848p {
        gap: 848px;
    }
    .xs\:gap-850p {
        gap: 850px;
    }
    .xs\:gap-860p {
        gap: 860px;
    }
    .xs\:gap-1425p {
        gap: 1425px;
    }
    .xs\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .xs\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .xs\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .xs\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .xs\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .xs\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .xs\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .xs\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .xs\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .xs\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .xs\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .xs\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .xs\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .xs\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .xs\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .xs\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .xs\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .xs\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .xs\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .xs\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .xs\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xs\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .xs\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xs\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .xs\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .xs\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .xs\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .xs\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .xs\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .xs\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .xs\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xs\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .xs\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .xs\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .xs\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .xs\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .xs\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .xs\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xs\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .xs\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .xs\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .xs\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .xs\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .xs\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .xs\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .xs\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .xs\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .xs\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .xs\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .xs\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .xs\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .xs\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .xs\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .xs\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .xs\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .xs\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .xs\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .xs\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .xs\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .xs\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .xs\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .xs\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .xs\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .xs\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .xs\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .xs\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .xs\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .xs\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .xs\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .xs\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .xs\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .xs\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .xs\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .xs\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .xs\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .xs\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .xs\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .xs\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .xs\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .xs\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .xs\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .xs\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .xs\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .xs\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .xs\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .xs\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .xs\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .xs\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .xs\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .xs\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .xs\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .xs\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .xs\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .xs\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .xs\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .xs\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .xs\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .xs\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .xs\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .xs\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .xs\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .xs\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .xs\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .xs\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .xs\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .xs\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .xs\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .xs\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .xs\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .xs\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .xs\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .xs\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .xs\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .xs\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .xs\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .xs\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .xs\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .xs\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .xs\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .xs\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .xs\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .xs\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .xs\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .xs\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .xs\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .xs\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .xs\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .xs\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .xs\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .xs\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .xs\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .xs\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .xs\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .xs\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .xs\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .xs\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .xs\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .xs\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .xs\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .xs\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .xs\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .xs\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .xs\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .xs\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .xs\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .xs\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .xs\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .xs\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .xs\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .xs\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .xs\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .xs\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .xs\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .xs\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .xs\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .xs\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .xs\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .xs\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .xs\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .xs\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .xs\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .xs\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .xs\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .xs\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .xs\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .xs\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .xs\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .xs\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .xs\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .xs\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .xs\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .xs\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .xs\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .xs\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .xs\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .xs\:gap-y-0 {
        row-gap: 0;
    }
    .xs\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .xs\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .xs\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .xs\:gap-y-4 {
        row-gap: 1rem;
    }
    .xs\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .xs\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .xs\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .xs\:gap-y-8 {
        row-gap: 2rem;
    }
    .xs\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .xs\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .xs\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .xs\:gap-y-12 {
        row-gap: 3rem;
    }
    .xs\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .xs\:gap-y-16 {
        row-gap: 4rem;
    }
    .xs\:gap-y-20 {
        row-gap: 5rem;
    }
    .xs\:gap-y-23 {
        row-gap: 88px;
    }
    .xs\:gap-y-24 {
        row-gap: 6rem;
    }
    .xs\:gap-y-25 {
        row-gap: 100px;
    }
    .xs\:gap-y-28 {
        row-gap: 7rem;
    }
    .xs\:gap-y-29 {
        row-gap: 120px;
    }
    .xs\:gap-y-32 {
        row-gap: 8rem;
    }
    .xs\:gap-y-33 {
        row-gap: 130px;
    }
    .xs\:gap-y-36 {
        row-gap: 9rem;
    }
    .xs\:gap-y-40 {
        row-gap: 10rem;
    }
    .xs\:gap-y-44 {
        row-gap: 11rem;
    }
    .xs\:gap-y-48 {
        row-gap: 12rem;
    }
    .xs\:gap-y-52 {
        row-gap: 13rem;
    }
    .xs\:gap-y-56 {
        row-gap: 14rem;
    }
    .xs\:gap-y-60 {
        row-gap: 15rem;
    }
    .xs\:gap-y-63 {
        row-gap: 270px;
    }
    .xs\:gap-y-64 {
        row-gap: 16rem;
    }
    .xs\:gap-y-72 {
        row-gap: 18rem;
    }
    .xs\:gap-y-80 {
        row-gap: 20rem;
    }
    .xs\:gap-y-92 {
        row-gap: 475px;
    }
    .xs\:gap-y-96 {
        row-gap: 24rem;
    }
    .xs\:gap-y-128 {
        row-gap: 32rem;
    }
    .xs\:gap-y-px {
        row-gap: 1px;
    }
    .xs\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .xs\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .xs\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .xs\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .xs\:gap-y-105p {
        row-gap: 105px;
    }
    .xs\:gap-y-50p {
        row-gap: 50px;
    }
    .xs\:gap-y-54p {
        row-gap: 54px;
    }
    .xs\:gap-y-1p {
        row-gap: 1px;
    }
    .xs\:gap-y-2p {
        row-gap: 2px;
    }
    .xs\:gap-y-3p {
        row-gap: 3px;
    }
    .xs\:gap-y-5p {
        row-gap: 5px;
    }
    .xs\:gap-y-7p {
        row-gap: 7px;
    }
    .xs\:gap-y-9p {
        row-gap: 9px;
    }
    .xs\:gap-y-10p {
        row-gap: 10px;
    }
    .xs\:gap-y-11p {
        row-gap: 11px;
    }
    .xs\:gap-y-13p {
        row-gap: 13px;
    }
    .xs\:gap-y-15p {
        row-gap: 15px;
    }
    .xs\:gap-y-18p {
        row-gap: 18px;
    }
    .xs\:gap-y-19p {
        row-gap: 19px;
    }
    .xs\:gap-y-21p {
        row-gap: 21px;
    }
    .xs\:gap-y-22p {
        row-gap: 22px;
    }
    .xs\:gap-y-23p {
        row-gap: 23px;
    }
    .xs\:gap-y-25p {
        row-gap: 25px;
    }
    .xs\:gap-y-26p {
        row-gap: 26px;
    }
    .xs\:gap-y-29p {
        row-gap: 29px;
    }
    .xs\:gap-y-30p {
        row-gap: 30px;
    }
    .xs\:gap-y-31p {
        row-gap: 31px;
    }
    .xs\:gap-y-35p {
        row-gap: 35px;
    }
    .xs\:gap-y-52p {
        row-gap: 52px;
    }
    .xs\:gap-y-53p {
        row-gap: 53px;
    }
    .xs\:gap-y-55p {
        row-gap: 55px;
    }
    .xs\:gap-y-59p {
        row-gap: 59px;
    }
    .xs\:gap-y-27p {
        row-gap: 27px;
    }
    .xs\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .xs\:gap-y-38p {
        row-gap: 38px;
    }
    .xs\:gap-y-40p {
        row-gap: 40px;
    }
    .xs\:gap-y-46p {
        row-gap: 46px;
    }
    .xs\:gap-y-47p {
        row-gap: 47px;
    }
    .xs\:gap-y-49p {
        row-gap: 49px;
    }
    .xs\:gap-y-58p {
        row-gap: 58px;
    }
    .xs\:gap-y-75p {
        row-gap: 75px;
    }
    .xs\:gap-y-77p {
        row-gap: 77px;
    }
    .xs\:gap-y-60p {
        row-gap: 60px;
    }
    .xs\:gap-y-65p {
        row-gap: 65px;
    }
    .xs\:gap-y-66p {
        row-gap: 66px;
    }
    .xs\:gap-y-68p {
        row-gap: 68px;
    }
    .xs\:gap-y-70p {
        row-gap: 70px;
    }
    .xs\:gap-y-72p {
        row-gap: 72px;
    }
    .xs\:gap-y-74p {
        row-gap: 74px;
    }
    .xs\:gap-y-78p {
        row-gap: 78px;
    }
    .xs\:gap-y-80p {
        row-gap: 80px;
    }
    .xs\:gap-y-82p {
        row-gap: 82px;
    }
    .xs\:gap-y-84p {
        row-gap: 84px;
    }
    .xs\:gap-y-89p {
        row-gap: 89px;
    }
    .xs\:gap-y-93p {
        row-gap: 93px;
    }
    .xs\:gap-y-90p {
        row-gap: 90px;
    }
    .xs\:gap-y-97p {
        row-gap: 97px;
    }
    .xs\:gap-y-103p {
        row-gap: 103px;
    }
    .xs\:gap-y-116p {
        row-gap: 116px;
    }
    .xs\:gap-y-120p {
        row-gap: 120px;
    }
    .xs\:gap-y-125p {
        row-gap: 125px;
    }
    .xs\:gap-y-130p {
        row-gap: 130px;
    }
    .xs\:gap-y-135p {
        row-gap: 135px;
    }
    .xs\:gap-y-132p {
        row-gap: 132px;
    }
    .xs\:gap-y-150p {
        row-gap: 150px;
    }
    .xs\:gap-y-216p {
        row-gap: 216px;
    }
    .xs\:gap-y-225p {
        row-gap: 225px;
    }
    .xs\:gap-y-296p {
        row-gap: 296px;
    }
    .xs\:gap-y-270p {
        row-gap: 270px;
    }
    .xs\:gap-y-137p {
        row-gap: 137px;
    }
    .xs\:gap-y-141p {
        row-gap: 141px;
    }
    .xs\:gap-y-146p {
        row-gap: 146px;
    }
    .xs\:gap-y-152p {
        row-gap: 152px;
    }
    .xs\:gap-y-155p {
        row-gap: 155px;
    }
    .xs\:gap-y-163p {
        row-gap: 163px;
    }
    .xs\:gap-y-168p {
        row-gap: 168px;
    }
    .xs\:gap-y-173p {
        row-gap: 173px;
    }
    .xs\:gap-y-210p {
        row-gap: 210px;
    }
    .xs\:gap-y-245p {
        row-gap: 245px;
    }
    .xs\:gap-y-250p {
        row-gap: 250px;
    }
    .xs\:gap-y-260p {
        row-gap: 260px;
    }
    .xs\:gap-y-263p {
        row-gap: 263px;
    }
    .xs\:gap-y-266p {
        row-gap: 266px;
    }
    .xs\:gap-y-275p {
        row-gap: 275px;
    }
    .xs\:gap-y-300p {
        row-gap: 300px;
    }
    .xs\:gap-y-312p {
        row-gap: 312px;
    }
    .xs\:gap-y-318p {
        row-gap: 318px;
    }
    .xs\:gap-y-322p {
        row-gap: 322px;
    }
    .xs\:gap-y-337p {
        row-gap: 337px;
    }
    .xs\:gap-y-345p {
        row-gap: 345px;
    }
    .xs\:gap-y-344p {
        row-gap: 344px;
    }
    .xs\:gap-y-354p {
        row-gap: 354px;
    }
    .xs\:gap-y-364p {
        row-gap: 364px;
    }
    .xs\:gap-y-370p {
        row-gap: 370px;
    }
    .xs\:gap-y-382p {
        row-gap: 382px;
    }
    .xs\:gap-y-385p {
        row-gap: 385px;
    }
    .xs\:gap-y-400p {
        row-gap: 400px;
    }
    .xs\:gap-y-407p {
        row-gap: 407px;
    }
    .xs\:gap-y-411p {
        row-gap: 411px;
    }
    .xs\:gap-y-418p {
        row-gap: 418px;
    }
    .xs\:gap-y-430p {
        row-gap: 430px;
    }
    .xs\:gap-y-450p {
        row-gap: 450px;
    }
    .xs\:gap-y-468p {
        row-gap: 468px;
    }
    .xs\:gap-y-485p {
        row-gap: 485px;
    }
    .xs\:gap-y-491p {
        row-gap: 491px;
    }
    .xs\:gap-y-494p {
        row-gap: 494px;
    }
    .xs\:gap-y-470p {
        row-gap: 470px;
    }
    .xs\:gap-y-480p {
        row-gap: 480px;
    }
    .xs\:gap-y-532p {
        row-gap: 532px;
    }
    .xs\:gap-y-556p {
        row-gap: 556px;
    }
    .xs\:gap-y-505p {
        row-gap: 505px;
    }
    .xs\:gap-y-1179p {
        row-gap: 1179px;
    }
    .xs\:gap-y-1253p {
        row-gap: 1253px;
    }
    .xs\:gap-y-1575p {
        row-gap: 1575px;
    }
    .xs\:gap-y-600p {
        row-gap: 600px;
    }
    .xs\:gap-y-649p {
        row-gap: 649px;
    }
    .xs\:gap-y-690p {
        row-gap: 690px;
    }
    .xs\:gap-y-19\% {
        row-gap: 19%;
    }
    .xs\:gap-y-23\% {
        row-gap: 23%;
    }
    .xs\:gap-y-24\% {
        row-gap: 24%;
    }
    .xs\:gap-y-36\% {
        row-gap: 36%;
    }
    .xs\:gap-y-27\% {
        row-gap: 27%;
    }
    .xs\:gap-y-28\% {
        row-gap: 28%;
    }
    .xs\:gap-y-42\% {
        row-gap: 42%;
    }
    .xs\:gap-y-46\% {
        row-gap: 46%;
    }
    .xs\:gap-y-49\% {
        row-gap: 49%;
    }
    .xs\:gap-y-54\% {
        row-gap: 54%;
    }
    .xs\:gap-y-58\% {
        row-gap: 58%;
    }
    .xs\:gap-y-72\% {
        row-gap: 72%;
    }
    .xs\:gap-y-76\% {
        row-gap: 76%;
    }
    .xs\:gap-y-77\% {
        row-gap: 77%;
    }
    .xs\:gap-y-340p {
        row-gap: 340px;
    }
    .xs\:gap-y-700p {
        row-gap: 700px;
    }
    .xs\:gap-y-848p {
        row-gap: 848px;
    }
    .xs\:gap-y-850p {
        row-gap: 850px;
    }
    .xs\:gap-y-860p {
        row-gap: 860px;
    }
    .xs\:gap-y-1425p {
        row-gap: 1425px;
    }
    .xs\:grid-flow-row {
        grid-auto-flow: row;
    }
    .xs\:grid-flow-col {
        grid-auto-flow: column;
    }
    .xs\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .xs\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xs\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xs\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xs\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xs\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xs\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xs\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xs\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .xs\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .xs\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .xs\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .xs\:grid-cols-none {
        grid-template-columns: none;
    }
    .xs\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .xs\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .xs\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .xs\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .xs\:col-auto {
        grid-column: auto;
    }
    .xs\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xs\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xs\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xs\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xs\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .xs\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .xs\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .xs\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .xs\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .xs\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .xs\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .xs\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .xs\:col-span-full {
        grid-column: 1/-1;
    }
    .xs\:col-start-1 {
        grid-column-start: 1;
    }
    .xs\:col-start-2 {
        grid-column-start: 2;
    }
    .xs\:col-start-3 {
        grid-column-start: 3;
    }
    .xs\:col-start-4 {
        grid-column-start: 4;
    }
    .xs\:col-start-5 {
        grid-column-start: 5;
    }
    .xs\:col-start-6 {
        grid-column-start: 6;
    }
    .xs\:col-start-7 {
        grid-column-start: 7;
    }
    .xs\:col-start-8 {
        grid-column-start: 8;
    }
    .xs\:col-start-9 {
        grid-column-start: 9;
    }
    .xs\:col-start-10 {
        grid-column-start: 10;
    }
    .xs\:col-start-11 {
        grid-column-start: 11;
    }
    .xs\:col-start-12 {
        grid-column-start: 12;
    }
    .xs\:col-start-13 {
        grid-column-start: 13;
    }
    .xs\:col-start-auto {
        grid-column-start: auto;
    }
    .xs\:col-end-1 {
        grid-column-end: 1;
    }
    .xs\:col-end-2 {
        grid-column-end: 2;
    }
    .xs\:col-end-3 {
        grid-column-end: 3;
    }
    .xs\:col-end-4 {
        grid-column-end: 4;
    }
    .xs\:col-end-5 {
        grid-column-end: 5;
    }
    .xs\:col-end-6 {
        grid-column-end: 6;
    }
    .xs\:col-end-7 {
        grid-column-end: 7;
    }
    .xs\:col-end-8 {
        grid-column-end: 8;
    }
    .xs\:col-end-9 {
        grid-column-end: 9;
    }
    .xs\:col-end-10 {
        grid-column-end: 10;
    }
    .xs\:col-end-11 {
        grid-column-end: 11;
    }
    .xs\:col-end-12 {
        grid-column-end: 12;
    }
    .xs\:col-end-13 {
        grid-column-end: 13;
    }
    .xs\:col-end-auto {
        grid-column-end: auto;
    }
    .xs\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .xs\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .xs\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .xs\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .xs\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .xs\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .xs\:grid-rows-none {
        grid-template-rows: none;
    }
    .xs\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .xs\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .xs\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .xs\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .xs\:row-auto {
        grid-row: auto;
    }
    .xs\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .xs\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .xs\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .xs\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .xs\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .xs\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .xs\:row-span-full {
        grid-row: 1/-1;
    }
    .xs\:row-start-1 {
        grid-row-start: 1;
    }
    .xs\:row-start-2 {
        grid-row-start: 2;
    }
    .xs\:row-start-3 {
        grid-row-start: 3;
    }
    .xs\:row-start-4 {
        grid-row-start: 4;
    }
    .xs\:row-start-5 {
        grid-row-start: 5;
    }
    .xs\:row-start-6 {
        grid-row-start: 6;
    }
    .xs\:row-start-7 {
        grid-row-start: 7;
    }
    .xs\:row-start-auto {
        grid-row-start: auto;
    }
    .xs\:row-end-1 {
        grid-row-end: 1;
    }
    .xs\:row-end-2 {
        grid-row-end: 2;
    }
    .xs\:row-end-3 {
        grid-row-end: 3;
    }
    .xs\:row-end-4 {
        grid-row-end: 4;
    }
    .xs\:row-end-5 {
        grid-row-end: 5;
    }
    .xs\:row-end-6 {
        grid-row-end: 6;
    }
    .xs\:row-end-7 {
        grid-row-end: 7;
    }
    .xs\:row-end-auto {
        grid-row-end: auto;
    }
    .xs\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x))
            translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
            skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
            scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xs\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    .xs\:transform-none {
        transform: none;
    }
    .xs\:origin-center {
        transform-origin: center;
    }
    .xs\:origin-top {
        transform-origin: top;
    }
    .xs\:origin-top-right {
        transform-origin: top right;
    }
    .xs\:origin-right {
        transform-origin: right;
    }
    .xs\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .xs\:origin-bottom {
        transform-origin: bottom;
    }
    .xs\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .xs\:origin-left {
        transform-origin: left;
    }
    .xs\:origin-top-left {
        transform-origin: top left;
    }
    .xs\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xs\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xs\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xs\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xs\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xs\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xs\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xs\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xs\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xs\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xs\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xs\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .xs\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .xs\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .xs\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .xs\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .xs\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .xs\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .xs\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .xs\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .xs\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .xs\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .xs\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .xs\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .xs\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .xs\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .xs\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .xs\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .xs\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .xs\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .xs\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .xs\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .xs\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .xs\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xs\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xs\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xs\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xs\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xs\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xs\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xs\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xs\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xs\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xs\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xs\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .xs\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .xs\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .xs\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .xs\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .xs\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .xs\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .xs\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .xs\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .xs\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .xs\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .xs\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .xs\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .xs\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .xs\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .xs\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .xs\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .xs\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .xs\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .xs\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .xs\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .xs\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .xs\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .xs\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .xs\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .xs\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .xs\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .xs\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .xs\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .xs\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .xs\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .xs\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .xs\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .xs\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .xs\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .xs\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .xs\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .xs\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .xs\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .xs\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .xs\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .xs\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .xs\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .xs\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .xs\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .xs\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .xs\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .xs\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .xs\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .xs\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .xs\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .xs\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .xs\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .xs\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .xs\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .xs\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .xs\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .xs\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .xs\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .xs\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .xs\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .xs\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .xs\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .xs\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .xs\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .xs\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .xs\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .xs\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .xs\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .xs\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .xs\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .xs\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .xs\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .xs\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .xs\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .xs\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .xs\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .xs\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .xs\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .xs\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .xs\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .xs\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .xs\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .xs\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .xs\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .xs\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .xs\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .xs\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .xs\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .xs\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .xs\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .xs\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .xs\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .xs\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .xs\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .xs\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .xs\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .xs\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .xs\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .xs\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .xs\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .xs\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .xs\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .xs\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .xs\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .xs\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .xs\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xs\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .xs\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .xs\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .xs\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .xs\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .xs\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .xs\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .xs\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .xs\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .xs\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .xs\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .xs\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .xs\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .xs\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .xs\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .xs\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .xs\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .xs\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .xs\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .xs\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .xs\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .xs\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .xs\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .xs\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .xs\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .xs\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .xs\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .xs\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .xs\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .xs\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .xs\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .xs\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .xs\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .xs\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .xs\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .xs\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .xs\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .xs\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .xs\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .xs\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .xs\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .xs\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .xs\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .xs\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .xs\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .xs\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .xs\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .xs\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .xs\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .xs\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .xs\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .xs\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .xs\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .xs\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .xs\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .xs\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .xs\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .xs\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .xs\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .xs\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .xs\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .xs\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .xs\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .xs\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .xs\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .xs\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .xs\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .xs\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .xs\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .xs\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .xs\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .xs\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .xs\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .xs\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .xs\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .xs\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .xs\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .xs\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .xs\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .xs\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .xs\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .xs\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .xs\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .xs\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .xs\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .xs\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .xs\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .xs\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .xs\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .xs\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .xs\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .xs\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .xs\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .xs\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .xs\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .xs\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .xs\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .xs\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .xs\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .xs\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .xs\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .xs\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .xs\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .xs\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .xs\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .xs\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .xs\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .xs\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .xs\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .xs\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .xs\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .xs\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .xs\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .xs\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .xs\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .xs\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .xs\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .xs\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .xs\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .xs\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .xs\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .xs\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .xs\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .xs\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .xs\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .xs\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .xs\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .xs\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .xs\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .xs\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .xs\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .xs\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .xs\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .xs\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .xs\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .xs\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .xs\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .xs\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .xs\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .xs\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .xs\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .xs\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .xs\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .xs\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .xs\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .xs\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .xs\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .xs\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .xs\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .xs\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .xs\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .xs\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .xs\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .xs\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .xs\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .xs\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .xs\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .xs\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .xs\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .xs\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .xs\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .xs\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .xs\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .xs\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .xs\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .xs\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .xs\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .xs\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .xs\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .xs\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .xs\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .xs\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .xs\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .xs\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .xs\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .xs\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .xs\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .xs\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .xs\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .xs\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .xs\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .xs\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .xs\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .xs\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .xs\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .xs\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .xs\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .xs\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .xs\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .xs\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .xs\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .xs\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .xs\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .xs\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .xs\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .xs\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .xs\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .xs\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .xs\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .xs\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .xs\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .xs\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .xs\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .xs\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .xs\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .xs\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .xs\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .xs\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .xs\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .xs\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .xs\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .xs\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .xs\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .xs\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .xs\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .xs\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .xs\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .xs\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .xs\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .xs\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .xs\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .xs\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .xs\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .xs\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .xs\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .xs\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .xs\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .xs\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .xs\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .xs\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .xs\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .xs\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .xs\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .xs\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .xs\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .xs\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .xs\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .xs\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .xs\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .xs\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .xs\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .xs\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .xs\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .xs\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .xs\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .xs\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .xs\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .xs\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .xs\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .xs\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .xs\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .xs\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .xs\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .xs\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .xs\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .xs\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .xs\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .xs\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .xs\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .xs\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .xs\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .xs\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .xs\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .xs\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .xs\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .xs\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .xs\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .xs\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .xs\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .xs\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .xs\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .xs\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .xs\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .xs\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .xs\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .xs\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .xs\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .xs\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .xs\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .xs\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .xs\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .xs\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .xs\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .xs\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .xs\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .xs\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .xs\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .xs\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .xs\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .xs\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .xs\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .xs\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .xs\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .xs\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .xs\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .xs\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .xs\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .xs\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .xs\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .xs\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .xs\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .xs\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .xs\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .xs\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .xs\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .xs\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .xs\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .xs\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .xs\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .xs\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .xs\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .xs\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .xs\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .xs\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .xs\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .xs\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .xs\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .xs\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .xs\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .xs\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .xs\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .xs\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .xs\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .xs\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .xs\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .xs\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .xs\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .xs\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .xs\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .xs\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .xs\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .xs\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .xs\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .xs\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .xs\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .xs\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .xs\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .xs\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .xs\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .xs\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .xs\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .xs\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .xs\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .xs\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .xs\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .xs\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .xs\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .xs\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .xs\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .xs\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .xs\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .xs\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .xs\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .xs\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .xs\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .xs\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .xs\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .xs\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .xs\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .xs\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .xs\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .xs\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .xs\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .xs\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xs\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .xs\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .xs\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .xs\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .xs\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .xs\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .xs\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .xs\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .xs\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .xs\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .xs\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .xs\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .xs\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .xs\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .xs\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .xs\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .xs\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .xs\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .xs\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .xs\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .xs\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .xs\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .xs\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .xs\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .xs\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .xs\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .xs\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .xs\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .xs\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .xs\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .xs\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .xs\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .xs\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .xs\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .xs\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .xs\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .xs\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .xs\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .xs\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .xs\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .xs\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .xs\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .xs\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .xs\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .xs\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .xs\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .xs\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .xs\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .xs\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .xs\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .xs\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .xs\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .xs\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .xs\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .xs\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .xs\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .xs\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .xs\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .xs\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .xs\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .xs\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .xs\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .xs\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .xs\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .xs\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .xs\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .xs\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .xs\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .xs\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .xs\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .xs\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .xs\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .xs\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .xs\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .xs\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .xs\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .xs\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .xs\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .xs\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .xs\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .xs\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .xs\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .xs\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .xs\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .xs\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .xs\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .xs\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .xs\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .xs\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .xs\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .xs\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .xs\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .xs\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .xs\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .xs\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .xs\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .xs\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .xs\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .xs\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .xs\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .xs\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .xs\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .xs\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .xs\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .xs\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .xs\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .xs\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .xs\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .xs\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .xs\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .xs\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .xs\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .xs\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .xs\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .xs\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .xs\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .xs\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .xs\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .xs\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .xs\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .xs\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .xs\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .xs\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .xs\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .xs\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .xs\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .xs\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .xs\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .xs\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .xs\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .xs\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .xs\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .xs\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .xs\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .xs\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .xs\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .xs\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .xs\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .xs\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .xs\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .xs\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .xs\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .xs\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .xs\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .xs\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .xs\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .xs\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .xs\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .xs\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .xs\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .xs\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .xs\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .xs\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .xs\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .xs\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .xs\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .xs\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .xs\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .xs\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .xs\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .xs\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .xs\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .xs\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .xs\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .xs\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .xs\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .xs\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .xs\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .xs\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .xs\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .xs\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .xs\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .xs\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .xs\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .xs\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .xs\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .xs\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .xs\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .xs\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .xs\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .xs\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .xs\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .xs\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .xs\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .xs\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .xs\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .xs\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .xs\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .xs\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .xs\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .xs\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .xs\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .xs\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .xs\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .xs\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .xs\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .xs\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .xs\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .xs\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .xs\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .xs\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .xs\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .xs\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .xs\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .xs\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .xs\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .xs\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .xs\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .xs\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .xs\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .xs\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .xs\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .xs\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .xs\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .xs\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .xs\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .xs\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .xs\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .xs\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .xs\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .xs\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .xs\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .xs\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .xs\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .xs\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .xs\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .xs\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .xs\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .xs\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .xs\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .xs\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .xs\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .xs\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .xs\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .xs\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .xs\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .xs\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .xs\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .xs\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .xs\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .xs\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .xs\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .xs\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .xs\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .xs\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .xs\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .xs\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .xs\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .xs\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .xs\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .xs\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .xs\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .xs\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .xs\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .xs\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .xs\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .xs\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .xs\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .xs\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .xs\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .xs\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .xs\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .xs\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .xs\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .xs\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .xs\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .xs\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .xs\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .xs\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .xs\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .xs\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .xs\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .xs\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .xs\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .xs\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .xs\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .xs\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .xs\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .xs\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .xs\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .xs\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .xs\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .xs\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .xs\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .xs\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .xs\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .xs\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .xs\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .xs\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .xs\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .xs\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .xs\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .xs\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .xs\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .xs\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .xs\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .xs\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .xs\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .xs\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .xs\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .xs\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .xs\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .xs\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .xs\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .xs\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .xs\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .xs\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .xs\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .xs\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .xs\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .xs\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .xs\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .xs\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .xs\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .xs\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .xs\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .xs\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .xs\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .xs\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .xs\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .xs\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .xs\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .xs\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .xs\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .xs\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .xs\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .xs\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .xs\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .xs\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .xs\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .xs\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .xs\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .xs\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .xs\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .xs\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .xs\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .xs\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .xs\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .xs\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .xs\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .xs\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .xs\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .xs\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .xs\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .xs\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .xs\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .xs\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .xs\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .xs\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .xs\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .xs\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .xs\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .xs\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .xs\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .xs\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .xs\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .xs\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .xs\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .xs\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .xs\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .xs\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .xs\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .xs\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .xs\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xs\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .xs\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .xs\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .xs\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .xs\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .xs\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .xs\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .xs\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .xs\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .xs\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .xs\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .xs\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .xs\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .xs\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .xs\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .xs\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .xs\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .xs\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .xs\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .xs\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .xs\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .xs\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .xs\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .xs\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .xs\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .xs\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .xs\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .xs\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .xs\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .xs\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .xs\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .xs\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .xs\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .xs\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .xs\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .xs\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .xs\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .xs\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .xs\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .xs\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .xs\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .xs\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .xs\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .xs\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .xs\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .xs\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .xs\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .xs\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .xs\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .xs\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .xs\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .xs\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .xs\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .xs\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .xs\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .xs\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .xs\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .xs\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .xs\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .xs\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .xs\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .xs\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .xs\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .xs\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .xs\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .xs\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .xs\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .xs\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .xs\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .xs\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .xs\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .xs\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .xs\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .xs\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .xs\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .xs\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .xs\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .xs\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .xs\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .xs\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .xs\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .xs\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .xs\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .xs\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .xs\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .xs\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .xs\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .xs\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .xs\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .xs\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .xs\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .xs\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .xs\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .xs\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .xs\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .xs\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .xs\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .xs\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .xs\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .xs\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .xs\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .xs\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .xs\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .xs\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .xs\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .xs\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .xs\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .xs\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .xs\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .xs\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .xs\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .xs\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .xs\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .xs\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .xs\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .xs\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .xs\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .xs\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .xs\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .xs\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .xs\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .xs\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .xs\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .xs\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .xs\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .xs\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .xs\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .xs\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .xs\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .xs\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .xs\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .xs\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .xs\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .xs\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .xs\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .xs\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .xs\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .xs\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .xs\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .xs\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .xs\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .xs\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .xs\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .xs\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .xs\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .xs\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .xs\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .xs\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .xs\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .xs\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .xs\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .xs\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .xs\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .xs\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .xs\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .xs\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .xs\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .xs\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .xs\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .xs\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .xs\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .xs\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .xs\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .xs\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .xs\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .xs\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .xs\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .xs\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .xs\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .xs\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .xs\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .xs\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .xs\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .xs\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .xs\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .xs\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .xs\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .xs\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .xs\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .xs\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .xs\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .xs\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .xs\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .xs\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .xs\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .xs\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .xs\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .xs\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .xs\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .xs\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .xs\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .xs\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .xs\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .xs\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .xs\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .xs\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .xs\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .xs\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .xs\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .xs\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .xs\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .xs\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .xs\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .xs\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .xs\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .xs\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .xs\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .xs\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .xs\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .xs\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .xs\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .xs\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .xs\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .xs\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .xs\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .xs\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .xs\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .xs\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .xs\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .xs\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .xs\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .xs\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .xs\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .xs\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .xs\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .xs\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .xs\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .xs\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .xs\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .xs\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .xs\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .xs\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .xs\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .xs\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .xs\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .xs\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .xs\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .xs\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .xs\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .xs\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .xs\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .xs\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .xs\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .xs\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .xs\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .xs\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .xs\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .xs\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .xs\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .xs\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .xs\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .xs\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .xs\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .xs\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .xs\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .xs\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .xs\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .xs\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .xs\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .xs\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .xs\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .xs\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .xs\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .xs\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .xs\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .xs\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .xs\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .xs\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .xs\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .xs\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .xs\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .xs\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .xs\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .xs\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .xs\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .xs\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .xs\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .xs\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .xs\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .xs\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .xs\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .xs\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .xs\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .xs\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .xs\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .xs\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .xs\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .xs\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .xs\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .xs\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .xs\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .xs\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .xs\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .xs\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .xs\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .xs\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .xs\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .xs\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .xs\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .xs\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .xs\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .xs\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .xs\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .xs\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .xs\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .xs\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .xs\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .xs\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .xs\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .xs\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .xs\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .xs\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .xs\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .xs\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .xs\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .xs\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .xs\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .xs\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .xs\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .xs\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .xs\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .xs\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .xs\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .xs\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .xs\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .xs\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .xs\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .xs\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .xs\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .xs\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .xs\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .xs\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .xs\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .xs\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .xs\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .xs\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .xs\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .xs\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .xs\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .xs\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .xs\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .xs\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .xs\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .xs\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .xs\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .xs\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .xs\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .xs\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .xs\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .xs\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .xs\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .xs\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .xs\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .xs\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .xs\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .xs\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .xs\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .xs\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .xs\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .xs\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .xs\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .xs\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .xs\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .xs\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xs\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .xs\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .xs\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .xs\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .xs\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .xs\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .xs\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .xs\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .xs\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .xs\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .xs\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .xs\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .xs\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .xs\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .xs\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .xs\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .xs\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .xs\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .xs\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .xs\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .xs\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .xs\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .xs\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .xs\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .xs\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .xs\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .xs\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .xs\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .xs\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .xs\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .xs\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .xs\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .xs\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .xs\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .xs\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .xs\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .xs\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .xs\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .xs\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .xs\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .xs\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .xs\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .xs\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .xs\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .xs\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .xs\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .xs\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .xs\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .xs\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .xs\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .xs\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .xs\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .xs\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .xs\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .xs\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .xs\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .xs\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .xs\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .xs\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .xs\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .xs\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .xs\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .xs\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .xs\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .xs\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .xs\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .xs\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .xs\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .xs\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .xs\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .xs\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .xs\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .xs\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .xs\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .xs\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .xs\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .xs\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .xs\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .xs\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .xs\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .xs\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .xs\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .xs\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .xs\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .xs\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .xs\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .xs\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .xs\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .xs\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .xs\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .xs\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .xs\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .xs\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .xs\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .xs\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .xs\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .xs\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .xs\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .xs\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .xs\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .xs\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .xs\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .xs\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .xs\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .xs\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .xs\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .xs\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .xs\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .xs\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .xs\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .xs\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .xs\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .xs\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .xs\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .xs\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .xs\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .xs\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .xs\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .xs\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .xs\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .xs\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .xs\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .xs\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .xs\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .xs\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .xs\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .xs\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .xs\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .xs\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .xs\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .xs\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .xs\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .xs\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .xs\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .xs\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .xs\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .xs\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .xs\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .xs\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .xs\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .xs\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .xs\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .xs\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .xs\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .xs\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .xs\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .xs\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .xs\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .xs\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .xs\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .xs\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .xs\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .xs\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .xs\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .xs\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .xs\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .xs\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .xs\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .xs\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .xs\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .xs\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .xs\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .xs\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .xs\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .xs\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .xs\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .xs\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .xs\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .xs\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .xs\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .xs\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .xs\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .xs\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .xs\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .xs\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .xs\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .xs\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .xs\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .xs\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .xs\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .xs\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .xs\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .xs\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .xs\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .xs\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .xs\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .xs\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .xs\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .xs\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .xs\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .xs\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .xs\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .xs\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .xs\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .xs\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .xs\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .xs\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .xs\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .xs\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .xs\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .xs\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .xs\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .xs\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .xs\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .xs\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .xs\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .xs\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .xs\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .xs\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .xs\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .xs\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .xs\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .xs\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .xs\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .xs\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .xs\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .xs\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .xs\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .xs\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .xs\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .xs\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .xs\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .xs\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .xs\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .xs\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .xs\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .xs\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .xs\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .xs\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .xs\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .xs\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .xs\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .xs\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .xs\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .xs\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .xs\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .xs\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .xs\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .xs\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .xs\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .xs\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .xs\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .xs\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .xs\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .xs\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .xs\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .xs\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .xs\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .xs\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .xs\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .xs\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .xs\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .xs\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .xs\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .xs\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .xs\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .xs\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .xs\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .xs\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .xs\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .xs\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .xs\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .xs\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .xs\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .xs\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .xs\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .xs\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .xs\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .xs\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .xs\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .xs\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .xs\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .xs\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .xs\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .xs\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .xs\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .xs\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .xs\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .xs\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .xs\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .xs\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .xs\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .xs\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .xs\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .xs\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .xs\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .xs\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .xs\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .xs\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .xs\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .xs\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .xs\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .xs\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .xs\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .xs\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .xs\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .xs\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .xs\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .xs\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .xs\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .xs\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .xs\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .xs\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .xs\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .xs\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .xs\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .xs\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .xs\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .xs\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .xs\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .xs\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .xs\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .xs\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .xs\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .xs\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .xs\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .xs\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .xs\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .xs\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .xs\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .xs\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .xs\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .xs\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .xs\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .xs\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .xs\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .xs\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .xs\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .xs\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .xs\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .xs\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .xs\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .xs\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .xs\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .xs\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .xs\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .xs\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .xs\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .xs\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .xs\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .xs\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .xs\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .xs\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .xs\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .xs\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .xs\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .xs\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .xs\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .xs\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .xs\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .xs\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .xs\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .xs\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .xs\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .xs\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .xs\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .xs\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .xs\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .xs\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .xs\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .xs\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .xs\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .xs\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .xs\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xs\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .xs\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .xs\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .xs\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .xs\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .xs\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .xs\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .xs\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .xs\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .xs\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .xs\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .xs\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .xs\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .xs\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .xs\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .xs\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .xs\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .xs\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .xs\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .xs\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .xs\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .xs\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .xs\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .xs\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .xs\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .xs\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .xs\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .xs\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .xs\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .xs\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .xs\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .xs\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .xs\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .xs\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .xs\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .xs\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .xs\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .xs\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .xs\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .xs\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .xs\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .xs\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .xs\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .xs\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .xs\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .xs\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .xs\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .xs\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .xs\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .xs\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .xs\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .xs\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .xs\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .xs\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .xs\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .xs\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .xs\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .xs\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .xs\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .xs\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .xs\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .xs\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .xs\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .xs\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .xs\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .xs\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .xs\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .xs\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .xs\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .xs\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .xs\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .xs\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .xs\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .xs\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .xs\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .xs\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .xs\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .xs\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .xs\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .xs\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .xs\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .xs\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .xs\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .xs\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .xs\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .xs\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .xs\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .xs\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .xs\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .xs\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .xs\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .xs\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .xs\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .xs\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .xs\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .xs\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .xs\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .xs\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .xs\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .xs\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .xs\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .xs\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .xs\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .xs\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .xs\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .xs\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .xs\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .xs\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .xs\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .xs\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .xs\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .xs\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .xs\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .xs\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .xs\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .xs\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .xs\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .xs\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .xs\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .xs\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .xs\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .xs\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .xs\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .xs\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .xs\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .xs\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .xs\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .xs\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .xs\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .xs\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .xs\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .xs\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .xs\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .xs\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .xs\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .xs\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .xs\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .xs\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .xs\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .xs\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .xs\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .xs\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .xs\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .xs\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .xs\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .xs\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .xs\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .xs\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .xs\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .xs\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .xs\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .xs\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .xs\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .xs\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .xs\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .xs\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .xs\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .xs\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .xs\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .xs\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .xs\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .xs\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .xs\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .xs\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .xs\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .xs\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .xs\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .xs\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .xs\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .xs\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .xs\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .xs\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .xs\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .xs\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .xs\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .xs\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .xs\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .xs\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .xs\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .xs\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .xs\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .xs\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .xs\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .xs\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .xs\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .xs\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .xs\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .xs\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .xs\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .xs\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .xs\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .xs\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .xs\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .xs\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .xs\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .xs\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .xs\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .xs\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .xs\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .xs\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .xs\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .xs\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .xs\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .xs\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .xs\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .xs\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .xs\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .xs\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .xs\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .xs\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .xs\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .xs\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .xs\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .xs\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .xs\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .xs\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .xs\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .xs\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .xs\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .xs\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .xs\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .xs\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .xs\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .xs\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .xs\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .xs\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .xs\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .xs\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .xs\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .xs\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .xs\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .xs\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .xs\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .xs\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .xs\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .xs\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .xs\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .xs\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .xs\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .xs\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .xs\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .xs\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .xs\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .xs\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .xs\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .xs\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .xs\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .xs\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .xs\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .xs\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .xs\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .xs\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .xs\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .xs\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .xs\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .xs\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .xs\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .xs\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .xs\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .xs\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .xs\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .xs\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .xs\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .xs\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .xs\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .xs\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .xs\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .xs\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .xs\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .xs\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .xs\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .xs\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .xs\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .xs\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .xs\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .xs\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .xs\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .xs\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .xs\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .xs\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .xs\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .xs\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .xs\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .xs\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .xs\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .xs\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .xs\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .xs\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .xs\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .xs\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .xs\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .xs\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .xs\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .xs\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .xs\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .xs\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .xs\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .xs\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .xs\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .xs\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .xs\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .xs\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .xs\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .xs\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .xs\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .xs\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .xs\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .xs\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .xs\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .xs\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .xs\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .xs\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .xs\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .xs\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .xs\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .xs\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .xs\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .xs\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .xs\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .xs\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .xs\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .xs\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .xs\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .xs\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .xs\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .xs\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .xs\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .xs\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .xs\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .xs\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .xs\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .xs\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .xs\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .xs\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .xs\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .xs\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .xs\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .xs\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .xs\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .xs\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .xs\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .xs\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .xs\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .xs\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .xs\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .xs\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .xs\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .xs\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .xs\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .xs\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .xs\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .xs\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .xs\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .xs\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .xs\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .xs\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .xs\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .xs\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .xs\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .xs\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .xs\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .xs\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .xs\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .xs\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xs\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .xs\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .xs\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .xs\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .xs\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .xs\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .xs\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .xs\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .xs\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .xs\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .xs\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .xs\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .xs\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .xs\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .xs\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .xs\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .xs\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .xs\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .xs\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .xs\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .xs\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .xs\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .xs\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .xs\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .xs\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .xs\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .xs\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .xs\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .xs\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .xs\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .xs\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .xs\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .xs\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .xs\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .xs\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .xs\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .xs\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .xs\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .xs\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .xs\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .xs\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .xs\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .xs\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .xs\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .xs\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .xs\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .xs\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .xs\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .xs\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .xs\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .xs\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .xs\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .xs\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .xs\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .xs\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .xs\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .xs\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .xs\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .xs\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .xs\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .xs\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .xs\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .xs\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .xs\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .xs\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .xs\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .xs\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .xs\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .xs\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .xs\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .xs\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .xs\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .xs\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .xs\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .xs\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .xs\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .xs\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .xs\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .xs\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .xs\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .xs\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .xs\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .xs\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .xs\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .xs\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .xs\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .xs\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .xs\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .xs\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .xs\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .xs\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .xs\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .xs\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .xs\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .xs\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .xs\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .xs\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .xs\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .xs\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .xs\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .xs\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .xs\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .xs\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .xs\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .xs\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .xs\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .xs\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .xs\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .xs\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .xs\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .xs\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .xs\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .xs\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .xs\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .xs\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .xs\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .xs\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .xs\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .xs\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .xs\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .xs\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .xs\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .xs\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .xs\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .xs\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .xs\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .xs\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .xs\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .xs\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .xs\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .xs\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .xs\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .xs\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .xs\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .xs\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .xs\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .xs\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .xs\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .xs\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .xs\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .xs\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .xs\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .xs\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .xs\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .xs\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .xs\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .xs\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .xs\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .xs\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .xs\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .xs\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .xs\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .xs\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .xs\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .xs\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .xs\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .xs\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .xs\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .xs\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .xs\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .xs\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .xs\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .xs\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .xs\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .xs\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .xs\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .xs\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .xs\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .xs\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .xs\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .xs\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .xs\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .xs\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .xs\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .xs\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .xs\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .xs\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .xs\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .xs\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .xs\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .xs\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .xs\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .xs\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .xs\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .xs\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .xs\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .xs\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .xs\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .xs\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .xs\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .xs\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .xs\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .xs\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .xs\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .xs\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .xs\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .xs\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .xs\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .xs\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .xs\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .xs\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .xs\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .xs\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .xs\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .xs\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .xs\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .xs\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .xs\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .xs\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .xs\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .xs\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .xs\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .xs\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .xs\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .xs\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .xs\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .xs\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .xs\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .xs\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .xs\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .xs\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .xs\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .xs\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .xs\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .xs\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .xs\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .xs\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .xs\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .xs\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .xs\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .xs\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .xs\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .xs\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .xs\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .xs\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .xs\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .xs\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .xs\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .xs\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .xs\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .xs\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .xs\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .xs\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .xs\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .xs\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .xs\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .xs\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .xs\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .xs\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .xs\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .xs\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .xs\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .xs\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .xs\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .xs\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .xs\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .xs\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .xs\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .xs\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .xs\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .xs\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .xs\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .xs\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .xs\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .xs\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .xs\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .xs\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .xs\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .xs\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .xs\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .xs\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .xs\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .xs\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .xs\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .xs\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .xs\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .xs\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .xs\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .xs\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .xs\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .xs\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .xs\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .xs\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .xs\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .xs\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .xs\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .xs\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .xs\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .xs\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .xs\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .xs\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .xs\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .xs\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .xs\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .xs\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .xs\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .xs\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .xs\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .xs\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .xs\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .xs\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .xs\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .xs\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .xs\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .xs\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .xs\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .xs\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .xs\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .xs\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .xs\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .xs\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .xs\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .xs\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .xs\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .xs\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .xs\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .xs\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .xs\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .xs\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .xs\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .xs\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .xs\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .xs\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .xs\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .xs\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .xs\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .xs\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .xs\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .xs\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .xs\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .xs\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .xs\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .xs\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .xs\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .xs\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .xs\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .xs\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .xs\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .xs\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .xs\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .xs\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .xs\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .xs\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .xs\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .xs\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .xs\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .xs\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .xs\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .xs\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .xs\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .xs\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .xs\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .xs\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .xs\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .xs\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .xs\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .xs\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .xs\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .xs\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .xs\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .xs\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .xs\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .xs\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .xs\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .xs\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .xs\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .xs\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .xs\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .xs\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .xs\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .xs\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .xs\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .xs\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .xs\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .xs\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .xs\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .xs\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .xs\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .xs\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .xs\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .xs\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .xs\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .xs\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .xs\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .xs\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .xs\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .xs\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .xs\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .xs\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .xs\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .xs\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .xs\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .xs\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .xs\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .xs\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .xs\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .xs\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .xs\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .xs\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .xs\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .xs\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .xs\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .xs\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .xs\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .xs\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .xs\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .xs\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .xs\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .xs\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .xs\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .xs\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .xs\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .xs\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .xs\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .xs\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .xs\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .xs\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .xs\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .xs\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .xs\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .xs\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .xs\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .xs\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .xs\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .xs\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .xs\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .xs\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .xs\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .xs\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .xs\:transition-none {
        transition-property: none;
    }
    .xs\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xs\: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;
    }
    .xs\: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;
    }
    .xs\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xs\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xs\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .xs\:ease-linear {
        transition-timing-function: linear;
    }
    .xs\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .xs\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .xs\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .xs\:duration-75 {
        transition-duration: 75ms;
    }
    .xs\:duration-100 {
        transition-duration: 0.1s;
    }
    .xs\:duration-150 {
        transition-duration: 150ms;
    }
    .xs\:duration-200 {
        transition-duration: 0.2s;
    }
    .xs\:duration-300 {
        transition-duration: 0.3s;
    }
    .xs\:duration-500 {
        transition-duration: 0.5s;
    }
    .xs\:duration-700 {
        transition-duration: 0.7s;
    }
    .xs\:duration-1000 {
        transition-duration: 1s;
    }
    .xs\:delay-75 {
        transition-delay: 75ms;
    }
    .xs\:delay-100 {
        transition-delay: 0.1s;
    }
    .xs\:delay-150 {
        transition-delay: 150ms;
    }
    .xs\:delay-200 {
        transition-delay: 0.2s;
    }
    .xs\:delay-300 {
        transition-delay: 0.3s;
    }
    .xs\:delay-500 {
        transition-delay: 0.5s;
    }
    .xs\:delay-700 {
        transition-delay: 0.7s;
    }
    .xs\:delay-1000 {
        transition-delay: 1s;
    }
    .xs\:animate-none {
        animation: none;
    }
    .xs\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .xs\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .xs\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .xs\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
@media (min-width: 280px) and (max-width: 360px) {
    .x\:container {
        width: 100%;
    }
    @media (min-width: 280px) {
        .x\:container {
            max-width: 280px;
        }
    }
    @media (min-width: 360px) {
        .x\:container {
            max-width: 360px;
        }
    }
    @media (min-width: 480px) {
        .x\:container {
            max-width: 480px;
        }
    }
    @media (min-width: 640px) {
        .x\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .x\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 1024px) {
        .x\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1280px) {
        .x\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1536px) {
        .x\:container {
            max-width: 1536px;
        }
    }
    @media (min-width: 1920px) {
        .x\:container {
            max-width: 1920px;
        }
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(88px * var(--tw-space-y-reverse));
    }
    .x\:space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(88px * var(--tw-space-x-reverse));
        margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(100px * var(--tw-space-y-reverse));
    }
    .x\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(100px * var(--tw-space-x-reverse));
        margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .x\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .x\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .x\:space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(475px * var(--tw-space-y-reverse));
    }
    .x\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(475px * var(--tw-space-x-reverse));
        margin-left: calc(475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(32rem * var(--tw-space-y-reverse));
    }
    .x\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32rem * var(--tw-space-x-reverse));
        margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(105px * var(--tw-space-y-reverse));
    }
    .x\:space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(105px * var(--tw-space-x-reverse));
        margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(50px * var(--tw-space-y-reverse));
    }
    .x\:space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(50px * var(--tw-space-x-reverse));
        margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54px * var(--tw-space-y-reverse));
    }
    .x\:space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54px * var(--tw-space-x-reverse));
        margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-1p > :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));
    }
    .x\:space-x-1p > :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)));
    }
    .x\:space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2px * var(--tw-space-y-reverse));
    }
    .x\:space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2px * var(--tw-space-x-reverse));
        margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3px * var(--tw-space-y-reverse));
    }
    .x\:space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3px * var(--tw-space-x-reverse));
        margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }
    .x\:space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7px * var(--tw-space-y-reverse));
    }
    .x\:space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7px * var(--tw-space-x-reverse));
        margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9px * var(--tw-space-y-reverse));
    }
    .x\:space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9px * var(--tw-space-x-reverse));
        margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }
    .x\:space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11px * var(--tw-space-y-reverse));
    }
    .x\:space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11px * var(--tw-space-x-reverse));
        margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13px * var(--tw-space-y-reverse));
    }
    .x\:space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13px * var(--tw-space-x-reverse));
        margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }
    .x\:space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18px * var(--tw-space-y-reverse));
    }
    .x\:space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18px * var(--tw-space-x-reverse));
        margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19px * var(--tw-space-y-reverse));
    }
    .x\:space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19px * var(--tw-space-x-reverse));
        margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(21px * var(--tw-space-y-reverse));
    }
    .x\:space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(21px * var(--tw-space-x-reverse));
        margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(22px * var(--tw-space-y-reverse));
    }
    .x\:space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(22px * var(--tw-space-x-reverse));
        margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23px * var(--tw-space-y-reverse));
    }
    .x\:space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23px * var(--tw-space-x-reverse));
        margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }
    .x\:space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(26px * var(--tw-space-y-reverse));
    }
    .x\:space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(26px * var(--tw-space-x-reverse));
        margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(29px * var(--tw-space-y-reverse));
    }
    .x\:space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(29px * var(--tw-space-x-reverse));
        margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    .x\:space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(30px * var(--tw-space-x-reverse));
        margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(31px * var(--tw-space-y-reverse));
    }
    .x\:space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(31px * var(--tw-space-x-reverse));
        margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(35px * var(--tw-space-y-reverse));
    }
    .x\:space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(35px * var(--tw-space-x-reverse));
        margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }
    .x\:space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(53px * var(--tw-space-y-reverse));
    }
    .x\:space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(53px * var(--tw-space-x-reverse));
        margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(55px * var(--tw-space-y-reverse));
    }
    .x\:space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(55px * var(--tw-space-x-reverse));
        margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(59px * var(--tw-space-y-reverse));
    }
    .x\:space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(59px * var(--tw-space-x-reverse));
        margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27px * var(--tw-space-y-reverse));
    }
    .x\:space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27px * var(--tw-space-x-reverse));
        margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(33.5px * var(--tw-space-y-reverse));
    }
    .x\:space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(33.5px * var(--tw-space-x-reverse));
        margin-left: calc(33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(38px * var(--tw-space-y-reverse));
    }
    .x\:space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(38px * var(--tw-space-x-reverse));
        margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(40px * var(--tw-space-y-reverse));
    }
    .x\:space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(40px * var(--tw-space-x-reverse));
        margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46px * var(--tw-space-y-reverse));
    }
    .x\:space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46px * var(--tw-space-x-reverse));
        margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(47px * var(--tw-space-y-reverse));
    }
    .x\:space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(47px * var(--tw-space-x-reverse));
        margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49px * var(--tw-space-y-reverse));
    }
    .x\:space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49px * var(--tw-space-x-reverse));
        margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58px * var(--tw-space-y-reverse));
    }
    .x\:space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58px * var(--tw-space-x-reverse));
        margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(75px * var(--tw-space-y-reverse));
    }
    .x\:space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(75px * var(--tw-space-x-reverse));
        margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77px * var(--tw-space-y-reverse));
    }
    .x\:space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77px * var(--tw-space-x-reverse));
        margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
    .x\:space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(65px * var(--tw-space-y-reverse));
    }
    .x\:space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(65px * var(--tw-space-x-reverse));
        margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(66px * var(--tw-space-y-reverse));
    }
    .x\:space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(66px * var(--tw-space-x-reverse));
        margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(68px * var(--tw-space-y-reverse));
    }
    .x\:space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(68px * var(--tw-space-x-reverse));
        margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(70px * var(--tw-space-y-reverse));
    }
    .x\:space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(70px * var(--tw-space-x-reverse));
        margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72px * var(--tw-space-y-reverse));
    }
    .x\:space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72px * var(--tw-space-x-reverse));
        margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(74px * var(--tw-space-y-reverse));
    }
    .x\:space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(74px * var(--tw-space-x-reverse));
        margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(78px * var(--tw-space-y-reverse));
    }
    .x\:space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(78px * var(--tw-space-x-reverse));
        margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(80px * var(--tw-space-y-reverse));
    }
    .x\:space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(80px * var(--tw-space-x-reverse));
        margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(82px * var(--tw-space-y-reverse));
    }
    .x\:space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(82px * var(--tw-space-x-reverse));
        margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(84px * var(--tw-space-y-reverse));
    }
    .x\:space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(84px * var(--tw-space-x-reverse));
        margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(89px * var(--tw-space-y-reverse));
    }
    .x\:space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(89px * var(--tw-space-x-reverse));
        margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(93px * var(--tw-space-y-reverse));
    }
    .x\:space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(93px * var(--tw-space-x-reverse));
        margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(90px * var(--tw-space-y-reverse));
    }
    .x\:space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(90px * var(--tw-space-x-reverse));
        margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(97px * var(--tw-space-y-reverse));
    }
    .x\:space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(97px * var(--tw-space-x-reverse));
        margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(103px * var(--tw-space-y-reverse));
    }
    .x\:space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(103px * var(--tw-space-x-reverse));
        margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(116px * var(--tw-space-y-reverse));
    }
    .x\:space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(116px * var(--tw-space-x-reverse));
        margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }
    .x\:space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(125px * var(--tw-space-y-reverse));
    }
    .x\:space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(125px * var(--tw-space-x-reverse));
        margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
    .x\:space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(130px * var(--tw-space-x-reverse));
        margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(135px * var(--tw-space-y-reverse));
    }
    .x\:space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(135px * var(--tw-space-x-reverse));
        margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(132px * var(--tw-space-y-reverse));
    }
    .x\:space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(132px * var(--tw-space-x-reverse));
        margin-left: calc(132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(150px * var(--tw-space-y-reverse));
    }
    .x\:space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(150px * var(--tw-space-x-reverse));
        margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(216px * var(--tw-space-y-reverse));
    }
    .x\:space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(216px * var(--tw-space-x-reverse));
        margin-left: calc(216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(225px * var(--tw-space-y-reverse));
    }
    .x\:space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(225px * var(--tw-space-x-reverse));
        margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(296px * var(--tw-space-y-reverse));
    }
    .x\:space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(296px * var(--tw-space-x-reverse));
        margin-left: calc(296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(270px * var(--tw-space-y-reverse));
    }
    .x\:space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(270px * var(--tw-space-x-reverse));
        margin-left: calc(270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(137px * var(--tw-space-y-reverse));
    }
    .x\:space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(137px * var(--tw-space-x-reverse));
        margin-left: calc(137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(141px * var(--tw-space-y-reverse));
    }
    .x\:space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(141px * var(--tw-space-x-reverse));
        margin-left: calc(141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(146px * var(--tw-space-y-reverse));
    }
    .x\:space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(146px * var(--tw-space-x-reverse));
        margin-left: calc(146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(152px * var(--tw-space-y-reverse));
    }
    .x\:space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(152px * var(--tw-space-x-reverse));
        margin-left: calc(152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(155px * var(--tw-space-y-reverse));
    }
    .x\:space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(155px * var(--tw-space-x-reverse));
        margin-left: calc(155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(163px * var(--tw-space-y-reverse));
    }
    .x\:space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(163px * var(--tw-space-x-reverse));
        margin-left: calc(163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(168px * var(--tw-space-y-reverse));
    }
    .x\:space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(168px * var(--tw-space-x-reverse));
        margin-left: calc(168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(173px * var(--tw-space-y-reverse));
    }
    .x\:space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(173px * var(--tw-space-x-reverse));
        margin-left: calc(173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(210px * var(--tw-space-y-reverse));
    }
    .x\:space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(210px * var(--tw-space-x-reverse));
        margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(245px * var(--tw-space-y-reverse));
    }
    .x\:space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(245px * var(--tw-space-x-reverse));
        margin-left: calc(245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(250px * var(--tw-space-y-reverse));
    }
    .x\:space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(250px * var(--tw-space-x-reverse));
        margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(260px * var(--tw-space-y-reverse));
    }
    .x\:space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(260px * var(--tw-space-x-reverse));
        margin-left: calc(260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(263px * var(--tw-space-y-reverse));
    }
    .x\:space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(263px * var(--tw-space-x-reverse));
        margin-left: calc(263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(266px * var(--tw-space-y-reverse));
    }
    .x\:space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(266px * var(--tw-space-x-reverse));
        margin-left: calc(266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(275px * var(--tw-space-y-reverse));
    }
    .x\:space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(275px * var(--tw-space-x-reverse));
        margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(300px * var(--tw-space-y-reverse));
    }
    .x\:space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(300px * var(--tw-space-x-reverse));
        margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(312px * var(--tw-space-y-reverse));
    }
    .x\:space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(312px * var(--tw-space-x-reverse));
        margin-left: calc(312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(318px * var(--tw-space-y-reverse));
    }
    .x\:space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(318px * var(--tw-space-x-reverse));
        margin-left: calc(318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(322px * var(--tw-space-y-reverse));
    }
    .x\:space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(322px * var(--tw-space-x-reverse));
        margin-left: calc(322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(337px * var(--tw-space-y-reverse));
    }
    .x\:space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(337px * var(--tw-space-x-reverse));
        margin-left: calc(337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(345px * var(--tw-space-y-reverse));
    }
    .x\:space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(345px * var(--tw-space-x-reverse));
        margin-left: calc(345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(344px * var(--tw-space-y-reverse));
    }
    .x\:space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(344px * var(--tw-space-x-reverse));
        margin-left: calc(344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(354px * var(--tw-space-y-reverse));
    }
    .x\:space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(354px * var(--tw-space-x-reverse));
        margin-left: calc(354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(364px * var(--tw-space-y-reverse));
    }
    .x\:space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(364px * var(--tw-space-x-reverse));
        margin-left: calc(364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(370px * var(--tw-space-y-reverse));
    }
    .x\:space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(370px * var(--tw-space-x-reverse));
        margin-left: calc(370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(382px * var(--tw-space-y-reverse));
    }
    .x\:space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(382px * var(--tw-space-x-reverse));
        margin-left: calc(382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(385px * var(--tw-space-y-reverse));
    }
    .x\:space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(385px * var(--tw-space-x-reverse));
        margin-left: calc(385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(400px * var(--tw-space-y-reverse));
    }
    .x\:space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(400px * var(--tw-space-x-reverse));
        margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(407px * var(--tw-space-y-reverse));
    }
    .x\:space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(407px * var(--tw-space-x-reverse));
        margin-left: calc(407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(411px * var(--tw-space-y-reverse));
    }
    .x\:space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(411px * var(--tw-space-x-reverse));
        margin-left: calc(411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(418px * var(--tw-space-y-reverse));
    }
    .x\:space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(418px * var(--tw-space-x-reverse));
        margin-left: calc(418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(430px * var(--tw-space-y-reverse));
    }
    .x\:space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(430px * var(--tw-space-x-reverse));
        margin-left: calc(430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(450px * var(--tw-space-y-reverse));
    }
    .x\:space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(450px * var(--tw-space-x-reverse));
        margin-left: calc(450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(468px * var(--tw-space-y-reverse));
    }
    .x\:space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(468px * var(--tw-space-x-reverse));
        margin-left: calc(468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(485px * var(--tw-space-y-reverse));
    }
    .x\:space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(485px * var(--tw-space-x-reverse));
        margin-left: calc(485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(491px * var(--tw-space-y-reverse));
    }
    .x\:space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(491px * var(--tw-space-x-reverse));
        margin-left: calc(491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(494px * var(--tw-space-y-reverse));
    }
    .x\:space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(494px * var(--tw-space-x-reverse));
        margin-left: calc(494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(470px * var(--tw-space-y-reverse));
    }
    .x\:space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(470px * var(--tw-space-x-reverse));
        margin-left: calc(470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(480px * var(--tw-space-y-reverse));
    }
    .x\:space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(480px * var(--tw-space-x-reverse));
        margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(532px * var(--tw-space-y-reverse));
    }
    .x\:space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(532px * var(--tw-space-x-reverse));
        margin-left: calc(532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(556px * var(--tw-space-y-reverse));
    }
    .x\:space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(556px * var(--tw-space-x-reverse));
        margin-left: calc(556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(505px * var(--tw-space-y-reverse));
    }
    .x\:space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(505px * var(--tw-space-x-reverse));
        margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1179px * var(--tw-space-y-reverse));
    }
    .x\:space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1179px * var(--tw-space-x-reverse));
        margin-left: calc(1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1253px * var(--tw-space-y-reverse));
    }
    .x\:space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1253px * var(--tw-space-x-reverse));
        margin-left: calc(1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1575px * var(--tw-space-y-reverse));
    }
    .x\:space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1575px * var(--tw-space-x-reverse));
        margin-left: calc(1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(600px * var(--tw-space-y-reverse));
    }
    .x\:space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(600px * var(--tw-space-x-reverse));
        margin-left: calc(600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(649px * var(--tw-space-y-reverse));
    }
    .x\:space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(649px * var(--tw-space-x-reverse));
        margin-left: calc(649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(690px * var(--tw-space-y-reverse));
    }
    .x\:space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(690px * var(--tw-space-x-reverse));
        margin-left: calc(690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(19% * var(--tw-space-y-reverse));
    }
    .x\:space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(19% * var(--tw-space-x-reverse));
        margin-left: calc(19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(23% * var(--tw-space-y-reverse));
    }
    .x\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(23% * var(--tw-space-x-reverse));
        margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24% * var(--tw-space-y-reverse));
    }
    .x\:space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24% * var(--tw-space-x-reverse));
        margin-left: calc(24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(36% * var(--tw-space-y-reverse));
    }
    .x\:space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(36% * var(--tw-space-x-reverse));
        margin-left: calc(36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(27% * var(--tw-space-y-reverse));
    }
    .x\:space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(27% * var(--tw-space-x-reverse));
        margin-left: calc(27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(28% * var(--tw-space-y-reverse));
    }
    .x\:space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(28% * var(--tw-space-x-reverse));
        margin-left: calc(28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(42% * var(--tw-space-y-reverse));
    }
    .x\:space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(42% * var(--tw-space-x-reverse));
        margin-left: calc(42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(46% * var(--tw-space-y-reverse));
    }
    .x\:space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(46% * var(--tw-space-x-reverse));
        margin-left: calc(46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(49% * var(--tw-space-y-reverse));
    }
    .x\:space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(49% * var(--tw-space-x-reverse));
        margin-left: calc(49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(54% * var(--tw-space-y-reverse));
    }
    .x\:space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(54% * var(--tw-space-x-reverse));
        margin-left: calc(54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(58% * var(--tw-space-y-reverse));
    }
    .x\:space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(58% * var(--tw-space-x-reverse));
        margin-left: calc(58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(72% * var(--tw-space-y-reverse));
    }
    .x\:space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(72% * var(--tw-space-x-reverse));
        margin-left: calc(72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76% * var(--tw-space-y-reverse));
    }
    .x\:space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76% * var(--tw-space-x-reverse));
        margin-left: calc(76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(77% * var(--tw-space-y-reverse));
    }
    .x\:space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(77% * var(--tw-space-x-reverse));
        margin-left: calc(77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(340px * var(--tw-space-y-reverse));
    }
    .x\:space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(340px * var(--tw-space-x-reverse));
        margin-left: calc(340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(700px * var(--tw-space-y-reverse));
    }
    .x\:space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(700px * var(--tw-space-x-reverse));
        margin-left: calc(700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(848px * var(--tw-space-y-reverse));
    }
    .x\:space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(848px * var(--tw-space-x-reverse));
        margin-left: calc(848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(850px * var(--tw-space-y-reverse));
    }
    .x\:space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(850px * var(--tw-space-x-reverse));
        margin-left: calc(850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(860px * var(--tw-space-y-reverse));
    }
    .x\:space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(860px * var(--tw-space-x-reverse));
        margin-left: calc(860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1425px * var(--tw-space-y-reverse));
    }
    .x\:space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1425px * var(--tw-space-x-reverse));
        margin-left: calc(1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-88px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-23 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-88px * var(--tw-space-x-reverse));
        margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-100px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-100px * var(--tw-space-x-reverse));
        margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-63 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-475px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-475px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-475px * var(--tw-space-x-reverse));
        margin-left: calc(-475px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
    }
    .x\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-32rem * var(--tw-space-x-reverse));
        margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-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));
    }
    .x\:-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)));
    }
    .x\:-space-y-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-105px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-105p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-105px * var(--tw-space-x-reverse));
        margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-50px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-50p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-50px * var(--tw-space-x-reverse));
        margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-54p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54px * var(--tw-space-x-reverse));
        margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-1p > :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));
    }
    .x\:-space-x-1p > :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)));
    }
    .x\:-space-y-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-2p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2px * var(--tw-space-x-reverse));
        margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-3p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3px * var(--tw-space-x-reverse));
        margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-7p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7px * var(--tw-space-x-reverse));
        margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-9p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9px * var(--tw-space-x-reverse));
        margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-10p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-11p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11px * var(--tw-space-x-reverse));
        margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-13p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13px * var(--tw-space-x-reverse));
        margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-15p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-18p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18px * var(--tw-space-x-reverse));
        margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-19p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19px * var(--tw-space-x-reverse));
        margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-21px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-21p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-21px * var(--tw-space-x-reverse));
        margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-22px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-22p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-22px * var(--tw-space-x-reverse));
        margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-23p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23px * var(--tw-space-x-reverse));
        margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-25p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-26px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-26p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-26px * var(--tw-space-x-reverse));
        margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-29px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-29px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-29p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-29px * var(--tw-space-x-reverse));
        margin-left: calc(-29px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-30px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-30p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-30px * var(--tw-space-x-reverse));
        margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-31px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-31p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-31px * var(--tw-space-x-reverse));
        margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-35px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-35p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-35px * var(--tw-space-x-reverse));
        margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-52p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-53px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-53p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-53px * var(--tw-space-x-reverse));
        margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-55px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-55p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-55px * var(--tw-space-x-reverse));
        margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-59px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-59p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-59px * var(--tw-space-x-reverse));
        margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-27p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27px * var(--tw-space-x-reverse));
        margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-33.5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-33.5px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-33\.5p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-33.5px * var(--tw-space-x-reverse));
        margin-left: calc(-33.5px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-38px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-38p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-38px * var(--tw-space-x-reverse));
        margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-40px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-40p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-40px * var(--tw-space-x-reverse));
        margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-46p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46px * var(--tw-space-x-reverse));
        margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-47px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-47px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-47p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-47px * var(--tw-space-x-reverse));
        margin-left: calc(-47px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-49p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49px * var(--tw-space-x-reverse));
        margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-58p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58px * var(--tw-space-x-reverse));
        margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-75px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-75p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-75px * var(--tw-space-x-reverse));
        margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-77p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77px * var(--tw-space-x-reverse));
        margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-60p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-65px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-65p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-65px * var(--tw-space-x-reverse));
        margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-66px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-66p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-66px * var(--tw-space-x-reverse));
        margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-68px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-68p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-68px * var(--tw-space-x-reverse));
        margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-70px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-70p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-70px * var(--tw-space-x-reverse));
        margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-72p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72px * var(--tw-space-x-reverse));
        margin-left: calc(-72px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-74px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-74p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-74px * var(--tw-space-x-reverse));
        margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-78px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-78p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-78px * var(--tw-space-x-reverse));
        margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-80px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-80p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-80px * var(--tw-space-x-reverse));
        margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-82px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-82p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-82px * var(--tw-space-x-reverse));
        margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-84px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-84p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-84px * var(--tw-space-x-reverse));
        margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-89px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-89p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-89px * var(--tw-space-x-reverse));
        margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-93px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-93p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-93px * var(--tw-space-x-reverse));
        margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-90px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-90p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-90px * var(--tw-space-x-reverse));
        margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-97px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-97p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-97px * var(--tw-space-x-reverse));
        margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-103px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-103p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-103px * var(--tw-space-x-reverse));
        margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-116px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-116p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-116px * var(--tw-space-x-reverse));
        margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-120p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-125px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-125p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-125px * var(--tw-space-x-reverse));
        margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-130px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-130p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-130px * var(--tw-space-x-reverse));
        margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-135px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-135p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-135px * var(--tw-space-x-reverse));
        margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-132px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-132px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-132p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-132px * var(--tw-space-x-reverse));
        margin-left: calc(-132px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-150px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-150p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-150px * var(--tw-space-x-reverse));
        margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-216px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-216px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-216p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-216px * var(--tw-space-x-reverse));
        margin-left: calc(-216px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-225px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-225p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-225px * var(--tw-space-x-reverse));
        margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-296px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-296px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-296p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-296px * var(--tw-space-x-reverse));
        margin-left: calc(-296px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-270px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-270px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-270p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-270px * var(--tw-space-x-reverse));
        margin-left: calc(-270px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-137px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-137px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-137p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-137px * var(--tw-space-x-reverse));
        margin-left: calc(-137px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-141px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-141px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-141p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-141px * var(--tw-space-x-reverse));
        margin-left: calc(-141px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-146px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-146px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-146p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-146px * var(--tw-space-x-reverse));
        margin-left: calc(-146px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-152px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-152px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-152p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-152px * var(--tw-space-x-reverse));
        margin-left: calc(-152px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-155px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-155px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-155p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-155px * var(--tw-space-x-reverse));
        margin-left: calc(-155px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-163px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-163px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-163p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-163px * var(--tw-space-x-reverse));
        margin-left: calc(-163px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-168px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-168px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-168p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-168px * var(--tw-space-x-reverse));
        margin-left: calc(-168px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-173px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-173px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-173p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-173px * var(--tw-space-x-reverse));
        margin-left: calc(-173px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-210px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-210p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-210px * var(--tw-space-x-reverse));
        margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-245px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-245px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-245p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-245px * var(--tw-space-x-reverse));
        margin-left: calc(-245px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-250px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-250p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-250px * var(--tw-space-x-reverse));
        margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-260px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-260px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-260p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-260px * var(--tw-space-x-reverse));
        margin-left: calc(-260px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-263px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-263px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-263p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-263px * var(--tw-space-x-reverse));
        margin-left: calc(-263px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-266px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-266px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-266p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-266px * var(--tw-space-x-reverse));
        margin-left: calc(-266px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-275px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-275p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-275px * var(--tw-space-x-reverse));
        margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-300px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-300p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-300px * var(--tw-space-x-reverse));
        margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-312px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-312px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-312p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-312px * var(--tw-space-x-reverse));
        margin-left: calc(-312px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-318px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-318px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-318p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-318px * var(--tw-space-x-reverse));
        margin-left: calc(-318px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-322px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-322px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-322p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-322px * var(--tw-space-x-reverse));
        margin-left: calc(-322px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-337px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-337px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-337p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-337px * var(--tw-space-x-reverse));
        margin-left: calc(-337px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-345px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-345px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-345p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-345px * var(--tw-space-x-reverse));
        margin-left: calc(-345px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-344px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-344px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-344p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-344px * var(--tw-space-x-reverse));
        margin-left: calc(-344px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-354px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-354px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-354p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-354px * var(--tw-space-x-reverse));
        margin-left: calc(-354px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-364px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-364px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-364p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-364px * var(--tw-space-x-reverse));
        margin-left: calc(-364px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-370px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-370px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-370p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-370px * var(--tw-space-x-reverse));
        margin-left: calc(-370px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-382px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-382px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-382p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-382px * var(--tw-space-x-reverse));
        margin-left: calc(-382px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-385px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-385px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-385p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-385px * var(--tw-space-x-reverse));
        margin-left: calc(-385px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-400px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-400px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-400p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-400px * var(--tw-space-x-reverse));
        margin-left: calc(-400px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-407px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-407px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-407p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-407px * var(--tw-space-x-reverse));
        margin-left: calc(-407px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-411px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-411px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-411p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-411px * var(--tw-space-x-reverse));
        margin-left: calc(-411px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-418px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-418px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-418p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-418px * var(--tw-space-x-reverse));
        margin-left: calc(-418px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-430px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-430px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-430p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-430px * var(--tw-space-x-reverse));
        margin-left: calc(-430px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-450px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-450px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-450p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-450px * var(--tw-space-x-reverse));
        margin-left: calc(-450px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-468px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-468px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-468p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-468px * var(--tw-space-x-reverse));
        margin-left: calc(-468px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-485px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-485px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-485p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-485px * var(--tw-space-x-reverse));
        margin-left: calc(-485px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-491px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-491px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-491p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-491px * var(--tw-space-x-reverse));
        margin-left: calc(-491px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-494px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-494px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-494p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-494px * var(--tw-space-x-reverse));
        margin-left: calc(-494px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-470px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-470px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-470p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-470px * var(--tw-space-x-reverse));
        margin-left: calc(-470px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-480px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-480p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-480px * var(--tw-space-x-reverse));
        margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-532px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-532px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-532p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-532px * var(--tw-space-x-reverse));
        margin-left: calc(-532px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-556px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-556px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-556p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-556px * var(--tw-space-x-reverse));
        margin-left: calc(-556px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-505px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-505p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-505px * var(--tw-space-x-reverse));
        margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1179px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1179px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-1179p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1179px * var(--tw-space-x-reverse));
        margin-left: calc(-1179px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1253px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1253px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-1253p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1253px * var(--tw-space-x-reverse));
        margin-left: calc(-1253px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1575px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1575px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-1575p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1575px * var(--tw-space-x-reverse));
        margin-left: calc(-1575px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-600px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-600px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-600p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-600px * var(--tw-space-x-reverse));
        margin-left: calc(-600px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-649px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-649px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-649p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-649px * var(--tw-space-x-reverse));
        margin-left: calc(-649px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-690px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-690px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-690p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-690px * var(--tw-space-x-reverse));
        margin-left: calc(-690px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-19% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-19% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-19\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-19% * var(--tw-space-x-reverse));
        margin-left: calc(-19% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-23% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-23% * var(--tw-space-x-reverse));
        margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-24\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24% * var(--tw-space-x-reverse));
        margin-left: calc(-24% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-36% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-36% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-36\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-36% * var(--tw-space-x-reverse));
        margin-left: calc(-36% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-27% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-27% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-27\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-27% * var(--tw-space-x-reverse));
        margin-left: calc(-27% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-28% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-28% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-28\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-28% * var(--tw-space-x-reverse));
        margin-left: calc(-28% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-42% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-42% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-42\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-42% * var(--tw-space-x-reverse));
        margin-left: calc(-42% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-46% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-46% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-46\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-46% * var(--tw-space-x-reverse));
        margin-left: calc(-46% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-49% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-49% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-49\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-49% * var(--tw-space-x-reverse));
        margin-left: calc(-49% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-54% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-54% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-54\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-54% * var(--tw-space-x-reverse));
        margin-left: calc(-54% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-58% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-58% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-58\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-58% * var(--tw-space-x-reverse));
        margin-left: calc(-58% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-72% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-72% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-72\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-72% * var(--tw-space-x-reverse));
        margin-left: calc(-72% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-76\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76% * var(--tw-space-x-reverse));
        margin-left: calc(-76% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-77% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-77% * var(--tw-space-y-reverse));
    }
    .x\:-space-x-77\% > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-77% * var(--tw-space-x-reverse));
        margin-left: calc(-77% * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-340px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-340px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-340p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-340px * var(--tw-space-x-reverse));
        margin-left: calc(-340px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-700px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-700px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-700p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-700px * var(--tw-space-x-reverse));
        margin-left: calc(-700px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-848px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-848px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-848p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-848px * var(--tw-space-x-reverse));
        margin-left: calc(-848px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-850px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-850px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-850p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-850px * var(--tw-space-x-reverse));
        margin-left: calc(-850px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-860px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-860px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-860p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-860px * var(--tw-space-x-reverse));
        margin-left: calc(-860px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:-space-y-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1425px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1425px * var(--tw-space-y-reverse));
    }
    .x\:-space-x-1425p > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1425px * var(--tw-space-x-reverse));
        margin-left: calc(-1425px * calc(1 - var(--tw-space-x-reverse)));
    }
    .x\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }
    .x\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\: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));
    }
    .x\: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)));
    }
    .x\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }
    .x\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }
    .x\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
        border-color: transparent;
    }
    .x\:divide-current > :not([hidden]) ~ :not([hidden]) {
        border-color: currentColor;
    }
    .x\:divide-black > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }
    .x\:divide-white > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }
    .x\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }
    .x\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }
    .x\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }
    .x\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }
    .x\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }
    .x\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }
    .x\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }
    .x\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }
    .x\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }
    .x\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }
    .x\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }
    .x\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }
    .x\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }
    .x\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }
    .x\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }
    .x\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }
    .x\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }
    .x\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }
    .x\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }
    .x\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
    }
    .x\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
    }
    .x\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
    }
    .x\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
    }
    .x\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
    }
    .x\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
    }
    .x\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .x\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
    }
    .x\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
    }
    .x\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
    }
    .x\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
    }
    .x\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
    }
    .x\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
    }
    .x\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
    }
    .x\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
    }
    .x\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
    }
    .x\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
    }
    .x\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
    }
    .x\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
    }
    .x\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
    }
    .x\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }
    .x\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }
    .x\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
    }
    .x\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
    }
    .x\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
    }
    .x\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
    }
    .x\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
    }
    .x\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
    }
    .x\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
    }
    .x\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
    }
    .x\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
    }
    .x\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
    }
    .x\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
    }
    .x\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
    }
    .x\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
    }
    .x\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
    }
    .x\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
    }
    .x\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
    }
    .x\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
    }
    .x\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
    }
    .x\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
    }
    .x\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
    }
    .x\:divide-gray-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-divide-opacity));
    }
    .x\:divide-gray-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-divide-opacity));
    }
    .x\:divide-gray-11 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
    }
    .x\:divide-gray-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-divide-opacity));
    }
    .x\:divide-gray-13 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-divide-opacity));
    }
    .x\:divide-gray-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-divide-opacity));
    }
    .x\:divide-orange-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-divide-opacity));
    }
    .x\:divide-orange-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-2 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .x\:divide-yellow-5 > :not([hidden]) ~ :not([hidden]) {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .x\:divide-orange-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-divide-opacity));
    }
    .x\:divide-orange-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-divide-opacity));
    }
    .x\:divide-orange-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-divide-opacity));
    }
    .x\:divide-gray-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-divide-opacity));
    }
    .x\:divide-green-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-divide-opacity));
    }
    .x\:divide-black-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-divide-opacity));
    }
    .x\:divide-gray-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
    }
    .x\:divide-pinks-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-divide-opacity));
    }
    .x\:divide-pinks-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-divide-opacity));
    }
    .x\:divide-skies-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-divide-opacity));
    }
    .x\:divide-blues-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-divide-opacity));
    }
    .x\:divide-blues-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-divide-opacity));
    }
    .x\:divide-blues-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-divide-opacity));
    }
    .x\:divide-reds-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-divide-opacity));
    }
    .x\:divide-reds-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-divide-opacity));
    }
    .x\:divide-reds-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-divide-opacity));
    }
    .x\:divide-reds-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-divide-opacity));
    }
    .x\:divide-reds-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-divide-opacity));
    }
    .x\:divide-reds-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-divide-opacity));
    }
    .x\:divide-gray-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-divide-opacity));
    }
    .x\:divide-gray-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-divide-opacity));
    }
    .x\:divide-green-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-divide-opacity));
    }
    .x\:divide-green-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-divide-opacity));
    }
    .x\:divide-yellow-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-divide-opacity));
    }
    .x\:divide-green-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
    }
    .x\:divide-green-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-divide-opacity));
    }
    .x\:divide-gray-7 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-divide-opacity));
    }
    .x\:divide-gray-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-divide-opacity));
    }
    .x\:divide-blues-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-divide-opacity));
    }
    .x\:divide-gray-15 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-divide-opacity));
    }
    .x\:divide-gray-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-divide-opacity));
    }
    .x\:divide-gray-17 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-divide-opacity));
    }
    .x\:divide-gray-18 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-divide-opacity));
    }
    .x\:divide-gray-19 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-divide-opacity));
    }
    .x\:divide-gray-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
    }
    .x\:divide-gray-21 > :not([hidden]) ~ :not([hidden]) {
        border-color: #c5c5c5;
    }
    .x\:divide-gray-22 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bfbfbf;
    }
    .x\:divide-gray-23 > :not([hidden]) ~ :not([hidden]) {
        border-color: #eee;
    }
    .x\:divide-gray-24 > :not([hidden]) ~ :not([hidden]) {
        border-color: #b7b7b7;
    }
    .x\:divide-gray-25 > :not([hidden]) ~ :not([hidden]) {
        border-color: #f0f0f0;
    }
    .x\:divide-gray-26 > :not([hidden]) ~ :not([hidden]) {
        border-color: #efefef;
    }
    .x\:divide-gray-27 > :not([hidden]) ~ :not([hidden]) {
        border-color: #bababa;
    }
    .x\:divide-blues-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-divide-opacity));
    }
    .x\:divide-blues-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-divide-opacity));
    }
    .x\:divide-purple-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-divide-opacity));
    }
    .x\:divide-purple-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-divide-opacity));
    }
    .x\:divide-solid > :not([hidden]) ~ :not([hidden]) {
        border-style: solid;
    }
    .x\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
        border-style: dashed;
    }
    .x\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
        border-style: dotted;
    }
    .x\:divide-double > :not([hidden]) ~ :not([hidden]) {
        border-style: double;
    }
    .x\:divide-none > :not([hidden]) ~ :not([hidden]) {
        border-style: none;
    }
    .x\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }
    .x\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }
    .x\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }
    .x\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }
    .x\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }
    .x\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }
    .x\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }
    .x\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }
    .x\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }
    .x\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }
    .x\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }
    .x\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }
    .x\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }
    .x\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }
    .x\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }
    .x\: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;
    }
    .x\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .x\: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;
    }
    .x\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .x\: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;
    }
    .x\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }
    .x\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .x\:bg-fixed {
        background-attachment: fixed;
    }
    .x\:bg-local {
        background-attachment: local;
    }
    .x\:bg-scroll {
        background-attachment: scroll;
    }
    .x\:bg-clip-border {
        background-clip: border-box;
    }
    .x\:bg-clip-padding {
        background-clip: padding-box;
    }
    .x\:bg-clip-content {
        background-clip: content-box;
    }
    .x\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }
    .x\:bg-transparent {
        background-color: transparent;
    }
    .x\:bg-current {
        background-color: currentColor;
    }
    .x\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .x\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .x\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .x\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .x\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .x\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .x\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .x\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .x\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .x\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .x\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .x\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .x\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .x\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .x\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .x\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .x\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .x\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .x\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .x\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .x\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .x\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .x\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .x\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .x\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .x\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .x\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .x\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .x\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .x\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .x\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .x\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .x\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .x\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .x\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .x\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .x\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .x\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .x\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .x\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .x\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .x\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .x\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .x\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .x\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .x\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .x\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .x\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .x\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .x\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .x\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .x\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .x\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .x\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .x\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .x\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .x\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .x\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .x\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .x\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .x\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .x\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .x\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .x\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .x\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .x\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .x\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .x\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .x\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .x\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .x\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .x\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .x\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .x\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .x\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .x\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .x\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .x\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .x\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .x\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .x\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .x\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .x\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .x\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .x\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .x\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .x\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .x\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .x\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .x\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .x\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .x\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .x\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .x\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .x\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .x\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .x\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .x\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .x\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .x\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .x\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .x\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .x\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .x\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .x\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .x\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .x\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .x\:bg-gray-23 {
        background-color: #eee;
    }
    .x\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .x\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .x\:bg-gray-26 {
        background-color: #efefef;
    }
    .x\:bg-gray-27 {
        background-color: #bababa;
    }
    .x\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .x\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .x\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .x\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-transparent {
        background-color: transparent;
    }
    .group:hover .x\:group-hover\:bg-current {
        background-color: currentColor;
    }
    .group:hover .x\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pink-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-10 {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-11 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-12 {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-13 {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-orange-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-orange-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-2 {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .x\:group-hover\:bg-yellow-5 {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .x\:group-hover\:bg-orange-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-orange-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-orange-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-black-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pinks-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-pinks-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-skies-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blues-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blues-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blues-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-reds-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-3 {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-yellow-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-green-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-7 {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-14 {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blues-4 {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-15 {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-16 {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-17 {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-18 {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-19 {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-20 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-gray-21 {
        background-color: #c5c5c5;
    }
    .group:hover .x\:group-hover\:bg-gray-22 {
        background-color: #bfbfbf;
    }
    .group:hover .x\:group-hover\:bg-gray-23 {
        background-color: #eee;
    }
    .group:hover .x\:group-hover\:bg-gray-24 {
        background-color: #b7b7b7;
    }
    .group:hover .x\:group-hover\:bg-gray-25 {
        background-color: #f0f0f0;
    }
    .group:hover .x\:group-hover\:bg-gray-26 {
        background-color: #efefef;
    }
    .group:hover .x\:group-hover\:bg-gray-27 {
        background-color: #bababa;
    }
    .group:hover .x\:group-hover\:bg-blues-5 {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-blues-6 {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-1 {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .group:hover .x\:group-hover\:bg-purple-2 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }
    .x\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }
    .x\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blue-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pink-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-10:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-11:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-12:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-13:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-orange-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-orange-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-2:focus-within {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus-within\:bg-yellow-5:focus-within {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus-within\:bg-orange-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-orange-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-orange-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-black-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pinks-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-pinks-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-skies-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blues-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blues-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blues-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-reds-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-3:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-yellow-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-green-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-7:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-14:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blues-4:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-15:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-16:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-17:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-18:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-19:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-20:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-gray-21:focus-within {
        background-color: #c5c5c5;
    }
    .x\:focus-within\:bg-gray-22:focus-within {
        background-color: #bfbfbf;
    }
    .x\:focus-within\:bg-gray-23:focus-within {
        background-color: #eee;
    }
    .x\:focus-within\:bg-gray-24:focus-within {
        background-color: #b7b7b7;
    }
    .x\:focus-within\:bg-gray-25:focus-within {
        background-color: #f0f0f0;
    }
    .x\:focus-within\:bg-gray-26:focus-within {
        background-color: #efefef;
    }
    .x\:focus-within\:bg-gray-27:focus-within {
        background-color: #bababa;
    }
    .x\:focus-within\:bg-blues-5:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-blues-6:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-1:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .x\:focus-within\:bg-purple-2:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-transparent:hover {
        background-color: transparent;
    }
    .x\:hover\:bg-current:hover {
        background-color: currentColor;
    }
    .x\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pink-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-11:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-12:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-13:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-orange-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-orange-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-2:hover {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .x\:hover\:bg-yellow-5:hover {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .x\:hover\:bg-orange-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-orange-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-orange-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-black-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pinks-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-pinks-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-skies-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blues-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blues-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blues-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-reds-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-3:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-yellow-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-green-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-7:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-14:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blues-4:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-15:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-16:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-17:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-18:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-19:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-20:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-gray-21:hover {
        background-color: #c5c5c5;
    }
    .x\:hover\:bg-gray-22:hover {
        background-color: #bfbfbf;
    }
    .x\:hover\:bg-gray-23:hover {
        background-color: #eee;
    }
    .x\:hover\:bg-gray-24:hover {
        background-color: #b7b7b7;
    }
    .x\:hover\:bg-gray-25:hover {
        background-color: #f0f0f0;
    }
    .x\:hover\:bg-gray-26:hover {
        background-color: #efefef;
    }
    .x\:hover\:bg-gray-27:hover {
        background-color: #bababa;
    }
    .x\:hover\:bg-blues-5:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-blues-6:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-1:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .x\:hover\:bg-purple-2:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-transparent:focus {
        background-color: transparent;
    }
    .x\:focus\:bg-current:focus {
        background-color: currentColor;
    }
    .x\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blue-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pink-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 153, 153, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-10:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-11:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-12:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(44, 44, 44, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-13:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 202, 25, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-orange-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(250, 136, 106, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-orange-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 156, 0, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-2:focus {
        background-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:bg-yellow-5:focus {
        background-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:bg-orange-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 165, 18, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-orange-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 241, 220, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-orange-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 108, 46, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 150, 81, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-black-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 71, 71, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pinks-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(222, 170, 179, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-pinks-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 232, 232, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-skies-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(45, 173, 214, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blues-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 91, 152, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blues-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(78, 98, 151, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blues-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 74, 117, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(197, 51, 30, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(195, 87, 58, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(200, 25, 28, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(149, 52, 38, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 27, 77, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-reds-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(228, 49, 71, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(203, 203, 203, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(182, 150, 101, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 249, 241, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-3:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(51, 193, 114, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-yellow-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 248, 231, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-green-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 177, 79, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-7:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(130, 130, 130, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-14:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(176, 176, 176, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blues-4:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(64, 64, 163, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-15:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(62, 62, 62, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-16:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(80, 80, 80, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-17:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 241, 241, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-18:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(146, 146, 146, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-19:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(188, 188, 188, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-20:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-gray-21:focus {
        background-color: #c5c5c5;
    }
    .x\:focus\:bg-gray-22:focus {
        background-color: #bfbfbf;
    }
    .x\:focus\:bg-gray-23:focus {
        background-color: #eee;
    }
    .x\:focus\:bg-gray-24:focus {
        background-color: #b7b7b7;
    }
    .x\:focus\:bg-gray-25:focus {
        background-color: #f0f0f0;
    }
    .x\:focus\:bg-gray-26:focus {
        background-color: #efefef;
    }
    .x\:focus\:bg-gray-27:focus {
        background-color: #bababa;
    }
    .x\:focus\:bg-blues-5:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 96, 169, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-blues-6:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(233, 242, 249, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-1:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 71, 255, var(--tw-bg-opacity));
    }
    .x\:focus\:bg-purple-2:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 242, 255, var(--tw-bg-opacity));
    }
    .x\:bg-none {
        background-image: none;
    }
    .x\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .x\:bg-gradient-to-tr {
        background-image: linear-gradient(
            to top right,
            var(--tw-gradient-stops)
        );
    }
    .x\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .x\:bg-gradient-to-br {
        background-image: linear-gradient(
            to bottom right,
            var(--tw-gradient-stops)
        );
    }
    .x\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .x\:bg-gradient-to-bl {
        background-image: linear-gradient(
            to bottom left,
            var(--tw-gradient-stops)
        );
    }
    .x\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }
    .x\:bg-gradient-to-tl {
        background-image: linear-gradient(
            to top left,
            var(--tw-gradient-stops)
        );
    }
    .x\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .x\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .x\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .x\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .x\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .x\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .x\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .x\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .x\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .x\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .x\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .x\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .x\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .x\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .x\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .x\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .x\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .x\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .x\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .x\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .x\:from-yellow-50 {
        --tw-gradient-from: #fffbeb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .x\:from-yellow-100 {
        --tw-gradient-from: #fef3c7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .x\:from-yellow-200 {
        --tw-gradient-from: #fde68a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .x\:from-yellow-300 {
        --tw-gradient-from: #fcd34d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .x\:from-yellow-400 {
        --tw-gradient-from: #fbbf24;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .x\:from-yellow-500 {
        --tw-gradient-from: #f59e0b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .x\:from-yellow-600 {
        --tw-gradient-from: #d97706;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .x\:from-yellow-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .x\:from-yellow-800 {
        --tw-gradient-from: #92400e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .x\:from-yellow-900 {
        --tw-gradient-from: #78350f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .x\:from-green-50 {
        --tw-gradient-from: #ecfdf5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .x\:from-green-100 {
        --tw-gradient-from: #d1fae5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .x\:from-green-200 {
        --tw-gradient-from: #a7f3d0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .x\:from-green-300 {
        --tw-gradient-from: #6ee7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .x\:from-green-400 {
        --tw-gradient-from: #34d399;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .x\:from-green-500 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:from-green-600 {
        --tw-gradient-from: #059669;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .x\:from-green-700 {
        --tw-gradient-from: #047857;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .x\:from-green-800 {
        --tw-gradient-from: #065f46;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .x\:from-green-900 {
        --tw-gradient-from: #064e3b;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .x\:from-blue-50 {
        --tw-gradient-from: #eff6ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .x\:from-blue-100 {
        --tw-gradient-from: #dbeafe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .x\:from-blue-200 {
        --tw-gradient-from: #bfdbfe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .x\:from-blue-300 {
        --tw-gradient-from: #93c5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .x\:from-blue-400 {
        --tw-gradient-from: #60a5fa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .x\:from-blue-500 {
        --tw-gradient-from: #3b82f6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .x\:from-blue-600 {
        --tw-gradient-from: #2563eb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .x\:from-blue-700 {
        --tw-gradient-from: #1d4ed8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .x\:from-blue-800 {
        --tw-gradient-from: #1e40af;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .x\:from-blue-900 {
        --tw-gradient-from: #1e3a8a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .x\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .x\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .x\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .x\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .x\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .x\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .x\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .x\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .x\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .x\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .x\:from-purple-50 {
        --tw-gradient-from: #f5f3ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .x\:from-purple-100 {
        --tw-gradient-from: #ede9fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .x\:from-purple-200 {
        --tw-gradient-from: #ddd6fe;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .x\:from-purple-300 {
        --tw-gradient-from: #c4b5fd;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .x\:from-purple-400 {
        --tw-gradient-from: #a78bfa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .x\:from-purple-500 {
        --tw-gradient-from: #8b5cf6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .x\:from-purple-600 {
        --tw-gradient-from: #7c3aed;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .x\:from-purple-700 {
        --tw-gradient-from: #6d28d9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .x\:from-purple-800 {
        --tw-gradient-from: #5b21b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .x\:from-purple-900 {
        --tw-gradient-from: #4c1d95;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .x\:from-pink-50 {
        --tw-gradient-from: #fdf2f8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .x\:from-pink-100 {
        --tw-gradient-from: #fce7f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .x\:from-pink-200 {
        --tw-gradient-from: #fbcfe8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .x\:from-pink-300 {
        --tw-gradient-from: #f9a8d4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .x\:from-pink-400 {
        --tw-gradient-from: #f472b6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .x\:from-pink-500 {
        --tw-gradient-from: #ec4899;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .x\:from-pink-600 {
        --tw-gradient-from: #db2777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .x\:from-pink-700 {
        --tw-gradient-from: #be185d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .x\:from-pink-800 {
        --tw-gradient-from: #9d174d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .x\:from-pink-900 {
        --tw-gradient-from: #831843;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .x\:from-gray-1 {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:from-gray-10 {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:from-gray-11 {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:from-gray-12 {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:from-gray-13 {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:from-gray-2 {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:from-yellow-1 {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:from-orange-1 {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:from-orange-2 {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:from-yellow-2 {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:from-yellow-5 {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:from-orange-3 {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:from-orange-4 {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:from-orange-5 {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:from-gray-3 {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:from-green-1 {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:from-black-1 {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:from-gray-4 {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:from-pinks-1 {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:from-pinks-2 {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:from-skies-1 {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:from-blues-1 {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:from-blues-2 {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:from-blues-3 {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:from-reds-1 {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:from-reds-2 {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:from-reds-3 {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:from-reds-4 {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:from-reds-5 {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:from-reds-6 {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:from-gray-5 {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:from-gray-6 {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:from-yellow-3 {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:from-green-2 {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:from-green-3 {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:from-yellow-4 {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:from-green-4 {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:from-green-5 {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:from-gray-7 {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:from-gray-14 {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:from-blues-4 {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:from-gray-15 {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:from-gray-16 {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:from-gray-17 {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:from-gray-18 {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:from-gray-19 {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:from-gray-20 {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:from-gray-21 {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-22 {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-23 {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-24 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-25 {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-26 {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-gray-27 {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:from-blues-5 {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:from-blues-6 {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:from-purple-1 {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:from-purple-2 {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .x\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .x\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .x\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .x\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .x\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .x\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .x\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .x\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .x\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .x\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .x\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .x\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .x\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .x\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .x\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .x\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .x\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .x\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .x\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .x\:via-yellow-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .x\:via-yellow-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .x\:via-yellow-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .x\:via-yellow-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .x\:via-yellow-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .x\:via-yellow-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .x\:via-yellow-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .x\:via-yellow-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .x\:via-yellow-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .x\:via-yellow-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .x\:via-green-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .x\:via-green-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .x\:via-green-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .x\:via-green-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .x\:via-green-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .x\:via-green-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:via-green-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .x\:via-green-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .x\:via-green-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .x\:via-green-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .x\:via-blue-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .x\:via-blue-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .x\:via-blue-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .x\:via-blue-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .x\:via-blue-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .x\:via-blue-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .x\:via-blue-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .x\:via-blue-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .x\:via-blue-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .x\:via-blue-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .x\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .x\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .x\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .x\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .x\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .x\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .x\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .x\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .x\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .x\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .x\:via-purple-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .x\:via-purple-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .x\:via-purple-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .x\:via-purple-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .x\:via-purple-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .x\:via-purple-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .x\:via-purple-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .x\:via-purple-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .x\:via-purple-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .x\:via-purple-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .x\:via-pink-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .x\:via-pink-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .x\:via-pink-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .x\:via-pink-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .x\:via-pink-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .x\:via-pink-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .x\:via-pink-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .x\:via-pink-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .x\:via-pink-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .x\:via-pink-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .x\:via-gray-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:via-gray-10 {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:via-gray-11 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:via-gray-12 {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:via-gray-13 {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:via-gray-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:via-yellow-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:via-orange-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:via-orange-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:via-yellow-2 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:via-yellow-5 {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:via-orange-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:via-orange-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:via-orange-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:via-gray-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:via-green-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:via-black-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:via-gray-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:via-pinks-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:via-pinks-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:via-skies-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:via-blues-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:via-blues-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:via-blues-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:via-reds-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:via-reds-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:via-reds-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:via-reds-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:via-reds-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:via-reds-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:via-gray-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:via-gray-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:via-yellow-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:via-green-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:via-green-3 {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:via-yellow-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:via-green-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:via-green-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:via-gray-7 {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:via-gray-14 {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:via-blues-4 {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:via-gray-15 {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:via-gray-16 {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:via-gray-17 {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:via-gray-18 {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:via-gray-19 {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:via-gray-20 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:via-gray-21 {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-22 {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-23 {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-24 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-25 {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-26 {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-gray-27 {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:via-blues-5 {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:via-blues-6 {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:via-purple-1 {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:via-purple-2 {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:to-transparent {
        --tw-gradient-to: transparent;
    }
    .x\:to-current {
        --tw-gradient-to: currentColor;
    }
    .x\:to-black {
        --tw-gradient-to: #000;
    }
    .x\:to-white {
        --tw-gradient-to: #fff;
    }
    .x\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }
    .x\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }
    .x\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }
    .x\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }
    .x\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }
    .x\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }
    .x\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }
    .x\:to-gray-700 {
        --tw-gradient-to: #374151;
    }
    .x\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }
    .x\:to-gray-900 {
        --tw-gradient-to: #111827;
    }
    .x\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }
    .x\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }
    .x\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }
    .x\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }
    .x\:to-red-400 {
        --tw-gradient-to: #f87171;
    }
    .x\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }
    .x\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }
    .x\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }
    .x\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }
    .x\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }
    .x\:to-yellow-50 {
        --tw-gradient-to: #fffbeb;
    }
    .x\:to-yellow-100 {
        --tw-gradient-to: #fef3c7;
    }
    .x\:to-yellow-200 {
        --tw-gradient-to: #fde68a;
    }
    .x\:to-yellow-300 {
        --tw-gradient-to: #fcd34d;
    }
    .x\:to-yellow-400 {
        --tw-gradient-to: #fbbf24;
    }
    .x\:to-yellow-500 {
        --tw-gradient-to: #f59e0b;
    }
    .x\:to-yellow-600 {
        --tw-gradient-to: #d97706;
    }
    .x\:to-yellow-700 {
        --tw-gradient-to: #b45309;
    }
    .x\:to-yellow-800 {
        --tw-gradient-to: #92400e;
    }
    .x\:to-yellow-900 {
        --tw-gradient-to: #78350f;
    }
    .x\:to-green-50 {
        --tw-gradient-to: #ecfdf5;
    }
    .x\:to-green-100 {
        --tw-gradient-to: #d1fae5;
    }
    .x\:to-green-200 {
        --tw-gradient-to: #a7f3d0;
    }
    .x\:to-green-300 {
        --tw-gradient-to: #6ee7b7;
    }
    .x\:to-green-400 {
        --tw-gradient-to: #34d399;
    }
    .x\:to-green-500 {
        --tw-gradient-to: #10b981;
    }
    .x\:to-green-600 {
        --tw-gradient-to: #059669;
    }
    .x\:to-green-700 {
        --tw-gradient-to: #047857;
    }
    .x\:to-green-800 {
        --tw-gradient-to: #065f46;
    }
    .x\:to-green-900 {
        --tw-gradient-to: #064e3b;
    }
    .x\:to-blue-50 {
        --tw-gradient-to: #eff6ff;
    }
    .x\:to-blue-100 {
        --tw-gradient-to: #dbeafe;
    }
    .x\:to-blue-200 {
        --tw-gradient-to: #bfdbfe;
    }
    .x\:to-blue-300 {
        --tw-gradient-to: #93c5fd;
    }
    .x\:to-blue-400 {
        --tw-gradient-to: #60a5fa;
    }
    .x\:to-blue-500 {
        --tw-gradient-to: #3b82f6;
    }
    .x\:to-blue-600 {
        --tw-gradient-to: #2563eb;
    }
    .x\:to-blue-700 {
        --tw-gradient-to: #1d4ed8;
    }
    .x\:to-blue-800 {
        --tw-gradient-to: #1e40af;
    }
    .x\:to-blue-900 {
        --tw-gradient-to: #1e3a8a;
    }
    .x\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }
    .x\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }
    .x\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }
    .x\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }
    .x\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }
    .x\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }
    .x\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }
    .x\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }
    .x\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }
    .x\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }
    .x\:to-purple-50 {
        --tw-gradient-to: #f5f3ff;
    }
    .x\:to-purple-100 {
        --tw-gradient-to: #ede9fe;
    }
    .x\:to-purple-200 {
        --tw-gradient-to: #ddd6fe;
    }
    .x\:to-purple-300 {
        --tw-gradient-to: #c4b5fd;
    }
    .x\:to-purple-400 {
        --tw-gradient-to: #a78bfa;
    }
    .x\:to-purple-500 {
        --tw-gradient-to: #8b5cf6;
    }
    .x\:to-purple-600 {
        --tw-gradient-to: #7c3aed;
    }
    .x\:to-purple-700 {
        --tw-gradient-to: #6d28d9;
    }
    .x\:to-purple-800 {
        --tw-gradient-to: #5b21b6;
    }
    .x\:to-purple-900 {
        --tw-gradient-to: #4c1d95;
    }
    .x\:to-pink-50 {
        --tw-gradient-to: #fdf2f8;
    }
    .x\:to-pink-100 {
        --tw-gradient-to: #fce7f3;
    }
    .x\:to-pink-200 {
        --tw-gradient-to: #fbcfe8;
    }
    .x\:to-pink-300 {
        --tw-gradient-to: #f9a8d4;
    }
    .x\:to-pink-400 {
        --tw-gradient-to: #f472b6;
    }
    .x\:to-pink-500 {
        --tw-gradient-to: #ec4899;
    }
    .x\:to-pink-600 {
        --tw-gradient-to: #db2777;
    }
    .x\:to-pink-700 {
        --tw-gradient-to: #be185d;
    }
    .x\:to-pink-800 {
        --tw-gradient-to: #9d174d;
    }
    .x\:to-pink-900 {
        --tw-gradient-to: #831843;
    }
    .x\:to-gray-1 {
        --tw-gradient-to: #999999;
    }
    .x\:to-gray-10 {
        --tw-gradient-to: #898989;
    }
    .x\:to-gray-11 {
        --tw-gradient-to: #f3f3f3;
    }
    .x\:to-gray-12 {
        --tw-gradient-to: #2c2c2c;
    }
    .x\:to-gray-13 {
        --tw-gradient-to: #777777;
    }
    .x\:to-gray-2 {
        --tw-gradient-to: #dfdfdf;
    }
    .x\:to-yellow-1 {
        --tw-gradient-to: #fcca19;
    }
    .x\:to-orange-1 {
        --tw-gradient-to: #fa886a;
    }
    .x\:to-orange-2 {
        --tw-gradient-to: #ff9c00;
    }
    .x\:to-yellow-2 {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .x\:to-yellow-5 {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .x\:to-orange-3 {
        --tw-gradient-to: #dea512;
    }
    .x\:to-orange-4 {
        --tw-gradient-to: #fff1dc;
    }
    .x\:to-orange-5 {
        --tw-gradient-to: #ff6c2e;
    }
    .x\:to-gray-3 {
        --tw-gradient-to: #3f3f3f;
    }
    .x\:to-green-1 {
        --tw-gradient-to: #009651;
    }
    .x\:to-black-1 {
        --tw-gradient-to: #474747;
    }
    .x\:to-gray-4 {
        --tw-gradient-to: #c4c4c4;
    }
    .x\:to-pinks-1 {
        --tw-gradient-to: #deaab3;
    }
    .x\:to-pinks-2 {
        --tw-gradient-to: #f9e8e8;
    }
    .x\:to-skies-1 {
        --tw-gradient-to: #2dadd6;
    }
    .x\:to-blues-1 {
        --tw-gradient-to: #115b98;
    }
    .x\:to-blues-2 {
        --tw-gradient-to: #4e6297;
    }
    .x\:to-blues-3 {
        --tw-gradient-to: #3a4a75;
    }
    .x\:to-reds-1 {
        --tw-gradient-to: #c5331e;
    }
    .x\:to-reds-2 {
        --tw-gradient-to: #c3573a;
    }
    .x\:to-reds-3 {
        --tw-gradient-to: #c8191c;
    }
    .x\:to-reds-4 {
        --tw-gradient-to: #953426;
    }
    .x\:to-reds-5 {
        --tw-gradient-to: #f81b4d;
    }
    .x\:to-reds-6 {
        --tw-gradient-to: #e43147;
    }
    .x\:to-gray-5 {
        --tw-gradient-to: #cbcbcb;
    }
    .x\:to-gray-6 {
        --tw-gradient-to: #e5e5e5;
    }
    .x\:to-yellow-3 {
        --tw-gradient-to: #b69665;
    }
    .x\:to-green-2 {
        --tw-gradient-to: #ebf9f1;
    }
    .x\:to-green-3 {
        --tw-gradient-to: #33c172;
    }
    .x\:to-yellow-4 {
        --tw-gradient-to: #fef8e7;
    }
    .x\:to-green-4 {
        --tw-gradient-to: #10b981;
    }
    .x\:to-green-5 {
        --tw-gradient-to: #00b14f;
    }
    .x\:to-gray-7 {
        --tw-gradient-to: #828282;
    }
    .x\:to-gray-14 {
        --tw-gradient-to: #b0b0b0;
    }
    .x\:to-blues-4 {
        --tw-gradient-to: #4040a3;
    }
    .x\:to-gray-15 {
        --tw-gradient-to: #3e3e3e;
    }
    .x\:to-gray-16 {
        --tw-gradient-to: #505050;
    }
    .x\:to-gray-17 {
        --tw-gradient-to: #f1f1f1;
    }
    .x\:to-gray-18 {
        --tw-gradient-to: #929292;
    }
    .x\:to-gray-19 {
        --tw-gradient-to: #bcbcbc;
    }
    .x\:to-gray-20 {
        --tw-gradient-to: #f9f9f9;
    }
    .x\:to-gray-21 {
        --tw-gradient-to: #c5c5c5;
    }
    .x\:to-gray-22 {
        --tw-gradient-to: #bfbfbf;
    }
    .x\:to-gray-23 {
        --tw-gradient-to: #eeeeee;
    }
    .x\:to-gray-24 {
        --tw-gradient-to: #b7b7b7;
    }
    .x\:to-gray-25 {
        --tw-gradient-to: #f0f0f0;
    }
    .x\:to-gray-26 {
        --tw-gradient-to: #efefef;
    }
    .x\:to-gray-27 {
        --tw-gradient-to: #bababa;
    }
    .x\:to-blues-5 {
        --tw-gradient-to: #0060a9;
    }
    .x\:to-blues-6 {
        --tw-gradient-to: #e9f2f9;
    }
    .x\:to-purple-1 {
        --tw-gradient-to: #9747ff;
    }
    .x\:to-purple-2 {
        --tw-gradient-to: #f8f2ff;
    }
    .x\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\:hover\:from-gray-1:hover {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:hover\:from-gray-10:hover {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:hover\:from-gray-11:hover {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:hover\:from-gray-12:hover {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:hover\:from-gray-13:hover {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:hover\:from-gray-2:hover {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:hover\:from-yellow-1:hover {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:hover\:from-orange-1:hover {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:hover\:from-orange-2:hover {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:hover\:from-yellow-2:hover {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:hover\:from-yellow-5:hover {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:hover\:from-orange-3:hover {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:hover\:from-orange-4:hover {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:hover\:from-orange-5:hover {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:hover\:from-gray-3:hover {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:hover\:from-green-1:hover {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:hover\:from-black-1:hover {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:hover\:from-gray-4:hover {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:hover\:from-pinks-1:hover {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:hover\:from-pinks-2:hover {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:hover\:from-skies-1:hover {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:hover\:from-blues-1:hover {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:hover\:from-blues-2:hover {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:hover\:from-blues-3:hover {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:hover\:from-reds-1:hover {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:hover\:from-reds-2:hover {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:hover\:from-reds-3:hover {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:hover\:from-reds-4:hover {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:hover\:from-reds-5:hover {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:hover\:from-reds-6:hover {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:hover\:from-gray-5:hover {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:hover\:from-gray-6:hover {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:hover\:from-yellow-3:hover {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:hover\:from-green-2:hover {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:hover\:from-green-3:hover {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:hover\:from-yellow-4:hover {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:hover\:from-green-4:hover {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:hover\:from-green-5:hover {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:hover\:from-gray-7:hover {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:hover\:from-gray-14:hover {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:hover\:from-blues-4:hover {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:hover\:from-gray-15:hover {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:hover\:from-gray-16:hover {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:hover\:from-gray-17:hover {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:hover\:from-gray-18:hover {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:hover\:from-gray-19:hover {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:hover\:from-gray-20:hover {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:hover\:from-gray-21:hover {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-22:hover {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-23:hover {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-24:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-25:hover {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-26:hover {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-gray-27:hover {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:from-blues-5:hover {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:hover\:from-blues-6:hover {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:hover\:from-purple-1:hover {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:hover\:from-purple-2:hover {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .x\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .x\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .x\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .x\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .x\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .x\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .x\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .x\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .x\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .x\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .x\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .x\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .x\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .x\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .x\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .x\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .x\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .x\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .x\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .x\:hover\:via-yellow-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .x\:hover\:via-yellow-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .x\:hover\:via-yellow-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .x\:hover\:via-yellow-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .x\:hover\:via-yellow-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .x\:hover\:via-yellow-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .x\:hover\:via-yellow-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .x\:hover\:via-yellow-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .x\:hover\:via-yellow-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .x\:hover\:via-yellow-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .x\:hover\:via-green-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .x\:hover\:via-green-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .x\:hover\:via-green-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .x\:hover\:via-green-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .x\:hover\:via-green-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .x\:hover\:via-green-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:hover\:via-green-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .x\:hover\:via-green-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .x\:hover\:via-green-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .x\:hover\:via-green-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .x\:hover\:via-blue-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .x\:hover\:via-blue-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .x\:hover\:via-blue-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .x\:hover\:via-blue-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .x\:hover\:via-blue-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .x\:hover\:via-blue-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .x\:hover\:via-blue-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .x\:hover\:via-blue-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .x\:hover\:via-blue-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .x\:hover\:via-blue-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .x\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .x\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .x\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .x\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .x\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .x\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .x\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .x\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .x\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .x\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .x\:hover\:via-purple-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .x\:hover\:via-purple-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .x\:hover\:via-purple-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .x\:hover\:via-purple-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .x\:hover\:via-purple-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .x\:hover\:via-purple-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .x\:hover\:via-purple-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .x\:hover\:via-purple-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .x\:hover\:via-purple-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .x\:hover\:via-purple-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .x\:hover\:via-pink-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .x\:hover\:via-pink-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .x\:hover\:via-pink-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .x\:hover\:via-pink-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .x\:hover\:via-pink-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .x\:hover\:via-pink-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .x\:hover\:via-pink-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .x\:hover\:via-pink-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .x\:hover\:via-pink-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .x\:hover\:via-pink-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .x\:hover\:via-gray-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:hover\:via-gray-10:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:hover\:via-gray-11:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:hover\:via-gray-12:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:hover\:via-gray-13:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:hover\:via-gray-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:hover\:via-yellow-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:hover\:via-orange-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:hover\:via-orange-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:hover\:via-yellow-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:hover\:via-yellow-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:hover\:via-orange-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:hover\:via-orange-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:hover\:via-orange-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:hover\:via-gray-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:hover\:via-green-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:hover\:via-black-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:hover\:via-gray-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:hover\:via-pinks-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:hover\:via-pinks-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:hover\:via-skies-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:hover\:via-blues-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:hover\:via-blues-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:hover\:via-blues-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:hover\:via-reds-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:hover\:via-reds-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:hover\:via-reds-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:hover\:via-reds-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:hover\:via-reds-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:hover\:via-reds-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:hover\:via-gray-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:hover\:via-gray-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:hover\:via-yellow-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:hover\:via-green-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:hover\:via-green-3:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:hover\:via-yellow-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:hover\:via-green-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:hover\:via-green-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:hover\:via-gray-7:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:hover\:via-gray-14:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:hover\:via-blues-4:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:hover\:via-gray-15:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:hover\:via-gray-16:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:hover\:via-gray-17:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:hover\:via-gray-18:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:hover\:via-gray-19:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:hover\:via-gray-20:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:hover\:via-gray-21:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-22:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-23:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-24:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-25:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-26:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-gray-27:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:hover\:via-blues-5:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:hover\:via-blues-6:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:hover\:via-purple-1:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:hover\:via-purple-2:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }
    .x\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }
    .x\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }
    .x\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }
    .x\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }
    .x\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }
    .x\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }
    .x\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }
    .x\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }
    .x\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }
    .x\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }
    .x\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }
    .x\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }
    .x\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }
    .x\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }
    .x\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }
    .x\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }
    .x\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }
    .x\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }
    .x\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }
    .x\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }
    .x\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }
    .x\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }
    .x\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }
    .x\:hover\:to-yellow-50:hover {
        --tw-gradient-to: #fffbeb;
    }
    .x\:hover\:to-yellow-100:hover {
        --tw-gradient-to: #fef3c7;
    }
    .x\:hover\:to-yellow-200:hover {
        --tw-gradient-to: #fde68a;
    }
    .x\:hover\:to-yellow-300:hover {
        --tw-gradient-to: #fcd34d;
    }
    .x\:hover\:to-yellow-400:hover {
        --tw-gradient-to: #fbbf24;
    }
    .x\:hover\:to-yellow-500:hover {
        --tw-gradient-to: #f59e0b;
    }
    .x\:hover\:to-yellow-600:hover {
        --tw-gradient-to: #d97706;
    }
    .x\:hover\:to-yellow-700:hover {
        --tw-gradient-to: #b45309;
    }
    .x\:hover\:to-yellow-800:hover {
        --tw-gradient-to: #92400e;
    }
    .x\:hover\:to-yellow-900:hover {
        --tw-gradient-to: #78350f;
    }
    .x\:hover\:to-green-50:hover {
        --tw-gradient-to: #ecfdf5;
    }
    .x\:hover\:to-green-100:hover {
        --tw-gradient-to: #d1fae5;
    }
    .x\:hover\:to-green-200:hover {
        --tw-gradient-to: #a7f3d0;
    }
    .x\:hover\:to-green-300:hover {
        --tw-gradient-to: #6ee7b7;
    }
    .x\:hover\:to-green-400:hover {
        --tw-gradient-to: #34d399;
    }
    .x\:hover\:to-green-500:hover {
        --tw-gradient-to: #10b981;
    }
    .x\:hover\:to-green-600:hover {
        --tw-gradient-to: #059669;
    }
    .x\:hover\:to-green-700:hover {
        --tw-gradient-to: #047857;
    }
    .x\:hover\:to-green-800:hover {
        --tw-gradient-to: #065f46;
    }
    .x\:hover\:to-green-900:hover {
        --tw-gradient-to: #064e3b;
    }
    .x\:hover\:to-blue-50:hover {
        --tw-gradient-to: #eff6ff;
    }
    .x\:hover\:to-blue-100:hover {
        --tw-gradient-to: #dbeafe;
    }
    .x\:hover\:to-blue-200:hover {
        --tw-gradient-to: #bfdbfe;
    }
    .x\:hover\:to-blue-300:hover {
        --tw-gradient-to: #93c5fd;
    }
    .x\:hover\:to-blue-400:hover {
        --tw-gradient-to: #60a5fa;
    }
    .x\:hover\:to-blue-500:hover {
        --tw-gradient-to: #3b82f6;
    }
    .x\:hover\:to-blue-600:hover {
        --tw-gradient-to: #2563eb;
    }
    .x\:hover\:to-blue-700:hover {
        --tw-gradient-to: #1d4ed8;
    }
    .x\:hover\:to-blue-800:hover {
        --tw-gradient-to: #1e40af;
    }
    .x\:hover\:to-blue-900:hover {
        --tw-gradient-to: #1e3a8a;
    }
    .x\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }
    .x\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }
    .x\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }
    .x\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }
    .x\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }
    .x\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }
    .x\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }
    .x\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }
    .x\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }
    .x\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }
    .x\:hover\:to-purple-50:hover {
        --tw-gradient-to: #f5f3ff;
    }
    .x\:hover\:to-purple-100:hover {
        --tw-gradient-to: #ede9fe;
    }
    .x\:hover\:to-purple-200:hover {
        --tw-gradient-to: #ddd6fe;
    }
    .x\:hover\:to-purple-300:hover {
        --tw-gradient-to: #c4b5fd;
    }
    .x\:hover\:to-purple-400:hover {
        --tw-gradient-to: #a78bfa;
    }
    .x\:hover\:to-purple-500:hover {
        --tw-gradient-to: #8b5cf6;
    }
    .x\:hover\:to-purple-600:hover {
        --tw-gradient-to: #7c3aed;
    }
    .x\:hover\:to-purple-700:hover {
        --tw-gradient-to: #6d28d9;
    }
    .x\:hover\:to-purple-800:hover {
        --tw-gradient-to: #5b21b6;
    }
    .x\:hover\:to-purple-900:hover {
        --tw-gradient-to: #4c1d95;
    }
    .x\:hover\:to-pink-50:hover {
        --tw-gradient-to: #fdf2f8;
    }
    .x\:hover\:to-pink-100:hover {
        --tw-gradient-to: #fce7f3;
    }
    .x\:hover\:to-pink-200:hover {
        --tw-gradient-to: #fbcfe8;
    }
    .x\:hover\:to-pink-300:hover {
        --tw-gradient-to: #f9a8d4;
    }
    .x\:hover\:to-pink-400:hover {
        --tw-gradient-to: #f472b6;
    }
    .x\:hover\:to-pink-500:hover {
        --tw-gradient-to: #ec4899;
    }
    .x\:hover\:to-pink-600:hover {
        --tw-gradient-to: #db2777;
    }
    .x\:hover\:to-pink-700:hover {
        --tw-gradient-to: #be185d;
    }
    .x\:hover\:to-pink-800:hover {
        --tw-gradient-to: #9d174d;
    }
    .x\:hover\:to-pink-900:hover {
        --tw-gradient-to: #831843;
    }
    .x\:hover\:to-gray-1:hover {
        --tw-gradient-to: #999999;
    }
    .x\:hover\:to-gray-10:hover {
        --tw-gradient-to: #898989;
    }
    .x\:hover\:to-gray-11:hover {
        --tw-gradient-to: #f3f3f3;
    }
    .x\:hover\:to-gray-12:hover {
        --tw-gradient-to: #2c2c2c;
    }
    .x\:hover\:to-gray-13:hover {
        --tw-gradient-to: #777777;
    }
    .x\:hover\:to-gray-2:hover {
        --tw-gradient-to: #dfdfdf;
    }
    .x\:hover\:to-yellow-1:hover {
        --tw-gradient-to: #fcca19;
    }
    .x\:hover\:to-orange-1:hover {
        --tw-gradient-to: #fa886a;
    }
    .x\:hover\:to-orange-2:hover {
        --tw-gradient-to: #ff9c00;
    }
    .x\:hover\:to-yellow-2:hover {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .x\:hover\:to-yellow-5:hover {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .x\:hover\:to-orange-3:hover {
        --tw-gradient-to: #dea512;
    }
    .x\:hover\:to-orange-4:hover {
        --tw-gradient-to: #fff1dc;
    }
    .x\:hover\:to-orange-5:hover {
        --tw-gradient-to: #ff6c2e;
    }
    .x\:hover\:to-gray-3:hover {
        --tw-gradient-to: #3f3f3f;
    }
    .x\:hover\:to-green-1:hover {
        --tw-gradient-to: #009651;
    }
    .x\:hover\:to-black-1:hover {
        --tw-gradient-to: #474747;
    }
    .x\:hover\:to-gray-4:hover {
        --tw-gradient-to: #c4c4c4;
    }
    .x\:hover\:to-pinks-1:hover {
        --tw-gradient-to: #deaab3;
    }
    .x\:hover\:to-pinks-2:hover {
        --tw-gradient-to: #f9e8e8;
    }
    .x\:hover\:to-skies-1:hover {
        --tw-gradient-to: #2dadd6;
    }
    .x\:hover\:to-blues-1:hover {
        --tw-gradient-to: #115b98;
    }
    .x\:hover\:to-blues-2:hover {
        --tw-gradient-to: #4e6297;
    }
    .x\:hover\:to-blues-3:hover {
        --tw-gradient-to: #3a4a75;
    }
    .x\:hover\:to-reds-1:hover {
        --tw-gradient-to: #c5331e;
    }
    .x\:hover\:to-reds-2:hover {
        --tw-gradient-to: #c3573a;
    }
    .x\:hover\:to-reds-3:hover {
        --tw-gradient-to: #c8191c;
    }
    .x\:hover\:to-reds-4:hover {
        --tw-gradient-to: #953426;
    }
    .x\:hover\:to-reds-5:hover {
        --tw-gradient-to: #f81b4d;
    }
    .x\:hover\:to-reds-6:hover {
        --tw-gradient-to: #e43147;
    }
    .x\:hover\:to-gray-5:hover {
        --tw-gradient-to: #cbcbcb;
    }
    .x\:hover\:to-gray-6:hover {
        --tw-gradient-to: #e5e5e5;
    }
    .x\:hover\:to-yellow-3:hover {
        --tw-gradient-to: #b69665;
    }
    .x\:hover\:to-green-2:hover {
        --tw-gradient-to: #ebf9f1;
    }
    .x\:hover\:to-green-3:hover {
        --tw-gradient-to: #33c172;
    }
    .x\:hover\:to-yellow-4:hover {
        --tw-gradient-to: #fef8e7;
    }
    .x\:hover\:to-green-4:hover {
        --tw-gradient-to: #10b981;
    }
    .x\:hover\:to-green-5:hover {
        --tw-gradient-to: #00b14f;
    }
    .x\:hover\:to-gray-7:hover {
        --tw-gradient-to: #828282;
    }
    .x\:hover\:to-gray-14:hover {
        --tw-gradient-to: #b0b0b0;
    }
    .x\:hover\:to-blues-4:hover {
        --tw-gradient-to: #4040a3;
    }
    .x\:hover\:to-gray-15:hover {
        --tw-gradient-to: #3e3e3e;
    }
    .x\:hover\:to-gray-16:hover {
        --tw-gradient-to: #505050;
    }
    .x\:hover\:to-gray-17:hover {
        --tw-gradient-to: #f1f1f1;
    }
    .x\:hover\:to-gray-18:hover {
        --tw-gradient-to: #929292;
    }
    .x\:hover\:to-gray-19:hover {
        --tw-gradient-to: #bcbcbc;
    }
    .x\:hover\:to-gray-20:hover {
        --tw-gradient-to: #f9f9f9;
    }
    .x\:hover\:to-gray-21:hover {
        --tw-gradient-to: #c5c5c5;
    }
    .x\:hover\:to-gray-22:hover {
        --tw-gradient-to: #bfbfbf;
    }
    .x\:hover\:to-gray-23:hover {
        --tw-gradient-to: #eeeeee;
    }
    .x\:hover\:to-gray-24:hover {
        --tw-gradient-to: #b7b7b7;
    }
    .x\:hover\:to-gray-25:hover {
        --tw-gradient-to: #f0f0f0;
    }
    .x\:hover\:to-gray-26:hover {
        --tw-gradient-to: #efefef;
    }
    .x\:hover\:to-gray-27:hover {
        --tw-gradient-to: #bababa;
    }
    .x\:hover\:to-blues-5:hover {
        --tw-gradient-to: #0060a9;
    }
    .x\:hover\:to-blues-6:hover {
        --tw-gradient-to: #e9f2f9;
    }
    .x\:hover\:to-purple-1:hover {
        --tw-gradient-to: #9747ff;
    }
    .x\:hover\:to-purple-2:hover {
        --tw-gradient-to: #f8f2ff;
    }
    .x\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\:focus\:from-gray-1:focus {
        --tw-gradient-from: #999999;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:focus\:from-gray-10:focus {
        --tw-gradient-from: #898989;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:focus\:from-gray-11:focus {
        --tw-gradient-from: #f3f3f3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:focus\:from-gray-12:focus {
        --tw-gradient-from: #2c2c2c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:focus\:from-gray-13:focus {
        --tw-gradient-from: #777777;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:focus\:from-gray-2:focus {
        --tw-gradient-from: #dfdfdf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:focus\:from-yellow-1:focus {
        --tw-gradient-from: #fcca19;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:focus\:from-orange-1:focus {
        --tw-gradient-from: #fa886a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:focus\:from-orange-2:focus {
        --tw-gradient-from: #ff9c00;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:focus\:from-yellow-2:focus {
        --tw-gradient-from: rgba(252, 202, 25, 0.65);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:focus\:from-yellow-5:focus {
        --tw-gradient-from: rgba(249, 181, 11, 0.1);
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:focus\:from-orange-3:focus {
        --tw-gradient-from: #dea512;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:focus\:from-orange-4:focus {
        --tw-gradient-from: #fff1dc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:focus\:from-orange-5:focus {
        --tw-gradient-from: #ff6c2e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:focus\:from-gray-3:focus {
        --tw-gradient-from: #3f3f3f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:focus\:from-green-1:focus {
        --tw-gradient-from: #009651;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:focus\:from-black-1:focus {
        --tw-gradient-from: #474747;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:focus\:from-gray-4:focus {
        --tw-gradient-from: #c4c4c4;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:focus\:from-pinks-1:focus {
        --tw-gradient-from: #deaab3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:focus\:from-pinks-2:focus {
        --tw-gradient-from: #f9e8e8;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:focus\:from-skies-1:focus {
        --tw-gradient-from: #2dadd6;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:focus\:from-blues-1:focus {
        --tw-gradient-from: #115b98;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:focus\:from-blues-2:focus {
        --tw-gradient-from: #4e6297;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:focus\:from-blues-3:focus {
        --tw-gradient-from: #3a4a75;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:focus\:from-reds-1:focus {
        --tw-gradient-from: #c5331e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:focus\:from-reds-2:focus {
        --tw-gradient-from: #c3573a;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:focus\:from-reds-3:focus {
        --tw-gradient-from: #c8191c;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:focus\:from-reds-4:focus {
        --tw-gradient-from: #953426;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:focus\:from-reds-5:focus {
        --tw-gradient-from: #f81b4d;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:focus\:from-reds-6:focus {
        --tw-gradient-from: #e43147;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:focus\:from-gray-5:focus {
        --tw-gradient-from: #cbcbcb;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:focus\:from-gray-6:focus {
        --tw-gradient-from: #e5e5e5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:focus\:from-yellow-3:focus {
        --tw-gradient-from: #b69665;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:focus\:from-green-2:focus {
        --tw-gradient-from: #ebf9f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:focus\:from-green-3:focus {
        --tw-gradient-from: #33c172;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:focus\:from-yellow-4:focus {
        --tw-gradient-from: #fef8e7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:focus\:from-green-4:focus {
        --tw-gradient-from: #10b981;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:focus\:from-green-5:focus {
        --tw-gradient-from: #00b14f;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:focus\:from-gray-7:focus {
        --tw-gradient-from: #828282;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:focus\:from-gray-14:focus {
        --tw-gradient-from: #b0b0b0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:focus\:from-blues-4:focus {
        --tw-gradient-from: #4040a3;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:focus\:from-gray-15:focus {
        --tw-gradient-from: #3e3e3e;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:focus\:from-gray-16:focus {
        --tw-gradient-from: #505050;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:focus\:from-gray-17:focus {
        --tw-gradient-from: #f1f1f1;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:focus\:from-gray-18:focus {
        --tw-gradient-from: #929292;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:focus\:from-gray-19:focus {
        --tw-gradient-from: #bcbcbc;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:focus\:from-gray-20:focus {
        --tw-gradient-from: #f9f9f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:focus\:from-gray-21:focus {
        --tw-gradient-from: #c5c5c5;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-22:focus {
        --tw-gradient-from: #bfbfbf;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-23:focus {
        --tw-gradient-from: #eeeeee;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-24:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-25:focus {
        --tw-gradient-from: #f0f0f0;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-26:focus {
        --tw-gradient-from: #efefef;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-gray-27:focus {
        --tw-gradient-from: #bababa;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:from-blues-5:focus {
        --tw-gradient-from: #0060a9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:focus\:from-blues-6:focus {
        --tw-gradient-from: #e9f2f9;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:focus\:from-purple-1:focus {
        --tw-gradient-from: #9747ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:focus\:from-purple-2:focus {
        --tw-gradient-from: #f8f2ff;
        --tw-gradient-stops: var(--tw-gradient-from),
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000,
            var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }
    .x\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb,
            var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }
    .x\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6,
            var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }
    .x\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb,
            var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }
    .x\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db,
            var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }
    .x\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af,
            var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }
    .x\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280,
            var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }
    .x\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563,
            var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }
    .x\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151,
            var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }
    .x\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937,
            var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }
    .x\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827,
            var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }
    .x\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2,
            var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }
    .x\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2,
            var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }
    .x\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca,
            var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }
    .x\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5,
            var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }
    .x\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171,
            var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }
    .x\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444,
            var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }
    .x\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626,
            var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }
    .x\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c,
            var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }
    .x\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b,
            var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }
    .x\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d,
            var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }
    .x\:focus\:via-yellow-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fffbeb,
            var(--tw-gradient-to, rgba(255, 251, 235, 0));
    }
    .x\:focus\:via-yellow-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef3c7,
            var(--tw-gradient-to, rgba(254, 243, 199, 0));
    }
    .x\:focus\:via-yellow-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fde68a,
            var(--tw-gradient-to, rgba(253, 230, 138, 0));
    }
    .x\:focus\:via-yellow-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcd34d,
            var(--tw-gradient-to, rgba(252, 211, 77, 0));
    }
    .x\:focus\:via-yellow-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbbf24,
            var(--tw-gradient-to, rgba(251, 191, 36, 0));
    }
    .x\:focus\:via-yellow-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f59e0b,
            var(--tw-gradient-to, rgba(245, 158, 11, 0));
    }
    .x\:focus\:via-yellow-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d97706,
            var(--tw-gradient-to, rgba(217, 119, 6, 0));
    }
    .x\:focus\:via-yellow-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b45309,
            var(--tw-gradient-to, rgba(180, 83, 9, 0));
    }
    .x\:focus\:via-yellow-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #92400e,
            var(--tw-gradient-to, rgba(146, 64, 14, 0));
    }
    .x\:focus\:via-yellow-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #78350f,
            var(--tw-gradient-to, rgba(120, 53, 15, 0));
    }
    .x\:focus\:via-green-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5,
            var(--tw-gradient-to, rgba(236, 253, 245, 0));
    }
    .x\:focus\:via-green-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1fae5,
            var(--tw-gradient-to, rgba(209, 250, 229, 0));
    }
    .x\:focus\:via-green-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0,
            var(--tw-gradient-to, rgba(167, 243, 208, 0));
    }
    .x\:focus\:via-green-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7,
            var(--tw-gradient-to, rgba(110, 231, 183, 0));
    }
    .x\:focus\:via-green-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #34d399,
            var(--tw-gradient-to, rgba(52, 211, 153, 0));
    }
    .x\:focus\:via-green-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:focus\:via-green-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #059669,
            var(--tw-gradient-to, rgba(5, 150, 105, 0));
    }
    .x\:focus\:via-green-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #047857,
            var(--tw-gradient-to, rgba(4, 120, 87, 0));
    }
    .x\:focus\:via-green-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #065f46,
            var(--tw-gradient-to, rgba(6, 95, 70, 0));
    }
    .x\:focus\:via-green-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #064e3b,
            var(--tw-gradient-to, rgba(6, 78, 59, 0));
    }
    .x\:focus\:via-blue-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eff6ff,
            var(--tw-gradient-to, rgba(239, 246, 255, 0));
    }
    .x\:focus\:via-blue-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dbeafe,
            var(--tw-gradient-to, rgba(219, 234, 254, 0));
    }
    .x\:focus\:via-blue-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe,
            var(--tw-gradient-to, rgba(191, 219, 254, 0));
    }
    .x\:focus\:via-blue-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #93c5fd,
            var(--tw-gradient-to, rgba(147, 197, 253, 0));
    }
    .x\:focus\:via-blue-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #60a5fa,
            var(--tw-gradient-to, rgba(96, 165, 250, 0));
    }
    .x\:focus\:via-blue-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3b82f6,
            var(--tw-gradient-to, rgba(59, 130, 246, 0));
    }
    .x\:focus\:via-blue-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2563eb,
            var(--tw-gradient-to, rgba(37, 99, 235, 0));
    }
    .x\:focus\:via-blue-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8,
            var(--tw-gradient-to, rgba(29, 78, 216, 0));
    }
    .x\:focus\:via-blue-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e40af,
            var(--tw-gradient-to, rgba(30, 64, 175, 0));
    }
    .x\:focus\:via-blue-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a,
            var(--tw-gradient-to, rgba(30, 58, 138, 0));
    }
    .x\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff,
            var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }
    .x\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff,
            var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }
    .x\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe,
            var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }
    .x\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc,
            var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }
    .x\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8,
            var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }
    .x\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1,
            var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }
    .x\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5,
            var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }
    .x\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca,
            var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }
    .x\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3,
            var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }
    .x\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81,
            var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }
    .x\:focus\:via-purple-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff,
            var(--tw-gradient-to, rgba(245, 243, 255, 0));
    }
    .x\:focus\:via-purple-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ede9fe,
            var(--tw-gradient-to, rgba(237, 233, 254, 0));
    }
    .x\:focus\:via-purple-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe,
            var(--tw-gradient-to, rgba(221, 214, 254, 0));
    }
    .x\:focus\:via-purple-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd,
            var(--tw-gradient-to, rgba(196, 181, 253, 0));
    }
    .x\:focus\:via-purple-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a78bfa,
            var(--tw-gradient-to, rgba(167, 139, 250, 0));
    }
    .x\:focus\:via-purple-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6,
            var(--tw-gradient-to, rgba(139, 92, 246, 0));
    }
    .x\:focus\:via-purple-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7c3aed,
            var(--tw-gradient-to, rgba(124, 58, 237, 0));
    }
    .x\:focus\:via-purple-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6d28d9,
            var(--tw-gradient-to, rgba(109, 40, 217, 0));
    }
    .x\:focus\:via-purple-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5b21b6,
            var(--tw-gradient-to, rgba(91, 33, 182, 0));
    }
    .x\:focus\:via-purple-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4c1d95,
            var(--tw-gradient-to, rgba(76, 29, 149, 0));
    }
    .x\:focus\:via-pink-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8,
            var(--tw-gradient-to, rgba(253, 242, 248, 0));
    }
    .x\:focus\:via-pink-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fce7f3,
            var(--tw-gradient-to, rgba(252, 231, 243, 0));
    }
    .x\:focus\:via-pink-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8,
            var(--tw-gradient-to, rgba(251, 207, 232, 0));
    }
    .x\:focus\:via-pink-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4,
            var(--tw-gradient-to, rgba(249, 168, 212, 0));
    }
    .x\:focus\:via-pink-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f472b6,
            var(--tw-gradient-to, rgba(244, 114, 182, 0));
    }
    .x\:focus\:via-pink-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ec4899,
            var(--tw-gradient-to, rgba(236, 72, 153, 0));
    }
    .x\:focus\:via-pink-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #db2777,
            var(--tw-gradient-to, rgba(219, 39, 119, 0));
    }
    .x\:focus\:via-pink-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #be185d,
            var(--tw-gradient-to, rgba(190, 24, 93, 0));
    }
    .x\:focus\:via-pink-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9d174d,
            var(--tw-gradient-to, rgba(157, 23, 77, 0));
    }
    .x\:focus\:via-pink-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #831843,
            var(--tw-gradient-to, rgba(131, 24, 67, 0));
    }
    .x\:focus\:via-gray-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #999999,
            var(--tw-gradient-to, rgba(153, 153, 153, 0));
    }
    .x\:focus\:via-gray-10:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #898989,
            var(--tw-gradient-to, rgba(137, 137, 137, 0));
    }
    .x\:focus\:via-gray-11:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3,
            var(--tw-gradient-to, rgba(243, 243, 243, 0));
    }
    .x\:focus\:via-gray-12:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2c2c2c,
            var(--tw-gradient-to, rgba(44, 44, 44, 0));
    }
    .x\:focus\:via-gray-13:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #777777,
            var(--tw-gradient-to, rgba(119, 119, 119, 0));
    }
    .x\:focus\:via-gray-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dfdfdf,
            var(--tw-gradient-to, rgba(223, 223, 223, 0));
    }
    .x\:focus\:via-yellow-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fcca19,
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:focus\:via-orange-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fa886a,
            var(--tw-gradient-to, rgba(250, 136, 106, 0));
    }
    .x\:focus\:via-orange-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff9c00,
            var(--tw-gradient-to, rgba(255, 156, 0, 0));
    }
    .x\:focus\:via-yellow-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 202, 25, 0.65),
            var(--tw-gradient-to, rgba(252, 202, 25, 0));
    }
    .x\:focus\:via-yellow-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), rgba(249, 181, 11, 0.1),
            var(--tw-gradient-to, rgba(249, 181, 11, 0));
    }
    .x\:focus\:via-orange-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dea512,
            var(--tw-gradient-to, rgba(222, 165, 18, 0));
    }
    .x\:focus\:via-orange-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff1dc,
            var(--tw-gradient-to, rgba(255, 241, 220, 0));
    }
    .x\:focus\:via-orange-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ff6c2e,
            var(--tw-gradient-to, rgba(255, 108, 46, 0));
    }
    .x\:focus\:via-gray-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3f3f3f,
            var(--tw-gradient-to, rgba(63, 63, 63, 0));
    }
    .x\:focus\:via-green-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #009651,
            var(--tw-gradient-to, rgba(0, 150, 81, 0));
    }
    .x\:focus\:via-black-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #474747,
            var(--tw-gradient-to, rgba(71, 71, 71, 0));
    }
    .x\:focus\:via-gray-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4,
            var(--tw-gradient-to, rgba(196, 196, 196, 0));
    }
    .x\:focus\:via-pinks-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #deaab3,
            var(--tw-gradient-to, rgba(222, 170, 179, 0));
    }
    .x\:focus\:via-pinks-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9e8e8,
            var(--tw-gradient-to, rgba(249, 232, 232, 0));
    }
    .x\:focus\:via-skies-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #2dadd6,
            var(--tw-gradient-to, rgba(45, 173, 214, 0));
    }
    .x\:focus\:via-blues-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #115b98,
            var(--tw-gradient-to, rgba(17, 91, 152, 0));
    }
    .x\:focus\:via-blues-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4e6297,
            var(--tw-gradient-to, rgba(78, 98, 151, 0));
    }
    .x\:focus\:via-blues-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3a4a75,
            var(--tw-gradient-to, rgba(58, 74, 117, 0));
    }
    .x\:focus\:via-reds-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5331e,
            var(--tw-gradient-to, rgba(197, 51, 30, 0));
    }
    .x\:focus\:via-reds-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c3573a,
            var(--tw-gradient-to, rgba(195, 87, 58, 0));
    }
    .x\:focus\:via-reds-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c8191c,
            var(--tw-gradient-to, rgba(200, 25, 28, 0));
    }
    .x\:focus\:via-reds-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #953426,
            var(--tw-gradient-to, rgba(149, 52, 38, 0));
    }
    .x\:focus\:via-reds-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f81b4d,
            var(--tw-gradient-to, rgba(248, 27, 77, 0));
    }
    .x\:focus\:via-reds-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e43147,
            var(--tw-gradient-to, rgba(228, 49, 71, 0));
    }
    .x\:focus\:via-gray-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #cbcbcb,
            var(--tw-gradient-to, rgba(203, 203, 203, 0));
    }
    .x\:focus\:via-gray-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5,
            var(--tw-gradient-to, rgba(229, 229, 229, 0));
    }
    .x\:focus\:via-yellow-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b69665,
            var(--tw-gradient-to, rgba(182, 150, 101, 0));
    }
    .x\:focus\:via-green-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ebf9f1,
            var(--tw-gradient-to, rgba(235, 249, 241, 0));
    }
    .x\:focus\:via-green-3:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #33c172,
            var(--tw-gradient-to, rgba(51, 193, 114, 0));
    }
    .x\:focus\:via-yellow-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef8e7,
            var(--tw-gradient-to, rgba(254, 248, 231, 0));
    }
    .x\:focus\:via-green-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #10b981,
            var(--tw-gradient-to, rgba(16, 185, 129, 0));
    }
    .x\:focus\:via-green-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #00b14f,
            var(--tw-gradient-to, rgba(0, 177, 79, 0));
    }
    .x\:focus\:via-gray-7:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #828282,
            var(--tw-gradient-to, rgba(130, 130, 130, 0));
    }
    .x\:focus\:via-gray-14:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b0b0b0,
            var(--tw-gradient-to, rgba(176, 176, 176, 0));
    }
    .x\:focus\:via-blues-4:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4040a3,
            var(--tw-gradient-to, rgba(64, 64, 163, 0));
    }
    .x\:focus\:via-gray-15:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3e3e3e,
            var(--tw-gradient-to, rgba(62, 62, 62, 0));
    }
    .x\:focus\:via-gray-16:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #505050,
            var(--tw-gradient-to, rgba(80, 80, 80, 0));
    }
    .x\:focus\:via-gray-17:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f1f1f1,
            var(--tw-gradient-to, rgba(241, 241, 241, 0));
    }
    .x\:focus\:via-gray-18:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #929292,
            var(--tw-gradient-to, rgba(146, 146, 146, 0));
    }
    .x\:focus\:via-gray-19:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bcbcbc,
            var(--tw-gradient-to, rgba(188, 188, 188, 0));
    }
    .x\:focus\:via-gray-20:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9,
            var(--tw-gradient-to, rgba(249, 249, 249, 0));
    }
    .x\:focus\:via-gray-21:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c5c5c5,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-22:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bfbfbf,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-23:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eeeeee,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-24:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-25:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f0f0f0,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-26:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #efefef,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-gray-27:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #bababa,
            var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }
    .x\:focus\:via-blues-5:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0060a9,
            var(--tw-gradient-to, rgba(0, 96, 169, 0));
    }
    .x\:focus\:via-blues-6:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e9f2f9,
            var(--tw-gradient-to, rgba(233, 242, 249, 0));
    }
    .x\:focus\:via-purple-1:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9747ff,
            var(--tw-gradient-to, rgba(151, 71, 255, 0));
    }
    .x\:focus\:via-purple-2:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f8f2ff,
            var(--tw-gradient-to, rgba(248, 242, 255, 0));
    }
    .x\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }
    .x\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }
    .x\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }
    .x\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }
    .x\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }
    .x\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }
    .x\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }
    .x\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }
    .x\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }
    .x\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }
    .x\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }
    .x\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }
    .x\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }
    .x\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }
    .x\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }
    .x\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }
    .x\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }
    .x\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }
    .x\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }
    .x\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }
    .x\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }
    .x\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }
    .x\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }
    .x\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }
    .x\:focus\:to-yellow-50:focus {
        --tw-gradient-to: #fffbeb;
    }
    .x\:focus\:to-yellow-100:focus {
        --tw-gradient-to: #fef3c7;
    }
    .x\:focus\:to-yellow-200:focus {
        --tw-gradient-to: #fde68a;
    }
    .x\:focus\:to-yellow-300:focus {
        --tw-gradient-to: #fcd34d;
    }
    .x\:focus\:to-yellow-400:focus {
        --tw-gradient-to: #fbbf24;
    }
    .x\:focus\:to-yellow-500:focus {
        --tw-gradient-to: #f59e0b;
    }
    .x\:focus\:to-yellow-600:focus {
        --tw-gradient-to: #d97706;
    }
    .x\:focus\:to-yellow-700:focus {
        --tw-gradient-to: #b45309;
    }
    .x\:focus\:to-yellow-800:focus {
        --tw-gradient-to: #92400e;
    }
    .x\:focus\:to-yellow-900:focus {
        --tw-gradient-to: #78350f;
    }
    .x\:focus\:to-green-50:focus {
        --tw-gradient-to: #ecfdf5;
    }
    .x\:focus\:to-green-100:focus {
        --tw-gradient-to: #d1fae5;
    }
    .x\:focus\:to-green-200:focus {
        --tw-gradient-to: #a7f3d0;
    }
    .x\:focus\:to-green-300:focus {
        --tw-gradient-to: #6ee7b7;
    }
    .x\:focus\:to-green-400:focus {
        --tw-gradient-to: #34d399;
    }
    .x\:focus\:to-green-500:focus {
        --tw-gradient-to: #10b981;
    }
    .x\:focus\:to-green-600:focus {
        --tw-gradient-to: #059669;
    }
    .x\:focus\:to-green-700:focus {
        --tw-gradient-to: #047857;
    }
    .x\:focus\:to-green-800:focus {
        --tw-gradient-to: #065f46;
    }
    .x\:focus\:to-green-900:focus {
        --tw-gradient-to: #064e3b;
    }
    .x\:focus\:to-blue-50:focus {
        --tw-gradient-to: #eff6ff;
    }
    .x\:focus\:to-blue-100:focus {
        --tw-gradient-to: #dbeafe;
    }
    .x\:focus\:to-blue-200:focus {
        --tw-gradient-to: #bfdbfe;
    }
    .x\:focus\:to-blue-300:focus {
        --tw-gradient-to: #93c5fd;
    }
    .x\:focus\:to-blue-400:focus {
        --tw-gradient-to: #60a5fa;
    }
    .x\:focus\:to-blue-500:focus {
        --tw-gradient-to: #3b82f6;
    }
    .x\:focus\:to-blue-600:focus {
        --tw-gradient-to: #2563eb;
    }
    .x\:focus\:to-blue-700:focus {
        --tw-gradient-to: #1d4ed8;
    }
    .x\:focus\:to-blue-800:focus {
        --tw-gradient-to: #1e40af;
    }
    .x\:focus\:to-blue-900:focus {
        --tw-gradient-to: #1e3a8a;
    }
    .x\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }
    .x\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }
    .x\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }
    .x\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }
    .x\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }
    .x\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }
    .x\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }
    .x\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }
    .x\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }
    .x\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }
    .x\:focus\:to-purple-50:focus {
        --tw-gradient-to: #f5f3ff;
    }
    .x\:focus\:to-purple-100:focus {
        --tw-gradient-to: #ede9fe;
    }
    .x\:focus\:to-purple-200:focus {
        --tw-gradient-to: #ddd6fe;
    }
    .x\:focus\:to-purple-300:focus {
        --tw-gradient-to: #c4b5fd;
    }
    .x\:focus\:to-purple-400:focus {
        --tw-gradient-to: #a78bfa;
    }
    .x\:focus\:to-purple-500:focus {
        --tw-gradient-to: #8b5cf6;
    }
    .x\:focus\:to-purple-600:focus {
        --tw-gradient-to: #7c3aed;
    }
    .x\:focus\:to-purple-700:focus {
        --tw-gradient-to: #6d28d9;
    }
    .x\:focus\:to-purple-800:focus {
        --tw-gradient-to: #5b21b6;
    }
    .x\:focus\:to-purple-900:focus {
        --tw-gradient-to: #4c1d95;
    }
    .x\:focus\:to-pink-50:focus {
        --tw-gradient-to: #fdf2f8;
    }
    .x\:focus\:to-pink-100:focus {
        --tw-gradient-to: #fce7f3;
    }
    .x\:focus\:to-pink-200:focus {
        --tw-gradient-to: #fbcfe8;
    }
    .x\:focus\:to-pink-300:focus {
        --tw-gradient-to: #f9a8d4;
    }
    .x\:focus\:to-pink-400:focus {
        --tw-gradient-to: #f472b6;
    }
    .x\:focus\:to-pink-500:focus {
        --tw-gradient-to: #ec4899;
    }
    .x\:focus\:to-pink-600:focus {
        --tw-gradient-to: #db2777;
    }
    .x\:focus\:to-pink-700:focus {
        --tw-gradient-to: #be185d;
    }
    .x\:focus\:to-pink-800:focus {
        --tw-gradient-to: #9d174d;
    }
    .x\:focus\:to-pink-900:focus {
        --tw-gradient-to: #831843;
    }
    .x\:focus\:to-gray-1:focus {
        --tw-gradient-to: #999999;
    }
    .x\:focus\:to-gray-10:focus {
        --tw-gradient-to: #898989;
    }
    .x\:focus\:to-gray-11:focus {
        --tw-gradient-to: #f3f3f3;
    }
    .x\:focus\:to-gray-12:focus {
        --tw-gradient-to: #2c2c2c;
    }
    .x\:focus\:to-gray-13:focus {
        --tw-gradient-to: #777777;
    }
    .x\:focus\:to-gray-2:focus {
        --tw-gradient-to: #dfdfdf;
    }
    .x\:focus\:to-yellow-1:focus {
        --tw-gradient-to: #fcca19;
    }
    .x\:focus\:to-orange-1:focus {
        --tw-gradient-to: #fa886a;
    }
    .x\:focus\:to-orange-2:focus {
        --tw-gradient-to: #ff9c00;
    }
    .x\:focus\:to-yellow-2:focus {
        --tw-gradient-to: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:to-yellow-5:focus {
        --tw-gradient-to: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:to-orange-3:focus {
        --tw-gradient-to: #dea512;
    }
    .x\:focus\:to-orange-4:focus {
        --tw-gradient-to: #fff1dc;
    }
    .x\:focus\:to-orange-5:focus {
        --tw-gradient-to: #ff6c2e;
    }
    .x\:focus\:to-gray-3:focus {
        --tw-gradient-to: #3f3f3f;
    }
    .x\:focus\:to-green-1:focus {
        --tw-gradient-to: #009651;
    }
    .x\:focus\:to-black-1:focus {
        --tw-gradient-to: #474747;
    }
    .x\:focus\:to-gray-4:focus {
        --tw-gradient-to: #c4c4c4;
    }
    .x\:focus\:to-pinks-1:focus {
        --tw-gradient-to: #deaab3;
    }
    .x\:focus\:to-pinks-2:focus {
        --tw-gradient-to: #f9e8e8;
    }
    .x\:focus\:to-skies-1:focus {
        --tw-gradient-to: #2dadd6;
    }
    .x\:focus\:to-blues-1:focus {
        --tw-gradient-to: #115b98;
    }
    .x\:focus\:to-blues-2:focus {
        --tw-gradient-to: #4e6297;
    }
    .x\:focus\:to-blues-3:focus {
        --tw-gradient-to: #3a4a75;
    }
    .x\:focus\:to-reds-1:focus {
        --tw-gradient-to: #c5331e;
    }
    .x\:focus\:to-reds-2:focus {
        --tw-gradient-to: #c3573a;
    }
    .x\:focus\:to-reds-3:focus {
        --tw-gradient-to: #c8191c;
    }
    .x\:focus\:to-reds-4:focus {
        --tw-gradient-to: #953426;
    }
    .x\:focus\:to-reds-5:focus {
        --tw-gradient-to: #f81b4d;
    }
    .x\:focus\:to-reds-6:focus {
        --tw-gradient-to: #e43147;
    }
    .x\:focus\:to-gray-5:focus {
        --tw-gradient-to: #cbcbcb;
    }
    .x\:focus\:to-gray-6:focus {
        --tw-gradient-to: #e5e5e5;
    }
    .x\:focus\:to-yellow-3:focus {
        --tw-gradient-to: #b69665;
    }
    .x\:focus\:to-green-2:focus {
        --tw-gradient-to: #ebf9f1;
    }
    .x\:focus\:to-green-3:focus {
        --tw-gradient-to: #33c172;
    }
    .x\:focus\:to-yellow-4:focus {
        --tw-gradient-to: #fef8e7;
    }
    .x\:focus\:to-green-4:focus {
        --tw-gradient-to: #10b981;
    }
    .x\:focus\:to-green-5:focus {
        --tw-gradient-to: #00b14f;
    }
    .x\:focus\:to-gray-7:focus {
        --tw-gradient-to: #828282;
    }
    .x\:focus\:to-gray-14:focus {
        --tw-gradient-to: #b0b0b0;
    }
    .x\:focus\:to-blues-4:focus {
        --tw-gradient-to: #4040a3;
    }
    .x\:focus\:to-gray-15:focus {
        --tw-gradient-to: #3e3e3e;
    }
    .x\:focus\:to-gray-16:focus {
        --tw-gradient-to: #505050;
    }
    .x\:focus\:to-gray-17:focus {
        --tw-gradient-to: #f1f1f1;
    }
    .x\:focus\:to-gray-18:focus {
        --tw-gradient-to: #929292;
    }
    .x\:focus\:to-gray-19:focus {
        --tw-gradient-to: #bcbcbc;
    }
    .x\:focus\:to-gray-20:focus {
        --tw-gradient-to: #f9f9f9;
    }
    .x\:focus\:to-gray-21:focus {
        --tw-gradient-to: #c5c5c5;
    }
    .x\:focus\:to-gray-22:focus {
        --tw-gradient-to: #bfbfbf;
    }
    .x\:focus\:to-gray-23:focus {
        --tw-gradient-to: #eeeeee;
    }
    .x\:focus\:to-gray-24:focus {
        --tw-gradient-to: #b7b7b7;
    }
    .x\:focus\:to-gray-25:focus {
        --tw-gradient-to: #f0f0f0;
    }
    .x\:focus\:to-gray-26:focus {
        --tw-gradient-to: #efefef;
    }
    .x\:focus\:to-gray-27:focus {
        --tw-gradient-to: #bababa;
    }
    .x\:focus\:to-blues-5:focus {
        --tw-gradient-to: #0060a9;
    }
    .x\:focus\:to-blues-6:focus {
        --tw-gradient-to: #e9f2f9;
    }
    .x\:focus\:to-purple-1:focus {
        --tw-gradient-to: #9747ff;
    }
    .x\:focus\:to-purple-2:focus {
        --tw-gradient-to: #f8f2ff;
    }
    .x\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .x\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .x\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .x\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .x\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .x\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .x\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .x\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .x\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .x\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .x\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .x\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .x\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .x\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .x\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .group:hover .x\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }
    .group:hover .x\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }
    .group:hover .x\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }
    .group:hover .x\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }
    .group:hover .x\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }
    .group:hover .x\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }
    .group:hover .x\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }
    .group:hover .x\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }
    .group:hover .x\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }
    .group:hover .x\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }
    .group:hover .x\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }
    .group:hover .x\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
    .group:hover .x\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }
    .group:hover .x\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }
    .group:hover .x\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }
    .x\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }
    .x\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }
    .x\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }
    .x\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }
    .x\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }
    .x\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }
    .x\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }
    .x\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }
    .x\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }
    .x\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }
    .x\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }
    .x\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }
    .x\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }
    .x\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }
    .x\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }
    .x\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }
    .x\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }
    .x\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }
    .x\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }
    .x\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }
    .x\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }
    .x\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }
    .x\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }
    .x\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }
    .x\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }
    .x\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }
    .x\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }
    .x\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }
    .x\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }
    .x\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }
    .x\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }
    .x\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }
    .x\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }
    .x\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }
    .x\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }
    .x\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }
    .x\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }
    .x\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }
    .x\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }
    .x\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }
    .x\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }
    .x\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }
    .x\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }
    .x\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }
    .x\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }
    .x\:bg-bottom {
        background-position: bottom;
    }
    .x\:bg-center {
        background-position: center;
    }
    .x\:bg-left {
        background-position: left;
    }
    .x\:bg-left-bottom {
        background-position: left bottom;
    }
    .x\:bg-left-top {
        background-position: left top;
    }
    .x\:bg-right {
        background-position: right;
    }
    .x\:bg-right-bottom {
        background-position: right bottom;
    }
    .x\:bg-right-top {
        background-position: right top;
    }
    .x\:bg-top {
        background-position: top;
    }
    .x\:bg-repeat {
        background-repeat: repeat;
    }
    .x\:bg-no-repeat {
        background-repeat: no-repeat;
    }
    .x\:bg-repeat-x {
        background-repeat: repeat-x;
    }
    .x\:bg-repeat-y {
        background-repeat: repeat-y;
    }
    .x\:bg-repeat-round {
        background-repeat: round;
    }
    .x\:bg-repeat-space {
        background-repeat: space;
    }
    .x\:bg-auto {
        background-size: auto;
    }
    .x\:bg-cover {
        background-size: cover;
    }
    .x\:bg-contain {
        background-size: contain;
    }
    .x\:border-collapse {
        border-collapse: collapse;
    }
    .x\:border-separate {
        border-collapse: separate;
    }
    .x\:border-transparent {
        border-color: transparent;
    }
    .x\:border-current {
        border-color: currentColor;
    }
    .x\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .x\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .x\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .x\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .x\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .x\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .x\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .x\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .x\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .x\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .x\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .x\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .x\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .x\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .x\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .x\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .x\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .x\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .x\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .x\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .x\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .x\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .x\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .x\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .x\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .x\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .x\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .x\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .x\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .x\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .x\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .x\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .x\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .x\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .x\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .x\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .x\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .x\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .x\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .x\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .x\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .x\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .x\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .x\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .x\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .x\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .x\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .x\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .x\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .x\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .x\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .x\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .x\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .x\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .x\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .x\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .x\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .x\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .x\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .x\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .x\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .x\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .x\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .x\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .x\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .x\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .x\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .x\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .x\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .x\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .x\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .x\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .x\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .x\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .x\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .x\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .x\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .x\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .x\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .x\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .x\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .x\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .x\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .x\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .x\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .x\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .x\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .x\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .x\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .x\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .x\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .x\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .x\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .x\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .x\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .x\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .x\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .x\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .x\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .x\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .x\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .x\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .x\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .x\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .x\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .x\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .x\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .x\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .x\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .x\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .x\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .x\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .x\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .x\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .x\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .x\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .x\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .x\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .x\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .x\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .x\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .x\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .x\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .x\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .x\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .x\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .x\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .x\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .x\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .x\:border-gray-23 {
        border-color: #eee;
    }
    .x\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .x\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .x\:border-gray-26 {
        border-color: #efefef;
    }
    .x\:border-gray-27 {
        border-color: #bababa;
    }
    .x\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .x\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .x\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .x\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-transparent {
        border-color: transparent;
    }
    .group:hover .x\:group-hover\:border-current {
        border-color: currentColor;
    }
    .group:hover .x\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-50 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-200 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-400 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-500 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-600 {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-700 {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-800 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-900 {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-50 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-100 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-200 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-300 {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-400 {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-500 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-600 {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-700 {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-800 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-900 {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-50 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-200 {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-300 {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-400 {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-500 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-700 {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-800 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blue-900 {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-50 {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-100 {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-200 {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-300 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-400 {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-500 {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-600 {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-700 {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-800 {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-900 {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-50 {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-100 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-200 {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-300 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-400 {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-500 {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-600 {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-700 {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-800 {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pink-900 {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-1 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-10 {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-11 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-12 {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-13 {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-2 {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-1 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-orange-1 {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-orange-2 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-2 {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .x\:group-hover\:border-yellow-5 {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .x\:group-hover\:border-orange-3 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-orange-4 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-orange-5 {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-3 {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-1 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-black-1 {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-4 {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pinks-1 {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-pinks-2 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-skies-1 {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blues-1 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blues-2 {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blues-3 {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-1 {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-2 {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-3 {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-4 {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-5 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-reds-6 {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-5 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-6 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-3 {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-2 {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-3 {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-yellow-4 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-4 {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-green-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-7 {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-14 {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blues-4 {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-15 {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-16 {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-17 {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-18 {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-19 {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-20 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-gray-21 {
        border-color: #c5c5c5;
    }
    .group:hover .x\:group-hover\:border-gray-22 {
        border-color: #bfbfbf;
    }
    .group:hover .x\:group-hover\:border-gray-23 {
        border-color: #eee;
    }
    .group:hover .x\:group-hover\:border-gray-24 {
        border-color: #b7b7b7;
    }
    .group:hover .x\:group-hover\:border-gray-25 {
        border-color: #f0f0f0;
    }
    .group:hover .x\:group-hover\:border-gray-26 {
        border-color: #efefef;
    }
    .group:hover .x\:group-hover\:border-gray-27 {
        border-color: #bababa;
    }
    .group:hover .x\:group-hover\:border-blues-5 {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-blues-6 {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-1 {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .group:hover .x\:group-hover\:border-purple-2 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }
    .x\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }
    .x\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blue-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pink-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-10:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-11:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-12:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-13:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-orange-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-orange-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-2:focus-within {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus-within\:border-yellow-5:focus-within {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus-within\:border-orange-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-orange-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-orange-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-black-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pinks-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-pinks-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-skies-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blues-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blues-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blues-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-reds-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-3:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-yellow-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-green-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-7:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-14:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blues-4:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-15:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-16:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-17:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-18:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-19:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-20:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-gray-21:focus-within {
        border-color: #c5c5c5;
    }
    .x\:focus-within\:border-gray-22:focus-within {
        border-color: #bfbfbf;
    }
    .x\:focus-within\:border-gray-23:focus-within {
        border-color: #eee;
    }
    .x\:focus-within\:border-gray-24:focus-within {
        border-color: #b7b7b7;
    }
    .x\:focus-within\:border-gray-25:focus-within {
        border-color: #f0f0f0;
    }
    .x\:focus-within\:border-gray-26:focus-within {
        border-color: #efefef;
    }
    .x\:focus-within\:border-gray-27:focus-within {
        border-color: #bababa;
    }
    .x\:focus-within\:border-blues-5:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-blues-6:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-1:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .x\:focus-within\:border-purple-2:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-transparent:hover {
        border-color: transparent;
    }
    .x\:hover\:border-current:hover {
        border-color: currentColor;
    }
    .x\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .x\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .x\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .x\:hover\:border-blue-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .x\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .x\:hover\:border-pink-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-10:hover {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-11:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-12:hover {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-13:hover {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .x\:hover\:border-orange-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .x\:hover\:border-orange-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-2:hover {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .x\:hover\:border-yellow-5:hover {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .x\:hover\:border-orange-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .x\:hover\:border-orange-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .x\:hover\:border-orange-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .x\:hover\:border-black-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .x\:hover\:border-pinks-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .x\:hover\:border-pinks-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .x\:hover\:border-skies-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .x\:hover\:border-blues-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .x\:hover\:border-blues-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .x\:hover\:border-blues-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .x\:hover\:border-reds-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-3:hover {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .x\:hover\:border-yellow-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:hover\:border-green-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-7:hover {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-14:hover {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .x\:hover\:border-blues-4:hover {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-15:hover {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-16:hover {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-17:hover {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-18:hover {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-19:hover {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-20:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .x\:hover\:border-gray-21:hover {
        border-color: #c5c5c5;
    }
    .x\:hover\:border-gray-22:hover {
        border-color: #bfbfbf;
    }
    .x\:hover\:border-gray-23:hover {
        border-color: #eee;
    }
    .x\:hover\:border-gray-24:hover {
        border-color: #b7b7b7;
    }
    .x\:hover\:border-gray-25:hover {
        border-color: #f0f0f0;
    }
    .x\:hover\:border-gray-26:hover {
        border-color: #efefef;
    }
    .x\:hover\:border-gray-27:hover {
        border-color: #bababa;
    }
    .x\:hover\:border-blues-5:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .x\:hover\:border-blues-6:hover {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-1:hover {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .x\:hover\:border-purple-2:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-transparent:focus {
        border-color: transparent;
    }
    .x\:focus\:border-current:focus {
        border-color: currentColor;
    }
    .x\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .x\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }
    .x\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 251, 235, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 243, 199, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 230, 138, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 211, 77, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 191, 36, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 158, 11, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(217, 119, 6, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(180, 83, 9, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 64, 14, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(120, 53, 15, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 253, 245, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 250, 229, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 243, 208, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 231, 183, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(5, 150, 105, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(4, 120, 87, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 95, 70, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(6, 78, 59, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 246, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 234, 254, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(191, 219, 254, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(147, 197, 253, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(96, 165, 250, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(37, 99, 235, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 64, 175, var(--tw-border-opacity));
    }
    .x\:focus\:border-blue-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(30, 58, 138, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }
    .x\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(245, 243, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 233, 254, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(221, 214, 254, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 181, 253, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(167, 139, 250, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(139, 92, 246, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(124, 58, 237, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(109, 40, 217, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 33, 182, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(76, 29, 149, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(253, 242, 248, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 231, 243, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(251, 207, 232, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 168, 212, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(244, 114, 182, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(236, 72, 153, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(219, 39, 119, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(190, 24, 93, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(157, 23, 77, var(--tw-border-opacity));
    }
    .x\:focus\:border-pink-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(131, 24, 67, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 153, 153, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-10:focus {
        --tw-border-opacity: 1;
        border-color: rgba(137, 137, 137, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-11:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 243, 243, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-12:focus {
        --tw-border-opacity: 1;
        border-color: rgba(44, 44, 44, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-13:focus {
        --tw-border-opacity: 1;
        border-color: rgba(119, 119, 119, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(223, 223, 223, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 202, 25, var(--tw-border-opacity));
    }
    .x\:focus\:border-orange-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(250, 136, 106, var(--tw-border-opacity));
    }
    .x\:focus\:border-orange-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 156, 0, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-2:focus {
        border-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:border-yellow-5:focus {
        border-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:border-orange-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 165, 18, var(--tw-border-opacity));
    }
    .x\:focus\:border-orange-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 241, 220, var(--tw-border-opacity));
    }
    .x\:focus\:border-orange-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 108, 46, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 63, 63, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 150, 81, var(--tw-border-opacity));
    }
    .x\:focus\:border-black-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 71, 71, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }
    .x\:focus\:border-pinks-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(222, 170, 179, var(--tw-border-opacity));
    }
    .x\:focus\:border-pinks-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 232, 232, var(--tw-border-opacity));
    }
    .x\:focus\:border-skies-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(45, 173, 214, var(--tw-border-opacity));
    }
    .x\:focus\:border-blues-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 91, 152, var(--tw-border-opacity));
    }
    .x\:focus\:border-blues-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(78, 98, 151, var(--tw-border-opacity));
    }
    .x\:focus\:border-blues-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 74, 117, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(197, 51, 30, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(195, 87, 58, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(200, 25, 28, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(149, 52, 38, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 27, 77, var(--tw-border-opacity));
    }
    .x\:focus\:border-reds-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(228, 49, 71, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(203, 203, 203, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(182, 150, 101, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(235, 249, 241, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-3:focus {
        --tw-border-opacity: 1;
        border-color: rgba(51, 193, 114, var(--tw-border-opacity));
    }
    .x\:focus\:border-yellow-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 248, 231, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(16, 185, 129, var(--tw-border-opacity));
    }
    .x\:focus\:border-green-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 177, 79, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-7:focus {
        --tw-border-opacity: 1;
        border-color: rgba(130, 130, 130, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-14:focus {
        --tw-border-opacity: 1;
        border-color: rgba(176, 176, 176, var(--tw-border-opacity));
    }
    .x\:focus\:border-blues-4:focus {
        --tw-border-opacity: 1;
        border-color: rgba(64, 64, 163, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-15:focus {
        --tw-border-opacity: 1;
        border-color: rgba(62, 62, 62, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-16:focus {
        --tw-border-opacity: 1;
        border-color: rgba(80, 80, 80, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-17:focus {
        --tw-border-opacity: 1;
        border-color: rgba(241, 241, 241, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-18:focus {
        --tw-border-opacity: 1;
        border-color: rgba(146, 146, 146, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-19:focus {
        --tw-border-opacity: 1;
        border-color: rgba(188, 188, 188, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-20:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 249, 249, var(--tw-border-opacity));
    }
    .x\:focus\:border-gray-21:focus {
        border-color: #c5c5c5;
    }
    .x\:focus\:border-gray-22:focus {
        border-color: #bfbfbf;
    }
    .x\:focus\:border-gray-23:focus {
        border-color: #eee;
    }
    .x\:focus\:border-gray-24:focus {
        border-color: #b7b7b7;
    }
    .x\:focus\:border-gray-25:focus {
        border-color: #f0f0f0;
    }
    .x\:focus\:border-gray-26:focus {
        border-color: #efefef;
    }
    .x\:focus\:border-gray-27:focus {
        border-color: #bababa;
    }
    .x\:focus\:border-blues-5:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 96, 169, var(--tw-border-opacity));
    }
    .x\:focus\:border-blues-6:focus {
        --tw-border-opacity: 1;
        border-color: rgba(233, 242, 249, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-1:focus {
        --tw-border-opacity: 1;
        border-color: rgba(151, 71, 255, var(--tw-border-opacity));
    }
    .x\:focus\:border-purple-2:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 242, 255, var(--tw-border-opacity));
    }
    .x\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .x\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .x\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .x\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .x\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .x\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .x\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .x\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .x\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .x\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .x\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .x\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .x\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .x\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .x\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .group:hover .x\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }
    .group:hover .x\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }
    .group:hover .x\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }
    .group:hover .x\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }
    .group:hover .x\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }
    .group:hover .x\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }
    .group:hover .x\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }
    .group:hover .x\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }
    .group:hover .x\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }
    .group:hover .x\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }
    .group:hover .x\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }
    .group:hover .x\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }
    .group:hover .x\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }
    .group:hover .x\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }
    .group:hover .x\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }
    .x\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }
    .x\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }
    .x\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }
    .x\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }
    .x\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }
    .x\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }
    .x\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }
    .x\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }
    .x\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }
    .x\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }
    .x\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }
    .x\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }
    .x\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }
    .x\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }
    .x\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }
    .x\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }
    .x\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }
    .x\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }
    .x\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }
    .x\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }
    .x\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }
    .x\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }
    .x\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }
    .x\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }
    .x\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }
    .x\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }
    .x\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }
    .x\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }
    .x\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }
    .x\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }
    .x\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }
    .x\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }
    .x\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }
    .x\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }
    .x\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }
    .x\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }
    .x\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }
    .x\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }
    .x\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }
    .x\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }
    .x\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }
    .x\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }
    .x\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }
    .x\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }
    .x\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }
    .x\:rounded-none {
        border-radius: 0;
    }
    .x\:rounded-sm {
        border-radius: 0.125rem;
    }
    .x\:rounded {
        border-radius: 0.25rem;
    }
    .x\:rounded-md {
        border-radius: 0.375rem;
    }
    .x\:rounded-lg {
        border-radius: 0.5rem;
    }
    .x\:rounded-xl {
        border-radius: 0.75rem;
    }
    .x\:rounded-2xl {
        border-radius: 1rem;
    }
    .x\:rounded-3xl {
        border-radius: 1.5rem;
    }
    .x\:rounded-full {
        border-radius: 9999px;
    }
    .x\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .x\:rounded-r-none {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .x\:rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .x\:rounded-l-none {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .x\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }
    .x\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }
    .x\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .x\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }
    .x\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .x\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
    .x\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .x\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .x\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }
    .x\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .x\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .x\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .x\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .x\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
    .x\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .x\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .x\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .x\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
    .x\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .x\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }
    .x\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .x\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .x\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .x\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .x\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }
    .x\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .x\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .x\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .x\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }
    .x\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }
    .x\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .x\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }
    .x\:rounded-tl-none {
        border-top-left-radius: 0;
    }
    .x\:rounded-tr-none {
        border-top-right-radius: 0;
    }
    .x\:rounded-br-none {
        border-bottom-right-radius: 0;
    }
    .x\:rounded-bl-none {
        border-bottom-left-radius: 0;
    }
    .x\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }
    .x\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }
    .x\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }
    .x\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }
    .x\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }
    .x\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }
    .x\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }
    .x\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }
    .x\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }
    .x\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }
    .x\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }
    .x\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }
    .x\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }
    .x\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }
    .x\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }
    .x\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }
    .x\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }
    .x\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }
    .x\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }
    .x\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }
    .x\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }
    .x\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }
    .x\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }
    .x\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }
    .x\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }
    .x\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }
    .x\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }
    .x\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }
    .x\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }
    .x\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }
    .x\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }
    .x\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }
    .x\:border-solid {
        border-style: solid;
    }
    .x\:border-dashed {
        border-style: dashed;
    }
    .x\:border-dotted {
        border-style: dotted;
    }
    .x\:border-double {
        border-style: double;
    }
    .x\:border-none {
        border-style: none;
    }
    .x\:border-0 {
        border-width: 0;
    }
    .x\:border-2 {
        border-width: 2px;
    }
    .x\:border-4 {
        border-width: 4px;
    }
    .x\:border-8 {
        border-width: 8px;
    }
    .x\:border {
        border-width: 1px;
    }
    .x\:border-t-0 {
        border-top-width: 0;
    }
    .x\:border-r-0 {
        border-right-width: 0;
    }
    .x\:border-b-0 {
        border-bottom-width: 0;
    }
    .x\:border-l-0 {
        border-left-width: 0;
    }
    .x\:border-t-2 {
        border-top-width: 2px;
    }
    .x\:border-r-2 {
        border-right-width: 2px;
    }
    .x\:border-b-2 {
        border-bottom-width: 2px;
    }
    .x\:border-l-2 {
        border-left-width: 2px;
    }
    .x\:border-t-4 {
        border-top-width: 4px;
    }
    .x\:border-r-4 {
        border-right-width: 4px;
    }
    .x\:border-b-4 {
        border-bottom-width: 4px;
    }
    .x\:border-l-4 {
        border-left-width: 4px;
    }
    .x\:border-t-8 {
        border-top-width: 8px;
    }
    .x\:border-r-8 {
        border-right-width: 8px;
    }
    .x\:border-b-8 {
        border-bottom-width: 8px;
    }
    .x\:border-l-8 {
        border-left-width: 8px;
    }
    .x\:border-t {
        border-top-width: 1px;
    }
    .x\:border-r {
        border-right-width: 1px;
    }
    .x\:border-b {
        border-bottom-width: 1px;
    }
    .x\:border-l {
        border-left-width: 1px;
    }
    .x\:box-border {
        box-sizing: border-box;
    }
    .x\:box-content {
        box-sizing: content-box;
    }
    .x\:cursor-auto {
        cursor: auto;
    }
    .x\:cursor-default {
        cursor: default;
    }
    .x\:cursor-pointer {
        cursor: pointer;
    }
    .x\:cursor-wait {
        cursor: wait;
    }
    .x\:cursor-text {
        cursor: text;
    }
    .x\:cursor-move {
        cursor: move;
    }
    .x\:cursor-help {
        cursor: help;
    }
    .x\:cursor-not-allowed {
        cursor: not-allowed;
    }
    .x\:block {
        display: block;
    }
    .x\:inline-block {
        display: inline-block;
    }
    .x\:inline {
        display: inline;
    }
    .x\:flex {
        display: flex;
    }
    .x\:inline-flex {
        display: inline-flex;
    }
    .x\:table {
        display: table;
    }
    .x\:table-caption {
        display: table-caption;
    }
    .x\:table-cell {
        display: table-cell;
    }
    .x\:table-column {
        display: table-column;
    }
    .x\:table-column-group {
        display: table-column-group;
    }
    .x\:table-footer-group {
        display: table-footer-group;
    }
    .x\:table-header-group {
        display: table-header-group;
    }
    .x\:table-row-group {
        display: table-row-group;
    }
    .x\:table-row {
        display: table-row;
    }
    .x\:flow-root {
        display: flow-root;
    }
    .x\:grid {
        display: grid;
    }
    .x\:inline-grid {
        display: inline-grid;
    }
    .x\:contents {
        display: contents;
    }
    .x\:hidden {
        display: none;
    }
    .x\:flex-row {
        flex-direction: row;
    }
    .x\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .x\:flex-col {
        flex-direction: column;
    }
    .x\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .x\:flex-wrap {
        flex-wrap: wrap;
    }
    .x\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .x\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .x\:place-items-auto {
        place-items: auto;
    }
    .x\:place-items-start {
        place-items: start;
    }
    .x\:place-items-end {
        place-items: end;
    }
    .x\:place-items-center {
        place-items: center;
    }
    .x\:place-items-stretch {
        place-items: stretch;
    }
    .x\:place-content-center {
        place-content: center;
    }
    .x\:place-content-start {
        place-content: start;
    }
    .x\:place-content-end {
        place-content: end;
    }
    .x\:place-content-between {
        place-content: space-between;
    }
    .x\:place-content-around {
        place-content: space-around;
    }
    .x\:place-content-evenly {
        place-content: space-evenly;
    }
    .x\:place-content-stretch {
        place-content: stretch;
    }
    .x\:place-self-auto {
        place-self: auto;
    }
    .x\:place-self-start {
        place-self: start;
    }
    .x\:place-self-end {
        place-self: end;
    }
    .x\:place-self-center {
        place-self: center;
    }
    .x\:place-self-stretch {
        place-self: stretch;
    }
    .x\:items-start {
        align-items: flex-start;
    }
    .x\:items-end {
        align-items: flex-end;
    }
    .x\:items-center {
        align-items: center;
    }
    .x\:items-baseline {
        align-items: baseline;
    }
    .x\:items-stretch {
        align-items: stretch;
    }
    .x\:content-center {
        align-content: center;
    }
    .x\:content-start {
        align-content: flex-start;
    }
    .x\:content-end {
        align-content: flex-end;
    }
    .x\:content-between {
        align-content: space-between;
    }
    .x\:content-around {
        align-content: space-around;
    }
    .x\:content-evenly {
        align-content: space-evenly;
    }
    .x\:self-auto {
        align-self: auto;
    }
    .x\:self-start {
        align-self: flex-start;
    }
    .x\:self-end {
        align-self: flex-end;
    }
    .x\:self-center {
        align-self: center;
    }
    .x\:self-stretch {
        align-self: stretch;
    }
    .x\:justify-items-auto {
        justify-items: auto;
    }
    .x\:justify-items-start {
        justify-items: start;
    }
    .x\:justify-items-end {
        justify-items: end;
    }
    .x\:justify-items-center {
        justify-items: center;
    }
    .x\:justify-items-stretch {
        justify-items: stretch;
    }
    .x\:justify-start {
        justify-content: flex-start;
    }
    .x\:justify-end {
        justify-content: flex-end;
    }
    .x\:justify-center {
        justify-content: center;
    }
    .x\:justify-between {
        justify-content: space-between;
    }
    .x\:justify-around {
        justify-content: space-around;
    }
    .x\:justify-evenly {
        justify-content: space-evenly;
    }
    .x\:justify-self-auto {
        justify-self: auto;
    }
    .x\:justify-self-start {
        justify-self: start;
    }
    .x\:justify-self-end {
        justify-self: end;
    }
    .x\:justify-self-center {
        justify-self: center;
    }
    .x\:justify-self-stretch {
        justify-self: stretch;
    }
    .x\:flex-1 {
        flex: 1 1 0%;
    }
    .x\:flex-auto {
        flex: 1 1 auto;
    }
    .x\:flex-initial {
        flex: 0 1 auto;
    }
    .x\:flex-none {
        flex: none;
    }
    .x\:flex-grow-0 {
        flex-grow: 0;
    }
    .x\:flex-grow {
        flex-grow: 1;
    }
    .x\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .x\:flex-shrink {
        flex-shrink: 1;
    }
    .x\:order-1 {
        order: 1;
    }
    .x\:order-2 {
        order: 2;
    }
    .x\:order-3 {
        order: 3;
    }
    .x\:order-4 {
        order: 4;
    }
    .x\:order-5 {
        order: 5;
    }
    .x\:order-6 {
        order: 6;
    }
    .x\:order-7 {
        order: 7;
    }
    .x\:order-8 {
        order: 8;
    }
    .x\:order-9 {
        order: 9;
    }
    .x\:order-10 {
        order: 10;
    }
    .x\:order-11 {
        order: 11;
    }
    .x\:order-12 {
        order: 12;
    }
    .x\:order-first {
        order: -9999;
    }
    .x\:order-last {
        order: 9999;
    }
    .x\:order-none {
        order: 0;
    }
    .x\:float-right {
        float: right;
    }
    .x\:float-left {
        float: left;
    }
    .x\:float-none {
        float: none;
    }
    .x\:clear-left {
        clear: left;
    }
    .x\:clear-right {
        clear: right;
    }
    .x\:clear-both {
        clear: both;
    }
    .x\:clear-none {
        clear: none;
    }
    .x\:font-sans {
        font-family: Nunito, 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";
    }
    .x\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }
    .x\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
    }
    .x\:font-DM {
        font-family: DM Sans;
    }
    .x\:font-thin {
        font-weight: 100;
    }
    .x\:font-extralight {
        font-weight: 200;
    }
    .x\:font-light {
        font-weight: 300;
    }
    .x\:font-normal {
        font-weight: 400;
    }
    .x\:font-medium {
        font-weight: 500;
    }
    .x\:font-semibold {
        font-weight: 600;
    }
    .x\:font-bold {
        font-weight: 700;
    }
    .x\:font-extrabold {
        font-weight: 800;
    }
    .x\:font-black {
        font-weight: 900;
    }
    .x\:h-0 {
        height: 0;
    }
    .x\:h-1 {
        height: 0.25rem;
    }
    .x\:h-2 {
        height: 0.5rem;
    }
    .x\:h-3 {
        height: 0.75rem;
    }
    .x\:h-4 {
        height: 1rem;
    }
    .x\:h-5 {
        height: 1.25rem;
    }
    .x\:h-6 {
        height: 1.5rem;
    }
    .x\:h-7 {
        height: 1.75rem;
    }
    .x\:h-8 {
        height: 2rem;
    }
    .x\:h-9 {
        height: 2.25rem;
    }
    .x\:h-10 {
        height: 2.5rem;
    }
    .x\:h-11 {
        height: 2.75rem;
    }
    .x\:h-12 {
        height: 3rem;
    }
    .x\:h-14 {
        height: 3.5rem;
    }
    .x\:h-16 {
        height: 4rem;
    }
    .x\:h-20 {
        height: 5rem;
    }
    .x\:h-23 {
        height: 88px;
    }
    .x\:h-24 {
        height: 6rem;
    }
    .x\:h-25 {
        height: 100px;
    }
    .x\:h-28 {
        height: 7rem;
    }
    .x\:h-29 {
        height: 120px;
    }
    .x\:h-32 {
        height: 8rem;
    }
    .x\:h-33 {
        height: 130px;
    }
    .x\:h-36 {
        height: 9rem;
    }
    .x\:h-40 {
        height: 10rem;
    }
    .x\:h-44 {
        height: 11rem;
    }
    .x\:h-48 {
        height: 12rem;
    }
    .x\:h-52 {
        height: 13rem;
    }
    .x\:h-56 {
        height: 14rem;
    }
    .x\:h-60 {
        height: 15rem;
    }
    .x\:h-63 {
        height: 270px;
    }
    .x\:h-64 {
        height: 16rem;
    }
    .x\:h-72 {
        height: 18rem;
    }
    .x\:h-80 {
        height: 20rem;
    }
    .x\:h-92 {
        height: 475px;
    }
    .x\:h-96 {
        height: 24rem;
    }
    .x\:h-128 {
        height: 32rem;
    }
    .x\:h-auto {
        height: auto;
    }
    .x\:h-px {
        height: 1px;
    }
    .x\:h-0\.5 {
        height: 0.125rem;
    }
    .x\:h-1\.5 {
        height: 0.375rem;
    }
    .x\:h-2\.5 {
        height: 0.625rem;
    }
    .x\:h-3\.5 {
        height: 0.875rem;
    }
    .x\:h-105p {
        height: 105px;
    }
    .x\:h-50p {
        height: 50px;
    }
    .x\:h-54p {
        height: 54px;
    }
    .x\:h-1p {
        height: 1px;
    }
    .x\:h-2p {
        height: 2px;
    }
    .x\:h-3p {
        height: 3px;
    }
    .x\:h-5p {
        height: 5px;
    }
    .x\:h-7p {
        height: 7px;
    }
    .x\:h-9p {
        height: 9px;
    }
    .x\:h-10p {
        height: 10px;
    }
    .x\:h-11p {
        height: 11px;
    }
    .x\:h-13p {
        height: 13px;
    }
    .x\:h-15p {
        height: 15px;
    }
    .x\:h-18p {
        height: 18px;
    }
    .x\:h-19p {
        height: 19px;
    }
    .x\:h-21p {
        height: 21px;
    }
    .x\:h-22p {
        height: 22px;
    }
    .x\:h-23p {
        height: 23px;
    }
    .x\:h-25p {
        height: 25px;
    }
    .x\:h-26p {
        height: 26px;
    }
    .x\:h-29p {
        height: 29px;
    }
    .x\:h-30p {
        height: 30px;
    }
    .x\:h-31p {
        height: 31px;
    }
    .x\:h-35p {
        height: 35px;
    }
    .x\:h-52p {
        height: 52px;
    }
    .x\:h-53p {
        height: 53px;
    }
    .x\:h-55p {
        height: 55px;
    }
    .x\:h-59p {
        height: 59px;
    }
    .x\:h-27p {
        height: 27px;
    }
    .x\:h-33\.5p {
        height: 33.5px;
    }
    .x\:h-38p {
        height: 38px;
    }
    .x\:h-40p {
        height: 40px;
    }
    .x\:h-46p {
        height: 46px;
    }
    .x\:h-47p {
        height: 47px;
    }
    .x\:h-49p {
        height: 49px;
    }
    .x\:h-58p {
        height: 58px;
    }
    .x\:h-75p {
        height: 75px;
    }
    .x\:h-77p {
        height: 77px;
    }
    .x\:h-60p {
        height: 60px;
    }
    .x\:h-65p {
        height: 65px;
    }
    .x\:h-66p {
        height: 66px;
    }
    .x\:h-68p {
        height: 68px;
    }
    .x\:h-70p {
        height: 70px;
    }
    .x\:h-72p {
        height: 72px;
    }
    .x\:h-74p {
        height: 74px;
    }
    .x\:h-78p {
        height: 78px;
    }
    .x\:h-80p {
        height: 80px;
    }
    .x\:h-82p {
        height: 82px;
    }
    .x\:h-84p {
        height: 84px;
    }
    .x\:h-89p {
        height: 89px;
    }
    .x\:h-93p {
        height: 93px;
    }
    .x\:h-90p {
        height: 90px;
    }
    .x\:h-97p {
        height: 97px;
    }
    .x\:h-103p {
        height: 103px;
    }
    .x\:h-116p {
        height: 116px;
    }
    .x\:h-120p {
        height: 120px;
    }
    .x\:h-125p {
        height: 125px;
    }
    .x\:h-130p {
        height: 130px;
    }
    .x\:h-135p {
        height: 135px;
    }
    .x\:h-132p {
        height: 132px;
    }
    .x\:h-150p {
        height: 150px;
    }
    .x\:h-216p {
        height: 216px;
    }
    .x\:h-225p {
        height: 225px;
    }
    .x\:h-296p {
        height: 296px;
    }
    .x\:h-270p {
        height: 270px;
    }
    .x\:h-137p {
        height: 137px;
    }
    .x\:h-141p {
        height: 141px;
    }
    .x\:h-146p {
        height: 146px;
    }
    .x\:h-152p {
        height: 152px;
    }
    .x\:h-155p {
        height: 155px;
    }
    .x\:h-163p {
        height: 163px;
    }
    .x\:h-168p {
        height: 168px;
    }
    .x\:h-173p {
        height: 173px;
    }
    .x\:h-210p {
        height: 210px;
    }
    .x\:h-245p {
        height: 245px;
    }
    .x\:h-250p {
        height: 250px;
    }
    .x\:h-260p {
        height: 260px;
    }
    .x\:h-263p {
        height: 263px;
    }
    .x\:h-266p {
        height: 266px;
    }
    .x\:h-275p {
        height: 275px;
    }
    .x\:h-300p {
        height: 300px;
    }
    .x\:h-312p {
        height: 312px;
    }
    .x\:h-318p {
        height: 318px;
    }
    .x\:h-322p {
        height: 322px;
    }
    .x\:h-337p {
        height: 337px;
    }
    .x\:h-345p {
        height: 345px;
    }
    .x\:h-344p {
        height: 344px;
    }
    .x\:h-354p {
        height: 354px;
    }
    .x\:h-364p {
        height: 364px;
    }
    .x\:h-370p {
        height: 370px;
    }
    .x\:h-382p {
        height: 382px;
    }
    .x\:h-385p {
        height: 385px;
    }
    .x\:h-400p {
        height: 400px;
    }
    .x\:h-407p {
        height: 407px;
    }
    .x\:h-411p {
        height: 411px;
    }
    .x\:h-418p {
        height: 418px;
    }
    .x\:h-430p {
        height: 430px;
    }
    .x\:h-450p {
        height: 450px;
    }
    .x\:h-468p {
        height: 468px;
    }
    .x\:h-485p {
        height: 485px;
    }
    .x\:h-491p {
        height: 491px;
    }
    .x\:h-494p {
        height: 494px;
    }
    .x\:h-470p {
        height: 470px;
    }
    .x\:h-480p {
        height: 480px;
    }
    .x\:h-532p {
        height: 532px;
    }
    .x\:h-556p {
        height: 556px;
    }
    .x\:h-505p {
        height: 505px;
    }
    .x\:h-1179p {
        height: 1179px;
    }
    .x\:h-1253p {
        height: 1253px;
    }
    .x\:h-1575p {
        height: 1575px;
    }
    .x\:h-600p {
        height: 600px;
    }
    .x\:h-649p {
        height: 649px;
    }
    .x\:h-690p {
        height: 690px;
    }
    .x\:h-19\% {
        height: 19%;
    }
    .x\:h-23\% {
        height: 23%;
    }
    .x\:h-24\% {
        height: 24%;
    }
    .x\:h-36\% {
        height: 36%;
    }
    .x\:h-27\% {
        height: 27%;
    }
    .x\:h-28\% {
        height: 28%;
    }
    .x\:h-42\% {
        height: 42%;
    }
    .x\:h-46\% {
        height: 46%;
    }
    .x\:h-49\% {
        height: 49%;
    }
    .x\:h-54\% {
        height: 54%;
    }
    .x\:h-58\% {
        height: 58%;
    }
    .x\:h-72\% {
        height: 72%;
    }
    .x\:h-76\% {
        height: 76%;
    }
    .x\:h-77\% {
        height: 77%;
    }
    .x\:h-340p {
        height: 340px;
    }
    .x\:h-700p {
        height: 700px;
    }
    .x\:h-848p {
        height: 848px;
    }
    .x\:h-850p {
        height: 850px;
    }
    .x\:h-860p {
        height: 860px;
    }
    .x\:h-1425p {
        height: 1425px;
    }
    .x\:h-1\/2 {
        height: 50%;
    }
    .x\:h-1\/3 {
        height: 33.333333%;
    }
    .x\:h-2\/3 {
        height: 66.666667%;
    }
    .x\:h-1\/4 {
        height: 25%;
    }
    .x\:h-2\/4 {
        height: 50%;
    }
    .x\:h-3\/4 {
        height: 75%;
    }
    .x\:h-1\/5 {
        height: 20%;
    }
    .x\:h-2\/5 {
        height: 40%;
    }
    .x\:h-3\/5 {
        height: 60%;
    }
    .x\:h-4\/5 {
        height: 80%;
    }
    .x\:h-1\/6 {
        height: 16.666667%;
    }
    .x\:h-2\/6 {
        height: 33.333333%;
    }
    .x\:h-3\/6 {
        height: 50%;
    }
    .x\:h-4\/6 {
        height: 66.666667%;
    }
    .x\:h-5\/6 {
        height: 83.333333%;
    }
    .x\:h-full {
        height: 100%;
    }
    .x\:h-screen {
        height: 100vh;
    }
    .x\:text-8 {
        font-size: 8px;
    }
    .x\:text-11 {
        font-size: 11px;
    }
    .x\:text-13 {
        font-size: 13px;
    }
    .x\:text-15 {
        font-size: 15px;
    }
    .x\:text-17 {
        font-size: 17px;
    }
    .x\:text-18 {
        font-size: 18px;
    }
    .x\:text-19 {
        font-size: 19px;
    }
    .x\:text-20 {
        font-size: 20px;
    }
    .x\:text-22 {
        font-size: 22px;
    }
    .x\:text-23 {
        font-size: 23px;
    }
    .x\:text-26 {
        font-size: 26px;
    }
    .x\:text-28 {
        font-size: 28px;
    }
    .x\:text-32 {
        font-size: 32px;
    }
    .x\:text-33 {
        font-size: 33px;
    }
    .x\:text-34 {
        font-size: 34px;
    }
    .x\:text-40 {
        font-size: 40px;
    }
    .x\:text-42 {
        font-size: 42px;
    }
    .x\:text-46 {
        font-size: 46px;
    }
    .x\:text-52 {
        font-size: 52px;
    }
    .x\:text-66 {
        font-size: 66px;
    }
    .x\:text-108 {
        font-size: 108px;
    }
    .x\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .x\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .x\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .x\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .x\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .x\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .x\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .x\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .x\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .x\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .x\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .x\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .x\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }
    .x\:text-xss {
        font-size: 10px;
    }
    .x\:text-2\.5xl {
        font-size: 28px;
    }
    .x\:leading-3 {
        line-height: 0.75rem;
    }
    .x\:leading-4 {
        line-height: 1rem;
    }
    .x\:leading-5 {
        line-height: 1.25rem;
    }
    .x\:leading-6 {
        line-height: 1.5rem;
    }
    .x\:leading-7 {
        line-height: 1.75rem;
    }
    .x\:leading-8 {
        line-height: 2rem;
    }
    .x\:leading-9 {
        line-height: 2.25rem;
    }
    .x\:leading-10 {
        line-height: 2.5rem;
    }
    .x\:leading-none {
        line-height: 1;
    }
    .x\:leading-tight {
        line-height: 1.25;
    }
    .x\:leading-snug {
        line-height: 1.375;
    }
    .x\:leading-normal {
        line-height: 1.5;
    }
    .x\:leading-relaxed {
        line-height: 1.625;
    }
    .x\:leading-loose {
        line-height: 2;
    }
    .x\:leading-15p {
        line-height: 15px;
    }
    .x\:leading-22p {
        line-height: 22px;
    }
    .x\:leading-29p {
        line-height: 29px;
    }
    .x\:leading-34p {
        line-height: 34px;
    }
    .x\:leading-42p {
        line-height: 42px;
    }
    .x\:leading-48p {
        line-height: 48px;
    }
    .x\:leading-55p {
        line-height: 55px;
    }
    .x\:leading-60p {
        line-height: 60px;
    }
    .x\:leading-140p {
        line-height: 140px;
    }
    .x\:list-inside {
        list-style-position: inside;
    }
    .x\:list-outside {
        list-style-position: outside;
    }
    .x\:list-none {
        list-style-type: none;
    }
    .x\:list-disc {
        list-style-type: disc;
    }
    .x\:list-decimal {
        list-style-type: decimal;
    }
    .x\:m-0 {
        margin: 0;
    }
    .x\:m-1 {
        margin: 0.25rem;
    }
    .x\:m-2 {
        margin: 0.5rem;
    }
    .x\:m-3 {
        margin: 0.75rem;
    }
    .x\:m-4 {
        margin: 1rem;
    }
    .x\:m-5 {
        margin: 1.25rem;
    }
    .x\:m-6 {
        margin: 1.5rem;
    }
    .x\:m-7 {
        margin: 1.75rem;
    }
    .x\:m-8 {
        margin: 2rem;
    }
    .x\:m-9 {
        margin: 2.25rem;
    }
    .x\:m-10 {
        margin: 2.5rem;
    }
    .x\:m-11 {
        margin: 2.75rem;
    }
    .x\:m-12 {
        margin: 3rem;
    }
    .x\:m-14 {
        margin: 3.5rem;
    }
    .x\:m-16 {
        margin: 4rem;
    }
    .x\:m-20 {
        margin: 5rem;
    }
    .x\:m-23 {
        margin: 88px;
    }
    .x\:m-24 {
        margin: 6rem;
    }
    .x\:m-25 {
        margin: 100px;
    }
    .x\:m-28 {
        margin: 7rem;
    }
    .x\:m-29 {
        margin: 120px;
    }
    .x\:m-32 {
        margin: 8rem;
    }
    .x\:m-33 {
        margin: 130px;
    }
    .x\:m-36 {
        margin: 9rem;
    }
    .x\:m-40 {
        margin: 10rem;
    }
    .x\:m-44 {
        margin: 11rem;
    }
    .x\:m-48 {
        margin: 12rem;
    }
    .x\:m-52 {
        margin: 13rem;
    }
    .x\:m-56 {
        margin: 14rem;
    }
    .x\:m-60 {
        margin: 15rem;
    }
    .x\:m-63 {
        margin: 270px;
    }
    .x\:m-64 {
        margin: 16rem;
    }
    .x\:m-72 {
        margin: 18rem;
    }
    .x\:m-80 {
        margin: 20rem;
    }
    .x\:m-92 {
        margin: 375px;
    }
    .x\:m-96 {
        margin: 24rem;
    }
    .x\:m-128 {
        margin: 32rem;
    }
    .x\:m-auto {
        margin: auto;
    }
    .x\:m-px {
        margin: 1px;
    }
    .x\:m-0\.5 {
        margin: 0.125rem;
    }
    .x\:m-1\.5 {
        margin: 0.375rem;
    }
    .x\:m-2\.5 {
        margin: 0.625rem;
    }
    .x\:m-3\.5 {
        margin: 0.875rem;
    }
    .x\:m-105p {
        margin: 105px;
    }
    .x\:m-50p {
        margin: 50px;
    }
    .x\:m-54p {
        margin: 54px;
    }
    .x\:m-1p {
        margin: 1px;
    }
    .x\:m-2p {
        margin: 2px;
    }
    .x\:m-3p {
        margin: 3px;
    }
    .x\:m-5p {
        margin: 5px;
    }
    .x\:m-7p {
        margin: 7px;
    }
    .x\:m-9p {
        margin: 9px;
    }
    .x\:m-10p {
        margin: 10px;
    }
    .x\:m-11p {
        margin: 11px;
    }
    .x\:m-13p {
        margin: 13px;
    }
    .x\:m-15p {
        margin: 15px;
    }
    .x\:m-18p {
        margin: 18px;
    }
    .x\:m-19p {
        margin: 19px;
    }
    .x\:m-21p {
        margin: 21px;
    }
    .x\:m-22p {
        margin: 22px;
    }
    .x\:m-23p {
        margin: 23px;
    }
    .x\:m-25p {
        margin: 25px;
    }
    .x\:m-26p {
        margin: 26px;
    }
    .x\:m-29p {
        margin: 29px;
    }
    .x\:m-30p {
        margin: 30px;
    }
    .x\:m-31p {
        margin: 31px;
    }
    .x\:m-35p {
        margin: 35px;
    }
    .x\:m-52p {
        margin: 52px;
    }
    .x\:m-53p {
        margin: 53px;
    }
    .x\:m-55p {
        margin: 55px;
    }
    .x\:m-59p {
        margin: 59px;
    }
    .x\:m-27p {
        margin: 27px;
    }
    .x\:m-33\.5p {
        margin: 33.5px;
    }
    .x\:m-38p {
        margin: 38px;
    }
    .x\:m-40p {
        margin: 40px;
    }
    .x\:m-46p {
        margin: 46px;
    }
    .x\:m-47p {
        margin: 47px;
    }
    .x\:m-49p {
        margin: 49px;
    }
    .x\:m-58p {
        margin: 58px;
    }
    .x\:m-75p {
        margin: 75px;
    }
    .x\:m-77p {
        margin: 77px;
    }
    .x\:m-60p {
        margin: 60px;
    }
    .x\:m-65p {
        margin: 65px;
    }
    .x\:m-66p {
        margin: 66px;
    }
    .x\:m-68p {
        margin: 68px;
    }
    .x\:m-70p {
        margin: 70px;
    }
    .x\:m-72p {
        margin: 72px;
    }
    .x\:m-74p {
        margin: 74px;
    }
    .x\:m-78p {
        margin: 78px;
    }
    .x\:m-80p {
        margin: 80px;
    }
    .x\:m-82p {
        margin: 82px;
    }
    .x\:m-84p {
        margin: 84px;
    }
    .x\:m-89p {
        margin: 89px;
    }
    .x\:m-93p {
        margin: 93px;
    }
    .x\:m-90p {
        margin: 90px;
    }
    .x\:m-97p {
        margin: 97px;
    }
    .x\:m-103p {
        margin: 103px;
    }
    .x\:m-116p {
        margin: 116px;
    }
    .x\:m-120p {
        margin: 120px;
    }
    .x\:m-125p {
        margin: 125px;
    }
    .x\:m-130p {
        margin: 130px;
    }
    .x\:m-135p {
        margin: 135px;
    }
    .x\:m-132p {
        margin: 132px;
    }
    .x\:m-150p {
        margin: 150px;
    }
    .x\:m-216p {
        margin: 216px;
    }
    .x\:m-225p {
        margin: 225px;
    }
    .x\:m-296p {
        margin: 296px;
    }
    .x\:m-270p {
        margin: 270px;
    }
    .x\:m-137p {
        margin: 137px;
    }
    .x\:m-141p {
        margin: 141px;
    }
    .x\:m-146p {
        margin: 146px;
    }
    .x\:m-152p {
        margin: 152px;
    }
    .x\:m-155p {
        margin: 155px;
    }
    .x\:m-163p {
        margin: 163px;
    }
    .x\:m-168p {
        margin: 168px;
    }
    .x\:m-173p {
        margin: 173px;
    }
    .x\:m-210p {
        margin: 210px;
    }
    .x\:m-245p {
        margin: 245px;
    }
    .x\:m-250p {
        margin: 250px;
    }
    .x\:m-260p {
        margin: 260px;
    }
    .x\:m-263p {
        margin: 263px;
    }
    .x\:m-266p {
        margin: 266px;
    }
    .x\:m-275p {
        margin: 275px;
    }
    .x\:m-300p {
        margin: 300px;
    }
    .x\:m-312p {
        margin: 312px;
    }
    .x\:m-318p {
        margin: 318px;
    }
    .x\:m-322p {
        margin: 322px;
    }
    .x\:m-337p {
        margin: 337px;
    }
    .x\:m-345p {
        margin: 345px;
    }
    .x\:m-344p {
        margin: 344px;
    }
    .x\:m-354p {
        margin: 354px;
    }
    .x\:m-364p {
        margin: 364px;
    }
    .x\:m-370p {
        margin: 370px;
    }
    .x\:m-382p {
        margin: 382px;
    }
    .x\:m-385p {
        margin: 385px;
    }
    .x\:m-400p {
        margin: 400px;
    }
    .x\:m-407p {
        margin: 407px;
    }
    .x\:m-411p {
        margin: 411px;
    }
    .x\:m-418p {
        margin: 418px;
    }
    .x\:m-430p {
        margin: 430px;
    }
    .x\:m-450p {
        margin: 450px;
    }
    .x\:m-468p {
        margin: 468px;
    }
    .x\:m-485p {
        margin: 485px;
    }
    .x\:m-491p {
        margin: 491px;
    }
    .x\:m-494p {
        margin: 494px;
    }
    .x\:m-470p {
        margin: 470px;
    }
    .x\:m-480p {
        margin: 480px;
    }
    .x\:m-532p {
        margin: 532px;
    }
    .x\:m-556p {
        margin: 556px;
    }
    .x\:m-505p {
        margin: 505px;
    }
    .x\:m-1179p {
        margin: 1179px;
    }
    .x\:m-1253p {
        margin: 1253px;
    }
    .x\:m-1575p {
        margin: 1575px;
    }
    .x\:m-600p {
        margin: 600px;
    }
    .x\:m-649p {
        margin: 649px;
    }
    .x\:m-690p {
        margin: 690px;
    }
    .x\:m-19\% {
        margin: 19%;
    }
    .x\:m-23\% {
        margin: 23%;
    }
    .x\:m-24\% {
        margin: 24%;
    }
    .x\:m-36\% {
        margin: 36%;
    }
    .x\:m-27\% {
        margin: 27%;
    }
    .x\:m-28\% {
        margin: 28%;
    }
    .x\:m-42\% {
        margin: 42%;
    }
    .x\:m-46\% {
        margin: 46%;
    }
    .x\:m-49\% {
        margin: 49%;
    }
    .x\:m-54\% {
        margin: 54%;
    }
    .x\:m-58\% {
        margin: 58%;
    }
    .x\:m-72\% {
        margin: 72%;
    }
    .x\:m-76\% {
        margin: 76%;
    }
    .x\:m-77\% {
        margin: 77%;
    }
    .x\:m-340p {
        margin: 340px;
    }
    .x\:m-700p {
        margin: 700px;
    }
    .x\:m-848p {
        margin: 848px;
    }
    .x\:m-850p {
        margin: 850px;
    }
    .x\:m-860p {
        margin: 860px;
    }
    .x\:m-1425p {
        margin: 1425px;
    }
    .x\:-m-0 {
        margin: 0;
    }
    .x\:-m-1 {
        margin: -0.25rem;
    }
    .x\:-m-2 {
        margin: -0.5rem;
    }
    .x\:-m-3 {
        margin: -0.75rem;
    }
    .x\:-m-4 {
        margin: -1rem;
    }
    .x\:-m-5 {
        margin: -1.25rem;
    }
    .x\:-m-6 {
        margin: -1.5rem;
    }
    .x\:-m-7 {
        margin: -1.75rem;
    }
    .x\:-m-8 {
        margin: -2rem;
    }
    .x\:-m-9 {
        margin: -2.25rem;
    }
    .x\:-m-10 {
        margin: -2.5rem;
    }
    .x\:-m-11 {
        margin: -2.75rem;
    }
    .x\:-m-12 {
        margin: -3rem;
    }
    .x\:-m-14 {
        margin: -3.5rem;
    }
    .x\:-m-16 {
        margin: -4rem;
    }
    .x\:-m-20 {
        margin: -5rem;
    }
    .x\:-m-23 {
        margin: -88px;
    }
    .x\:-m-24 {
        margin: -6rem;
    }
    .x\:-m-25 {
        margin: -100px;
    }
    .x\:-m-28 {
        margin: -7rem;
    }
    .x\:-m-29 {
        margin: -120px;
    }
    .x\:-m-32 {
        margin: -8rem;
    }
    .x\:-m-33 {
        margin: -130px;
    }
    .x\:-m-36 {
        margin: -9rem;
    }
    .x\:-m-40 {
        margin: -10rem;
    }
    .x\:-m-44 {
        margin: -11rem;
    }
    .x\:-m-48 {
        margin: -12rem;
    }
    .x\:-m-52 {
        margin: -13rem;
    }
    .x\:-m-56 {
        margin: -14rem;
    }
    .x\:-m-60 {
        margin: -15rem;
    }
    .x\:-m-63 {
        margin: -270px;
    }
    .x\:-m-64 {
        margin: -16rem;
    }
    .x\:-m-72 {
        margin: -18rem;
    }
    .x\:-m-80 {
        margin: -20rem;
    }
    .x\:-m-92 {
        margin: -475px;
    }
    .x\:-m-96 {
        margin: -24rem;
    }
    .x\:-m-128 {
        margin: -32rem;
    }
    .x\:-m-px {
        margin: -1px;
    }
    .x\:-m-0\.5 {
        margin: -0.125rem;
    }
    .x\:-m-1\.5 {
        margin: -0.375rem;
    }
    .x\:-m-2\.5 {
        margin: -0.625rem;
    }
    .x\:-m-3\.5 {
        margin: -0.875rem;
    }
    .x\:-m-105p {
        margin: -105px;
    }
    .x\:-m-50p {
        margin: -50px;
    }
    .x\:-m-54p {
        margin: -54px;
    }
    .x\:-m-1p {
        margin: -1px;
    }
    .x\:-m-2p {
        margin: -2px;
    }
    .x\:-m-3p {
        margin: -3px;
    }
    .x\:-m-5p {
        margin: -5px;
    }
    .x\:-m-7p {
        margin: -7px;
    }
    .x\:-m-9p {
        margin: -9px;
    }
    .x\:-m-10p {
        margin: -10px;
    }
    .x\:-m-11p {
        margin: -11px;
    }
    .x\:-m-13p {
        margin: -13px;
    }
    .x\:-m-15p {
        margin: -15px;
    }
    .x\:-m-18p {
        margin: -18px;
    }
    .x\:-m-19p {
        margin: -19px;
    }
    .x\:-m-21p {
        margin: -21px;
    }
    .x\:-m-22p {
        margin: -22px;
    }
    .x\:-m-23p {
        margin: -23px;
    }
    .x\:-m-25p {
        margin: -25px;
    }
    .x\:-m-26p {
        margin: -26px;
    }
    .x\:-m-29p {
        margin: -29px;
    }
    .x\:-m-30p {
        margin: -30px;
    }
    .x\:-m-31p {
        margin: -31px;
    }
    .x\:-m-35p {
        margin: -35px;
    }
    .x\:-m-52p {
        margin: -52px;
    }
    .x\:-m-53p {
        margin: -53px;
    }
    .x\:-m-55p {
        margin: -55px;
    }
    .x\:-m-59p {
        margin: -59px;
    }
    .x\:-m-27p {
        margin: -27px;
    }
    .x\:-m-33\.5p {
        margin: -33.5px;
    }
    .x\:-m-38p {
        margin: -38px;
    }
    .x\:-m-40p {
        margin: -40px;
    }
    .x\:-m-46p {
        margin: -46px;
    }
    .x\:-m-47p {
        margin: -47px;
    }
    .x\:-m-49p {
        margin: -49px;
    }
    .x\:-m-58p {
        margin: -58px;
    }
    .x\:-m-75p {
        margin: -75px;
    }
    .x\:-m-77p {
        margin: -77px;
    }
    .x\:-m-60p {
        margin: -60px;
    }
    .x\:-m-65p {
        margin: -65px;
    }
    .x\:-m-66p {
        margin: -66px;
    }
    .x\:-m-68p {
        margin: -68px;
    }
    .x\:-m-70p {
        margin: -70px;
    }
    .x\:-m-72p {
        margin: -72px;
    }
    .x\:-m-74p {
        margin: -74px;
    }
    .x\:-m-78p {
        margin: -78px;
    }
    .x\:-m-80p {
        margin: -80px;
    }
    .x\:-m-82p {
        margin: -82px;
    }
    .x\:-m-84p {
        margin: -84px;
    }
    .x\:-m-89p {
        margin: -89px;
    }
    .x\:-m-93p {
        margin: -93px;
    }
    .x\:-m-90p {
        margin: -90px;
    }
    .x\:-m-97p {
        margin: -97px;
    }
    .x\:-m-103p {
        margin: -103px;
    }
    .x\:-m-116p {
        margin: -116px;
    }
    .x\:-m-120p {
        margin: -120px;
    }
    .x\:-m-125p {
        margin: -125px;
    }
    .x\:-m-130p {
        margin: -130px;
    }
    .x\:-m-135p {
        margin: -135px;
    }
    .x\:-m-132p {
        margin: -132px;
    }
    .x\:-m-150p {
        margin: -150px;
    }
    .x\:-m-216p {
        margin: -216px;
    }
    .x\:-m-225p {
        margin: -225px;
    }
    .x\:-m-296p {
        margin: -296px;
    }
    .x\:-m-270p {
        margin: -270px;
    }
    .x\:-m-137p {
        margin: -137px;
    }
    .x\:-m-141p {
        margin: -141px;
    }
    .x\:-m-146p {
        margin: -146px;
    }
    .x\:-m-152p {
        margin: -152px;
    }
    .x\:-m-155p {
        margin: -155px;
    }
    .x\:-m-163p {
        margin: -163px;
    }
    .x\:-m-168p {
        margin: -168px;
    }
    .x\:-m-173p {
        margin: -173px;
    }
    .x\:-m-210p {
        margin: -210px;
    }
    .x\:-m-245p {
        margin: -245px;
    }
    .x\:-m-250p {
        margin: -250px;
    }
    .x\:-m-260p {
        margin: -260px;
    }
    .x\:-m-263p {
        margin: -263px;
    }
    .x\:-m-266p {
        margin: -266px;
    }
    .x\:-m-275p {
        margin: -275px;
    }
    .x\:-m-300p {
        margin: -300px;
    }
    .x\:-m-312p {
        margin: -312px;
    }
    .x\:-m-318p {
        margin: -318px;
    }
    .x\:-m-322p {
        margin: -322px;
    }
    .x\:-m-337p {
        margin: -337px;
    }
    .x\:-m-345p {
        margin: -345px;
    }
    .x\:-m-344p {
        margin: -344px;
    }
    .x\:-m-354p {
        margin: -354px;
    }
    .x\:-m-364p {
        margin: -364px;
    }
    .x\:-m-370p {
        margin: -370px;
    }
    .x\:-m-382p {
        margin: -382px;
    }
    .x\:-m-385p {
        margin: -385px;
    }
    .x\:-m-400p {
        margin: -400px;
    }
    .x\:-m-407p {
        margin: -407px;
    }
    .x\:-m-411p {
        margin: -411px;
    }
    .x\:-m-418p {
        margin: -418px;
    }
    .x\:-m-430p {
        margin: -430px;
    }
    .x\:-m-450p {
        margin: -450px;
    }
    .x\:-m-468p {
        margin: -468px;
    }
    .x\:-m-485p {
        margin: -485px;
    }
    .x\:-m-491p {
        margin: -491px;
    }
    .x\:-m-494p {
        margin: -494px;
    }
    .x\:-m-470p {
        margin: -470px;
    }
    .x\:-m-480p {
        margin: -480px;
    }
    .x\:-m-532p {
        margin: -532px;
    }
    .x\:-m-556p {
        margin: -556px;
    }
    .x\:-m-505p {
        margin: -505px;
    }
    .x\:-m-1179p {
        margin: -1179px;
    }
    .x\:-m-1253p {
        margin: -1253px;
    }
    .x\:-m-1575p {
        margin: -1575px;
    }
    .x\:-m-600p {
        margin: -600px;
    }
    .x\:-m-649p {
        margin: -649px;
    }
    .x\:-m-690p {
        margin: -690px;
    }
    .x\:-m-19\% {
        margin: -19%;
    }
    .x\:-m-23\% {
        margin: -23%;
    }
    .x\:-m-24\% {
        margin: -24%;
    }
    .x\:-m-36\% {
        margin: -36%;
    }
    .x\:-m-27\% {
        margin: -27%;
    }
    .x\:-m-28\% {
        margin: -28%;
    }
    .x\:-m-42\% {
        margin: -42%;
    }
    .x\:-m-46\% {
        margin: -46%;
    }
    .x\:-m-49\% {
        margin: -49%;
    }
    .x\:-m-54\% {
        margin: -54%;
    }
    .x\:-m-58\% {
        margin: -58%;
    }
    .x\:-m-72\% {
        margin: -72%;
    }
    .x\:-m-76\% {
        margin: -76%;
    }
    .x\:-m-77\% {
        margin: -77%;
    }
    .x\:-m-340p {
        margin: -340px;
    }
    .x\:-m-700p {
        margin: -700px;
    }
    .x\:-m-848p {
        margin: -848px;
    }
    .x\:-m-850p {
        margin: -850px;
    }
    .x\:-m-860p {
        margin: -860px;
    }
    .x\:-m-1425p {
        margin: -1425px;
    }
    .x\:my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .x\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .x\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }
    .x\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .x\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .x\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .x\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .x\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .x\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .x\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .x\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .x\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .x\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .x\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .x\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .x\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    .x\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .x\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .x\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }
    .x\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
    .x\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .x\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .x\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }
    .x\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }
    .x\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .x\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .x\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .x\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .x\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .x\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .x\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .x\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .x\:my-23 {
        margin-top: 88px;
        margin-bottom: 88px;
    }
    .x\:mx-23 {
        margin-left: 88px;
        margin-right: 88px;
    }
    .x\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .x\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }
    .x\:my-25 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .x\:mx-25 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .x\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .x\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .x\:my-29 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .x\:mx-29 {
        margin-left: 120px;
        margin-right: 120px;
    }
    .x\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .x\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }
    .x\:my-33 {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .x\:mx-33 {
        margin-left: 130px;
        margin-right: 130px;
    }
    .x\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .x\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }
    .x\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .x\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
    .x\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .x\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }
    .x\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    .x\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .x\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }
    .x\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }
    .x\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }
    .x\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }
    .x\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }
    .x\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }
    .x\:my-63 {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .x\:mx-63 {
        margin-left: 270px;
        margin-right: 270px;
    }
    .x\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    .x\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }
    .x\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }
    .x\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }
    .x\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .x\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .x\:my-92 {
        margin-top: 375px;
        margin-bottom: 375px;
    }
    .x\:mx-92 {
        margin-left: 375px;
        margin-right: 375px;
    }
    .x\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }
    .x\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }
    .x\:my-128 {
        margin-top: 32rem;
        margin-bottom: 32rem;
    }
    .x\:mx-128 {
        margin-left: 32rem;
        margin-right: 32rem;
    }
    .x\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .x\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .x\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .x\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }
    .x\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
    .x\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }
    .x\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }
    .x\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
    .x\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .x\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .x\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .x\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
    .x\:my-105p {
        margin-top: 105px;
        margin-bottom: 105px;
    }
    .x\:mx-105p {
        margin-left: 105px;
        margin-right: 105px;
    }
    .x\:my-50p {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .x\:mx-50p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .x\:my-54p {
        margin-top: 54px;
        margin-bottom: 54px;
    }
    .x\:mx-54p {
        margin-left: 54px;
        margin-right: 54px;
    }
    .x\:my-1p {
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .x\:mx-1p {
        margin-left: 1px;
        margin-right: 1px;
    }
    .x\:my-2p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .x\:mx-2p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .x\:my-3p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .x\:mx-3p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .x\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .x\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .x\:my-7p {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .x\:mx-7p {
        margin-left: 7px;
        margin-right: 7px;
    }
    .x\:my-9p {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .x\:mx-9p {
        margin-left: 9px;
        margin-right: 9px;
    }
    .x\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .x\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .x\:my-11p {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .x\:mx-11p {
        margin-left: 11px;
        margin-right: 11px;
    }
    .x\:my-13p {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .x\:mx-13p {
        margin-left: 13px;
        margin-right: 13px;
    }
    .x\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .x\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .x\:my-18p {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .x\:mx-18p {
        margin-left: 18px;
        margin-right: 18px;
    }
    .x\:my-19p {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .x\:mx-19p {
        margin-left: 19px;
        margin-right: 19px;
    }
    .x\:my-21p {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .x\:mx-21p {
        margin-left: 21px;
        margin-right: 21px;
    }
    .x\:my-22p {
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .x\:mx-22p {
        margin-left: 22px;
        margin-right: 22px;
    }
    .x\:my-23p {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .x\:mx-23p {
        margin-left: 23px;
        margin-right: 23px;
    }
    .x\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .x\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }
    .x\:my-26p {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .x\:mx-26p {
        margin-left: 26px;
        margin-right: 26px;
    }
    .x\:my-29p {
        margin-top: 29px;
        margin-bottom: 29px;
    }
    .x\:mx-29p {
        margin-left: 29px;
        margin-right: 29px;
    }
    .x\:my-30p {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .x\:mx-30p {
        margin-left: 30px;
        margin-right: 30px;
    }
    .x\:my-31p {
        margin-top: 31px;
        margin-bottom: 31px;
    }
    .x\:mx-31p {
        margin-left: 31px;
        margin-right: 31px;
    }
    .x\:my-35p {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .x\:mx-35p {
        margin-left: 35px;
        margin-right: 35px;
    }
    .x\:my-52p {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .x\:mx-52p {
        margin-left: 52px;
        margin-right: 52px;
    }
    .x\:my-53p {
        margin-top: 53px;
        margin-bottom: 53px;
    }
    .x\:mx-53p {
        margin-left: 53px;
        margin-right: 53px;
    }
    .x\:my-55p {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .x\:mx-55p {
        margin-left: 55px;
        margin-right: 55px;
    }
    .x\:my-59p {
        margin-top: 59px;
        margin-bottom: 59px;
    }
    .x\:mx-59p {
        margin-left: 59px;
        margin-right: 59px;
    }
    .x\:my-27p {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .x\:mx-27p {
        margin-left: 27px;
        margin-right: 27px;
    }
    .x\:my-33\.5p {
        margin-top: 33.5px;
        margin-bottom: 33.5px;
    }
    .x\:mx-33\.5p {
        margin-left: 33.5px;
        margin-right: 33.5px;
    }
    .x\:my-38p {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .x\:mx-38p {
        margin-left: 38px;
        margin-right: 38px;
    }
    .x\:my-40p {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .x\:mx-40p {
        margin-left: 40px;
        margin-right: 40px;
    }
    .x\:my-46p {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    .x\:mx-46p {
        margin-left: 46px;
        margin-right: 46px;
    }
    .x\:my-47p {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .x\:mx-47p {
        margin-left: 47px;
        margin-right: 47px;
    }
    .x\:my-49p {
        margin-top: 49px;
        margin-bottom: 49px;
    }
    .x\:mx-49p {
        margin-left: 49px;
        margin-right: 49px;
    }
    .x\:my-58p {
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .x\:mx-58p {
        margin-left: 58px;
        margin-right: 58px;
    }
    .x\:my-75p {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .x\:mx-75p {
        margin-left: 75px;
        margin-right: 75px;
    }
    .x\:my-77p {
        margin-top: 77px;
        margin-bottom: 77px;
    }
    .x\:mx-77p {
        margin-left: 77px;
        margin-right: 77px;
    }
    .x\:my-60p {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .x\:mx-60p {
        margin-left: 60px;
        margin-right: 60px;
    }
    .x\:my-65p {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .x\:mx-65p {
        margin-left: 65px;
        margin-right: 65px;
    }
    .x\:my-66p {
        margin-top: 66px;
        margin-bottom: 66px;
    }
    .x\:mx-66p {
        margin-left: 66px;
        margin-right: 66px;
    }
    .x\:my-68p {
        margin-top: 68px;
        margin-bottom: 68px;
    }
    .x\:mx-68p {
        margin-left: 68px;
        margin-right: 68px;
    }
    .x\:my-70p {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .x\:mx-70p {
        margin-left: 70px;
        margin-right: 70px;
    }
    .x\:my-72p {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .x\:mx-72p {
        margin-left: 72px;
        margin-right: 72px;
    }
    .x\:my-74p {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    .x\:mx-74p {
        margin-left: 74px;
        margin-right: 74px;
    }
    .x\:my-78p {
        margin-top: 78px;
        margin-bottom: 78px;
    }
    .x\:mx-78p {
        margin-left: 78px;
        margin-right: 78px;
    }
    .x\:my-80p {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .x\:mx-80p {
        margin-left: 80px;
        margin-right: 80px;
    }
    .x\:my-82p {
        margin-top: 82px;
        margin-bottom: 82px;
    }
    .x\:mx-82p {
        margin-left: 82px;
        margin-right: 82px;
    }
    .x\:my-84p {
        margin-top: 84px;
        margin-bottom: 84px;
    }
    .x\:mx-84p {
        margin-left: 84px;
        margin-right: 84px;
    }
    .x\:my-89p {
        margin-top: 89px;
        margin-bottom: 89px;
    }
    .x\:mx-89p {
        margin-left: 89px;
        margin-right: 89px;
    }
    .x\:my-93p {
        margin-top: 93px;
        margin-bottom: 93px;
    }
    .x\:mx-93p {
        margin-left: 93px;
        margin-right: 93px;
    }
    .x\:my-90p {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .x\:mx-90p {
        margin-left: 90px;
        margin-right: 90px;
    }
    .x\:my-97p {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    .x\:mx-97p {
        margin-left: 97px;
        margin-right: 97px;
    }
    .x\:my-103p {
        margin-top: 103px;
        margin-bottom: 103px;
    }
    .x\:mx-103p {
        margin-left: 103px;
        margin-right: 103px;
    }
    .x\:my-116p {
        margin-top: 116px;
        margin-bottom: 116px;
    }
    .x\:mx-116p {
        margin-left: 116px;
        margin-right: 116px;
    }
    .x\:my-120p {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .x\:mx-120p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .x\:my-125p {
        margin-top: 125px;
        margin-bottom: 125px;
    }
    .x\:mx-125p {
        margin-left: 125px;
        margin-right: 125px;
    }
    .x\:my-130p {
        margin-top: 130px;
        margin-bottom: 130px;
    }
    .x\:mx-130p {
        margin-left: 130px;
        margin-right: 130px;
    }
    .x\:my-135p {
        margin-top: 135px;
        margin-bottom: 135px;
    }
    .x\:mx-135p {
        margin-left: 135px;
        margin-right: 135px;
    }
    .x\:my-132p {
        margin-top: 132px;
        margin-bottom: 132px;
    }
    .x\:mx-132p {
        margin-left: 132px;
        margin-right: 132px;
    }
    .x\:my-150p {
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .x\:mx-150p {
        margin-left: 150px;
        margin-right: 150px;
    }
    .x\:my-216p {
        margin-top: 216px;
        margin-bottom: 216px;
    }
    .x\:mx-216p {
        margin-left: 216px;
        margin-right: 216px;
    }
    .x\:my-225p {
        margin-top: 225px;
        margin-bottom: 225px;
    }
    .x\:mx-225p {
        margin-left: 225px;
        margin-right: 225px;
    }
    .x\:my-296p {
        margin-top: 296px;
        margin-bottom: 296px;
    }
    .x\:mx-296p {
        margin-left: 296px;
        margin-right: 296px;
    }
    .x\:my-270p {
        margin-top: 270px;
        margin-bottom: 270px;
    }
    .x\:mx-270p {
        margin-left: 270px;
        margin-right: 270px;
    }
    .x\:my-137p {
        margin-top: 137px;
        margin-bottom: 137px;
    }
    .x\:mx-137p {
        margin-left: 137px;
        margin-right: 137px;
    }
    .x\:my-141p {
        margin-top: 141px;
        margin-bottom: 141px;
    }
    .x\:mx-141p {
        margin-left: 141px;
        margin-right: 141px;
    }
    .x\:my-146p {
        margin-top: 146px;
        margin-bottom: 146px;
    }
    .x\:mx-146p {
        margin-left: 146px;
        margin-right: 146px;
    }
    .x\:my-152p {
        margin-top: 152px;
        margin-bottom: 152px;
    }
    .x\:mx-152p {
        margin-left: 152px;
        margin-right: 152px;
    }
    .x\:my-155p {
        margin-top: 155px;
        margin-bottom: 155px;
    }
    .x\:mx-155p {
        margin-left: 155px;
        margin-right: 155px;
    }
    .x\:my-163p {
        margin-top: 163px;
        margin-bottom: 163px;
    }
    .x\:mx-163p {
        margin-left: 163px;
        margin-right: 163px;
    }
    .x\:my-168p {
        margin-top: 168px;
        margin-bottom: 168px;
    }
    .x\:mx-168p {
        margin-left: 168px;
        margin-right: 168px;
    }
    .x\:my-173p {
        margin-top: 173px;
        margin-bottom: 173px;
    }
    .x\:mx-173p {
        margin-left: 173px;
        margin-right: 173px;
    }
    .x\:my-210p {
        margin-top: 210px;
        margin-bottom: 210px;
    }
    .x\:mx-210p {
        margin-left: 210px;
        margin-right: 210px;
    }
    .x\:my-245p {
        margin-top: 245px;
        margin-bottom: 245px;
    }
    .x\:mx-245p {
        margin-left: 245px;
        margin-right: 245px;
    }
    .x\:my-250p {
        margin-top: 250px;
        margin-bottom: 250px;
    }
    .x\:mx-250p {
        margin-left: 250px;
        margin-right: 250px;
    }
    .x\:my-260p {
        margin-top: 260px;
        margin-bottom: 260px;
    }
    .x\:mx-260p {
        margin-left: 260px;
        margin-right: 260px;
    }
    .x\:my-263p {
        margin-top: 263px;
        margin-bottom: 263px;
    }
    .x\:mx-263p {
        margin-left: 263px;
        margin-right: 263px;
    }
    .x\:my-266p {
        margin-top: 266px;
        margin-bottom: 266px;
    }
    .x\:mx-266p {
        margin-left: 266px;
        margin-right: 266px;
    }
    .x\:my-275p {
        margin-top: 275px;
        margin-bottom: 275px;
    }
    .x\:mx-275p {
        margin-left: 275px;
        margin-right: 275px;
    }
    .x\:my-300p {
        margin-top: 300px;
        margin-bottom: 300px;
    }
    .x\:mx-300p {
        margin-left: 300px;
        margin-right: 300px;
    }
    .x\:my-312p {
        margin-top: 312px;
        margin-bottom: 312px;
    }
    .x\:mx-312p {
        margin-left: 312px;
        margin-right: 312px;
    }
    .x\:my-318p {
        margin-top: 318px;
        margin-bottom: 318px;
    }
    .x\:mx-318p {
        margin-left: 318px;
        margin-right: 318px;
    }
    .x\:my-322p {
        margin-top: 322px;
        margin-bottom: 322px;
    }
    .x\:mx-322p {
        margin-left: 322px;
        margin-right: 322px;
    }
    .x\:my-337p {
        margin-top: 337px;
        margin-bottom: 337px;
    }
    .x\:mx-337p {
        margin-left: 337px;
        margin-right: 337px;
    }
    .x\:my-345p {
        margin-top: 345px;
        margin-bottom: 345px;
    }
    .x\:mx-345p {
        margin-left: 345px;
        margin-right: 345px;
    }
    .x\:my-344p {
        margin-top: 344px;
        margin-bottom: 344px;
    }
    .x\:mx-344p {
        margin-left: 344px;
        margin-right: 344px;
    }
    .x\:my-354p {
        margin-top: 354px;
        margin-bottom: 354px;
    }
    .x\:mx-354p {
        margin-left: 354px;
        margin-right: 354px;
    }
    .x\:my-364p {
        margin-top: 364px;
        margin-bottom: 364px;
    }
    .x\:mx-364p {
        margin-left: 364px;
        margin-right: 364px;
    }
    .x\:my-370p {
        margin-top: 370px;
        margin-bottom: 370px;
    }
    .x\:mx-370p {
        margin-left: 370px;
        margin-right: 370px;
    }
    .x\:my-382p {
        margin-top: 382px;
        margin-bottom: 382px;
    }
    .x\:mx-382p {
        margin-left: 382px;
        margin-right: 382px;
    }
    .x\:my-385p {
        margin-top: 385px;
        margin-bottom: 385px;
    }
    .x\:mx-385p {
        margin-left: 385px;
        margin-right: 385px;
    }
    .x\:my-400p {
        margin-top: 400px;
        margin-bottom: 400px;
    }
    .x\:mx-400p {
        margin-left: 400px;
        margin-right: 400px;
    }
    .x\:my-407p {
        margin-top: 407px;
        margin-bottom: 407px;
    }
    .x\:mx-407p {
        margin-left: 407px;
        margin-right: 407px;
    }
    .x\:my-411p {
        margin-top: 411px;
        margin-bottom: 411px;
    }
    .x\:mx-411p {
        margin-left: 411px;
        margin-right: 411px;
    }
    .x\:my-418p {
        margin-top: 418px;
        margin-bottom: 418px;
    }
    .x\:mx-418p {
        margin-left: 418px;
        margin-right: 418px;
    }
    .x\:my-430p {
        margin-top: 430px;
        margin-bottom: 430px;
    }
    .x\:mx-430p {
        margin-left: 430px;
        margin-right: 430px;
    }
    .x\:my-450p {
        margin-top: 450px;
        margin-bottom: 450px;
    }
    .x\:mx-450p {
        margin-left: 450px;
        margin-right: 450px;
    }
    .x\:my-468p {
        margin-top: 468px;
        margin-bottom: 468px;
    }
    .x\:mx-468p {
        margin-left: 468px;
        margin-right: 468px;
    }
    .x\:my-485p {
        margin-top: 485px;
        margin-bottom: 485px;
    }
    .x\:mx-485p {
        margin-left: 485px;
        margin-right: 485px;
    }
    .x\:my-491p {
        margin-top: 491px;
        margin-bottom: 491px;
    }
    .x\:mx-491p {
        margin-left: 491px;
        margin-right: 491px;
    }
    .x\:my-494p {
        margin-top: 494px;
        margin-bottom: 494px;
    }
    .x\:mx-494p {
        margin-left: 494px;
        margin-right: 494px;
    }
    .x\:my-470p {
        margin-top: 470px;
        margin-bottom: 470px;
    }
    .x\:mx-470p {
        margin-left: 470px;
        margin-right: 470px;
    }
    .x\:my-480p {
        margin-top: 480px;
        margin-bottom: 480px;
    }
    .x\:mx-480p {
        margin-left: 480px;
        margin-right: 480px;
    }
    .x\:my-532p {
        margin-top: 532px;
        margin-bottom: 532px;
    }
    .x\:mx-532p {
        margin-left: 532px;
        margin-right: 532px;
    }
    .x\:my-556p {
        margin-top: 556px;
        margin-bottom: 556px;
    }
    .x\:mx-556p {
        margin-left: 556px;
        margin-right: 556px;
    }
    .x\:my-505p {
        margin-top: 505px;
        margin-bottom: 505px;
    }
    .x\:mx-505p {
        margin-left: 505px;
        margin-right: 505px;
    }
    .x\:my-1179p {
        margin-top: 1179px;
        margin-bottom: 1179px;
    }
    .x\:mx-1179p {
        margin-left: 1179px;
        margin-right: 1179px;
    }
    .x\:my-1253p {
        margin-top: 1253px;
        margin-bottom: 1253px;
    }
    .x\:mx-1253p {
        margin-left: 1253px;
        margin-right: 1253px;
    }
    .x\:my-1575p {
        margin-top: 1575px;
        margin-bottom: 1575px;
    }
    .x\:mx-1575p {
        margin-left: 1575px;
        margin-right: 1575px;
    }
    .x\:my-600p {
        margin-top: 600px;
        margin-bottom: 600px;
    }
    .x\:mx-600p {
        margin-left: 600px;
        margin-right: 600px;
    }
    .x\:my-649p {
        margin-top: 649px;
        margin-bottom: 649px;
    }
    .x\:mx-649p {
        margin-left: 649px;
        margin-right: 649px;
    }
    .x\:my-690p {
        margin-top: 690px;
        margin-bottom: 690px;
    }
    .x\:mx-690p {
        margin-left: 690px;
        margin-right: 690px;
    }
    .x\:my-19\% {
        margin-top: 19%;
        margin-bottom: 19%;
    }
    .x\:mx-19\% {
        margin-left: 19%;
        margin-right: 19%;
    }
    .x\:my-23\% {
        margin-top: 23%;
        margin-bottom: 23%;
    }
    .x\:mx-23\% {
        margin-left: 23%;
        margin-right: 23%;
    }
    .x\:my-24\% {
        margin-top: 24%;
        margin-bottom: 24%;
    }
    .x\:mx-24\% {
        margin-left: 24%;
        margin-right: 24%;
    }
    .x\:my-36\% {
        margin-top: 36%;
        margin-bottom: 36%;
    }
    .x\:mx-36\% {
        margin-left: 36%;
        margin-right: 36%;
    }
    .x\:my-27\% {
        margin-top: 27%;
        margin-bottom: 27%;
    }
    .x\:mx-27\% {
        margin-left: 27%;
        margin-right: 27%;
    }
    .x\:my-28\% {
        margin-top: 28%;
        margin-bottom: 28%;
    }
    .x\:mx-28\% {
        margin-left: 28%;
        margin-right: 28%;
    }
    .x\:my-42\% {
        margin-top: 42%;
        margin-bottom: 42%;
    }
    .x\:mx-42\% {
        margin-left: 42%;
        margin-right: 42%;
    }
    .x\:my-46\% {
        margin-top: 46%;
        margin-bottom: 46%;
    }
    .x\:mx-46\% {
        margin-left: 46%;
        margin-right: 46%;
    }
    .x\:my-49\% {
        margin-top: 49%;
        margin-bottom: 49%;
    }
    .x\:mx-49\% {
        margin-left: 49%;
        margin-right: 49%;
    }
    .x\:my-54\% {
        margin-top: 54%;
        margin-bottom: 54%;
    }
    .x\:mx-54\% {
        margin-left: 54%;
        margin-right: 54%;
    }
    .x\:my-58\% {
        margin-top: 58%;
        margin-bottom: 58%;
    }
    .x\:mx-58\% {
        margin-left: 58%;
        margin-right: 58%;
    }
    .x\:my-72\% {
        margin-top: 72%;
        margin-bottom: 72%;
    }
    .x\:mx-72\% {
        margin-left: 72%;
        margin-right: 72%;
    }
    .x\:my-76\% {
        margin-top: 76%;
        margin-bottom: 76%;
    }
    .x\:mx-76\% {
        margin-left: 76%;
        margin-right: 76%;
    }
    .x\:my-77\% {
        margin-top: 77%;
        margin-bottom: 77%;
    }
    .x\:mx-77\% {
        margin-left: 77%;
        margin-right: 77%;
    }
    .x\:my-340p {
        margin-top: 340px;
        margin-bottom: 340px;
    }
    .x\:mx-340p {
        margin-left: 340px;
        margin-right: 340px;
    }
    .x\:my-700p {
        margin-top: 700px;
        margin-bottom: 700px;
    }
    .x\:mx-700p {
        margin-left: 700px;
        margin-right: 700px;
    }
    .x\:my-848p {
        margin-top: 848px;
        margin-bottom: 848px;
    }
    .x\:mx-848p {
        margin-left: 848px;
        margin-right: 848px;
    }
    .x\:my-850p {
        margin-top: 850px;
        margin-bottom: 850px;
    }
    .x\:mx-850p {
        margin-left: 850px;
        margin-right: 850px;
    }
    .x\:my-860p {
        margin-top: 860px;
        margin-bottom: 860px;
    }
    .x\:mx-860p {
        margin-left: 860px;
        margin-right: 860px;
    }
    .x\:my-1425p {
        margin-top: 1425px;
        margin-bottom: 1425px;
    }
    .x\:mx-1425p {
        margin-left: 1425px;
        margin-right: 1425px;
    }
    .x\:-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .x\:-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .x\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }
    .x\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .x\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }
    .x\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .x\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .x\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .x\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .x\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .x\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
    .x\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .x\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }
    .x\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .x\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }
    .x\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .x\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
    .x\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .x\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }
    .x\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
    .x\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .x\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .x\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }
    .x\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }
    .x\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .x\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .x\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }
    .x\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }
    .x\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }
    .x\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }
    .x\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
    .x\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .x\:-my-23 {
        margin-top: -88px;
        margin-bottom: -88px;
    }
    .x\:-mx-23 {
        margin-left: -88px;
        margin-right: -88px;
    }
    .x\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }
    .x\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    .x\:-my-25 {
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .x\:-mx-25 {
        margin-left: -100px;
        margin-right: -100px;
    }
    .x\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }
    .x\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }
    .x\:-my-29 {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .x\:-mx-29 {
        margin-left: -120px;
        margin-right: -120px;
    }
    .x\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }
    .x\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }
    .x\:-my-33 {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .x\:-mx-33 {
        margin-left: -130px;
        margin-right: -130px;
    }
    .x\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }
    .x\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }
    .x\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }
    .x\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }
    .x\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }
    .x\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }
    .x\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }
    .x\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }
    .x\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }
    .x\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }
    .x\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }
    .x\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }
    .x\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }
    .x\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }
    .x\:-my-63 {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .x\:-mx-63 {
        margin-left: -270px;
        margin-right: -270px;
    }
    .x\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }
    .x\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }
    .x\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }
    .x\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }
    .x\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }
    .x\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }
    .x\:-my-92 {
        margin-top: -475px;
        margin-bottom: -475px;
    }
    .x\:-mx-92 {
        margin-left: -475px;
        margin-right: -475px;
    }
    .x\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }
    .x\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }
    .x\:-my-128 {
        margin-top: -32rem;
        margin-bottom: -32rem;
    }
    .x\:-mx-128 {
        margin-left: -32rem;
        margin-right: -32rem;
    }
    .x\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .x\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }
    .x\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }
    .x\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }
    .x\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }
    .x\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
    .x\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }
    .x\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .x\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }
    .x\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
    .x\:-my-105p {
        margin-top: -105px;
        margin-bottom: -105px;
    }
    .x\:-mx-105p {
        margin-left: -105px;
        margin-right: -105px;
    }
    .x\:-my-50p {
        margin-top: -50px;
        margin-bottom: -50px;
    }
    .x\:-mx-50p {
        margin-left: -50px;
        margin-right: -50px;
    }
    .x\:-my-54p {
        margin-top: -54px;
        margin-bottom: -54px;
    }
    .x\:-mx-54p {
        margin-left: -54px;
        margin-right: -54px;
    }
    .x\:-my-1p {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .x\:-mx-1p {
        margin-left: -1px;
        margin-right: -1px;
    }
    .x\:-my-2p {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .x\:-mx-2p {
        margin-left: -2px;
        margin-right: -2px;
    }
    .x\:-my-3p {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .x\:-mx-3p {
        margin-left: -3px;
        margin-right: -3px;
    }
    .x\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .x\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }
    .x\:-my-7p {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .x\:-mx-7p {
        margin-left: -7px;
        margin-right: -7px;
    }
    .x\:-my-9p {
        margin-top: -9px;
        margin-bottom: -9px;
    }
    .x\:-mx-9p {
        margin-left: -9px;
        margin-right: -9px;
    }
    .x\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .x\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }
    .x\:-my-11p {
        margin-top: -11px;
        margin-bottom: -11px;
    }
    .x\:-mx-11p {
        margin-left: -11px;
        margin-right: -11px;
    }
    .x\:-my-13p {
        margin-top: -13px;
        margin-bottom: -13px;
    }
    .x\:-mx-13p {
        margin-left: -13px;
        margin-right: -13px;
    }
    .x\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .x\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }
    .x\:-my-18p {
        margin-top: -18px;
        margin-bottom: -18px;
    }
    .x\:-mx-18p {
        margin-left: -18px;
        margin-right: -18px;
    }
    .x\:-my-19p {
        margin-top: -19px;
        margin-bottom: -19px;
    }
    .x\:-mx-19p {
        margin-left: -19px;
        margin-right: -19px;
    }
    .x\:-my-21p {
        margin-top: -21px;
        margin-bottom: -21px;
    }
    .x\:-mx-21p {
        margin-left: -21px;
        margin-right: -21px;
    }
    .x\:-my-22p {
        margin-top: -22px;
        margin-bottom: -22px;
    }
    .x\:-mx-22p {
        margin-left: -22px;
        margin-right: -22px;
    }
    .x\:-my-23p {
        margin-top: -23px;
        margin-bottom: -23px;
    }
    .x\:-mx-23p {
        margin-left: -23px;
        margin-right: -23px;
    }
    .x\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .x\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }
    .x\:-my-26p {
        margin-top: -26px;
        margin-bottom: -26px;
    }
    .x\:-mx-26p {
        margin-left: -26px;
        margin-right: -26px;
    }
    .x\:-my-29p {
        margin-top: -29px;
        margin-bottom: -29px;
    }
    .x\:-mx-29p {
        margin-left: -29px;
        margin-right: -29px;
    }
    .x\:-my-30p {
        margin-top: -30px;
        margin-bottom: -30px;
    }
    .x\:-mx-30p {
        margin-left: -30px;
        margin-right: -30px;
    }
    .x\:-my-31p {
        margin-top: -31px;
        margin-bottom: -31px;
    }
    .x\:-mx-31p {
        margin-left: -31px;
        margin-right: -31px;
    }
    .x\:-my-35p {
        margin-top: -35px;
        margin-bottom: -35px;
    }
    .x\:-mx-35p {
        margin-left: -35px;
        margin-right: -35px;
    }
    .x\:-my-52p {
        margin-top: -52px;
        margin-bottom: -52px;
    }
    .x\:-mx-52p {
        margin-left: -52px;
        margin-right: -52px;
    }
    .x\:-my-53p {
        margin-top: -53px;
        margin-bottom: -53px;
    }
    .x\:-mx-53p {
        margin-left: -53px;
        margin-right: -53px;
    }
    .x\:-my-55p {
        margin-top: -55px;
        margin-bottom: -55px;
    }
    .x\:-mx-55p {
        margin-left: -55px;
        margin-right: -55px;
    }
    .x\:-my-59p {
        margin-top: -59px;
        margin-bottom: -59px;
    }
    .x\:-mx-59p {
        margin-left: -59px;
        margin-right: -59px;
    }
    .x\:-my-27p {
        margin-top: -27px;
        margin-bottom: -27px;
    }
    .x\:-mx-27p {
        margin-left: -27px;
        margin-right: -27px;
    }
    .x\:-my-33\.5p {
        margin-top: -33.5px;
        margin-bottom: -33.5px;
    }
    .x\:-mx-33\.5p {
        margin-left: -33.5px;
        margin-right: -33.5px;
    }
    .x\:-my-38p {
        margin-top: -38px;
        margin-bottom: -38px;
    }
    .x\:-mx-38p {
        margin-left: -38px;
        margin-right: -38px;
    }
    .x\:-my-40p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .x\:-mx-40p {
        margin-left: -40px;
        margin-right: -40px;
    }
    .x\:-my-46p {
        margin-top: -46px;
        margin-bottom: -46px;
    }
    .x\:-mx-46p {
        margin-left: -46px;
        margin-right: -46px;
    }
    .x\:-my-47p {
        margin-top: -47px;
        margin-bottom: -47px;
    }
    .x\:-mx-47p {
        margin-left: -47px;
        margin-right: -47px;
    }
    .x\:-my-49p {
        margin-top: -49px;
        margin-bottom: -49px;
    }
    .x\:-mx-49p {
        margin-left: -49px;
        margin-right: -49px;
    }
    .x\:-my-58p {
        margin-top: -58px;
        margin-bottom: -58px;
    }
    .x\:-mx-58p {
        margin-left: -58px;
        margin-right: -58px;
    }
    .x\:-my-75p {
        margin-top: -75px;
        margin-bottom: -75px;
    }
    .x\:-mx-75p {
        margin-left: -75px;
        margin-right: -75px;
    }
    .x\:-my-77p {
        margin-top: -77px;
        margin-bottom: -77px;
    }
    .x\:-mx-77p {
        margin-left: -77px;
        margin-right: -77px;
    }
    .x\:-my-60p {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .x\:-mx-60p {
        margin-left: -60px;
        margin-right: -60px;
    }
    .x\:-my-65p {
        margin-top: -65px;
        margin-bottom: -65px;
    }
    .x\:-mx-65p {
        margin-left: -65px;
        margin-right: -65px;
    }
    .x\:-my-66p {
        margin-top: -66px;
        margin-bottom: -66px;
    }
    .x\:-mx-66p {
        margin-left: -66px;
        margin-right: -66px;
    }
    .x\:-my-68p {
        margin-top: -68px;
        margin-bottom: -68px;
    }
    .x\:-mx-68p {
        margin-left: -68px;
        margin-right: -68px;
    }
    .x\:-my-70p {
        margin-top: -70px;
        margin-bottom: -70px;
    }
    .x\:-mx-70p {
        margin-left: -70px;
        margin-right: -70px;
    }
    .x\:-my-72p {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .x\:-mx-72p {
        margin-left: -72px;
        margin-right: -72px;
    }
    .x\:-my-74p {
        margin-top: -74px;
        margin-bottom: -74px;
    }
    .x\:-mx-74p {
        margin-left: -74px;
        margin-right: -74px;
    }
    .x\:-my-78p {
        margin-top: -78px;
        margin-bottom: -78px;
    }
    .x\:-mx-78p {
        margin-left: -78px;
        margin-right: -78px;
    }
    .x\:-my-80p {
        margin-top: -80px;
        margin-bottom: -80px;
    }
    .x\:-mx-80p {
        margin-left: -80px;
        margin-right: -80px;
    }
    .x\:-my-82p {
        margin-top: -82px;
        margin-bottom: -82px;
    }
    .x\:-mx-82p {
        margin-left: -82px;
        margin-right: -82px;
    }
    .x\:-my-84p {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .x\:-mx-84p {
        margin-left: -84px;
        margin-right: -84px;
    }
    .x\:-my-89p {
        margin-top: -89px;
        margin-bottom: -89px;
    }
    .x\:-mx-89p {
        margin-left: -89px;
        margin-right: -89px;
    }
    .x\:-my-93p {
        margin-top: -93px;
        margin-bottom: -93px;
    }
    .x\:-mx-93p {
        margin-left: -93px;
        margin-right: -93px;
    }
    .x\:-my-90p {
        margin-top: -90px;
        margin-bottom: -90px;
    }
    .x\:-mx-90p {
        margin-left: -90px;
        margin-right: -90px;
    }
    .x\:-my-97p {
        margin-top: -97px;
        margin-bottom: -97px;
    }
    .x\:-mx-97p {
        margin-left: -97px;
        margin-right: -97px;
    }
    .x\:-my-103p {
        margin-top: -103px;
        margin-bottom: -103px;
    }
    .x\:-mx-103p {
        margin-left: -103px;
        margin-right: -103px;
    }
    .x\:-my-116p {
        margin-top: -116px;
        margin-bottom: -116px;
    }
    .x\:-mx-116p {
        margin-left: -116px;
        margin-right: -116px;
    }
    .x\:-my-120p {
        margin-top: -120px;
        margin-bottom: -120px;
    }
    .x\:-mx-120p {
        margin-left: -120px;
        margin-right: -120px;
    }
    .x\:-my-125p {
        margin-top: -125px;
        margin-bottom: -125px;
    }
    .x\:-mx-125p {
        margin-left: -125px;
        margin-right: -125px;
    }
    .x\:-my-130p {
        margin-top: -130px;
        margin-bottom: -130px;
    }
    .x\:-mx-130p {
        margin-left: -130px;
        margin-right: -130px;
    }
    .x\:-my-135p {
        margin-top: -135px;
        margin-bottom: -135px;
    }
    .x\:-mx-135p {
        margin-left: -135px;
        margin-right: -135px;
    }
    .x\:-my-132p {
        margin-top: -132px;
        margin-bottom: -132px;
    }
    .x\:-mx-132p {
        margin-left: -132px;
        margin-right: -132px;
    }
    .x\:-my-150p {
        margin-top: -150px;
        margin-bottom: -150px;
    }
    .x\:-mx-150p {
        margin-left: -150px;
        margin-right: -150px;
    }
    .x\:-my-216p {
        margin-top: -216px;
        margin-bottom: -216px;
    }
    .x\:-mx-216p {
        margin-left: -216px;
        margin-right: -216px;
    }
    .x\:-my-225p {
        margin-top: -225px;
        margin-bottom: -225px;
    }
    .x\:-mx-225p {
        margin-left: -225px;
        margin-right: -225px;
    }
    .x\:-my-296p {
        margin-top: -296px;
        margin-bottom: -296px;
    }
    .x\:-mx-296p {
        margin-left: -296px;
        margin-right: -296px;
    }
    .x\:-my-270p {
        margin-top: -270px;
        margin-bottom: -270px;
    }
    .x\:-mx-270p {
        margin-left: -270px;
        margin-right: -270px;
    }
    .x\:-my-137p {
        margin-top: -137px;
        margin-bottom: -137px;
    }
    .x\:-mx-137p {
        margin-left: -137px;
        margin-right: -137px;
    }
    .x\:-my-141p {
        margin-top: -141px;
        margin-bottom: -141px;
    }
    .x\:-mx-141p {
        margin-left: -141px;
        margin-right: -141px;
    }
    .x\:-my-146p {
        margin-top: -146px;
        margin-bottom: -146px;
    }
    .x\:-mx-146p {
        margin-left: -146px;
        margin-right: -146px;
    }
    .x\:-my-152p {
        margin-top: -152px;
        margin-bottom: -152px;
    }
    .x\:-mx-152p {
        margin-left: -152px;
        margin-right: -152px;
    }
    .x\:-my-155p {
        margin-top: -155px;
        margin-bottom: -155px;
    }
    .x\:-mx-155p {
        margin-left: -155px;
        margin-right: -155px;
    }
    .x\:-my-163p {
        margin-top: -163px;
        margin-bottom: -163px;
    }
    .x\:-mx-163p {
        margin-left: -163px;
        margin-right: -163px;
    }
    .x\:-my-168p {
        margin-top: -168px;
        margin-bottom: -168px;
    }
    .x\:-mx-168p {
        margin-left: -168px;
        margin-right: -168px;
    }
    .x\:-my-173p {
        margin-top: -173px;
        margin-bottom: -173px;
    }
    .x\:-mx-173p {
        margin-left: -173px;
        margin-right: -173px;
    }
    .x\:-my-210p {
        margin-top: -210px;
        margin-bottom: -210px;
    }
    .x\:-mx-210p {
        margin-left: -210px;
        margin-right: -210px;
    }
    .x\:-my-245p {
        margin-top: -245px;
        margin-bottom: -245px;
    }
    .x\:-mx-245p {
        margin-left: -245px;
        margin-right: -245px;
    }
    .x\:-my-250p {
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .x\:-mx-250p {
        margin-left: -250px;
        margin-right: -250px;
    }
    .x\:-my-260p {
        margin-top: -260px;
        margin-bottom: -260px;
    }
    .x\:-mx-260p {
        margin-left: -260px;
        margin-right: -260px;
    }
    .x\:-my-263p {
        margin-top: -263px;
        margin-bottom: -263px;
    }
    .x\:-mx-263p {
        margin-left: -263px;
        margin-right: -263px;
    }
    .x\:-my-266p {
        margin-top: -266px;
        margin-bottom: -266px;
    }
    .x\:-mx-266p {
        margin-left: -266px;
        margin-right: -266px;
    }
    .x\:-my-275p {
        margin-top: -275px;
        margin-bottom: -275px;
    }
    .x\:-mx-275p {
        margin-left: -275px;
        margin-right: -275px;
    }
    .x\:-my-300p {
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .x\:-mx-300p {
        margin-left: -300px;
        margin-right: -300px;
    }
    .x\:-my-312p {
        margin-top: -312px;
        margin-bottom: -312px;
    }
    .x\:-mx-312p {
        margin-left: -312px;
        margin-right: -312px;
    }
    .x\:-my-318p {
        margin-top: -318px;
        margin-bottom: -318px;
    }
    .x\:-mx-318p {
        margin-left: -318px;
        margin-right: -318px;
    }
    .x\:-my-322p {
        margin-top: -322px;
        margin-bottom: -322px;
    }
    .x\:-mx-322p {
        margin-left: -322px;
        margin-right: -322px;
    }
    .x\:-my-337p {
        margin-top: -337px;
        margin-bottom: -337px;
    }
    .x\:-mx-337p {
        margin-left: -337px;
        margin-right: -337px;
    }
    .x\:-my-345p {
        margin-top: -345px;
        margin-bottom: -345px;
    }
    .x\:-mx-345p {
        margin-left: -345px;
        margin-right: -345px;
    }
    .x\:-my-344p {
        margin-top: -344px;
        margin-bottom: -344px;
    }
    .x\:-mx-344p {
        margin-left: -344px;
        margin-right: -344px;
    }
    .x\:-my-354p {
        margin-top: -354px;
        margin-bottom: -354px;
    }
    .x\:-mx-354p {
        margin-left: -354px;
        margin-right: -354px;
    }
    .x\:-my-364p {
        margin-top: -364px;
        margin-bottom: -364px;
    }
    .x\:-mx-364p {
        margin-left: -364px;
        margin-right: -364px;
    }
    .x\:-my-370p {
        margin-top: -370px;
        margin-bottom: -370px;
    }
    .x\:-mx-370p {
        margin-left: -370px;
        margin-right: -370px;
    }
    .x\:-my-382p {
        margin-top: -382px;
        margin-bottom: -382px;
    }
    .x\:-mx-382p {
        margin-left: -382px;
        margin-right: -382px;
    }
    .x\:-my-385p {
        margin-top: -385px;
        margin-bottom: -385px;
    }
    .x\:-mx-385p {
        margin-left: -385px;
        margin-right: -385px;
    }
    .x\:-my-400p {
        margin-top: -400px;
        margin-bottom: -400px;
    }
    .x\:-mx-400p {
        margin-left: -400px;
        margin-right: -400px;
    }
    .x\:-my-407p {
        margin-top: -407px;
        margin-bottom: -407px;
    }
    .x\:-mx-407p {
        margin-left: -407px;
        margin-right: -407px;
    }
    .x\:-my-411p {
        margin-top: -411px;
        margin-bottom: -411px;
    }
    .x\:-mx-411p {
        margin-left: -411px;
        margin-right: -411px;
    }
    .x\:-my-418p {
        margin-top: -418px;
        margin-bottom: -418px;
    }
    .x\:-mx-418p {
        margin-left: -418px;
        margin-right: -418px;
    }
    .x\:-my-430p {
        margin-top: -430px;
        margin-bottom: -430px;
    }
    .x\:-mx-430p {
        margin-left: -430px;
        margin-right: -430px;
    }
    .x\:-my-450p {
        margin-top: -450px;
        margin-bottom: -450px;
    }
    .x\:-mx-450p {
        margin-left: -450px;
        margin-right: -450px;
    }
    .x\:-my-468p {
        margin-top: -468px;
        margin-bottom: -468px;
    }
    .x\:-mx-468p {
        margin-left: -468px;
        margin-right: -468px;
    }
    .x\:-my-485p {
        margin-top: -485px;
        margin-bottom: -485px;
    }
    .x\:-mx-485p {
        margin-left: -485px;
        margin-right: -485px;
    }
    .x\:-my-491p {
        margin-top: -491px;
        margin-bottom: -491px;
    }
    .x\:-mx-491p {
        margin-left: -491px;
        margin-right: -491px;
    }
    .x\:-my-494p {
        margin-top: -494px;
        margin-bottom: -494px;
    }
    .x\:-mx-494p {
        margin-left: -494px;
        margin-right: -494px;
    }
    .x\:-my-470p {
        margin-top: -470px;
        margin-bottom: -470px;
    }
    .x\:-mx-470p {
        margin-left: -470px;
        margin-right: -470px;
    }
    .x\:-my-480p {
        margin-top: -480px;
        margin-bottom: -480px;
    }
    .x\:-mx-480p {
        margin-left: -480px;
        margin-right: -480px;
    }
    .x\:-my-532p {
        margin-top: -532px;
        margin-bottom: -532px;
    }
    .x\:-mx-532p {
        margin-left: -532px;
        margin-right: -532px;
    }
    .x\:-my-556p {
        margin-top: -556px;
        margin-bottom: -556px;
    }
    .x\:-mx-556p {
        margin-left: -556px;
        margin-right: -556px;
    }
    .x\:-my-505p {
        margin-top: -505px;
        margin-bottom: -505px;
    }
    .x\:-mx-505p {
        margin-left: -505px;
        margin-right: -505px;
    }
    .x\:-my-1179p {
        margin-top: -1179px;
        margin-bottom: -1179px;
    }
    .x\:-mx-1179p {
        margin-left: -1179px;
        margin-right: -1179px;
    }
    .x\:-my-1253p {
        margin-top: -1253px;
        margin-bottom: -1253px;
    }
    .x\:-mx-1253p {
        margin-left: -1253px;
        margin-right: -1253px;
    }
    .x\:-my-1575p {
        margin-top: -1575px;
        margin-bottom: -1575px;
    }
    .x\:-mx-1575p {
        margin-left: -1575px;
        margin-right: -1575px;
    }
    .x\:-my-600p {
        margin-top: -600px;
        margin-bottom: -600px;
    }
    .x\:-mx-600p {
        margin-left: -600px;
        margin-right: -600px;
    }
    .x\:-my-649p {
        margin-top: -649px;
        margin-bottom: -649px;
    }
    .x\:-mx-649p {
        margin-left: -649px;
        margin-right: -649px;
    }
    .x\:-my-690p {
        margin-top: -690px;
        margin-bottom: -690px;
    }
    .x\:-mx-690p {
        margin-left: -690px;
        margin-right: -690px;
    }
    .x\:-my-19\% {
        margin-top: -19%;
        margin-bottom: -19%;
    }
    .x\:-mx-19\% {
        margin-left: -19%;
        margin-right: -19%;
    }
    .x\:-my-23\% {
        margin-top: -23%;
        margin-bottom: -23%;
    }
    .x\:-mx-23\% {
        margin-left: -23%;
        margin-right: -23%;
    }
    .x\:-my-24\% {
        margin-top: -24%;
        margin-bottom: -24%;
    }
    .x\:-mx-24\% {
        margin-left: -24%;
        margin-right: -24%;
    }
    .x\:-my-36\% {
        margin-top: -36%;
        margin-bottom: -36%;
    }
    .x\:-mx-36\% {
        margin-left: -36%;
        margin-right: -36%;
    }
    .x\:-my-27\% {
        margin-top: -27%;
        margin-bottom: -27%;
    }
    .x\:-mx-27\% {
        margin-left: -27%;
        margin-right: -27%;
    }
    .x\:-my-28\% {
        margin-top: -28%;
        margin-bottom: -28%;
    }
    .x\:-mx-28\% {
        margin-left: -28%;
        margin-right: -28%;
    }
    .x\:-my-42\% {
        margin-top: -42%;
        margin-bottom: -42%;
    }
    .x\:-mx-42\% {
        margin-left: -42%;
        margin-right: -42%;
    }
    .x\:-my-46\% {
        margin-top: -46%;
        margin-bottom: -46%;
    }
    .x\:-mx-46\% {
        margin-left: -46%;
        margin-right: -46%;
    }
    .x\:-my-49\% {
        margin-top: -49%;
        margin-bottom: -49%;
    }
    .x\:-mx-49\% {
        margin-left: -49%;
        margin-right: -49%;
    }
    .x\:-my-54\% {
        margin-top: -54%;
        margin-bottom: -54%;
    }
    .x\:-mx-54\% {
        margin-left: -54%;
        margin-right: -54%;
    }
    .x\:-my-58\% {
        margin-top: -58%;
        margin-bottom: -58%;
    }
    .x\:-mx-58\% {
        margin-left: -58%;
        margin-right: -58%;
    }
    .x\:-my-72\% {
        margin-top: -72%;
        margin-bottom: -72%;
    }
    .x\:-mx-72\% {
        margin-left: -72%;
        margin-right: -72%;
    }
    .x\:-my-76\% {
        margin-top: -76%;
        margin-bottom: -76%;
    }
    .x\:-mx-76\% {
        margin-left: -76%;
        margin-right: -76%;
    }
    .x\:-my-77\% {
        margin-top: -77%;
        margin-bottom: -77%;
    }
    .x\:-mx-77\% {
        margin-left: -77%;
        margin-right: -77%;
    }
    .x\:-my-340p {
        margin-top: -340px;
        margin-bottom: -340px;
    }
    .x\:-mx-340p {
        margin-left: -340px;
        margin-right: -340px;
    }
    .x\:-my-700p {
        margin-top: -700px;
        margin-bottom: -700px;
    }
    .x\:-mx-700p {
        margin-left: -700px;
        margin-right: -700px;
    }
    .x\:-my-848p {
        margin-top: -848px;
        margin-bottom: -848px;
    }
    .x\:-mx-848p {
        margin-left: -848px;
        margin-right: -848px;
    }
    .x\:-my-850p {
        margin-top: -850px;
        margin-bottom: -850px;
    }
    .x\:-mx-850p {
        margin-left: -850px;
        margin-right: -850px;
    }
    .x\:-my-860p {
        margin-top: -860px;
        margin-bottom: -860px;
    }
    .x\:-mx-860p {
        margin-left: -860px;
        margin-right: -860px;
    }
    .x\:-my-1425p {
        margin-top: -1425px;
        margin-bottom: -1425px;
    }
    .x\:-mx-1425p {
        margin-left: -1425px;
        margin-right: -1425px;
    }
    .x\:mt-0 {
        margin-top: 0;
    }
    .x\:mr-0 {
        margin-right: 0;
    }
    .x\:mb-0 {
        margin-bottom: 0;
    }
    .x\:ml-0 {
        margin-left: 0;
    }
    .x\:mt-1 {
        margin-top: 0.25rem;
    }
    .x\:mr-1 {
        margin-right: 0.25rem;
    }
    .x\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .x\:ml-1 {
        margin-left: 0.25rem;
    }
    .x\:mt-2 {
        margin-top: 0.5rem;
    }
    .x\:mr-2 {
        margin-right: 0.5rem;
    }
    .x\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .x\:ml-2 {
        margin-left: 0.5rem;
    }
    .x\:mt-3 {
        margin-top: 0.75rem;
    }
    .x\:mr-3 {
        margin-right: 0.75rem;
    }
    .x\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .x\:ml-3 {
        margin-left: 0.75rem;
    }
    .x\:mt-4 {
        margin-top: 1rem;
    }
    .x\:mr-4 {
        margin-right: 1rem;
    }
    .x\:mb-4 {
        margin-bottom: 1rem;
    }
    .x\:ml-4 {
        margin-left: 1rem;
    }
    .x\:mt-5 {
        margin-top: 1.25rem;
    }
    .x\:mr-5 {
        margin-right: 1.25rem;
    }
    .x\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .x\:ml-5 {
        margin-left: 1.25rem;
    }
    .x\:mt-6 {
        margin-top: 1.5rem;
    }
    .x\:mr-6 {
        margin-right: 1.5rem;
    }
    .x\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .x\:ml-6 {
        margin-left: 1.5rem;
    }
    .x\:mt-7 {
        margin-top: 1.75rem;
    }
    .x\:mr-7 {
        margin-right: 1.75rem;
    }
    .x\:mb-7 {
        margin-bottom: 1.75rem;
    }
    .x\:ml-7 {
        margin-left: 1.75rem;
    }
    .x\:mt-8 {
        margin-top: 2rem;
    }
    .x\:mr-8 {
        margin-right: 2rem;
    }
    .x\:mb-8 {
        margin-bottom: 2rem;
    }
    .x\:ml-8 {
        margin-left: 2rem;
    }
    .x\:mt-9 {
        margin-top: 2.25rem;
    }
    .x\:mr-9 {
        margin-right: 2.25rem;
    }
    .x\:mb-9 {
        margin-bottom: 2.25rem;
    }
    .x\:ml-9 {
        margin-left: 2.25rem;
    }
    .x\:mt-10 {
        margin-top: 2.5rem;
    }
    .x\:mr-10 {
        margin-right: 2.5rem;
    }
    .x\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .x\:ml-10 {
        margin-left: 2.5rem;
    }
    .x\:mt-11 {
        margin-top: 2.75rem;
    }
    .x\:mr-11 {
        margin-right: 2.75rem;
    }
    .x\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .x\:ml-11 {
        margin-left: 2.75rem;
    }
    .x\:mt-12 {
        margin-top: 3rem;
    }
    .x\:mr-12 {
        margin-right: 3rem;
    }
    .x\:mb-12 {
        margin-bottom: 3rem;
    }
    .x\:ml-12 {
        margin-left: 3rem;
    }
    .x\:mt-14 {
        margin-top: 3.5rem;
    }
    .x\:mr-14 {
        margin-right: 3.5rem;
    }
    .x\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .x\:ml-14 {
        margin-left: 3.5rem;
    }
    .x\:mt-16 {
        margin-top: 4rem;
    }
    .x\:mr-16 {
        margin-right: 4rem;
    }
    .x\:mb-16 {
        margin-bottom: 4rem;
    }
    .x\:ml-16 {
        margin-left: 4rem;
    }
    .x\:mt-20 {
        margin-top: 5rem;
    }
    .x\:mr-20 {
        margin-right: 5rem;
    }
    .x\:mb-20 {
        margin-bottom: 5rem;
    }
    .x\:ml-20 {
        margin-left: 5rem;
    }
    .x\:mt-23 {
        margin-top: 88px;
    }
    .x\:mr-23 {
        margin-right: 88px;
    }
    .x\:mb-23 {
        margin-bottom: 88px;
    }
    .x\:ml-23 {
        margin-left: 88px;
    }
    .x\:mt-24 {
        margin-top: 6rem;
    }
    .x\:mr-24 {
        margin-right: 6rem;
    }
    .x\:mb-24 {
        margin-bottom: 6rem;
    }
    .x\:ml-24 {
        margin-left: 6rem;
    }
    .x\:mt-25 {
        margin-top: 100px;
    }
    .x\:mr-25 {
        margin-right: 100px;
    }
    .x\:mb-25 {
        margin-bottom: 100px;
    }
    .x\:ml-25 {
        margin-left: 100px;
    }
    .x\:mt-28 {
        margin-top: 7rem;
    }
    .x\:mr-28 {
        margin-right: 7rem;
    }
    .x\:mb-28 {
        margin-bottom: 7rem;
    }
    .x\:ml-28 {
        margin-left: 7rem;
    }
    .x\:mt-29 {
        margin-top: 120px;
    }
    .x\:mr-29 {
        margin-right: 120px;
    }
    .x\:mb-29 {
        margin-bottom: 120px;
    }
    .x\:ml-29 {
        margin-left: 120px;
    }
    .x\:mt-32 {
        margin-top: 8rem;
    }
    .x\:mr-32 {
        margin-right: 8rem;
    }
    .x\:mb-32 {
        margin-bottom: 8rem;
    }
    .x\:ml-32 {
        margin-left: 8rem;
    }
    .x\:mt-33 {
        margin-top: 130px;
    }
    .x\:mr-33 {
        margin-right: 130px;
    }
    .x\:mb-33 {
        margin-bottom: 130px;
    }
    .x\:ml-33 {
        margin-left: 130px;
    }
    .x\:mt-36 {
        margin-top: 9rem;
    }
    .x\:mr-36 {
        margin-right: 9rem;
    }
    .x\:mb-36 {
        margin-bottom: 9rem;
    }
    .x\:ml-36 {
        margin-left: 9rem;
    }
    .x\:mt-40 {
        margin-top: 10rem;
    }
    .x\:mr-40 {
        margin-right: 10rem;
    }
    .x\:mb-40 {
        margin-bottom: 10rem;
    }
    .x\:ml-40 {
        margin-left: 10rem;
    }
    .x\:mt-44 {
        margin-top: 11rem;
    }
    .x\:mr-44 {
        margin-right: 11rem;
    }
    .x\:mb-44 {
        margin-bottom: 11rem;
    }
    .x\:ml-44 {
        margin-left: 11rem;
    }
    .x\:mt-48 {
        margin-top: 12rem;
    }
    .x\:mr-48 {
        margin-right: 12rem;
    }
    .x\:mb-48 {
        margin-bottom: 12rem;
    }
    .x\:ml-48 {
        margin-left: 12rem;
    }
    .x\:mt-52 {
        margin-top: 13rem;
    }
    .x\:mr-52 {
        margin-right: 13rem;
    }
    .x\:mb-52 {
        margin-bottom: 13rem;
    }
    .x\:ml-52 {
        margin-left: 13rem;
    }
    .x\:mt-56 {
        margin-top: 14rem;
    }
    .x\:mr-56 {
        margin-right: 14rem;
    }
    .x\:mb-56 {
        margin-bottom: 14rem;
    }
    .x\:ml-56 {
        margin-left: 14rem;
    }
    .x\:mt-60 {
        margin-top: 15rem;
    }
    .x\:mr-60 {
        margin-right: 15rem;
    }
    .x\:mb-60 {
        margin-bottom: 15rem;
    }
    .x\:ml-60 {
        margin-left: 15rem;
    }
    .x\:mt-63 {
        margin-top: 270px;
    }
    .x\:mr-63 {
        margin-right: 270px;
    }
    .x\:mb-63 {
        margin-bottom: 270px;
    }
    .x\:ml-63 {
        margin-left: 270px;
    }
    .x\:mt-64 {
        margin-top: 16rem;
    }
    .x\:mr-64 {
        margin-right: 16rem;
    }
    .x\:mb-64 {
        margin-bottom: 16rem;
    }
    .x\:ml-64 {
        margin-left: 16rem;
    }
    .x\:mt-72 {
        margin-top: 18rem;
    }
    .x\:mr-72 {
        margin-right: 18rem;
    }
    .x\:mb-72 {
        margin-bottom: 18rem;
    }
    .x\:ml-72 {
        margin-left: 18rem;
    }
    .x\:mt-80 {
        margin-top: 20rem;
    }
    .x\:mr-80 {
        margin-right: 20rem;
    }
    .x\:mb-80 {
        margin-bottom: 20rem;
    }
    .x\:ml-80 {
        margin-left: 20rem;
    }
    .x\:mt-92 {
        margin-top: 375px;
    }
    .x\:mr-92 {
        margin-right: 375px;
    }
    .x\:mb-92 {
        margin-bottom: 375px;
    }
    .x\:ml-92 {
        margin-left: 375px;
    }
    .x\:mt-96 {
        margin-top: 24rem;
    }
    .x\:mr-96 {
        margin-right: 24rem;
    }
    .x\:mb-96 {
        margin-bottom: 24rem;
    }
    .x\:ml-96 {
        margin-left: 24rem;
    }
    .x\:mt-128 {
        margin-top: 32rem;
    }
    .x\:mr-128 {
        margin-right: 32rem;
    }
    .x\:mb-128 {
        margin-bottom: 32rem;
    }
    .x\:ml-128 {
        margin-left: 32rem;
    }
    .x\:mt-auto {
        margin-top: auto;
    }
    .x\:mr-auto {
        margin-right: auto;
    }
    .x\:mb-auto {
        margin-bottom: auto;
    }
    .x\:ml-auto {
        margin-left: auto;
    }
    .x\:mt-px {
        margin-top: 1px;
    }
    .x\:mr-px {
        margin-right: 1px;
    }
    .x\:mb-px {
        margin-bottom: 1px;
    }
    .x\:ml-px {
        margin-left: 1px;
    }
    .x\:mt-0\.5 {
        margin-top: 0.125rem;
    }
    .x\:mr-0\.5 {
        margin-right: 0.125rem;
    }
    .x\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }
    .x\:ml-0\.5 {
        margin-left: 0.125rem;
    }
    .x\:mt-1\.5 {
        margin-top: 0.375rem;
    }
    .x\:mr-1\.5 {
        margin-right: 0.375rem;
    }
    .x\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }
    .x\:ml-1\.5 {
        margin-left: 0.375rem;
    }
    .x\:mt-2\.5 {
        margin-top: 0.625rem;
    }
    .x\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .x\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }
    .x\:ml-2\.5 {
        margin-left: 0.625rem;
    }
    .x\:mt-3\.5 {
        margin-top: 0.875rem;
    }
    .x\:mr-3\.5 {
        margin-right: 0.875rem;
    }
    .x\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .x\:ml-3\.5 {
        margin-left: 0.875rem;
    }
    .x\:mt-105p {
        margin-top: 105px;
    }
    .x\:mr-105p {
        margin-right: 105px;
    }
    .x\:mb-105p {
        margin-bottom: 105px;
    }
    .x\:ml-105p {
        margin-left: 105px;
    }
    .x\:mt-50p {
        margin-top: 50px;
    }
    .x\:mr-50p {
        margin-right: 50px;
    }
    .x\:mb-50p {
        margin-bottom: 50px;
    }
    .x\:ml-50p {
        margin-left: 50px;
    }
    .x\:mt-54p {
        margin-top: 54px;
    }
    .x\:mr-54p {
        margin-right: 54px;
    }
    .x\:mb-54p {
        margin-bottom: 54px;
    }
    .x\:ml-54p {
        margin-left: 54px;
    }
    .x\:mt-1p {
        margin-top: 1px;
    }
    .x\:mr-1p {
        margin-right: 1px;
    }
    .x\:mb-1p {
        margin-bottom: 1px;
    }
    .x\:ml-1p {
        margin-left: 1px;
    }
    .x\:mt-2p {
        margin-top: 2px;
    }
    .x\:mr-2p {
        margin-right: 2px;
    }
    .x\:mb-2p {
        margin-bottom: 2px;
    }
    .x\:ml-2p {
        margin-left: 2px;
    }
    .x\:mt-3p {
        margin-top: 3px;
    }
    .x\:mr-3p {
        margin-right: 3px;
    }
    .x\:mb-3p {
        margin-bottom: 3px;
    }
    .x\:ml-3p {
        margin-left: 3px;
    }
    .x\:mt-5p {
        margin-top: 5px;
    }
    .x\:mr-5p {
        margin-right: 5px;
    }
    .x\:mb-5p {
        margin-bottom: 5px;
    }
    .x\:ml-5p {
        margin-left: 5px;
    }
    .x\:mt-7p {
        margin-top: 7px;
    }
    .x\:mr-7p {
        margin-right: 7px;
    }
    .x\:mb-7p {
        margin-bottom: 7px;
    }
    .x\:ml-7p {
        margin-left: 7px;
    }
    .x\:mt-9p {
        margin-top: 9px;
    }
    .x\:mr-9p {
        margin-right: 9px;
    }
    .x\:mb-9p {
        margin-bottom: 9px;
    }
    .x\:ml-9p {
        margin-left: 9px;
    }
    .x\:mt-10p {
        margin-top: 10px;
    }
    .x\:mr-10p {
        margin-right: 10px;
    }
    .x\:mb-10p {
        margin-bottom: 10px;
    }
    .x\:ml-10p {
        margin-left: 10px;
    }
    .x\:mt-11p {
        margin-top: 11px;
    }
    .x\:mr-11p {
        margin-right: 11px;
    }
    .x\:mb-11p {
        margin-bottom: 11px;
    }
    .x\:ml-11p {
        margin-left: 11px;
    }
    .x\:mt-13p {
        margin-top: 13px;
    }
    .x\:mr-13p {
        margin-right: 13px;
    }
    .x\:mb-13p {
        margin-bottom: 13px;
    }
    .x\:ml-13p {
        margin-left: 13px;
    }
    .x\:mt-15p {
        margin-top: 15px;
    }
    .x\:mr-15p {
        margin-right: 15px;
    }
    .x\:mb-15p {
        margin-bottom: 15px;
    }
    .x\:ml-15p {
        margin-left: 15px;
    }
    .x\:mt-18p {
        margin-top: 18px;
    }
    .x\:mr-18p {
        margin-right: 18px;
    }
    .x\:mb-18p {
        margin-bottom: 18px;
    }
    .x\:ml-18p {
        margin-left: 18px;
    }
    .x\:mt-19p {
        margin-top: 19px;
    }
    .x\:mr-19p {
        margin-right: 19px;
    }
    .x\:mb-19p {
        margin-bottom: 19px;
    }
    .x\:ml-19p {
        margin-left: 19px;
    }
    .x\:mt-21p {
        margin-top: 21px;
    }
    .x\:mr-21p {
        margin-right: 21px;
    }
    .x\:mb-21p {
        margin-bottom: 21px;
    }
    .x\:ml-21p {
        margin-left: 21px;
    }
    .x\:mt-22p {
        margin-top: 22px;
    }
    .x\:mr-22p {
        margin-right: 22px;
    }
    .x\:mb-22p {
        margin-bottom: 22px;
    }
    .x\:ml-22p {
        margin-left: 22px;
    }
    .x\:mt-23p {
        margin-top: 23px;
    }
    .x\:mr-23p {
        margin-right: 23px;
    }
    .x\:mb-23p {
        margin-bottom: 23px;
    }
    .x\:ml-23p {
        margin-left: 23px;
    }
    .x\:mt-25p {
        margin-top: 25px;
    }
    .x\:mr-25p {
        margin-right: 25px;
    }
    .x\:mb-25p {
        margin-bottom: 25px;
    }
    .x\:ml-25p {
        margin-left: 25px;
    }
    .x\:mt-26p {
        margin-top: 26px;
    }
    .x\:mr-26p {
        margin-right: 26px;
    }
    .x\:mb-26p {
        margin-bottom: 26px;
    }
    .x\:ml-26p {
        margin-left: 26px;
    }
    .x\:mt-29p {
        margin-top: 29px;
    }
    .x\:mr-29p {
        margin-right: 29px;
    }
    .x\:mb-29p {
        margin-bottom: 29px;
    }
    .x\:ml-29p {
        margin-left: 29px;
    }
    .x\:mt-30p {
        margin-top: 30px;
    }
    .x\:mr-30p {
        margin-right: 30px;
    }
    .x\:mb-30p {
        margin-bottom: 30px;
    }
    .x\:ml-30p {
        margin-left: 30px;
    }
    .x\:mt-31p {
        margin-top: 31px;
    }
    .x\:mr-31p {
        margin-right: 31px;
    }
    .x\:mb-31p {
        margin-bottom: 31px;
    }
    .x\:ml-31p {
        margin-left: 31px;
    }
    .x\:mt-35p {
        margin-top: 35px;
    }
    .x\:mr-35p {
        margin-right: 35px;
    }
    .x\:mb-35p {
        margin-bottom: 35px;
    }
    .x\:ml-35p {
        margin-left: 35px;
    }
    .x\:mt-52p {
        margin-top: 52px;
    }
    .x\:mr-52p {
        margin-right: 52px;
    }
    .x\:mb-52p {
        margin-bottom: 52px;
    }
    .x\:ml-52p {
        margin-left: 52px;
    }
    .x\:mt-53p {
        margin-top: 53px;
    }
    .x\:mr-53p {
        margin-right: 53px;
    }
    .x\:mb-53p {
        margin-bottom: 53px;
    }
    .x\:ml-53p {
        margin-left: 53px;
    }
    .x\:mt-55p {
        margin-top: 55px;
    }
    .x\:mr-55p {
        margin-right: 55px;
    }
    .x\:mb-55p {
        margin-bottom: 55px;
    }
    .x\:ml-55p {
        margin-left: 55px;
    }
    .x\:mt-59p {
        margin-top: 59px;
    }
    .x\:mr-59p {
        margin-right: 59px;
    }
    .x\:mb-59p {
        margin-bottom: 59px;
    }
    .x\:ml-59p {
        margin-left: 59px;
    }
    .x\:mt-27p {
        margin-top: 27px;
    }
    .x\:mr-27p {
        margin-right: 27px;
    }
    .x\:mb-27p {
        margin-bottom: 27px;
    }
    .x\:ml-27p {
        margin-left: 27px;
    }
    .x\:mt-33\.5p {
        margin-top: 33.5px;
    }
    .x\:mr-33\.5p {
        margin-right: 33.5px;
    }
    .x\:mb-33\.5p {
        margin-bottom: 33.5px;
    }
    .x\:ml-33\.5p {
        margin-left: 33.5px;
    }
    .x\:mt-38p {
        margin-top: 38px;
    }
    .x\:mr-38p {
        margin-right: 38px;
    }
    .x\:mb-38p {
        margin-bottom: 38px;
    }
    .x\:ml-38p {
        margin-left: 38px;
    }
    .x\:mt-40p {
        margin-top: 40px;
    }
    .x\:mr-40p {
        margin-right: 40px;
    }
    .x\:mb-40p {
        margin-bottom: 40px;
    }
    .x\:ml-40p {
        margin-left: 40px;
    }
    .x\:mt-46p {
        margin-top: 46px;
    }
    .x\:mr-46p {
        margin-right: 46px;
    }
    .x\:mb-46p {
        margin-bottom: 46px;
    }
    .x\:ml-46p {
        margin-left: 46px;
    }
    .x\:mt-47p {
        margin-top: 47px;
    }
    .x\:mr-47p {
        margin-right: 47px;
    }
    .x\:mb-47p {
        margin-bottom: 47px;
    }
    .x\:ml-47p {
        margin-left: 47px;
    }
    .x\:mt-49p {
        margin-top: 49px;
    }
    .x\:mr-49p {
        margin-right: 49px;
    }
    .x\:mb-49p {
        margin-bottom: 49px;
    }
    .x\:ml-49p {
        margin-left: 49px;
    }
    .x\:mt-58p {
        margin-top: 58px;
    }
    .x\:mr-58p {
        margin-right: 58px;
    }
    .x\:mb-58p {
        margin-bottom: 58px;
    }
    .x\:ml-58p {
        margin-left: 58px;
    }
    .x\:mt-75p {
        margin-top: 75px;
    }
    .x\:mr-75p {
        margin-right: 75px;
    }
    .x\:mb-75p {
        margin-bottom: 75px;
    }
    .x\:ml-75p {
        margin-left: 75px;
    }
    .x\:mt-77p {
        margin-top: 77px;
    }
    .x\:mr-77p {
        margin-right: 77px;
    }
    .x\:mb-77p {
        margin-bottom: 77px;
    }
    .x\:ml-77p {
        margin-left: 77px;
    }
    .x\:mt-60p {
        margin-top: 60px;
    }
    .x\:mr-60p {
        margin-right: 60px;
    }
    .x\:mb-60p {
        margin-bottom: 60px;
    }
    .x\:ml-60p {
        margin-left: 60px;
    }
    .x\:mt-65p {
        margin-top: 65px;
    }
    .x\:mr-65p {
        margin-right: 65px;
    }
    .x\:mb-65p {
        margin-bottom: 65px;
    }
    .x\:ml-65p {
        margin-left: 65px;
    }
    .x\:mt-66p {
        margin-top: 66px;
    }
    .x\:mr-66p {
        margin-right: 66px;
    }
    .x\:mb-66p {
        margin-bottom: 66px;
    }
    .x\:ml-66p {
        margin-left: 66px;
    }
    .x\:mt-68p {
        margin-top: 68px;
    }
    .x\:mr-68p {
        margin-right: 68px;
    }
    .x\:mb-68p {
        margin-bottom: 68px;
    }
    .x\:ml-68p {
        margin-left: 68px;
    }
    .x\:mt-70p {
        margin-top: 70px;
    }
    .x\:mr-70p {
        margin-right: 70px;
    }
    .x\:mb-70p {
        margin-bottom: 70px;
    }
    .x\:ml-70p {
        margin-left: 70px;
    }
    .x\:mt-72p {
        margin-top: 72px;
    }
    .x\:mr-72p {
        margin-right: 72px;
    }
    .x\:mb-72p {
        margin-bottom: 72px;
    }
    .x\:ml-72p {
        margin-left: 72px;
    }
    .x\:mt-74p {
        margin-top: 74px;
    }
    .x\:mr-74p {
        margin-right: 74px;
    }
    .x\:mb-74p {
        margin-bottom: 74px;
    }
    .x\:ml-74p {
        margin-left: 74px;
    }
    .x\:mt-78p {
        margin-top: 78px;
    }
    .x\:mr-78p {
        margin-right: 78px;
    }
    .x\:mb-78p {
        margin-bottom: 78px;
    }
    .x\:ml-78p {
        margin-left: 78px;
    }
    .x\:mt-80p {
        margin-top: 80px;
    }
    .x\:mr-80p {
        margin-right: 80px;
    }
    .x\:mb-80p {
        margin-bottom: 80px;
    }
    .x\:ml-80p {
        margin-left: 80px;
    }
    .x\:mt-82p {
        margin-top: 82px;
    }
    .x\:mr-82p {
        margin-right: 82px;
    }
    .x\:mb-82p {
        margin-bottom: 82px;
    }
    .x\:ml-82p {
        margin-left: 82px;
    }
    .x\:mt-84p {
        margin-top: 84px;
    }
    .x\:mr-84p {
        margin-right: 84px;
    }
    .x\:mb-84p {
        margin-bottom: 84px;
    }
    .x\:ml-84p {
        margin-left: 84px;
    }
    .x\:mt-89p {
        margin-top: 89px;
    }
    .x\:mr-89p {
        margin-right: 89px;
    }
    .x\:mb-89p {
        margin-bottom: 89px;
    }
    .x\:ml-89p {
        margin-left: 89px;
    }
    .x\:mt-93p {
        margin-top: 93px;
    }
    .x\:mr-93p {
        margin-right: 93px;
    }
    .x\:mb-93p {
        margin-bottom: 93px;
    }
    .x\:ml-93p {
        margin-left: 93px;
    }
    .x\:mt-90p {
        margin-top: 90px;
    }
    .x\:mr-90p {
        margin-right: 90px;
    }
    .x\:mb-90p {
        margin-bottom: 90px;
    }
    .x\:ml-90p {
        margin-left: 90px;
    }
    .x\:mt-97p {
        margin-top: 97px;
    }
    .x\:mr-97p {
        margin-right: 97px;
    }
    .x\:mb-97p {
        margin-bottom: 97px;
    }
    .x\:ml-97p {
        margin-left: 97px;
    }
    .x\:mt-103p {
        margin-top: 103px;
    }
    .x\:mr-103p {
        margin-right: 103px;
    }
    .x\:mb-103p {
        margin-bottom: 103px;
    }
    .x\:ml-103p {
        margin-left: 103px;
    }
    .x\:mt-116p {
        margin-top: 116px;
    }
    .x\:mr-116p {
        margin-right: 116px;
    }
    .x\:mb-116p {
        margin-bottom: 116px;
    }
    .x\:ml-116p {
        margin-left: 116px;
    }
    .x\:mt-120p {
        margin-top: 120px;
    }
    .x\:mr-120p {
        margin-right: 120px;
    }
    .x\:mb-120p {
        margin-bottom: 120px;
    }
    .x\:ml-120p {
        margin-left: 120px;
    }
    .x\:mt-125p {
        margin-top: 125px;
    }
    .x\:mr-125p {
        margin-right: 125px;
    }
    .x\:mb-125p {
        margin-bottom: 125px;
    }
    .x\:ml-125p {
        margin-left: 125px;
    }
    .x\:mt-130p {
        margin-top: 130px;
    }
    .x\:mr-130p {
        margin-right: 130px;
    }
    .x\:mb-130p {
        margin-bottom: 130px;
    }
    .x\:ml-130p {
        margin-left: 130px;
    }
    .x\:mt-135p {
        margin-top: 135px;
    }
    .x\:mr-135p {
        margin-right: 135px;
    }
    .x\:mb-135p {
        margin-bottom: 135px;
    }
    .x\:ml-135p {
        margin-left: 135px;
    }
    .x\:mt-132p {
        margin-top: 132px;
    }
    .x\:mr-132p {
        margin-right: 132px;
    }
    .x\:mb-132p {
        margin-bottom: 132px;
    }
    .x\:ml-132p {
        margin-left: 132px;
    }
    .x\:mt-150p {
        margin-top: 150px;
    }
    .x\:mr-150p {
        margin-right: 150px;
    }
    .x\:mb-150p {
        margin-bottom: 150px;
    }
    .x\:ml-150p {
        margin-left: 150px;
    }
    .x\:mt-216p {
        margin-top: 216px;
    }
    .x\:mr-216p {
        margin-right: 216px;
    }
    .x\:mb-216p {
        margin-bottom: 216px;
    }
    .x\:ml-216p {
        margin-left: 216px;
    }
    .x\:mt-225p {
        margin-top: 225px;
    }
    .x\:mr-225p {
        margin-right: 225px;
    }
    .x\:mb-225p {
        margin-bottom: 225px;
    }
    .x\:ml-225p {
        margin-left: 225px;
    }
    .x\:mt-296p {
        margin-top: 296px;
    }
    .x\:mr-296p {
        margin-right: 296px;
    }
    .x\:mb-296p {
        margin-bottom: 296px;
    }
    .x\:ml-296p {
        margin-left: 296px;
    }
    .x\:mt-270p {
        margin-top: 270px;
    }
    .x\:mr-270p {
        margin-right: 270px;
    }
    .x\:mb-270p {
        margin-bottom: 270px;
    }
    .x\:ml-270p {
        margin-left: 270px;
    }
    .x\:mt-137p {
        margin-top: 137px;
    }
    .x\:mr-137p {
        margin-right: 137px;
    }
    .x\:mb-137p {
        margin-bottom: 137px;
    }
    .x\:ml-137p {
        margin-left: 137px;
    }
    .x\:mt-141p {
        margin-top: 141px;
    }
    .x\:mr-141p {
        margin-right: 141px;
    }
    .x\:mb-141p {
        margin-bottom: 141px;
    }
    .x\:ml-141p {
        margin-left: 141px;
    }
    .x\:mt-146p {
        margin-top: 146px;
    }
    .x\:mr-146p {
        margin-right: 146px;
    }
    .x\:mb-146p {
        margin-bottom: 146px;
    }
    .x\:ml-146p {
        margin-left: 146px;
    }
    .x\:mt-152p {
        margin-top: 152px;
    }
    .x\:mr-152p {
        margin-right: 152px;
    }
    .x\:mb-152p {
        margin-bottom: 152px;
    }
    .x\:ml-152p {
        margin-left: 152px;
    }
    .x\:mt-155p {
        margin-top: 155px;
    }
    .x\:mr-155p {
        margin-right: 155px;
    }
    .x\:mb-155p {
        margin-bottom: 155px;
    }
    .x\:ml-155p {
        margin-left: 155px;
    }
    .x\:mt-163p {
        margin-top: 163px;
    }
    .x\:mr-163p {
        margin-right: 163px;
    }
    .x\:mb-163p {
        margin-bottom: 163px;
    }
    .x\:ml-163p {
        margin-left: 163px;
    }
    .x\:mt-168p {
        margin-top: 168px;
    }
    .x\:mr-168p {
        margin-right: 168px;
    }
    .x\:mb-168p {
        margin-bottom: 168px;
    }
    .x\:ml-168p {
        margin-left: 168px;
    }
    .x\:mt-173p {
        margin-top: 173px;
    }
    .x\:mr-173p {
        margin-right: 173px;
    }
    .x\:mb-173p {
        margin-bottom: 173px;
    }
    .x\:ml-173p {
        margin-left: 173px;
    }
    .x\:mt-210p {
        margin-top: 210px;
    }
    .x\:mr-210p {
        margin-right: 210px;
    }
    .x\:mb-210p {
        margin-bottom: 210px;
    }
    .x\:ml-210p {
        margin-left: 210px;
    }
    .x\:mt-245p {
        margin-top: 245px;
    }
    .x\:mr-245p {
        margin-right: 245px;
    }
    .x\:mb-245p {
        margin-bottom: 245px;
    }
    .x\:ml-245p {
        margin-left: 245px;
    }
    .x\:mt-250p {
        margin-top: 250px;
    }
    .x\:mr-250p {
        margin-right: 250px;
    }
    .x\:mb-250p {
        margin-bottom: 250px;
    }
    .x\:ml-250p {
        margin-left: 250px;
    }
    .x\:mt-260p {
        margin-top: 260px;
    }
    .x\:mr-260p {
        margin-right: 260px;
    }
    .x\:mb-260p {
        margin-bottom: 260px;
    }
    .x\:ml-260p {
        margin-left: 260px;
    }
    .x\:mt-263p {
        margin-top: 263px;
    }
    .x\:mr-263p {
        margin-right: 263px;
    }
    .x\:mb-263p {
        margin-bottom: 263px;
    }
    .x\:ml-263p {
        margin-left: 263px;
    }
    .x\:mt-266p {
        margin-top: 266px;
    }
    .x\:mr-266p {
        margin-right: 266px;
    }
    .x\:mb-266p {
        margin-bottom: 266px;
    }
    .x\:ml-266p {
        margin-left: 266px;
    }
    .x\:mt-275p {
        margin-top: 275px;
    }
    .x\:mr-275p {
        margin-right: 275px;
    }
    .x\:mb-275p {
        margin-bottom: 275px;
    }
    .x\:ml-275p {
        margin-left: 275px;
    }
    .x\:mt-300p {
        margin-top: 300px;
    }
    .x\:mr-300p {
        margin-right: 300px;
    }
    .x\:mb-300p {
        margin-bottom: 300px;
    }
    .x\:ml-300p {
        margin-left: 300px;
    }
    .x\:mt-312p {
        margin-top: 312px;
    }
    .x\:mr-312p {
        margin-right: 312px;
    }
    .x\:mb-312p {
        margin-bottom: 312px;
    }
    .x\:ml-312p {
        margin-left: 312px;
    }
    .x\:mt-318p {
        margin-top: 318px;
    }
    .x\:mr-318p {
        margin-right: 318px;
    }
    .x\:mb-318p {
        margin-bottom: 318px;
    }
    .x\:ml-318p {
        margin-left: 318px;
    }
    .x\:mt-322p {
        margin-top: 322px;
    }
    .x\:mr-322p {
        margin-right: 322px;
    }
    .x\:mb-322p {
        margin-bottom: 322px;
    }
    .x\:ml-322p {
        margin-left: 322px;
    }
    .x\:mt-337p {
        margin-top: 337px;
    }
    .x\:mr-337p {
        margin-right: 337px;
    }
    .x\:mb-337p {
        margin-bottom: 337px;
    }
    .x\:ml-337p {
        margin-left: 337px;
    }
    .x\:mt-345p {
        margin-top: 345px;
    }
    .x\:mr-345p {
        margin-right: 345px;
    }
    .x\:mb-345p {
        margin-bottom: 345px;
    }
    .x\:ml-345p {
        margin-left: 345px;
    }
    .x\:mt-344p {
        margin-top: 344px;
    }
    .x\:mr-344p {
        margin-right: 344px;
    }
    .x\:mb-344p {
        margin-bottom: 344px;
    }
    .x\:ml-344p {
        margin-left: 344px;
    }
    .x\:mt-354p {
        margin-top: 354px;
    }
    .x\:mr-354p {
        margin-right: 354px;
    }
    .x\:mb-354p {
        margin-bottom: 354px;
    }
    .x\:ml-354p {
        margin-left: 354px;
    }
    .x\:mt-364p {
        margin-top: 364px;
    }
    .x\:mr-364p {
        margin-right: 364px;
    }
    .x\:mb-364p {
        margin-bottom: 364px;
    }
    .x\:ml-364p {
        margin-left: 364px;
    }
    .x\:mt-370p {
        margin-top: 370px;
    }
    .x\:mr-370p {
        margin-right: 370px;
    }
    .x\:mb-370p {
        margin-bottom: 370px;
    }
    .x\:ml-370p {
        margin-left: 370px;
    }
    .x\:mt-382p {
        margin-top: 382px;
    }
    .x\:mr-382p {
        margin-right: 382px;
    }
    .x\:mb-382p {
        margin-bottom: 382px;
    }
    .x\:ml-382p {
        margin-left: 382px;
    }
    .x\:mt-385p {
        margin-top: 385px;
    }
    .x\:mr-385p {
        margin-right: 385px;
    }
    .x\:mb-385p {
        margin-bottom: 385px;
    }
    .x\:ml-385p {
        margin-left: 385px;
    }
    .x\:mt-400p {
        margin-top: 400px;
    }
    .x\:mr-400p {
        margin-right: 400px;
    }
    .x\:mb-400p {
        margin-bottom: 400px;
    }
    .x\:ml-400p {
        margin-left: 400px;
    }
    .x\:mt-407p {
        margin-top: 407px;
    }
    .x\:mr-407p {
        margin-right: 407px;
    }
    .x\:mb-407p {
        margin-bottom: 407px;
    }
    .x\:ml-407p {
        margin-left: 407px;
    }
    .x\:mt-411p {
        margin-top: 411px;
    }
    .x\:mr-411p {
        margin-right: 411px;
    }
    .x\:mb-411p {
        margin-bottom: 411px;
    }
    .x\:ml-411p {
        margin-left: 411px;
    }
    .x\:mt-418p {
        margin-top: 418px;
    }
    .x\:mr-418p {
        margin-right: 418px;
    }
    .x\:mb-418p {
        margin-bottom: 418px;
    }
    .x\:ml-418p {
        margin-left: 418px;
    }
    .x\:mt-430p {
        margin-top: 430px;
    }
    .x\:mr-430p {
        margin-right: 430px;
    }
    .x\:mb-430p {
        margin-bottom: 430px;
    }
    .x\:ml-430p {
        margin-left: 430px;
    }
    .x\:mt-450p {
        margin-top: 450px;
    }
    .x\:mr-450p {
        margin-right: 450px;
    }
    .x\:mb-450p {
        margin-bottom: 450px;
    }
    .x\:ml-450p {
        margin-left: 450px;
    }
    .x\:mt-468p {
        margin-top: 468px;
    }
    .x\:mr-468p {
        margin-right: 468px;
    }
    .x\:mb-468p {
        margin-bottom: 468px;
    }
    .x\:ml-468p {
        margin-left: 468px;
    }
    .x\:mt-485p {
        margin-top: 485px;
    }
    .x\:mr-485p {
        margin-right: 485px;
    }
    .x\:mb-485p {
        margin-bottom: 485px;
    }
    .x\:ml-485p {
        margin-left: 485px;
    }
    .x\:mt-491p {
        margin-top: 491px;
    }
    .x\:mr-491p {
        margin-right: 491px;
    }
    .x\:mb-491p {
        margin-bottom: 491px;
    }
    .x\:ml-491p {
        margin-left: 491px;
    }
    .x\:mt-494p {
        margin-top: 494px;
    }
    .x\:mr-494p {
        margin-right: 494px;
    }
    .x\:mb-494p {
        margin-bottom: 494px;
    }
    .x\:ml-494p {
        margin-left: 494px;
    }
    .x\:mt-470p {
        margin-top: 470px;
    }
    .x\:mr-470p {
        margin-right: 470px;
    }
    .x\:mb-470p {
        margin-bottom: 470px;
    }
    .x\:ml-470p {
        margin-left: 470px;
    }
    .x\:mt-480p {
        margin-top: 480px;
    }
    .x\:mr-480p {
        margin-right: 480px;
    }
    .x\:mb-480p {
        margin-bottom: 480px;
    }
    .x\:ml-480p {
        margin-left: 480px;
    }
    .x\:mt-532p {
        margin-top: 532px;
    }
    .x\:mr-532p {
        margin-right: 532px;
    }
    .x\:mb-532p {
        margin-bottom: 532px;
    }
    .x\:ml-532p {
        margin-left: 532px;
    }
    .x\:mt-556p {
        margin-top: 556px;
    }
    .x\:mr-556p {
        margin-right: 556px;
    }
    .x\:mb-556p {
        margin-bottom: 556px;
    }
    .x\:ml-556p {
        margin-left: 556px;
    }
    .x\:mt-505p {
        margin-top: 505px;
    }
    .x\:mr-505p {
        margin-right: 505px;
    }
    .x\:mb-505p {
        margin-bottom: 505px;
    }
    .x\:ml-505p {
        margin-left: 505px;
    }
    .x\:mt-1179p {
        margin-top: 1179px;
    }
    .x\:mr-1179p {
        margin-right: 1179px;
    }
    .x\:mb-1179p {
        margin-bottom: 1179px;
    }
    .x\:ml-1179p {
        margin-left: 1179px;
    }
    .x\:mt-1253p {
        margin-top: 1253px;
    }
    .x\:mr-1253p {
        margin-right: 1253px;
    }
    .x\:mb-1253p {
        margin-bottom: 1253px;
    }
    .x\:ml-1253p {
        margin-left: 1253px;
    }
    .x\:mt-1575p {
        margin-top: 1575px;
    }
    .x\:mr-1575p {
        margin-right: 1575px;
    }
    .x\:mb-1575p {
        margin-bottom: 1575px;
    }
    .x\:ml-1575p {
        margin-left: 1575px;
    }
    .x\:mt-600p {
        margin-top: 600px;
    }
    .x\:mr-600p {
        margin-right: 600px;
    }
    .x\:mb-600p {
        margin-bottom: 600px;
    }
    .x\:ml-600p {
        margin-left: 600px;
    }
    .x\:mt-649p {
        margin-top: 649px;
    }
    .x\:mr-649p {
        margin-right: 649px;
    }
    .x\:mb-649p {
        margin-bottom: 649px;
    }
    .x\:ml-649p {
        margin-left: 649px;
    }
    .x\:mt-690p {
        margin-top: 690px;
    }
    .x\:mr-690p {
        margin-right: 690px;
    }
    .x\:mb-690p {
        margin-bottom: 690px;
    }
    .x\:ml-690p {
        margin-left: 690px;
    }
    .x\:mt-19\% {
        margin-top: 19%;
    }
    .x\:mr-19\% {
        margin-right: 19%;
    }
    .x\:mb-19\% {
        margin-bottom: 19%;
    }
    .x\:ml-19\% {
        margin-left: 19%;
    }
    .x\:mt-23\% {
        margin-top: 23%;
    }
    .x\:mr-23\% {
        margin-right: 23%;
    }
    .x\:mb-23\% {
        margin-bottom: 23%;
    }
    .x\:ml-23\% {
        margin-left: 23%;
    }
    .x\:mt-24\% {
        margin-top: 24%;
    }
    .x\:mr-24\% {
        margin-right: 24%;
    }
    .x\:mb-24\% {
        margin-bottom: 24%;
    }
    .x\:ml-24\% {
        margin-left: 24%;
    }
    .x\:mt-36\% {
        margin-top: 36%;
    }
    .x\:mr-36\% {
        margin-right: 36%;
    }
    .x\:mb-36\% {
        margin-bottom: 36%;
    }
    .x\:ml-36\% {
        margin-left: 36%;
    }
    .x\:mt-27\% {
        margin-top: 27%;
    }
    .x\:mr-27\% {
        margin-right: 27%;
    }
    .x\:mb-27\% {
        margin-bottom: 27%;
    }
    .x\:ml-27\% {
        margin-left: 27%;
    }
    .x\:mt-28\% {
        margin-top: 28%;
    }
    .x\:mr-28\% {
        margin-right: 28%;
    }
    .x\:mb-28\% {
        margin-bottom: 28%;
    }
    .x\:ml-28\% {
        margin-left: 28%;
    }
    .x\:mt-42\% {
        margin-top: 42%;
    }
    .x\:mr-42\% {
        margin-right: 42%;
    }
    .x\:mb-42\% {
        margin-bottom: 42%;
    }
    .x\:ml-42\% {
        margin-left: 42%;
    }
    .x\:mt-46\% {
        margin-top: 46%;
    }
    .x\:mr-46\% {
        margin-right: 46%;
    }
    .x\:mb-46\% {
        margin-bottom: 46%;
    }
    .x\:ml-46\% {
        margin-left: 46%;
    }
    .x\:mt-49\% {
        margin-top: 49%;
    }
    .x\:mr-49\% {
        margin-right: 49%;
    }
    .x\:mb-49\% {
        margin-bottom: 49%;
    }
    .x\:ml-49\% {
        margin-left: 49%;
    }
    .x\:mt-54\% {
        margin-top: 54%;
    }
    .x\:mr-54\% {
        margin-right: 54%;
    }
    .x\:mb-54\% {
        margin-bottom: 54%;
    }
    .x\:ml-54\% {
        margin-left: 54%;
    }
    .x\:mt-58\% {
        margin-top: 58%;
    }
    .x\:mr-58\% {
        margin-right: 58%;
    }
    .x\:mb-58\% {
        margin-bottom: 58%;
    }
    .x\:ml-58\% {
        margin-left: 58%;
    }
    .x\:mt-72\% {
        margin-top: 72%;
    }
    .x\:mr-72\% {
        margin-right: 72%;
    }
    .x\:mb-72\% {
        margin-bottom: 72%;
    }
    .x\:ml-72\% {
        margin-left: 72%;
    }
    .x\:mt-76\% {
        margin-top: 76%;
    }
    .x\:mr-76\% {
        margin-right: 76%;
    }
    .x\:mb-76\% {
        margin-bottom: 76%;
    }
    .x\:ml-76\% {
        margin-left: 76%;
    }
    .x\:mt-77\% {
        margin-top: 77%;
    }
    .x\:mr-77\% {
        margin-right: 77%;
    }
    .x\:mb-77\% {
        margin-bottom: 77%;
    }
    .x\:ml-77\% {
        margin-left: 77%;
    }
    .x\:mt-340p {
        margin-top: 340px;
    }
    .x\:mr-340p {
        margin-right: 340px;
    }
    .x\:mb-340p {
        margin-bottom: 340px;
    }
    .x\:ml-340p {
        margin-left: 340px;
    }
    .x\:mt-700p {
        margin-top: 700px;
    }
    .x\:mr-700p {
        margin-right: 700px;
    }
    .x\:mb-700p {
        margin-bottom: 700px;
    }
    .x\:ml-700p {
        margin-left: 700px;
    }
    .x\:mt-848p {
        margin-top: 848px;
    }
    .x\:mr-848p {
        margin-right: 848px;
    }
    .x\:mb-848p {
        margin-bottom: 848px;
    }
    .x\:ml-848p {
        margin-left: 848px;
    }
    .x\:mt-850p {
        margin-top: 850px;
    }
    .x\:mr-850p {
        margin-right: 850px;
    }
    .x\:mb-850p {
        margin-bottom: 850px;
    }
    .x\:ml-850p {
        margin-left: 850px;
    }
    .x\:mt-860p {
        margin-top: 860px;
    }
    .x\:mr-860p {
        margin-right: 860px;
    }
    .x\:mb-860p {
        margin-bottom: 860px;
    }
    .x\:ml-860p {
        margin-left: 860px;
    }
    .x\:mt-1425p {
        margin-top: 1425px;
    }
    .x\:mr-1425p {
        margin-right: 1425px;
    }
    .x\:mb-1425p {
        margin-bottom: 1425px;
    }
    .x\:ml-1425p {
        margin-left: 1425px;
    }
    .x\:-mt-0 {
        margin-top: 0;
    }
    .x\:-mr-0 {
        margin-right: 0;
    }
    .x\:-mb-0 {
        margin-bottom: 0;
    }
    .x\:-ml-0 {
        margin-left: 0;
    }
    .x\:-mt-1 {
        margin-top: -0.25rem;
    }
    .x\:-mr-1 {
        margin-right: -0.25rem;
    }
    .x\:-mb-1 {
        margin-bottom: -0.25rem;
    }
    .x\:-ml-1 {
        margin-left: -0.25rem;
    }
    .x\:-mt-2 {
        margin-top: -0.5rem;
    }
    .x\:-mr-2 {
        margin-right: -0.5rem;
    }
    .x\:-mb-2 {
        margin-bottom: -0.5rem;
    }
    .x\:-ml-2 {
        margin-left: -0.5rem;
    }
    .x\:-mt-3 {
        margin-top: -0.75rem;
    }
    .x\:-mr-3 {
        margin-right: -0.75rem;
    }
    .x\:-mb-3 {
        margin-bottom: -0.75rem;
    }
    .x\:-ml-3 {
        margin-left: -0.75rem;
    }
    .x\:-mt-4 {
        margin-top: -1rem;
    }
    .x\:-mr-4 {
        margin-right: -1rem;
    }
    .x\:-mb-4 {
        margin-bottom: -1rem;
    }
    .x\:-ml-4 {
        margin-left: -1rem;
    }
    .x\:-mt-5 {
        margin-top: -1.25rem;
    }
    .x\:-mr-5 {
        margin-right: -1.25rem;
    }
    .x\:-mb-5 {
        margin-bottom: -1.25rem;
    }
    .x\:-ml-5 {
        margin-left: -1.25rem;
    }
    .x\:-mt-6 {
        margin-top: -1.5rem;
    }
    .x\:-mr-6 {
        margin-right: -1.5rem;
    }
    .x\:-mb-6 {
        margin-bottom: -1.5rem;
    }
    .x\:-ml-6 {
        margin-left: -1.5rem;
    }
    .x\:-mt-7 {
        margin-top: -1.75rem;
    }
    .x\:-mr-7 {
        margin-right: -1.75rem;
    }
    .x\:-mb-7 {
        margin-bottom: -1.75rem;
    }
    .x\:-ml-7 {
        margin-left: -1.75rem;
    }
    .x\:-mt-8 {
        margin-top: -2rem;
    }
    .x\:-mr-8 {
        margin-right: -2rem;
    }
    .x\:-mb-8 {
        margin-bottom: -2rem;
    }
    .x\:-ml-8 {
        margin-left: -2rem;
    }
    .x\:-mt-9 {
        margin-top: -2.25rem;
    }
    .x\:-mr-9 {
        margin-right: -2.25rem;
    }
    .x\:-mb-9 {
        margin-bottom: -2.25rem;
    }
    .x\:-ml-9 {
        margin-left: -2.25rem;
    }
    .x\:-mt-10 {
        margin-top: -2.5rem;
    }
    .x\:-mr-10 {
        margin-right: -2.5rem;
    }
    .x\:-mb-10 {
        margin-bottom: -2.5rem;
    }
    .x\:-ml-10 {
        margin-left: -2.5rem;
    }
    .x\:-mt-11 {
        margin-top: -2.75rem;
    }
    .x\:-mr-11 {
        margin-right: -2.75rem;
    }
    .x\:-mb-11 {
        margin-bottom: -2.75rem;
    }
    .x\:-ml-11 {
        margin-left: -2.75rem;
    }
    .x\:-mt-12 {
        margin-top: -3rem;
    }
    .x\:-mr-12 {
        margin-right: -3rem;
    }
    .x\:-mb-12 {
        margin-bottom: -3rem;
    }
    .x\:-ml-12 {
        margin-left: -3rem;
    }
    .x\:-mt-14 {
        margin-top: -3.5rem;
    }
    .x\:-mr-14 {
        margin-right: -3.5rem;
    }
    .x\:-mb-14 {
        margin-bottom: -3.5rem;
    }
    .x\:-ml-14 {
        margin-left: -3.5rem;
    }
    .x\:-mt-16 {
        margin-top: -4rem;
    }
    .x\:-mr-16 {
        margin-right: -4rem;
    }
    .x\:-mb-16 {
        margin-bottom: -4rem;
    }
    .x\:-ml-16 {
        margin-left: -4rem;
    }
    .x\:-mt-20 {
        margin-top: -5rem;
    }
    .x\:-mr-20 {
        margin-right: -5rem;
    }
    .x\:-mb-20 {
        margin-bottom: -5rem;
    }
    .x\:-ml-20 {
        margin-left: -5rem;
    }
    .x\:-mt-23 {
        margin-top: -88px;
    }
    .x\:-mr-23 {
        margin-right: -88px;
    }
    .x\:-mb-23 {
        margin-bottom: -88px;
    }
    .x\:-ml-23 {
        margin-left: -88px;
    }
    .x\:-mt-24 {
        margin-top: -6rem;
    }
    .x\:-mr-24 {
        margin-right: -6rem;
    }
    .x\:-mb-24 {
        margin-bottom: -6rem;
    }
    .x\:-ml-24 {
        margin-left: -6rem;
    }
    .x\:-mt-25 {
        margin-top: -100px;
    }
    .x\:-mr-25 {
        margin-right: -100px;
    }
    .x\:-mb-25 {
        margin-bottom: -100px;
    }
    .x\:-ml-25 {
        margin-left: -100px;
    }
    .x\:-mt-28 {
        margin-top: -7rem;
    }
    .x\:-mr-28 {
        margin-right: -7rem;
    }
    .x\:-mb-28 {
        margin-bottom: -7rem;
    }
    .x\:-ml-28 {
        margin-left: -7rem;
    }
    .x\:-mt-29 {
        margin-top: -120px;
    }
    .x\:-mr-29 {
        margin-right: -120px;
    }
    .x\:-mb-29 {
        margin-bottom: -120px;
    }
    .x\:-ml-29 {
        margin-left: -120px;
    }
    .x\:-mt-32 {
        margin-top: -8rem;
    }
    .x\:-mr-32 {
        margin-right: -8rem;
    }
    .x\:-mb-32 {
        margin-bottom: -8rem;
    }
    .x\:-ml-32 {
        margin-left: -8rem;
    }
    .x\:-mt-33 {
        margin-top: -130px;
    }
    .x\:-mr-33 {
        margin-right: -130px;
    }
    .x\:-mb-33 {
        margin-bottom: -130px;
    }
    .x\:-ml-33 {
        margin-left: -130px;
    }
    .x\:-mt-36 {
        margin-top: -9rem;
    }
    .x\:-mr-36 {
        margin-right: -9rem;
    }
    .x\:-mb-36 {
        margin-bottom: -9rem;
    }
    .x\:-ml-36 {
        margin-left: -9rem;
    }
    .x\:-mt-40 {
        margin-top: -10rem;
    }
    .x\:-mr-40 {
        margin-right: -10rem;
    }
    .x\:-mb-40 {
        margin-bottom: -10rem;
    }
    .x\:-ml-40 {
        margin-left: -10rem;
    }
    .x\:-mt-44 {
        margin-top: -11rem;
    }
    .x\:-mr-44 {
        margin-right: -11rem;
    }
    .x\:-mb-44 {
        margin-bottom: -11rem;
    }
    .x\:-ml-44 {
        margin-left: -11rem;
    }
    .x\:-mt-48 {
        margin-top: -12rem;
    }
    .x\:-mr-48 {
        margin-right: -12rem;
    }
    .x\:-mb-48 {
        margin-bottom: -12rem;
    }
    .x\:-ml-48 {
        margin-left: -12rem;
    }
    .x\:-mt-52 {
        margin-top: -13rem;
    }
    .x\:-mr-52 {
        margin-right: -13rem;
    }
    .x\:-mb-52 {
        margin-bottom: -13rem;
    }
    .x\:-ml-52 {
        margin-left: -13rem;
    }
    .x\:-mt-56 {
        margin-top: -14rem;
    }
    .x\:-mr-56 {
        margin-right: -14rem;
    }
    .x\:-mb-56 {
        margin-bottom: -14rem;
    }
    .x\:-ml-56 {
        margin-left: -14rem;
    }
    .x\:-mt-60 {
        margin-top: -15rem;
    }
    .x\:-mr-60 {
        margin-right: -15rem;
    }
    .x\:-mb-60 {
        margin-bottom: -15rem;
    }
    .x\:-ml-60 {
        margin-left: -15rem;
    }
    .x\:-mt-63 {
        margin-top: -270px;
    }
    .x\:-mr-63 {
        margin-right: -270px;
    }
    .x\:-mb-63 {
        margin-bottom: -270px;
    }
    .x\:-ml-63 {
        margin-left: -270px;
    }
    .x\:-mt-64 {
        margin-top: -16rem;
    }
    .x\:-mr-64 {
        margin-right: -16rem;
    }
    .x\:-mb-64 {
        margin-bottom: -16rem;
    }
    .x\:-ml-64 {
        margin-left: -16rem;
    }
    .x\:-mt-72 {
        margin-top: -18rem;
    }
    .x\:-mr-72 {
        margin-right: -18rem;
    }
    .x\:-mb-72 {
        margin-bottom: -18rem;
    }
    .x\:-ml-72 {
        margin-left: -18rem;
    }
    .x\:-mt-80 {
        margin-top: -20rem;
    }
    .x\:-mr-80 {
        margin-right: -20rem;
    }
    .x\:-mb-80 {
        margin-bottom: -20rem;
    }
    .x\:-ml-80 {
        margin-left: -20rem;
    }
    .x\:-mt-92 {
        margin-top: -475px;
    }
    .x\:-mr-92 {
        margin-right: -475px;
    }
    .x\:-mb-92 {
        margin-bottom: -475px;
    }
    .x\:-ml-92 {
        margin-left: -475px;
    }
    .x\:-mt-96 {
        margin-top: -24rem;
    }
    .x\:-mr-96 {
        margin-right: -24rem;
    }
    .x\:-mb-96 {
        margin-bottom: -24rem;
    }
    .x\:-ml-96 {
        margin-left: -24rem;
    }
    .x\:-mt-128 {
        margin-top: -32rem;
    }
    .x\:-mr-128 {
        margin-right: -32rem;
    }
    .x\:-mb-128 {
        margin-bottom: -32rem;
    }
    .x\:-ml-128 {
        margin-left: -32rem;
    }
    .x\:-mt-px {
        margin-top: -1px;
    }
    .x\:-mr-px {
        margin-right: -1px;
    }
    .x\:-mb-px {
        margin-bottom: -1px;
    }
    .x\:-ml-px {
        margin-left: -1px;
    }
    .x\:-mt-0\.5 {
        margin-top: -0.125rem;
    }
    .x\:-mr-0\.5 {
        margin-right: -0.125rem;
    }
    .x\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }
    .x\:-ml-0\.5 {
        margin-left: -0.125rem;
    }
    .x\:-mt-1\.5 {
        margin-top: -0.375rem;
    }
    .x\:-mr-1\.5 {
        margin-right: -0.375rem;
    }
    .x\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }
    .x\:-ml-1\.5 {
        margin-left: -0.375rem;
    }
    .x\:-mt-2\.5 {
        margin-top: -0.625rem;
    }
    .x\:-mr-2\.5 {
        margin-right: -0.625rem;
    }
    .x\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }
    .x\:-ml-2\.5 {
        margin-left: -0.625rem;
    }
    .x\:-mt-3\.5 {
        margin-top: -0.875rem;
    }
    .x\:-mr-3\.5 {
        margin-right: -0.875rem;
    }
    .x\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }
    .x\:-ml-3\.5 {
        margin-left: -0.875rem;
    }
    .x\:-mt-105p {
        margin-top: -105px;
    }
    .x\:-mr-105p {
        margin-right: -105px;
    }
    .x\:-mb-105p {
        margin-bottom: -105px;
    }
    .x\:-ml-105p {
        margin-left: -105px;
    }
    .x\:-mt-50p {
        margin-top: -50px;
    }
    .x\:-mr-50p {
        margin-right: -50px;
    }
    .x\:-mb-50p {
        margin-bottom: -50px;
    }
    .x\:-ml-50p {
        margin-left: -50px;
    }
    .x\:-mt-54p {
        margin-top: -54px;
    }
    .x\:-mr-54p {
        margin-right: -54px;
    }
    .x\:-mb-54p {
        margin-bottom: -54px;
    }
    .x\:-ml-54p {
        margin-left: -54px;
    }
    .x\:-mt-1p {
        margin-top: -1px;
    }
    .x\:-mr-1p {
        margin-right: -1px;
    }
    .x\:-mb-1p {
        margin-bottom: -1px;
    }
    .x\:-ml-1p {
        margin-left: -1px;
    }
    .x\:-mt-2p {
        margin-top: -2px;
    }
    .x\:-mr-2p {
        margin-right: -2px;
    }
    .x\:-mb-2p {
        margin-bottom: -2px;
    }
    .x\:-ml-2p {
        margin-left: -2px;
    }
    .x\:-mt-3p {
        margin-top: -3px;
    }
    .x\:-mr-3p {
        margin-right: -3px;
    }
    .x\:-mb-3p {
        margin-bottom: -3px;
    }
    .x\:-ml-3p {
        margin-left: -3px;
    }
    .x\:-mt-5p {
        margin-top: -5px;
    }
    .x\:-mr-5p {
        margin-right: -5px;
    }
    .x\:-mb-5p {
        margin-bottom: -5px;
    }
    .x\:-ml-5p {
        margin-left: -5px;
    }
    .x\:-mt-7p {
        margin-top: -7px;
    }
    .x\:-mr-7p {
        margin-right: -7px;
    }
    .x\:-mb-7p {
        margin-bottom: -7px;
    }
    .x\:-ml-7p {
        margin-left: -7px;
    }
    .x\:-mt-9p {
        margin-top: -9px;
    }
    .x\:-mr-9p {
        margin-right: -9px;
    }
    .x\:-mb-9p {
        margin-bottom: -9px;
    }
    .x\:-ml-9p {
        margin-left: -9px;
    }
    .x\:-mt-10p {
        margin-top: -10px;
    }
    .x\:-mr-10p {
        margin-right: -10px;
    }
    .x\:-mb-10p {
        margin-bottom: -10px;
    }
    .x\:-ml-10p {
        margin-left: -10px;
    }
    .x\:-mt-11p {
        margin-top: -11px;
    }
    .x\:-mr-11p {
        margin-right: -11px;
    }
    .x\:-mb-11p {
        margin-bottom: -11px;
    }
    .x\:-ml-11p {
        margin-left: -11px;
    }
    .x\:-mt-13p {
        margin-top: -13px;
    }
    .x\:-mr-13p {
        margin-right: -13px;
    }
    .x\:-mb-13p {
        margin-bottom: -13px;
    }
    .x\:-ml-13p {
        margin-left: -13px;
    }
    .x\:-mt-15p {
        margin-top: -15px;
    }
    .x\:-mr-15p {
        margin-right: -15px;
    }
    .x\:-mb-15p {
        margin-bottom: -15px;
    }
    .x\:-ml-15p {
        margin-left: -15px;
    }
    .x\:-mt-18p {
        margin-top: -18px;
    }
    .x\:-mr-18p {
        margin-right: -18px;
    }
    .x\:-mb-18p {
        margin-bottom: -18px;
    }
    .x\:-ml-18p {
        margin-left: -18px;
    }
    .x\:-mt-19p {
        margin-top: -19px;
    }
    .x\:-mr-19p {
        margin-right: -19px;
    }
    .x\:-mb-19p {
        margin-bottom: -19px;
    }
    .x\:-ml-19p {
        margin-left: -19px;
    }
    .x\:-mt-21p {
        margin-top: -21px;
    }
    .x\:-mr-21p {
        margin-right: -21px;
    }
    .x\:-mb-21p {
        margin-bottom: -21px;
    }
    .x\:-ml-21p {
        margin-left: -21px;
    }
    .x\:-mt-22p {
        margin-top: -22px;
    }
    .x\:-mr-22p {
        margin-right: -22px;
    }
    .x\:-mb-22p {
        margin-bottom: -22px;
    }
    .x\:-ml-22p {
        margin-left: -22px;
    }
    .x\:-mt-23p {
        margin-top: -23px;
    }
    .x\:-mr-23p {
        margin-right: -23px;
    }
    .x\:-mb-23p {
        margin-bottom: -23px;
    }
    .x\:-ml-23p {
        margin-left: -23px;
    }
    .x\:-mt-25p {
        margin-top: -25px;
    }
    .x\:-mr-25p {
        margin-right: -25px;
    }
    .x\:-mb-25p {
        margin-bottom: -25px;
    }
    .x\:-ml-25p {
        margin-left: -25px;
    }
    .x\:-mt-26p {
        margin-top: -26px;
    }
    .x\:-mr-26p {
        margin-right: -26px;
    }
    .x\:-mb-26p {
        margin-bottom: -26px;
    }
    .x\:-ml-26p {
        margin-left: -26px;
    }
    .x\:-mt-29p {
        margin-top: -29px;
    }
    .x\:-mr-29p {
        margin-right: -29px;
    }
    .x\:-mb-29p {
        margin-bottom: -29px;
    }
    .x\:-ml-29p {
        margin-left: -29px;
    }
    .x\:-mt-30p {
        margin-top: -30px;
    }
    .x\:-mr-30p {
        margin-right: -30px;
    }
    .x\:-mb-30p {
        margin-bottom: -30px;
    }
    .x\:-ml-30p {
        margin-left: -30px;
    }
    .x\:-mt-31p {
        margin-top: -31px;
    }
    .x\:-mr-31p {
        margin-right: -31px;
    }
    .x\:-mb-31p {
        margin-bottom: -31px;
    }
    .x\:-ml-31p {
        margin-left: -31px;
    }
    .x\:-mt-35p {
        margin-top: -35px;
    }
    .x\:-mr-35p {
        margin-right: -35px;
    }
    .x\:-mb-35p {
        margin-bottom: -35px;
    }
    .x\:-ml-35p {
        margin-left: -35px;
    }
    .x\:-mt-52p {
        margin-top: -52px;
    }
    .x\:-mr-52p {
        margin-right: -52px;
    }
    .x\:-mb-52p {
        margin-bottom: -52px;
    }
    .x\:-ml-52p {
        margin-left: -52px;
    }
    .x\:-mt-53p {
        margin-top: -53px;
    }
    .x\:-mr-53p {
        margin-right: -53px;
    }
    .x\:-mb-53p {
        margin-bottom: -53px;
    }
    .x\:-ml-53p {
        margin-left: -53px;
    }
    .x\:-mt-55p {
        margin-top: -55px;
    }
    .x\:-mr-55p {
        margin-right: -55px;
    }
    .x\:-mb-55p {
        margin-bottom: -55px;
    }
    .x\:-ml-55p {
        margin-left: -55px;
    }
    .x\:-mt-59p {
        margin-top: -59px;
    }
    .x\:-mr-59p {
        margin-right: -59px;
    }
    .x\:-mb-59p {
        margin-bottom: -59px;
    }
    .x\:-ml-59p {
        margin-left: -59px;
    }
    .x\:-mt-27p {
        margin-top: -27px;
    }
    .x\:-mr-27p {
        margin-right: -27px;
    }
    .x\:-mb-27p {
        margin-bottom: -27px;
    }
    .x\:-ml-27p {
        margin-left: -27px;
    }
    .x\:-mt-33\.5p {
        margin-top: -33.5px;
    }
    .x\:-mr-33\.5p {
        margin-right: -33.5px;
    }
    .x\:-mb-33\.5p {
        margin-bottom: -33.5px;
    }
    .x\:-ml-33\.5p {
        margin-left: -33.5px;
    }
    .x\:-mt-38p {
        margin-top: -38px;
    }
    .x\:-mr-38p {
        margin-right: -38px;
    }
    .x\:-mb-38p {
        margin-bottom: -38px;
    }
    .x\:-ml-38p {
        margin-left: -38px;
    }
    .x\:-mt-40p {
        margin-top: -40px;
    }
    .x\:-mr-40p {
        margin-right: -40px;
    }
    .x\:-mb-40p {
        margin-bottom: -40px;
    }
    .x\:-ml-40p {
        margin-left: -40px;
    }
    .x\:-mt-46p {
        margin-top: -46px;
    }
    .x\:-mr-46p {
        margin-right: -46px;
    }
    .x\:-mb-46p {
        margin-bottom: -46px;
    }
    .x\:-ml-46p {
        margin-left: -46px;
    }
    .x\:-mt-47p {
        margin-top: -47px;
    }
    .x\:-mr-47p {
        margin-right: -47px;
    }
    .x\:-mb-47p {
        margin-bottom: -47px;
    }
    .x\:-ml-47p {
        margin-left: -47px;
    }
    .x\:-mt-49p {
        margin-top: -49px;
    }
    .x\:-mr-49p {
        margin-right: -49px;
    }
    .x\:-mb-49p {
        margin-bottom: -49px;
    }
    .x\:-ml-49p {
        margin-left: -49px;
    }
    .x\:-mt-58p {
        margin-top: -58px;
    }
    .x\:-mr-58p {
        margin-right: -58px;
    }
    .x\:-mb-58p {
        margin-bottom: -58px;
    }
    .x\:-ml-58p {
        margin-left: -58px;
    }
    .x\:-mt-75p {
        margin-top: -75px;
    }
    .x\:-mr-75p {
        margin-right: -75px;
    }
    .x\:-mb-75p {
        margin-bottom: -75px;
    }
    .x\:-ml-75p {
        margin-left: -75px;
    }
    .x\:-mt-77p {
        margin-top: -77px;
    }
    .x\:-mr-77p {
        margin-right: -77px;
    }
    .x\:-mb-77p {
        margin-bottom: -77px;
    }
    .x\:-ml-77p {
        margin-left: -77px;
    }
    .x\:-mt-60p {
        margin-top: -60px;
    }
    .x\:-mr-60p {
        margin-right: -60px;
    }
    .x\:-mb-60p {
        margin-bottom: -60px;
    }
    .x\:-ml-60p {
        margin-left: -60px;
    }
    .x\:-mt-65p {
        margin-top: -65px;
    }
    .x\:-mr-65p {
        margin-right: -65px;
    }
    .x\:-mb-65p {
        margin-bottom: -65px;
    }
    .x\:-ml-65p {
        margin-left: -65px;
    }
    .x\:-mt-66p {
        margin-top: -66px;
    }
    .x\:-mr-66p {
        margin-right: -66px;
    }
    .x\:-mb-66p {
        margin-bottom: -66px;
    }
    .x\:-ml-66p {
        margin-left: -66px;
    }
    .x\:-mt-68p {
        margin-top: -68px;
    }
    .x\:-mr-68p {
        margin-right: -68px;
    }
    .x\:-mb-68p {
        margin-bottom: -68px;
    }
    .x\:-ml-68p {
        margin-left: -68px;
    }
    .x\:-mt-70p {
        margin-top: -70px;
    }
    .x\:-mr-70p {
        margin-right: -70px;
    }
    .x\:-mb-70p {
        margin-bottom: -70px;
    }
    .x\:-ml-70p {
        margin-left: -70px;
    }
    .x\:-mt-72p {
        margin-top: -72px;
    }
    .x\:-mr-72p {
        margin-right: -72px;
    }
    .x\:-mb-72p {
        margin-bottom: -72px;
    }
    .x\:-ml-72p {
        margin-left: -72px;
    }
    .x\:-mt-74p {
        margin-top: -74px;
    }
    .x\:-mr-74p {
        margin-right: -74px;
    }
    .x\:-mb-74p {
        margin-bottom: -74px;
    }
    .x\:-ml-74p {
        margin-left: -74px;
    }
    .x\:-mt-78p {
        margin-top: -78px;
    }
    .x\:-mr-78p {
        margin-right: -78px;
    }
    .x\:-mb-78p {
        margin-bottom: -78px;
    }
    .x\:-ml-78p {
        margin-left: -78px;
    }
    .x\:-mt-80p {
        margin-top: -80px;
    }
    .x\:-mr-80p {
        margin-right: -80px;
    }
    .x\:-mb-80p {
        margin-bottom: -80px;
    }
    .x\:-ml-80p {
        margin-left: -80px;
    }
    .x\:-mt-82p {
        margin-top: -82px;
    }
    .x\:-mr-82p {
        margin-right: -82px;
    }
    .x\:-mb-82p {
        margin-bottom: -82px;
    }
    .x\:-ml-82p {
        margin-left: -82px;
    }
    .x\:-mt-84p {
        margin-top: -84px;
    }
    .x\:-mr-84p {
        margin-right: -84px;
    }
    .x\:-mb-84p {
        margin-bottom: -84px;
    }
    .x\:-ml-84p {
        margin-left: -84px;
    }
    .x\:-mt-89p {
        margin-top: -89px;
    }
    .x\:-mr-89p {
        margin-right: -89px;
    }
    .x\:-mb-89p {
        margin-bottom: -89px;
    }
    .x\:-ml-89p {
        margin-left: -89px;
    }
    .x\:-mt-93p {
        margin-top: -93px;
    }
    .x\:-mr-93p {
        margin-right: -93px;
    }
    .x\:-mb-93p {
        margin-bottom: -93px;
    }
    .x\:-ml-93p {
        margin-left: -93px;
    }
    .x\:-mt-90p {
        margin-top: -90px;
    }
    .x\:-mr-90p {
        margin-right: -90px;
    }
    .x\:-mb-90p {
        margin-bottom: -90px;
    }
    .x\:-ml-90p {
        margin-left: -90px;
    }
    .x\:-mt-97p {
        margin-top: -97px;
    }
    .x\:-mr-97p {
        margin-right: -97px;
    }
    .x\:-mb-97p {
        margin-bottom: -97px;
    }
    .x\:-ml-97p {
        margin-left: -97px;
    }
    .x\:-mt-103p {
        margin-top: -103px;
    }
    .x\:-mr-103p {
        margin-right: -103px;
    }
    .x\:-mb-103p {
        margin-bottom: -103px;
    }
    .x\:-ml-103p {
        margin-left: -103px;
    }
    .x\:-mt-116p {
        margin-top: -116px;
    }
    .x\:-mr-116p {
        margin-right: -116px;
    }
    .x\:-mb-116p {
        margin-bottom: -116px;
    }
    .x\:-ml-116p {
        margin-left: -116px;
    }
    .x\:-mt-120p {
        margin-top: -120px;
    }
    .x\:-mr-120p {
        margin-right: -120px;
    }
    .x\:-mb-120p {
        margin-bottom: -120px;
    }
    .x\:-ml-120p {
        margin-left: -120px;
    }
    .x\:-mt-125p {
        margin-top: -125px;
    }
    .x\:-mr-125p {
        margin-right: -125px;
    }
    .x\:-mb-125p {
        margin-bottom: -125px;
    }
    .x\:-ml-125p {
        margin-left: -125px;
    }
    .x\:-mt-130p {
        margin-top: -130px;
    }
    .x\:-mr-130p {
        margin-right: -130px;
    }
    .x\:-mb-130p {
        margin-bottom: -130px;
    }
    .x\:-ml-130p {
        margin-left: -130px;
    }
    .x\:-mt-135p {
        margin-top: -135px;
    }
    .x\:-mr-135p {
        margin-right: -135px;
    }
    .x\:-mb-135p {
        margin-bottom: -135px;
    }
    .x\:-ml-135p {
        margin-left: -135px;
    }
    .x\:-mt-132p {
        margin-top: -132px;
    }
    .x\:-mr-132p {
        margin-right: -132px;
    }
    .x\:-mb-132p {
        margin-bottom: -132px;
    }
    .x\:-ml-132p {
        margin-left: -132px;
    }
    .x\:-mt-150p {
        margin-top: -150px;
    }
    .x\:-mr-150p {
        margin-right: -150px;
    }
    .x\:-mb-150p {
        margin-bottom: -150px;
    }
    .x\:-ml-150p {
        margin-left: -150px;
    }
    .x\:-mt-216p {
        margin-top: -216px;
    }
    .x\:-mr-216p {
        margin-right: -216px;
    }
    .x\:-mb-216p {
        margin-bottom: -216px;
    }
    .x\:-ml-216p {
        margin-left: -216px;
    }
    .x\:-mt-225p {
        margin-top: -225px;
    }
    .x\:-mr-225p {
        margin-right: -225px;
    }
    .x\:-mb-225p {
        margin-bottom: -225px;
    }
    .x\:-ml-225p {
        margin-left: -225px;
    }
    .x\:-mt-296p {
        margin-top: -296px;
    }
    .x\:-mr-296p {
        margin-right: -296px;
    }
    .x\:-mb-296p {
        margin-bottom: -296px;
    }
    .x\:-ml-296p {
        margin-left: -296px;
    }
    .x\:-mt-270p {
        margin-top: -270px;
    }
    .x\:-mr-270p {
        margin-right: -270px;
    }
    .x\:-mb-270p {
        margin-bottom: -270px;
    }
    .x\:-ml-270p {
        margin-left: -270px;
    }
    .x\:-mt-137p {
        margin-top: -137px;
    }
    .x\:-mr-137p {
        margin-right: -137px;
    }
    .x\:-mb-137p {
        margin-bottom: -137px;
    }
    .x\:-ml-137p {
        margin-left: -137px;
    }
    .x\:-mt-141p {
        margin-top: -141px;
    }
    .x\:-mr-141p {
        margin-right: -141px;
    }
    .x\:-mb-141p {
        margin-bottom: -141px;
    }
    .x\:-ml-141p {
        margin-left: -141px;
    }
    .x\:-mt-146p {
        margin-top: -146px;
    }
    .x\:-mr-146p {
        margin-right: -146px;
    }
    .x\:-mb-146p {
        margin-bottom: -146px;
    }
    .x\:-ml-146p {
        margin-left: -146px;
    }
    .x\:-mt-152p {
        margin-top: -152px;
    }
    .x\:-mr-152p {
        margin-right: -152px;
    }
    .x\:-mb-152p {
        margin-bottom: -152px;
    }
    .x\:-ml-152p {
        margin-left: -152px;
    }
    .x\:-mt-155p {
        margin-top: -155px;
    }
    .x\:-mr-155p {
        margin-right: -155px;
    }
    .x\:-mb-155p {
        margin-bottom: -155px;
    }
    .x\:-ml-155p {
        margin-left: -155px;
    }
    .x\:-mt-163p {
        margin-top: -163px;
    }
    .x\:-mr-163p {
        margin-right: -163px;
    }
    .x\:-mb-163p {
        margin-bottom: -163px;
    }
    .x\:-ml-163p {
        margin-left: -163px;
    }
    .x\:-mt-168p {
        margin-top: -168px;
    }
    .x\:-mr-168p {
        margin-right: -168px;
    }
    .x\:-mb-168p {
        margin-bottom: -168px;
    }
    .x\:-ml-168p {
        margin-left: -168px;
    }
    .x\:-mt-173p {
        margin-top: -173px;
    }
    .x\:-mr-173p {
        margin-right: -173px;
    }
    .x\:-mb-173p {
        margin-bottom: -173px;
    }
    .x\:-ml-173p {
        margin-left: -173px;
    }
    .x\:-mt-210p {
        margin-top: -210px;
    }
    .x\:-mr-210p {
        margin-right: -210px;
    }
    .x\:-mb-210p {
        margin-bottom: -210px;
    }
    .x\:-ml-210p {
        margin-left: -210px;
    }
    .x\:-mt-245p {
        margin-top: -245px;
    }
    .x\:-mr-245p {
        margin-right: -245px;
    }
    .x\:-mb-245p {
        margin-bottom: -245px;
    }
    .x\:-ml-245p {
        margin-left: -245px;
    }
    .x\:-mt-250p {
        margin-top: -250px;
    }
    .x\:-mr-250p {
        margin-right: -250px;
    }
    .x\:-mb-250p {
        margin-bottom: -250px;
    }
    .x\:-ml-250p {
        margin-left: -250px;
    }
    .x\:-mt-260p {
        margin-top: -260px;
    }
    .x\:-mr-260p {
        margin-right: -260px;
    }
    .x\:-mb-260p {
        margin-bottom: -260px;
    }
    .x\:-ml-260p {
        margin-left: -260px;
    }
    .x\:-mt-263p {
        margin-top: -263px;
    }
    .x\:-mr-263p {
        margin-right: -263px;
    }
    .x\:-mb-263p {
        margin-bottom: -263px;
    }
    .x\:-ml-263p {
        margin-left: -263px;
    }
    .x\:-mt-266p {
        margin-top: -266px;
    }
    .x\:-mr-266p {
        margin-right: -266px;
    }
    .x\:-mb-266p {
        margin-bottom: -266px;
    }
    .x\:-ml-266p {
        margin-left: -266px;
    }
    .x\:-mt-275p {
        margin-top: -275px;
    }
    .x\:-mr-275p {
        margin-right: -275px;
    }
    .x\:-mb-275p {
        margin-bottom: -275px;
    }
    .x\:-ml-275p {
        margin-left: -275px;
    }
    .x\:-mt-300p {
        margin-top: -300px;
    }
    .x\:-mr-300p {
        margin-right: -300px;
    }
    .x\:-mb-300p {
        margin-bottom: -300px;
    }
    .x\:-ml-300p {
        margin-left: -300px;
    }
    .x\:-mt-312p {
        margin-top: -312px;
    }
    .x\:-mr-312p {
        margin-right: -312px;
    }
    .x\:-mb-312p {
        margin-bottom: -312px;
    }
    .x\:-ml-312p {
        margin-left: -312px;
    }
    .x\:-mt-318p {
        margin-top: -318px;
    }
    .x\:-mr-318p {
        margin-right: -318px;
    }
    .x\:-mb-318p {
        margin-bottom: -318px;
    }
    .x\:-ml-318p {
        margin-left: -318px;
    }
    .x\:-mt-322p {
        margin-top: -322px;
    }
    .x\:-mr-322p {
        margin-right: -322px;
    }
    .x\:-mb-322p {
        margin-bottom: -322px;
    }
    .x\:-ml-322p {
        margin-left: -322px;
    }
    .x\:-mt-337p {
        margin-top: -337px;
    }
    .x\:-mr-337p {
        margin-right: -337px;
    }
    .x\:-mb-337p {
        margin-bottom: -337px;
    }
    .x\:-ml-337p {
        margin-left: -337px;
    }
    .x\:-mt-345p {
        margin-top: -345px;
    }
    .x\:-mr-345p {
        margin-right: -345px;
    }
    .x\:-mb-345p {
        margin-bottom: -345px;
    }
    .x\:-ml-345p {
        margin-left: -345px;
    }
    .x\:-mt-344p {
        margin-top: -344px;
    }
    .x\:-mr-344p {
        margin-right: -344px;
    }
    .x\:-mb-344p {
        margin-bottom: -344px;
    }
    .x\:-ml-344p {
        margin-left: -344px;
    }
    .x\:-mt-354p {
        margin-top: -354px;
    }
    .x\:-mr-354p {
        margin-right: -354px;
    }
    .x\:-mb-354p {
        margin-bottom: -354px;
    }
    .x\:-ml-354p {
        margin-left: -354px;
    }
    .x\:-mt-364p {
        margin-top: -364px;
    }
    .x\:-mr-364p {
        margin-right: -364px;
    }
    .x\:-mb-364p {
        margin-bottom: -364px;
    }
    .x\:-ml-364p {
        margin-left: -364px;
    }
    .x\:-mt-370p {
        margin-top: -370px;
    }
    .x\:-mr-370p {
        margin-right: -370px;
    }
    .x\:-mb-370p {
        margin-bottom: -370px;
    }
    .x\:-ml-370p {
        margin-left: -370px;
    }
    .x\:-mt-382p {
        margin-top: -382px;
    }
    .x\:-mr-382p {
        margin-right: -382px;
    }
    .x\:-mb-382p {
        margin-bottom: -382px;
    }
    .x\:-ml-382p {
        margin-left: -382px;
    }
    .x\:-mt-385p {
        margin-top: -385px;
    }
    .x\:-mr-385p {
        margin-right: -385px;
    }
    .x\:-mb-385p {
        margin-bottom: -385px;
    }
    .x\:-ml-385p {
        margin-left: -385px;
    }
    .x\:-mt-400p {
        margin-top: -400px;
    }
    .x\:-mr-400p {
        margin-right: -400px;
    }
    .x\:-mb-400p {
        margin-bottom: -400px;
    }
    .x\:-ml-400p {
        margin-left: -400px;
    }
    .x\:-mt-407p {
        margin-top: -407px;
    }
    .x\:-mr-407p {
        margin-right: -407px;
    }
    .x\:-mb-407p {
        margin-bottom: -407px;
    }
    .x\:-ml-407p {
        margin-left: -407px;
    }
    .x\:-mt-411p {
        margin-top: -411px;
    }
    .x\:-mr-411p {
        margin-right: -411px;
    }
    .x\:-mb-411p {
        margin-bottom: -411px;
    }
    .x\:-ml-411p {
        margin-left: -411px;
    }
    .x\:-mt-418p {
        margin-top: -418px;
    }
    .x\:-mr-418p {
        margin-right: -418px;
    }
    .x\:-mb-418p {
        margin-bottom: -418px;
    }
    .x\:-ml-418p {
        margin-left: -418px;
    }
    .x\:-mt-430p {
        margin-top: -430px;
    }
    .x\:-mr-430p {
        margin-right: -430px;
    }
    .x\:-mb-430p {
        margin-bottom: -430px;
    }
    .x\:-ml-430p {
        margin-left: -430px;
    }
    .x\:-mt-450p {
        margin-top: -450px;
    }
    .x\:-mr-450p {
        margin-right: -450px;
    }
    .x\:-mb-450p {
        margin-bottom: -450px;
    }
    .x\:-ml-450p {
        margin-left: -450px;
    }
    .x\:-mt-468p {
        margin-top: -468px;
    }
    .x\:-mr-468p {
        margin-right: -468px;
    }
    .x\:-mb-468p {
        margin-bottom: -468px;
    }
    .x\:-ml-468p {
        margin-left: -468px;
    }
    .x\:-mt-485p {
        margin-top: -485px;
    }
    .x\:-mr-485p {
        margin-right: -485px;
    }
    .x\:-mb-485p {
        margin-bottom: -485px;
    }
    .x\:-ml-485p {
        margin-left: -485px;
    }
    .x\:-mt-491p {
        margin-top: -491px;
    }
    .x\:-mr-491p {
        margin-right: -491px;
    }
    .x\:-mb-491p {
        margin-bottom: -491px;
    }
    .x\:-ml-491p {
        margin-left: -491px;
    }
    .x\:-mt-494p {
        margin-top: -494px;
    }
    .x\:-mr-494p {
        margin-right: -494px;
    }
    .x\:-mb-494p {
        margin-bottom: -494px;
    }
    .x\:-ml-494p {
        margin-left: -494px;
    }
    .x\:-mt-470p {
        margin-top: -470px;
    }
    .x\:-mr-470p {
        margin-right: -470px;
    }
    .x\:-mb-470p {
        margin-bottom: -470px;
    }
    .x\:-ml-470p {
        margin-left: -470px;
    }
    .x\:-mt-480p {
        margin-top: -480px;
    }
    .x\:-mr-480p {
        margin-right: -480px;
    }
    .x\:-mb-480p {
        margin-bottom: -480px;
    }
    .x\:-ml-480p {
        margin-left: -480px;
    }
    .x\:-mt-532p {
        margin-top: -532px;
    }
    .x\:-mr-532p {
        margin-right: -532px;
    }
    .x\:-mb-532p {
        margin-bottom: -532px;
    }
    .x\:-ml-532p {
        margin-left: -532px;
    }
    .x\:-mt-556p {
        margin-top: -556px;
    }
    .x\:-mr-556p {
        margin-right: -556px;
    }
    .x\:-mb-556p {
        margin-bottom: -556px;
    }
    .x\:-ml-556p {
        margin-left: -556px;
    }
    .x\:-mt-505p {
        margin-top: -505px;
    }
    .x\:-mr-505p {
        margin-right: -505px;
    }
    .x\:-mb-505p {
        margin-bottom: -505px;
    }
    .x\:-ml-505p {
        margin-left: -505px;
    }
    .x\:-mt-1179p {
        margin-top: -1179px;
    }
    .x\:-mr-1179p {
        margin-right: -1179px;
    }
    .x\:-mb-1179p {
        margin-bottom: -1179px;
    }
    .x\:-ml-1179p {
        margin-left: -1179px;
    }
    .x\:-mt-1253p {
        margin-top: -1253px;
    }
    .x\:-mr-1253p {
        margin-right: -1253px;
    }
    .x\:-mb-1253p {
        margin-bottom: -1253px;
    }
    .x\:-ml-1253p {
        margin-left: -1253px;
    }
    .x\:-mt-1575p {
        margin-top: -1575px;
    }
    .x\:-mr-1575p {
        margin-right: -1575px;
    }
    .x\:-mb-1575p {
        margin-bottom: -1575px;
    }
    .x\:-ml-1575p {
        margin-left: -1575px;
    }
    .x\:-mt-600p {
        margin-top: -600px;
    }
    .x\:-mr-600p {
        margin-right: -600px;
    }
    .x\:-mb-600p {
        margin-bottom: -600px;
    }
    .x\:-ml-600p {
        margin-left: -600px;
    }
    .x\:-mt-649p {
        margin-top: -649px;
    }
    .x\:-mr-649p {
        margin-right: -649px;
    }
    .x\:-mb-649p {
        margin-bottom: -649px;
    }
    .x\:-ml-649p {
        margin-left: -649px;
    }
    .x\:-mt-690p {
        margin-top: -690px;
    }
    .x\:-mr-690p {
        margin-right: -690px;
    }
    .x\:-mb-690p {
        margin-bottom: -690px;
    }
    .x\:-ml-690p {
        margin-left: -690px;
    }
    .x\:-mt-19\% {
        margin-top: -19%;
    }
    .x\:-mr-19\% {
        margin-right: -19%;
    }
    .x\:-mb-19\% {
        margin-bottom: -19%;
    }
    .x\:-ml-19\% {
        margin-left: -19%;
    }
    .x\:-mt-23\% {
        margin-top: -23%;
    }
    .x\:-mr-23\% {
        margin-right: -23%;
    }
    .x\:-mb-23\% {
        margin-bottom: -23%;
    }
    .x\:-ml-23\% {
        margin-left: -23%;
    }
    .x\:-mt-24\% {
        margin-top: -24%;
    }
    .x\:-mr-24\% {
        margin-right: -24%;
    }
    .x\:-mb-24\% {
        margin-bottom: -24%;
    }
    .x\:-ml-24\% {
        margin-left: -24%;
    }
    .x\:-mt-36\% {
        margin-top: -36%;
    }
    .x\:-mr-36\% {
        margin-right: -36%;
    }
    .x\:-mb-36\% {
        margin-bottom: -36%;
    }
    .x\:-ml-36\% {
        margin-left: -36%;
    }
    .x\:-mt-27\% {
        margin-top: -27%;
    }
    .x\:-mr-27\% {
        margin-right: -27%;
    }
    .x\:-mb-27\% {
        margin-bottom: -27%;
    }
    .x\:-ml-27\% {
        margin-left: -27%;
    }
    .x\:-mt-28\% {
        margin-top: -28%;
    }
    .x\:-mr-28\% {
        margin-right: -28%;
    }
    .x\:-mb-28\% {
        margin-bottom: -28%;
    }
    .x\:-ml-28\% {
        margin-left: -28%;
    }
    .x\:-mt-42\% {
        margin-top: -42%;
    }
    .x\:-mr-42\% {
        margin-right: -42%;
    }
    .x\:-mb-42\% {
        margin-bottom: -42%;
    }
    .x\:-ml-42\% {
        margin-left: -42%;
    }
    .x\:-mt-46\% {
        margin-top: -46%;
    }
    .x\:-mr-46\% {
        margin-right: -46%;
    }
    .x\:-mb-46\% {
        margin-bottom: -46%;
    }
    .x\:-ml-46\% {
        margin-left: -46%;
    }
    .x\:-mt-49\% {
        margin-top: -49%;
    }
    .x\:-mr-49\% {
        margin-right: -49%;
    }
    .x\:-mb-49\% {
        margin-bottom: -49%;
    }
    .x\:-ml-49\% {
        margin-left: -49%;
    }
    .x\:-mt-54\% {
        margin-top: -54%;
    }
    .x\:-mr-54\% {
        margin-right: -54%;
    }
    .x\:-mb-54\% {
        margin-bottom: -54%;
    }
    .x\:-ml-54\% {
        margin-left: -54%;
    }
    .x\:-mt-58\% {
        margin-top: -58%;
    }
    .x\:-mr-58\% {
        margin-right: -58%;
    }
    .x\:-mb-58\% {
        margin-bottom: -58%;
    }
    .x\:-ml-58\% {
        margin-left: -58%;
    }
    .x\:-mt-72\% {
        margin-top: -72%;
    }
    .x\:-mr-72\% {
        margin-right: -72%;
    }
    .x\:-mb-72\% {
        margin-bottom: -72%;
    }
    .x\:-ml-72\% {
        margin-left: -72%;
    }
    .x\:-mt-76\% {
        margin-top: -76%;
    }
    .x\:-mr-76\% {
        margin-right: -76%;
    }
    .x\:-mb-76\% {
        margin-bottom: -76%;
    }
    .x\:-ml-76\% {
        margin-left: -76%;
    }
    .x\:-mt-77\% {
        margin-top: -77%;
    }
    .x\:-mr-77\% {
        margin-right: -77%;
    }
    .x\:-mb-77\% {
        margin-bottom: -77%;
    }
    .x\:-ml-77\% {
        margin-left: -77%;
    }
    .x\:-mt-340p {
        margin-top: -340px;
    }
    .x\:-mr-340p {
        margin-right: -340px;
    }
    .x\:-mb-340p {
        margin-bottom: -340px;
    }
    .x\:-ml-340p {
        margin-left: -340px;
    }
    .x\:-mt-700p {
        margin-top: -700px;
    }
    .x\:-mr-700p {
        margin-right: -700px;
    }
    .x\:-mb-700p {
        margin-bottom: -700px;
    }
    .x\:-ml-700p {
        margin-left: -700px;
    }
    .x\:-mt-848p {
        margin-top: -848px;
    }
    .x\:-mr-848p {
        margin-right: -848px;
    }
    .x\:-mb-848p {
        margin-bottom: -848px;
    }
    .x\:-ml-848p {
        margin-left: -848px;
    }
    .x\:-mt-850p {
        margin-top: -850px;
    }
    .x\:-mr-850p {
        margin-right: -850px;
    }
    .x\:-mb-850p {
        margin-bottom: -850px;
    }
    .x\:-ml-850p {
        margin-left: -850px;
    }
    .x\:-mt-860p {
        margin-top: -860px;
    }
    .x\:-mr-860p {
        margin-right: -860px;
    }
    .x\:-mb-860p {
        margin-bottom: -860px;
    }
    .x\:-ml-860p {
        margin-left: -860px;
    }
    .x\:-mt-1425p {
        margin-top: -1425px;
    }
    .x\:-mr-1425p {
        margin-right: -1425px;
    }
    .x\:-mb-1425p {
        margin-bottom: -1425px;
    }
    .x\:-ml-1425p {
        margin-left: -1425px;
    }
    .x\:max-h-0 {
        max-height: 0;
    }
    .x\:max-h-1 {
        max-height: 0.25rem;
    }
    .x\:max-h-2 {
        max-height: 0.5rem;
    }
    .x\:max-h-3 {
        max-height: 0.75rem;
    }
    .x\:max-h-4 {
        max-height: 1rem;
    }
    .x\:max-h-5 {
        max-height: 1.25rem;
    }
    .x\:max-h-6 {
        max-height: 1.5rem;
    }
    .x\:max-h-7 {
        max-height: 1.75rem;
    }
    .x\:max-h-8 {
        max-height: 2rem;
    }
    .x\:max-h-9 {
        max-height: 2.25rem;
    }
    .x\:max-h-10 {
        max-height: 2.5rem;
    }
    .x\:max-h-11 {
        max-height: 2.75rem;
    }
    .x\:max-h-12 {
        max-height: 3rem;
    }
    .x\:max-h-14 {
        max-height: 3.5rem;
    }
    .x\:max-h-16 {
        max-height: 4rem;
    }
    .x\:max-h-20 {
        max-height: 5rem;
    }
    .x\:max-h-23 {
        max-height: 88px;
    }
    .x\:max-h-24 {
        max-height: 6rem;
    }
    .x\:max-h-25 {
        max-height: 100px;
    }
    .x\:max-h-28 {
        max-height: 7rem;
    }
    .x\:max-h-29 {
        max-height: 120px;
    }
    .x\:max-h-32 {
        max-height: 8rem;
    }
    .x\:max-h-33 {
        max-height: 130px;
    }
    .x\:max-h-36 {
        max-height: 9rem;
    }
    .x\:max-h-40 {
        max-height: 10rem;
    }
    .x\:max-h-44 {
        max-height: 11rem;
    }
    .x\:max-h-48 {
        max-height: 12rem;
    }
    .x\:max-h-52 {
        max-height: 13rem;
    }
    .x\:max-h-56 {
        max-height: 14rem;
    }
    .x\:max-h-60 {
        max-height: 15rem;
    }
    .x\:max-h-63 {
        max-height: 270px;
    }
    .x\:max-h-64 {
        max-height: 16rem;
    }
    .x\:max-h-72 {
        max-height: 18rem;
    }
    .x\:max-h-80 {
        max-height: 20rem;
    }
    .x\:max-h-92 {
        max-height: 475px;
    }
    .x\:max-h-96 {
        max-height: 24rem;
    }
    .x\:max-h-128 {
        max-height: 32rem;
    }
    .x\:max-h-px {
        max-height: 1px;
    }
    .x\:max-h-0\.5 {
        max-height: 0.125rem;
    }
    .x\:max-h-1\.5 {
        max-height: 0.375rem;
    }
    .x\:max-h-2\.5 {
        max-height: 0.625rem;
    }
    .x\:max-h-3\.5 {
        max-height: 0.875rem;
    }
    .x\:max-h-105p {
        max-height: 105px;
    }
    .x\:max-h-50p {
        max-height: 50px;
    }
    .x\:max-h-54p {
        max-height: 54px;
    }
    .x\:max-h-1p {
        max-height: 1px;
    }
    .x\:max-h-2p {
        max-height: 2px;
    }
    .x\:max-h-3p {
        max-height: 3px;
    }
    .x\:max-h-5p {
        max-height: 5px;
    }
    .x\:max-h-7p {
        max-height: 7px;
    }
    .x\:max-h-9p {
        max-height: 9px;
    }
    .x\:max-h-10p {
        max-height: 10px;
    }
    .x\:max-h-11p {
        max-height: 11px;
    }
    .x\:max-h-13p {
        max-height: 13px;
    }
    .x\:max-h-15p {
        max-height: 15px;
    }
    .x\:max-h-18p {
        max-height: 18px;
    }
    .x\:max-h-19p {
        max-height: 19px;
    }
    .x\:max-h-21p {
        max-height: 21px;
    }
    .x\:max-h-22p {
        max-height: 22px;
    }
    .x\:max-h-23p {
        max-height: 23px;
    }
    .x\:max-h-25p {
        max-height: 25px;
    }
    .x\:max-h-26p {
        max-height: 26px;
    }
    .x\:max-h-29p {
        max-height: 29px;
    }
    .x\:max-h-30p {
        max-height: 30px;
    }
    .x\:max-h-31p {
        max-height: 31px;
    }
    .x\:max-h-35p {
        max-height: 35px;
    }
    .x\:max-h-52p {
        max-height: 52px;
    }
    .x\:max-h-53p {
        max-height: 53px;
    }
    .x\:max-h-55p {
        max-height: 55px;
    }
    .x\:max-h-59p {
        max-height: 59px;
    }
    .x\:max-h-27p {
        max-height: 27px;
    }
    .x\:max-h-33\.5p {
        max-height: 33.5px;
    }
    .x\:max-h-38p {
        max-height: 38px;
    }
    .x\:max-h-40p {
        max-height: 40px;
    }
    .x\:max-h-46p {
        max-height: 46px;
    }
    .x\:max-h-47p {
        max-height: 47px;
    }
    .x\:max-h-49p {
        max-height: 49px;
    }
    .x\:max-h-58p {
        max-height: 58px;
    }
    .x\:max-h-75p {
        max-height: 75px;
    }
    .x\:max-h-77p {
        max-height: 77px;
    }
    .x\:max-h-60p {
        max-height: 60px;
    }
    .x\:max-h-65p {
        max-height: 65px;
    }
    .x\:max-h-66p {
        max-height: 66px;
    }
    .x\:max-h-68p {
        max-height: 68px;
    }
    .x\:max-h-70p {
        max-height: 70px;
    }
    .x\:max-h-72p {
        max-height: 72px;
    }
    .x\:max-h-74p {
        max-height: 74px;
    }
    .x\:max-h-78p {
        max-height: 78px;
    }
    .x\:max-h-80p {
        max-height: 80px;
    }
    .x\:max-h-82p {
        max-height: 82px;
    }
    .x\:max-h-84p {
        max-height: 84px;
    }
    .x\:max-h-89p {
        max-height: 89px;
    }
    .x\:max-h-93p {
        max-height: 93px;
    }
    .x\:max-h-90p {
        max-height: 90px;
    }
    .x\:max-h-97p {
        max-height: 97px;
    }
    .x\:max-h-103p {
        max-height: 103px;
    }
    .x\:max-h-116p {
        max-height: 116px;
    }
    .x\:max-h-120p {
        max-height: 120px;
    }
    .x\:max-h-125p {
        max-height: 125px;
    }
    .x\:max-h-130p {
        max-height: 130px;
    }
    .x\:max-h-135p {
        max-height: 135px;
    }
    .x\:max-h-132p {
        max-height: 132px;
    }
    .x\:max-h-150p {
        max-height: 150px;
    }
    .x\:max-h-216p {
        max-height: 216px;
    }
    .x\:max-h-225p {
        max-height: 225px;
    }
    .x\:max-h-296p {
        max-height: 296px;
    }
    .x\:max-h-270p {
        max-height: 270px;
    }
    .x\:max-h-137p {
        max-height: 137px;
    }
    .x\:max-h-141p {
        max-height: 141px;
    }
    .x\:max-h-146p {
        max-height: 146px;
    }
    .x\:max-h-152p {
        max-height: 152px;
    }
    .x\:max-h-155p {
        max-height: 155px;
    }
    .x\:max-h-163p {
        max-height: 163px;
    }
    .x\:max-h-168p {
        max-height: 168px;
    }
    .x\:max-h-173p {
        max-height: 173px;
    }
    .x\:max-h-210p {
        max-height: 210px;
    }
    .x\:max-h-245p {
        max-height: 245px;
    }
    .x\:max-h-250p {
        max-height: 250px;
    }
    .x\:max-h-260p {
        max-height: 260px;
    }
    .x\:max-h-263p {
        max-height: 263px;
    }
    .x\:max-h-266p {
        max-height: 266px;
    }
    .x\:max-h-275p {
        max-height: 275px;
    }
    .x\:max-h-300p {
        max-height: 300px;
    }
    .x\:max-h-312p {
        max-height: 312px;
    }
    .x\:max-h-318p {
        max-height: 318px;
    }
    .x\:max-h-322p {
        max-height: 322px;
    }
    .x\:max-h-337p {
        max-height: 337px;
    }
    .x\:max-h-345p {
        max-height: 345px;
    }
    .x\:max-h-344p {
        max-height: 344px;
    }
    .x\:max-h-354p {
        max-height: 354px;
    }
    .x\:max-h-364p {
        max-height: 364px;
    }
    .x\:max-h-370p {
        max-height: 370px;
    }
    .x\:max-h-382p {
        max-height: 382px;
    }
    .x\:max-h-385p {
        max-height: 385px;
    }
    .x\:max-h-400p {
        max-height: 400px;
    }
    .x\:max-h-407p {
        max-height: 407px;
    }
    .x\:max-h-411p {
        max-height: 411px;
    }
    .x\:max-h-418p {
        max-height: 418px;
    }
    .x\:max-h-430p {
        max-height: 430px;
    }
    .x\:max-h-450p {
        max-height: 450px;
    }
    .x\:max-h-468p {
        max-height: 468px;
    }
    .x\:max-h-485p {
        max-height: 485px;
    }
    .x\:max-h-491p {
        max-height: 491px;
    }
    .x\:max-h-494p {
        max-height: 494px;
    }
    .x\:max-h-470p {
        max-height: 470px;
    }
    .x\:max-h-480p {
        max-height: 480px;
    }
    .x\:max-h-532p {
        max-height: 532px;
    }
    .x\:max-h-556p {
        max-height: 556px;
    }
    .x\:max-h-505p {
        max-height: 505px;
    }
    .x\:max-h-1179p {
        max-height: 1179px;
    }
    .x\:max-h-1253p {
        max-height: 1253px;
    }
    .x\:max-h-1575p {
        max-height: 1575px;
    }
    .x\:max-h-600p {
        max-height: 600px;
    }
    .x\:max-h-649p {
        max-height: 649px;
    }
    .x\:max-h-690p {
        max-height: 690px;
    }
    .x\:max-h-19\% {
        max-height: 19%;
    }
    .x\:max-h-23\% {
        max-height: 23%;
    }
    .x\:max-h-24\% {
        max-height: 24%;
    }
    .x\:max-h-36\% {
        max-height: 36%;
    }
    .x\:max-h-27\% {
        max-height: 27%;
    }
    .x\:max-h-28\% {
        max-height: 28%;
    }
    .x\:max-h-42\% {
        max-height: 42%;
    }
    .x\:max-h-46\% {
        max-height: 46%;
    }
    .x\:max-h-49\% {
        max-height: 49%;
    }
    .x\:max-h-54\% {
        max-height: 54%;
    }
    .x\:max-h-58\% {
        max-height: 58%;
    }
    .x\:max-h-72\% {
        max-height: 72%;
    }
    .x\:max-h-76\% {
        max-height: 76%;
    }
    .x\:max-h-77\% {
        max-height: 77%;
    }
    .x\:max-h-340p {
        max-height: 340px;
    }
    .x\:max-h-700p {
        max-height: 700px;
    }
    .x\:max-h-848p {
        max-height: 848px;
    }
    .x\:max-h-850p {
        max-height: 850px;
    }
    .x\:max-h-860p {
        max-height: 860px;
    }
    .x\:max-h-1425p {
        max-height: 1425px;
    }
    .x\:max-h-full {
        max-height: 100%;
    }
    .x\:max-h-screen {
        max-height: 100vh;
    }
    .x\:max-w-0 {
        max-width: 0;
    }
    .x\:max-w-none {
        max-width: none;
    }
    .x\:max-w-xs {
        max-width: 20rem;
    }
    .x\:max-w-sm {
        max-width: 24rem;
    }
    .x\:max-w-md {
        max-width: 28rem;
    }
    .x\:max-w-lg {
        max-width: 32rem;
    }
    .x\:max-w-xl {
        max-width: 36rem;
    }
    .x\:max-w-2xl {
        max-width: 42rem;
    }
    .x\:max-w-3xl {
        max-width: 48rem;
    }
    .x\:max-w-4xl {
        max-width: 56rem;
    }
    .x\:max-w-5xl {
        max-width: 64rem;
    }
    .x\:max-w-6xl {
        max-width: 72rem;
    }
    .x\:max-w-7xl {
        max-width: 80rem;
    }
    .x\:max-w-full {
        max-width: 100%;
    }
    .x\:max-w-min {
        max-width: -moz-min-content;
        max-width: min-content;
    }
    .x\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .x\:max-w-prose {
        max-width: 65ch;
    }
    .x\:max-w-screen-sm {
        max-width: 640px;
    }
    .x\:max-w-screen-md {
        max-width: 768px;
    }
    .x\:max-w-screen-lg {
        max-width: 1024px;
    }
    .x\:max-w-screen-xl {
        max-width: 1280px;
    }
    .x\:max-w-screen-2xl {
        max-width: 1536px;
    }
    .x\:max-w-screen-3xl {
        max-width: 1920px;
    }
    .x\:min-h-0 {
        min-height: 0;
    }
    .x\:min-h-full {
        min-height: 100%;
    }
    .x\:min-h-screen {
        min-height: 100vh;
    }
    .x\:min-w-0 {
        min-width: 0;
    }
    .x\:min-w-full {
        min-width: 100%;
    }
    .x\:min-w-min {
        min-width: -moz-min-content;
        min-width: min-content;
    }
    .x\:min-w-max {
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .x\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .x\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .x\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }
    .x\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }
    .x\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
    .x\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }
    .x\:object-center {
        -o-object-position: center;
        object-position: center;
    }
    .x\:object-left {
        -o-object-position: left;
        object-position: left;
    }
    .x\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .x\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }
    .x\:object-right {
        -o-object-position: right;
        object-position: right;
    }
    .x\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }
    .x\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }
    .x\:object-top {
        -o-object-position: top;
        object-position: top;
    }
    .x\:opacity-0 {
        opacity: 0;
    }
    .x\:opacity-5 {
        opacity: 0.05;
    }
    .x\:opacity-10 {
        opacity: 0.1;
    }
    .x\:opacity-20 {
        opacity: 0.2;
    }
    .x\:opacity-25 {
        opacity: 0.25;
    }
    .x\:opacity-30 {
        opacity: 0.3;
    }
    .x\:opacity-40 {
        opacity: 0.4;
    }
    .x\:opacity-50 {
        opacity: 0.5;
    }
    .x\:opacity-60 {
        opacity: 0.6;
    }
    .x\:opacity-70 {
        opacity: 0.7;
    }
    .x\:opacity-75 {
        opacity: 0.75;
    }
    .x\:opacity-80 {
        opacity: 0.8;
    }
    .x\:opacity-90 {
        opacity: 0.9;
    }
    .x\:opacity-95 {
        opacity: 0.95;
    }
    .x\:opacity-100 {
        opacity: 1;
    }
    .group:hover .x\:group-hover\:opacity-0 {
        opacity: 0;
    }
    .group:hover .x\:group-hover\:opacity-5 {
        opacity: 0.05;
    }
    .group:hover .x\:group-hover\:opacity-10 {
        opacity: 0.1;
    }
    .group:hover .x\:group-hover\:opacity-20 {
        opacity: 0.2;
    }
    .group:hover .x\:group-hover\:opacity-25 {
        opacity: 0.25;
    }
    .group:hover .x\:group-hover\:opacity-30 {
        opacity: 0.3;
    }
    .group:hover .x\:group-hover\:opacity-40 {
        opacity: 0.4;
    }
    .group:hover .x\:group-hover\:opacity-50 {
        opacity: 0.5;
    }
    .group:hover .x\:group-hover\:opacity-60 {
        opacity: 0.6;
    }
    .group:hover .x\:group-hover\:opacity-70 {
        opacity: 0.7;
    }
    .group:hover .x\:group-hover\:opacity-75 {
        opacity: 0.75;
    }
    .group:hover .x\:group-hover\:opacity-80 {
        opacity: 0.8;
    }
    .group:hover .x\:group-hover\:opacity-90 {
        opacity: 0.9;
    }
    .group:hover .x\:group-hover\:opacity-95 {
        opacity: 0.95;
    }
    .group:hover .x\:group-hover\:opacity-100 {
        opacity: 1;
    }
    .x\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }
    .x\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }
    .x\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }
    .x\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }
    .x\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }
    .x\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }
    .x\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }
    .x\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }
    .x\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }
    .x\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }
    .x\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }
    .x\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }
    .x\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }
    .x\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }
    .x\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }
    .x\:hover\:opacity-0:hover {
        opacity: 0;
    }
    .x\:hover\:opacity-5:hover {
        opacity: 0.05;
    }
    .x\:hover\:opacity-10:hover {
        opacity: 0.1;
    }
    .x\:hover\:opacity-20:hover {
        opacity: 0.2;
    }
    .x\:hover\:opacity-25:hover {
        opacity: 0.25;
    }
    .x\:hover\:opacity-30:hover {
        opacity: 0.3;
    }
    .x\:hover\:opacity-40:hover {
        opacity: 0.4;
    }
    .x\:hover\:opacity-50:hover {
        opacity: 0.5;
    }
    .x\:hover\:opacity-60:hover {
        opacity: 0.6;
    }
    .x\:hover\:opacity-70:hover {
        opacity: 0.7;
    }
    .x\:hover\:opacity-75:hover {
        opacity: 0.75;
    }
    .x\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
    .x\:hover\:opacity-90:hover {
        opacity: 0.9;
    }
    .x\:hover\:opacity-95:hover {
        opacity: 0.95;
    }
    .x\:hover\:opacity-100:hover {
        opacity: 1;
    }
    .x\:focus\:opacity-0:focus {
        opacity: 0;
    }
    .x\:focus\:opacity-5:focus {
        opacity: 0.05;
    }
    .x\:focus\:opacity-10:focus {
        opacity: 0.1;
    }
    .x\:focus\:opacity-20:focus {
        opacity: 0.2;
    }
    .x\:focus\:opacity-25:focus {
        opacity: 0.25;
    }
    .x\:focus\:opacity-30:focus {
        opacity: 0.3;
    }
    .x\:focus\:opacity-40:focus {
        opacity: 0.4;
    }
    .x\:focus\:opacity-50:focus {
        opacity: 0.5;
    }
    .x\:focus\:opacity-60:focus {
        opacity: 0.6;
    }
    .x\:focus\:opacity-70:focus {
        opacity: 0.7;
    }
    .x\:focus\:opacity-75:focus {
        opacity: 0.75;
    }
    .x\:focus\:opacity-80:focus {
        opacity: 0.8;
    }
    .x\:focus\:opacity-90:focus {
        opacity: 0.9;
    }
    .x\:focus\:opacity-95:focus {
        opacity: 0.95;
    }
    .x\:focus\:opacity-100:focus {
        opacity: 1;
    }
    .x\:disabled\:opacity-0:disabled {
        opacity: 0;
    }
    .x\:disabled\:opacity-5:disabled {
        opacity: 0.05;
    }
    .x\:disabled\:opacity-10:disabled {
        opacity: 0.1;
    }
    .x\:disabled\:opacity-20:disabled {
        opacity: 0.2;
    }
    .x\:disabled\:opacity-25:disabled {
        opacity: 0.25;
    }
    .x\:disabled\:opacity-30:disabled {
        opacity: 0.3;
    }
    .x\:disabled\:opacity-40:disabled {
        opacity: 0.4;
    }
    .x\:disabled\:opacity-50:disabled {
        opacity: 0.5;
    }
    .x\:disabled\:opacity-60:disabled {
        opacity: 0.6;
    }
    .x\:disabled\:opacity-70:disabled {
        opacity: 0.7;
    }
    .x\:disabled\:opacity-75:disabled {
        opacity: 0.75;
    }
    .x\:disabled\:opacity-80:disabled {
        opacity: 0.8;
    }
    .x\:disabled\:opacity-90:disabled {
        opacity: 0.9;
    }
    .x\:disabled\:opacity-95:disabled {
        opacity: 0.95;
    }
    .x\:disabled\:opacity-100:disabled {
        opacity: 1;
    }
    .x\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .x\:outline-white {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .x\:outline-black {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .x\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .x\:focus-within\:outline-white:focus-within {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .x\:focus-within\:outline-black:focus-within {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .x\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }
    .x\:focus\:outline-white:focus {
        outline: 2px dotted #fff;
        outline-offset: 2px;
    }
    .x\:focus\:outline-black:focus {
        outline: 2px dotted #000;
        outline-offset: 2px;
    }
    .x\:overflow-auto {
        overflow: auto;
    }
    .x\:overflow-hidden {
        overflow: hidden;
    }
    .x\:overflow-visible {
        overflow: visible;
    }
    .x\:overflow-scroll {
        overflow: scroll;
    }
    .x\:overflow-x-auto {
        overflow-x: auto;
    }
    .x\:overflow-y-auto {
        overflow-y: auto;
    }
    .x\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .x\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .x\:overflow-x-visible {
        overflow-x: visible;
    }
    .x\:overflow-y-visible {
        overflow-y: visible;
    }
    .x\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .x\:overflow-y-scroll {
        overflow-y: scroll;
    }
    .x\:overscroll-auto {
        overscroll-behavior: auto;
    }
    .x\:overscroll-contain {
        overscroll-behavior: contain;
    }
    .x\:overscroll-none {
        overscroll-behavior: none;
    }
    .x\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
    .x\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }
    .x\:overscroll-y-none {
        overscroll-behavior-y: none;
    }
    .x\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }
    .x\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }
    .x\:overscroll-x-none {
        overscroll-behavior-x: none;
    }
    .x\:p-0 {
        padding: 0;
    }
    .x\:p-1 {
        padding: 0.25rem;
    }
    .x\:p-2 {
        padding: 0.5rem;
    }
    .x\:p-3 {
        padding: 0.75rem;
    }
    .x\:p-4 {
        padding: 1rem;
    }
    .x\:p-5 {
        padding: 1.25rem;
    }
    .x\:p-6 {
        padding: 1.5rem;
    }
    .x\:p-7 {
        padding: 1.75rem;
    }
    .x\:p-8 {
        padding: 2rem;
    }
    .x\:p-9 {
        padding: 2.25rem;
    }
    .x\:p-10 {
        padding: 2.5rem;
    }
    .x\:p-11 {
        padding: 2.75rem;
    }
    .x\:p-12 {
        padding: 3rem;
    }
    .x\:p-14 {
        padding: 3.5rem;
    }
    .x\:p-16 {
        padding: 4rem;
    }
    .x\:p-20 {
        padding: 5rem;
    }
    .x\:p-23 {
        padding: 88px;
    }
    .x\:p-24 {
        padding: 6rem;
    }
    .x\:p-25 {
        padding: 100px;
    }
    .x\:p-28 {
        padding: 7rem;
    }
    .x\:p-29 {
        padding: 120px;
    }
    .x\:p-32 {
        padding: 8rem;
    }
    .x\:p-33 {
        padding: 130px;
    }
    .x\:p-36 {
        padding: 9rem;
    }
    .x\:p-40 {
        padding: 10rem;
    }
    .x\:p-44 {
        padding: 11rem;
    }
    .x\:p-48 {
        padding: 12rem;
    }
    .x\:p-52 {
        padding: 13rem;
    }
    .x\:p-56 {
        padding: 14rem;
    }
    .x\:p-60 {
        padding: 15rem;
    }
    .x\:p-63 {
        padding: 270px;
    }
    .x\:p-64 {
        padding: 16rem;
    }
    .x\:p-72 {
        padding: 18rem;
    }
    .x\:p-80 {
        padding: 20rem;
    }
    .x\:p-92 {
        padding: 475px;
    }
    .x\:p-96 {
        padding: 24rem;
    }
    .x\:p-128 {
        padding: 32rem;
    }
    .x\:p-px {
        padding: 1px;
    }
    .x\:p-0\.5 {
        padding: 0.125rem;
    }
    .x\:p-1\.5 {
        padding: 0.375rem;
    }
    .x\:p-2\.5 {
        padding: 0.625rem;
    }
    .x\:p-3\.5 {
        padding: 0.875rem;
    }
    .x\:p-105p {
        padding: 105px;
    }
    .x\:p-50p {
        padding: 50px;
    }
    .x\:p-54p {
        padding: 54px;
    }
    .x\:p-1p {
        padding: 1px;
    }
    .x\:p-2p {
        padding: 2px;
    }
    .x\:p-3p {
        padding: 3px;
    }
    .x\:p-5p {
        padding: 5px;
    }
    .x\:p-7p {
        padding: 7px;
    }
    .x\:p-9p {
        padding: 9px;
    }
    .x\:p-10p {
        padding: 10px;
    }
    .x\:p-11p {
        padding: 11px;
    }
    .x\:p-13p {
        padding: 13px;
    }
    .x\:p-15p {
        padding: 15px;
    }
    .x\:p-18p {
        padding: 18px;
    }
    .x\:p-19p {
        padding: 19px;
    }
    .x\:p-21p {
        padding: 21px;
    }
    .x\:p-22p {
        padding: 22px;
    }
    .x\:p-23p {
        padding: 23px;
    }
    .x\:p-25p {
        padding: 25px;
    }
    .x\:p-26p {
        padding: 26px;
    }
    .x\:p-29p {
        padding: 29px;
    }
    .x\:p-30p {
        padding: 30px;
    }
    .x\:p-31p {
        padding: 31px;
    }
    .x\:p-35p {
        padding: 35px;
    }
    .x\:p-52p {
        padding: 52px;
    }
    .x\:p-53p {
        padding: 53px;
    }
    .x\:p-55p {
        padding: 55px;
    }
    .x\:p-59p {
        padding: 59px;
    }
    .x\:p-27p {
        padding: 27px;
    }
    .x\:p-33\.5p {
        padding: 33.5px;
    }
    .x\:p-38p {
        padding: 38px;
    }
    .x\:p-40p {
        padding: 40px;
    }
    .x\:p-46p {
        padding: 46px;
    }
    .x\:p-47p {
        padding: 47px;
    }
    .x\:p-49p {
        padding: 49px;
    }
    .x\:p-58p {
        padding: 58px;
    }
    .x\:p-75p {
        padding: 75px;
    }
    .x\:p-77p {
        padding: 77px;
    }
    .x\:p-60p {
        padding: 60px;
    }
    .x\:p-65p {
        padding: 65px;
    }
    .x\:p-66p {
        padding: 66px;
    }
    .x\:p-68p {
        padding: 68px;
    }
    .x\:p-70p {
        padding: 70px;
    }
    .x\:p-72p {
        padding: 72px;
    }
    .x\:p-74p {
        padding: 74px;
    }
    .x\:p-78p {
        padding: 78px;
    }
    .x\:p-80p {
        padding: 80px;
    }
    .x\:p-82p {
        padding: 82px;
    }
    .x\:p-84p {
        padding: 84px;
    }
    .x\:p-89p {
        padding: 89px;
    }
    .x\:p-93p {
        padding: 93px;
    }
    .x\:p-90p {
        padding: 90px;
    }
    .x\:p-97p {
        padding: 97px;
    }
    .x\:p-103p {
        padding: 103px;
    }
    .x\:p-116p {
        padding: 116px;
    }
    .x\:p-120p {
        padding: 120px;
    }
    .x\:p-125p {
        padding: 125px;
    }
    .x\:p-130p {
        padding: 130px;
    }
    .x\:p-135p {
        padding: 135px;
    }
    .x\:p-132p {
        padding: 132px;
    }
    .x\:p-150p {
        padding: 150px;
    }
    .x\:p-216p {
        padding: 216px;
    }
    .x\:p-225p {
        padding: 225px;
    }
    .x\:p-296p {
        padding: 296px;
    }
    .x\:p-270p {
        padding: 270px;
    }
    .x\:p-137p {
        padding: 137px;
    }
    .x\:p-141p {
        padding: 141px;
    }
    .x\:p-146p {
        padding: 146px;
    }
    .x\:p-152p {
        padding: 152px;
    }
    .x\:p-155p {
        padding: 155px;
    }
    .x\:p-163p {
        padding: 163px;
    }
    .x\:p-168p {
        padding: 168px;
    }
    .x\:p-173p {
        padding: 173px;
    }
    .x\:p-210p {
        padding: 210px;
    }
    .x\:p-245p {
        padding: 245px;
    }
    .x\:p-250p {
        padding: 250px;
    }
    .x\:p-260p {
        padding: 260px;
    }
    .x\:p-263p {
        padding: 263px;
    }
    .x\:p-266p {
        padding: 266px;
    }
    .x\:p-275p {
        padding: 275px;
    }
    .x\:p-300p {
        padding: 300px;
    }
    .x\:p-312p {
        padding: 312px;
    }
    .x\:p-318p {
        padding: 318px;
    }
    .x\:p-322p {
        padding: 322px;
    }
    .x\:p-337p {
        padding: 337px;
    }
    .x\:p-345p {
        padding: 345px;
    }
    .x\:p-344p {
        padding: 344px;
    }
    .x\:p-354p {
        padding: 354px;
    }
    .x\:p-364p {
        padding: 364px;
    }
    .x\:p-370p {
        padding: 370px;
    }
    .x\:p-382p {
        padding: 382px;
    }
    .x\:p-385p {
        padding: 385px;
    }
    .x\:p-400p {
        padding: 400px;
    }
    .x\:p-407p {
        padding: 407px;
    }
    .x\:p-411p {
        padding: 411px;
    }
    .x\:p-418p {
        padding: 418px;
    }
    .x\:p-430p {
        padding: 430px;
    }
    .x\:p-450p {
        padding: 450px;
    }
    .x\:p-468p {
        padding: 468px;
    }
    .x\:p-485p {
        padding: 485px;
    }
    .x\:p-491p {
        padding: 491px;
    }
    .x\:p-494p {
        padding: 494px;
    }
    .x\:p-470p {
        padding: 470px;
    }
    .x\:p-480p {
        padding: 480px;
    }
    .x\:p-532p {
        padding: 532px;
    }
    .x\:p-556p {
        padding: 556px;
    }
    .x\:p-505p {
        padding: 505px;
    }
    .x\:p-1179p {
        padding: 1179px;
    }
    .x\:p-1253p {
        padding: 1253px;
    }
    .x\:p-1575p {
        padding: 1575px;
    }
    .x\:p-600p {
        padding: 600px;
    }
    .x\:p-649p {
        padding: 649px;
    }
    .x\:p-690p {
        padding: 690px;
    }
    .x\:p-19\% {
        padding: 19%;
    }
    .x\:p-23\% {
        padding: 23%;
    }
    .x\:p-24\% {
        padding: 24%;
    }
    .x\:p-36\% {
        padding: 36%;
    }
    .x\:p-27\% {
        padding: 27%;
    }
    .x\:p-28\% {
        padding: 28%;
    }
    .x\:p-42\% {
        padding: 42%;
    }
    .x\:p-46\% {
        padding: 46%;
    }
    .x\:p-49\% {
        padding: 49%;
    }
    .x\:p-54\% {
        padding: 54%;
    }
    .x\:p-58\% {
        padding: 58%;
    }
    .x\:p-72\% {
        padding: 72%;
    }
    .x\:p-76\% {
        padding: 76%;
    }
    .x\:p-77\% {
        padding: 77%;
    }
    .x\:p-340p {
        padding: 340px;
    }
    .x\:p-700p {
        padding: 700px;
    }
    .x\:p-848p {
        padding: 848px;
    }
    .x\:p-850p {
        padding: 850px;
    }
    .x\:p-860p {
        padding: 860px;
    }
    .x\:p-1425p {
        padding: 1425px;
    }
    .x\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .x\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .x\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .x\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .x\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .x\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .x\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .x\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .x\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .x\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .x\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .x\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .x\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .x\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .x\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .x\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .x\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .x\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .x\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .x\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .x\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .x\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .x\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .x\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .x\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .x\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .x\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .x\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .x\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .x\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .x\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .x\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .x\:py-23 {
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .x\:px-23 {
        padding-left: 88px;
        padding-right: 88px;
    }
    .x\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .x\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .x\:py-25 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .x\:px-25 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .x\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .x\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .x\:py-29 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .x\:px-29 {
        padding-left: 120px;
        padding-right: 120px;
    }
    .x\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .x\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .x\:py-33 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .x\:px-33 {
        padding-left: 130px;
        padding-right: 130px;
    }
    .x\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }
    .x\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .x\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .x\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .x\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
    .x\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }
    .x\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .x\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .x\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .x\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }
    .x\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }
    .x\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }
    .x\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .x\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }
    .x\:py-63 {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .x\:px-63 {
        padding-left: 270px;
        padding-right: 270px;
    }
    .x\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    .x\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }
    .x\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }
    .x\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }
    .x\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }
    .x\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .x\:py-92 {
        padding-top: 475px;
        padding-bottom: 475px;
    }
    .x\:px-92 {
        padding-left: 475px;
        padding-right: 475px;
    }
    .x\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }
    .x\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }
    .x\:py-128 {
        padding-top: 32rem;
        padding-bottom: 32rem;
    }
    .x\:px-128 {
        padding-left: 32rem;
        padding-right: 32rem;
    }
    .x\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .x\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }
    .x\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }
    .x\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }
    .x\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    .x\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
    .x\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .x\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .x\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .x\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .x\:py-105p {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .x\:px-105p {
        padding-left: 105px;
        padding-right: 105px;
    }
    .x\:py-50p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .x\:px-50p {
        padding-left: 50px;
        padding-right: 50px;
    }
    .x\:py-54p {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .x\:px-54p {
        padding-left: 54px;
        padding-right: 54px;
    }
    .x\:py-1p {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .x\:px-1p {
        padding-left: 1px;
        padding-right: 1px;
    }
    .x\:py-2p {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .x\:px-2p {
        padding-left: 2px;
        padding-right: 2px;
    }
    .x\:py-3p {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .x\:px-3p {
        padding-left: 3px;
        padding-right: 3px;
    }
    .x\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .x\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .x\:py-7p {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .x\:px-7p {
        padding-left: 7px;
        padding-right: 7px;
    }
    .x\:py-9p {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .x\:px-9p {
        padding-left: 9px;
        padding-right: 9px;
    }
    .x\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .x\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .x\:py-11p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .x\:px-11p {
        padding-left: 11px;
        padding-right: 11px;
    }
    .x\:py-13p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .x\:px-13p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .x\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .x\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .x\:py-18p {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .x\:px-18p {
        padding-left: 18px;
        padding-right: 18px;
    }
    .x\:py-19p {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .x\:px-19p {
        padding-left: 19px;
        padding-right: 19px;
    }
    .x\:py-21p {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .x\:px-21p {
        padding-left: 21px;
        padding-right: 21px;
    }
    .x\:py-22p {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .x\:px-22p {
        padding-left: 22px;
        padding-right: 22px;
    }
    .x\:py-23p {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .x\:px-23p {
        padding-left: 23px;
        padding-right: 23px;
    }
    .x\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .x\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .x\:py-26p {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .x\:px-26p {
        padding-left: 26px;
        padding-right: 26px;
    }
    .x\:py-29p {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .x\:px-29p {
        padding-left: 29px;
        padding-right: 29px;
    }
    .x\:py-30p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .x\:px-30p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .x\:py-31p {
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .x\:px-31p {
        padding-left: 31px;
        padding-right: 31px;
    }
    .x\:py-35p {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .x\:px-35p {
        padding-left: 35px;
        padding-right: 35px;
    }
    .x\:py-52p {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .x\:px-52p {
        padding-left: 52px;
        padding-right: 52px;
    }
    .x\:py-53p {
        padding-top: 53px;
        padding-bottom: 53px;
    }
    .x\:px-53p {
        padding-left: 53px;
        padding-right: 53px;
    }
    .x\:py-55p {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .x\:px-55p {
        padding-left: 55px;
        padding-right: 55px;
    }
    .x\:py-59p {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .x\:px-59p {
        padding-left: 59px;
        padding-right: 59px;
    }
    .x\:py-27p {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .x\:px-27p {
        padding-left: 27px;
        padding-right: 27px;
    }
    .x\:py-33\.5p {
        padding-top: 33.5px;
        padding-bottom: 33.5px;
    }
    .x\:px-33\.5p {
        padding-left: 33.5px;
        padding-right: 33.5px;
    }
    .x\:py-38p {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .x\:px-38p {
        padding-left: 38px;
        padding-right: 38px;
    }
    .x\:py-40p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .x\:px-40p {
        padding-left: 40px;
        padding-right: 40px;
    }
    .x\:py-46p {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .x\:px-46p {
        padding-left: 46px;
        padding-right: 46px;
    }
    .x\:py-47p {
        padding-top: 47px;
        padding-bottom: 47px;
    }
    .x\:px-47p {
        padding-left: 47px;
        padding-right: 47px;
    }
    .x\:py-49p {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .x\:px-49p {
        padding-left: 49px;
        padding-right: 49px;
    }
    .x\:py-58p {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .x\:px-58p {
        padding-left: 58px;
        padding-right: 58px;
    }
    .x\:py-75p {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .x\:px-75p {
        padding-left: 75px;
        padding-right: 75px;
    }
    .x\:py-77p {
        padding-top: 77px;
        padding-bottom: 77px;
    }
    .x\:px-77p {
        padding-left: 77px;
        padding-right: 77px;
    }
    .x\:py-60p {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .x\:px-60p {
        padding-left: 60px;
        padding-right: 60px;
    }
    .x\:py-65p {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .x\:px-65p {
        padding-left: 65px;
        padding-right: 65px;
    }
    .x\:py-66p {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .x\:px-66p {
        padding-left: 66px;
        padding-right: 66px;
    }
    .x\:py-68p {
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .x\:px-68p {
        padding-left: 68px;
        padding-right: 68px;
    }
    .x\:py-70p {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .x\:px-70p {
        padding-left: 70px;
        padding-right: 70px;
    }
    .x\:py-72p {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .x\:px-72p {
        padding-left: 72px;
        padding-right: 72px;
    }
    .x\:py-74p {
        padding-top: 74px;
        padding-bottom: 74px;
    }
    .x\:px-74p {
        padding-left: 74px;
        padding-right: 74px;
    }
    .x\:py-78p {
        padding-top: 78px;
        padding-bottom: 78px;
    }
    .x\:px-78p {
        padding-left: 78px;
        padding-right: 78px;
    }
    .x\:py-80p {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .x\:px-80p {
        padding-left: 80px;
        padding-right: 80px;
    }
    .x\:py-82p {
        padding-top: 82px;
        padding-bottom: 82px;
    }
    .x\:px-82p {
        padding-left: 82px;
        padding-right: 82px;
    }
    .x\:py-84p {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .x\:px-84p {
        padding-left: 84px;
        padding-right: 84px;
    }
    .x\:py-89p {
        padding-top: 89px;
        padding-bottom: 89px;
    }
    .x\:px-89p {
        padding-left: 89px;
        padding-right: 89px;
    }
    .x\:py-93p {
        padding-top: 93px;
        padding-bottom: 93px;
    }
    .x\:px-93p {
        padding-left: 93px;
        padding-right: 93px;
    }
    .x\:py-90p {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .x\:px-90p {
        padding-left: 90px;
        padding-right: 90px;
    }
    .x\:py-97p {
        padding-top: 97px;
        padding-bottom: 97px;
    }
    .x\:px-97p {
        padding-left: 97px;
        padding-right: 97px;
    }
    .x\:py-103p {
        padding-top: 103px;
        padding-bottom: 103px;
    }
    .x\:px-103p {
        padding-left: 103px;
        padding-right: 103px;
    }
    .x\:py-116p {
        padding-top: 116px;
        padding-bottom: 116px;
    }
    .x\:px-116p {
        padding-left: 116px;
        padding-right: 116px;
    }
    .x\:py-120p {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .x\:px-120p {
        padding-left: 120px;
        padding-right: 120px;
    }
    .x\:py-125p {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .x\:px-125p {
        padding-left: 125px;
        padding-right: 125px;
    }
    .x\:py-130p {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .x\:px-130p {
        padding-left: 130px;
        padding-right: 130px;
    }
    .x\:py-135p {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .x\:px-135p {
        padding-left: 135px;
        padding-right: 135px;
    }
    .x\:py-132p {
        padding-top: 132px;
        padding-bottom: 132px;
    }
    .x\:px-132p {
        padding-left: 132px;
        padding-right: 132px;
    }
    .x\:py-150p {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .x\:px-150p {
        padding-left: 150px;
        padding-right: 150px;
    }
    .x\:py-216p {
        padding-top: 216px;
        padding-bottom: 216px;
    }
    .x\:px-216p {
        padding-left: 216px;
        padding-right: 216px;
    }
    .x\:py-225p {
        padding-top: 225px;
        padding-bottom: 225px;
    }
    .x\:px-225p {
        padding-left: 225px;
        padding-right: 225px;
    }
    .x\:py-296p {
        padding-top: 296px;
        padding-bottom: 296px;
    }
    .x\:px-296p {
        padding-left: 296px;
        padding-right: 296px;
    }
    .x\:py-270p {
        padding-top: 270px;
        padding-bottom: 270px;
    }
    .x\:px-270p {
        padding-left: 270px;
        padding-right: 270px;
    }
    .x\:py-137p {
        padding-top: 137px;
        padding-bottom: 137px;
    }
    .x\:px-137p {
        padding-left: 137px;
        padding-right: 137px;
    }
    .x\:py-141p {
        padding-top: 141px;
        padding-bottom: 141px;
    }
    .x\:px-141p {
        padding-left: 141px;
        padding-right: 141px;
    }
    .x\:py-146p {
        padding-top: 146px;
        padding-bottom: 146px;
    }
    .x\:px-146p {
        padding-left: 146px;
        padding-right: 146px;
    }
    .x\:py-152p {
        padding-top: 152px;
        padding-bottom: 152px;
    }
    .x\:px-152p {
        padding-left: 152px;
        padding-right: 152px;
    }
    .x\:py-155p {
        padding-top: 155px;
        padding-bottom: 155px;
    }
    .x\:px-155p {
        padding-left: 155px;
        padding-right: 155px;
    }
    .x\:py-163p {
        padding-top: 163px;
        padding-bottom: 163px;
    }
    .x\:px-163p {
        padding-left: 163px;
        padding-right: 163px;
    }
    .x\:py-168p {
        padding-top: 168px;
        padding-bottom: 168px;
    }
    .x\:px-168p {
        padding-left: 168px;
        padding-right: 168px;
    }
    .x\:py-173p {
        padding-top: 173px;
        padding-bottom: 173px;
    }
    .x\:px-173p {
        padding-left: 173px;
        padding-right: 173px;
    }
    .x\:py-210p {
        padding-top: 210px;
        padding-bottom: 210px;
    }
    .x\:px-210p {
        padding-left: 210px;
        padding-right: 210px;
    }
    .x\:py-245p {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .x\:px-245p {
        padding-left: 245px;
        padding-right: 245px;
    }
    .x\:py-250p {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .x\:px-250p {
        padding-left: 250px;
        padding-right: 250px;
    }
    .x\:py-260p {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    .x\:px-260p {
        padding-left: 260px;
        padding-right: 260px;
    }
    .x\:py-263p {
        padding-top: 263px;
        padding-bottom: 263px;
    }
    .x\:px-263p {
        padding-left: 263px;
        padding-right: 263px;
    }
    .x\:py-266p {
        padding-top: 266px;
        padding-bottom: 266px;
    }
    .x\:px-266p {
        padding-left: 266px;
        padding-right: 266px;
    }
    .x\:py-275p {
        padding-top: 275px;
        padding-bottom: 275px;
    }
    .x\:px-275p {
        padding-left: 275px;
        padding-right: 275px;
    }
    .x\:py-300p {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .x\:px-300p {
        padding-left: 300px;
        padding-right: 300px;
    }
    .x\:py-312p {
        padding-top: 312px;
        padding-bottom: 312px;
    }
    .x\:px-312p {
        padding-left: 312px;
        padding-right: 312px;
    }
    .x\:py-318p {
        padding-top: 318px;
        padding-bottom: 318px;
    }
    .x\:px-318p {
        padding-left: 318px;
        padding-right: 318px;
    }
    .x\:py-322p {
        padding-top: 322px;
        padding-bottom: 322px;
    }
    .x\:px-322p {
        padding-left: 322px;
        padding-right: 322px;
    }
    .x\:py-337p {
        padding-top: 337px;
        padding-bottom: 337px;
    }
    .x\:px-337p {
        padding-left: 337px;
        padding-right: 337px;
    }
    .x\:py-345p {
        padding-top: 345px;
        padding-bottom: 345px;
    }
    .x\:px-345p {
        padding-left: 345px;
        padding-right: 345px;
    }
    .x\:py-344p {
        padding-top: 344px;
        padding-bottom: 344px;
    }
    .x\:px-344p {
        padding-left: 344px;
        padding-right: 344px;
    }
    .x\:py-354p {
        padding-top: 354px;
        padding-bottom: 354px;
    }
    .x\:px-354p {
        padding-left: 354px;
        padding-right: 354px;
    }
    .x\:py-364p {
        padding-top: 364px;
        padding-bottom: 364px;
    }
    .x\:px-364p {
        padding-left: 364px;
        padding-right: 364px;
    }
    .x\:py-370p {
        padding-top: 370px;
        padding-bottom: 370px;
    }
    .x\:px-370p {
        padding-left: 370px;
        padding-right: 370px;
    }
    .x\:py-382p {
        padding-top: 382px;
        padding-bottom: 382px;
    }
    .x\:px-382p {
        padding-left: 382px;
        padding-right: 382px;
    }
    .x\:py-385p {
        padding-top: 385px;
        padding-bottom: 385px;
    }
    .x\:px-385p {
        padding-left: 385px;
        padding-right: 385px;
    }
    .x\:py-400p {
        padding-top: 400px;
        padding-bottom: 400px;
    }
    .x\:px-400p {
        padding-left: 400px;
        padding-right: 400px;
    }
    .x\:py-407p {
        padding-top: 407px;
        padding-bottom: 407px;
    }
    .x\:px-407p {
        padding-left: 407px;
        padding-right: 407px;
    }
    .x\:py-411p {
        padding-top: 411px;
        padding-bottom: 411px;
    }
    .x\:px-411p {
        padding-left: 411px;
        padding-right: 411px;
    }
    .x\:py-418p {
        padding-top: 418px;
        padding-bottom: 418px;
    }
    .x\:px-418p {
        padding-left: 418px;
        padding-right: 418px;
    }
    .x\:py-430p {
        padding-top: 430px;
        padding-bottom: 430px;
    }
    .x\:px-430p {
        padding-left: 430px;
        padding-right: 430px;
    }
    .x\:py-450p {
        padding-top: 450px;
        padding-bottom: 450px;
    }
    .x\:px-450p {
        padding-left: 450px;
        padding-right: 450px;
    }
    .x\:py-468p {
        padding-top: 468px;
        padding-bottom: 468px;
    }
    .x\:px-468p {
        padding-left: 468px;
        padding-right: 468px;
    }
    .x\:py-485p {
        padding-top: 485px;
        padding-bottom: 485px;
    }
    .x\:px-485p {
        padding-left: 485px;
        padding-right: 485px;
    }
    .x\:py-491p {
        padding-top: 491px;
        padding-bottom: 491px;
    }
    .x\:px-491p {
        padding-left: 491px;
        padding-right: 491px;
    }
    .x\:py-494p {
        padding-top: 494px;
        padding-bottom: 494px;
    }
    .x\:px-494p {
        padding-left: 494px;
        padding-right: 494px;
    }
    .x\:py-470p {
        padding-top: 470px;
        padding-bottom: 470px;
    }
    .x\:px-470p {
        padding-left: 470px;
        padding-right: 470px;
    }
    .x\:py-480p {
        padding-top: 480px;
        padding-bottom: 480px;
    }
    .x\:px-480p {
        padding-left: 480px;
        padding-right: 480px;
    }
    .x\:py-532p {
        padding-top: 532px;
        padding-bottom: 532px;
    }
    .x\:px-532p {
        padding-left: 532px;
        padding-right: 532px;
    }
    .x\:py-556p {
        padding-top: 556px;
        padding-bottom: 556px;
    }
    .x\:px-556p {
        padding-left: 556px;
        padding-right: 556px;
    }
    .x\:py-505p {
        padding-top: 505px;
        padding-bottom: 505px;
    }
    .x\:px-505p {
        padding-left: 505px;
        padding-right: 505px;
    }
    .x\:py-1179p {
        padding-top: 1179px;
        padding-bottom: 1179px;
    }
    .x\:px-1179p {
        padding-left: 1179px;
        padding-right: 1179px;
    }
    .x\:py-1253p {
        padding-top: 1253px;
        padding-bottom: 1253px;
    }
    .x\:px-1253p {
        padding-left: 1253px;
        padding-right: 1253px;
    }
    .x\:py-1575p {
        padding-top: 1575px;
        padding-bottom: 1575px;
    }
    .x\:px-1575p {
        padding-left: 1575px;
        padding-right: 1575px;
    }
    .x\:py-600p {
        padding-top: 600px;
        padding-bottom: 600px;
    }
    .x\:px-600p {
        padding-left: 600px;
        padding-right: 600px;
    }
    .x\:py-649p {
        padding-top: 649px;
        padding-bottom: 649px;
    }
    .x\:px-649p {
        padding-left: 649px;
        padding-right: 649px;
    }
    .x\:py-690p {
        padding-top: 690px;
        padding-bottom: 690px;
    }
    .x\:px-690p {
        padding-left: 690px;
        padding-right: 690px;
    }
    .x\:py-19\% {
        padding-top: 19%;
        padding-bottom: 19%;
    }
    .x\:px-19\% {
        padding-left: 19%;
        padding-right: 19%;
    }
    .x\:py-23\% {
        padding-top: 23%;
        padding-bottom: 23%;
    }
    .x\:px-23\% {
        padding-left: 23%;
        padding-right: 23%;
    }
    .x\:py-24\% {
        padding-top: 24%;
        padding-bottom: 24%;
    }
    .x\:px-24\% {
        padding-left: 24%;
        padding-right: 24%;
    }
    .x\:py-36\% {
        padding-top: 36%;
        padding-bottom: 36%;
    }
    .x\:px-36\% {
        padding-left: 36%;
        padding-right: 36%;
    }
    .x\:py-27\% {
        padding-top: 27%;
        padding-bottom: 27%;
    }
    .x\:px-27\% {
        padding-left: 27%;
        padding-right: 27%;
    }
    .x\:py-28\% {
        padding-top: 28%;
        padding-bottom: 28%;
    }
    .x\:px-28\% {
        padding-left: 28%;
        padding-right: 28%;
    }
    .x\:py-42\% {
        padding-top: 42%;
        padding-bottom: 42%;
    }
    .x\:px-42\% {
        padding-left: 42%;
        padding-right: 42%;
    }
    .x\:py-46\% {
        padding-top: 46%;
        padding-bottom: 46%;
    }
    .x\:px-46\% {
        padding-left: 46%;
        padding-right: 46%;
    }
    .x\:py-49\% {
        padding-top: 49%;
        padding-bottom: 49%;
    }
    .x\:px-49\% {
        padding-left: 49%;
        padding-right: 49%;
    }
    .x\:py-54\% {
        padding-top: 54%;
        padding-bottom: 54%;
    }
    .x\:px-54\% {
        padding-left: 54%;
        padding-right: 54%;
    }
    .x\:py-58\% {
        padding-top: 58%;
        padding-bottom: 58%;
    }
    .x\:px-58\% {
        padding-left: 58%;
        padding-right: 58%;
    }
    .x\:py-72\% {
        padding-top: 72%;
        padding-bottom: 72%;
    }
    .x\:px-72\% {
        padding-left: 72%;
        padding-right: 72%;
    }
    .x\:py-76\% {
        padding-top: 76%;
        padding-bottom: 76%;
    }
    .x\:px-76\% {
        padding-left: 76%;
        padding-right: 76%;
    }
    .x\:py-77\% {
        padding-top: 77%;
        padding-bottom: 77%;
    }
    .x\:px-77\% {
        padding-left: 77%;
        padding-right: 77%;
    }
    .x\:py-340p {
        padding-top: 340px;
        padding-bottom: 340px;
    }
    .x\:px-340p {
        padding-left: 340px;
        padding-right: 340px;
    }
    .x\:py-700p {
        padding-top: 700px;
        padding-bottom: 700px;
    }
    .x\:px-700p {
        padding-left: 700px;
        padding-right: 700px;
    }
    .x\:py-848p {
        padding-top: 848px;
        padding-bottom: 848px;
    }
    .x\:px-848p {
        padding-left: 848px;
        padding-right: 848px;
    }
    .x\:py-850p {
        padding-top: 850px;
        padding-bottom: 850px;
    }
    .x\:px-850p {
        padding-left: 850px;
        padding-right: 850px;
    }
    .x\:py-860p {
        padding-top: 860px;
        padding-bottom: 860px;
    }
    .x\:px-860p {
        padding-left: 860px;
        padding-right: 860px;
    }
    .x\:py-1425p {
        padding-top: 1425px;
        padding-bottom: 1425px;
    }
    .x\:px-1425p {
        padding-left: 1425px;
        padding-right: 1425px;
    }
    .x\:pt-0 {
        padding-top: 0;
    }
    .x\:pr-0 {
        padding-right: 0;
    }
    .x\:pb-0 {
        padding-bottom: 0;
    }
    .x\:pl-0 {
        padding-left: 0;
    }
    .x\:pt-1 {
        padding-top: 0.25rem;
    }
    .x\:pr-1 {
        padding-right: 0.25rem;
    }
    .x\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .x\:pl-1 {
        padding-left: 0.25rem;
    }
    .x\:pt-2 {
        padding-top: 0.5rem;
    }
    .x\:pr-2 {
        padding-right: 0.5rem;
    }
    .x\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .x\:pl-2 {
        padding-left: 0.5rem;
    }
    .x\:pt-3 {
        padding-top: 0.75rem;
    }
    .x\:pr-3 {
        padding-right: 0.75rem;
    }
    .x\:pb-3 {
        padding-bottom: 0.75rem;
    }
    .x\:pl-3 {
        padding-left: 0.75rem;
    }
    .x\:pt-4 {
        padding-top: 1rem;
    }
    .x\:pr-4 {
        padding-right: 1rem;
    }
    .x\:pb-4 {
        padding-bottom: 1rem;
    }
    .x\:pl-4 {
        padding-left: 1rem;
    }
    .x\:pt-5 {
        padding-top: 1.25rem;
    }
    .x\:pr-5 {
        padding-right: 1.25rem;
    }
    .x\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .x\:pl-5 {
        padding-left: 1.25rem;
    }
    .x\:pt-6 {
        padding-top: 1.5rem;
    }
    .x\:pr-6 {
        padding-right: 1.5rem;
    }
    .x\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .x\:pl-6 {
        padding-left: 1.5rem;
    }
    .x\:pt-7 {
        padding-top: 1.75rem;
    }
    .x\:pr-7 {
        padding-right: 1.75rem;
    }
    .x\:pb-7 {
        padding-bottom: 1.75rem;
    }
    .x\:pl-7 {
        padding-left: 1.75rem;
    }
    .x\:pt-8 {
        padding-top: 2rem;
    }
    .x\:pr-8 {
        padding-right: 2rem;
    }
    .x\:pb-8 {
        padding-bottom: 2rem;
    }
    .x\:pl-8 {
        padding-left: 2rem;
    }
    .x\:pt-9 {
        padding-top: 2.25rem;
    }
    .x\:pr-9 {
        padding-right: 2.25rem;
    }
    .x\:pb-9 {
        padding-bottom: 2.25rem;
    }
    .x\:pl-9 {
        padding-left: 2.25rem;
    }
    .x\:pt-10 {
        padding-top: 2.5rem;
    }
    .x\:pr-10 {
        padding-right: 2.5rem;
    }
    .x\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .x\:pl-10 {
        padding-left: 2.5rem;
    }
    .x\:pt-11 {
        padding-top: 2.75rem;
    }
    .x\:pr-11 {
        padding-right: 2.75rem;
    }
    .x\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .x\:pl-11 {
        padding-left: 2.75rem;
    }
    .x\:pt-12 {
        padding-top: 3rem;
    }
    .x\:pr-12 {
        padding-right: 3rem;
    }
    .x\:pb-12 {
        padding-bottom: 3rem;
    }
    .x\:pl-12 {
        padding-left: 3rem;
    }
    .x\:pt-14 {
        padding-top: 3.5rem;
    }
    .x\:pr-14 {
        padding-right: 3.5rem;
    }
    .x\:pb-14 {
        padding-bottom: 3.5rem;
    }
    .x\:pl-14 {
        padding-left: 3.5rem;
    }
    .x\:pt-16 {
        padding-top: 4rem;
    }
    .x\:pr-16 {
        padding-right: 4rem;
    }
    .x\:pb-16 {
        padding-bottom: 4rem;
    }
    .x\:pl-16 {
        padding-left: 4rem;
    }
    .x\:pt-20 {
        padding-top: 5rem;
    }
    .x\:pr-20 {
        padding-right: 5rem;
    }
    .x\:pb-20 {
        padding-bottom: 5rem;
    }
    .x\:pl-20 {
        padding-left: 5rem;
    }
    .x\:pt-23 {
        padding-top: 88px;
    }
    .x\:pr-23 {
        padding-right: 88px;
    }
    .x\:pb-23 {
        padding-bottom: 88px;
    }
    .x\:pl-23 {
        padding-left: 88px;
    }
    .x\:pt-24 {
        padding-top: 6rem;
    }
    .x\:pr-24 {
        padding-right: 6rem;
    }
    .x\:pb-24 {
        padding-bottom: 6rem;
    }
    .x\:pl-24 {
        padding-left: 6rem;
    }
    .x\:pt-25 {
        padding-top: 100px;
    }
    .x\:pr-25 {
        padding-right: 100px;
    }
    .x\:pb-25 {
        padding-bottom: 100px;
    }
    .x\:pl-25 {
        padding-left: 100px;
    }
    .x\:pt-28 {
        padding-top: 7rem;
    }
    .x\:pr-28 {
        padding-right: 7rem;
    }
    .x\:pb-28 {
        padding-bottom: 7rem;
    }
    .x\:pl-28 {
        padding-left: 7rem;
    }
    .x\:pt-29 {
        padding-top: 120px;
    }
    .x\:pr-29 {
        padding-right: 120px;
    }
    .x\:pb-29 {
        padding-bottom: 120px;
    }
    .x\:pl-29 {
        padding-left: 120px;
    }
    .x\:pt-32 {
        padding-top: 8rem;
    }
    .x\:pr-32 {
        padding-right: 8rem;
    }
    .x\:pb-32 {
        padding-bottom: 8rem;
    }
    .x\:pl-32 {
        padding-left: 8rem;
    }
    .x\:pt-33 {
        padding-top: 130px;
    }
    .x\:pr-33 {
        padding-right: 130px;
    }
    .x\:pb-33 {
        padding-bottom: 130px;
    }
    .x\:pl-33 {
        padding-left: 130px;
    }
    .x\:pt-36 {
        padding-top: 9rem;
    }
    .x\:pr-36 {
        padding-right: 9rem;
    }
    .x\:pb-36 {
        padding-bottom: 9rem;
    }
    .x\:pl-36 {
        padding-left: 9rem;
    }
    .x\:pt-40 {
        padding-top: 10rem;
    }
    .x\:pr-40 {
        padding-right: 10rem;
    }
    .x\:pb-40 {
        padding-bottom: 10rem;
    }
    .x\:pl-40 {
        padding-left: 10rem;
    }
    .x\:pt-44 {
        padding-top: 11rem;
    }
    .x\:pr-44 {
        padding-right: 11rem;
    }
    .x\:pb-44 {
        padding-bottom: 11rem;
    }
    .x\:pl-44 {
        padding-left: 11rem;
    }
    .x\:pt-48 {
        padding-top: 12rem;
    }
    .x\:pr-48 {
        padding-right: 12rem;
    }
    .x\:pb-48 {
        padding-bottom: 12rem;
    }
    .x\:pl-48 {
        padding-left: 12rem;
    }
    .x\:pt-52 {
        padding-top: 13rem;
    }
    .x\:pr-52 {
        padding-right: 13rem;
    }
    .x\:pb-52 {
        padding-bottom: 13rem;
    }
    .x\:pl-52 {
        padding-left: 13rem;
    }
    .x\:pt-56 {
        padding-top: 14rem;
    }
    .x\:pr-56 {
        padding-right: 14rem;
    }
    .x\:pb-56 {
        padding-bottom: 14rem;
    }
    .x\:pl-56 {
        padding-left: 14rem;
    }
    .x\:pt-60 {
        padding-top: 15rem;
    }
    .x\:pr-60 {
        padding-right: 15rem;
    }
    .x\:pb-60 {
        padding-bottom: 15rem;
    }
    .x\:pl-60 {
        padding-left: 15rem;
    }
    .x\:pt-63 {
        padding-top: 270px;
    }
    .x\:pr-63 {
        padding-right: 270px;
    }
    .x\:pb-63 {
        padding-bottom: 270px;
    }
    .x\:pl-63 {
        padding-left: 270px;
    }
    .x\:pt-64 {
        padding-top: 16rem;
    }
    .x\:pr-64 {
        padding-right: 16rem;
    }
    .x\:pb-64 {
        padding-bottom: 16rem;
    }
    .x\:pl-64 {
        padding-left: 16rem;
    }
    .x\:pt-72 {
        padding-top: 18rem;
    }
    .x\:pr-72 {
        padding-right: 18rem;
    }
    .x\:pb-72 {
        padding-bottom: 18rem;
    }
    .x\:pl-72 {
        padding-left: 18rem;
    }
    .x\:pt-80 {
        padding-top: 20rem;
    }
    .x\:pr-80 {
        padding-right: 20rem;
    }
    .x\:pb-80 {
        padding-bottom: 20rem;
    }
    .x\:pl-80 {
        padding-left: 20rem;
    }
    .x\:pt-92 {
        padding-top: 475px;
    }
    .x\:pr-92 {
        padding-right: 475px;
    }
    .x\:pb-92 {
        padding-bottom: 475px;
    }
    .x\:pl-92 {
        padding-left: 475px;
    }
    .x\:pt-96 {
        padding-top: 24rem;
    }
    .x\:pr-96 {
        padding-right: 24rem;
    }
    .x\:pb-96 {
        padding-bottom: 24rem;
    }
    .x\:pl-96 {
        padding-left: 24rem;
    }
    .x\:pt-128 {
        padding-top: 32rem;
    }
    .x\:pr-128 {
        padding-right: 32rem;
    }
    .x\:pb-128 {
        padding-bottom: 32rem;
    }
    .x\:pl-128 {
        padding-left: 32rem;
    }
    .x\:pt-px {
        padding-top: 1px;
    }
    .x\:pr-px {
        padding-right: 1px;
    }
    .x\:pb-px {
        padding-bottom: 1px;
    }
    .x\:pl-px {
        padding-left: 1px;
    }
    .x\:pt-0\.5 {
        padding-top: 0.125rem;
    }
    .x\:pr-0\.5 {
        padding-right: 0.125rem;
    }
    .x\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }
    .x\:pl-0\.5 {
        padding-left: 0.125rem;
    }
    .x\:pt-1\.5 {
        padding-top: 0.375rem;
    }
    .x\:pr-1\.5 {
        padding-right: 0.375rem;
    }
    .x\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }
    .x\:pl-1\.5 {
        padding-left: 0.375rem;
    }
    .x\:pt-2\.5 {
        padding-top: 0.625rem;
    }
    .x\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .x\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }
    .x\:pl-2\.5 {
        padding-left: 0.625rem;
    }
    .x\:pt-3\.5 {
        padding-top: 0.875rem;
    }
    .x\:pr-3\.5 {
        padding-right: 0.875rem;
    }
    .x\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }
    .x\:pl-3\.5 {
        padding-left: 0.875rem;
    }
    .x\:pt-105p {
        padding-top: 105px;
    }
    .x\:pr-105p {
        padding-right: 105px;
    }
    .x\:pb-105p {
        padding-bottom: 105px;
    }
    .x\:pl-105p {
        padding-left: 105px;
    }
    .x\:pt-50p {
        padding-top: 50px;
    }
    .x\:pr-50p {
        padding-right: 50px;
    }
    .x\:pb-50p {
        padding-bottom: 50px;
    }
    .x\:pl-50p {
        padding-left: 50px;
    }
    .x\:pt-54p {
        padding-top: 54px;
    }
    .x\:pr-54p {
        padding-right: 54px;
    }
    .x\:pb-54p {
        padding-bottom: 54px;
    }
    .x\:pl-54p {
        padding-left: 54px;
    }
    .x\:pt-1p {
        padding-top: 1px;
    }
    .x\:pr-1p {
        padding-right: 1px;
    }
    .x\:pb-1p {
        padding-bottom: 1px;
    }
    .x\:pl-1p {
        padding-left: 1px;
    }
    .x\:pt-2p {
        padding-top: 2px;
    }
    .x\:pr-2p {
        padding-right: 2px;
    }
    .x\:pb-2p {
        padding-bottom: 2px;
    }
    .x\:pl-2p {
        padding-left: 2px;
    }
    .x\:pt-3p {
        padding-top: 3px;
    }
    .x\:pr-3p {
        padding-right: 3px;
    }
    .x\:pb-3p {
        padding-bottom: 3px;
    }
    .x\:pl-3p {
        padding-left: 3px;
    }
    .x\:pt-5p {
        padding-top: 5px;
    }
    .x\:pr-5p {
        padding-right: 5px;
    }
    .x\:pb-5p {
        padding-bottom: 5px;
    }
    .x\:pl-5p {
        padding-left: 5px;
    }
    .x\:pt-7p {
        padding-top: 7px;
    }
    .x\:pr-7p {
        padding-right: 7px;
    }
    .x\:pb-7p {
        padding-bottom: 7px;
    }
    .x\:pl-7p {
        padding-left: 7px;
    }
    .x\:pt-9p {
        padding-top: 9px;
    }
    .x\:pr-9p {
        padding-right: 9px;
    }
    .x\:pb-9p {
        padding-bottom: 9px;
    }
    .x\:pl-9p {
        padding-left: 9px;
    }
    .x\:pt-10p {
        padding-top: 10px;
    }
    .x\:pr-10p {
        padding-right: 10px;
    }
    .x\:pb-10p {
        padding-bottom: 10px;
    }
    .x\:pl-10p {
        padding-left: 10px;
    }
    .x\:pt-11p {
        padding-top: 11px;
    }
    .x\:pr-11p {
        padding-right: 11px;
    }
    .x\:pb-11p {
        padding-bottom: 11px;
    }
    .x\:pl-11p {
        padding-left: 11px;
    }
    .x\:pt-13p {
        padding-top: 13px;
    }
    .x\:pr-13p {
        padding-right: 13px;
    }
    .x\:pb-13p {
        padding-bottom: 13px;
    }
    .x\:pl-13p {
        padding-left: 13px;
    }
    .x\:pt-15p {
        padding-top: 15px;
    }
    .x\:pr-15p {
        padding-right: 15px;
    }
    .x\:pb-15p {
        padding-bottom: 15px;
    }
    .x\:pl-15p {
        padding-left: 15px;
    }
    .x\:pt-18p {
        padding-top: 18px;
    }
    .x\:pr-18p {
        padding-right: 18px;
    }
    .x\:pb-18p {
        padding-bottom: 18px;
    }
    .x\:pl-18p {
        padding-left: 18px;
    }
    .x\:pt-19p {
        padding-top: 19px;
    }
    .x\:pr-19p {
        padding-right: 19px;
    }
    .x\:pb-19p {
        padding-bottom: 19px;
    }
    .x\:pl-19p {
        padding-left: 19px;
    }
    .x\:pt-21p {
        padding-top: 21px;
    }
    .x\:pr-21p {
        padding-right: 21px;
    }
    .x\:pb-21p {
        padding-bottom: 21px;
    }
    .x\:pl-21p {
        padding-left: 21px;
    }
    .x\:pt-22p {
        padding-top: 22px;
    }
    .x\:pr-22p {
        padding-right: 22px;
    }
    .x\:pb-22p {
        padding-bottom: 22px;
    }
    .x\:pl-22p {
        padding-left: 22px;
    }
    .x\:pt-23p {
        padding-top: 23px;
    }
    .x\:pr-23p {
        padding-right: 23px;
    }
    .x\:pb-23p {
        padding-bottom: 23px;
    }
    .x\:pl-23p {
        padding-left: 23px;
    }
    .x\:pt-25p {
        padding-top: 25px;
    }
    .x\:pr-25p {
        padding-right: 25px;
    }
    .x\:pb-25p {
        padding-bottom: 25px;
    }
    .x\:pl-25p {
        padding-left: 25px;
    }
    .x\:pt-26p {
        padding-top: 26px;
    }
    .x\:pr-26p {
        padding-right: 26px;
    }
    .x\:pb-26p {
        padding-bottom: 26px;
    }
    .x\:pl-26p {
        padding-left: 26px;
    }
    .x\:pt-29p {
        padding-top: 29px;
    }
    .x\:pr-29p {
        padding-right: 29px;
    }
    .x\:pb-29p {
        padding-bottom: 29px;
    }
    .x\:pl-29p {
        padding-left: 29px;
    }
    .x\:pt-30p {
        padding-top: 30px;
    }
    .x\:pr-30p {
        padding-right: 30px;
    }
    .x\:pb-30p {
        padding-bottom: 30px;
    }
    .x\:pl-30p {
        padding-left: 30px;
    }
    .x\:pt-31p {
        padding-top: 31px;
    }
    .x\:pr-31p {
        padding-right: 31px;
    }
    .x\:pb-31p {
        padding-bottom: 31px;
    }
    .x\:pl-31p {
        padding-left: 31px;
    }
    .x\:pt-35p {
        padding-top: 35px;
    }
    .x\:pr-35p {
        padding-right: 35px;
    }
    .x\:pb-35p {
        padding-bottom: 35px;
    }
    .x\:pl-35p {
        padding-left: 35px;
    }
    .x\:pt-52p {
        padding-top: 52px;
    }
    .x\:pr-52p {
        padding-right: 52px;
    }
    .x\:pb-52p {
        padding-bottom: 52px;
    }
    .x\:pl-52p {
        padding-left: 52px;
    }
    .x\:pt-53p {
        padding-top: 53px;
    }
    .x\:pr-53p {
        padding-right: 53px;
    }
    .x\:pb-53p {
        padding-bottom: 53px;
    }
    .x\:pl-53p {
        padding-left: 53px;
    }
    .x\:pt-55p {
        padding-top: 55px;
    }
    .x\:pr-55p {
        padding-right: 55px;
    }
    .x\:pb-55p {
        padding-bottom: 55px;
    }
    .x\:pl-55p {
        padding-left: 55px;
    }
    .x\:pt-59p {
        padding-top: 59px;
    }
    .x\:pr-59p {
        padding-right: 59px;
    }
    .x\:pb-59p {
        padding-bottom: 59px;
    }
    .x\:pl-59p {
        padding-left: 59px;
    }
    .x\:pt-27p {
        padding-top: 27px;
    }
    .x\:pr-27p {
        padding-right: 27px;
    }
    .x\:pb-27p {
        padding-bottom: 27px;
    }
    .x\:pl-27p {
        padding-left: 27px;
    }
    .x\:pt-33\.5p {
        padding-top: 33.5px;
    }
    .x\:pr-33\.5p {
        padding-right: 33.5px;
    }
    .x\:pb-33\.5p {
        padding-bottom: 33.5px;
    }
    .x\:pl-33\.5p {
        padding-left: 33.5px;
    }
    .x\:pt-38p {
        padding-top: 38px;
    }
    .x\:pr-38p {
        padding-right: 38px;
    }
    .x\:pb-38p {
        padding-bottom: 38px;
    }
    .x\:pl-38p {
        padding-left: 38px;
    }
    .x\:pt-40p {
        padding-top: 40px;
    }
    .x\:pr-40p {
        padding-right: 40px;
    }
    .x\:pb-40p {
        padding-bottom: 40px;
    }
    .x\:pl-40p {
        padding-left: 40px;
    }
    .x\:pt-46p {
        padding-top: 46px;
    }
    .x\:pr-46p {
        padding-right: 46px;
    }
    .x\:pb-46p {
        padding-bottom: 46px;
    }
    .x\:pl-46p {
        padding-left: 46px;
    }
    .x\:pt-47p {
        padding-top: 47px;
    }
    .x\:pr-47p {
        padding-right: 47px;
    }
    .x\:pb-47p {
        padding-bottom: 47px;
    }
    .x\:pl-47p {
        padding-left: 47px;
    }
    .x\:pt-49p {
        padding-top: 49px;
    }
    .x\:pr-49p {
        padding-right: 49px;
    }
    .x\:pb-49p {
        padding-bottom: 49px;
    }
    .x\:pl-49p {
        padding-left: 49px;
    }
    .x\:pt-58p {
        padding-top: 58px;
    }
    .x\:pr-58p {
        padding-right: 58px;
    }
    .x\:pb-58p {
        padding-bottom: 58px;
    }
    .x\:pl-58p {
        padding-left: 58px;
    }
    .x\:pt-75p {
        padding-top: 75px;
    }
    .x\:pr-75p {
        padding-right: 75px;
    }
    .x\:pb-75p {
        padding-bottom: 75px;
    }
    .x\:pl-75p {
        padding-left: 75px;
    }
    .x\:pt-77p {
        padding-top: 77px;
    }
    .x\:pr-77p {
        padding-right: 77px;
    }
    .x\:pb-77p {
        padding-bottom: 77px;
    }
    .x\:pl-77p {
        padding-left: 77px;
    }
    .x\:pt-60p {
        padding-top: 60px;
    }
    .x\:pr-60p {
        padding-right: 60px;
    }
    .x\:pb-60p {
        padding-bottom: 60px;
    }
    .x\:pl-60p {
        padding-left: 60px;
    }
    .x\:pt-65p {
        padding-top: 65px;
    }
    .x\:pr-65p {
        padding-right: 65px;
    }
    .x\:pb-65p {
        padding-bottom: 65px;
    }
    .x\:pl-65p {
        padding-left: 65px;
    }
    .x\:pt-66p {
        padding-top: 66px;
    }
    .x\:pr-66p {
        padding-right: 66px;
    }
    .x\:pb-66p {
        padding-bottom: 66px;
    }
    .x\:pl-66p {
        padding-left: 66px;
    }
    .x\:pt-68p {
        padding-top: 68px;
    }
    .x\:pr-68p {
        padding-right: 68px;
    }
    .x\:pb-68p {
        padding-bottom: 68px;
    }
    .x\:pl-68p {
        padding-left: 68px;
    }
    .x\:pt-70p {
        padding-top: 70px;
    }
    .x\:pr-70p {
        padding-right: 70px;
    }
    .x\:pb-70p {
        padding-bottom: 70px;
    }
    .x\:pl-70p {
        padding-left: 70px;
    }
    .x\:pt-72p {
        padding-top: 72px;
    }
    .x\:pr-72p {
        padding-right: 72px;
    }
    .x\:pb-72p {
        padding-bottom: 72px;
    }
    .x\:pl-72p {
        padding-left: 72px;
    }
    .x\:pt-74p {
        padding-top: 74px;
    }
    .x\:pr-74p {
        padding-right: 74px;
    }
    .x\:pb-74p {
        padding-bottom: 74px;
    }
    .x\:pl-74p {
        padding-left: 74px;
    }
    .x\:pt-78p {
        padding-top: 78px;
    }
    .x\:pr-78p {
        padding-right: 78px;
    }
    .x\:pb-78p {
        padding-bottom: 78px;
    }
    .x\:pl-78p {
        padding-left: 78px;
    }
    .x\:pt-80p {
        padding-top: 80px;
    }
    .x\:pr-80p {
        padding-right: 80px;
    }
    .x\:pb-80p {
        padding-bottom: 80px;
    }
    .x\:pl-80p {
        padding-left: 80px;
    }
    .x\:pt-82p {
        padding-top: 82px;
    }
    .x\:pr-82p {
        padding-right: 82px;
    }
    .x\:pb-82p {
        padding-bottom: 82px;
    }
    .x\:pl-82p {
        padding-left: 82px;
    }
    .x\:pt-84p {
        padding-top: 84px;
    }
    .x\:pr-84p {
        padding-right: 84px;
    }
    .x\:pb-84p {
        padding-bottom: 84px;
    }
    .x\:pl-84p {
        padding-left: 84px;
    }
    .x\:pt-89p {
        padding-top: 89px;
    }
    .x\:pr-89p {
        padding-right: 89px;
    }
    .x\:pb-89p {
        padding-bottom: 89px;
    }
    .x\:pl-89p {
        padding-left: 89px;
    }
    .x\:pt-93p {
        padding-top: 93px;
    }
    .x\:pr-93p {
        padding-right: 93px;
    }
    .x\:pb-93p {
        padding-bottom: 93px;
    }
    .x\:pl-93p {
        padding-left: 93px;
    }
    .x\:pt-90p {
        padding-top: 90px;
    }
    .x\:pr-90p {
        padding-right: 90px;
    }
    .x\:pb-90p {
        padding-bottom: 90px;
    }
    .x\:pl-90p {
        padding-left: 90px;
    }
    .x\:pt-97p {
        padding-top: 97px;
    }
    .x\:pr-97p {
        padding-right: 97px;
    }
    .x\:pb-97p {
        padding-bottom: 97px;
    }
    .x\:pl-97p {
        padding-left: 97px;
    }
    .x\:pt-103p {
        padding-top: 103px;
    }
    .x\:pr-103p {
        padding-right: 103px;
    }
    .x\:pb-103p {
        padding-bottom: 103px;
    }
    .x\:pl-103p {
        padding-left: 103px;
    }
    .x\:pt-116p {
        padding-top: 116px;
    }
    .x\:pr-116p {
        padding-right: 116px;
    }
    .x\:pb-116p {
        padding-bottom: 116px;
    }
    .x\:pl-116p {
        padding-left: 116px;
    }
    .x\:pt-120p {
        padding-top: 120px;
    }
    .x\:pr-120p {
        padding-right: 120px;
    }
    .x\:pb-120p {
        padding-bottom: 120px;
    }
    .x\:pl-120p {
        padding-left: 120px;
    }
    .x\:pt-125p {
        padding-top: 125px;
    }
    .x\:pr-125p {
        padding-right: 125px;
    }
    .x\:pb-125p {
        padding-bottom: 125px;
    }
    .x\:pl-125p {
        padding-left: 125px;
    }
    .x\:pt-130p {
        padding-top: 130px;
    }
    .x\:pr-130p {
        padding-right: 130px;
    }
    .x\:pb-130p {
        padding-bottom: 130px;
    }
    .x\:pl-130p {
        padding-left: 130px;
    }
    .x\:pt-135p {
        padding-top: 135px;
    }
    .x\:pr-135p {
        padding-right: 135px;
    }
    .x\:pb-135p {
        padding-bottom: 135px;
    }
    .x\:pl-135p {
        padding-left: 135px;
    }
    .x\:pt-132p {
        padding-top: 132px;
    }
    .x\:pr-132p {
        padding-right: 132px;
    }
    .x\:pb-132p {
        padding-bottom: 132px;
    }
    .x\:pl-132p {
        padding-left: 132px;
    }
    .x\:pt-150p {
        padding-top: 150px;
    }
    .x\:pr-150p {
        padding-right: 150px;
    }
    .x\:pb-150p {
        padding-bottom: 150px;
    }
    .x\:pl-150p {
        padding-left: 150px;
    }
    .x\:pt-216p {
        padding-top: 216px;
    }
    .x\:pr-216p {
        padding-right: 216px;
    }
    .x\:pb-216p {
        padding-bottom: 216px;
    }
    .x\:pl-216p {
        padding-left: 216px;
    }
    .x\:pt-225p {
        padding-top: 225px;
    }
    .x\:pr-225p {
        padding-right: 225px;
    }
    .x\:pb-225p {
        padding-bottom: 225px;
    }
    .x\:pl-225p {
        padding-left: 225px;
    }
    .x\:pt-296p {
        padding-top: 296px;
    }
    .x\:pr-296p {
        padding-right: 296px;
    }
    .x\:pb-296p {
        padding-bottom: 296px;
    }
    .x\:pl-296p {
        padding-left: 296px;
    }
    .x\:pt-270p {
        padding-top: 270px;
    }
    .x\:pr-270p {
        padding-right: 270px;
    }
    .x\:pb-270p {
        padding-bottom: 270px;
    }
    .x\:pl-270p {
        padding-left: 270px;
    }
    .x\:pt-137p {
        padding-top: 137px;
    }
    .x\:pr-137p {
        padding-right: 137px;
    }
    .x\:pb-137p {
        padding-bottom: 137px;
    }
    .x\:pl-137p {
        padding-left: 137px;
    }
    .x\:pt-141p {
        padding-top: 141px;
    }
    .x\:pr-141p {
        padding-right: 141px;
    }
    .x\:pb-141p {
        padding-bottom: 141px;
    }
    .x\:pl-141p {
        padding-left: 141px;
    }
    .x\:pt-146p {
        padding-top: 146px;
    }
    .x\:pr-146p {
        padding-right: 146px;
    }
    .x\:pb-146p {
        padding-bottom: 146px;
    }
    .x\:pl-146p {
        padding-left: 146px;
    }
    .x\:pt-152p {
        padding-top: 152px;
    }
    .x\:pr-152p {
        padding-right: 152px;
    }
    .x\:pb-152p {
        padding-bottom: 152px;
    }
    .x\:pl-152p {
        padding-left: 152px;
    }
    .x\:pt-155p {
        padding-top: 155px;
    }
    .x\:pr-155p {
        padding-right: 155px;
    }
    .x\:pb-155p {
        padding-bottom: 155px;
    }
    .x\:pl-155p {
        padding-left: 155px;
    }
    .x\:pt-163p {
        padding-top: 163px;
    }
    .x\:pr-163p {
        padding-right: 163px;
    }
    .x\:pb-163p {
        padding-bottom: 163px;
    }
    .x\:pl-163p {
        padding-left: 163px;
    }
    .x\:pt-168p {
        padding-top: 168px;
    }
    .x\:pr-168p {
        padding-right: 168px;
    }
    .x\:pb-168p {
        padding-bottom: 168px;
    }
    .x\:pl-168p {
        padding-left: 168px;
    }
    .x\:pt-173p {
        padding-top: 173px;
    }
    .x\:pr-173p {
        padding-right: 173px;
    }
    .x\:pb-173p {
        padding-bottom: 173px;
    }
    .x\:pl-173p {
        padding-left: 173px;
    }
    .x\:pt-210p {
        padding-top: 210px;
    }
    .x\:pr-210p {
        padding-right: 210px;
    }
    .x\:pb-210p {
        padding-bottom: 210px;
    }
    .x\:pl-210p {
        padding-left: 210px;
    }
    .x\:pt-245p {
        padding-top: 245px;
    }
    .x\:pr-245p {
        padding-right: 245px;
    }
    .x\:pb-245p {
        padding-bottom: 245px;
    }
    .x\:pl-245p {
        padding-left: 245px;
    }
    .x\:pt-250p {
        padding-top: 250px;
    }
    .x\:pr-250p {
        padding-right: 250px;
    }
    .x\:pb-250p {
        padding-bottom: 250px;
    }
    .x\:pl-250p {
        padding-left: 250px;
    }
    .x\:pt-260p {
        padding-top: 260px;
    }
    .x\:pr-260p {
        padding-right: 260px;
    }
    .x\:pb-260p {
        padding-bottom: 260px;
    }
    .x\:pl-260p {
        padding-left: 260px;
    }
    .x\:pt-263p {
        padding-top: 263px;
    }
    .x\:pr-263p {
        padding-right: 263px;
    }
    .x\:pb-263p {
        padding-bottom: 263px;
    }
    .x\:pl-263p {
        padding-left: 263px;
    }
    .x\:pt-266p {
        padding-top: 266px;
    }
    .x\:pr-266p {
        padding-right: 266px;
    }
    .x\:pb-266p {
        padding-bottom: 266px;
    }
    .x\:pl-266p {
        padding-left: 266px;
    }
    .x\:pt-275p {
        padding-top: 275px;
    }
    .x\:pr-275p {
        padding-right: 275px;
    }
    .x\:pb-275p {
        padding-bottom: 275px;
    }
    .x\:pl-275p {
        padding-left: 275px;
    }
    .x\:pt-300p {
        padding-top: 300px;
    }
    .x\:pr-300p {
        padding-right: 300px;
    }
    .x\:pb-300p {
        padding-bottom: 300px;
    }
    .x\:pl-300p {
        padding-left: 300px;
    }
    .x\:pt-312p {
        padding-top: 312px;
    }
    .x\:pr-312p {
        padding-right: 312px;
    }
    .x\:pb-312p {
        padding-bottom: 312px;
    }
    .x\:pl-312p {
        padding-left: 312px;
    }
    .x\:pt-318p {
        padding-top: 318px;
    }
    .x\:pr-318p {
        padding-right: 318px;
    }
    .x\:pb-318p {
        padding-bottom: 318px;
    }
    .x\:pl-318p {
        padding-left: 318px;
    }
    .x\:pt-322p {
        padding-top: 322px;
    }
    .x\:pr-322p {
        padding-right: 322px;
    }
    .x\:pb-322p {
        padding-bottom: 322px;
    }
    .x\:pl-322p {
        padding-left: 322px;
    }
    .x\:pt-337p {
        padding-top: 337px;
    }
    .x\:pr-337p {
        padding-right: 337px;
    }
    .x\:pb-337p {
        padding-bottom: 337px;
    }
    .x\:pl-337p {
        padding-left: 337px;
    }
    .x\:pt-345p {
        padding-top: 345px;
    }
    .x\:pr-345p {
        padding-right: 345px;
    }
    .x\:pb-345p {
        padding-bottom: 345px;
    }
    .x\:pl-345p {
        padding-left: 345px;
    }
    .x\:pt-344p {
        padding-top: 344px;
    }
    .x\:pr-344p {
        padding-right: 344px;
    }
    .x\:pb-344p {
        padding-bottom: 344px;
    }
    .x\:pl-344p {
        padding-left: 344px;
    }
    .x\:pt-354p {
        padding-top: 354px;
    }
    .x\:pr-354p {
        padding-right: 354px;
    }
    .x\:pb-354p {
        padding-bottom: 354px;
    }
    .x\:pl-354p {
        padding-left: 354px;
    }
    .x\:pt-364p {
        padding-top: 364px;
    }
    .x\:pr-364p {
        padding-right: 364px;
    }
    .x\:pb-364p {
        padding-bottom: 364px;
    }
    .x\:pl-364p {
        padding-left: 364px;
    }
    .x\:pt-370p {
        padding-top: 370px;
    }
    .x\:pr-370p {
        padding-right: 370px;
    }
    .x\:pb-370p {
        padding-bottom: 370px;
    }
    .x\:pl-370p {
        padding-left: 370px;
    }
    .x\:pt-382p {
        padding-top: 382px;
    }
    .x\:pr-382p {
        padding-right: 382px;
    }
    .x\:pb-382p {
        padding-bottom: 382px;
    }
    .x\:pl-382p {
        padding-left: 382px;
    }
    .x\:pt-385p {
        padding-top: 385px;
    }
    .x\:pr-385p {
        padding-right: 385px;
    }
    .x\:pb-385p {
        padding-bottom: 385px;
    }
    .x\:pl-385p {
        padding-left: 385px;
    }
    .x\:pt-400p {
        padding-top: 400px;
    }
    .x\:pr-400p {
        padding-right: 400px;
    }
    .x\:pb-400p {
        padding-bottom: 400px;
    }
    .x\:pl-400p {
        padding-left: 400px;
    }
    .x\:pt-407p {
        padding-top: 407px;
    }
    .x\:pr-407p {
        padding-right: 407px;
    }
    .x\:pb-407p {
        padding-bottom: 407px;
    }
    .x\:pl-407p {
        padding-left: 407px;
    }
    .x\:pt-411p {
        padding-top: 411px;
    }
    .x\:pr-411p {
        padding-right: 411px;
    }
    .x\:pb-411p {
        padding-bottom: 411px;
    }
    .x\:pl-411p {
        padding-left: 411px;
    }
    .x\:pt-418p {
        padding-top: 418px;
    }
    .x\:pr-418p {
        padding-right: 418px;
    }
    .x\:pb-418p {
        padding-bottom: 418px;
    }
    .x\:pl-418p {
        padding-left: 418px;
    }
    .x\:pt-430p {
        padding-top: 430px;
    }
    .x\:pr-430p {
        padding-right: 430px;
    }
    .x\:pb-430p {
        padding-bottom: 430px;
    }
    .x\:pl-430p {
        padding-left: 430px;
    }
    .x\:pt-450p {
        padding-top: 450px;
    }
    .x\:pr-450p {
        padding-right: 450px;
    }
    .x\:pb-450p {
        padding-bottom: 450px;
    }
    .x\:pl-450p {
        padding-left: 450px;
    }
    .x\:pt-468p {
        padding-top: 468px;
    }
    .x\:pr-468p {
        padding-right: 468px;
    }
    .x\:pb-468p {
        padding-bottom: 468px;
    }
    .x\:pl-468p {
        padding-left: 468px;
    }
    .x\:pt-485p {
        padding-top: 485px;
    }
    .x\:pr-485p {
        padding-right: 485px;
    }
    .x\:pb-485p {
        padding-bottom: 485px;
    }
    .x\:pl-485p {
        padding-left: 485px;
    }
    .x\:pt-491p {
        padding-top: 491px;
    }
    .x\:pr-491p {
        padding-right: 491px;
    }
    .x\:pb-491p {
        padding-bottom: 491px;
    }
    .x\:pl-491p {
        padding-left: 491px;
    }
    .x\:pt-494p {
        padding-top: 494px;
    }
    .x\:pr-494p {
        padding-right: 494px;
    }
    .x\:pb-494p {
        padding-bottom: 494px;
    }
    .x\:pl-494p {
        padding-left: 494px;
    }
    .x\:pt-470p {
        padding-top: 470px;
    }
    .x\:pr-470p {
        padding-right: 470px;
    }
    .x\:pb-470p {
        padding-bottom: 470px;
    }
    .x\:pl-470p {
        padding-left: 470px;
    }
    .x\:pt-480p {
        padding-top: 480px;
    }
    .x\:pr-480p {
        padding-right: 480px;
    }
    .x\:pb-480p {
        padding-bottom: 480px;
    }
    .x\:pl-480p {
        padding-left: 480px;
    }
    .x\:pt-532p {
        padding-top: 532px;
    }
    .x\:pr-532p {
        padding-right: 532px;
    }
    .x\:pb-532p {
        padding-bottom: 532px;
    }
    .x\:pl-532p {
        padding-left: 532px;
    }
    .x\:pt-556p {
        padding-top: 556px;
    }
    .x\:pr-556p {
        padding-right: 556px;
    }
    .x\:pb-556p {
        padding-bottom: 556px;
    }
    .x\:pl-556p {
        padding-left: 556px;
    }
    .x\:pt-505p {
        padding-top: 505px;
    }
    .x\:pr-505p {
        padding-right: 505px;
    }
    .x\:pb-505p {
        padding-bottom: 505px;
    }
    .x\:pl-505p {
        padding-left: 505px;
    }
    .x\:pt-1179p {
        padding-top: 1179px;
    }
    .x\:pr-1179p {
        padding-right: 1179px;
    }
    .x\:pb-1179p {
        padding-bottom: 1179px;
    }
    .x\:pl-1179p {
        padding-left: 1179px;
    }
    .x\:pt-1253p {
        padding-top: 1253px;
    }
    .x\:pr-1253p {
        padding-right: 1253px;
    }
    .x\:pb-1253p {
        padding-bottom: 1253px;
    }
    .x\:pl-1253p {
        padding-left: 1253px;
    }
    .x\:pt-1575p {
        padding-top: 1575px;
    }
    .x\:pr-1575p {
        padding-right: 1575px;
    }
    .x\:pb-1575p {
        padding-bottom: 1575px;
    }
    .x\:pl-1575p {
        padding-left: 1575px;
    }
    .x\:pt-600p {
        padding-top: 600px;
    }
    .x\:pr-600p {
        padding-right: 600px;
    }
    .x\:pb-600p {
        padding-bottom: 600px;
    }
    .x\:pl-600p {
        padding-left: 600px;
    }
    .x\:pt-649p {
        padding-top: 649px;
    }
    .x\:pr-649p {
        padding-right: 649px;
    }
    .x\:pb-649p {
        padding-bottom: 649px;
    }
    .x\:pl-649p {
        padding-left: 649px;
    }
    .x\:pt-690p {
        padding-top: 690px;
    }
    .x\:pr-690p {
        padding-right: 690px;
    }
    .x\:pb-690p {
        padding-bottom: 690px;
    }
    .x\:pl-690p {
        padding-left: 690px;
    }
    .x\:pt-19\% {
        padding-top: 19%;
    }
    .x\:pr-19\% {
        padding-right: 19%;
    }
    .x\:pb-19\% {
        padding-bottom: 19%;
    }
    .x\:pl-19\% {
        padding-left: 19%;
    }
    .x\:pt-23\% {
        padding-top: 23%;
    }
    .x\:pr-23\% {
        padding-right: 23%;
    }
    .x\:pb-23\% {
        padding-bottom: 23%;
    }
    .x\:pl-23\% {
        padding-left: 23%;
    }
    .x\:pt-24\% {
        padding-top: 24%;
    }
    .x\:pr-24\% {
        padding-right: 24%;
    }
    .x\:pb-24\% {
        padding-bottom: 24%;
    }
    .x\:pl-24\% {
        padding-left: 24%;
    }
    .x\:pt-36\% {
        padding-top: 36%;
    }
    .x\:pr-36\% {
        padding-right: 36%;
    }
    .x\:pb-36\% {
        padding-bottom: 36%;
    }
    .x\:pl-36\% {
        padding-left: 36%;
    }
    .x\:pt-27\% {
        padding-top: 27%;
    }
    .x\:pr-27\% {
        padding-right: 27%;
    }
    .x\:pb-27\% {
        padding-bottom: 27%;
    }
    .x\:pl-27\% {
        padding-left: 27%;
    }
    .x\:pt-28\% {
        padding-top: 28%;
    }
    .x\:pr-28\% {
        padding-right: 28%;
    }
    .x\:pb-28\% {
        padding-bottom: 28%;
    }
    .x\:pl-28\% {
        padding-left: 28%;
    }
    .x\:pt-42\% {
        padding-top: 42%;
    }
    .x\:pr-42\% {
        padding-right: 42%;
    }
    .x\:pb-42\% {
        padding-bottom: 42%;
    }
    .x\:pl-42\% {
        padding-left: 42%;
    }
    .x\:pt-46\% {
        padding-top: 46%;
    }
    .x\:pr-46\% {
        padding-right: 46%;
    }
    .x\:pb-46\% {
        padding-bottom: 46%;
    }
    .x\:pl-46\% {
        padding-left: 46%;
    }
    .x\:pt-49\% {
        padding-top: 49%;
    }
    .x\:pr-49\% {
        padding-right: 49%;
    }
    .x\:pb-49\% {
        padding-bottom: 49%;
    }
    .x\:pl-49\% {
        padding-left: 49%;
    }
    .x\:pt-54\% {
        padding-top: 54%;
    }
    .x\:pr-54\% {
        padding-right: 54%;
    }
    .x\:pb-54\% {
        padding-bottom: 54%;
    }
    .x\:pl-54\% {
        padding-left: 54%;
    }
    .x\:pt-58\% {
        padding-top: 58%;
    }
    .x\:pr-58\% {
        padding-right: 58%;
    }
    .x\:pb-58\% {
        padding-bottom: 58%;
    }
    .x\:pl-58\% {
        padding-left: 58%;
    }
    .x\:pt-72\% {
        padding-top: 72%;
    }
    .x\:pr-72\% {
        padding-right: 72%;
    }
    .x\:pb-72\% {
        padding-bottom: 72%;
    }
    .x\:pl-72\% {
        padding-left: 72%;
    }
    .x\:pt-76\% {
        padding-top: 76%;
    }
    .x\:pr-76\% {
        padding-right: 76%;
    }
    .x\:pb-76\% {
        padding-bottom: 76%;
    }
    .x\:pl-76\% {
        padding-left: 76%;
    }
    .x\:pt-77\% {
        padding-top: 77%;
    }
    .x\:pr-77\% {
        padding-right: 77%;
    }
    .x\:pb-77\% {
        padding-bottom: 77%;
    }
    .x\:pl-77\% {
        padding-left: 77%;
    }
    .x\:pt-340p {
        padding-top: 340px;
    }
    .x\:pr-340p {
        padding-right: 340px;
    }
    .x\:pb-340p {
        padding-bottom: 340px;
    }
    .x\:pl-340p {
        padding-left: 340px;
    }
    .x\:pt-700p {
        padding-top: 700px;
    }
    .x\:pr-700p {
        padding-right: 700px;
    }
    .x\:pb-700p {
        padding-bottom: 700px;
    }
    .x\:pl-700p {
        padding-left: 700px;
    }
    .x\:pt-848p {
        padding-top: 848px;
    }
    .x\:pr-848p {
        padding-right: 848px;
    }
    .x\:pb-848p {
        padding-bottom: 848px;
    }
    .x\:pl-848p {
        padding-left: 848px;
    }
    .x\:pt-850p {
        padding-top: 850px;
    }
    .x\:pr-850p {
        padding-right: 850px;
    }
    .x\:pb-850p {
        padding-bottom: 850px;
    }
    .x\:pl-850p {
        padding-left: 850px;
    }
    .x\:pt-860p {
        padding-top: 860px;
    }
    .x\:pr-860p {
        padding-right: 860px;
    }
    .x\:pb-860p {
        padding-bottom: 860px;
    }
    .x\:pl-860p {
        padding-left: 860px;
    }
    .x\:pt-1425p {
        padding-top: 1425px;
    }
    .x\:pr-1425p {
        padding-right: 1425px;
    }
    .x\:pb-1425p {
        padding-bottom: 1425px;
    }
    .x\:pl-1425p {
        padding-left: 1425px;
    }
    .x\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }
    .x\:placeholder-transparent::placeholder {
        color: transparent;
    }
    .x\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }
    .x\:placeholder-current::placeholder {
        color: currentColor;
    }
    .x\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blue-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pink-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-10::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-10::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-11::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-11::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-12::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-12::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-13::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-13::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-2::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:placeholder-yellow-2::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:placeholder-yellow-5::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:placeholder-yellow-5::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:placeholder-orange-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-orange-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-black-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-black-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pinks-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pinks-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pinks-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-pinks-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-skies-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-skies-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-reds-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-3::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-3::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-yellow-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-green-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-7::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-7::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-14::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-14::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-4::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-4::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-15::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-15::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-16::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-16::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-17::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-17::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-18::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-18::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-19::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-19::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-20::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-20::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-gray-21::-moz-placeholder {
        color: #c5c5c5;
    }
    .x\:placeholder-gray-21::placeholder {
        color: #c5c5c5;
    }
    .x\:placeholder-gray-22::-moz-placeholder {
        color: #bfbfbf;
    }
    .x\:placeholder-gray-22::placeholder {
        color: #bfbfbf;
    }
    .x\:placeholder-gray-23::-moz-placeholder {
        color: #eee;
    }
    .x\:placeholder-gray-23::placeholder {
        color: #eee;
    }
    .x\:placeholder-gray-24::-moz-placeholder {
        color: #b7b7b7;
    }
    .x\:placeholder-gray-24::placeholder {
        color: #b7b7b7;
    }
    .x\:placeholder-gray-25::-moz-placeholder {
        color: #f0f0f0;
    }
    .x\:placeholder-gray-25::placeholder {
        color: #f0f0f0;
    }
    .x\:placeholder-gray-26::-moz-placeholder {
        color: #efefef;
    }
    .x\:placeholder-gray-26::placeholder {
        color: #efefef;
    }
    .x\:placeholder-gray-27::-moz-placeholder {
        color: #bababa;
    }
    .x\:placeholder-gray-27::placeholder {
        color: #bababa;
    }
    .x\:placeholder-blues-5::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-5::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-6::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-blues-6::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-1::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-1::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-2::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-purple-2::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }
    .x\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }
    .x\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }
    .x\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }
    .x\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blue-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pink-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-10:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-11:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-11:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-12:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-12:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-13:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-13:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-2:focus::-moz-placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:placeholder-yellow-2:focus::placeholder {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:placeholder-yellow-5:focus::-moz-placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:placeholder-yellow-5:focus::placeholder {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:placeholder-orange-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-orange-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-black-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-black-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pinks-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pinks-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pinks-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-pinks-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-skies-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-skies-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-reds-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-3:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-3:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-yellow-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-green-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-7:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-7:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-14:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-14:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-4:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-4:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-15:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-15:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-16:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-16:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-17:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-17:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-18:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-18:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-19:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-19:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-20:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-gray-21:focus::-moz-placeholder {
        color: #c5c5c5;
    }
    .x\:focus\:placeholder-gray-21:focus::placeholder {
        color: #c5c5c5;
    }
    .x\:focus\:placeholder-gray-22:focus::-moz-placeholder {
        color: #bfbfbf;
    }
    .x\:focus\:placeholder-gray-22:focus::placeholder {
        color: #bfbfbf;
    }
    .x\:focus\:placeholder-gray-23:focus::-moz-placeholder {
        color: #eee;
    }
    .x\:focus\:placeholder-gray-23:focus::placeholder {
        color: #eee;
    }
    .x\:focus\:placeholder-gray-24:focus::-moz-placeholder {
        color: #b7b7b7;
    }
    .x\:focus\:placeholder-gray-24:focus::placeholder {
        color: #b7b7b7;
    }
    .x\:focus\:placeholder-gray-25:focus::-moz-placeholder {
        color: #f0f0f0;
    }
    .x\:focus\:placeholder-gray-25:focus::placeholder {
        color: #f0f0f0;
    }
    .x\:focus\:placeholder-gray-26:focus::-moz-placeholder {
        color: #efefef;
    }
    .x\:focus\:placeholder-gray-26:focus::placeholder {
        color: #efefef;
    }
    .x\:focus\:placeholder-gray-27:focus::-moz-placeholder {
        color: #bababa;
    }
    .x\:focus\:placeholder-gray-27:focus::placeholder {
        color: #bababa;
    }
    .x\:focus\:placeholder-blues-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-5:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-6:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-blues-6:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-1:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-1:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-2:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:focus\:placeholder-purple-2:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-placeholder-opacity));
    }
    .x\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .x\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .x\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .x\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .x\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .x\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .x\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .x\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .x\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .x\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .x\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .x\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .x\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .x\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .x\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .x\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .x\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .x\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .x\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .x\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .x\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .x\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .x\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .x\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .x\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .x\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .x\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .x\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .x\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .x\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .x\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }
    .x\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }
    .x\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .x\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }
    .x\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .x\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }
    .x\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .x\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }
    .x\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .x\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }
    .x\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .x\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }
    .x\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .x\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }
    .x\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .x\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }
    .x\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .x\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }
    .x\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .x\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }
    .x\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .x\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }
    .x\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .x\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }
    .x\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .x\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }
    .x\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .x\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }
    .x\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }
    .x\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }
    .x\:pointer-events-none {
        pointer-events: none;
    }
    .x\:pointer-events-auto {
        pointer-events: auto;
    }
    .x\:static {
        position: static;
    }
    .x\:fixed {
        position: fixed;
    }
    .x\:absolute {
        position: absolute;
    }
    .x\:relative {
        position: relative;
    }
    .x\:sticky {
        position: sticky;
    }
    .x\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .x\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }
    .x\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .x\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
    .x\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .x\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }
    .x\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }
    .x\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }
    .x\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .x\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }
    .x\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }
    .x\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }
    .x\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }
    .x\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }
    .x\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }
    .x\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }
    .x\:inset-23 {
        top: 88px;
        right: 88px;
        bottom: 88px;
        left: 88px;
    }
    .x\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }
    .x\:inset-25 {
        top: 100px;
        right: 100px;
        bottom: 100px;
        left: 100px;
    }
    .x\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }
    .x\:inset-29 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .x\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }
    .x\:inset-33 {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .x\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }
    .x\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }
    .x\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }
    .x\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }
    .x\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }
    .x\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }
    .x\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }
    .x\:inset-63 {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .x\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }
    .x\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }
    .x\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }
    .x\:inset-92 {
        top: 475px;
        right: 475px;
        bottom: 475px;
        left: 475px;
    }
    .x\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }
    .x\:inset-128 {
        top: 32rem;
        right: 32rem;
        bottom: 32rem;
        left: 32rem;
    }
    .x\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .x\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .x\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }
    .x\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }
    .x\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }
    .x\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }
    .x\:inset-105p {
        top: 105px;
        right: 105px;
        bottom: 105px;
        left: 105px;
    }
    .x\:inset-50p {
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
    .x\:inset-54p {
        top: 54px;
        right: 54px;
        bottom: 54px;
        left: 54px;
    }
    .x\:inset-1p {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .x\:inset-2p {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
    }
    .x\:inset-3p {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    .x\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
    .x\:inset-7p {
        top: 7px;
        right: 7px;
        bottom: 7px;
        left: 7px;
    }
    .x\:inset-9p {
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    .x\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .x\:inset-11p {
        top: 11px;
        right: 11px;
        bottom: 11px;
        left: 11px;
    }
    .x\:inset-13p {
        top: 13px;
        right: 13px;
        bottom: 13px;
        left: 13px;
    }
    .x\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .x\:inset-18p {
        top: 18px;
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
    .x\:inset-19p {
        top: 19px;
        right: 19px;
        bottom: 19px;
        left: 19px;
    }
    .x\:inset-21p {
        top: 21px;
        right: 21px;
        bottom: 21px;
        left: 21px;
    }
    .x\:inset-22p {
        top: 22px;
        right: 22px;
        bottom: 22px;
        left: 22px;
    }
    .x\:inset-23p {
        top: 23px;
        right: 23px;
        bottom: 23px;
        left: 23px;
    }
    .x\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .x\:inset-26p {
        top: 26px;
        right: 26px;
        bottom: 26px;
        left: 26px;
    }
    .x\:inset-29p {
        top: 29px;
        right: 29px;
        bottom: 29px;
        left: 29px;
    }
    .x\:inset-30p {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .x\:inset-31p {
        top: 31px;
        right: 31px;
        bottom: 31px;
        left: 31px;
    }
    .x\:inset-35p {
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
    .x\:inset-52p {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }
    .x\:inset-53p {
        top: 53px;
        right: 53px;
        bottom: 53px;
        left: 53px;
    }
    .x\:inset-55p {
        top: 55px;
        right: 55px;
        bottom: 55px;
        left: 55px;
    }
    .x\:inset-59p {
        top: 59px;
        right: 59px;
        bottom: 59px;
        left: 59px;
    }
    .x\:inset-27p {
        top: 27px;
        right: 27px;
        bottom: 27px;
        left: 27px;
    }
    .x\:inset-33\.5p {
        top: 33.5px;
        right: 33.5px;
        bottom: 33.5px;
        left: 33.5px;
    }
    .x\:inset-38p {
        top: 38px;
        right: 38px;
        bottom: 38px;
        left: 38px;
    }
    .x\:inset-40p {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .x\:inset-46p {
        top: 46px;
        right: 46px;
        bottom: 46px;
        left: 46px;
    }
    .x\:inset-47p {
        top: 47px;
        right: 47px;
        bottom: 47px;
        left: 47px;
    }
    .x\:inset-49p {
        top: 49px;
        right: 49px;
        bottom: 49px;
        left: 49px;
    }
    .x\:inset-58p {
        top: 58px;
        right: 58px;
        bottom: 58px;
        left: 58px;
    }
    .x\:inset-75p {
        top: 75px;
        right: 75px;
        bottom: 75px;
        left: 75px;
    }
    .x\:inset-77p {
        top: 77px;
        right: 77px;
        bottom: 77px;
        left: 77px;
    }
    .x\:inset-60p {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }
    .x\:inset-65p {
        top: 65px;
        right: 65px;
        bottom: 65px;
        left: 65px;
    }
    .x\:inset-66p {
        top: 66px;
        right: 66px;
        bottom: 66px;
        left: 66px;
    }
    .x\:inset-68p {
        top: 68px;
        right: 68px;
        bottom: 68px;
        left: 68px;
    }
    .x\:inset-70p {
        top: 70px;
        right: 70px;
        bottom: 70px;
        left: 70px;
    }
    .x\:inset-72p {
        top: 72px;
        right: 72px;
        bottom: 72px;
        left: 72px;
    }
    .x\:inset-74p {
        top: 74px;
        right: 74px;
        bottom: 74px;
        left: 74px;
    }
    .x\:inset-78p {
        top: 78px;
        right: 78px;
        bottom: 78px;
        left: 78px;
    }
    .x\:inset-80p {
        top: 80px;
        right: 80px;
        bottom: 80px;
        left: 80px;
    }
    .x\:inset-82p {
        top: 82px;
        right: 82px;
        bottom: 82px;
        left: 82px;
    }
    .x\:inset-84p {
        top: 84px;
        right: 84px;
        bottom: 84px;
        left: 84px;
    }
    .x\:inset-89p {
        top: 89px;
        right: 89px;
        bottom: 89px;
        left: 89px;
    }
    .x\:inset-93p {
        top: 93px;
        right: 93px;
        bottom: 93px;
        left: 93px;
    }
    .x\:inset-90p {
        top: 90px;
        right: 90px;
        bottom: 90px;
        left: 90px;
    }
    .x\:inset-97p {
        top: 97px;
        right: 97px;
        bottom: 97px;
        left: 97px;
    }
    .x\:inset-103p {
        top: 103px;
        right: 103px;
        bottom: 103px;
        left: 103px;
    }
    .x\:inset-116p {
        top: 116px;
        right: 116px;
        bottom: 116px;
        left: 116px;
    }
    .x\:inset-120p {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
    .x\:inset-125p {
        top: 125px;
        right: 125px;
        bottom: 125px;
        left: 125px;
    }
    .x\:inset-130p {
        top: 130px;
        right: 130px;
        bottom: 130px;
        left: 130px;
    }
    .x\:inset-135p {
        top: 135px;
        right: 135px;
        bottom: 135px;
        left: 135px;
    }
    .x\:inset-132p {
        top: 132px;
        right: 132px;
        bottom: 132px;
        left: 132px;
    }
    .x\:inset-150p {
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
    .x\:inset-216p {
        top: 216px;
        right: 216px;
        bottom: 216px;
        left: 216px;
    }
    .x\:inset-225p {
        top: 225px;
        right: 225px;
        bottom: 225px;
        left: 225px;
    }
    .x\:inset-296p {
        top: 296px;
        right: 296px;
        bottom: 296px;
        left: 296px;
    }
    .x\:inset-270p {
        top: 270px;
        right: 270px;
        bottom: 270px;
        left: 270px;
    }
    .x\:inset-137p {
        top: 137px;
        right: 137px;
        bottom: 137px;
        left: 137px;
    }
    .x\:inset-141p {
        top: 141px;
        right: 141px;
        bottom: 141px;
        left: 141px;
    }
    .x\:inset-146p {
        top: 146px;
        right: 146px;
        bottom: 146px;
        left: 146px;
    }
    .x\:inset-152p {
        top: 152px;
        right: 152px;
        bottom: 152px;
        left: 152px;
    }
    .x\:inset-155p {
        top: 155px;
        right: 155px;
        bottom: 155px;
        left: 155px;
    }
    .x\:inset-163p {
        top: 163px;
        right: 163px;
        bottom: 163px;
        left: 163px;
    }
    .x\:inset-168p {
        top: 168px;
        right: 168px;
        bottom: 168px;
        left: 168px;
    }
    .x\:inset-173p {
        top: 173px;
        right: 173px;
        bottom: 173px;
        left: 173px;
    }
    .x\:inset-210p {
        top: 210px;
        right: 210px;
        bottom: 210px;
        left: 210px;
    }
    .x\:inset-245p {
        top: 245px;
        right: 245px;
        bottom: 245px;
        left: 245px;
    }
    .x\:inset-250p {
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
    }
    .x\:inset-260p {
        top: 260px;
        right: 260px;
        bottom: 260px;
        left: 260px;
    }
    .x\:inset-263p {
        top: 263px;
        right: 263px;
        bottom: 263px;
        left: 263px;
    }
    .x\:inset-266p {
        top: 266px;
        right: 266px;
        bottom: 266px;
        left: 266px;
    }
    .x\:inset-275p {
        top: 275px;
        right: 275px;
        bottom: 275px;
        left: 275px;
    }
    .x\:inset-300p {
        top: 300px;
        right: 300px;
        bottom: 300px;
        left: 300px;
    }
    .x\:inset-312p {
        top: 312px;
        right: 312px;
        bottom: 312px;
        left: 312px;
    }
    .x\:inset-318p {
        top: 318px;
        right: 318px;
        bottom: 318px;
        left: 318px;
    }
    .x\:inset-322p {
        top: 322px;
        right: 322px;
        bottom: 322px;
        left: 322px;
    }
    .x\:inset-337p {
        top: 337px;
        right: 337px;
        bottom: 337px;
        left: 337px;
    }
    .x\:inset-345p {
        top: 345px;
        right: 345px;
        bottom: 345px;
        left: 345px;
    }
    .x\:inset-344p {
        top: 344px;
        right: 344px;
        bottom: 344px;
        left: 344px;
    }
    .x\:inset-354p {
        top: 354px;
        right: 354px;
        bottom: 354px;
        left: 354px;
    }
    .x\:inset-364p {
        top: 364px;
        right: 364px;
        bottom: 364px;
        left: 364px;
    }
    .x\:inset-370p {
        top: 370px;
        right: 370px;
        bottom: 370px;
        left: 370px;
    }
    .x\:inset-382p {
        top: 382px;
        right: 382px;
        bottom: 382px;
        left: 382px;
    }
    .x\:inset-385p {
        top: 385px;
        right: 385px;
        bottom: 385px;
        left: 385px;
    }
    .x\:inset-400p {
        top: 400px;
        right: 400px;
        bottom: 400px;
        left: 400px;
    }
    .x\:inset-407p {
        top: 407px;
        right: 407px;
        bottom: 407px;
        left: 407px;
    }
    .x\:inset-411p {
        top: 411px;
        right: 411px;
        bottom: 411px;
        left: 411px;
    }
    .x\:inset-418p {
        top: 418px;
        right: 418px;
        bottom: 418px;
        left: 418px;
    }
    .x\:inset-430p {
        top: 430px;
        right: 430px;
        bottom: 430px;
        left: 430px;
    }
    .x\:inset-450p {
        top: 450px;
        right: 450px;
        bottom: 450px;
        left: 450px;
    }
    .x\:inset-468p {
        top: 468px;
        right: 468px;
        bottom: 468px;
        left: 468px;
    }
    .x\:inset-485p {
        top: 485px;
        right: 485px;
        bottom: 485px;
        left: 485px;
    }
    .x\:inset-491p {
        top: 491px;
        right: 491px;
        bottom: 491px;
        left: 491px;
    }
    .x\:inset-494p {
        top: 494px;
        right: 494px;
        bottom: 494px;
        left: 494px;
    }
    .x\:inset-470p {
        top: 470px;
        right: 470px;
        bottom: 470px;
        left: 470px;
    }
    .x\:inset-480p {
        top: 480px;
        right: 480px;
        bottom: 480px;
        left: 480px;
    }
    .x\:inset-532p {
        top: 532px;
        right: 532px;
        bottom: 532px;
        left: 532px;
    }
    .x\:inset-556p {
        top: 556px;
        right: 556px;
        bottom: 556px;
        left: 556px;
    }
    .x\:inset-505p {
        top: 505px;
        right: 505px;
        bottom: 505px;
        left: 505px;
    }
    .x\:inset-1179p {
        top: 1179px;
        right: 1179px;
        bottom: 1179px;
        left: 1179px;
    }
    .x\:inset-1253p {
        top: 1253px;
        right: 1253px;
        bottom: 1253px;
        left: 1253px;
    }
    .x\:inset-1575p {
        top: 1575px;
        right: 1575px;
        bottom: 1575px;
        left: 1575px;
    }
    .x\:inset-600p {
        top: 600px;
        right: 600px;
        bottom: 600px;
        left: 600px;
    }
    .x\:inset-649p {
        top: 649px;
        right: 649px;
        bottom: 649px;
        left: 649px;
    }
    .x\:inset-690p {
        top: 690px;
        right: 690px;
        bottom: 690px;
        left: 690px;
    }
    .x\:inset-19\% {
        top: 19%;
        right: 19%;
        bottom: 19%;
        left: 19%;
    }
    .x\:inset-23\% {
        top: 23%;
        right: 23%;
        bottom: 23%;
        left: 23%;
    }
    .x\:inset-24\% {
        top: 24%;
        right: 24%;
        bottom: 24%;
        left: 24%;
    }
    .x\:inset-36\% {
        top: 36%;
        right: 36%;
        bottom: 36%;
        left: 36%;
    }
    .x\:inset-27\% {
        top: 27%;
        right: 27%;
        bottom: 27%;
        left: 27%;
    }
    .x\:inset-28\% {
        top: 28%;
        right: 28%;
        bottom: 28%;
        left: 28%;
    }
    .x\:inset-42\% {
        top: 42%;
        right: 42%;
        bottom: 42%;
        left: 42%;
    }
    .x\:inset-46\% {
        top: 46%;
        right: 46%;
        bottom: 46%;
        left: 46%;
    }
    .x\:inset-49\% {
        top: 49%;
        right: 49%;
        bottom: 49%;
        left: 49%;
    }
    .x\:inset-54\% {
        top: 54%;
        right: 54%;
        bottom: 54%;
        left: 54%;
    }
    .x\:inset-58\% {
        top: 58%;
        right: 58%;
        bottom: 58%;
        left: 58%;
    }
    .x\:inset-72\% {
        top: 72%;
        right: 72%;
        bottom: 72%;
        left: 72%;
    }
    .x\:inset-76\% {
        top: 76%;
        right: 76%;
        bottom: 76%;
        left: 76%;
    }
    .x\:inset-77\% {
        top: 77%;
        right: 77%;
        bottom: 77%;
        left: 77%;
    }
    .x\:inset-340p {
        top: 340px;
        right: 340px;
        bottom: 340px;
        left: 340px;
    }
    .x\:inset-700p {
        top: 700px;
        right: 700px;
        bottom: 700px;
        left: 700px;
    }
    .x\:inset-848p {
        top: 848px;
        right: 848px;
        bottom: 848px;
        left: 848px;
    }
    .x\:inset-850p {
        top: 850px;
        right: 850px;
        bottom: 850px;
        left: 850px;
    }
    .x\:inset-860p {
        top: 860px;
        right: 860px;
        bottom: 860px;
        left: 860px;
    }
    .x\:inset-1425p {
        top: 1425px;
        right: 1425px;
        bottom: 1425px;
        left: 1425px;
    }
    .x\:-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .x\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }
    .x\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }
    .x\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }
    .x\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }
    .x\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }
    .x\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }
    .x\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }
    .x\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }
    .x\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }
    .x\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
    .x\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }
    .x\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }
    .x\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }
    .x\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }
    .x\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }
    .x\:-inset-23 {
        top: -88px;
        right: -88px;
        bottom: -88px;
        left: -88px;
    }
    .x\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }
    .x\:-inset-25 {
        top: -100px;
        right: -100px;
        bottom: -100px;
        left: -100px;
    }
    .x\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }
    .x\:-inset-29 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .x\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }
    .x\:-inset-33 {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .x\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }
    .x\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }
    .x\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }
    .x\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }
    .x\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }
    .x\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }
    .x\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }
    .x\:-inset-63 {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .x\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }
    .x\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }
    .x\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }
    .x\:-inset-92 {
        top: -475px;
        right: -475px;
        bottom: -475px;
        left: -475px;
    }
    .x\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }
    .x\:-inset-128 {
        top: -32rem;
        right: -32rem;
        bottom: -32rem;
        left: -32rem;
    }
    .x\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .x\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }
    .x\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }
    .x\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }
    .x\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }
    .x\:-inset-105p {
        top: -105px;
        right: -105px;
        bottom: -105px;
        left: -105px;
    }
    .x\:-inset-50p {
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
    }
    .x\:-inset-54p {
        top: -54px;
        right: -54px;
        bottom: -54px;
        left: -54px;
    }
    .x\:-inset-1p {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }
    .x\:-inset-2p {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
    }
    .x\:-inset-3p {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
    }
    .x\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }
    .x\:-inset-7p {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }
    .x\:-inset-9p {
        top: -9px;
        right: -9px;
        bottom: -9px;
        left: -9px;
    }
    .x\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .x\:-inset-11p {
        top: -11px;
        right: -11px;
        bottom: -11px;
        left: -11px;
    }
    .x\:-inset-13p {
        top: -13px;
        right: -13px;
        bottom: -13px;
        left: -13px;
    }
    .x\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
    .x\:-inset-18p {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
    }
    .x\:-inset-19p {
        top: -19px;
        right: -19px;
        bottom: -19px;
        left: -19px;
    }
    .x\:-inset-21p {
        top: -21px;
        right: -21px;
        bottom: -21px;
        left: -21px;
    }
    .x\:-inset-22p {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
    }
    .x\:-inset-23p {
        top: -23px;
        right: -23px;
        bottom: -23px;
        left: -23px;
    }
    .x\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }
    .x\:-inset-26p {
        top: -26px;
        right: -26px;
        bottom: -26px;
        left: -26px;
    }
    .x\:-inset-29p {
        top: -29px;
        right: -29px;
        bottom: -29px;
        left: -29px;
    }
    .x\:-inset-30p {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
    }
    .x\:-inset-31p {
        top: -31px;
        right: -31px;
        bottom: -31px;
        left: -31px;
    }
    .x\:-inset-35p {
        top: -35px;
        right: -35px;
        bottom: -35px;
        left: -35px;
    }
    .x\:-inset-52p {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }
    .x\:-inset-53p {
        top: -53px;
        right: -53px;
        bottom: -53px;
        left: -53px;
    }
    .x\:-inset-55p {
        top: -55px;
        right: -55px;
        bottom: -55px;
        left: -55px;
    }
    .x\:-inset-59p {
        top: -59px;
        right: -59px;
        bottom: -59px;
        left: -59px;
    }
    .x\:-inset-27p {
        top: -27px;
        right: -27px;
        bottom: -27px;
        left: -27px;
    }
    .x\:-inset-33\.5p {
        top: -33.5px;
        right: -33.5px;
        bottom: -33.5px;
        left: -33.5px;
    }
    .x\:-inset-38p {
        top: -38px;
        right: -38px;
        bottom: -38px;
        left: -38px;
    }
    .x\:-inset-40p {
        top: -40px;
        right: -40px;
        bottom: -40px;
        left: -40px;
    }
    .x\:-inset-46p {
        top: -46px;
        right: -46px;
        bottom: -46px;
        left: -46px;
    }
    .x\:-inset-47p {
        top: -47px;
        right: -47px;
        bottom: -47px;
        left: -47px;
    }
    .x\:-inset-49p {
        top: -49px;
        right: -49px;
        bottom: -49px;
        left: -49px;
    }
    .x\:-inset-58p {
        top: -58px;
        right: -58px;
        bottom: -58px;
        left: -58px;
    }
    .x\:-inset-75p {
        top: -75px;
        right: -75px;
        bottom: -75px;
        left: -75px;
    }
    .x\:-inset-77p {
        top: -77px;
        right: -77px;
        bottom: -77px;
        left: -77px;
    }
    .x\:-inset-60p {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }
    .x\:-inset-65p {
        top: -65px;
        right: -65px;
        bottom: -65px;
        left: -65px;
    }
    .x\:-inset-66p {
        top: -66px;
        right: -66px;
        bottom: -66px;
        left: -66px;
    }
    .x\:-inset-68p {
        top: -68px;
        right: -68px;
        bottom: -68px;
        left: -68px;
    }
    .x\:-inset-70p {
        top: -70px;
        right: -70px;
        bottom: -70px;
        left: -70px;
    }
    .x\:-inset-72p {
        top: -72px;
        right: -72px;
        bottom: -72px;
        left: -72px;
    }
    .x\:-inset-74p {
        top: -74px;
        right: -74px;
        bottom: -74px;
        left: -74px;
    }
    .x\:-inset-78p {
        top: -78px;
        right: -78px;
        bottom: -78px;
        left: -78px;
    }
    .x\:-inset-80p {
        top: -80px;
        right: -80px;
        bottom: -80px;
        left: -80px;
    }
    .x\:-inset-82p {
        top: -82px;
        right: -82px;
        bottom: -82px;
        left: -82px;
    }
    .x\:-inset-84p {
        top: -84px;
        right: -84px;
        bottom: -84px;
        left: -84px;
    }
    .x\:-inset-89p {
        top: -89px;
        right: -89px;
        bottom: -89px;
        left: -89px;
    }
    .x\:-inset-93p {
        top: -93px;
        right: -93px;
        bottom: -93px;
        left: -93px;
    }
    .x\:-inset-90p {
        top: -90px;
        right: -90px;
        bottom: -90px;
        left: -90px;
    }
    .x\:-inset-97p {
        top: -97px;
        right: -97px;
        bottom: -97px;
        left: -97px;
    }
    .x\:-inset-103p {
        top: -103px;
        right: -103px;
        bottom: -103px;
        left: -103px;
    }
    .x\:-inset-116p {
        top: -116px;
        right: -116px;
        bottom: -116px;
        left: -116px;
    }
    .x\:-inset-120p {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }
    .x\:-inset-125p {
        top: -125px;
        right: -125px;
        bottom: -125px;
        left: -125px;
    }
    .x\:-inset-130p {
        top: -130px;
        right: -130px;
        bottom: -130px;
        left: -130px;
    }
    .x\:-inset-135p {
        top: -135px;
        right: -135px;
        bottom: -135px;
        left: -135px;
    }
    .x\:-inset-132p {
        top: -132px;
        right: -132px;
        bottom: -132px;
        left: -132px;
    }
    .x\:-inset-150p {
        top: -150px;
        right: -150px;
        bottom: -150px;
        left: -150px;
    }
    .x\:-inset-216p {
        top: -216px;
        right: -216px;
        bottom: -216px;
        left: -216px;
    }
    .x\:-inset-225p {
        top: -225px;
        right: -225px;
        bottom: -225px;
        left: -225px;
    }
    .x\:-inset-296p {
        top: -296px;
        right: -296px;
        bottom: -296px;
        left: -296px;
    }
    .x\:-inset-270p {
        top: -270px;
        right: -270px;
        bottom: -270px;
        left: -270px;
    }
    .x\:-inset-137p {
        top: -137px;
        right: -137px;
        bottom: -137px;
        left: -137px;
    }
    .x\:-inset-141p {
        top: -141px;
        right: -141px;
        bottom: -141px;
        left: -141px;
    }
    .x\:-inset-146p {
        top: -146px;
        right: -146px;
        bottom: -146px;
        left: -146px;
    }
    .x\:-inset-152p {
        top: -152px;
        right: -152px;
        bottom: -152px;
        left: -152px;
    }
    .x\:-inset-155p {
        top: -155px;
        right: -155px;
        bottom: -155px;
        left: -155px;
    }
    .x\:-inset-163p {
        top: -163px;
        right: -163px;
        bottom: -163px;
        left: -163px;
    }
    .x\:-inset-168p {
        top: -168px;
        right: -168px;
        bottom: -168px;
        left: -168px;
    }
    .x\:-inset-173p {
        top: -173px;
        right: -173px;
        bottom: -173px;
        left: -173px;
    }
    .x\:-inset-210p {
        top: -210px;
        right: -210px;
        bottom: -210px;
        left: -210px;
    }
    .x\:-inset-245p {
        top: -245px;
        right: -245px;
        bottom: -245px;
        left: -245px;
    }
    .x\:-inset-250p {
        top: -250px;
        right: -250px;
        bottom: -250px;
        left: -250px;
    }
    .x\:-inset-260p {
        top: -260px;
        right: -260px;
        bottom: -260px;
        left: -260px;
    }
    .x\:-inset-263p {
        top: -263px;
        right: -263px;
        bottom: -263px;
        left: -263px;
    }
    .x\:-inset-266p {
        top: -266px;
        right: -266px;
        bottom: -266px;
        left: -266px;
    }
    .x\:-inset-275p {
        top: -275px;
        right: -275px;
        bottom: -275px;
        left: -275px;
    }
    .x\:-inset-300p {
        top: -300px;
        right: -300px;
        bottom: -300px;
        left: -300px;
    }
    .x\:-inset-312p {
        top: -312px;
        right: -312px;
        bottom: -312px;
        left: -312px;
    }
    .x\:-inset-318p {
        top: -318px;
        right: -318px;
        bottom: -318px;
        left: -318px;
    }
    .x\:-inset-322p {
        top: -322px;
        right: -322px;
        bottom: -322px;
        left: -322px;
    }
    .x\:-inset-337p {
        top: -337px;
        right: -337px;
        bottom: -337px;
        left: -337px;
    }
    .x\:-inset-345p {
        top: -345px;
        right: -345px;
        bottom: -345px;
        left: -345px;
    }
    .x\:-inset-344p {
        top: -344px;
        right: -344px;
        bottom: -344px;
        left: -344px;
    }
    .x\:-inset-354p {
        top: -354px;
        right: -354px;
        bottom: -354px;
        left: -354px;
    }
    .x\:-inset-364p {
        top: -364px;
        right: -364px;
        bottom: -364px;
        left: -364px;
    }
    .x\:-inset-370p {
        top: -370px;
        right: -370px;
        bottom: -370px;
        left: -370px;
    }
    .x\:-inset-382p {
        top: -382px;
        right: -382px;
        bottom: -382px;
        left: -382px;
    }
    .x\:-inset-385p {
        top: -385px;
        right: -385px;
        bottom: -385px;
        left: -385px;
    }
    .x\:-inset-400p {
        top: -400px;
        right: -400px;
        bottom: -400px;
        left: -400px;
    }
    .x\:-inset-407p {
        top: -407px;
        right: -407px;
        bottom: -407px;
        left: -407px;
    }
    .x\:-inset-411p {
        top: -411px;
        right: -411px;
        bottom: -411px;
        left: -411px;
    }
    .x\:-inset-418p {
        top: -418px;
        right: -418px;
        bottom: -418px;
        left: -418px;
    }
    .x\:-inset-430p {
        top: -430px;
        right: -430px;
        bottom: -430px;
        left: -430px;
    }
    .x\:-inset-450p {
        top: -450px;
        right: -450px;
        bottom: -450px;
        left: -450px;
    }
    .x\:-inset-468p {
        top: -468px;
        right: -468px;
        bottom: -468px;
        left: -468px;
    }
    .x\:-inset-485p {
        top: -485px;
        right: -485px;
        bottom: -485px;
        left: -485px;
    }
    .x\:-inset-491p {
        top: -491px;
        right: -491px;
        bottom: -491px;
        left: -491px;
    }
    .x\:-inset-494p {
        top: -494px;
        right: -494px;
        bottom: -494px;
        left: -494px;
    }
    .x\:-inset-470p {
        top: -470px;
        right: -470px;
        bottom: -470px;
        left: -470px;
    }
    .x\:-inset-480p {
        top: -480px;
        right: -480px;
        bottom: -480px;
        left: -480px;
    }
    .x\:-inset-532p {
        top: -532px;
        right: -532px;
        bottom: -532px;
        left: -532px;
    }
    .x\:-inset-556p {
        top: -556px;
        right: -556px;
        bottom: -556px;
        left: -556px;
    }
    .x\:-inset-505p {
        top: -505px;
        right: -505px;
        bottom: -505px;
        left: -505px;
    }
    .x\:-inset-1179p {
        top: -1179px;
        right: -1179px;
        bottom: -1179px;
        left: -1179px;
    }
    .x\:-inset-1253p {
        top: -1253px;
        right: -1253px;
        bottom: -1253px;
        left: -1253px;
    }
    .x\:-inset-1575p {
        top: -1575px;
        right: -1575px;
        bottom: -1575px;
        left: -1575px;
    }
    .x\:-inset-600p {
        top: -600px;
        right: -600px;
        bottom: -600px;
        left: -600px;
    }
    .x\:-inset-649p {
        top: -649px;
        right: -649px;
        bottom: -649px;
        left: -649px;
    }
    .x\:-inset-690p {
        top: -690px;
        right: -690px;
        bottom: -690px;
        left: -690px;
    }
    .x\:-inset-19\% {
        top: -19%;
        right: -19%;
        bottom: -19%;
        left: -19%;
    }
    .x\:-inset-23\% {
        top: -23%;
        right: -23%;
        bottom: -23%;
        left: -23%;
    }
    .x\:-inset-24\% {
        top: -24%;
        right: -24%;
        bottom: -24%;
        left: -24%;
    }
    .x\:-inset-36\% {
        top: -36%;
        right: -36%;
        bottom: -36%;
        left: -36%;
    }
    .x\:-inset-27\% {
        top: -27%;
        right: -27%;
        bottom: -27%;
        left: -27%;
    }
    .x\:-inset-28\% {
        top: -28%;
        right: -28%;
        bottom: -28%;
        left: -28%;
    }
    .x\:-inset-42\% {
        top: -42%;
        right: -42%;
        bottom: -42%;
        left: -42%;
    }
    .x\:-inset-46\% {
        top: -46%;
        right: -46%;
        bottom: -46%;
        left: -46%;
    }
    .x\:-inset-49\% {
        top: -49%;
        right: -49%;
        bottom: -49%;
        left: -49%;
    }
    .x\:-inset-54\% {
        top: -54%;
        right: -54%;
        bottom: -54%;
        left: -54%;
    }
    .x\:-inset-58\% {
        top: -58%;
        right: -58%;
        bottom: -58%;
        left: -58%;
    }
    .x\:-inset-72\% {
        top: -72%;
        right: -72%;
        bottom: -72%;
        left: -72%;
    }
    .x\:-inset-76\% {
        top: -76%;
        right: -76%;
        bottom: -76%;
        left: -76%;
    }
    .x\:-inset-77\% {
        top: -77%;
        right: -77%;
        bottom: -77%;
        left: -77%;
    }
    .x\:-inset-340p {
        top: -340px;
        right: -340px;
        bottom: -340px;
        left: -340px;
    }
    .x\:-inset-700p {
        top: -700px;
        right: -700px;
        bottom: -700px;
        left: -700px;
    }
    .x\:-inset-848p {
        top: -848px;
        right: -848px;
        bottom: -848px;
        left: -848px;
    }
    .x\:-inset-850p {
        top: -850px;
        right: -850px;
        bottom: -850px;
        left: -850px;
    }
    .x\:-inset-860p {
        top: -860px;
        right: -860px;
        bottom: -860px;
        left: -860px;
    }
    .x\:-inset-1425p {
        top: -1425px;
        right: -1425px;
        bottom: -1425px;
        left: -1425px;
    }
    .x\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .x\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }
    .x\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }
    .x\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }
    .x\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }
    .x\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }
    .x\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }
    .x\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .x\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }
    .x\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }
    .x\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }
    .x\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }
    .x\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }
    .x\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }
    .x\:inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .x\:inset-x-0 {
        right: 0;
        left: 0;
    }
    .x\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }
    .x\:inset-x-1 {
        right: 0.25rem;
        left: 0.25rem;
    }
    .x\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }
    .x\:inset-x-2 {
        right: 0.5rem;
        left: 0.5rem;
    }
    .x\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }
    .x\:inset-x-3 {
        right: 0.75rem;
        left: 0.75rem;
    }
    .x\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }
    .x\:inset-x-4 {
        right: 1rem;
        left: 1rem;
    }
    .x\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }
    .x\:inset-x-5 {
        right: 1.25rem;
        left: 1.25rem;
    }
    .x\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }
    .x\:inset-x-6 {
        right: 1.5rem;
        left: 1.5rem;
    }
    .x\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }
    .x\:inset-x-7 {
        right: 1.75rem;
        left: 1.75rem;
    }
    .x\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }
    .x\:inset-x-8 {
        right: 2rem;
        left: 2rem;
    }
    .x\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }
    .x\:inset-x-9 {
        right: 2.25rem;
        left: 2.25rem;
    }
    .x\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }
    .x\:inset-x-10 {
        right: 2.5rem;
        left: 2.5rem;
    }
    .x\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }
    .x\:inset-x-11 {
        right: 2.75rem;
        left: 2.75rem;
    }
    .x\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }
    .x\:inset-x-12 {
        right: 3rem;
        left: 3rem;
    }
    .x\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }
    .x\:inset-x-14 {
        right: 3.5rem;
        left: 3.5rem;
    }
    .x\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }
    .x\:inset-x-16 {
        right: 4rem;
        left: 4rem;
    }
    .x\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }
    .x\:inset-x-20 {
        right: 5rem;
        left: 5rem;
    }
    .x\:inset-y-23 {
        top: 88px;
        bottom: 88px;
    }
    .x\:inset-x-23 {
        right: 88px;
        left: 88px;
    }
    .x\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }
    .x\:inset-x-24 {
        right: 6rem;
        left: 6rem;
    }
    .x\:inset-y-25 {
        top: 100px;
        bottom: 100px;
    }
    .x\:inset-x-25 {
        right: 100px;
        left: 100px;
    }
    .x\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }
    .x\:inset-x-28 {
        right: 7rem;
        left: 7rem;
    }
    .x\:inset-y-29 {
        top: 120px;
        bottom: 120px;
    }
    .x\:inset-x-29 {
        right: 120px;
        left: 120px;
    }
    .x\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }
    .x\:inset-x-32 {
        right: 8rem;
        left: 8rem;
    }
    .x\:inset-y-33 {
        top: 130px;
        bottom: 130px;
    }
    .x\:inset-x-33 {
        right: 130px;
        left: 130px;
    }
    .x\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }
    .x\:inset-x-36 {
        right: 9rem;
        left: 9rem;
    }
    .x\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }
    .x\:inset-x-40 {
        right: 10rem;
        left: 10rem;
    }
    .x\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }
    .x\:inset-x-44 {
        right: 11rem;
        left: 11rem;
    }
    .x\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }
    .x\:inset-x-48 {
        right: 12rem;
        left: 12rem;
    }
    .x\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }
    .x\:inset-x-52 {
        right: 13rem;
        left: 13rem;
    }
    .x\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }
    .x\:inset-x-56 {
        right: 14rem;
        left: 14rem;
    }
    .x\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }
    .x\:inset-x-60 {
        right: 15rem;
        left: 15rem;
    }
    .x\:inset-y-63 {
        top: 270px;
        bottom: 270px;
    }
    .x\:inset-x-63 {
        right: 270px;
        left: 270px;
    }
    .x\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }
    .x\:inset-x-64 {
        right: 16rem;
        left: 16rem;
    }
    .x\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }
    .x\:inset-x-72 {
        right: 18rem;
        left: 18rem;
    }
    .x\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }
    .x\:inset-x-80 {
        right: 20rem;
        left: 20rem;
    }
    .x\:inset-y-92 {
        top: 475px;
        bottom: 475px;
    }
    .x\:inset-x-92 {
        right: 475px;
        left: 475px;
    }
    .x\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }
    .x\:inset-x-96 {
        right: 24rem;
        left: 24rem;
    }
    .x\:inset-y-128 {
        top: 32rem;
        bottom: 32rem;
    }
    .x\:inset-x-128 {
        right: 32rem;
        left: 32rem;
    }
    .x\:inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .x\:inset-x-auto {
        right: auto;
        left: auto;
    }
    .x\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }
    .x\:inset-x-px {
        right: 1px;
        left: 1px;
    }
    .x\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }
    .x\:inset-x-0\.5 {
        right: 0.125rem;
        left: 0.125rem;
    }
    .x\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }
    .x\:inset-x-1\.5 {
        right: 0.375rem;
        left: 0.375rem;
    }
    .x\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }
    .x\:inset-x-2\.5 {
        right: 0.625rem;
        left: 0.625rem;
    }
    .x\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }
    .x\:inset-x-3\.5 {
        right: 0.875rem;
        left: 0.875rem;
    }
    .x\:inset-y-105p {
        top: 105px;
        bottom: 105px;
    }
    .x\:inset-x-105p {
        right: 105px;
        left: 105px;
    }
    .x\:inset-y-50p {
        top: 50px;
        bottom: 50px;
    }
    .x\:inset-x-50p {
        right: 50px;
        left: 50px;
    }
    .x\:inset-y-54p {
        top: 54px;
        bottom: 54px;
    }
    .x\:inset-x-54p {
        right: 54px;
        left: 54px;
    }
    .x\:inset-y-1p {
        top: 1px;
        bottom: 1px;
    }
    .x\:inset-x-1p {
        right: 1px;
        left: 1px;
    }
    .x\:inset-y-2p {
        top: 2px;
        bottom: 2px;
    }
    .x\:inset-x-2p {
        right: 2px;
        left: 2px;
    }
    .x\:inset-y-3p {
        top: 3px;
        bottom: 3px;
    }
    .x\:inset-x-3p {
        right: 3px;
        left: 3px;
    }
    .x\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }
    .x\:inset-x-5p {
        right: 5px;
        left: 5px;
    }
    .x\:inset-y-7p {
        top: 7px;
        bottom: 7px;
    }
    .x\:inset-x-7p {
        right: 7px;
        left: 7px;
    }
    .x\:inset-y-9p {
        top: 9px;
        bottom: 9px;
    }
    .x\:inset-x-9p {
        right: 9px;
        left: 9px;
    }
    .x\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }
    .x\:inset-x-10p {
        right: 10px;
        left: 10px;
    }
    .x\:inset-y-11p {
        top: 11px;
        bottom: 11px;
    }
    .x\:inset-x-11p {
        right: 11px;
        left: 11px;
    }
    .x\:inset-y-13p {
        top: 13px;
        bottom: 13px;
    }
    .x\:inset-x-13p {
        right: 13px;
        left: 13px;
    }
    .x\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }
    .x\:inset-x-15p {
        right: 15px;
        left: 15px;
    }
    .x\:inset-y-18p {
        top: 18px;
        bottom: 18px;
    }
    .x\:inset-x-18p {
        right: 18px;
        left: 18px;
    }
    .x\:inset-y-19p {
        top: 19px;
        bottom: 19px;
    }
    .x\:inset-x-19p {
        right: 19px;
        left: 19px;
    }
    .x\:inset-y-21p {
        top: 21px;
        bottom: 21px;
    }
    .x\:inset-x-21p {
        right: 21px;
        left: 21px;
    }
    .x\:inset-y-22p {
        top: 22px;
        bottom: 22px;
    }
    .x\:inset-x-22p {
        right: 22px;
        left: 22px;
    }
    .x\:inset-y-23p {
        top: 23px;
        bottom: 23px;
    }
    .x\:inset-x-23p {
        right: 23px;
        left: 23px;
    }
    .x\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }
    .x\:inset-x-25p {
        right: 25px;
        left: 25px;
    }
    .x\:inset-y-26p {
        top: 26px;
        bottom: 26px;
    }
    .x\:inset-x-26p {
        right: 26px;
        left: 26px;
    }
    .x\:inset-y-29p {
        top: 29px;
        bottom: 29px;
    }
    .x\:inset-x-29p {
        right: 29px;
        left: 29px;
    }
    .x\:inset-y-30p {
        top: 30px;
        bottom: 30px;
    }
    .x\:inset-x-30p {
        right: 30px;
        left: 30px;
    }
    .x\:inset-y-31p {
        top: 31px;
        bottom: 31px;
    }
    .x\:inset-x-31p {
        right: 31px;
        left: 31px;
    }
    .x\:inset-y-35p {
        top: 35px;
        bottom: 35px;
    }
    .x\:inset-x-35p {
        right: 35px;
        left: 35px;
    }
    .x\:inset-y-52p {
        top: 52px;
        bottom: 52px;
    }
    .x\:inset-x-52p {
        right: 52px;
        left: 52px;
    }
    .x\:inset-y-53p {
        top: 53px;
        bottom: 53px;
    }
    .x\:inset-x-53p {
        right: 53px;
        left: 53px;
    }
    .x\:inset-y-55p {
        top: 55px;
        bottom: 55px;
    }
    .x\:inset-x-55p {
        right: 55px;
        left: 55px;
    }
    .x\:inset-y-59p {
        top: 59px;
        bottom: 59px;
    }
    .x\:inset-x-59p {
        right: 59px;
        left: 59px;
    }
    .x\:inset-y-27p {
        top: 27px;
        bottom: 27px;
    }
    .x\:inset-x-27p {
        right: 27px;
        left: 27px;
    }
    .x\:inset-y-33\.5p {
        top: 33.5px;
        bottom: 33.5px;
    }
    .x\:inset-x-33\.5p {
        right: 33.5px;
        left: 33.5px;
    }
    .x\:inset-y-38p {
        top: 38px;
        bottom: 38px;
    }
    .x\:inset-x-38p {
        right: 38px;
        left: 38px;
    }
    .x\:inset-y-40p {
        top: 40px;
        bottom: 40px;
    }
    .x\:inset-x-40p {
        right: 40px;
        left: 40px;
    }
    .x\:inset-y-46p {
        top: 46px;
        bottom: 46px;
    }
    .x\:inset-x-46p {
        right: 46px;
        left: 46px;
    }
    .x\:inset-y-47p {
        top: 47px;
        bottom: 47px;
    }
    .x\:inset-x-47p {
        right: 47px;
        left: 47px;
    }
    .x\:inset-y-49p {
        top: 49px;
        bottom: 49px;
    }
    .x\:inset-x-49p {
        right: 49px;
        left: 49px;
    }
    .x\:inset-y-58p {
        top: 58px;
        bottom: 58px;
    }
    .x\:inset-x-58p {
        right: 58px;
        left: 58px;
    }
    .x\:inset-y-75p {
        top: 75px;
        bottom: 75px;
    }
    .x\:inset-x-75p {
        right: 75px;
        left: 75px;
    }
    .x\:inset-y-77p {
        top: 77px;
        bottom: 77px;
    }
    .x\:inset-x-77p {
        right: 77px;
        left: 77px;
    }
    .x\:inset-y-60p {
        top: 60px;
        bottom: 60px;
    }
    .x\:inset-x-60p {
        right: 60px;
        left: 60px;
    }
    .x\:inset-y-65p {
        top: 65px;
        bottom: 65px;
    }
    .x\:inset-x-65p {
        right: 65px;
        left: 65px;
    }
    .x\:inset-y-66p {
        top: 66px;
        bottom: 66px;
    }
    .x\:inset-x-66p {
        right: 66px;
        left: 66px;
    }
    .x\:inset-y-68p {
        top: 68px;
        bottom: 68px;
    }
    .x\:inset-x-68p {
        right: 68px;
        left: 68px;
    }
    .x\:inset-y-70p {
        top: 70px;
        bottom: 70px;
    }
    .x\:inset-x-70p {
        right: 70px;
        left: 70px;
    }
    .x\:inset-y-72p {
        top: 72px;
        bottom: 72px;
    }
    .x\:inset-x-72p {
        right: 72px;
        left: 72px;
    }
    .x\:inset-y-74p {
        top: 74px;
        bottom: 74px;
    }
    .x\:inset-x-74p {
        right: 74px;
        left: 74px;
    }
    .x\:inset-y-78p {
        top: 78px;
        bottom: 78px;
    }
    .x\:inset-x-78p {
        right: 78px;
        left: 78px;
    }
    .x\:inset-y-80p {
        top: 80px;
        bottom: 80px;
    }
    .x\:inset-x-80p {
        right: 80px;
        left: 80px;
    }
    .x\:inset-y-82p {
        top: 82px;
        bottom: 82px;
    }
    .x\:inset-x-82p {
        right: 82px;
        left: 82px;
    }
    .x\:inset-y-84p {
        top: 84px;
        bottom: 84px;
    }
    .x\:inset-x-84p {
        right: 84px;
        left: 84px;
    }
    .x\:inset-y-89p {
        top: 89px;
        bottom: 89px;
    }
    .x\:inset-x-89p {
        right: 89px;
        left: 89px;
    }
    .x\:inset-y-93p {
        top: 93px;
        bottom: 93px;
    }
    .x\:inset-x-93p {
        right: 93px;
        left: 93px;
    }
    .x\:inset-y-90p {
        top: 90px;
        bottom: 90px;
    }
    .x\:inset-x-90p {
        right: 90px;
        left: 90px;
    }
    .x\:inset-y-97p {
        top: 97px;
        bottom: 97px;
    }
    .x\:inset-x-97p {
        right: 97px;
        left: 97px;
    }
    .x\:inset-y-103p {
        top: 103px;
        bottom: 103px;
    }
    .x\:inset-x-103p {
        right: 103px;
        left: 103px;
    }
    .x\:inset-y-116p {
        top: 116px;
        bottom: 116px;
    }
    .x\:inset-x-116p {
        right: 116px;
        left: 116px;
    }
    .x\:inset-y-120p {
        top: 120px;
        bottom: 120px;
    }
    .x\:inset-x-120p {
        right: 120px;
        left: 120px;
    }
    .x\:inset-y-125p {
        top: 125px;
        bottom: 125px;
    }
    .x\:inset-x-125p {
        right: 125px;
        left: 125px;
    }
    .x\:inset-y-130p {
        top: 130px;
        bottom: 130px;
    }
    .x\:inset-x-130p {
        right: 130px;
        left: 130px;
    }
    .x\:inset-y-135p {
        top: 135px;
        bottom: 135px;
    }
    .x\:inset-x-135p {
        right: 135px;
        left: 135px;
    }
    .x\:inset-y-132p {
        top: 132px;
        bottom: 132px;
    }
    .x\:inset-x-132p {
        right: 132px;
        left: 132px;
    }
    .x\:inset-y-150p {
        top: 150px;
        bottom: 150px;
    }
    .x\:inset-x-150p {
        right: 150px;
        left: 150px;
    }
    .x\:inset-y-216p {
        top: 216px;
        bottom: 216px;
    }
    .x\:inset-x-216p {
        right: 216px;
        left: 216px;
    }
    .x\:inset-y-225p {
        top: 225px;
        bottom: 225px;
    }
    .x\:inset-x-225p {
        right: 225px;
        left: 225px;
    }
    .x\:inset-y-296p {
        top: 296px;
        bottom: 296px;
    }
    .x\:inset-x-296p {
        right: 296px;
        left: 296px;
    }
    .x\:inset-y-270p {
        top: 270px;
        bottom: 270px;
    }
    .x\:inset-x-270p {
        right: 270px;
        left: 270px;
    }
    .x\:inset-y-137p {
        top: 137px;
        bottom: 137px;
    }
    .x\:inset-x-137p {
        right: 137px;
        left: 137px;
    }
    .x\:inset-y-141p {
        top: 141px;
        bottom: 141px;
    }
    .x\:inset-x-141p {
        right: 141px;
        left: 141px;
    }
    .x\:inset-y-146p {
        top: 146px;
        bottom: 146px;
    }
    .x\:inset-x-146p {
        right: 146px;
        left: 146px;
    }
    .x\:inset-y-152p {
        top: 152px;
        bottom: 152px;
    }
    .x\:inset-x-152p {
        right: 152px;
        left: 152px;
    }
    .x\:inset-y-155p {
        top: 155px;
        bottom: 155px;
    }
    .x\:inset-x-155p {
        right: 155px;
        left: 155px;
    }
    .x\:inset-y-163p {
        top: 163px;
        bottom: 163px;
    }
    .x\:inset-x-163p {
        right: 163px;
        left: 163px;
    }
    .x\:inset-y-168p {
        top: 168px;
        bottom: 168px;
    }
    .x\:inset-x-168p {
        right: 168px;
        left: 168px;
    }
    .x\:inset-y-173p {
        top: 173px;
        bottom: 173px;
    }
    .x\:inset-x-173p {
        right: 173px;
        left: 173px;
    }
    .x\:inset-y-210p {
        top: 210px;
        bottom: 210px;
    }
    .x\:inset-x-210p {
        right: 210px;
        left: 210px;
    }
    .x\:inset-y-245p {
        top: 245px;
        bottom: 245px;
    }
    .x\:inset-x-245p {
        right: 245px;
        left: 245px;
    }
    .x\:inset-y-250p {
        top: 250px;
        bottom: 250px;
    }
    .x\:inset-x-250p {
        right: 250px;
        left: 250px;
    }
    .x\:inset-y-260p {
        top: 260px;
        bottom: 260px;
    }
    .x\:inset-x-260p {
        right: 260px;
        left: 260px;
    }
    .x\:inset-y-263p {
        top: 263px;
        bottom: 263px;
    }
    .x\:inset-x-263p {
        right: 263px;
        left: 263px;
    }
    .x\:inset-y-266p {
        top: 266px;
        bottom: 266px;
    }
    .x\:inset-x-266p {
        right: 266px;
        left: 266px;
    }
    .x\:inset-y-275p {
        top: 275px;
        bottom: 275px;
    }
    .x\:inset-x-275p {
        right: 275px;
        left: 275px;
    }
    .x\:inset-y-300p {
        top: 300px;
        bottom: 300px;
    }
    .x\:inset-x-300p {
        right: 300px;
        left: 300px;
    }
    .x\:inset-y-312p {
        top: 312px;
        bottom: 312px;
    }
    .x\:inset-x-312p {
        right: 312px;
        left: 312px;
    }
    .x\:inset-y-318p {
        top: 318px;
        bottom: 318px;
    }
    .x\:inset-x-318p {
        right: 318px;
        left: 318px;
    }
    .x\:inset-y-322p {
        top: 322px;
        bottom: 322px;
    }
    .x\:inset-x-322p {
        right: 322px;
        left: 322px;
    }
    .x\:inset-y-337p {
        top: 337px;
        bottom: 337px;
    }
    .x\:inset-x-337p {
        right: 337px;
        left: 337px;
    }
    .x\:inset-y-345p {
        top: 345px;
        bottom: 345px;
    }
    .x\:inset-x-345p {
        right: 345px;
        left: 345px;
    }
    .x\:inset-y-344p {
        top: 344px;
        bottom: 344px;
    }
    .x\:inset-x-344p {
        right: 344px;
        left: 344px;
    }
    .x\:inset-y-354p {
        top: 354px;
        bottom: 354px;
    }
    .x\:inset-x-354p {
        right: 354px;
        left: 354px;
    }
    .x\:inset-y-364p {
        top: 364px;
        bottom: 364px;
    }
    .x\:inset-x-364p {
        right: 364px;
        left: 364px;
    }
    .x\:inset-y-370p {
        top: 370px;
        bottom: 370px;
    }
    .x\:inset-x-370p {
        right: 370px;
        left: 370px;
    }
    .x\:inset-y-382p {
        top: 382px;
        bottom: 382px;
    }
    .x\:inset-x-382p {
        right: 382px;
        left: 382px;
    }
    .x\:inset-y-385p {
        top: 385px;
        bottom: 385px;
    }
    .x\:inset-x-385p {
        right: 385px;
        left: 385px;
    }
    .x\:inset-y-400p {
        top: 400px;
        bottom: 400px;
    }
    .x\:inset-x-400p {
        right: 400px;
        left: 400px;
    }
    .x\:inset-y-407p {
        top: 407px;
        bottom: 407px;
    }
    .x\:inset-x-407p {
        right: 407px;
        left: 407px;
    }
    .x\:inset-y-411p {
        top: 411px;
        bottom: 411px;
    }
    .x\:inset-x-411p {
        right: 411px;
        left: 411px;
    }
    .x\:inset-y-418p {
        top: 418px;
        bottom: 418px;
    }
    .x\:inset-x-418p {
        right: 418px;
        left: 418px;
    }
    .x\:inset-y-430p {
        top: 430px;
        bottom: 430px;
    }
    .x\:inset-x-430p {
        right: 430px;
        left: 430px;
    }
    .x\:inset-y-450p {
        top: 450px;
        bottom: 450px;
    }
    .x\:inset-x-450p {
        right: 450px;
        left: 450px;
    }
    .x\:inset-y-468p {
        top: 468px;
        bottom: 468px;
    }
    .x\:inset-x-468p {
        right: 468px;
        left: 468px;
    }
    .x\:inset-y-485p {
        top: 485px;
        bottom: 485px;
    }
    .x\:inset-x-485p {
        right: 485px;
        left: 485px;
    }
    .x\:inset-y-491p {
        top: 491px;
        bottom: 491px;
    }
    .x\:inset-x-491p {
        right: 491px;
        left: 491px;
    }
    .x\:inset-y-494p {
        top: 494px;
        bottom: 494px;
    }
    .x\:inset-x-494p {
        right: 494px;
        left: 494px;
    }
    .x\:inset-y-470p {
        top: 470px;
        bottom: 470px;
    }
    .x\:inset-x-470p {
        right: 470px;
        left: 470px;
    }
    .x\:inset-y-480p {
        top: 480px;
        bottom: 480px;
    }
    .x\:inset-x-480p {
        right: 480px;
        left: 480px;
    }
    .x\:inset-y-532p {
        top: 532px;
        bottom: 532px;
    }
    .x\:inset-x-532p {
        right: 532px;
        left: 532px;
    }
    .x\:inset-y-556p {
        top: 556px;
        bottom: 556px;
    }
    .x\:inset-x-556p {
        right: 556px;
        left: 556px;
    }
    .x\:inset-y-505p {
        top: 505px;
        bottom: 505px;
    }
    .x\:inset-x-505p {
        right: 505px;
        left: 505px;
    }
    .x\:inset-y-1179p {
        top: 1179px;
        bottom: 1179px;
    }
    .x\:inset-x-1179p {
        right: 1179px;
        left: 1179px;
    }
    .x\:inset-y-1253p {
        top: 1253px;
        bottom: 1253px;
    }
    .x\:inset-x-1253p {
        right: 1253px;
        left: 1253px;
    }
    .x\:inset-y-1575p {
        top: 1575px;
        bottom: 1575px;
    }
    .x\:inset-x-1575p {
        right: 1575px;
        left: 1575px;
    }
    .x\:inset-y-600p {
        top: 600px;
        bottom: 600px;
    }
    .x\:inset-x-600p {
        right: 600px;
        left: 600px;
    }
    .x\:inset-y-649p {
        top: 649px;
        bottom: 649px;
    }
    .x\:inset-x-649p {
        right: 649px;
        left: 649px;
    }
    .x\:inset-y-690p {
        top: 690px;
        bottom: 690px;
    }
    .x\:inset-x-690p {
        right: 690px;
        left: 690px;
    }
    .x\:inset-y-19\% {
        top: 19%;
        bottom: 19%;
    }
    .x\:inset-x-19\% {
        right: 19%;
        left: 19%;
    }
    .x\:inset-y-23\% {
        top: 23%;
        bottom: 23%;
    }
    .x\:inset-x-23\% {
        right: 23%;
        left: 23%;
    }
    .x\:inset-y-24\% {
        top: 24%;
        bottom: 24%;
    }
    .x\:inset-x-24\% {
        right: 24%;
        left: 24%;
    }
    .x\:inset-y-36\% {
        top: 36%;
        bottom: 36%;
    }
    .x\:inset-x-36\% {
        right: 36%;
        left: 36%;
    }
    .x\:inset-y-27\% {
        top: 27%;
        bottom: 27%;
    }
    .x\:inset-x-27\% {
        right: 27%;
        left: 27%;
    }
    .x\:inset-y-28\% {
        top: 28%;
        bottom: 28%;
    }
    .x\:inset-x-28\% {
        right: 28%;
        left: 28%;
    }
    .x\:inset-y-42\% {
        top: 42%;
        bottom: 42%;
    }
    .x\:inset-x-42\% {
        right: 42%;
        left: 42%;
    }
    .x\:inset-y-46\% {
        top: 46%;
        bottom: 46%;
    }
    .x\:inset-x-46\% {
        right: 46%;
        left: 46%;
    }
    .x\:inset-y-49\% {
        top: 49%;
        bottom: 49%;
    }
    .x\:inset-x-49\% {
        right: 49%;
        left: 49%;
    }
    .x\:inset-y-54\% {
        top: 54%;
        bottom: 54%;
    }
    .x\:inset-x-54\% {
        right: 54%;
        left: 54%;
    }
    .x\:inset-y-58\% {
        top: 58%;
        bottom: 58%;
    }
    .x\:inset-x-58\% {
        right: 58%;
        left: 58%;
    }
    .x\:inset-y-72\% {
        top: 72%;
        bottom: 72%;
    }
    .x\:inset-x-72\% {
        right: 72%;
        left: 72%;
    }
    .x\:inset-y-76\% {
        top: 76%;
        bottom: 76%;
    }
    .x\:inset-x-76\% {
        right: 76%;
        left: 76%;
    }
    .x\:inset-y-77\% {
        top: 77%;
        bottom: 77%;
    }
    .x\:inset-x-77\% {
        right: 77%;
        left: 77%;
    }
    .x\:inset-y-340p {
        top: 340px;
        bottom: 340px;
    }
    .x\:inset-x-340p {
        right: 340px;
        left: 340px;
    }
    .x\:inset-y-700p {
        top: 700px;
        bottom: 700px;
    }
    .x\:inset-x-700p {
        right: 700px;
        left: 700px;
    }
    .x\:inset-y-848p {
        top: 848px;
        bottom: 848px;
    }
    .x\:inset-x-848p {
        right: 848px;
        left: 848px;
    }
    .x\:inset-y-850p {
        top: 850px;
        bottom: 850px;
    }
    .x\:inset-x-850p {
        right: 850px;
        left: 850px;
    }
    .x\:inset-y-860p {
        top: 860px;
        bottom: 860px;
    }
    .x\:inset-x-860p {
        right: 860px;
        left: 860px;
    }
    .x\:inset-y-1425p {
        top: 1425px;
        bottom: 1425px;
    }
    .x\:inset-x-1425p {
        right: 1425px;
        left: 1425px;
    }
    .x\:-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .x\:-inset-x-0 {
        right: 0;
        left: 0;
    }
    .x\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .x\:-inset-x-1 {
        right: -0.25rem;
        left: -0.25rem;
    }
    .x\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .x\:-inset-x-2 {
        right: -0.5rem;
        left: -0.5rem;
    }
    .x\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .x\:-inset-x-3 {
        right: -0.75rem;
        left: -0.75rem;
    }
    .x\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }
    .x\:-inset-x-4 {
        right: -1rem;
        left: -1rem;
    }
    .x\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .x\:-inset-x-5 {
        right: -1.25rem;
        left: -1.25rem;
    }
    .x\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .x\:-inset-x-6 {
        right: -1.5rem;
        left: -1.5rem;
    }
    .x\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }
    .x\:-inset-x-7 {
        right: -1.75rem;
        left: -1.75rem;
    }
    .x\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }
    .x\:-inset-x-8 {
        right: -2rem;
        left: -2rem;
    }
    .x\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }
    .x\:-inset-x-9 {
        right: -2.25rem;
        left: -2.25rem;
    }
    .x\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .x\:-inset-x-10 {
        right: -2.5rem;
        left: -2.5rem;
    }
    .x\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }
    .x\:-inset-x-11 {
        right: -2.75rem;
        left: -2.75rem;
    }
    .x\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }
    .x\:-inset-x-12 {
        right: -3rem;
        left: -3rem;
    }
    .x\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }
    .x\:-inset-x-14 {
        right: -3.5rem;
        left: -3.5rem;
    }
    .x\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }
    .x\:-inset-x-16 {
        right: -4rem;
        left: -4rem;
    }
    .x\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }
    .x\:-inset-x-20 {
        right: -5rem;
        left: -5rem;
    }
    .x\:-inset-y-23 {
        top: -88px;
        bottom: -88px;
    }
    .x\:-inset-x-23 {
        right: -88px;
        left: -88px;
    }
    .x\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }
    .x\:-inset-x-24 {
        right: -6rem;
        left: -6rem;
    }
    .x\:-inset-y-25 {
        top: -100px;
        bottom: -100px;
    }
    .x\:-inset-x-25 {
        right: -100px;
        left: -100px;
    }
    .x\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }
    .x\:-inset-x-28 {
        right: -7rem;
        left: -7rem;
    }
    .x\:-inset-y-29 {
        top: -120px;
        bottom: -120px;
    }
    .x\:-inset-x-29 {
        right: -120px;
        left: -120px;
    }
    .x\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }
    .x\:-inset-x-32 {
        right: -8rem;
        left: -8rem;
    }
    .x\:-inset-y-33 {
        top: -130px;
        bottom: -130px;
    }
    .x\:-inset-x-33 {
        right: -130px;
        left: -130px;
    }
    .x\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }
    .x\:-inset-x-36 {
        right: -9rem;
        left: -9rem;
    }
    .x\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }
    .x\:-inset-x-40 {
        right: -10rem;
        left: -10rem;
    }
    .x\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }
    .x\:-inset-x-44 {
        right: -11rem;
        left: -11rem;
    }
    .x\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }
    .x\:-inset-x-48 {
        right: -12rem;
        left: -12rem;
    }
    .x\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }
    .x\:-inset-x-52 {
        right: -13rem;
        left: -13rem;
    }
    .x\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }
    .x\:-inset-x-56 {
        right: -14rem;
        left: -14rem;
    }
    .x\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }
    .x\:-inset-x-60 {
        right: -15rem;
        left: -15rem;
    }
    .x\:-inset-y-63 {
        top: -270px;
        bottom: -270px;
    }
    .x\:-inset-x-63 {
        right: -270px;
        left: -270px;
    }
    .x\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }
    .x\:-inset-x-64 {
        right: -16rem;
        left: -16rem;
    }
    .x\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }
    .x\:-inset-x-72 {
        right: -18rem;
        left: -18rem;
    }
    .x\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }
    .x\:-inset-x-80 {
        right: -20rem;
        left: -20rem;
    }
    .x\:-inset-y-92 {
        top: -475px;
        bottom: -475px;
    }
    .x\:-inset-x-92 {
        right: -475px;
        left: -475px;
    }
    .x\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }
    .x\:-inset-x-96 {
        right: -24rem;
        left: -24rem;
    }
    .x\:-inset-y-128 {
        top: -32rem;
        bottom: -32rem;
    }
    .x\:-inset-x-128 {
        right: -32rem;
        left: -32rem;
    }
    .x\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }
    .x\:-inset-x-px {
        right: -1px;
        left: -1px;
    }
    .x\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }
    .x\:-inset-x-0\.5 {
        right: -0.125rem;
        left: -0.125rem;
    }
    .x\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }
    .x\:-inset-x-1\.5 {
        right: -0.375rem;
        left: -0.375rem;
    }
    .x\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .x\:-inset-x-2\.5 {
        right: -0.625rem;
        left: -0.625rem;
    }
    .x\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .x\:-inset-x-3\.5 {
        right: -0.875rem;
        left: -0.875rem;
    }
    .x\:-inset-y-105p {
        top: -105px;
        bottom: -105px;
    }
    .x\:-inset-x-105p {
        right: -105px;
        left: -105px;
    }
    .x\:-inset-y-50p {
        top: -50px;
        bottom: -50px;
    }
    .x\:-inset-x-50p {
        right: -50px;
        left: -50px;
    }
    .x\:-inset-y-54p {
        top: -54px;
        bottom: -54px;
    }
    .x\:-inset-x-54p {
        right: -54px;
        left: -54px;
    }
    .x\:-inset-y-1p {
        top: -1px;
        bottom: -1px;
    }
    .x\:-inset-x-1p {
        right: -1px;
        left: -1px;
    }
    .x\:-inset-y-2p {
        top: -2px;
        bottom: -2px;
    }
    .x\:-inset-x-2p {
        right: -2px;
        left: -2px;
    }
    .x\:-inset-y-3p {
        top: -3px;
        bottom: -3px;
    }
    .x\:-inset-x-3p {
        right: -3px;
        left: -3px;
    }
    .x\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }
    .x\:-inset-x-5p {
        right: -5px;
        left: -5px;
    }
    .x\:-inset-y-7p {
        top: -7px;
        bottom: -7px;
    }
    .x\:-inset-x-7p {
        right: -7px;
        left: -7px;
    }
    .x\:-inset-y-9p {
        top: -9px;
        bottom: -9px;
    }
    .x\:-inset-x-9p {
        right: -9px;
        left: -9px;
    }
    .x\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }
    .x\:-inset-x-10p {
        right: -10px;
        left: -10px;
    }
    .x\:-inset-y-11p {
        top: -11px;
        bottom: -11px;
    }
    .x\:-inset-x-11p {
        right: -11px;
        left: -11px;
    }
    .x\:-inset-y-13p {
        top: -13px;
        bottom: -13px;
    }
    .x\:-inset-x-13p {
        right: -13px;
        left: -13px;
    }
    .x\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }
    .x\:-inset-x-15p {
        right: -15px;
        left: -15px;
    }
    .x\:-inset-y-18p {
        top: -18px;
        bottom: -18px;
    }
    .x\:-inset-x-18p {
        right: -18px;
        left: -18px;
    }
    .x\:-inset-y-19p {
        top: -19px;
        bottom: -19px;
    }
    .x\:-inset-x-19p {
        right: -19px;
        left: -19px;
    }
    .x\:-inset-y-21p {
        top: -21px;
        bottom: -21px;
    }
    .x\:-inset-x-21p {
        right: -21px;
        left: -21px;
    }
    .x\:-inset-y-22p {
        top: -22px;
        bottom: -22px;
    }
    .x\:-inset-x-22p {
        right: -22px;
        left: -22px;
    }
    .x\:-inset-y-23p {
        top: -23px;
        bottom: -23px;
    }
    .x\:-inset-x-23p {
        right: -23px;
        left: -23px;
    }
    .x\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }
    .x\:-inset-x-25p {
        right: -25px;
        left: -25px;
    }
    .x\:-inset-y-26p {
        top: -26px;
        bottom: -26px;
    }
    .x\:-inset-x-26p {
        right: -26px;
        left: -26px;
    }
    .x\:-inset-y-29p {
        top: -29px;
        bottom: -29px;
    }
    .x\:-inset-x-29p {
        right: -29px;
        left: -29px;
    }
    .x\:-inset-y-30p {
        top: -30px;
        bottom: -30px;
    }
    .x\:-inset-x-30p {
        right: -30px;
        left: -30px;
    }
    .x\:-inset-y-31p {
        top: -31px;
        bottom: -31px;
    }
    .x\:-inset-x-31p {
        right: -31px;
        left: -31px;
    }
    .x\:-inset-y-35p {
        top: -35px;
        bottom: -35px;
    }
    .x\:-inset-x-35p {
        right: -35px;
        left: -35px;
    }
    .x\:-inset-y-52p {
        top: -52px;
        bottom: -52px;
    }
    .x\:-inset-x-52p {
        right: -52px;
        left: -52px;
    }
    .x\:-inset-y-53p {
        top: -53px;
        bottom: -53px;
    }
    .x\:-inset-x-53p {
        right: -53px;
        left: -53px;
    }
    .x\:-inset-y-55p {
        top: -55px;
        bottom: -55px;
    }
    .x\:-inset-x-55p {
        right: -55px;
        left: -55px;
    }
    .x\:-inset-y-59p {
        top: -59px;
        bottom: -59px;
    }
    .x\:-inset-x-59p {
        right: -59px;
        left: -59px;
    }
    .x\:-inset-y-27p {
        top: -27px;
        bottom: -27px;
    }
    .x\:-inset-x-27p {
        right: -27px;
        left: -27px;
    }
    .x\:-inset-y-33\.5p {
        top: -33.5px;
        bottom: -33.5px;
    }
    .x\:-inset-x-33\.5p {
        right: -33.5px;
        left: -33.5px;
    }
    .x\:-inset-y-38p {
        top: -38px;
        bottom: -38px;
    }
    .x\:-inset-x-38p {
        right: -38px;
        left: -38px;
    }
    .x\:-inset-y-40p {
        top: -40px;
        bottom: -40px;
    }
    .x\:-inset-x-40p {
        right: -40px;
        left: -40px;
    }
    .x\:-inset-y-46p {
        top: -46px;
        bottom: -46px;
    }
    .x\:-inset-x-46p {
        right: -46px;
        left: -46px;
    }
    .x\:-inset-y-47p {
        top: -47px;
        bottom: -47px;
    }
    .x\:-inset-x-47p {
        right: -47px;
        left: -47px;
    }
    .x\:-inset-y-49p {
        top: -49px;
        bottom: -49px;
    }
    .x\:-inset-x-49p {
        right: -49px;
        left: -49px;
    }
    .x\:-inset-y-58p {
        top: -58px;
        bottom: -58px;
    }
    .x\:-inset-x-58p {
        right: -58px;
        left: -58px;
    }
    .x\:-inset-y-75p {
        top: -75px;
        bottom: -75px;
    }
    .x\:-inset-x-75p {
        right: -75px;
        left: -75px;
    }
    .x\:-inset-y-77p {
        top: -77px;
        bottom: -77px;
    }
    .x\:-inset-x-77p {
        right: -77px;
        left: -77px;
    }
    .x\:-inset-y-60p {
        top: -60px;
        bottom: -60px;
    }
    .x\:-inset-x-60p {
        right: -60px;
        left: -60px;
    }
    .x\:-inset-y-65p {
        top: -65px;
        bottom: -65px;
    }
    .x\:-inset-x-65p {
        right: -65px;
        left: -65px;
    }
    .x\:-inset-y-66p {
        top: -66px;
        bottom: -66px;
    }
    .x\:-inset-x-66p {
        right: -66px;
        left: -66px;
    }
    .x\:-inset-y-68p {
        top: -68px;
        bottom: -68px;
    }
    .x\:-inset-x-68p {
        right: -68px;
        left: -68px;
    }
    .x\:-inset-y-70p {
        top: -70px;
        bottom: -70px;
    }
    .x\:-inset-x-70p {
        right: -70px;
        left: -70px;
    }
    .x\:-inset-y-72p {
        top: -72px;
        bottom: -72px;
    }
    .x\:-inset-x-72p {
        right: -72px;
        left: -72px;
    }
    .x\:-inset-y-74p {
        top: -74px;
        bottom: -74px;
    }
    .x\:-inset-x-74p {
        right: -74px;
        left: -74px;
    }
    .x\:-inset-y-78p {
        top: -78px;
        bottom: -78px;
    }
    .x\:-inset-x-78p {
        right: -78px;
        left: -78px;
    }
    .x\:-inset-y-80p {
        top: -80px;
        bottom: -80px;
    }
    .x\:-inset-x-80p {
        right: -80px;
        left: -80px;
    }
    .x\:-inset-y-82p {
        top: -82px;
        bottom: -82px;
    }
    .x\:-inset-x-82p {
        right: -82px;
        left: -82px;
    }
    .x\:-inset-y-84p {
        top: -84px;
        bottom: -84px;
    }
    .x\:-inset-x-84p {
        right: -84px;
        left: -84px;
    }
    .x\:-inset-y-89p {
        top: -89px;
        bottom: -89px;
    }
    .x\:-inset-x-89p {
        right: -89px;
        left: -89px;
    }
    .x\:-inset-y-93p {
        top: -93px;
        bottom: -93px;
    }
    .x\:-inset-x-93p {
        right: -93px;
        left: -93px;
    }
    .x\:-inset-y-90p {
        top: -90px;
        bottom: -90px;
    }
    .x\:-inset-x-90p {
        right: -90px;
        left: -90px;
    }
    .x\:-inset-y-97p {
        top: -97px;
        bottom: -97px;
    }
    .x\:-inset-x-97p {
        right: -97px;
        left: -97px;
    }
    .x\:-inset-y-103p {
        top: -103px;
        bottom: -103px;
    }
    .x\:-inset-x-103p {
        right: -103px;
        left: -103px;
    }
    .x\:-inset-y-116p {
        top: -116px;
        bottom: -116px;
    }
    .x\:-inset-x-116p {
        right: -116px;
        left: -116px;
    }
    .x\:-inset-y-120p {
        top: -120px;
        bottom: -120px;
    }
    .x\:-inset-x-120p {
        right: -120px;
        left: -120px;
    }
    .x\:-inset-y-125p {
        top: -125px;
        bottom: -125px;
    }
    .x\:-inset-x-125p {
        right: -125px;
        left: -125px;
    }
    .x\:-inset-y-130p {
        top: -130px;
        bottom: -130px;
    }
    .x\:-inset-x-130p {
        right: -130px;
        left: -130px;
    }
    .x\:-inset-y-135p {
        top: -135px;
        bottom: -135px;
    }
    .x\:-inset-x-135p {
        right: -135px;
        left: -135px;
    }
    .x\:-inset-y-132p {
        top: -132px;
        bottom: -132px;
    }
    .x\:-inset-x-132p {
        right: -132px;
        left: -132px;
    }
    .x\:-inset-y-150p {
        top: -150px;
        bottom: -150px;
    }
    .x\:-inset-x-150p {
        right: -150px;
        left: -150px;
    }
    .x\:-inset-y-216p {
        top: -216px;
        bottom: -216px;
    }
    .x\:-inset-x-216p {
        right: -216px;
        left: -216px;
    }
    .x\:-inset-y-225p {
        top: -225px;
        bottom: -225px;
    }
    .x\:-inset-x-225p {
        right: -225px;
        left: -225px;
    }
    .x\:-inset-y-296p {
        top: -296px;
        bottom: -296px;
    }
    .x\:-inset-x-296p {
        right: -296px;
        left: -296px;
    }
    .x\:-inset-y-270p {
        top: -270px;
        bottom: -270px;
    }
    .x\:-inset-x-270p {
        right: -270px;
        left: -270px;
    }
    .x\:-inset-y-137p {
        top: -137px;
        bottom: -137px;
    }
    .x\:-inset-x-137p {
        right: -137px;
        left: -137px;
    }
    .x\:-inset-y-141p {
        top: -141px;
        bottom: -141px;
    }
    .x\:-inset-x-141p {
        right: -141px;
        left: -141px;
    }
    .x\:-inset-y-146p {
        top: -146px;
        bottom: -146px;
    }
    .x\:-inset-x-146p {
        right: -146px;
        left: -146px;
    }
    .x\:-inset-y-152p {
        top: -152px;
        bottom: -152px;
    }
    .x\:-inset-x-152p {
        right: -152px;
        left: -152px;
    }
    .x\:-inset-y-155p {
        top: -155px;
        bottom: -155px;
    }
    .x\:-inset-x-155p {
        right: -155px;
        left: -155px;
    }
    .x\:-inset-y-163p {
        top: -163px;
        bottom: -163px;
    }
    .x\:-inset-x-163p {
        right: -163px;
        left: -163px;
    }
    .x\:-inset-y-168p {
        top: -168px;
        bottom: -168px;
    }
    .x\:-inset-x-168p {
        right: -168px;
        left: -168px;
    }
    .x\:-inset-y-173p {
        top: -173px;
        bottom: -173px;
    }
    .x\:-inset-x-173p {
        right: -173px;
        left: -173px;
    }
    .x\:-inset-y-210p {
        top: -210px;
        bottom: -210px;
    }
    .x\:-inset-x-210p {
        right: -210px;
        left: -210px;
    }
    .x\:-inset-y-245p {
        top: -245px;
        bottom: -245px;
    }
    .x\:-inset-x-245p {
        right: -245px;
        left: -245px;
    }
    .x\:-inset-y-250p {
        top: -250px;
        bottom: -250px;
    }
    .x\:-inset-x-250p {
        right: -250px;
        left: -250px;
    }
    .x\:-inset-y-260p {
        top: -260px;
        bottom: -260px;
    }
    .x\:-inset-x-260p {
        right: -260px;
        left: -260px;
    }
    .x\:-inset-y-263p {
        top: -263px;
        bottom: -263px;
    }
    .x\:-inset-x-263p {
        right: -263px;
        left: -263px;
    }
    .x\:-inset-y-266p {
        top: -266px;
        bottom: -266px;
    }
    .x\:-inset-x-266p {
        right: -266px;
        left: -266px;
    }
    .x\:-inset-y-275p {
        top: -275px;
        bottom: -275px;
    }
    .x\:-inset-x-275p {
        right: -275px;
        left: -275px;
    }
    .x\:-inset-y-300p {
        top: -300px;
        bottom: -300px;
    }
    .x\:-inset-x-300p {
        right: -300px;
        left: -300px;
    }
    .x\:-inset-y-312p {
        top: -312px;
        bottom: -312px;
    }
    .x\:-inset-x-312p {
        right: -312px;
        left: -312px;
    }
    .x\:-inset-y-318p {
        top: -318px;
        bottom: -318px;
    }
    .x\:-inset-x-318p {
        right: -318px;
        left: -318px;
    }
    .x\:-inset-y-322p {
        top: -322px;
        bottom: -322px;
    }
    .x\:-inset-x-322p {
        right: -322px;
        left: -322px;
    }
    .x\:-inset-y-337p {
        top: -337px;
        bottom: -337px;
    }
    .x\:-inset-x-337p {
        right: -337px;
        left: -337px;
    }
    .x\:-inset-y-345p {
        top: -345px;
        bottom: -345px;
    }
    .x\:-inset-x-345p {
        right: -345px;
        left: -345px;
    }
    .x\:-inset-y-344p {
        top: -344px;
        bottom: -344px;
    }
    .x\:-inset-x-344p {
        right: -344px;
        left: -344px;
    }
    .x\:-inset-y-354p {
        top: -354px;
        bottom: -354px;
    }
    .x\:-inset-x-354p {
        right: -354px;
        left: -354px;
    }
    .x\:-inset-y-364p {
        top: -364px;
        bottom: -364px;
    }
    .x\:-inset-x-364p {
        right: -364px;
        left: -364px;
    }
    .x\:-inset-y-370p {
        top: -370px;
        bottom: -370px;
    }
    .x\:-inset-x-370p {
        right: -370px;
        left: -370px;
    }
    .x\:-inset-y-382p {
        top: -382px;
        bottom: -382px;
    }
    .x\:-inset-x-382p {
        right: -382px;
        left: -382px;
    }
    .x\:-inset-y-385p {
        top: -385px;
        bottom: -385px;
    }
    .x\:-inset-x-385p {
        right: -385px;
        left: -385px;
    }
    .x\:-inset-y-400p {
        top: -400px;
        bottom: -400px;
    }
    .x\:-inset-x-400p {
        right: -400px;
        left: -400px;
    }
    .x\:-inset-y-407p {
        top: -407px;
        bottom: -407px;
    }
    .x\:-inset-x-407p {
        right: -407px;
        left: -407px;
    }
    .x\:-inset-y-411p {
        top: -411px;
        bottom: -411px;
    }
    .x\:-inset-x-411p {
        right: -411px;
        left: -411px;
    }
    .x\:-inset-y-418p {
        top: -418px;
        bottom: -418px;
    }
    .x\:-inset-x-418p {
        right: -418px;
        left: -418px;
    }
    .x\:-inset-y-430p {
        top: -430px;
        bottom: -430px;
    }
    .x\:-inset-x-430p {
        right: -430px;
        left: -430px;
    }
    .x\:-inset-y-450p {
        top: -450px;
        bottom: -450px;
    }
    .x\:-inset-x-450p {
        right: -450px;
        left: -450px;
    }
    .x\:-inset-y-468p {
        top: -468px;
        bottom: -468px;
    }
    .x\:-inset-x-468p {
        right: -468px;
        left: -468px;
    }
    .x\:-inset-y-485p {
        top: -485px;
        bottom: -485px;
    }
    .x\:-inset-x-485p {
        right: -485px;
        left: -485px;
    }
    .x\:-inset-y-491p {
        top: -491px;
        bottom: -491px;
    }
    .x\:-inset-x-491p {
        right: -491px;
        left: -491px;
    }
    .x\:-inset-y-494p {
        top: -494px;
        bottom: -494px;
    }
    .x\:-inset-x-494p {
        right: -494px;
        left: -494px;
    }
    .x\:-inset-y-470p {
        top: -470px;
        bottom: -470px;
    }
    .x\:-inset-x-470p {
        right: -470px;
        left: -470px;
    }
    .x\:-inset-y-480p {
        top: -480px;
        bottom: -480px;
    }
    .x\:-inset-x-480p {
        right: -480px;
        left: -480px;
    }
    .x\:-inset-y-532p {
        top: -532px;
        bottom: -532px;
    }
    .x\:-inset-x-532p {
        right: -532px;
        left: -532px;
    }
    .x\:-inset-y-556p {
        top: -556px;
        bottom: -556px;
    }
    .x\:-inset-x-556p {
        right: -556px;
        left: -556px;
    }
    .x\:-inset-y-505p {
        top: -505px;
        bottom: -505px;
    }
    .x\:-inset-x-505p {
        right: -505px;
        left: -505px;
    }
    .x\:-inset-y-1179p {
        top: -1179px;
        bottom: -1179px;
    }
    .x\:-inset-x-1179p {
        right: -1179px;
        left: -1179px;
    }
    .x\:-inset-y-1253p {
        top: -1253px;
        bottom: -1253px;
    }
    .x\:-inset-x-1253p {
        right: -1253px;
        left: -1253px;
    }
    .x\:-inset-y-1575p {
        top: -1575px;
        bottom: -1575px;
    }
    .x\:-inset-x-1575p {
        right: -1575px;
        left: -1575px;
    }
    .x\:-inset-y-600p {
        top: -600px;
        bottom: -600px;
    }
    .x\:-inset-x-600p {
        right: -600px;
        left: -600px;
    }
    .x\:-inset-y-649p {
        top: -649px;
        bottom: -649px;
    }
    .x\:-inset-x-649p {
        right: -649px;
        left: -649px;
    }
    .x\:-inset-y-690p {
        top: -690px;
        bottom: -690px;
    }
    .x\:-inset-x-690p {
        right: -690px;
        left: -690px;
    }
    .x\:-inset-y-19\% {
        top: -19%;
        bottom: -19%;
    }
    .x\:-inset-x-19\% {
        right: -19%;
        left: -19%;
    }
    .x\:-inset-y-23\% {
        top: -23%;
        bottom: -23%;
    }
    .x\:-inset-x-23\% {
        right: -23%;
        left: -23%;
    }
    .x\:-inset-y-24\% {
        top: -24%;
        bottom: -24%;
    }
    .x\:-inset-x-24\% {
        right: -24%;
        left: -24%;
    }
    .x\:-inset-y-36\% {
        top: -36%;
        bottom: -36%;
    }
    .x\:-inset-x-36\% {
        right: -36%;
        left: -36%;
    }
    .x\:-inset-y-27\% {
        top: -27%;
        bottom: -27%;
    }
    .x\:-inset-x-27\% {
        right: -27%;
        left: -27%;
    }
    .x\:-inset-y-28\% {
        top: -28%;
        bottom: -28%;
    }
    .x\:-inset-x-28\% {
        right: -28%;
        left: -28%;
    }
    .x\:-inset-y-42\% {
        top: -42%;
        bottom: -42%;
    }
    .x\:-inset-x-42\% {
        right: -42%;
        left: -42%;
    }
    .x\:-inset-y-46\% {
        top: -46%;
        bottom: -46%;
    }
    .x\:-inset-x-46\% {
        right: -46%;
        left: -46%;
    }
    .x\:-inset-y-49\% {
        top: -49%;
        bottom: -49%;
    }
    .x\:-inset-x-49\% {
        right: -49%;
        left: -49%;
    }
    .x\:-inset-y-54\% {
        top: -54%;
        bottom: -54%;
    }
    .x\:-inset-x-54\% {
        right: -54%;
        left: -54%;
    }
    .x\:-inset-y-58\% {
        top: -58%;
        bottom: -58%;
    }
    .x\:-inset-x-58\% {
        right: -58%;
        left: -58%;
    }
    .x\:-inset-y-72\% {
        top: -72%;
        bottom: -72%;
    }
    .x\:-inset-x-72\% {
        right: -72%;
        left: -72%;
    }
    .x\:-inset-y-76\% {
        top: -76%;
        bottom: -76%;
    }
    .x\:-inset-x-76\% {
        right: -76%;
        left: -76%;
    }
    .x\:-inset-y-77\% {
        top: -77%;
        bottom: -77%;
    }
    .x\:-inset-x-77\% {
        right: -77%;
        left: -77%;
    }
    .x\:-inset-y-340p {
        top: -340px;
        bottom: -340px;
    }
    .x\:-inset-x-340p {
        right: -340px;
        left: -340px;
    }
    .x\:-inset-y-700p {
        top: -700px;
        bottom: -700px;
    }
    .x\:-inset-x-700p {
        right: -700px;
        left: -700px;
    }
    .x\:-inset-y-848p {
        top: -848px;
        bottom: -848px;
    }
    .x\:-inset-x-848p {
        right: -848px;
        left: -848px;
    }
    .x\:-inset-y-850p {
        top: -850px;
        bottom: -850px;
    }
    .x\:-inset-x-850p {
        right: -850px;
        left: -850px;
    }
    .x\:-inset-y-860p {
        top: -860px;
        bottom: -860px;
    }
    .x\:-inset-x-860p {
        right: -860px;
        left: -860px;
    }
    .x\:-inset-y-1425p {
        top: -1425px;
        bottom: -1425px;
    }
    .x\:-inset-x-1425p {
        right: -1425px;
        left: -1425px;
    }
    .x\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }
    .x\:inset-x-1\/2 {
        right: 50%;
        left: 50%;
    }
    .x\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }
    .x\:inset-x-1\/3 {
        right: 33.333333%;
        left: 33.333333%;
    }
    .x\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }
    .x\:inset-x-2\/3 {
        right: 66.666667%;
        left: 66.666667%;
    }
    .x\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }
    .x\:inset-x-1\/4 {
        right: 25%;
        left: 25%;
    }
    .x\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }
    .x\:inset-x-2\/4 {
        right: 50%;
        left: 50%;
    }
    .x\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }
    .x\:inset-x-3\/4 {
        right: 75%;
        left: 75%;
    }
    .x\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }
    .x\:inset-x-full {
        right: 100%;
        left: 100%;
    }
    .x\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }
    .x\:-inset-x-1\/2 {
        right: -50%;
        left: -50%;
    }
    .x\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }
    .x\:-inset-x-1\/3 {
        right: -33.333333%;
        left: -33.333333%;
    }
    .x\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }
    .x\:-inset-x-2\/3 {
        right: -66.666667%;
        left: -66.666667%;
    }
    .x\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }
    .x\:-inset-x-1\/4 {
        right: -25%;
        left: -25%;
    }
    .x\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }
    .x\:-inset-x-2\/4 {
        right: -50%;
        left: -50%;
    }
    .x\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }
    .x\:-inset-x-3\/4 {
        right: -75%;
        left: -75%;
    }
    .x\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }
    .x\:-inset-x-full {
        right: -100%;
        left: -100%;
    }
    .x\:top-0 {
        top: 0;
    }
    .x\:right-0 {
        right: 0;
    }
    .x\:bottom-0 {
        bottom: 0;
    }
    .x\:left-0 {
        left: 0;
    }
    .x\:top-1 {
        top: 0.25rem;
    }
    .x\:right-1 {
        right: 0.25rem;
    }
    .x\:bottom-1 {
        bottom: 0.25rem;
    }
    .x\:left-1 {
        left: 0.25rem;
    }
    .x\:top-2 {
        top: 0.5rem;
    }
    .x\:right-2 {
        right: 0.5rem;
    }
    .x\:bottom-2 {
        bottom: 0.5rem;
    }
    .x\:left-2 {
        left: 0.5rem;
    }
    .x\:top-3 {
        top: 0.75rem;
    }
    .x\:right-3 {
        right: 0.75rem;
    }
    .x\:bottom-3 {
        bottom: 0.75rem;
    }
    .x\:left-3 {
        left: 0.75rem;
    }
    .x\:top-4 {
        top: 1rem;
    }
    .x\:right-4 {
        right: 1rem;
    }
    .x\:bottom-4 {
        bottom: 1rem;
    }
    .x\:left-4 {
        left: 1rem;
    }
    .x\:top-5 {
        top: 1.25rem;
    }
    .x\:right-5 {
        right: 1.25rem;
    }
    .x\:bottom-5 {
        bottom: 1.25rem;
    }
    .x\:left-5 {
        left: 1.25rem;
    }
    .x\:top-6 {
        top: 1.5rem;
    }
    .x\:right-6 {
        right: 1.5rem;
    }
    .x\:bottom-6 {
        bottom: 1.5rem;
    }
    .x\:left-6 {
        left: 1.5rem;
    }
    .x\:top-7 {
        top: 1.75rem;
    }
    .x\:right-7 {
        right: 1.75rem;
    }
    .x\:bottom-7 {
        bottom: 1.75rem;
    }
    .x\:left-7 {
        left: 1.75rem;
    }
    .x\:top-8 {
        top: 2rem;
    }
    .x\:right-8 {
        right: 2rem;
    }
    .x\:bottom-8 {
        bottom: 2rem;
    }
    .x\:left-8 {
        left: 2rem;
    }
    .x\:top-9 {
        top: 2.25rem;
    }
    .x\:right-9 {
        right: 2.25rem;
    }
    .x\:bottom-9 {
        bottom: 2.25rem;
    }
    .x\:left-9 {
        left: 2.25rem;
    }
    .x\:top-10 {
        top: 2.5rem;
    }
    .x\:right-10 {
        right: 2.5rem;
    }
    .x\:bottom-10 {
        bottom: 2.5rem;
    }
    .x\:left-10 {
        left: 2.5rem;
    }
    .x\:top-11 {
        top: 2.75rem;
    }
    .x\:right-11 {
        right: 2.75rem;
    }
    .x\:bottom-11 {
        bottom: 2.75rem;
    }
    .x\:left-11 {
        left: 2.75rem;
    }
    .x\:top-12 {
        top: 3rem;
    }
    .x\:right-12 {
        right: 3rem;
    }
    .x\:bottom-12 {
        bottom: 3rem;
    }
    .x\:left-12 {
        left: 3rem;
    }
    .x\:top-14 {
        top: 3.5rem;
    }
    .x\:right-14 {
        right: 3.5rem;
    }
    .x\:bottom-14 {
        bottom: 3.5rem;
    }
    .x\:left-14 {
        left: 3.5rem;
    }
    .x\:top-16 {
        top: 4rem;
    }
    .x\:right-16 {
        right: 4rem;
    }
    .x\:bottom-16 {
        bottom: 4rem;
    }
    .x\:left-16 {
        left: 4rem;
    }
    .x\:top-20 {
        top: 5rem;
    }
    .x\:right-20 {
        right: 5rem;
    }
    .x\:bottom-20 {
        bottom: 5rem;
    }
    .x\:left-20 {
        left: 5rem;
    }
    .x\:top-23 {
        top: 88px;
    }
    .x\:right-23 {
        right: 88px;
    }
    .x\:bottom-23 {
        bottom: 88px;
    }
    .x\:left-23 {
        left: 88px;
    }
    .x\:top-24 {
        top: 6rem;
    }
    .x\:right-24 {
        right: 6rem;
    }
    .x\:bottom-24 {
        bottom: 6rem;
    }
    .x\:left-24 {
        left: 6rem;
    }
    .x\:top-25 {
        top: 100px;
    }
    .x\:right-25 {
        right: 100px;
    }
    .x\:bottom-25 {
        bottom: 100px;
    }
    .x\:left-25 {
        left: 100px;
    }
    .x\:top-28 {
        top: 7rem;
    }
    .x\:right-28 {
        right: 7rem;
    }
    .x\:bottom-28 {
        bottom: 7rem;
    }
    .x\:left-28 {
        left: 7rem;
    }
    .x\:top-29 {
        top: 120px;
    }
    .x\:right-29 {
        right: 120px;
    }
    .x\:bottom-29 {
        bottom: 120px;
    }
    .x\:left-29 {
        left: 120px;
    }
    .x\:top-32 {
        top: 8rem;
    }
    .x\:right-32 {
        right: 8rem;
    }
    .x\:bottom-32 {
        bottom: 8rem;
    }
    .x\:left-32 {
        left: 8rem;
    }
    .x\:top-33 {
        top: 130px;
    }
    .x\:right-33 {
        right: 130px;
    }
    .x\:bottom-33 {
        bottom: 130px;
    }
    .x\:left-33 {
        left: 130px;
    }
    .x\:top-36 {
        top: 9rem;
    }
    .x\:right-36 {
        right: 9rem;
    }
    .x\:bottom-36 {
        bottom: 9rem;
    }
    .x\:left-36 {
        left: 9rem;
    }
    .x\:top-40 {
        top: 10rem;
    }
    .x\:right-40 {
        right: 10rem;
    }
    .x\:bottom-40 {
        bottom: 10rem;
    }
    .x\:left-40 {
        left: 10rem;
    }
    .x\:top-44 {
        top: 11rem;
    }
    .x\:right-44 {
        right: 11rem;
    }
    .x\:bottom-44 {
        bottom: 11rem;
    }
    .x\:left-44 {
        left: 11rem;
    }
    .x\:top-48 {
        top: 12rem;
    }
    .x\:right-48 {
        right: 12rem;
    }
    .x\:bottom-48 {
        bottom: 12rem;
    }
    .x\:left-48 {
        left: 12rem;
    }
    .x\:top-52 {
        top: 13rem;
    }
    .x\:right-52 {
        right: 13rem;
    }
    .x\:bottom-52 {
        bottom: 13rem;
    }
    .x\:left-52 {
        left: 13rem;
    }
    .x\:top-56 {
        top: 14rem;
    }
    .x\:right-56 {
        right: 14rem;
    }
    .x\:bottom-56 {
        bottom: 14rem;
    }
    .x\:left-56 {
        left: 14rem;
    }
    .x\:top-60 {
        top: 15rem;
    }
    .x\:right-60 {
        right: 15rem;
    }
    .x\:bottom-60 {
        bottom: 15rem;
    }
    .x\:left-60 {
        left: 15rem;
    }
    .x\:top-63 {
        top: 270px;
    }
    .x\:right-63 {
        right: 270px;
    }
    .x\:bottom-63 {
        bottom: 270px;
    }
    .x\:left-63 {
        left: 270px;
    }
    .x\:top-64 {
        top: 16rem;
    }
    .x\:right-64 {
        right: 16rem;
    }
    .x\:bottom-64 {
        bottom: 16rem;
    }
    .x\:left-64 {
        left: 16rem;
    }
    .x\:top-72 {
        top: 18rem;
    }
    .x\:right-72 {
        right: 18rem;
    }
    .x\:bottom-72 {
        bottom: 18rem;
    }
    .x\:left-72 {
        left: 18rem;
    }
    .x\:top-80 {
        top: 20rem;
    }
    .x\:right-80 {
        right: 20rem;
    }
    .x\:bottom-80 {
        bottom: 20rem;
    }
    .x\:left-80 {
        left: 20rem;
    }
    .x\:top-92 {
        top: 475px;
    }
    .x\:right-92 {
        right: 475px;
    }
    .x\:bottom-92 {
        bottom: 475px;
    }
    .x\:left-92 {
        left: 475px;
    }
    .x\:top-96 {
        top: 24rem;
    }
    .x\:right-96 {
        right: 24rem;
    }
    .x\:bottom-96 {
        bottom: 24rem;
    }
    .x\:left-96 {
        left: 24rem;
    }
    .x\:top-128 {
        top: 32rem;
    }
    .x\:right-128 {
        right: 32rem;
    }
    .x\:bottom-128 {
        bottom: 32rem;
    }
    .x\:left-128 {
        left: 32rem;
    }
    .x\:top-auto {
        top: auto;
    }
    .x\:right-auto {
        right: auto;
    }
    .x\:bottom-auto {
        bottom: auto;
    }
    .x\:left-auto {
        left: auto;
    }
    .x\:top-px {
        top: 1px;
    }
    .x\:right-px {
        right: 1px;
    }
    .x\:bottom-px {
        bottom: 1px;
    }
    .x\:left-px {
        left: 1px;
    }
    .x\:top-0\.5 {
        top: 0.125rem;
    }
    .x\:right-0\.5 {
        right: 0.125rem;
    }
    .x\:bottom-0\.5 {
        bottom: 0.125rem;
    }
    .x\:left-0\.5 {
        left: 0.125rem;
    }
    .x\:top-1\.5 {
        top: 0.375rem;
    }
    .x\:right-1\.5 {
        right: 0.375rem;
    }
    .x\:bottom-1\.5 {
        bottom: 0.375rem;
    }
    .x\:left-1\.5 {
        left: 0.375rem;
    }
    .x\:top-2\.5 {
        top: 0.625rem;
    }
    .x\:right-2\.5 {
        right: 0.625rem;
    }
    .x\:bottom-2\.5 {
        bottom: 0.625rem;
    }
    .x\:left-2\.5 {
        left: 0.625rem;
    }
    .x\:top-3\.5 {
        top: 0.875rem;
    }
    .x\:right-3\.5 {
        right: 0.875rem;
    }
    .x\:bottom-3\.5 {
        bottom: 0.875rem;
    }
    .x\:left-3\.5 {
        left: 0.875rem;
    }
    .x\:top-105p {
        top: 105px;
    }
    .x\:right-105p {
        right: 105px;
    }
    .x\:bottom-105p {
        bottom: 105px;
    }
    .x\:left-105p {
        left: 105px;
    }
    .x\:top-50p {
        top: 50px;
    }
    .x\:right-50p {
        right: 50px;
    }
    .x\:bottom-50p {
        bottom: 50px;
    }
    .x\:left-50p {
        left: 50px;
    }
    .x\:top-54p {
        top: 54px;
    }
    .x\:right-54p {
        right: 54px;
    }
    .x\:bottom-54p {
        bottom: 54px;
    }
    .x\:left-54p {
        left: 54px;
    }
    .x\:top-1p {
        top: 1px;
    }
    .x\:right-1p {
        right: 1px;
    }
    .x\:bottom-1p {
        bottom: 1px;
    }
    .x\:left-1p {
        left: 1px;
    }
    .x\:top-2p {
        top: 2px;
    }
    .x\:right-2p {
        right: 2px;
    }
    .x\:bottom-2p {
        bottom: 2px;
    }
    .x\:left-2p {
        left: 2px;
    }
    .x\:top-3p {
        top: 3px;
    }
    .x\:right-3p {
        right: 3px;
    }
    .x\:bottom-3p {
        bottom: 3px;
    }
    .x\:left-3p {
        left: 3px;
    }
    .x\:top-5p {
        top: 5px;
    }
    .x\:right-5p {
        right: 5px;
    }
    .x\:bottom-5p {
        bottom: 5px;
    }
    .x\:left-5p {
        left: 5px;
    }
    .x\:top-7p {
        top: 7px;
    }
    .x\:right-7p {
        right: 7px;
    }
    .x\:bottom-7p {
        bottom: 7px;
    }
    .x\:left-7p {
        left: 7px;
    }
    .x\:top-9p {
        top: 9px;
    }
    .x\:right-9p {
        right: 9px;
    }
    .x\:bottom-9p {
        bottom: 9px;
    }
    .x\:left-9p {
        left: 9px;
    }
    .x\:top-10p {
        top: 10px;
    }
    .x\:right-10p {
        right: 10px;
    }
    .x\:bottom-10p {
        bottom: 10px;
    }
    .x\:left-10p {
        left: 10px;
    }
    .x\:top-11p {
        top: 11px;
    }
    .x\:right-11p {
        right: 11px;
    }
    .x\:bottom-11p {
        bottom: 11px;
    }
    .x\:left-11p {
        left: 11px;
    }
    .x\:top-13p {
        top: 13px;
    }
    .x\:right-13p {
        right: 13px;
    }
    .x\:bottom-13p {
        bottom: 13px;
    }
    .x\:left-13p {
        left: 13px;
    }
    .x\:top-15p {
        top: 15px;
    }
    .x\:right-15p {
        right: 15px;
    }
    .x\:bottom-15p {
        bottom: 15px;
    }
    .x\:left-15p {
        left: 15px;
    }
    .x\:top-18p {
        top: 18px;
    }
    .x\:right-18p {
        right: 18px;
    }
    .x\:bottom-18p {
        bottom: 18px;
    }
    .x\:left-18p {
        left: 18px;
    }
    .x\:top-19p {
        top: 19px;
    }
    .x\:right-19p {
        right: 19px;
    }
    .x\:bottom-19p {
        bottom: 19px;
    }
    .x\:left-19p {
        left: 19px;
    }
    .x\:top-21p {
        top: 21px;
    }
    .x\:right-21p {
        right: 21px;
    }
    .x\:bottom-21p {
        bottom: 21px;
    }
    .x\:left-21p {
        left: 21px;
    }
    .x\:top-22p {
        top: 22px;
    }
    .x\:right-22p {
        right: 22px;
    }
    .x\:bottom-22p {
        bottom: 22px;
    }
    .x\:left-22p {
        left: 22px;
    }
    .x\:top-23p {
        top: 23px;
    }
    .x\:right-23p {
        right: 23px;
    }
    .x\:bottom-23p {
        bottom: 23px;
    }
    .x\:left-23p {
        left: 23px;
    }
    .x\:top-25p {
        top: 25px;
    }
    .x\:right-25p {
        right: 25px;
    }
    .x\:bottom-25p {
        bottom: 25px;
    }
    .x\:left-25p {
        left: 25px;
    }
    .x\:top-26p {
        top: 26px;
    }
    .x\:right-26p {
        right: 26px;
    }
    .x\:bottom-26p {
        bottom: 26px;
    }
    .x\:left-26p {
        left: 26px;
    }
    .x\:top-29p {
        top: 29px;
    }
    .x\:right-29p {
        right: 29px;
    }
    .x\:bottom-29p {
        bottom: 29px;
    }
    .x\:left-29p {
        left: 29px;
    }
    .x\:top-30p {
        top: 30px;
    }
    .x\:right-30p {
        right: 30px;
    }
    .x\:bottom-30p {
        bottom: 30px;
    }
    .x\:left-30p {
        left: 30px;
    }
    .x\:top-31p {
        top: 31px;
    }
    .x\:right-31p {
        right: 31px;
    }
    .x\:bottom-31p {
        bottom: 31px;
    }
    .x\:left-31p {
        left: 31px;
    }
    .x\:top-35p {
        top: 35px;
    }
    .x\:right-35p {
        right: 35px;
    }
    .x\:bottom-35p {
        bottom: 35px;
    }
    .x\:left-35p {
        left: 35px;
    }
    .x\:top-52p {
        top: 52px;
    }
    .x\:right-52p {
        right: 52px;
    }
    .x\:bottom-52p {
        bottom: 52px;
    }
    .x\:left-52p {
        left: 52px;
    }
    .x\:top-53p {
        top: 53px;
    }
    .x\:right-53p {
        right: 53px;
    }
    .x\:bottom-53p {
        bottom: 53px;
    }
    .x\:left-53p {
        left: 53px;
    }
    .x\:top-55p {
        top: 55px;
    }
    .x\:right-55p {
        right: 55px;
    }
    .x\:bottom-55p {
        bottom: 55px;
    }
    .x\:left-55p {
        left: 55px;
    }
    .x\:top-59p {
        top: 59px;
    }
    .x\:right-59p {
        right: 59px;
    }
    .x\:bottom-59p {
        bottom: 59px;
    }
    .x\:left-59p {
        left: 59px;
    }
    .x\:top-27p {
        top: 27px;
    }
    .x\:right-27p {
        right: 27px;
    }
    .x\:bottom-27p {
        bottom: 27px;
    }
    .x\:left-27p {
        left: 27px;
    }
    .x\:top-33\.5p {
        top: 33.5px;
    }
    .x\:right-33\.5p {
        right: 33.5px;
    }
    .x\:bottom-33\.5p {
        bottom: 33.5px;
    }
    .x\:left-33\.5p {
        left: 33.5px;
    }
    .x\:top-38p {
        top: 38px;
    }
    .x\:right-38p {
        right: 38px;
    }
    .x\:bottom-38p {
        bottom: 38px;
    }
    .x\:left-38p {
        left: 38px;
    }
    .x\:top-40p {
        top: 40px;
    }
    .x\:right-40p {
        right: 40px;
    }
    .x\:bottom-40p {
        bottom: 40px;
    }
    .x\:left-40p {
        left: 40px;
    }
    .x\:top-46p {
        top: 46px;
    }
    .x\:right-46p {
        right: 46px;
    }
    .x\:bottom-46p {
        bottom: 46px;
    }
    .x\:left-46p {
        left: 46px;
    }
    .x\:top-47p {
        top: 47px;
    }
    .x\:right-47p {
        right: 47px;
    }
    .x\:bottom-47p {
        bottom: 47px;
    }
    .x\:left-47p {
        left: 47px;
    }
    .x\:top-49p {
        top: 49px;
    }
    .x\:right-49p {
        right: 49px;
    }
    .x\:bottom-49p {
        bottom: 49px;
    }
    .x\:left-49p {
        left: 49px;
    }
    .x\:top-58p {
        top: 58px;
    }
    .x\:right-58p {
        right: 58px;
    }
    .x\:bottom-58p {
        bottom: 58px;
    }
    .x\:left-58p {
        left: 58px;
    }
    .x\:top-75p {
        top: 75px;
    }
    .x\:right-75p {
        right: 75px;
    }
    .x\:bottom-75p {
        bottom: 75px;
    }
    .x\:left-75p {
        left: 75px;
    }
    .x\:top-77p {
        top: 77px;
    }
    .x\:right-77p {
        right: 77px;
    }
    .x\:bottom-77p {
        bottom: 77px;
    }
    .x\:left-77p {
        left: 77px;
    }
    .x\:top-60p {
        top: 60px;
    }
    .x\:right-60p {
        right: 60px;
    }
    .x\:bottom-60p {
        bottom: 60px;
    }
    .x\:left-60p {
        left: 60px;
    }
    .x\:top-65p {
        top: 65px;
    }
    .x\:right-65p {
        right: 65px;
    }
    .x\:bottom-65p {
        bottom: 65px;
    }
    .x\:left-65p {
        left: 65px;
    }
    .x\:top-66p {
        top: 66px;
    }
    .x\:right-66p {
        right: 66px;
    }
    .x\:bottom-66p {
        bottom: 66px;
    }
    .x\:left-66p {
        left: 66px;
    }
    .x\:top-68p {
        top: 68px;
    }
    .x\:right-68p {
        right: 68px;
    }
    .x\:bottom-68p {
        bottom: 68px;
    }
    .x\:left-68p {
        left: 68px;
    }
    .x\:top-70p {
        top: 70px;
    }
    .x\:right-70p {
        right: 70px;
    }
    .x\:bottom-70p {
        bottom: 70px;
    }
    .x\:left-70p {
        left: 70px;
    }
    .x\:top-72p {
        top: 72px;
    }
    .x\:right-72p {
        right: 72px;
    }
    .x\:bottom-72p {
        bottom: 72px;
    }
    .x\:left-72p {
        left: 72px;
    }
    .x\:top-74p {
        top: 74px;
    }
    .x\:right-74p {
        right: 74px;
    }
    .x\:bottom-74p {
        bottom: 74px;
    }
    .x\:left-74p {
        left: 74px;
    }
    .x\:top-78p {
        top: 78px;
    }
    .x\:right-78p {
        right: 78px;
    }
    .x\:bottom-78p {
        bottom: 78px;
    }
    .x\:left-78p {
        left: 78px;
    }
    .x\:top-80p {
        top: 80px;
    }
    .x\:right-80p {
        right: 80px;
    }
    .x\:bottom-80p {
        bottom: 80px;
    }
    .x\:left-80p {
        left: 80px;
    }
    .x\:top-82p {
        top: 82px;
    }
    .x\:right-82p {
        right: 82px;
    }
    .x\:bottom-82p {
        bottom: 82px;
    }
    .x\:left-82p {
        left: 82px;
    }
    .x\:top-84p {
        top: 84px;
    }
    .x\:right-84p {
        right: 84px;
    }
    .x\:bottom-84p {
        bottom: 84px;
    }
    .x\:left-84p {
        left: 84px;
    }
    .x\:top-89p {
        top: 89px;
    }
    .x\:right-89p {
        right: 89px;
    }
    .x\:bottom-89p {
        bottom: 89px;
    }
    .x\:left-89p {
        left: 89px;
    }
    .x\:top-93p {
        top: 93px;
    }
    .x\:right-93p {
        right: 93px;
    }
    .x\:bottom-93p {
        bottom: 93px;
    }
    .x\:left-93p {
        left: 93px;
    }
    .x\:top-90p {
        top: 90px;
    }
    .x\:right-90p {
        right: 90px;
    }
    .x\:bottom-90p {
        bottom: 90px;
    }
    .x\:left-90p {
        left: 90px;
    }
    .x\:top-97p {
        top: 97px;
    }
    .x\:right-97p {
        right: 97px;
    }
    .x\:bottom-97p {
        bottom: 97px;
    }
    .x\:left-97p {
        left: 97px;
    }
    .x\:top-103p {
        top: 103px;
    }
    .x\:right-103p {
        right: 103px;
    }
    .x\:bottom-103p {
        bottom: 103px;
    }
    .x\:left-103p {
        left: 103px;
    }
    .x\:top-116p {
        top: 116px;
    }
    .x\:right-116p {
        right: 116px;
    }
    .x\:bottom-116p {
        bottom: 116px;
    }
    .x\:left-116p {
        left: 116px;
    }
    .x\:top-120p {
        top: 120px;
    }
    .x\:right-120p {
        right: 120px;
    }
    .x\:bottom-120p {
        bottom: 120px;
    }
    .x\:left-120p {
        left: 120px;
    }
    .x\:top-125p {
        top: 125px;
    }
    .x\:right-125p {
        right: 125px;
    }
    .x\:bottom-125p {
        bottom: 125px;
    }
    .x\:left-125p {
        left: 125px;
    }
    .x\:top-130p {
        top: 130px;
    }
    .x\:right-130p {
        right: 130px;
    }
    .x\:bottom-130p {
        bottom: 130px;
    }
    .x\:left-130p {
        left: 130px;
    }
    .x\:top-135p {
        top: 135px;
    }
    .x\:right-135p {
        right: 135px;
    }
    .x\:bottom-135p {
        bottom: 135px;
    }
    .x\:left-135p {
        left: 135px;
    }
    .x\:top-132p {
        top: 132px;
    }
    .x\:right-132p {
        right: 132px;
    }
    .x\:bottom-132p {
        bottom: 132px;
    }
    .x\:left-132p {
        left: 132px;
    }
    .x\:top-150p {
        top: 150px;
    }
    .x\:right-150p {
        right: 150px;
    }
    .x\:bottom-150p {
        bottom: 150px;
    }
    .x\:left-150p {
        left: 150px;
    }
    .x\:top-216p {
        top: 216px;
    }
    .x\:right-216p {
        right: 216px;
    }
    .x\:bottom-216p {
        bottom: 216px;
    }
    .x\:left-216p {
        left: 216px;
    }
    .x\:top-225p {
        top: 225px;
    }
    .x\:right-225p {
        right: 225px;
    }
    .x\:bottom-225p {
        bottom: 225px;
    }
    .x\:left-225p {
        left: 225px;
    }
    .x\:top-296p {
        top: 296px;
    }
    .x\:right-296p {
        right: 296px;
    }
    .x\:bottom-296p {
        bottom: 296px;
    }
    .x\:left-296p {
        left: 296px;
    }
    .x\:top-270p {
        top: 270px;
    }
    .x\:right-270p {
        right: 270px;
    }
    .x\:bottom-270p {
        bottom: 270px;
    }
    .x\:left-270p {
        left: 270px;
    }
    .x\:top-137p {
        top: 137px;
    }
    .x\:right-137p {
        right: 137px;
    }
    .x\:bottom-137p {
        bottom: 137px;
    }
    .x\:left-137p {
        left: 137px;
    }
    .x\:top-141p {
        top: 141px;
    }
    .x\:right-141p {
        right: 141px;
    }
    .x\:bottom-141p {
        bottom: 141px;
    }
    .x\:left-141p {
        left: 141px;
    }
    .x\:top-146p {
        top: 146px;
    }
    .x\:right-146p {
        right: 146px;
    }
    .x\:bottom-146p {
        bottom: 146px;
    }
    .x\:left-146p {
        left: 146px;
    }
    .x\:top-152p {
        top: 152px;
    }
    .x\:right-152p {
        right: 152px;
    }
    .x\:bottom-152p {
        bottom: 152px;
    }
    .x\:left-152p {
        left: 152px;
    }
    .x\:top-155p {
        top: 155px;
    }
    .x\:right-155p {
        right: 155px;
    }
    .x\:bottom-155p {
        bottom: 155px;
    }
    .x\:left-155p {
        left: 155px;
    }
    .x\:top-163p {
        top: 163px;
    }
    .x\:right-163p {
        right: 163px;
    }
    .x\:bottom-163p {
        bottom: 163px;
    }
    .x\:left-163p {
        left: 163px;
    }
    .x\:top-168p {
        top: 168px;
    }
    .x\:right-168p {
        right: 168px;
    }
    .x\:bottom-168p {
        bottom: 168px;
    }
    .x\:left-168p {
        left: 168px;
    }
    .x\:top-173p {
        top: 173px;
    }
    .x\:right-173p {
        right: 173px;
    }
    .x\:bottom-173p {
        bottom: 173px;
    }
    .x\:left-173p {
        left: 173px;
    }
    .x\:top-210p {
        top: 210px;
    }
    .x\:right-210p {
        right: 210px;
    }
    .x\:bottom-210p {
        bottom: 210px;
    }
    .x\:left-210p {
        left: 210px;
    }
    .x\:top-245p {
        top: 245px;
    }
    .x\:right-245p {
        right: 245px;
    }
    .x\:bottom-245p {
        bottom: 245px;
    }
    .x\:left-245p {
        left: 245px;
    }
    .x\:top-250p {
        top: 250px;
    }
    .x\:right-250p {
        right: 250px;
    }
    .x\:bottom-250p {
        bottom: 250px;
    }
    .x\:left-250p {
        left: 250px;
    }
    .x\:top-260p {
        top: 260px;
    }
    .x\:right-260p {
        right: 260px;
    }
    .x\:bottom-260p {
        bottom: 260px;
    }
    .x\:left-260p {
        left: 260px;
    }
    .x\:top-263p {
        top: 263px;
    }
    .x\:right-263p {
        right: 263px;
    }
    .x\:bottom-263p {
        bottom: 263px;
    }
    .x\:left-263p {
        left: 263px;
    }
    .x\:top-266p {
        top: 266px;
    }
    .x\:right-266p {
        right: 266px;
    }
    .x\:bottom-266p {
        bottom: 266px;
    }
    .x\:left-266p {
        left: 266px;
    }
    .x\:top-275p {
        top: 275px;
    }
    .x\:right-275p {
        right: 275px;
    }
    .x\:bottom-275p {
        bottom: 275px;
    }
    .x\:left-275p {
        left: 275px;
    }
    .x\:top-300p {
        top: 300px;
    }
    .x\:right-300p {
        right: 300px;
    }
    .x\:bottom-300p {
        bottom: 300px;
    }
    .x\:left-300p {
        left: 300px;
    }
    .x\:top-312p {
        top: 312px;
    }
    .x\:right-312p {
        right: 312px;
    }
    .x\:bottom-312p {
        bottom: 312px;
    }
    .x\:left-312p {
        left: 312px;
    }
    .x\:top-318p {
        top: 318px;
    }
    .x\:right-318p {
        right: 318px;
    }
    .x\:bottom-318p {
        bottom: 318px;
    }
    .x\:left-318p {
        left: 318px;
    }
    .x\:top-322p {
        top: 322px;
    }
    .x\:right-322p {
        right: 322px;
    }
    .x\:bottom-322p {
        bottom: 322px;
    }
    .x\:left-322p {
        left: 322px;
    }
    .x\:top-337p {
        top: 337px;
    }
    .x\:right-337p {
        right: 337px;
    }
    .x\:bottom-337p {
        bottom: 337px;
    }
    .x\:left-337p {
        left: 337px;
    }
    .x\:top-345p {
        top: 345px;
    }
    .x\:right-345p {
        right: 345px;
    }
    .x\:bottom-345p {
        bottom: 345px;
    }
    .x\:left-345p {
        left: 345px;
    }
    .x\:top-344p {
        top: 344px;
    }
    .x\:right-344p {
        right: 344px;
    }
    .x\:bottom-344p {
        bottom: 344px;
    }
    .x\:left-344p {
        left: 344px;
    }
    .x\:top-354p {
        top: 354px;
    }
    .x\:right-354p {
        right: 354px;
    }
    .x\:bottom-354p {
        bottom: 354px;
    }
    .x\:left-354p {
        left: 354px;
    }
    .x\:top-364p {
        top: 364px;
    }
    .x\:right-364p {
        right: 364px;
    }
    .x\:bottom-364p {
        bottom: 364px;
    }
    .x\:left-364p {
        left: 364px;
    }
    .x\:top-370p {
        top: 370px;
    }
    .x\:right-370p {
        right: 370px;
    }
    .x\:bottom-370p {
        bottom: 370px;
    }
    .x\:left-370p {
        left: 370px;
    }
    .x\:top-382p {
        top: 382px;
    }
    .x\:right-382p {
        right: 382px;
    }
    .x\:bottom-382p {
        bottom: 382px;
    }
    .x\:left-382p {
        left: 382px;
    }
    .x\:top-385p {
        top: 385px;
    }
    .x\:right-385p {
        right: 385px;
    }
    .x\:bottom-385p {
        bottom: 385px;
    }
    .x\:left-385p {
        left: 385px;
    }
    .x\:top-400p {
        top: 400px;
    }
    .x\:right-400p {
        right: 400px;
    }
    .x\:bottom-400p {
        bottom: 400px;
    }
    .x\:left-400p {
        left: 400px;
    }
    .x\:top-407p {
        top: 407px;
    }
    .x\:right-407p {
        right: 407px;
    }
    .x\:bottom-407p {
        bottom: 407px;
    }
    .x\:left-407p {
        left: 407px;
    }
    .x\:top-411p {
        top: 411px;
    }
    .x\:right-411p {
        right: 411px;
    }
    .x\:bottom-411p {
        bottom: 411px;
    }
    .x\:left-411p {
        left: 411px;
    }
    .x\:top-418p {
        top: 418px;
    }
    .x\:right-418p {
        right: 418px;
    }
    .x\:bottom-418p {
        bottom: 418px;
    }
    .x\:left-418p {
        left: 418px;
    }
    .x\:top-430p {
        top: 430px;
    }
    .x\:right-430p {
        right: 430px;
    }
    .x\:bottom-430p {
        bottom: 430px;
    }
    .x\:left-430p {
        left: 430px;
    }
    .x\:top-450p {
        top: 450px;
    }
    .x\:right-450p {
        right: 450px;
    }
    .x\:bottom-450p {
        bottom: 450px;
    }
    .x\:left-450p {
        left: 450px;
    }
    .x\:top-468p {
        top: 468px;
    }
    .x\:right-468p {
        right: 468px;
    }
    .x\:bottom-468p {
        bottom: 468px;
    }
    .x\:left-468p {
        left: 468px;
    }
    .x\:top-485p {
        top: 485px;
    }
    .x\:right-485p {
        right: 485px;
    }
    .x\:bottom-485p {
        bottom: 485px;
    }
    .x\:left-485p {
        left: 485px;
    }
    .x\:top-491p {
        top: 491px;
    }
    .x\:right-491p {
        right: 491px;
    }
    .x\:bottom-491p {
        bottom: 491px;
    }
    .x\:left-491p {
        left: 491px;
    }
    .x\:top-494p {
        top: 494px;
    }
    .x\:right-494p {
        right: 494px;
    }
    .x\:bottom-494p {
        bottom: 494px;
    }
    .x\:left-494p {
        left: 494px;
    }
    .x\:top-470p {
        top: 470px;
    }
    .x\:right-470p {
        right: 470px;
    }
    .x\:bottom-470p {
        bottom: 470px;
    }
    .x\:left-470p {
        left: 470px;
    }
    .x\:top-480p {
        top: 480px;
    }
    .x\:right-480p {
        right: 480px;
    }
    .x\:bottom-480p {
        bottom: 480px;
    }
    .x\:left-480p {
        left: 480px;
    }
    .x\:top-532p {
        top: 532px;
    }
    .x\:right-532p {
        right: 532px;
    }
    .x\:bottom-532p {
        bottom: 532px;
    }
    .x\:left-532p {
        left: 532px;
    }
    .x\:top-556p {
        top: 556px;
    }
    .x\:right-556p {
        right: 556px;
    }
    .x\:bottom-556p {
        bottom: 556px;
    }
    .x\:left-556p {
        left: 556px;
    }
    .x\:top-505p {
        top: 505px;
    }
    .x\:right-505p {
        right: 505px;
    }
    .x\:bottom-505p {
        bottom: 505px;
    }
    .x\:left-505p {
        left: 505px;
    }
    .x\:top-1179p {
        top: 1179px;
    }
    .x\:right-1179p {
        right: 1179px;
    }
    .x\:bottom-1179p {
        bottom: 1179px;
    }
    .x\:left-1179p {
        left: 1179px;
    }
    .x\:top-1253p {
        top: 1253px;
    }
    .x\:right-1253p {
        right: 1253px;
    }
    .x\:bottom-1253p {
        bottom: 1253px;
    }
    .x\:left-1253p {
        left: 1253px;
    }
    .x\:top-1575p {
        top: 1575px;
    }
    .x\:right-1575p {
        right: 1575px;
    }
    .x\:bottom-1575p {
        bottom: 1575px;
    }
    .x\:left-1575p {
        left: 1575px;
    }
    .x\:top-600p {
        top: 600px;
    }
    .x\:right-600p {
        right: 600px;
    }
    .x\:bottom-600p {
        bottom: 600px;
    }
    .x\:left-600p {
        left: 600px;
    }
    .x\:top-649p {
        top: 649px;
    }
    .x\:right-649p {
        right: 649px;
    }
    .x\:bottom-649p {
        bottom: 649px;
    }
    .x\:left-649p {
        left: 649px;
    }
    .x\:top-690p {
        top: 690px;
    }
    .x\:right-690p {
        right: 690px;
    }
    .x\:bottom-690p {
        bottom: 690px;
    }
    .x\:left-690p {
        left: 690px;
    }
    .x\:top-19\% {
        top: 19%;
    }
    .x\:right-19\% {
        right: 19%;
    }
    .x\:bottom-19\% {
        bottom: 19%;
    }
    .x\:left-19\% {
        left: 19%;
    }
    .x\:top-23\% {
        top: 23%;
    }
    .x\:right-23\% {
        right: 23%;
    }
    .x\:bottom-23\% {
        bottom: 23%;
    }
    .x\:left-23\% {
        left: 23%;
    }
    .x\:top-24\% {
        top: 24%;
    }
    .x\:right-24\% {
        right: 24%;
    }
    .x\:bottom-24\% {
        bottom: 24%;
    }
    .x\:left-24\% {
        left: 24%;
    }
    .x\:top-36\% {
        top: 36%;
    }
    .x\:right-36\% {
        right: 36%;
    }
    .x\:bottom-36\% {
        bottom: 36%;
    }
    .x\:left-36\% {
        left: 36%;
    }
    .x\:top-27\% {
        top: 27%;
    }
    .x\:right-27\% {
        right: 27%;
    }
    .x\:bottom-27\% {
        bottom: 27%;
    }
    .x\:left-27\% {
        left: 27%;
    }
    .x\:top-28\% {
        top: 28%;
    }
    .x\:right-28\% {
        right: 28%;
    }
    .x\:bottom-28\% {
        bottom: 28%;
    }
    .x\:left-28\% {
        left: 28%;
    }
    .x\:top-42\% {
        top: 42%;
    }
    .x\:right-42\% {
        right: 42%;
    }
    .x\:bottom-42\% {
        bottom: 42%;
    }
    .x\:left-42\% {
        left: 42%;
    }
    .x\:top-46\% {
        top: 46%;
    }
    .x\:right-46\% {
        right: 46%;
    }
    .x\:bottom-46\% {
        bottom: 46%;
    }
    .x\:left-46\% {
        left: 46%;
    }
    .x\:top-49\% {
        top: 49%;
    }
    .x\:right-49\% {
        right: 49%;
    }
    .x\:bottom-49\% {
        bottom: 49%;
    }
    .x\:left-49\% {
        left: 49%;
    }
    .x\:top-54\% {
        top: 54%;
    }
    .x\:right-54\% {
        right: 54%;
    }
    .x\:bottom-54\% {
        bottom: 54%;
    }
    .x\:left-54\% {
        left: 54%;
    }
    .x\:top-58\% {
        top: 58%;
    }
    .x\:right-58\% {
        right: 58%;
    }
    .x\:bottom-58\% {
        bottom: 58%;
    }
    .x\:left-58\% {
        left: 58%;
    }
    .x\:top-72\% {
        top: 72%;
    }
    .x\:right-72\% {
        right: 72%;
    }
    .x\:bottom-72\% {
        bottom: 72%;
    }
    .x\:left-72\% {
        left: 72%;
    }
    .x\:top-76\% {
        top: 76%;
    }
    .x\:right-76\% {
        right: 76%;
    }
    .x\:bottom-76\% {
        bottom: 76%;
    }
    .x\:left-76\% {
        left: 76%;
    }
    .x\:top-77\% {
        top: 77%;
    }
    .x\:right-77\% {
        right: 77%;
    }
    .x\:bottom-77\% {
        bottom: 77%;
    }
    .x\:left-77\% {
        left: 77%;
    }
    .x\:top-340p {
        top: 340px;
    }
    .x\:right-340p {
        right: 340px;
    }
    .x\:bottom-340p {
        bottom: 340px;
    }
    .x\:left-340p {
        left: 340px;
    }
    .x\:top-700p {
        top: 700px;
    }
    .x\:right-700p {
        right: 700px;
    }
    .x\:bottom-700p {
        bottom: 700px;
    }
    .x\:left-700p {
        left: 700px;
    }
    .x\:top-848p {
        top: 848px;
    }
    .x\:right-848p {
        right: 848px;
    }
    .x\:bottom-848p {
        bottom: 848px;
    }
    .x\:left-848p {
        left: 848px;
    }
    .x\:top-850p {
        top: 850px;
    }
    .x\:right-850p {
        right: 850px;
    }
    .x\:bottom-850p {
        bottom: 850px;
    }
    .x\:left-850p {
        left: 850px;
    }
    .x\:top-860p {
        top: 860px;
    }
    .x\:right-860p {
        right: 860px;
    }
    .x\:bottom-860p {
        bottom: 860px;
    }
    .x\:left-860p {
        left: 860px;
    }
    .x\:top-1425p {
        top: 1425px;
    }
    .x\:right-1425p {
        right: 1425px;
    }
    .x\:bottom-1425p {
        bottom: 1425px;
    }
    .x\:left-1425p {
        left: 1425px;
    }
    .x\:-top-0 {
        top: 0;
    }
    .x\:-right-0 {
        right: 0;
    }
    .x\:-bottom-0 {
        bottom: 0;
    }
    .x\:-left-0 {
        left: 0;
    }
    .x\:-top-1 {
        top: -0.25rem;
    }
    .x\:-right-1 {
        right: -0.25rem;
    }
    .x\:-bottom-1 {
        bottom: -0.25rem;
    }
    .x\:-left-1 {
        left: -0.25rem;
    }
    .x\:-top-2 {
        top: -0.5rem;
    }
    .x\:-right-2 {
        right: -0.5rem;
    }
    .x\:-bottom-2 {
        bottom: -0.5rem;
    }
    .x\:-left-2 {
        left: -0.5rem;
    }
    .x\:-top-3 {
        top: -0.75rem;
    }
    .x\:-right-3 {
        right: -0.75rem;
    }
    .x\:-bottom-3 {
        bottom: -0.75rem;
    }
    .x\:-left-3 {
        left: -0.75rem;
    }
    .x\:-top-4 {
        top: -1rem;
    }
    .x\:-right-4 {
        right: -1rem;
    }
    .x\:-bottom-4 {
        bottom: -1rem;
    }
    .x\:-left-4 {
        left: -1rem;
    }
    .x\:-top-5 {
        top: -1.25rem;
    }
    .x\:-right-5 {
        right: -1.25rem;
    }
    .x\:-bottom-5 {
        bottom: -1.25rem;
    }
    .x\:-left-5 {
        left: -1.25rem;
    }
    .x\:-top-6 {
        top: -1.5rem;
    }
    .x\:-right-6 {
        right: -1.5rem;
    }
    .x\:-bottom-6 {
        bottom: -1.5rem;
    }
    .x\:-left-6 {
        left: -1.5rem;
    }
    .x\:-top-7 {
        top: -1.75rem;
    }
    .x\:-right-7 {
        right: -1.75rem;
    }
    .x\:-bottom-7 {
        bottom: -1.75rem;
    }
    .x\:-left-7 {
        left: -1.75rem;
    }
    .x\:-top-8 {
        top: -2rem;
    }
    .x\:-right-8 {
        right: -2rem;
    }
    .x\:-bottom-8 {
        bottom: -2rem;
    }
    .x\:-left-8 {
        left: -2rem;
    }
    .x\:-top-9 {
        top: -2.25rem;
    }
    .x\:-right-9 {
        right: -2.25rem;
    }
    .x\:-bottom-9 {
        bottom: -2.25rem;
    }
    .x\:-left-9 {
        left: -2.25rem;
    }
    .x\:-top-10 {
        top: -2.5rem;
    }
    .x\:-right-10 {
        right: -2.5rem;
    }
    .x\:-bottom-10 {
        bottom: -2.5rem;
    }
    .x\:-left-10 {
        left: -2.5rem;
    }
    .x\:-top-11 {
        top: -2.75rem;
    }
    .x\:-right-11 {
        right: -2.75rem;
    }
    .x\:-bottom-11 {
        bottom: -2.75rem;
    }
    .x\:-left-11 {
        left: -2.75rem;
    }
    .x\:-top-12 {
        top: -3rem;
    }
    .x\:-right-12 {
        right: -3rem;
    }
    .x\:-bottom-12 {
        bottom: -3rem;
    }
    .x\:-left-12 {
        left: -3rem;
    }
    .x\:-top-14 {
        top: -3.5rem;
    }
    .x\:-right-14 {
        right: -3.5rem;
    }
    .x\:-bottom-14 {
        bottom: -3.5rem;
    }
    .x\:-left-14 {
        left: -3.5rem;
    }
    .x\:-top-16 {
        top: -4rem;
    }
    .x\:-right-16 {
        right: -4rem;
    }
    .x\:-bottom-16 {
        bottom: -4rem;
    }
    .x\:-left-16 {
        left: -4rem;
    }
    .x\:-top-20 {
        top: -5rem;
    }
    .x\:-right-20 {
        right: -5rem;
    }
    .x\:-bottom-20 {
        bottom: -5rem;
    }
    .x\:-left-20 {
        left: -5rem;
    }
    .x\:-top-23 {
        top: -88px;
    }
    .x\:-right-23 {
        right: -88px;
    }
    .x\:-bottom-23 {
        bottom: -88px;
    }
    .x\:-left-23 {
        left: -88px;
    }
    .x\:-top-24 {
        top: -6rem;
    }
    .x\:-right-24 {
        right: -6rem;
    }
    .x\:-bottom-24 {
        bottom: -6rem;
    }
    .x\:-left-24 {
        left: -6rem;
    }
    .x\:-top-25 {
        top: -100px;
    }
    .x\:-right-25 {
        right: -100px;
    }
    .x\:-bottom-25 {
        bottom: -100px;
    }
    .x\:-left-25 {
        left: -100px;
    }
    .x\:-top-28 {
        top: -7rem;
    }
    .x\:-right-28 {
        right: -7rem;
    }
    .x\:-bottom-28 {
        bottom: -7rem;
    }
    .x\:-left-28 {
        left: -7rem;
    }
    .x\:-top-29 {
        top: -120px;
    }
    .x\:-right-29 {
        right: -120px;
    }
    .x\:-bottom-29 {
        bottom: -120px;
    }
    .x\:-left-29 {
        left: -120px;
    }
    .x\:-top-32 {
        top: -8rem;
    }
    .x\:-right-32 {
        right: -8rem;
    }
    .x\:-bottom-32 {
        bottom: -8rem;
    }
    .x\:-left-32 {
        left: -8rem;
    }
    .x\:-top-33 {
        top: -130px;
    }
    .x\:-right-33 {
        right: -130px;
    }
    .x\:-bottom-33 {
        bottom: -130px;
    }
    .x\:-left-33 {
        left: -130px;
    }
    .x\:-top-36 {
        top: -9rem;
    }
    .x\:-right-36 {
        right: -9rem;
    }
    .x\:-bottom-36 {
        bottom: -9rem;
    }
    .x\:-left-36 {
        left: -9rem;
    }
    .x\:-top-40 {
        top: -10rem;
    }
    .x\:-right-40 {
        right: -10rem;
    }
    .x\:-bottom-40 {
        bottom: -10rem;
    }
    .x\:-left-40 {
        left: -10rem;
    }
    .x\:-top-44 {
        top: -11rem;
    }
    .x\:-right-44 {
        right: -11rem;
    }
    .x\:-bottom-44 {
        bottom: -11rem;
    }
    .x\:-left-44 {
        left: -11rem;
    }
    .x\:-top-48 {
        top: -12rem;
    }
    .x\:-right-48 {
        right: -12rem;
    }
    .x\:-bottom-48 {
        bottom: -12rem;
    }
    .x\:-left-48 {
        left: -12rem;
    }
    .x\:-top-52 {
        top: -13rem;
    }
    .x\:-right-52 {
        right: -13rem;
    }
    .x\:-bottom-52 {
        bottom: -13rem;
    }
    .x\:-left-52 {
        left: -13rem;
    }
    .x\:-top-56 {
        top: -14rem;
    }
    .x\:-right-56 {
        right: -14rem;
    }
    .x\:-bottom-56 {
        bottom: -14rem;
    }
    .x\:-left-56 {
        left: -14rem;
    }
    .x\:-top-60 {
        top: -15rem;
    }
    .x\:-right-60 {
        right: -15rem;
    }
    .x\:-bottom-60 {
        bottom: -15rem;
    }
    .x\:-left-60 {
        left: -15rem;
    }
    .x\:-top-63 {
        top: -270px;
    }
    .x\:-right-63 {
        right: -270px;
    }
    .x\:-bottom-63 {
        bottom: -270px;
    }
    .x\:-left-63 {
        left: -270px;
    }
    .x\:-top-64 {
        top: -16rem;
    }
    .x\:-right-64 {
        right: -16rem;
    }
    .x\:-bottom-64 {
        bottom: -16rem;
    }
    .x\:-left-64 {
        left: -16rem;
    }
    .x\:-top-72 {
        top: -18rem;
    }
    .x\:-right-72 {
        right: -18rem;
    }
    .x\:-bottom-72 {
        bottom: -18rem;
    }
    .x\:-left-72 {
        left: -18rem;
    }
    .x\:-top-80 {
        top: -20rem;
    }
    .x\:-right-80 {
        right: -20rem;
    }
    .x\:-bottom-80 {
        bottom: -20rem;
    }
    .x\:-left-80 {
        left: -20rem;
    }
    .x\:-top-92 {
        top: -475px;
    }
    .x\:-right-92 {
        right: -475px;
    }
    .x\:-bottom-92 {
        bottom: -475px;
    }
    .x\:-left-92 {
        left: -475px;
    }
    .x\:-top-96 {
        top: -24rem;
    }
    .x\:-right-96 {
        right: -24rem;
    }
    .x\:-bottom-96 {
        bottom: -24rem;
    }
    .x\:-left-96 {
        left: -24rem;
    }
    .x\:-top-128 {
        top: -32rem;
    }
    .x\:-right-128 {
        right: -32rem;
    }
    .x\:-bottom-128 {
        bottom: -32rem;
    }
    .x\:-left-128 {
        left: -32rem;
    }
    .x\:-top-px {
        top: -1px;
    }
    .x\:-right-px {
        right: -1px;
    }
    .x\:-bottom-px {
        bottom: -1px;
    }
    .x\:-left-px {
        left: -1px;
    }
    .x\:-top-0\.5 {
        top: -0.125rem;
    }
    .x\:-right-0\.5 {
        right: -0.125rem;
    }
    .x\:-bottom-0\.5 {
        bottom: -0.125rem;
    }
    .x\:-left-0\.5 {
        left: -0.125rem;
    }
    .x\:-top-1\.5 {
        top: -0.375rem;
    }
    .x\:-right-1\.5 {
        right: -0.375rem;
    }
    .x\:-bottom-1\.5 {
        bottom: -0.375rem;
    }
    .x\:-left-1\.5 {
        left: -0.375rem;
    }
    .x\:-top-2\.5 {
        top: -0.625rem;
    }
    .x\:-right-2\.5 {
        right: -0.625rem;
    }
    .x\:-bottom-2\.5 {
        bottom: -0.625rem;
    }
    .x\:-left-2\.5 {
        left: -0.625rem;
    }
    .x\:-top-3\.5 {
        top: -0.875rem;
    }
    .x\:-right-3\.5 {
        right: -0.875rem;
    }
    .x\:-bottom-3\.5 {
        bottom: -0.875rem;
    }
    .x\:-left-3\.5 {
        left: -0.875rem;
    }
    .x\:-top-105p {
        top: -105px;
    }
    .x\:-right-105p {
        right: -105px;
    }
    .x\:-bottom-105p {
        bottom: -105px;
    }
    .x\:-left-105p {
        left: -105px;
    }
    .x\:-top-50p {
        top: -50px;
    }
    .x\:-right-50p {
        right: -50px;
    }
    .x\:-bottom-50p {
        bottom: -50px;
    }
    .x\:-left-50p {
        left: -50px;
    }
    .x\:-top-54p {
        top: -54px;
    }
    .x\:-right-54p {
        right: -54px;
    }
    .x\:-bottom-54p {
        bottom: -54px;
    }
    .x\:-left-54p {
        left: -54px;
    }
    .x\:-top-1p {
        top: -1px;
    }
    .x\:-right-1p {
        right: -1px;
    }
    .x\:-bottom-1p {
        bottom: -1px;
    }
    .x\:-left-1p {
        left: -1px;
    }
    .x\:-top-2p {
        top: -2px;
    }
    .x\:-right-2p {
        right: -2px;
    }
    .x\:-bottom-2p {
        bottom: -2px;
    }
    .x\:-left-2p {
        left: -2px;
    }
    .x\:-top-3p {
        top: -3px;
    }
    .x\:-right-3p {
        right: -3px;
    }
    .x\:-bottom-3p {
        bottom: -3px;
    }
    .x\:-left-3p {
        left: -3px;
    }
    .x\:-top-5p {
        top: -5px;
    }
    .x\:-right-5p {
        right: -5px;
    }
    .x\:-bottom-5p {
        bottom: -5px;
    }
    .x\:-left-5p {
        left: -5px;
    }
    .x\:-top-7p {
        top: -7px;
    }
    .x\:-right-7p {
        right: -7px;
    }
    .x\:-bottom-7p {
        bottom: -7px;
    }
    .x\:-left-7p {
        left: -7px;
    }
    .x\:-top-9p {
        top: -9px;
    }
    .x\:-right-9p {
        right: -9px;
    }
    .x\:-bottom-9p {
        bottom: -9px;
    }
    .x\:-left-9p {
        left: -9px;
    }
    .x\:-top-10p {
        top: -10px;
    }
    .x\:-right-10p {
        right: -10px;
    }
    .x\:-bottom-10p {
        bottom: -10px;
    }
    .x\:-left-10p {
        left: -10px;
    }
    .x\:-top-11p {
        top: -11px;
    }
    .x\:-right-11p {
        right: -11px;
    }
    .x\:-bottom-11p {
        bottom: -11px;
    }
    .x\:-left-11p {
        left: -11px;
    }
    .x\:-top-13p {
        top: -13px;
    }
    .x\:-right-13p {
        right: -13px;
    }
    .x\:-bottom-13p {
        bottom: -13px;
    }
    .x\:-left-13p {
        left: -13px;
    }
    .x\:-top-15p {
        top: -15px;
    }
    .x\:-right-15p {
        right: -15px;
    }
    .x\:-bottom-15p {
        bottom: -15px;
    }
    .x\:-left-15p {
        left: -15px;
    }
    .x\:-top-18p {
        top: -18px;
    }
    .x\:-right-18p {
        right: -18px;
    }
    .x\:-bottom-18p {
        bottom: -18px;
    }
    .x\:-left-18p {
        left: -18px;
    }
    .x\:-top-19p {
        top: -19px;
    }
    .x\:-right-19p {
        right: -19px;
    }
    .x\:-bottom-19p {
        bottom: -19px;
    }
    .x\:-left-19p {
        left: -19px;
    }
    .x\:-top-21p {
        top: -21px;
    }
    .x\:-right-21p {
        right: -21px;
    }
    .x\:-bottom-21p {
        bottom: -21px;
    }
    .x\:-left-21p {
        left: -21px;
    }
    .x\:-top-22p {
        top: -22px;
    }
    .x\:-right-22p {
        right: -22px;
    }
    .x\:-bottom-22p {
        bottom: -22px;
    }
    .x\:-left-22p {
        left: -22px;
    }
    .x\:-top-23p {
        top: -23px;
    }
    .x\:-right-23p {
        right: -23px;
    }
    .x\:-bottom-23p {
        bottom: -23px;
    }
    .x\:-left-23p {
        left: -23px;
    }
    .x\:-top-25p {
        top: -25px;
    }
    .x\:-right-25p {
        right: -25px;
    }
    .x\:-bottom-25p {
        bottom: -25px;
    }
    .x\:-left-25p {
        left: -25px;
    }
    .x\:-top-26p {
        top: -26px;
    }
    .x\:-right-26p {
        right: -26px;
    }
    .x\:-bottom-26p {
        bottom: -26px;
    }
    .x\:-left-26p {
        left: -26px;
    }
    .x\:-top-29p {
        top: -29px;
    }
    .x\:-right-29p {
        right: -29px;
    }
    .x\:-bottom-29p {
        bottom: -29px;
    }
    .x\:-left-29p {
        left: -29px;
    }
    .x\:-top-30p {
        top: -30px;
    }
    .x\:-right-30p {
        right: -30px;
    }
    .x\:-bottom-30p {
        bottom: -30px;
    }
    .x\:-left-30p {
        left: -30px;
    }
    .x\:-top-31p {
        top: -31px;
    }
    .x\:-right-31p {
        right: -31px;
    }
    .x\:-bottom-31p {
        bottom: -31px;
    }
    .x\:-left-31p {
        left: -31px;
    }
    .x\:-top-35p {
        top: -35px;
    }
    .x\:-right-35p {
        right: -35px;
    }
    .x\:-bottom-35p {
        bottom: -35px;
    }
    .x\:-left-35p {
        left: -35px;
    }
    .x\:-top-52p {
        top: -52px;
    }
    .x\:-right-52p {
        right: -52px;
    }
    .x\:-bottom-52p {
        bottom: -52px;
    }
    .x\:-left-52p {
        left: -52px;
    }
    .x\:-top-53p {
        top: -53px;
    }
    .x\:-right-53p {
        right: -53px;
    }
    .x\:-bottom-53p {
        bottom: -53px;
    }
    .x\:-left-53p {
        left: -53px;
    }
    .x\:-top-55p {
        top: -55px;
    }
    .x\:-right-55p {
        right: -55px;
    }
    .x\:-bottom-55p {
        bottom: -55px;
    }
    .x\:-left-55p {
        left: -55px;
    }
    .x\:-top-59p {
        top: -59px;
    }
    .x\:-right-59p {
        right: -59px;
    }
    .x\:-bottom-59p {
        bottom: -59px;
    }
    .x\:-left-59p {
        left: -59px;
    }
    .x\:-top-27p {
        top: -27px;
    }
    .x\:-right-27p {
        right: -27px;
    }
    .x\:-bottom-27p {
        bottom: -27px;
    }
    .x\:-left-27p {
        left: -27px;
    }
    .x\:-top-33\.5p {
        top: -33.5px;
    }
    .x\:-right-33\.5p {
        right: -33.5px;
    }
    .x\:-bottom-33\.5p {
        bottom: -33.5px;
    }
    .x\:-left-33\.5p {
        left: -33.5px;
    }
    .x\:-top-38p {
        top: -38px;
    }
    .x\:-right-38p {
        right: -38px;
    }
    .x\:-bottom-38p {
        bottom: -38px;
    }
    .x\:-left-38p {
        left: -38px;
    }
    .x\:-top-40p {
        top: -40px;
    }
    .x\:-right-40p {
        right: -40px;
    }
    .x\:-bottom-40p {
        bottom: -40px;
    }
    .x\:-left-40p {
        left: -40px;
    }
    .x\:-top-46p {
        top: -46px;
    }
    .x\:-right-46p {
        right: -46px;
    }
    .x\:-bottom-46p {
        bottom: -46px;
    }
    .x\:-left-46p {
        left: -46px;
    }
    .x\:-top-47p {
        top: -47px;
    }
    .x\:-right-47p {
        right: -47px;
    }
    .x\:-bottom-47p {
        bottom: -47px;
    }
    .x\:-left-47p {
        left: -47px;
    }
    .x\:-top-49p {
        top: -49px;
    }
    .x\:-right-49p {
        right: -49px;
    }
    .x\:-bottom-49p {
        bottom: -49px;
    }
    .x\:-left-49p {
        left: -49px;
    }
    .x\:-top-58p {
        top: -58px;
    }
    .x\:-right-58p {
        right: -58px;
    }
    .x\:-bottom-58p {
        bottom: -58px;
    }
    .x\:-left-58p {
        left: -58px;
    }
    .x\:-top-75p {
        top: -75px;
    }
    .x\:-right-75p {
        right: -75px;
    }
    .x\:-bottom-75p {
        bottom: -75px;
    }
    .x\:-left-75p {
        left: -75px;
    }
    .x\:-top-77p {
        top: -77px;
    }
    .x\:-right-77p {
        right: -77px;
    }
    .x\:-bottom-77p {
        bottom: -77px;
    }
    .x\:-left-77p {
        left: -77px;
    }
    .x\:-top-60p {
        top: -60px;
    }
    .x\:-right-60p {
        right: -60px;
    }
    .x\:-bottom-60p {
        bottom: -60px;
    }
    .x\:-left-60p {
        left: -60px;
    }
    .x\:-top-65p {
        top: -65px;
    }
    .x\:-right-65p {
        right: -65px;
    }
    .x\:-bottom-65p {
        bottom: -65px;
    }
    .x\:-left-65p {
        left: -65px;
    }
    .x\:-top-66p {
        top: -66px;
    }
    .x\:-right-66p {
        right: -66px;
    }
    .x\:-bottom-66p {
        bottom: -66px;
    }
    .x\:-left-66p {
        left: -66px;
    }
    .x\:-top-68p {
        top: -68px;
    }
    .x\:-right-68p {
        right: -68px;
    }
    .x\:-bottom-68p {
        bottom: -68px;
    }
    .x\:-left-68p {
        left: -68px;
    }
    .x\:-top-70p {
        top: -70px;
    }
    .x\:-right-70p {
        right: -70px;
    }
    .x\:-bottom-70p {
        bottom: -70px;
    }
    .x\:-left-70p {
        left: -70px;
    }
    .x\:-top-72p {
        top: -72px;
    }
    .x\:-right-72p {
        right: -72px;
    }
    .x\:-bottom-72p {
        bottom: -72px;
    }
    .x\:-left-72p {
        left: -72px;
    }
    .x\:-top-74p {
        top: -74px;
    }
    .x\:-right-74p {
        right: -74px;
    }
    .x\:-bottom-74p {
        bottom: -74px;
    }
    .x\:-left-74p {
        left: -74px;
    }
    .x\:-top-78p {
        top: -78px;
    }
    .x\:-right-78p {
        right: -78px;
    }
    .x\:-bottom-78p {
        bottom: -78px;
    }
    .x\:-left-78p {
        left: -78px;
    }
    .x\:-top-80p {
        top: -80px;
    }
    .x\:-right-80p {
        right: -80px;
    }
    .x\:-bottom-80p {
        bottom: -80px;
    }
    .x\:-left-80p {
        left: -80px;
    }
    .x\:-top-82p {
        top: -82px;
    }
    .x\:-right-82p {
        right: -82px;
    }
    .x\:-bottom-82p {
        bottom: -82px;
    }
    .x\:-left-82p {
        left: -82px;
    }
    .x\:-top-84p {
        top: -84px;
    }
    .x\:-right-84p {
        right: -84px;
    }
    .x\:-bottom-84p {
        bottom: -84px;
    }
    .x\:-left-84p {
        left: -84px;
    }
    .x\:-top-89p {
        top: -89px;
    }
    .x\:-right-89p {
        right: -89px;
    }
    .x\:-bottom-89p {
        bottom: -89px;
    }
    .x\:-left-89p {
        left: -89px;
    }
    .x\:-top-93p {
        top: -93px;
    }
    .x\:-right-93p {
        right: -93px;
    }
    .x\:-bottom-93p {
        bottom: -93px;
    }
    .x\:-left-93p {
        left: -93px;
    }
    .x\:-top-90p {
        top: -90px;
    }
    .x\:-right-90p {
        right: -90px;
    }
    .x\:-bottom-90p {
        bottom: -90px;
    }
    .x\:-left-90p {
        left: -90px;
    }
    .x\:-top-97p {
        top: -97px;
    }
    .x\:-right-97p {
        right: -97px;
    }
    .x\:-bottom-97p {
        bottom: -97px;
    }
    .x\:-left-97p {
        left: -97px;
    }
    .x\:-top-103p {
        top: -103px;
    }
    .x\:-right-103p {
        right: -103px;
    }
    .x\:-bottom-103p {
        bottom: -103px;
    }
    .x\:-left-103p {
        left: -103px;
    }
    .x\:-top-116p {
        top: -116px;
    }
    .x\:-right-116p {
        right: -116px;
    }
    .x\:-bottom-116p {
        bottom: -116px;
    }
    .x\:-left-116p {
        left: -116px;
    }
    .x\:-top-120p {
        top: -120px;
    }
    .x\:-right-120p {
        right: -120px;
    }
    .x\:-bottom-120p {
        bottom: -120px;
    }
    .x\:-left-120p {
        left: -120px;
    }
    .x\:-top-125p {
        top: -125px;
    }
    .x\:-right-125p {
        right: -125px;
    }
    .x\:-bottom-125p {
        bottom: -125px;
    }
    .x\:-left-125p {
        left: -125px;
    }
    .x\:-top-130p {
        top: -130px;
    }
    .x\:-right-130p {
        right: -130px;
    }
    .x\:-bottom-130p {
        bottom: -130px;
    }
    .x\:-left-130p {
        left: -130px;
    }
    .x\:-top-135p {
        top: -135px;
    }
    .x\:-right-135p {
        right: -135px;
    }
    .x\:-bottom-135p {
        bottom: -135px;
    }
    .x\:-left-135p {
        left: -135px;
    }
    .x\:-top-132p {
        top: -132px;
    }
    .x\:-right-132p {
        right: -132px;
    }
    .x\:-bottom-132p {
        bottom: -132px;
    }
    .x\:-left-132p {
        left: -132px;
    }
    .x\:-top-150p {
        top: -150px;
    }
    .x\:-right-150p {
        right: -150px;
    }
    .x\:-bottom-150p {
        bottom: -150px;
    }
    .x\:-left-150p {
        left: -150px;
    }
    .x\:-top-216p {
        top: -216px;
    }
    .x\:-right-216p {
        right: -216px;
    }
    .x\:-bottom-216p {
        bottom: -216px;
    }
    .x\:-left-216p {
        left: -216px;
    }
    .x\:-top-225p {
        top: -225px;
    }
    .x\:-right-225p {
        right: -225px;
    }
    .x\:-bottom-225p {
        bottom: -225px;
    }
    .x\:-left-225p {
        left: -225px;
    }
    .x\:-top-296p {
        top: -296px;
    }
    .x\:-right-296p {
        right: -296px;
    }
    .x\:-bottom-296p {
        bottom: -296px;
    }
    .x\:-left-296p {
        left: -296px;
    }
    .x\:-top-270p {
        top: -270px;
    }
    .x\:-right-270p {
        right: -270px;
    }
    .x\:-bottom-270p {
        bottom: -270px;
    }
    .x\:-left-270p {
        left: -270px;
    }
    .x\:-top-137p {
        top: -137px;
    }
    .x\:-right-137p {
        right: -137px;
    }
    .x\:-bottom-137p {
        bottom: -137px;
    }
    .x\:-left-137p {
        left: -137px;
    }
    .x\:-top-141p {
        top: -141px;
    }
    .x\:-right-141p {
        right: -141px;
    }
    .x\:-bottom-141p {
        bottom: -141px;
    }
    .x\:-left-141p {
        left: -141px;
    }
    .x\:-top-146p {
        top: -146px;
    }
    .x\:-right-146p {
        right: -146px;
    }
    .x\:-bottom-146p {
        bottom: -146px;
    }
    .x\:-left-146p {
        left: -146px;
    }
    .x\:-top-152p {
        top: -152px;
    }
    .x\:-right-152p {
        right: -152px;
    }
    .x\:-bottom-152p {
        bottom: -152px;
    }
    .x\:-left-152p {
        left: -152px;
    }
    .x\:-top-155p {
        top: -155px;
    }
    .x\:-right-155p {
        right: -155px;
    }
    .x\:-bottom-155p {
        bottom: -155px;
    }
    .x\:-left-155p {
        left: -155px;
    }
    .x\:-top-163p {
        top: -163px;
    }
    .x\:-right-163p {
        right: -163px;
    }
    .x\:-bottom-163p {
        bottom: -163px;
    }
    .x\:-left-163p {
        left: -163px;
    }
    .x\:-top-168p {
        top: -168px;
    }
    .x\:-right-168p {
        right: -168px;
    }
    .x\:-bottom-168p {
        bottom: -168px;
    }
    .x\:-left-168p {
        left: -168px;
    }
    .x\:-top-173p {
        top: -173px;
    }
    .x\:-right-173p {
        right: -173px;
    }
    .x\:-bottom-173p {
        bottom: -173px;
    }
    .x\:-left-173p {
        left: -173px;
    }
    .x\:-top-210p {
        top: -210px;
    }
    .x\:-right-210p {
        right: -210px;
    }
    .x\:-bottom-210p {
        bottom: -210px;
    }
    .x\:-left-210p {
        left: -210px;
    }
    .x\:-top-245p {
        top: -245px;
    }
    .x\:-right-245p {
        right: -245px;
    }
    .x\:-bottom-245p {
        bottom: -245px;
    }
    .x\:-left-245p {
        left: -245px;
    }
    .x\:-top-250p {
        top: -250px;
    }
    .x\:-right-250p {
        right: -250px;
    }
    .x\:-bottom-250p {
        bottom: -250px;
    }
    .x\:-left-250p {
        left: -250px;
    }
    .x\:-top-260p {
        top: -260px;
    }
    .x\:-right-260p {
        right: -260px;
    }
    .x\:-bottom-260p {
        bottom: -260px;
    }
    .x\:-left-260p {
        left: -260px;
    }
    .x\:-top-263p {
        top: -263px;
    }
    .x\:-right-263p {
        right: -263px;
    }
    .x\:-bottom-263p {
        bottom: -263px;
    }
    .x\:-left-263p {
        left: -263px;
    }
    .x\:-top-266p {
        top: -266px;
    }
    .x\:-right-266p {
        right: -266px;
    }
    .x\:-bottom-266p {
        bottom: -266px;
    }
    .x\:-left-266p {
        left: -266px;
    }
    .x\:-top-275p {
        top: -275px;
    }
    .x\:-right-275p {
        right: -275px;
    }
    .x\:-bottom-275p {
        bottom: -275px;
    }
    .x\:-left-275p {
        left: -275px;
    }
    .x\:-top-300p {
        top: -300px;
    }
    .x\:-right-300p {
        right: -300px;
    }
    .x\:-bottom-300p {
        bottom: -300px;
    }
    .x\:-left-300p {
        left: -300px;
    }
    .x\:-top-312p {
        top: -312px;
    }
    .x\:-right-312p {
        right: -312px;
    }
    .x\:-bottom-312p {
        bottom: -312px;
    }
    .x\:-left-312p {
        left: -312px;
    }
    .x\:-top-318p {
        top: -318px;
    }
    .x\:-right-318p {
        right: -318px;
    }
    .x\:-bottom-318p {
        bottom: -318px;
    }
    .x\:-left-318p {
        left: -318px;
    }
    .x\:-top-322p {
        top: -322px;
    }
    .x\:-right-322p {
        right: -322px;
    }
    .x\:-bottom-322p {
        bottom: -322px;
    }
    .x\:-left-322p {
        left: -322px;
    }
    .x\:-top-337p {
        top: -337px;
    }
    .x\:-right-337p {
        right: -337px;
    }
    .x\:-bottom-337p {
        bottom: -337px;
    }
    .x\:-left-337p {
        left: -337px;
    }
    .x\:-top-345p {
        top: -345px;
    }
    .x\:-right-345p {
        right: -345px;
    }
    .x\:-bottom-345p {
        bottom: -345px;
    }
    .x\:-left-345p {
        left: -345px;
    }
    .x\:-top-344p {
        top: -344px;
    }
    .x\:-right-344p {
        right: -344px;
    }
    .x\:-bottom-344p {
        bottom: -344px;
    }
    .x\:-left-344p {
        left: -344px;
    }
    .x\:-top-354p {
        top: -354px;
    }
    .x\:-right-354p {
        right: -354px;
    }
    .x\:-bottom-354p {
        bottom: -354px;
    }
    .x\:-left-354p {
        left: -354px;
    }
    .x\:-top-364p {
        top: -364px;
    }
    .x\:-right-364p {
        right: -364px;
    }
    .x\:-bottom-364p {
        bottom: -364px;
    }
    .x\:-left-364p {
        left: -364px;
    }
    .x\:-top-370p {
        top: -370px;
    }
    .x\:-right-370p {
        right: -370px;
    }
    .x\:-bottom-370p {
        bottom: -370px;
    }
    .x\:-left-370p {
        left: -370px;
    }
    .x\:-top-382p {
        top: -382px;
    }
    .x\:-right-382p {
        right: -382px;
    }
    .x\:-bottom-382p {
        bottom: -382px;
    }
    .x\:-left-382p {
        left: -382px;
    }
    .x\:-top-385p {
        top: -385px;
    }
    .x\:-right-385p {
        right: -385px;
    }
    .x\:-bottom-385p {
        bottom: -385px;
    }
    .x\:-left-385p {
        left: -385px;
    }
    .x\:-top-400p {
        top: -400px;
    }
    .x\:-right-400p {
        right: -400px;
    }
    .x\:-bottom-400p {
        bottom: -400px;
    }
    .x\:-left-400p {
        left: -400px;
    }
    .x\:-top-407p {
        top: -407px;
    }
    .x\:-right-407p {
        right: -407px;
    }
    .x\:-bottom-407p {
        bottom: -407px;
    }
    .x\:-left-407p {
        left: -407px;
    }
    .x\:-top-411p {
        top: -411px;
    }
    .x\:-right-411p {
        right: -411px;
    }
    .x\:-bottom-411p {
        bottom: -411px;
    }
    .x\:-left-411p {
        left: -411px;
    }
    .x\:-top-418p {
        top: -418px;
    }
    .x\:-right-418p {
        right: -418px;
    }
    .x\:-bottom-418p {
        bottom: -418px;
    }
    .x\:-left-418p {
        left: -418px;
    }
    .x\:-top-430p {
        top: -430px;
    }
    .x\:-right-430p {
        right: -430px;
    }
    .x\:-bottom-430p {
        bottom: -430px;
    }
    .x\:-left-430p {
        left: -430px;
    }
    .x\:-top-450p {
        top: -450px;
    }
    .x\:-right-450p {
        right: -450px;
    }
    .x\:-bottom-450p {
        bottom: -450px;
    }
    .x\:-left-450p {
        left: -450px;
    }
    .x\:-top-468p {
        top: -468px;
    }
    .x\:-right-468p {
        right: -468px;
    }
    .x\:-bottom-468p {
        bottom: -468px;
    }
    .x\:-left-468p {
        left: -468px;
    }
    .x\:-top-485p {
        top: -485px;
    }
    .x\:-right-485p {
        right: -485px;
    }
    .x\:-bottom-485p {
        bottom: -485px;
    }
    .x\:-left-485p {
        left: -485px;
    }
    .x\:-top-491p {
        top: -491px;
    }
    .x\:-right-491p {
        right: -491px;
    }
    .x\:-bottom-491p {
        bottom: -491px;
    }
    .x\:-left-491p {
        left: -491px;
    }
    .x\:-top-494p {
        top: -494px;
    }
    .x\:-right-494p {
        right: -494px;
    }
    .x\:-bottom-494p {
        bottom: -494px;
    }
    .x\:-left-494p {
        left: -494px;
    }
    .x\:-top-470p {
        top: -470px;
    }
    .x\:-right-470p {
        right: -470px;
    }
    .x\:-bottom-470p {
        bottom: -470px;
    }
    .x\:-left-470p {
        left: -470px;
    }
    .x\:-top-480p {
        top: -480px;
    }
    .x\:-right-480p {
        right: -480px;
    }
    .x\:-bottom-480p {
        bottom: -480px;
    }
    .x\:-left-480p {
        left: -480px;
    }
    .x\:-top-532p {
        top: -532px;
    }
    .x\:-right-532p {
        right: -532px;
    }
    .x\:-bottom-532p {
        bottom: -532px;
    }
    .x\:-left-532p {
        left: -532px;
    }
    .x\:-top-556p {
        top: -556px;
    }
    .x\:-right-556p {
        right: -556px;
    }
    .x\:-bottom-556p {
        bottom: -556px;
    }
    .x\:-left-556p {
        left: -556px;
    }
    .x\:-top-505p {
        top: -505px;
    }
    .x\:-right-505p {
        right: -505px;
    }
    .x\:-bottom-505p {
        bottom: -505px;
    }
    .x\:-left-505p {
        left: -505px;
    }
    .x\:-top-1179p {
        top: -1179px;
    }
    .x\:-right-1179p {
        right: -1179px;
    }
    .x\:-bottom-1179p {
        bottom: -1179px;
    }
    .x\:-left-1179p {
        left: -1179px;
    }
    .x\:-top-1253p {
        top: -1253px;
    }
    .x\:-right-1253p {
        right: -1253px;
    }
    .x\:-bottom-1253p {
        bottom: -1253px;
    }
    .x\:-left-1253p {
        left: -1253px;
    }
    .x\:-top-1575p {
        top: -1575px;
    }
    .x\:-right-1575p {
        right: -1575px;
    }
    .x\:-bottom-1575p {
        bottom: -1575px;
    }
    .x\:-left-1575p {
        left: -1575px;
    }
    .x\:-top-600p {
        top: -600px;
    }
    .x\:-right-600p {
        right: -600px;
    }
    .x\:-bottom-600p {
        bottom: -600px;
    }
    .x\:-left-600p {
        left: -600px;
    }
    .x\:-top-649p {
        top: -649px;
    }
    .x\:-right-649p {
        right: -649px;
    }
    .x\:-bottom-649p {
        bottom: -649px;
    }
    .x\:-left-649p {
        left: -649px;
    }
    .x\:-top-690p {
        top: -690px;
    }
    .x\:-right-690p {
        right: -690px;
    }
    .x\:-bottom-690p {
        bottom: -690px;
    }
    .x\:-left-690p {
        left: -690px;
    }
    .x\:-top-19\% {
        top: -19%;
    }
    .x\:-right-19\% {
        right: -19%;
    }
    .x\:-bottom-19\% {
        bottom: -19%;
    }
    .x\:-left-19\% {
        left: -19%;
    }
    .x\:-top-23\% {
        top: -23%;
    }
    .x\:-right-23\% {
        right: -23%;
    }
    .x\:-bottom-23\% {
        bottom: -23%;
    }
    .x\:-left-23\% {
        left: -23%;
    }
    .x\:-top-24\% {
        top: -24%;
    }
    .x\:-right-24\% {
        right: -24%;
    }
    .x\:-bottom-24\% {
        bottom: -24%;
    }
    .x\:-left-24\% {
        left: -24%;
    }
    .x\:-top-36\% {
        top: -36%;
    }
    .x\:-right-36\% {
        right: -36%;
    }
    .x\:-bottom-36\% {
        bottom: -36%;
    }
    .x\:-left-36\% {
        left: -36%;
    }
    .x\:-top-27\% {
        top: -27%;
    }
    .x\:-right-27\% {
        right: -27%;
    }
    .x\:-bottom-27\% {
        bottom: -27%;
    }
    .x\:-left-27\% {
        left: -27%;
    }
    .x\:-top-28\% {
        top: -28%;
    }
    .x\:-right-28\% {
        right: -28%;
    }
    .x\:-bottom-28\% {
        bottom: -28%;
    }
    .x\:-left-28\% {
        left: -28%;
    }
    .x\:-top-42\% {
        top: -42%;
    }
    .x\:-right-42\% {
        right: -42%;
    }
    .x\:-bottom-42\% {
        bottom: -42%;
    }
    .x\:-left-42\% {
        left: -42%;
    }
    .x\:-top-46\% {
        top: -46%;
    }
    .x\:-right-46\% {
        right: -46%;
    }
    .x\:-bottom-46\% {
        bottom: -46%;
    }
    .x\:-left-46\% {
        left: -46%;
    }
    .x\:-top-49\% {
        top: -49%;
    }
    .x\:-right-49\% {
        right: -49%;
    }
    .x\:-bottom-49\% {
        bottom: -49%;
    }
    .x\:-left-49\% {
        left: -49%;
    }
    .x\:-top-54\% {
        top: -54%;
    }
    .x\:-right-54\% {
        right: -54%;
    }
    .x\:-bottom-54\% {
        bottom: -54%;
    }
    .x\:-left-54\% {
        left: -54%;
    }
    .x\:-top-58\% {
        top: -58%;
    }
    .x\:-right-58\% {
        right: -58%;
    }
    .x\:-bottom-58\% {
        bottom: -58%;
    }
    .x\:-left-58\% {
        left: -58%;
    }
    .x\:-top-72\% {
        top: -72%;
    }
    .x\:-right-72\% {
        right: -72%;
    }
    .x\:-bottom-72\% {
        bottom: -72%;
    }
    .x\:-left-72\% {
        left: -72%;
    }
    .x\:-top-76\% {
        top: -76%;
    }
    .x\:-right-76\% {
        right: -76%;
    }
    .x\:-bottom-76\% {
        bottom: -76%;
    }
    .x\:-left-76\% {
        left: -76%;
    }
    .x\:-top-77\% {
        top: -77%;
    }
    .x\:-right-77\% {
        right: -77%;
    }
    .x\:-bottom-77\% {
        bottom: -77%;
    }
    .x\:-left-77\% {
        left: -77%;
    }
    .x\:-top-340p {
        top: -340px;
    }
    .x\:-right-340p {
        right: -340px;
    }
    .x\:-bottom-340p {
        bottom: -340px;
    }
    .x\:-left-340p {
        left: -340px;
    }
    .x\:-top-700p {
        top: -700px;
    }
    .x\:-right-700p {
        right: -700px;
    }
    .x\:-bottom-700p {
        bottom: -700px;
    }
    .x\:-left-700p {
        left: -700px;
    }
    .x\:-top-848p {
        top: -848px;
    }
    .x\:-right-848p {
        right: -848px;
    }
    .x\:-bottom-848p {
        bottom: -848px;
    }
    .x\:-left-848p {
        left: -848px;
    }
    .x\:-top-850p {
        top: -850px;
    }
    .x\:-right-850p {
        right: -850px;
    }
    .x\:-bottom-850p {
        bottom: -850px;
    }
    .x\:-left-850p {
        left: -850px;
    }
    .x\:-top-860p {
        top: -860px;
    }
    .x\:-right-860p {
        right: -860px;
    }
    .x\:-bottom-860p {
        bottom: -860px;
    }
    .x\:-left-860p {
        left: -860px;
    }
    .x\:-top-1425p {
        top: -1425px;
    }
    .x\:-right-1425p {
        right: -1425px;
    }
    .x\:-bottom-1425p {
        bottom: -1425px;
    }
    .x\:-left-1425p {
        left: -1425px;
    }
    .x\:top-1\/2 {
        top: 50%;
    }
    .x\:right-1\/2 {
        right: 50%;
    }
    .x\:bottom-1\/2 {
        bottom: 50%;
    }
    .x\:left-1\/2 {
        left: 50%;
    }
    .x\:top-1\/3 {
        top: 33.333333%;
    }
    .x\:right-1\/3 {
        right: 33.333333%;
    }
    .x\:bottom-1\/3 {
        bottom: 33.333333%;
    }
    .x\:left-1\/3 {
        left: 33.333333%;
    }
    .x\:top-2\/3 {
        top: 66.666667%;
    }
    .x\:right-2\/3 {
        right: 66.666667%;
    }
    .x\:bottom-2\/3 {
        bottom: 66.666667%;
    }
    .x\:left-2\/3 {
        left: 66.666667%;
    }
    .x\:top-1\/4 {
        top: 25%;
    }
    .x\:right-1\/4 {
        right: 25%;
    }
    .x\:bottom-1\/4 {
        bottom: 25%;
    }
    .x\:left-1\/4 {
        left: 25%;
    }
    .x\:top-2\/4 {
        top: 50%;
    }
    .x\:right-2\/4 {
        right: 50%;
    }
    .x\:bottom-2\/4 {
        bottom: 50%;
    }
    .x\:left-2\/4 {
        left: 50%;
    }
    .x\:top-3\/4 {
        top: 75%;
    }
    .x\:right-3\/4 {
        right: 75%;
    }
    .x\:bottom-3\/4 {
        bottom: 75%;
    }
    .x\:left-3\/4 {
        left: 75%;
    }
    .x\:top-full {
        top: 100%;
    }
    .x\:right-full {
        right: 100%;
    }
    .x\:bottom-full {
        bottom: 100%;
    }
    .x\:left-full {
        left: 100%;
    }
    .x\:-top-1\/2 {
        top: -50%;
    }
    .x\:-right-1\/2 {
        right: -50%;
    }
    .x\:-bottom-1\/2 {
        bottom: -50%;
    }
    .x\:-left-1\/2 {
        left: -50%;
    }
    .x\:-top-1\/3 {
        top: -33.333333%;
    }
    .x\:-right-1\/3 {
        right: -33.333333%;
    }
    .x\:-bottom-1\/3 {
        bottom: -33.333333%;
    }
    .x\:-left-1\/3 {
        left: -33.333333%;
    }
    .x\:-top-2\/3 {
        top: -66.666667%;
    }
    .x\:-right-2\/3 {
        right: -66.666667%;
    }
    .x\:-bottom-2\/3 {
        bottom: -66.666667%;
    }
    .x\:-left-2\/3 {
        left: -66.666667%;
    }
    .x\:-top-1\/4 {
        top: -25%;
    }
    .x\:-right-1\/4 {
        right: -25%;
    }
    .x\:-bottom-1\/4 {
        bottom: -25%;
    }
    .x\:-left-1\/4 {
        left: -25%;
    }
    .x\:-top-2\/4 {
        top: -50%;
    }
    .x\:-right-2\/4 {
        right: -50%;
    }
    .x\:-bottom-2\/4 {
        bottom: -50%;
    }
    .x\:-left-2\/4 {
        left: -50%;
    }
    .x\:-top-3\/4 {
        top: -75%;
    }
    .x\:-right-3\/4 {
        right: -75%;
    }
    .x\:-bottom-3\/4 {
        bottom: -75%;
    }
    .x\:-left-3\/4 {
        left: -75%;
    }
    .x\:-top-full {
        top: -100%;
    }
    .x\:-right-full {
        right: -100%;
    }
    .x\:-bottom-full {
        bottom: -100%;
    }
    .x\:-left-full {
        left: -100%;
    }
    .x\:resize-none {
        resize: none;
    }
    .x\:resize-y {
        resize: vertical;
    }
    .x\:resize-x {
        resize: horizontal;
    }
    .x\:resize {
        resize: both;
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
            0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .group:hover .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\:ring-inset {
        --tw-ring-inset: inset;
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\: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);
    }
    .x\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }
    .x\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }
    .x\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }
    .x\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }
    .x\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }
    .x\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }
    .x\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }
    .x\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }
    .x\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }
    .x\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }
    .x\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }
    .x\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }
    .x\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }
    .x\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }
    .x\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }
    .x\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }
    .x\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }
    .x\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }
    .x\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }
    .x\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }
    .x\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }
    .x\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }
    .x\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }
    .x\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }
    .x\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }
    .x\:ring-offset-yellow-50 {
        --tw-ring-offset-color: #fffbeb;
    }
    .x\:ring-offset-yellow-100 {
        --tw-ring-offset-color: #fef3c7;
    }
    .x\:ring-offset-yellow-200 {
        --tw-ring-offset-color: #fde68a;
    }
    .x\:ring-offset-yellow-300 {
        --tw-ring-offset-color: #fcd34d;
    }
    .x\:ring-offset-yellow-400 {
        --tw-ring-offset-color: #fbbf24;
    }
    .x\:ring-offset-yellow-500 {
        --tw-ring-offset-color: #f59e0b;
    }
    .x\:ring-offset-yellow-600 {
        --tw-ring-offset-color: #d97706;
    }
    .x\:ring-offset-yellow-700 {
        --tw-ring-offset-color: #b45309;
    }
    .x\:ring-offset-yellow-800 {
        --tw-ring-offset-color: #92400e;
    }
    .x\:ring-offset-yellow-900 {
        --tw-ring-offset-color: #78350f;
    }
    .x\:ring-offset-green-50 {
        --tw-ring-offset-color: #ecfdf5;
    }
    .x\:ring-offset-green-100 {
        --tw-ring-offset-color: #d1fae5;
    }
    .x\:ring-offset-green-200 {
        --tw-ring-offset-color: #a7f3d0;
    }
    .x\:ring-offset-green-300 {
        --tw-ring-offset-color: #6ee7b7;
    }
    .x\:ring-offset-green-400 {
        --tw-ring-offset-color: #34d399;
    }
    .x\:ring-offset-green-500 {
        --tw-ring-offset-color: #10b981;
    }
    .x\:ring-offset-green-600 {
        --tw-ring-offset-color: #059669;
    }
    .x\:ring-offset-green-700 {
        --tw-ring-offset-color: #047857;
    }
    .x\:ring-offset-green-800 {
        --tw-ring-offset-color: #065f46;
    }
    .x\:ring-offset-green-900 {
        --tw-ring-offset-color: #064e3b;
    }
    .x\:ring-offset-blue-50 {
        --tw-ring-offset-color: #eff6ff;
    }
    .x\:ring-offset-blue-100 {
        --tw-ring-offset-color: #dbeafe;
    }
    .x\:ring-offset-blue-200 {
        --tw-ring-offset-color: #bfdbfe;
    }
    .x\:ring-offset-blue-300 {
        --tw-ring-offset-color: #93c5fd;
    }
    .x\:ring-offset-blue-400 {
        --tw-ring-offset-color: #60a5fa;
    }
    .x\:ring-offset-blue-500 {
        --tw-ring-offset-color: #3b82f6;
    }
    .x\:ring-offset-blue-600 {
        --tw-ring-offset-color: #2563eb;
    }
    .x\:ring-offset-blue-700 {
        --tw-ring-offset-color: #1d4ed8;
    }
    .x\:ring-offset-blue-800 {
        --tw-ring-offset-color: #1e40af;
    }
    .x\:ring-offset-blue-900 {
        --tw-ring-offset-color: #1e3a8a;
    }
    .x\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }
    .x\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }
    .x\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }
    .x\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }
    .x\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }
    .x\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }
    .x\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }
    .x\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }
    .x\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }
    .x\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }
    .x\:ring-offset-purple-50 {
        --tw-ring-offset-color: #f5f3ff;
    }
    .x\:ring-offset-purple-100 {
        --tw-ring-offset-color: #ede9fe;
    }
    .x\:ring-offset-purple-200 {
        --tw-ring-offset-color: #ddd6fe;
    }
    .x\:ring-offset-purple-300 {
        --tw-ring-offset-color: #c4b5fd;
    }
    .x\:ring-offset-purple-400 {
        --tw-ring-offset-color: #a78bfa;
    }
    .x\:ring-offset-purple-500 {
        --tw-ring-offset-color: #8b5cf6;
    }
    .x\:ring-offset-purple-600 {
        --tw-ring-offset-color: #7c3aed;
    }
    .x\:ring-offset-purple-700 {
        --tw-ring-offset-color: #6d28d9;
    }
    .x\:ring-offset-purple-800 {
        --tw-ring-offset-color: #5b21b6;
    }
    .x\:ring-offset-purple-900 {
        --tw-ring-offset-color: #4c1d95;
    }
    .x\:ring-offset-pink-50 {
        --tw-ring-offset-color: #fdf2f8;
    }
    .x\:ring-offset-pink-100 {
        --tw-ring-offset-color: #fce7f3;
    }
    .x\:ring-offset-pink-200 {
        --tw-ring-offset-color: #fbcfe8;
    }
    .x\:ring-offset-pink-300 {
        --tw-ring-offset-color: #f9a8d4;
    }
    .x\:ring-offset-pink-400 {
        --tw-ring-offset-color: #f472b6;
    }
    .x\:ring-offset-pink-500 {
        --tw-ring-offset-color: #ec4899;
    }
    .x\:ring-offset-pink-600 {
        --tw-ring-offset-color: #db2777;
    }
    .x\:ring-offset-pink-700 {
        --tw-ring-offset-color: #be185d;
    }
    .x\:ring-offset-pink-800 {
        --tw-ring-offset-color: #9d174d;
    }
    .x\:ring-offset-pink-900 {
        --tw-ring-offset-color: #831843;
    }
    .x\:ring-offset-gray-1 {
        --tw-ring-offset-color: #999999;
    }
    .x\:ring-offset-gray-10 {
        --tw-ring-offset-color: #898989;
    }
    .x\:ring-offset-gray-11 {
        --tw-ring-offset-color: #f3f3f3;
    }
    .x\:ring-offset-gray-12 {
        --tw-ring-offset-color: #2c2c2c;
    }
    .x\:ring-offset-gray-13 {
        --tw-ring-offset-color: #777777;
    }
    .x\:ring-offset-gray-2 {
        --tw-ring-offset-color: #dfdfdf;
    }
    .x\:ring-offset-yellow-1 {
        --tw-ring-offset-color: #fcca19;
    }
    .x\:ring-offset-orange-1 {
        --tw-ring-offset-color: #fa886a;
    }
    .x\:ring-offset-orange-2 {
        --tw-ring-offset-color: #ff9c00;
    }
    .x\:ring-offset-yellow-2 {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .x\:ring-offset-yellow-5 {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .x\:ring-offset-orange-3 {
        --tw-ring-offset-color: #dea512;
    }
    .x\:ring-offset-orange-4 {
        --tw-ring-offset-color: #fff1dc;
    }
    .x\:ring-offset-orange-5 {
        --tw-ring-offset-color: #ff6c2e;
    }
    .x\:ring-offset-gray-3 {
        --tw-ring-offset-color: #3f3f3f;
    }
    .x\:ring-offset-green-1 {
        --tw-ring-offset-color: #009651;
    }
    .x\:ring-offset-black-1 {
        --tw-ring-offset-color: #474747;
    }
    .x\:ring-offset-gray-4 {
        --tw-ring-offset-color: #c4c4c4;
    }
    .x\:ring-offset-pinks-1 {
        --tw-ring-offset-color: #deaab3;
    }
    .x\:ring-offset-pinks-2 {
        --tw-ring-offset-color: #f9e8e8;
    }
    .x\:ring-offset-skies-1 {
        --tw-ring-offset-color: #2dadd6;
    }
    .x\:ring-offset-blues-1 {
        --tw-ring-offset-color: #115b98;
    }
    .x\:ring-offset-blues-2 {
        --tw-ring-offset-color: #4e6297;
    }
    .x\:ring-offset-blues-3 {
        --tw-ring-offset-color: #3a4a75;
    }
    .x\:ring-offset-reds-1 {
        --tw-ring-offset-color: #c5331e;
    }
    .x\:ring-offset-reds-2 {
        --tw-ring-offset-color: #c3573a;
    }
    .x\:ring-offset-reds-3 {
        --tw-ring-offset-color: #c8191c;
    }
    .x\:ring-offset-reds-4 {
        --tw-ring-offset-color: #953426;
    }
    .x\:ring-offset-reds-5 {
        --tw-ring-offset-color: #f81b4d;
    }
    .x\:ring-offset-reds-6 {
        --tw-ring-offset-color: #e43147;
    }
    .x\:ring-offset-gray-5 {
        --tw-ring-offset-color: #cbcbcb;
    }
    .x\:ring-offset-gray-6 {
        --tw-ring-offset-color: #e5e5e5;
    }
    .x\:ring-offset-yellow-3 {
        --tw-ring-offset-color: #b69665;
    }
    .x\:ring-offset-green-2 {
        --tw-ring-offset-color: #ebf9f1;
    }
    .x\:ring-offset-green-3 {
        --tw-ring-offset-color: #33c172;
    }
    .x\:ring-offset-yellow-4 {
        --tw-ring-offset-color: #fef8e7;
    }
    .x\:ring-offset-green-4 {
        --tw-ring-offset-color: #10b981;
    }
    .x\:ring-offset-green-5 {
        --tw-ring-offset-color: #00b14f;
    }
    .x\:ring-offset-gray-7 {
        --tw-ring-offset-color: #828282;
    }
    .x\:ring-offset-gray-14 {
        --tw-ring-offset-color: #b0b0b0;
    }
    .x\:ring-offset-blues-4 {
        --tw-ring-offset-color: #4040a3;
    }
    .x\:ring-offset-gray-15 {
        --tw-ring-offset-color: #3e3e3e;
    }
    .x\:ring-offset-gray-16 {
        --tw-ring-offset-color: #505050;
    }
    .x\:ring-offset-gray-17 {
        --tw-ring-offset-color: #f1f1f1;
    }
    .x\:ring-offset-gray-18 {
        --tw-ring-offset-color: #929292;
    }
    .x\:ring-offset-gray-19 {
        --tw-ring-offset-color: #bcbcbc;
    }
    .x\:ring-offset-gray-20 {
        --tw-ring-offset-color: #f9f9f9;
    }
    .x\:ring-offset-gray-21 {
        --tw-ring-offset-color: #c5c5c5;
    }
    .x\:ring-offset-gray-22 {
        --tw-ring-offset-color: #bfbfbf;
    }
    .x\:ring-offset-gray-23 {
        --tw-ring-offset-color: #eeeeee;
    }
    .x\:ring-offset-gray-24 {
        --tw-ring-offset-color: #b7b7b7;
    }
    .x\:ring-offset-gray-25 {
        --tw-ring-offset-color: #f0f0f0;
    }
    .x\:ring-offset-gray-26 {
        --tw-ring-offset-color: #efefef;
    }
    .x\:ring-offset-gray-27 {
        --tw-ring-offset-color: #bababa;
    }
    .x\:ring-offset-blues-5 {
        --tw-ring-offset-color: #0060a9;
    }
    .x\:ring-offset-blues-6 {
        --tw-ring-offset-color: #e9f2f9;
    }
    .x\:ring-offset-purple-1 {
        --tw-ring-offset-color: #9747ff;
    }
    .x\:ring-offset-purple-2 {
        --tw-ring-offset-color: #f8f2ff;
    }
    .x\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }
    .x\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }
    .x\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }
    .x\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }
    .x\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }
    .x\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }
    .x\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }
    .x\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }
    .x\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }
    .x\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }
    .x\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }
    .x\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }
    .x\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }
    .x\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }
    .x\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }
    .x\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }
    .x\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }
    .x\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }
    .x\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }
    .x\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }
    .x\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }
    .x\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }
    .x\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }
    .x\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }
    .x\:focus-within\:ring-offset-yellow-50:focus-within {
        --tw-ring-offset-color: #fffbeb;
    }
    .x\:focus-within\:ring-offset-yellow-100:focus-within {
        --tw-ring-offset-color: #fef3c7;
    }
    .x\:focus-within\:ring-offset-yellow-200:focus-within {
        --tw-ring-offset-color: #fde68a;
    }
    .x\:focus-within\:ring-offset-yellow-300:focus-within {
        --tw-ring-offset-color: #fcd34d;
    }
    .x\:focus-within\:ring-offset-yellow-400:focus-within {
        --tw-ring-offset-color: #fbbf24;
    }
    .x\:focus-within\:ring-offset-yellow-500:focus-within {
        --tw-ring-offset-color: #f59e0b;
    }
    .x\:focus-within\:ring-offset-yellow-600:focus-within {
        --tw-ring-offset-color: #d97706;
    }
    .x\:focus-within\:ring-offset-yellow-700:focus-within {
        --tw-ring-offset-color: #b45309;
    }
    .x\:focus-within\:ring-offset-yellow-800:focus-within {
        --tw-ring-offset-color: #92400e;
    }
    .x\:focus-within\:ring-offset-yellow-900:focus-within {
        --tw-ring-offset-color: #78350f;
    }
    .x\:focus-within\:ring-offset-green-50:focus-within {
        --tw-ring-offset-color: #ecfdf5;
    }
    .x\:focus-within\:ring-offset-green-100:focus-within {
        --tw-ring-offset-color: #d1fae5;
    }
    .x\:focus-within\:ring-offset-green-200:focus-within {
        --tw-ring-offset-color: #a7f3d0;
    }
    .x\:focus-within\:ring-offset-green-300:focus-within {
        --tw-ring-offset-color: #6ee7b7;
    }
    .x\:focus-within\:ring-offset-green-400:focus-within {
        --tw-ring-offset-color: #34d399;
    }
    .x\:focus-within\:ring-offset-green-500:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .x\:focus-within\:ring-offset-green-600:focus-within {
        --tw-ring-offset-color: #059669;
    }
    .x\:focus-within\:ring-offset-green-700:focus-within {
        --tw-ring-offset-color: #047857;
    }
    .x\:focus-within\:ring-offset-green-800:focus-within {
        --tw-ring-offset-color: #065f46;
    }
    .x\:focus-within\:ring-offset-green-900:focus-within {
        --tw-ring-offset-color: #064e3b;
    }
    .x\:focus-within\:ring-offset-blue-50:focus-within {
        --tw-ring-offset-color: #eff6ff;
    }
    .x\:focus-within\:ring-offset-blue-100:focus-within {
        --tw-ring-offset-color: #dbeafe;
    }
    .x\:focus-within\:ring-offset-blue-200:focus-within {
        --tw-ring-offset-color: #bfdbfe;
    }
    .x\:focus-within\:ring-offset-blue-300:focus-within {
        --tw-ring-offset-color: #93c5fd;
    }
    .x\:focus-within\:ring-offset-blue-400:focus-within {
        --tw-ring-offset-color: #60a5fa;
    }
    .x\:focus-within\:ring-offset-blue-500:focus-within {
        --tw-ring-offset-color: #3b82f6;
    }
    .x\:focus-within\:ring-offset-blue-600:focus-within {
        --tw-ring-offset-color: #2563eb;
    }
    .x\:focus-within\:ring-offset-blue-700:focus-within {
        --tw-ring-offset-color: #1d4ed8;
    }
    .x\:focus-within\:ring-offset-blue-800:focus-within {
        --tw-ring-offset-color: #1e40af;
    }
    .x\:focus-within\:ring-offset-blue-900:focus-within {
        --tw-ring-offset-color: #1e3a8a;
    }
    .x\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }
    .x\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }
    .x\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }
    .x\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }
    .x\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }
    .x\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }
    .x\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }
    .x\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }
    .x\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }
    .x\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }
    .x\:focus-within\:ring-offset-purple-50:focus-within {
        --tw-ring-offset-color: #f5f3ff;
    }
    .x\:focus-within\:ring-offset-purple-100:focus-within {
        --tw-ring-offset-color: #ede9fe;
    }
    .x\:focus-within\:ring-offset-purple-200:focus-within {
        --tw-ring-offset-color: #ddd6fe;
    }
    .x\:focus-within\:ring-offset-purple-300:focus-within {
        --tw-ring-offset-color: #c4b5fd;
    }
    .x\:focus-within\:ring-offset-purple-400:focus-within {
        --tw-ring-offset-color: #a78bfa;
    }
    .x\:focus-within\:ring-offset-purple-500:focus-within {
        --tw-ring-offset-color: #8b5cf6;
    }
    .x\:focus-within\:ring-offset-purple-600:focus-within {
        --tw-ring-offset-color: #7c3aed;
    }
    .x\:focus-within\:ring-offset-purple-700:focus-within {
        --tw-ring-offset-color: #6d28d9;
    }
    .x\:focus-within\:ring-offset-purple-800:focus-within {
        --tw-ring-offset-color: #5b21b6;
    }
    .x\:focus-within\:ring-offset-purple-900:focus-within {
        --tw-ring-offset-color: #4c1d95;
    }
    .x\:focus-within\:ring-offset-pink-50:focus-within {
        --tw-ring-offset-color: #fdf2f8;
    }
    .x\:focus-within\:ring-offset-pink-100:focus-within {
        --tw-ring-offset-color: #fce7f3;
    }
    .x\:focus-within\:ring-offset-pink-200:focus-within {
        --tw-ring-offset-color: #fbcfe8;
    }
    .x\:focus-within\:ring-offset-pink-300:focus-within {
        --tw-ring-offset-color: #f9a8d4;
    }
    .x\:focus-within\:ring-offset-pink-400:focus-within {
        --tw-ring-offset-color: #f472b6;
    }
    .x\:focus-within\:ring-offset-pink-500:focus-within {
        --tw-ring-offset-color: #ec4899;
    }
    .x\:focus-within\:ring-offset-pink-600:focus-within {
        --tw-ring-offset-color: #db2777;
    }
    .x\:focus-within\:ring-offset-pink-700:focus-within {
        --tw-ring-offset-color: #be185d;
    }
    .x\:focus-within\:ring-offset-pink-800:focus-within {
        --tw-ring-offset-color: #9d174d;
    }
    .x\:focus-within\:ring-offset-pink-900:focus-within {
        --tw-ring-offset-color: #831843;
    }
    .x\:focus-within\:ring-offset-gray-1:focus-within {
        --tw-ring-offset-color: #999999;
    }
    .x\:focus-within\:ring-offset-gray-10:focus-within {
        --tw-ring-offset-color: #898989;
    }
    .x\:focus-within\:ring-offset-gray-11:focus-within {
        --tw-ring-offset-color: #f3f3f3;
    }
    .x\:focus-within\:ring-offset-gray-12:focus-within {
        --tw-ring-offset-color: #2c2c2c;
    }
    .x\:focus-within\:ring-offset-gray-13:focus-within {
        --tw-ring-offset-color: #777777;
    }
    .x\:focus-within\:ring-offset-gray-2:focus-within {
        --tw-ring-offset-color: #dfdfdf;
    }
    .x\:focus-within\:ring-offset-yellow-1:focus-within {
        --tw-ring-offset-color: #fcca19;
    }
    .x\:focus-within\:ring-offset-orange-1:focus-within {
        --tw-ring-offset-color: #fa886a;
    }
    .x\:focus-within\:ring-offset-orange-2:focus-within {
        --tw-ring-offset-color: #ff9c00;
    }
    .x\:focus-within\:ring-offset-yellow-2:focus-within {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus-within\:ring-offset-yellow-5:focus-within {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus-within\:ring-offset-orange-3:focus-within {
        --tw-ring-offset-color: #dea512;
    }
    .x\:focus-within\:ring-offset-orange-4:focus-within {
        --tw-ring-offset-color: #fff1dc;
    }
    .x\:focus-within\:ring-offset-orange-5:focus-within {
        --tw-ring-offset-color: #ff6c2e;
    }
    .x\:focus-within\:ring-offset-gray-3:focus-within {
        --tw-ring-offset-color: #3f3f3f;
    }
    .x\:focus-within\:ring-offset-green-1:focus-within {
        --tw-ring-offset-color: #009651;
    }
    .x\:focus-within\:ring-offset-black-1:focus-within {
        --tw-ring-offset-color: #474747;
    }
    .x\:focus-within\:ring-offset-gray-4:focus-within {
        --tw-ring-offset-color: #c4c4c4;
    }
    .x\:focus-within\:ring-offset-pinks-1:focus-within {
        --tw-ring-offset-color: #deaab3;
    }
    .x\:focus-within\:ring-offset-pinks-2:focus-within {
        --tw-ring-offset-color: #f9e8e8;
    }
    .x\:focus-within\:ring-offset-skies-1:focus-within {
        --tw-ring-offset-color: #2dadd6;
    }
    .x\:focus-within\:ring-offset-blues-1:focus-within {
        --tw-ring-offset-color: #115b98;
    }
    .x\:focus-within\:ring-offset-blues-2:focus-within {
        --tw-ring-offset-color: #4e6297;
    }
    .x\:focus-within\:ring-offset-blues-3:focus-within {
        --tw-ring-offset-color: #3a4a75;
    }
    .x\:focus-within\:ring-offset-reds-1:focus-within {
        --tw-ring-offset-color: #c5331e;
    }
    .x\:focus-within\:ring-offset-reds-2:focus-within {
        --tw-ring-offset-color: #c3573a;
    }
    .x\:focus-within\:ring-offset-reds-3:focus-within {
        --tw-ring-offset-color: #c8191c;
    }
    .x\:focus-within\:ring-offset-reds-4:focus-within {
        --tw-ring-offset-color: #953426;
    }
    .x\:focus-within\:ring-offset-reds-5:focus-within {
        --tw-ring-offset-color: #f81b4d;
    }
    .x\:focus-within\:ring-offset-reds-6:focus-within {
        --tw-ring-offset-color: #e43147;
    }
    .x\:focus-within\:ring-offset-gray-5:focus-within {
        --tw-ring-offset-color: #cbcbcb;
    }
    .x\:focus-within\:ring-offset-gray-6:focus-within {
        --tw-ring-offset-color: #e5e5e5;
    }
    .x\:focus-within\:ring-offset-yellow-3:focus-within {
        --tw-ring-offset-color: #b69665;
    }
    .x\:focus-within\:ring-offset-green-2:focus-within {
        --tw-ring-offset-color: #ebf9f1;
    }
    .x\:focus-within\:ring-offset-green-3:focus-within {
        --tw-ring-offset-color: #33c172;
    }
    .x\:focus-within\:ring-offset-yellow-4:focus-within {
        --tw-ring-offset-color: #fef8e7;
    }
    .x\:focus-within\:ring-offset-green-4:focus-within {
        --tw-ring-offset-color: #10b981;
    }
    .x\:focus-within\:ring-offset-green-5:focus-within {
        --tw-ring-offset-color: #00b14f;
    }
    .x\:focus-within\:ring-offset-gray-7:focus-within {
        --tw-ring-offset-color: #828282;
    }
    .x\:focus-within\:ring-offset-gray-14:focus-within {
        --tw-ring-offset-color: #b0b0b0;
    }
    .x\:focus-within\:ring-offset-blues-4:focus-within {
        --tw-ring-offset-color: #4040a3;
    }
    .x\:focus-within\:ring-offset-gray-15:focus-within {
        --tw-ring-offset-color: #3e3e3e;
    }
    .x\:focus-within\:ring-offset-gray-16:focus-within {
        --tw-ring-offset-color: #505050;
    }
    .x\:focus-within\:ring-offset-gray-17:focus-within {
        --tw-ring-offset-color: #f1f1f1;
    }
    .x\:focus-within\:ring-offset-gray-18:focus-within {
        --tw-ring-offset-color: #929292;
    }
    .x\:focus-within\:ring-offset-gray-19:focus-within {
        --tw-ring-offset-color: #bcbcbc;
    }
    .x\:focus-within\:ring-offset-gray-20:focus-within {
        --tw-ring-offset-color: #f9f9f9;
    }
    .x\:focus-within\:ring-offset-gray-21:focus-within {
        --tw-ring-offset-color: #c5c5c5;
    }
    .x\:focus-within\:ring-offset-gray-22:focus-within {
        --tw-ring-offset-color: #bfbfbf;
    }
    .x\:focus-within\:ring-offset-gray-23:focus-within {
        --tw-ring-offset-color: #eeeeee;
    }
    .x\:focus-within\:ring-offset-gray-24:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }
    .x\:focus-within\:ring-offset-gray-25:focus-within {
        --tw-ring-offset-color: #f0f0f0;
    }
    .x\:focus-within\:ring-offset-gray-26:focus-within {
        --tw-ring-offset-color: #efefef;
    }
    .x\:focus-within\:ring-offset-gray-27:focus-within {
        --tw-ring-offset-color: #bababa;
    }
    .x\:focus-within\:ring-offset-blues-5:focus-within {
        --tw-ring-offset-color: #0060a9;
    }
    .x\:focus-within\:ring-offset-blues-6:focus-within {
        --tw-ring-offset-color: #e9f2f9;
    }
    .x\:focus-within\:ring-offset-purple-1:focus-within {
        --tw-ring-offset-color: #9747ff;
    }
    .x\:focus-within\:ring-offset-purple-2:focus-within {
        --tw-ring-offset-color: #f8f2ff;
    }
    .x\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }
    .x\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }
    .x\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }
    .x\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }
    .x\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }
    .x\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }
    .x\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }
    .x\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }
    .x\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }
    .x\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }
    .x\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }
    .x\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }
    .x\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }
    .x\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }
    .x\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }
    .x\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }
    .x\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }
    .x\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }
    .x\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }
    .x\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }
    .x\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }
    .x\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }
    .x\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }
    .x\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }
    .x\:focus\:ring-offset-yellow-50:focus {
        --tw-ring-offset-color: #fffbeb;
    }
    .x\:focus\:ring-offset-yellow-100:focus {
        --tw-ring-offset-color: #fef3c7;
    }
    .x\:focus\:ring-offset-yellow-200:focus {
        --tw-ring-offset-color: #fde68a;
    }
    .x\:focus\:ring-offset-yellow-300:focus {
        --tw-ring-offset-color: #fcd34d;
    }
    .x\:focus\:ring-offset-yellow-400:focus {
        --tw-ring-offset-color: #fbbf24;
    }
    .x\:focus\:ring-offset-yellow-500:focus {
        --tw-ring-offset-color: #f59e0b;
    }
    .x\:focus\:ring-offset-yellow-600:focus {
        --tw-ring-offset-color: #d97706;
    }
    .x\:focus\:ring-offset-yellow-700:focus {
        --tw-ring-offset-color: #b45309;
    }
    .x\:focus\:ring-offset-yellow-800:focus {
        --tw-ring-offset-color: #92400e;
    }
    .x\:focus\:ring-offset-yellow-900:focus {
        --tw-ring-offset-color: #78350f;
    }
    .x\:focus\:ring-offset-green-50:focus {
        --tw-ring-offset-color: #ecfdf5;
    }
    .x\:focus\:ring-offset-green-100:focus {
        --tw-ring-offset-color: #d1fae5;
    }
    .x\:focus\:ring-offset-green-200:focus {
        --tw-ring-offset-color: #a7f3d0;
    }
    .x\:focus\:ring-offset-green-300:focus {
        --tw-ring-offset-color: #6ee7b7;
    }
    .x\:focus\:ring-offset-green-400:focus {
        --tw-ring-offset-color: #34d399;
    }
    .x\:focus\:ring-offset-green-500:focus {
        --tw-ring-offset-color: #10b981;
    }
    .x\:focus\:ring-offset-green-600:focus {
        --tw-ring-offset-color: #059669;
    }
    .x\:focus\:ring-offset-green-700:focus {
        --tw-ring-offset-color: #047857;
    }
    .x\:focus\:ring-offset-green-800:focus {
        --tw-ring-offset-color: #065f46;
    }
    .x\:focus\:ring-offset-green-900:focus {
        --tw-ring-offset-color: #064e3b;
    }
    .x\:focus\:ring-offset-blue-50:focus {
        --tw-ring-offset-color: #eff6ff;
    }
    .x\:focus\:ring-offset-blue-100:focus {
        --tw-ring-offset-color: #dbeafe;
    }
    .x\:focus\:ring-offset-blue-200:focus {
        --tw-ring-offset-color: #bfdbfe;
    }
    .x\:focus\:ring-offset-blue-300:focus {
        --tw-ring-offset-color: #93c5fd;
    }
    .x\:focus\:ring-offset-blue-400:focus {
        --tw-ring-offset-color: #60a5fa;
    }
    .x\:focus\:ring-offset-blue-500:focus {
        --tw-ring-offset-color: #3b82f6;
    }
    .x\:focus\:ring-offset-blue-600:focus {
        --tw-ring-offset-color: #2563eb;
    }
    .x\:focus\:ring-offset-blue-700:focus {
        --tw-ring-offset-color: #1d4ed8;
    }
    .x\:focus\:ring-offset-blue-800:focus {
        --tw-ring-offset-color: #1e40af;
    }
    .x\:focus\:ring-offset-blue-900:focus {
        --tw-ring-offset-color: #1e3a8a;
    }
    .x\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }
    .x\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }
    .x\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }
    .x\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }
    .x\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }
    .x\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }
    .x\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }
    .x\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }
    .x\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }
    .x\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }
    .x\:focus\:ring-offset-purple-50:focus {
        --tw-ring-offset-color: #f5f3ff;
    }
    .x\:focus\:ring-offset-purple-100:focus {
        --tw-ring-offset-color: #ede9fe;
    }
    .x\:focus\:ring-offset-purple-200:focus {
        --tw-ring-offset-color: #ddd6fe;
    }
    .x\:focus\:ring-offset-purple-300:focus {
        --tw-ring-offset-color: #c4b5fd;
    }
    .x\:focus\:ring-offset-purple-400:focus {
        --tw-ring-offset-color: #a78bfa;
    }
    .x\:focus\:ring-offset-purple-500:focus {
        --tw-ring-offset-color: #8b5cf6;
    }
    .x\:focus\:ring-offset-purple-600:focus {
        --tw-ring-offset-color: #7c3aed;
    }
    .x\:focus\:ring-offset-purple-700:focus {
        --tw-ring-offset-color: #6d28d9;
    }
    .x\:focus\:ring-offset-purple-800:focus {
        --tw-ring-offset-color: #5b21b6;
    }
    .x\:focus\:ring-offset-purple-900:focus {
        --tw-ring-offset-color: #4c1d95;
    }
    .x\:focus\:ring-offset-pink-50:focus {
        --tw-ring-offset-color: #fdf2f8;
    }
    .x\:focus\:ring-offset-pink-100:focus {
        --tw-ring-offset-color: #fce7f3;
    }
    .x\:focus\:ring-offset-pink-200:focus {
        --tw-ring-offset-color: #fbcfe8;
    }
    .x\:focus\:ring-offset-pink-300:focus {
        --tw-ring-offset-color: #f9a8d4;
    }
    .x\:focus\:ring-offset-pink-400:focus {
        --tw-ring-offset-color: #f472b6;
    }
    .x\:focus\:ring-offset-pink-500:focus {
        --tw-ring-offset-color: #ec4899;
    }
    .x\:focus\:ring-offset-pink-600:focus {
        --tw-ring-offset-color: #db2777;
    }
    .x\:focus\:ring-offset-pink-700:focus {
        --tw-ring-offset-color: #be185d;
    }
    .x\:focus\:ring-offset-pink-800:focus {
        --tw-ring-offset-color: #9d174d;
    }
    .x\:focus\:ring-offset-pink-900:focus {
        --tw-ring-offset-color: #831843;
    }
    .x\:focus\:ring-offset-gray-1:focus {
        --tw-ring-offset-color: #999999;
    }
    .x\:focus\:ring-offset-gray-10:focus {
        --tw-ring-offset-color: #898989;
    }
    .x\:focus\:ring-offset-gray-11:focus {
        --tw-ring-offset-color: #f3f3f3;
    }
    .x\:focus\:ring-offset-gray-12:focus {
        --tw-ring-offset-color: #2c2c2c;
    }
    .x\:focus\:ring-offset-gray-13:focus {
        --tw-ring-offset-color: #777777;
    }
    .x\:focus\:ring-offset-gray-2:focus {
        --tw-ring-offset-color: #dfdfdf;
    }
    .x\:focus\:ring-offset-yellow-1:focus {
        --tw-ring-offset-color: #fcca19;
    }
    .x\:focus\:ring-offset-orange-1:focus {
        --tw-ring-offset-color: #fa886a;
    }
    .x\:focus\:ring-offset-orange-2:focus {
        --tw-ring-offset-color: #ff9c00;
    }
    .x\:focus\:ring-offset-yellow-2:focus {
        --tw-ring-offset-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:ring-offset-yellow-5:focus {
        --tw-ring-offset-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:ring-offset-orange-3:focus {
        --tw-ring-offset-color: #dea512;
    }
    .x\:focus\:ring-offset-orange-4:focus {
        --tw-ring-offset-color: #fff1dc;
    }
    .x\:focus\:ring-offset-orange-5:focus {
        --tw-ring-offset-color: #ff6c2e;
    }
    .x\:focus\:ring-offset-gray-3:focus {
        --tw-ring-offset-color: #3f3f3f;
    }
    .x\:focus\:ring-offset-green-1:focus {
        --tw-ring-offset-color: #009651;
    }
    .x\:focus\:ring-offset-black-1:focus {
        --tw-ring-offset-color: #474747;
    }
    .x\:focus\:ring-offset-gray-4:focus {
        --tw-ring-offset-color: #c4c4c4;
    }
    .x\:focus\:ring-offset-pinks-1:focus {
        --tw-ring-offset-color: #deaab3;
    }
    .x\:focus\:ring-offset-pinks-2:focus {
        --tw-ring-offset-color: #f9e8e8;
    }
    .x\:focus\:ring-offset-skies-1:focus {
        --tw-ring-offset-color: #2dadd6;
    }
    .x\:focus\:ring-offset-blues-1:focus {
        --tw-ring-offset-color: #115b98;
    }
    .x\:focus\:ring-offset-blues-2:focus {
        --tw-ring-offset-color: #4e6297;
    }
    .x\:focus\:ring-offset-blues-3:focus {
        --tw-ring-offset-color: #3a4a75;
    }
    .x\:focus\:ring-offset-reds-1:focus {
        --tw-ring-offset-color: #c5331e;
    }
    .x\:focus\:ring-offset-reds-2:focus {
        --tw-ring-offset-color: #c3573a;
    }
    .x\:focus\:ring-offset-reds-3:focus {
        --tw-ring-offset-color: #c8191c;
    }
    .x\:focus\:ring-offset-reds-4:focus {
        --tw-ring-offset-color: #953426;
    }
    .x\:focus\:ring-offset-reds-5:focus {
        --tw-ring-offset-color: #f81b4d;
    }
    .x\:focus\:ring-offset-reds-6:focus {
        --tw-ring-offset-color: #e43147;
    }
    .x\:focus\:ring-offset-gray-5:focus {
        --tw-ring-offset-color: #cbcbcb;
    }
    .x\:focus\:ring-offset-gray-6:focus {
        --tw-ring-offset-color: #e5e5e5;
    }
    .x\:focus\:ring-offset-yellow-3:focus {
        --tw-ring-offset-color: #b69665;
    }
    .x\:focus\:ring-offset-green-2:focus {
        --tw-ring-offset-color: #ebf9f1;
    }
    .x\:focus\:ring-offset-green-3:focus {
        --tw-ring-offset-color: #33c172;
    }
    .x\:focus\:ring-offset-yellow-4:focus {
        --tw-ring-offset-color: #fef8e7;
    }
    .x\:focus\:ring-offset-green-4:focus {
        --tw-ring-offset-color: #10b981;
    }
    .x\:focus\:ring-offset-green-5:focus {
        --tw-ring-offset-color: #00b14f;
    }
    .x\:focus\:ring-offset-gray-7:focus {
        --tw-ring-offset-color: #828282;
    }
    .x\:focus\:ring-offset-gray-14:focus {
        --tw-ring-offset-color: #b0b0b0;
    }
    .x\:focus\:ring-offset-blues-4:focus {
        --tw-ring-offset-color: #4040a3;
    }
    .x\:focus\:ring-offset-gray-15:focus {
        --tw-ring-offset-color: #3e3e3e;
    }
    .x\:focus\:ring-offset-gray-16:focus {
        --tw-ring-offset-color: #505050;
    }
    .x\:focus\:ring-offset-gray-17:focus {
        --tw-ring-offset-color: #f1f1f1;
    }
    .x\:focus\:ring-offset-gray-18:focus {
        --tw-ring-offset-color: #929292;
    }
    .x\:focus\:ring-offset-gray-19:focus {
        --tw-ring-offset-color: #bcbcbc;
    }
    .x\:focus\:ring-offset-gray-20:focus {
        --tw-ring-offset-color: #f9f9f9;
    }
    .x\:focus\:ring-offset-gray-21:focus {
        --tw-ring-offset-color: #c5c5c5;
    }
    .x\:focus\:ring-offset-gray-22:focus {
        --tw-ring-offset-color: #bfbfbf;
    }
    .x\:focus\:ring-offset-gray-23:focus {
        --tw-ring-offset-color: #eeeeee;
    }
    .x\:focus\:ring-offset-gray-24:focus {
        --tw-ring-offset-color: #b7b7b7;
    }
    .x\:focus\:ring-offset-gray-25:focus {
        --tw-ring-offset-color: #f0f0f0;
    }
    .x\:focus\:ring-offset-gray-26:focus {
        --tw-ring-offset-color: #efefef;
    }
    .x\:focus\:ring-offset-gray-27:focus {
        --tw-ring-offset-color: #bababa;
    }
    .x\:focus\:ring-offset-blues-5:focus {
        --tw-ring-offset-color: #0060a9;
    }
    .x\:focus\:ring-offset-blues-6:focus {
        --tw-ring-offset-color: #e9f2f9;
    }
    .x\:focus\:ring-offset-purple-1:focus {
        --tw-ring-offset-color: #9747ff;
    }
    .x\:focus\:ring-offset-purple-2:focus {
        --tw-ring-offset-color: #f8f2ff;
    }
    .x\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }
    .x\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }
    .x\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }
    .x\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }
    .x\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }
    .x\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }
    .x\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }
    .x\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }
    .x\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }
    .x\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }
    .x\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }
    .x\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }
    .x\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }
    .x\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }
    .x\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }
    .x\:ring-transparent {
        --tw-ring-color: transparent;
    }
    .x\:ring-current {
        --tw-ring-color: currentColor;
    }
    .x\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .x\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .x\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .x\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .x\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .x\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .x\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .x\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .x\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .x\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .x\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .x\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .x\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .x\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .x\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .x\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .x\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .x\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .x\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .x\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .x\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .x\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .x\:ring-green-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .x\:ring-green-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .x\:ring-green-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .x\:ring-green-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .x\:ring-green-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .x\:ring-green-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:ring-green-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .x\:ring-green-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .x\:ring-green-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .x\:ring-green-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .x\:ring-blue-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .x\:ring-blue-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .x\:ring-blue-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .x\:ring-blue-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .x\:ring-blue-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .x\:ring-blue-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .x\:ring-blue-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .x\:ring-blue-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .x\:ring-blue-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .x\:ring-blue-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .x\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .x\:ring-purple-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .x\:ring-purple-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .x\:ring-purple-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .x\:ring-purple-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .x\:ring-purple-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .x\:ring-purple-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .x\:ring-purple-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .x\:ring-purple-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .x\:ring-purple-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .x\:ring-purple-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .x\:ring-pink-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .x\:ring-pink-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .x\:ring-pink-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .x\:ring-pink-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .x\:ring-pink-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .x\:ring-pink-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .x\:ring-pink-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .x\:ring-pink-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .x\:ring-pink-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .x\:ring-pink-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .x\:ring-gray-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .x\:ring-gray-10 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .x\:ring-gray-11 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .x\:ring-gray-12 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .x\:ring-gray-13 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .x\:ring-gray-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .x\:ring-orange-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .x\:ring-orange-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-2 {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .x\:ring-yellow-5 {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .x\:ring-orange-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .x\:ring-orange-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .x\:ring-orange-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .x\:ring-gray-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .x\:ring-green-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .x\:ring-black-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .x\:ring-gray-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .x\:ring-pinks-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .x\:ring-pinks-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .x\:ring-skies-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .x\:ring-blues-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .x\:ring-blues-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .x\:ring-blues-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .x\:ring-reds-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .x\:ring-reds-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .x\:ring-reds-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .x\:ring-reds-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .x\:ring-reds-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .x\:ring-reds-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .x\:ring-gray-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .x\:ring-gray-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .x\:ring-green-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .x\:ring-green-3 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .x\:ring-yellow-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .x\:ring-green-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:ring-green-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .x\:ring-gray-7 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .x\:ring-gray-14 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .x\:ring-blues-4 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .x\:ring-gray-15 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .x\:ring-gray-16 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .x\:ring-gray-17 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .x\:ring-gray-18 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .x\:ring-gray-19 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .x\:ring-gray-20 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .x\:ring-gray-21 {
        --tw-ring-color: #c5c5c5;
    }
    .x\:ring-gray-22 {
        --tw-ring-color: #bfbfbf;
    }
    .x\:ring-gray-23 {
        --tw-ring-color: #eeeeee;
    }
    .x\:ring-gray-24 {
        --tw-ring-color: #b7b7b7;
    }
    .x\:ring-gray-25 {
        --tw-ring-color: #f0f0f0;
    }
    .x\:ring-gray-26 {
        --tw-ring-color: #efefef;
    }
    .x\:ring-gray-27 {
        --tw-ring-color: #bababa;
    }
    .x\:ring-blues-5 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .x\:ring-blues-6 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .x\:ring-purple-1 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .x\:ring-purple-2 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }
    .x\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }
    .x\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blue-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pink-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-10:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-11:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-12:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-13:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-orange-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-orange-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-2:focus-within {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus-within\:ring-yellow-5:focus-within {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus-within\:ring-orange-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-orange-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-orange-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-black-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pinks-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-pinks-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-skies-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blues-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blues-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blues-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-reds-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-3:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-yellow-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-green-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-7:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-14:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blues-4:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-15:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-16:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-17:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-18:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-19:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-20:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-gray-21:focus-within {
        --tw-ring-color: #c5c5c5;
    }
    .x\:focus-within\:ring-gray-22:focus-within {
        --tw-ring-color: #bfbfbf;
    }
    .x\:focus-within\:ring-gray-23:focus-within {
        --tw-ring-color: #eeeeee;
    }
    .x\:focus-within\:ring-gray-24:focus-within {
        --tw-ring-color: #b7b7b7;
    }
    .x\:focus-within\:ring-gray-25:focus-within {
        --tw-ring-color: #f0f0f0;
    }
    .x\:focus-within\:ring-gray-26:focus-within {
        --tw-ring-color: #efefef;
    }
    .x\:focus-within\:ring-gray-27:focus-within {
        --tw-ring-color: #bababa;
    }
    .x\:focus-within\:ring-blues-5:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-blues-6:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-1:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .x\:focus-within\:ring-purple-2:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }
    .x\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }
    .x\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blue-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pink-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 153, 153, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-10:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(137, 137, 137, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-11:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-12:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(44, 44, 44, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-13:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(119, 119, 119, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(223, 223, 223, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 202, 25, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-orange-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(250, 136, 106, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-orange-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 156, 0, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-2:focus {
        --tw-ring-color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:ring-yellow-5:focus {
        --tw-ring-color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:ring-orange-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 165, 18, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-orange-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 241, 220, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-orange-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 108, 46, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 63, 63, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 150, 81, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-black-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(196, 196, 196, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pinks-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(222, 170, 179, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-pinks-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 232, 232, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-skies-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(45, 173, 214, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blues-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 91, 152, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blues-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(78, 98, 151, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blues-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 74, 117, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(197, 51, 30, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(195, 87, 58, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(200, 25, 28, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(149, 52, 38, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 27, 77, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-reds-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(228, 49, 71, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(203, 203, 203, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(182, 150, 101, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(235, 249, 241, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-3:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(51, 193, 114, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-yellow-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 248, 231, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-green-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 177, 79, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-7:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(130, 130, 130, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-14:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(176, 176, 176, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blues-4:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(64, 64, 163, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-15:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(62, 62, 62, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-16:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(80, 80, 80, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-17:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(241, 241, 241, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-18:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(146, 146, 146, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-19:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(188, 188, 188, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-20:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-gray-21:focus {
        --tw-ring-color: #c5c5c5;
    }
    .x\:focus\:ring-gray-22:focus {
        --tw-ring-color: #bfbfbf;
    }
    .x\:focus\:ring-gray-23:focus {
        --tw-ring-color: #eeeeee;
    }
    .x\:focus\:ring-gray-24:focus {
        --tw-ring-color: #b7b7b7;
    }
    .x\:focus\:ring-gray-25:focus {
        --tw-ring-color: #f0f0f0;
    }
    .x\:focus\:ring-gray-26:focus {
        --tw-ring-color: #efefef;
    }
    .x\:focus\:ring-gray-27:focus {
        --tw-ring-color: #bababa;
    }
    .x\:focus\:ring-blues-5:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 96, 169, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-blues-6:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(233, 242, 249, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-1:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(151, 71, 255, var(--tw-ring-opacity));
    }
    .x\:focus\:ring-purple-2:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 242, 255, var(--tw-ring-opacity));
    }
    .x\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }
    .x\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }
    .x\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }
    .x\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }
    .x\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }
    .x\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }
    .x\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }
    .x\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }
    .x\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }
    .x\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }
    .x\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }
    .x\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }
    .x\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }
    .x\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }
    .x\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }
    .x\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }
    .x\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }
    .x\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }
    .x\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }
    .x\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }
    .x\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }
    .x\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }
    .x\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }
    .x\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }
    .x\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }
    .x\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }
    .x\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }
    .x\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }
    .x\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }
    .x\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }
    .x\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }
    .x\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }
    .x\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }
    .x\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }
    .x\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }
    .x\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }
    .x\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }
    .x\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }
    .x\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }
    .x\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }
    .x\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }
    .x\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }
    .x\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }
    .x\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }
    .x\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }
    .x\:fill-current {
        fill: currentColor;
    }
    .x\:stroke-current {
        stroke: currentColor;
    }
    .x\:stroke-0 {
        stroke-width: 0;
    }
    .x\:stroke-1 {
        stroke-width: 1;
    }
    .x\:stroke-2 {
        stroke-width: 2;
    }
    .x\:table-auto {
        table-layout: auto;
    }
    .x\:table-fixed {
        table-layout: fixed;
    }
    .x\:text-left {
        text-align: left;
    }
    .x\:text-center {
        text-align: center;
    }
    .x\:text-right {
        text-align: right;
    }
    .x\:text-justify {
        text-align: justify;
    }
    .x\:text-transparent {
        color: transparent;
    }
    .x\:text-current {
        color: currentColor;
    }
    .x\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .x\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .x\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .x\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .x\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .x\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .x\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .x\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .x\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .x\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .x\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .x\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .x\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .x\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .x\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .x\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .x\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .x\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .x\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .x\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .x\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .x\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .x\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .x\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .x\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .x\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .x\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .x\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .x\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .x\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .x\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .x\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .x\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .x\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .x\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .x\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .x\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .x\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .x\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .x\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .x\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .x\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .x\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .x\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .x\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .x\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .x\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .x\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .x\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .x\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .x\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .x\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .x\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .x\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .x\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .x\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .x\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .x\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .x\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .x\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .x\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .x\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .x\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .x\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .x\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .x\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .x\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .x\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .x\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .x\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .x\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .x\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .x\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .x\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .x\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .x\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .x\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .x\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .x\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .x\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .x\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .x\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .x\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .x\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .x\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .x\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .x\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .x\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .x\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .x\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .x\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .x\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .x\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .x\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .x\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .x\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .x\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .x\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .x\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .x\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .x\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .x\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .x\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .x\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .x\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .x\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .x\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .x\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .x\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .x\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .x\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .x\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .x\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .x\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .x\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .x\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .x\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .x\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .x\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .x\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .x\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .x\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .x\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .x\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .x\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .x\:text-gray-21 {
        color: #c5c5c5;
    }
    .x\:text-gray-22 {
        color: #bfbfbf;
    }
    .x\:text-gray-23 {
        color: #eee;
    }
    .x\:text-gray-24 {
        color: #b7b7b7;
    }
    .x\:text-gray-25 {
        color: #f0f0f0;
    }
    .x\:text-gray-26 {
        color: #efefef;
    }
    .x\:text-gray-27 {
        color: #bababa;
    }
    .x\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .x\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .x\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .x\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-transparent {
        color: transparent;
    }
    .group:hover .x\:group-hover\:text-current {
        color: currentColor;
    }
    .group:hover .x\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-50 {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-200 {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-500 {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-600 {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-700 {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-800 {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-900 {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-50 {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-100 {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-200 {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-300 {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-400 {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-500 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-600 {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-700 {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-900 {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-50 {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-100 {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-200 {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-300 {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-400 {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-500 {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-600 {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-700 {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-800 {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blue-900 {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-50 {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-100 {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-200 {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-300 {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-400 {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-500 {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-600 {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-700 {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-800 {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-900 {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-50 {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-100 {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-200 {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-300 {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-400 {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-500 {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-600 {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-700 {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-800 {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pink-900 {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-1 {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-10 {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-11 {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-12 {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-13 {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-2 {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-1 {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-orange-1 {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-orange-2 {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-2 {
        color: rgba(252, 202, 25, 0.65);
    }
    .group:hover .x\:group-hover\:text-yellow-5 {
        color: rgba(249, 181, 11, 0.1);
    }
    .group:hover .x\:group-hover\:text-orange-3 {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-orange-4 {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-orange-5 {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-3 {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-1 {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-black-1 {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-4 {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pinks-1 {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-pinks-2 {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-skies-1 {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blues-1 {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blues-2 {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blues-3 {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-1 {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-2 {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-3 {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-4 {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-5 {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-reds-6 {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-5 {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-6 {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-3 {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-2 {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-3 {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-yellow-4 {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-4 {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-green-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-7 {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-14 {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blues-4 {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-15 {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-16 {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-17 {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-18 {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-19 {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-20 {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-gray-21 {
        color: #c5c5c5;
    }
    .group:hover .x\:group-hover\:text-gray-22 {
        color: #bfbfbf;
    }
    .group:hover .x\:group-hover\:text-gray-23 {
        color: #eee;
    }
    .group:hover .x\:group-hover\:text-gray-24 {
        color: #b7b7b7;
    }
    .group:hover .x\:group-hover\:text-gray-25 {
        color: #f0f0f0;
    }
    .group:hover .x\:group-hover\:text-gray-26 {
        color: #efefef;
    }
    .group:hover .x\:group-hover\:text-gray-27 {
        color: #bababa;
    }
    .group:hover .x\:group-hover\:text-blues-5 {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-blues-6 {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-1 {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .group:hover .x\:group-hover\:text-purple-2 {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }
    .x\:focus-within\:text-current:focus-within {
        color: currentColor;
    }
    .x\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blue-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pink-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-10:focus-within {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-11:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-12:focus-within {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-13:focus-within {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-orange-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-orange-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-2:focus-within {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus-within\:text-yellow-5:focus-within {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus-within\:text-orange-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-orange-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-orange-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-black-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pinks-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-pinks-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-skies-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blues-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blues-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blues-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-reds-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-3:focus-within {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-yellow-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-green-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-7:focus-within {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-14:focus-within {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blues-4:focus-within {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-15:focus-within {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-16:focus-within {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-17:focus-within {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-18:focus-within {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-19:focus-within {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-20:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-gray-21:focus-within {
        color: #c5c5c5;
    }
    .x\:focus-within\:text-gray-22:focus-within {
        color: #bfbfbf;
    }
    .x\:focus-within\:text-gray-23:focus-within {
        color: #eee;
    }
    .x\:focus-within\:text-gray-24:focus-within {
        color: #b7b7b7;
    }
    .x\:focus-within\:text-gray-25:focus-within {
        color: #f0f0f0;
    }
    .x\:focus-within\:text-gray-26:focus-within {
        color: #efefef;
    }
    .x\:focus-within\:text-gray-27:focus-within {
        color: #bababa;
    }
    .x\:focus-within\:text-blues-5:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-blues-6:focus-within {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-1:focus-within {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .x\:focus-within\:text-purple-2:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-transparent:hover {
        color: transparent;
    }
    .x\:hover\:text-current:hover {
        color: currentColor;
    }
    .x\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .x\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .x\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-50:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-200:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-400:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-500:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-600:hover {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-700:hover {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-800:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-900:hover {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-50:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-100:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-200:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-300:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-400:hover {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-500:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-600:hover {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-700:hover {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-800:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-900:hover {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-50:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-100:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-200:hover {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-300:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-400:hover {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-500:hover {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-600:hover {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-800:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .x\:hover\:text-blue-900:hover {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .x\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-50:hover {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-100:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-200:hover {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-300:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-400:hover {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-500:hover {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-600:hover {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-700:hover {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-800:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-900:hover {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-50:hover {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-100:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-200:hover {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-300:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-400:hover {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-500:hover {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-600:hover {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-700:hover {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-800:hover {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .x\:hover\:text-pink-900:hover {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-1:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-10:hover {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-11:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-12:hover {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-13:hover {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-2:hover {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-1:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .x\:hover\:text-orange-1:hover {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .x\:hover\:text-orange-2:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-2:hover {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:hover\:text-yellow-5:hover {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:hover\:text-orange-3:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .x\:hover\:text-orange-4:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .x\:hover\:text-orange-5:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-3:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-1:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .x\:hover\:text-black-1:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-4:hover {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .x\:hover\:text-pinks-1:hover {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .x\:hover\:text-pinks-2:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .x\:hover\:text-skies-1:hover {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .x\:hover\:text-blues-1:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .x\:hover\:text-blues-2:hover {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .x\:hover\:text-blues-3:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-1:hover {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-2:hover {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-3:hover {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-4:hover {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-5:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .x\:hover\:text-reds-6:hover {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-5:hover {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-6:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-3:hover {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-2:hover {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-3:hover {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .x\:hover\:text-yellow-4:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-4:hover {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:hover\:text-green-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-7:hover {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-14:hover {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .x\:hover\:text-blues-4:hover {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-15:hover {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-16:hover {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-17:hover {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-18:hover {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-19:hover {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-20:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .x\:hover\:text-gray-21:hover {
        color: #c5c5c5;
    }
    .x\:hover\:text-gray-22:hover {
        color: #bfbfbf;
    }
    .x\:hover\:text-gray-23:hover {
        color: #eee;
    }
    .x\:hover\:text-gray-24:hover {
        color: #b7b7b7;
    }
    .x\:hover\:text-gray-25:hover {
        color: #f0f0f0;
    }
    .x\:hover\:text-gray-26:hover {
        color: #efefef;
    }
    .x\:hover\:text-gray-27:hover {
        color: #bababa;
    }
    .x\:hover\:text-blues-5:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .x\:hover\:text-blues-6:hover {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-1:hover {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .x\:hover\:text-purple-2:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-transparent:focus {
        color: transparent;
    }
    .x\:focus\:text-current:focus {
        color: currentColor;
    }
    .x\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .x\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }
    .x\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-50:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 251, 235, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 243, 199, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-200:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 230, 138, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 211, 77, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-400:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 191, 36, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-500:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 158, 11, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-600:focus {
        --tw-text-opacity: 1;
        color: rgba(217, 119, 6, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-700:focus {
        --tw-text-opacity: 1;
        color: rgba(180, 83, 9, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-800:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 64, 14, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-900:focus {
        --tw-text-opacity: 1;
        color: rgba(120, 53, 15, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-50:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 253, 245, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-100:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 250, 229, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-200:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 243, 208, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-300:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 231, 183, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-400:focus {
        --tw-text-opacity: 1;
        color: rgba(52, 211, 153, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-500:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-600:focus {
        --tw-text-opacity: 1;
        color: rgba(5, 150, 105, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-700:focus {
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-800:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 95, 70, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-900:focus {
        --tw-text-opacity: 1;
        color: rgba(6, 78, 59, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-50:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 246, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-100:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 234, 254, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-200:focus {
        --tw-text-opacity: 1;
        color: rgba(191, 219, 254, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-300:focus {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-400:focus {
        --tw-text-opacity: 1;
        color: rgba(96, 165, 250, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-500:focus {
        --tw-text-opacity: 1;
        color: rgba(59, 130, 246, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-600:focus {
        --tw-text-opacity: 1;
        color: rgba(37, 99, 235, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-700:focus {
        --tw-text-opacity: 1;
        color: rgba(29, 78, 216, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-800:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 64, 175, var(--tw-text-opacity));
    }
    .x\:focus\:text-blue-900:focus {
        --tw-text-opacity: 1;
        color: rgba(30, 58, 138, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }
    .x\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-50:focus {
        --tw-text-opacity: 1;
        color: rgba(245, 243, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-100:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 233, 254, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-200:focus {
        --tw-text-opacity: 1;
        color: rgba(221, 214, 254, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-300:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 181, 253, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-400:focus {
        --tw-text-opacity: 1;
        color: rgba(167, 139, 250, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-500:focus {
        --tw-text-opacity: 1;
        color: rgba(139, 92, 246, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-600:focus {
        --tw-text-opacity: 1;
        color: rgba(124, 58, 237, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-700:focus {
        --tw-text-opacity: 1;
        color: rgba(109, 40, 217, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-800:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 33, 182, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-900:focus {
        --tw-text-opacity: 1;
        color: rgba(76, 29, 149, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-50:focus {
        --tw-text-opacity: 1;
        color: rgba(253, 242, 248, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-100:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 231, 243, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-200:focus {
        --tw-text-opacity: 1;
        color: rgba(251, 207, 232, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-300:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 168, 212, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-400:focus {
        --tw-text-opacity: 1;
        color: rgba(244, 114, 182, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-500:focus {
        --tw-text-opacity: 1;
        color: rgba(236, 72, 153, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-600:focus {
        --tw-text-opacity: 1;
        color: rgba(219, 39, 119, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-700:focus {
        --tw-text-opacity: 1;
        color: rgba(190, 24, 93, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-800:focus {
        --tw-text-opacity: 1;
        color: rgba(157, 23, 77, var(--tw-text-opacity));
    }
    .x\:focus\:text-pink-900:focus {
        --tw-text-opacity: 1;
        color: rgba(131, 24, 67, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-1:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 153, 153, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-10:focus {
        --tw-text-opacity: 1;
        color: rgba(137, 137, 137, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-11:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 243, 243, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-12:focus {
        --tw-text-opacity: 1;
        color: rgba(44, 44, 44, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-13:focus {
        --tw-text-opacity: 1;
        color: rgba(119, 119, 119, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-2:focus {
        --tw-text-opacity: 1;
        color: rgba(223, 223, 223, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-1:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 202, 25, var(--tw-text-opacity));
    }
    .x\:focus\:text-orange-1:focus {
        --tw-text-opacity: 1;
        color: rgba(250, 136, 106, var(--tw-text-opacity));
    }
    .x\:focus\:text-orange-2:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 156, 0, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-2:focus {
        color: rgba(252, 202, 25, 0.65);
    }
    .x\:focus\:text-yellow-5:focus {
        color: rgba(249, 181, 11, 0.1);
    }
    .x\:focus\:text-orange-3:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 165, 18, var(--tw-text-opacity));
    }
    .x\:focus\:text-orange-4:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 241, 220, var(--tw-text-opacity));
    }
    .x\:focus\:text-orange-5:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 108, 46, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-3:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 63, 63, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-1:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 150, 81, var(--tw-text-opacity));
    }
    .x\:focus\:text-black-1:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 71, 71, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-4:focus {
        --tw-text-opacity: 1;
        color: rgba(196, 196, 196, var(--tw-text-opacity));
    }
    .x\:focus\:text-pinks-1:focus {
        --tw-text-opacity: 1;
        color: rgba(222, 170, 179, var(--tw-text-opacity));
    }
    .x\:focus\:text-pinks-2:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 232, 232, var(--tw-text-opacity));
    }
    .x\:focus\:text-skies-1:focus {
        --tw-text-opacity: 1;
        color: rgba(45, 173, 214, var(--tw-text-opacity));
    }
    .x\:focus\:text-blues-1:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 91, 152, var(--tw-text-opacity));
    }
    .x\:focus\:text-blues-2:focus {
        --tw-text-opacity: 1;
        color: rgba(78, 98, 151, var(--tw-text-opacity));
    }
    .x\:focus\:text-blues-3:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 74, 117, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-1:focus {
        --tw-text-opacity: 1;
        color: rgba(197, 51, 30, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-2:focus {
        --tw-text-opacity: 1;
        color: rgba(195, 87, 58, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-3:focus {
        --tw-text-opacity: 1;
        color: rgba(200, 25, 28, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-4:focus {
        --tw-text-opacity: 1;
        color: rgba(149, 52, 38, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-5:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 27, 77, var(--tw-text-opacity));
    }
    .x\:focus\:text-reds-6:focus {
        --tw-text-opacity: 1;
        color: rgba(228, 49, 71, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-5:focus {
        --tw-text-opacity: 1;
        color: rgba(203, 203, 203, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-6:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 229, 229, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-3:focus {
        --tw-text-opacity: 1;
        color: rgba(182, 150, 101, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-2:focus {
        --tw-text-opacity: 1;
        color: rgba(235, 249, 241, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-3:focus {
        --tw-text-opacity: 1;
        color: rgba(51, 193, 114, var(--tw-text-opacity));
    }
    .x\:focus\:text-yellow-4:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 248, 231, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-4:focus {
        --tw-text-opacity: 1;
        color: rgba(16, 185, 129, var(--tw-text-opacity));
    }
    .x\:focus\:text-green-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 177, 79, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-7:focus {
        --tw-text-opacity: 1;
        color: rgba(130, 130, 130, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-14:focus {
        --tw-text-opacity: 1;
        color: rgba(176, 176, 176, var(--tw-text-opacity));
    }
    .x\:focus\:text-blues-4:focus {
        --tw-text-opacity: 1;
        color: rgba(64, 64, 163, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-15:focus {
        --tw-text-opacity: 1;
        color: rgba(62, 62, 62, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-16:focus {
        --tw-text-opacity: 1;
        color: rgba(80, 80, 80, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-17:focus {
        --tw-text-opacity: 1;
        color: rgba(241, 241, 241, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-18:focus {
        --tw-text-opacity: 1;
        color: rgba(146, 146, 146, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-19:focus {
        --tw-text-opacity: 1;
        color: rgba(188, 188, 188, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-20:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 249, 249, var(--tw-text-opacity));
    }
    .x\:focus\:text-gray-21:focus {
        color: #c5c5c5;
    }
    .x\:focus\:text-gray-22:focus {
        color: #bfbfbf;
    }
    .x\:focus\:text-gray-23:focus {
        color: #eee;
    }
    .x\:focus\:text-gray-24:focus {
        color: #b7b7b7;
    }
    .x\:focus\:text-gray-25:focus {
        color: #f0f0f0;
    }
    .x\:focus\:text-gray-26:focus {
        color: #efefef;
    }
    .x\:focus\:text-gray-27:focus {
        color: #bababa;
    }
    .x\:focus\:text-blues-5:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 96, 169, var(--tw-text-opacity));
    }
    .x\:focus\:text-blues-6:focus {
        --tw-text-opacity: 1;
        color: rgba(233, 242, 249, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-1:focus {
        --tw-text-opacity: 1;
        color: rgba(151, 71, 255, var(--tw-text-opacity));
    }
    .x\:focus\:text-purple-2:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 242, 255, var(--tw-text-opacity));
    }
    .x\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .x\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .x\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .x\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .x\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .x\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .x\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .x\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .x\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .x\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .x\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .x\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .x\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .x\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .x\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .group:hover .x\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }
    .group:hover .x\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }
    .group:hover .x\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }
    .group:hover .x\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }
    .group:hover .x\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }
    .group:hover .x\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }
    .group:hover .x\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }
    .group:hover .x\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }
    .group:hover .x\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }
    .group:hover .x\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }
    .group:hover .x\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }
    .group:hover .x\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }
    .group:hover .x\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }
    .group:hover .x\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }
    .group:hover .x\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }
    .x\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }
    .x\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }
    .x\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }
    .x\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }
    .x\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }
    .x\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }
    .x\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }
    .x\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }
    .x\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }
    .x\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }
    .x\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }
    .x\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }
    .x\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }
    .x\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }
    .x\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }
    .x\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }
    .x\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }
    .x\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }
    .x\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }
    .x\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }
    .x\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }
    .x\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }
    .x\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }
    .x\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }
    .x\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }
    .x\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }
    .x\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }
    .x\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }
    .x\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }
    .x\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }
    .x\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }
    .x\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }
    .x\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }
    .x\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }
    .x\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }
    .x\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }
    .x\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }
    .x\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }
    .x\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }
    .x\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }
    .x\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }
    .x\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }
    .x\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }
    .x\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }
    .x\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }
    .x\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .x\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
    .x\:overflow-clip {
        text-overflow: clip;
    }
    .x\:italic {
        font-style: italic;
    }
    .x\:not-italic {
        font-style: normal;
    }
    .x\:uppercase {
        text-transform: uppercase;
    }
    .x\:lowercase {
        text-transform: lowercase;
    }
    .x\:capitalize {
        text-transform: capitalize;
    }
    .x\:normal-case {
        text-transform: none;
    }
    .x\:underline {
        text-decoration: underline;
    }
    .x\:line-through {
        text-decoration: line-through;
    }
    .x\:no-underline {
        text-decoration: none;
    }
    .group:hover .x\:group-hover\:underline {
        text-decoration: underline;
    }
    .group:hover .x\:group-hover\:line-through {
        text-decoration: line-through;
    }
    .group:hover .x\:group-hover\:no-underline {
        text-decoration: none;
    }
    .x\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }
    .x\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }
    .x\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }
    .x\:hover\:underline:hover {
        text-decoration: underline;
    }
    .x\:hover\:line-through:hover {
        text-decoration: line-through;
    }
    .x\:hover\:no-underline:hover {
        text-decoration: none;
    }
    .x\:focus\:underline:focus {
        text-decoration: underline;
    }
    .x\:focus\:line-through:focus {
        text-decoration: line-through;
    }
    .x\:focus\:no-underline:focus {
        text-decoration: none;
    }
    .x\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .x\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }
    .x\:diagonal-fractions,
    .x\:lining-nums,
    .x\:oldstyle-nums,
    .x\:ordinal,
    .x\:proportional-nums,
    .x\:slashed-zero,
    .x\:stacked-fractions,
    .x\:tabular-nums {
        --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);
    }
    .x\:normal-nums {
        font-variant-numeric: normal;
    }
    .x\:ordinal {
        --tw-ordinal: ordinal;
    }
    .x\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }
    .x\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }
    .x\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }
    .x\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }
    .x\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }
    .x\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }
    .x\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }
    .x\:tracking-tighter {
        letter-spacing: -0.05em;
    }
    .x\:tracking-tight {
        letter-spacing: -0.025em;
    }
    .x\:tracking-normal {
        letter-spacing: 0;
    }
    .x\:tracking-wide {
        letter-spacing: 0.025em;
    }
    .x\:tracking-wider {
        letter-spacing: 0.05em;
    }
    .x\:tracking-widest {
        letter-spacing: 0.1em;
    }
    .x\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .x\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }
    .x\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }
    .x\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        user-select: auto;
    }
    .x\:align-baseline {
        vertical-align: baseline;
    }
    .x\:align-top {
        vertical-align: top;
    }
    .x\:align-middle {
        vertical-align: middle;
    }
    .x\:align-bottom {
        vertical-align: bottom;
    }
    .x\:align-text-top {
        vertical-align: text-top;
    }
    .x\:align-text-bottom {
        vertical-align: text-bottom;
    }
    .x\:visible {
        visibility: visible;
    }
    .x\:invisible {
        visibility: hidden;
    }
    .x\:whitespace-normal {
        white-space: normal;
    }
    .x\:whitespace-nowrap {
        white-space: nowrap;
    }
    .x\:whitespace-pre {
        white-space: pre;
    }
    .x\:whitespace-pre-line {
        white-space: pre-line;
    }
    .x\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }
    .x\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
    .x\:break-words {
        overflow-wrap: break-word;
    }
    .x\:break-all {
        word-break: break-all;
    }
    .x\:w-0 {
        width: 0;
    }
    .x\:w-1 {
        width: 0.25rem;
    }
    .x\:w-2 {
        width: 0.5rem;
    }
    .x\:w-3 {
        width: 0.75rem;
    }
    .x\:w-4 {
        width: 1rem;
    }
    .x\:w-5 {
        width: 1.25rem;
    }
    .x\:w-6 {
        width: 1.5rem;
    }
    .x\:w-7 {
        width: 1.75rem;
    }
    .x\:w-8 {
        width: 2rem;
    }
    .x\:w-9 {
        width: 2.25rem;
    }
    .x\:w-10 {
        width: 2.5rem;
    }
    .x\:w-11 {
        width: 2.75rem;
    }
    .x\:w-12 {
        width: 3rem;
    }
    .x\:w-14 {
        width: 3.5rem;
    }
    .x\:w-16 {
        width: 4rem;
    }
    .x\:w-20 {
        width: 5rem;
    }
    .x\:w-23 {
        width: 88px;
    }
    .x\:w-24 {
        width: 6rem;
    }
    .x\:w-25 {
        width: 100px;
    }
    .x\:w-28 {
        width: 7rem;
    }
    .x\:w-29 {
        width: 120px;
    }
    .x\:w-32 {
        width: 8rem;
    }
    .x\:w-33 {
        width: 130px;
    }
    .x\:w-36 {
        width: 9rem;
    }
    .x\:w-40 {
        width: 10rem;
    }
    .x\:w-44 {
        width: 11rem;
    }
    .x\:w-48 {
        width: 12rem;
    }
    .x\:w-52 {
        width: 13rem;
    }
    .x\:w-56 {
        width: 14rem;
    }
    .x\:w-60 {
        width: 15rem;
    }
    .x\:w-63 {
        width: 270px;
    }
    .x\:w-64 {
        width: 16rem;
    }
    .x\:w-72 {
        width: 18rem;
    }
    .x\:w-80 {
        width: 20rem;
    }
    .x\:w-92 {
        width: 475px;
    }
    .x\:w-96 {
        width: 24rem;
    }
    .x\:w-128 {
        width: 32rem;
    }
    .x\:w-auto {
        width: auto;
    }
    .x\:w-px {
        width: 1px;
    }
    .x\:w-0\.5 {
        width: 0.125rem;
    }
    .x\:w-1\.5 {
        width: 0.375rem;
    }
    .x\:w-2\.5 {
        width: 0.625rem;
    }
    .x\:w-3\.5 {
        width: 0.875rem;
    }
    .x\:w-105p {
        width: 105px;
    }
    .x\:w-50p {
        width: 50px;
    }
    .x\:w-54p {
        width: 54px;
    }
    .x\:w-1p {
        width: 1px;
    }
    .x\:w-2p {
        width: 2px;
    }
    .x\:w-3p {
        width: 3px;
    }
    .x\:w-5p {
        width: 5px;
    }
    .x\:w-7p {
        width: 7px;
    }
    .x\:w-9p {
        width: 9px;
    }
    .x\:w-10p {
        width: 10px;
    }
    .x\:w-11p {
        width: 11px;
    }
    .x\:w-13p {
        width: 13px;
    }
    .x\:w-15p {
        width: 15px;
    }
    .x\:w-18p {
        width: 18px;
    }
    .x\:w-19p {
        width: 19px;
    }
    .x\:w-21p {
        width: 21px;
    }
    .x\:w-22p {
        width: 22px;
    }
    .x\:w-23p {
        width: 23px;
    }
    .x\:w-25p {
        width: 25px;
    }
    .x\:w-26p {
        width: 26px;
    }
    .x\:w-29p {
        width: 29px;
    }
    .x\:w-30p {
        width: 30px;
    }
    .x\:w-31p {
        width: 31px;
    }
    .x\:w-35p {
        width: 35px;
    }
    .x\:w-52p {
        width: 52px;
    }
    .x\:w-53p {
        width: 53px;
    }
    .x\:w-55p {
        width: 55px;
    }
    .x\:w-59p {
        width: 59px;
    }
    .x\:w-27p {
        width: 27px;
    }
    .x\:w-33\.5p {
        width: 33.5px;
    }
    .x\:w-38p {
        width: 38px;
    }
    .x\:w-40p {
        width: 40px;
    }
    .x\:w-46p {
        width: 46px;
    }
    .x\:w-47p {
        width: 47px;
    }
    .x\:w-49p {
        width: 49px;
    }
    .x\:w-58p {
        width: 58px;
    }
    .x\:w-75p {
        width: 75px;
    }
    .x\:w-77p {
        width: 77px;
    }
    .x\:w-60p {
        width: 60px;
    }
    .x\:w-65p {
        width: 65px;
    }
    .x\:w-66p {
        width: 66px;
    }
    .x\:w-68p {
        width: 68px;
    }
    .x\:w-70p {
        width: 70px;
    }
    .x\:w-72p {
        width: 72px;
    }
    .x\:w-74p {
        width: 74px;
    }
    .x\:w-78p {
        width: 78px;
    }
    .x\:w-80p {
        width: 80px;
    }
    .x\:w-82p {
        width: 82px;
    }
    .x\:w-84p {
        width: 84px;
    }
    .x\:w-89p {
        width: 89px;
    }
    .x\:w-93p {
        width: 93px;
    }
    .x\:w-90p {
        width: 90px;
    }
    .x\:w-97p {
        width: 97px;
    }
    .x\:w-103p {
        width: 103px;
    }
    .x\:w-116p {
        width: 116px;
    }
    .x\:w-120p {
        width: 120px;
    }
    .x\:w-125p {
        width: 125px;
    }
    .x\:w-130p {
        width: 130px;
    }
    .x\:w-135p {
        width: 135px;
    }
    .x\:w-132p {
        width: 132px;
    }
    .x\:w-150p {
        width: 150px;
    }
    .x\:w-216p {
        width: 216px;
    }
    .x\:w-225p {
        width: 225px;
    }
    .x\:w-296p {
        width: 296px;
    }
    .x\:w-270p {
        width: 270px;
    }
    .x\:w-137p {
        width: 137px;
    }
    .x\:w-141p {
        width: 141px;
    }
    .x\:w-146p {
        width: 146px;
    }
    .x\:w-152p {
        width: 152px;
    }
    .x\:w-155p {
        width: 155px;
    }
    .x\:w-163p {
        width: 163px;
    }
    .x\:w-168p {
        width: 168px;
    }
    .x\:w-173p {
        width: 173px;
    }
    .x\:w-210p {
        width: 210px;
    }
    .x\:w-245p {
        width: 245px;
    }
    .x\:w-250p {
        width: 250px;
    }
    .x\:w-260p {
        width: 260px;
    }
    .x\:w-263p {
        width: 263px;
    }
    .x\:w-266p {
        width: 266px;
    }
    .x\:w-275p {
        width: 275px;
    }
    .x\:w-300p {
        width: 300px;
    }
    .x\:w-312p {
        width: 312px;
    }
    .x\:w-318p {
        width: 318px;
    }
    .x\:w-322p {
        width: 322px;
    }
    .x\:w-337p {
        width: 337px;
    }
    .x\:w-345p {
        width: 345px;
    }
    .x\:w-344p {
        width: 344px;
    }
    .x\:w-354p {
        width: 354px;
    }
    .x\:w-364p {
        width: 364px;
    }
    .x\:w-370p {
        width: 370px;
    }
    .x\:w-382p {
        width: 382px;
    }
    .x\:w-385p {
        width: 385px;
    }
    .x\:w-400p {
        width: 400px;
    }
    .x\:w-407p {
        width: 407px;
    }
    .x\:w-411p {
        width: 411px;
    }
    .x\:w-418p {
        width: 418px;
    }
    .x\:w-430p {
        width: 430px;
    }
    .x\:w-450p {
        width: 450px;
    }
    .x\:w-468p {
        width: 468px;
    }
    .x\:w-485p {
        width: 485px;
    }
    .x\:w-491p {
        width: 491px;
    }
    .x\:w-494p {
        width: 494px;
    }
    .x\:w-470p {
        width: 470px;
    }
    .x\:w-480p {
        width: 480px;
    }
    .x\:w-532p {
        width: 532px;
    }
    .x\:w-556p {
        width: 556px;
    }
    .x\:w-505p {
        width: 505px;
    }
    .x\:w-1179p {
        width: 1179px;
    }
    .x\:w-1253p {
        width: 1253px;
    }
    .x\:w-1575p {
        width: 1575px;
    }
    .x\:w-600p {
        width: 600px;
    }
    .x\:w-649p {
        width: 649px;
    }
    .x\:w-690p {
        width: 690px;
    }
    .x\:w-19\% {
        width: 19%;
    }
    .x\:w-23\% {
        width: 23%;
    }
    .x\:w-24\% {
        width: 24%;
    }
    .x\:w-36\% {
        width: 36%;
    }
    .x\:w-27\% {
        width: 27%;
    }
    .x\:w-28\% {
        width: 28%;
    }
    .x\:w-42\% {
        width: 42%;
    }
    .x\:w-46\% {
        width: 46%;
    }
    .x\:w-49\% {
        width: 49%;
    }
    .x\:w-54\% {
        width: 54%;
    }
    .x\:w-58\% {
        width: 58%;
    }
    .x\:w-72\% {
        width: 72%;
    }
    .x\:w-76\% {
        width: 76%;
    }
    .x\:w-77\% {
        width: 77%;
    }
    .x\:w-340p {
        width: 340px;
    }
    .x\:w-700p {
        width: 700px;
    }
    .x\:w-848p {
        width: 848px;
    }
    .x\:w-850p {
        width: 850px;
    }
    .x\:w-860p {
        width: 860px;
    }
    .x\:w-1425p {
        width: 1425px;
    }
    .x\:w-1\/2 {
        width: 50%;
    }
    .x\:w-1\/3 {
        width: 33.333333%;
    }
    .x\:w-2\/3 {
        width: 66.666667%;
    }
    .x\:w-1\/4 {
        width: 25%;
    }
    .x\:w-2\/4 {
        width: 50%;
    }
    .x\:w-3\/4 {
        width: 75%;
    }
    .x\:w-1\/5 {
        width: 20%;
    }
    .x\:w-2\/5 {
        width: 40%;
    }
    .x\:w-3\/5 {
        width: 60%;
    }
    .x\:w-4\/5 {
        width: 80%;
    }
    .x\:w-1\/6 {
        width: 16.666667%;
    }
    .x\:w-2\/6 {
        width: 33.333333%;
    }
    .x\:w-3\/6 {
        width: 50%;
    }
    .x\:w-4\/6 {
        width: 66.666667%;
    }
    .x\:w-5\/6 {
        width: 83.333333%;
    }
    .x\:w-1\/12 {
        width: 8.333333%;
    }
    .x\:w-2\/12 {
        width: 16.666667%;
    }
    .x\:w-3\/12 {
        width: 25%;
    }
    .x\:w-4\/12 {
        width: 33.333333%;
    }
    .x\:w-5\/12 {
        width: 41.666667%;
    }
    .x\:w-6\/12 {
        width: 50%;
    }
    .x\:w-7\/12 {
        width: 58.333333%;
    }
    .x\:w-8\/12 {
        width: 66.666667%;
    }
    .x\:w-9\/12 {
        width: 75%;
    }
    .x\:w-10\/12 {
        width: 83.333333%;
    }
    .x\:w-11\/12 {
        width: 91.666667%;
    }
    .x\:w-full {
        width: 100%;
    }
    .x\:w-screen {
        width: 100vw;
    }
    .x\:w-min {
        width: -moz-min-content;
        width: min-content;
    }
    .x\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .x\:z-0 {
        z-index: 0;
    }
    .x\:z-10 {
        z-index: 10;
    }
    .x\:z-20 {
        z-index: 20;
    }
    .x\:z-30 {
        z-index: 30;
    }
    .x\:z-40 {
        z-index: 40;
    }
    .x\:z-50 {
        z-index: 50;
    }
    .x\:z-auto {
        z-index: auto;
    }
    .x\:z-ng {
        z-index: -1;
    }
    .x\:focus-within\:z-0:focus-within {
        z-index: 0;
    }
    .x\:focus-within\:z-10:focus-within {
        z-index: 10;
    }
    .x\:focus-within\:z-20:focus-within {
        z-index: 20;
    }
    .x\:focus-within\:z-30:focus-within {
        z-index: 30;
    }
    .x\:focus-within\:z-40:focus-within {
        z-index: 40;
    }
    .x\:focus-within\:z-50:focus-within {
        z-index: 50;
    }
    .x\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }
    .x\:focus-within\:z-ng:focus-within {
        z-index: -1;
    }
    .x\:focus\:z-0:focus {
        z-index: 0;
    }
    .x\:focus\:z-10:focus {
        z-index: 10;
    }
    .x\:focus\:z-20:focus {
        z-index: 20;
    }
    .x\:focus\:z-30:focus {
        z-index: 30;
    }
    .x\:focus\:z-40:focus {
        z-index: 40;
    }
    .x\:focus\:z-50:focus {
        z-index: 50;
    }
    .x\:focus\:z-auto:focus {
        z-index: auto;
    }
    .x\:focus\:z-ng:focus {
        z-index: -1;
    }
    .x\:gap-0 {
        gap: 0;
    }
    .x\:gap-1 {
        gap: 0.25rem;
    }
    .x\:gap-2 {
        gap: 0.5rem;
    }
    .x\:gap-3 {
        gap: 0.75rem;
    }
    .x\:gap-4 {
        gap: 1rem;
    }
    .x\:gap-5 {
        gap: 1.25rem;
    }
    .x\:gap-6 {
        gap: 1.5rem;
    }
    .x\:gap-7 {
        gap: 1.75rem;
    }
    .x\:gap-8 {
        gap: 2rem;
    }
    .x\:gap-9 {
        gap: 2.25rem;
    }
    .x\:gap-10 {
        gap: 2.5rem;
    }
    .x\:gap-11 {
        gap: 2.75rem;
    }
    .x\:gap-12 {
        gap: 3rem;
    }
    .x\:gap-14 {
        gap: 3.5rem;
    }
    .x\:gap-16 {
        gap: 4rem;
    }
    .x\:gap-20 {
        gap: 5rem;
    }
    .x\:gap-23 {
        gap: 88px;
    }
    .x\:gap-24 {
        gap: 6rem;
    }
    .x\:gap-25 {
        gap: 100px;
    }
    .x\:gap-28 {
        gap: 7rem;
    }
    .x\:gap-29 {
        gap: 120px;
    }
    .x\:gap-32 {
        gap: 8rem;
    }
    .x\:gap-33 {
        gap: 130px;
    }
    .x\:gap-36 {
        gap: 9rem;
    }
    .x\:gap-40 {
        gap: 10rem;
    }
    .x\:gap-44 {
        gap: 11rem;
    }
    .x\:gap-48 {
        gap: 12rem;
    }
    .x\:gap-52 {
        gap: 13rem;
    }
    .x\:gap-56 {
        gap: 14rem;
    }
    .x\:gap-60 {
        gap: 15rem;
    }
    .x\:gap-63 {
        gap: 270px;
    }
    .x\:gap-64 {
        gap: 16rem;
    }
    .x\:gap-72 {
        gap: 18rem;
    }
    .x\:gap-80 {
        gap: 20rem;
    }
    .x\:gap-92 {
        gap: 475px;
    }
    .x\:gap-96 {
        gap: 24rem;
    }
    .x\:gap-128 {
        gap: 32rem;
    }
    .x\:gap-px {
        gap: 1px;
    }
    .x\:gap-0\.5 {
        gap: 0.125rem;
    }
    .x\:gap-1\.5 {
        gap: 0.375rem;
    }
    .x\:gap-2\.5 {
        gap: 0.625rem;
    }
    .x\:gap-3\.5 {
        gap: 0.875rem;
    }
    .x\:gap-105p {
        gap: 105px;
    }
    .x\:gap-50p {
        gap: 50px;
    }
    .x\:gap-54p {
        gap: 54px;
    }
    .x\:gap-1p {
        gap: 1px;
    }
    .x\:gap-2p {
        gap: 2px;
    }
    .x\:gap-3p {
        gap: 3px;
    }
    .x\:gap-5p {
        gap: 5px;
    }
    .x\:gap-7p {
        gap: 7px;
    }
    .x\:gap-9p {
        gap: 9px;
    }
    .x\:gap-10p {
        gap: 10px;
    }
    .x\:gap-11p {
        gap: 11px;
    }
    .x\:gap-13p {
        gap: 13px;
    }
    .x\:gap-15p {
        gap: 15px;
    }
    .x\:gap-18p {
        gap: 18px;
    }
    .x\:gap-19p {
        gap: 19px;
    }
    .x\:gap-21p {
        gap: 21px;
    }
    .x\:gap-22p {
        gap: 22px;
    }
    .x\:gap-23p {
        gap: 23px;
    }
    .x\:gap-25p {
        gap: 25px;
    }
    .x\:gap-26p {
        gap: 26px;
    }
    .x\:gap-29p {
        gap: 29px;
    }
    .x\:gap-30p {
        gap: 30px;
    }
    .x\:gap-31p {
        gap: 31px;
    }
    .x\:gap-35p {
        gap: 35px;
    }
    .x\:gap-52p {
        gap: 52px;
    }
    .x\:gap-53p {
        gap: 53px;
    }
    .x\:gap-55p {
        gap: 55px;
    }
    .x\:gap-59p {
        gap: 59px;
    }
    .x\:gap-27p {
        gap: 27px;
    }
    .x\:gap-33\.5p {
        gap: 33.5px;
    }
    .x\:gap-38p {
        gap: 38px;
    }
    .x\:gap-40p {
        gap: 40px;
    }
    .x\:gap-46p {
        gap: 46px;
    }
    .x\:gap-47p {
        gap: 47px;
    }
    .x\:gap-49p {
        gap: 49px;
    }
    .x\:gap-58p {
        gap: 58px;
    }
    .x\:gap-75p {
        gap: 75px;
    }
    .x\:gap-77p {
        gap: 77px;
    }
    .x\:gap-60p {
        gap: 60px;
    }
    .x\:gap-65p {
        gap: 65px;
    }
    .x\:gap-66p {
        gap: 66px;
    }
    .x\:gap-68p {
        gap: 68px;
    }
    .x\:gap-70p {
        gap: 70px;
    }
    .x\:gap-72p {
        gap: 72px;
    }
    .x\:gap-74p {
        gap: 74px;
    }
    .x\:gap-78p {
        gap: 78px;
    }
    .x\:gap-80p {
        gap: 80px;
    }
    .x\:gap-82p {
        gap: 82px;
    }
    .x\:gap-84p {
        gap: 84px;
    }
    .x\:gap-89p {
        gap: 89px;
    }
    .x\:gap-93p {
        gap: 93px;
    }
    .x\:gap-90p {
        gap: 90px;
    }
    .x\:gap-97p {
        gap: 97px;
    }
    .x\:gap-103p {
        gap: 103px;
    }
    .x\:gap-116p {
        gap: 116px;
    }
    .x\:gap-120p {
        gap: 120px;
    }
    .x\:gap-125p {
        gap: 125px;
    }
    .x\:gap-130p {
        gap: 130px;
    }
    .x\:gap-135p {
        gap: 135px;
    }
    .x\:gap-132p {
        gap: 132px;
    }
    .x\:gap-150p {
        gap: 150px;
    }
    .x\:gap-216p {
        gap: 216px;
    }
    .x\:gap-225p {
        gap: 225px;
    }
    .x\:gap-296p {
        gap: 296px;
    }
    .x\:gap-270p {
        gap: 270px;
    }
    .x\:gap-137p {
        gap: 137px;
    }
    .x\:gap-141p {
        gap: 141px;
    }
    .x\:gap-146p {
        gap: 146px;
    }
    .x\:gap-152p {
        gap: 152px;
    }
    .x\:gap-155p {
        gap: 155px;
    }
    .x\:gap-163p {
        gap: 163px;
    }
    .x\:gap-168p {
        gap: 168px;
    }
    .x\:gap-173p {
        gap: 173px;
    }
    .x\:gap-210p {
        gap: 210px;
    }
    .x\:gap-245p {
        gap: 245px;
    }
    .x\:gap-250p {
        gap: 250px;
    }
    .x\:gap-260p {
        gap: 260px;
    }
    .x\:gap-263p {
        gap: 263px;
    }
    .x\:gap-266p {
        gap: 266px;
    }
    .x\:gap-275p {
        gap: 275px;
    }
    .x\:gap-300p {
        gap: 300px;
    }
    .x\:gap-312p {
        gap: 312px;
    }
    .x\:gap-318p {
        gap: 318px;
    }
    .x\:gap-322p {
        gap: 322px;
    }
    .x\:gap-337p {
        gap: 337px;
    }
    .x\:gap-345p {
        gap: 345px;
    }
    .x\:gap-344p {
        gap: 344px;
    }
    .x\:gap-354p {
        gap: 354px;
    }
    .x\:gap-364p {
        gap: 364px;
    }
    .x\:gap-370p {
        gap: 370px;
    }
    .x\:gap-382p {
        gap: 382px;
    }
    .x\:gap-385p {
        gap: 385px;
    }
    .x\:gap-400p {
        gap: 400px;
    }
    .x\:gap-407p {
        gap: 407px;
    }
    .x\:gap-411p {
        gap: 411px;
    }
    .x\:gap-418p {
        gap: 418px;
    }
    .x\:gap-430p {
        gap: 430px;
    }
    .x\:gap-450p {
        gap: 450px;
    }
    .x\:gap-468p {
        gap: 468px;
    }
    .x\:gap-485p {
        gap: 485px;
    }
    .x\:gap-491p {
        gap: 491px;
    }
    .x\:gap-494p {
        gap: 494px;
    }
    .x\:gap-470p {
        gap: 470px;
    }
    .x\:gap-480p {
        gap: 480px;
    }
    .x\:gap-532p {
        gap: 532px;
    }
    .x\:gap-556p {
        gap: 556px;
    }
    .x\:gap-505p {
        gap: 505px;
    }
    .x\:gap-1179p {
        gap: 1179px;
    }
    .x\:gap-1253p {
        gap: 1253px;
    }
    .x\:gap-1575p {
        gap: 1575px;
    }
    .x\:gap-600p {
        gap: 600px;
    }
    .x\:gap-649p {
        gap: 649px;
    }
    .x\:gap-690p {
        gap: 690px;
    }
    .x\:gap-19\% {
        gap: 19%;
    }
    .x\:gap-23\% {
        gap: 23%;
    }
    .x\:gap-24\% {
        gap: 24%;
    }
    .x\:gap-36\% {
        gap: 36%;
    }
    .x\:gap-27\% {
        gap: 27%;
    }
    .x\:gap-28\% {
        gap: 28%;
    }
    .x\:gap-42\% {
        gap: 42%;
    }
    .x\:gap-46\% {
        gap: 46%;
    }
    .x\:gap-49\% {
        gap: 49%;
    }
    .x\:gap-54\% {
        gap: 54%;
    }
    .x\:gap-58\% {
        gap: 58%;
    }
    .x\:gap-72\% {
        gap: 72%;
    }
    .x\:gap-76\% {
        gap: 76%;
    }
    .x\:gap-77\% {
        gap: 77%;
    }
    .x\:gap-340p {
        gap: 340px;
    }
    .x\:gap-700p {
        gap: 700px;
    }
    .x\:gap-848p {
        gap: 848px;
    }
    .x\:gap-850p {
        gap: 850px;
    }
    .x\:gap-860p {
        gap: 860px;
    }
    .x\:gap-1425p {
        gap: 1425px;
    }
    .x\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .x\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    .x\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .x\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .x\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    .x\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .x\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    .x\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
    .x\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .x\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }
    .x\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .x\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }
    .x\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .x\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .x\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    .x\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
    .x\:gap-x-23 {
        -moz-column-gap: 88px;
        column-gap: 88px;
    }
    .x\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
    .x\:gap-x-25 {
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .x\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
    .x\:gap-x-29 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .x\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }
    .x\:gap-x-33 {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .x\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }
    .x\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
    .x\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }
    .x\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }
    .x\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }
    .x\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }
    .x\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }
    .x\:gap-x-63 {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .x\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }
    .x\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }
    .x\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }
    .x\:gap-x-92 {
        -moz-column-gap: 475px;
        column-gap: 475px;
    }
    .x\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }
    .x\:gap-x-128 {
        -moz-column-gap: 32rem;
        column-gap: 32rem;
    }
    .x\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .x\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }
    .x\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
    .x\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }
    .x\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }
    .x\:gap-x-105p {
        -moz-column-gap: 105px;
        column-gap: 105px;
    }
    .x\:gap-x-50p {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .x\:gap-x-54p {
        -moz-column-gap: 54px;
        column-gap: 54px;
    }
    .x\:gap-x-1p {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }
    .x\:gap-x-2p {
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    .x\:gap-x-3p {
        -moz-column-gap: 3px;
        column-gap: 3px;
    }
    .x\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .x\:gap-x-7p {
        -moz-column-gap: 7px;
        column-gap: 7px;
    }
    .x\:gap-x-9p {
        -moz-column-gap: 9px;
        column-gap: 9px;
    }
    .x\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .x\:gap-x-11p {
        -moz-column-gap: 11px;
        column-gap: 11px;
    }
    .x\:gap-x-13p {
        -moz-column-gap: 13px;
        column-gap: 13px;
    }
    .x\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .x\:gap-x-18p {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
    .x\:gap-x-19p {
        -moz-column-gap: 19px;
        column-gap: 19px;
    }
    .x\:gap-x-21p {
        -moz-column-gap: 21px;
        column-gap: 21px;
    }
    .x\:gap-x-22p {
        -moz-column-gap: 22px;
        column-gap: 22px;
    }
    .x\:gap-x-23p {
        -moz-column-gap: 23px;
        column-gap: 23px;
    }
    .x\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .x\:gap-x-26p {
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .x\:gap-x-29p {
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .x\:gap-x-30p {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .x\:gap-x-31p {
        -moz-column-gap: 31px;
        column-gap: 31px;
    }
    .x\:gap-x-35p {
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .x\:gap-x-52p {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }
    .x\:gap-x-53p {
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
    .x\:gap-x-55p {
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .x\:gap-x-59p {
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .x\:gap-x-27p {
        -moz-column-gap: 27px;
        column-gap: 27px;
    }
    .x\:gap-x-33\.5p {
        -moz-column-gap: 33.5px;
        column-gap: 33.5px;
    }
    .x\:gap-x-38p {
        -moz-column-gap: 38px;
        column-gap: 38px;
    }
    .x\:gap-x-40p {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .x\:gap-x-46p {
        -moz-column-gap: 46px;
        column-gap: 46px;
    }
    .x\:gap-x-47p {
        -moz-column-gap: 47px;
        column-gap: 47px;
    }
    .x\:gap-x-49p {
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .x\:gap-x-58p {
        -moz-column-gap: 58px;
        column-gap: 58px;
    }
    .x\:gap-x-75p {
        -moz-column-gap: 75px;
        column-gap: 75px;
    }
    .x\:gap-x-77p {
        -moz-column-gap: 77px;
        column-gap: 77px;
    }
    .x\:gap-x-60p {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .x\:gap-x-65p {
        -moz-column-gap: 65px;
        column-gap: 65px;
    }
    .x\:gap-x-66p {
        -moz-column-gap: 66px;
        column-gap: 66px;
    }
    .x\:gap-x-68p {
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
    .x\:gap-x-70p {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
    .x\:gap-x-72p {
        -moz-column-gap: 72px;
        column-gap: 72px;
    }
    .x\:gap-x-74p {
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
    .x\:gap-x-78p {
        -moz-column-gap: 78px;
        column-gap: 78px;
    }
    .x\:gap-x-80p {
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
    .x\:gap-x-82p {
        -moz-column-gap: 82px;
        column-gap: 82px;
    }
    .x\:gap-x-84p {
        -moz-column-gap: 84px;
        column-gap: 84px;
    }
    .x\:gap-x-89p {
        -moz-column-gap: 89px;
        column-gap: 89px;
    }
    .x\:gap-x-93p {
        -moz-column-gap: 93px;
        column-gap: 93px;
    }
    .x\:gap-x-90p {
        -moz-column-gap: 90px;
        column-gap: 90px;
    }
    .x\:gap-x-97p {
        -moz-column-gap: 97px;
        column-gap: 97px;
    }
    .x\:gap-x-103p {
        -moz-column-gap: 103px;
        column-gap: 103px;
    }
    .x\:gap-x-116p {
        -moz-column-gap: 116px;
        column-gap: 116px;
    }
    .x\:gap-x-120p {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }
    .x\:gap-x-125p {
        -moz-column-gap: 125px;
        column-gap: 125px;
    }
    .x\:gap-x-130p {
        -moz-column-gap: 130px;
        column-gap: 130px;
    }
    .x\:gap-x-135p {
        -moz-column-gap: 135px;
        column-gap: 135px;
    }
    .x\:gap-x-132p {
        -moz-column-gap: 132px;
        column-gap: 132px;
    }
    .x\:gap-x-150p {
        -moz-column-gap: 150px;
        column-gap: 150px;
    }
    .x\:gap-x-216p {
        -moz-column-gap: 216px;
        column-gap: 216px;
    }
    .x\:gap-x-225p {
        -moz-column-gap: 225px;
        column-gap: 225px;
    }
    .x\:gap-x-296p {
        -moz-column-gap: 296px;
        column-gap: 296px;
    }
    .x\:gap-x-270p {
        -moz-column-gap: 270px;
        column-gap: 270px;
    }
    .x\:gap-x-137p {
        -moz-column-gap: 137px;
        column-gap: 137px;
    }
    .x\:gap-x-141p {
        -moz-column-gap: 141px;
        column-gap: 141px;
    }
    .x\:gap-x-146p {
        -moz-column-gap: 146px;
        column-gap: 146px;
    }
    .x\:gap-x-152p {
        -moz-column-gap: 152px;
        column-gap: 152px;
    }
    .x\:gap-x-155p {
        -moz-column-gap: 155px;
        column-gap: 155px;
    }
    .x\:gap-x-163p {
        -moz-column-gap: 163px;
        column-gap: 163px;
    }
    .x\:gap-x-168p {
        -moz-column-gap: 168px;
        column-gap: 168px;
    }
    .x\:gap-x-173p {
        -moz-column-gap: 173px;
        column-gap: 173px;
    }
    .x\:gap-x-210p {
        -moz-column-gap: 210px;
        column-gap: 210px;
    }
    .x\:gap-x-245p {
        -moz-column-gap: 245px;
        column-gap: 245px;
    }
    .x\:gap-x-250p {
        -moz-column-gap: 250px;
        column-gap: 250px;
    }
    .x\:gap-x-260p {
        -moz-column-gap: 260px;
        column-gap: 260px;
    }
    .x\:gap-x-263p {
        -moz-column-gap: 263px;
        column-gap: 263px;
    }
    .x\:gap-x-266p {
        -moz-column-gap: 266px;
        column-gap: 266px;
    }
    .x\:gap-x-275p {
        -moz-column-gap: 275px;
        column-gap: 275px;
    }
    .x\:gap-x-300p {
        -moz-column-gap: 300px;
        column-gap: 300px;
    }
    .x\:gap-x-312p {
        -moz-column-gap: 312px;
        column-gap: 312px;
    }
    .x\:gap-x-318p {
        -moz-column-gap: 318px;
        column-gap: 318px;
    }
    .x\:gap-x-322p {
        -moz-column-gap: 322px;
        column-gap: 322px;
    }
    .x\:gap-x-337p {
        -moz-column-gap: 337px;
        column-gap: 337px;
    }
    .x\:gap-x-345p {
        -moz-column-gap: 345px;
        column-gap: 345px;
    }
    .x\:gap-x-344p {
        -moz-column-gap: 344px;
        column-gap: 344px;
    }
    .x\:gap-x-354p {
        -moz-column-gap: 354px;
        column-gap: 354px;
    }
    .x\:gap-x-364p {
        -moz-column-gap: 364px;
        column-gap: 364px;
    }
    .x\:gap-x-370p {
        -moz-column-gap: 370px;
        column-gap: 370px;
    }
    .x\:gap-x-382p {
        -moz-column-gap: 382px;
        column-gap: 382px;
    }
    .x\:gap-x-385p {
        -moz-column-gap: 385px;
        column-gap: 385px;
    }
    .x\:gap-x-400p {
        -moz-column-gap: 400px;
        column-gap: 400px;
    }
    .x\:gap-x-407p {
        -moz-column-gap: 407px;
        column-gap: 407px;
    }
    .x\:gap-x-411p {
        -moz-column-gap: 411px;
        column-gap: 411px;
    }
    .x\:gap-x-418p {
        -moz-column-gap: 418px;
        column-gap: 418px;
    }
    .x\:gap-x-430p {
        -moz-column-gap: 430px;
        column-gap: 430px;
    }
    .x\:gap-x-450p {
        -moz-column-gap: 450px;
        column-gap: 450px;
    }
    .x\:gap-x-468p {
        -moz-column-gap: 468px;
        column-gap: 468px;
    }
    .x\:gap-x-485p {
        -moz-column-gap: 485px;
        column-gap: 485px;
    }
    .x\:gap-x-491p {
        -moz-column-gap: 491px;
        column-gap: 491px;
    }
    .x\:gap-x-494p {
        -moz-column-gap: 494px;
        column-gap: 494px;
    }
    .x\:gap-x-470p {
        -moz-column-gap: 470px;
        column-gap: 470px;
    }
    .x\:gap-x-480p {
        -moz-column-gap: 480px;
        column-gap: 480px;
    }
    .x\:gap-x-532p {
        -moz-column-gap: 532px;
        column-gap: 532px;
    }
    .x\:gap-x-556p {
        -moz-column-gap: 556px;
        column-gap: 556px;
    }
    .x\:gap-x-505p {
        -moz-column-gap: 505px;
        column-gap: 505px;
    }
    .x\:gap-x-1179p {
        -moz-column-gap: 1179px;
        column-gap: 1179px;
    }
    .x\:gap-x-1253p {
        -moz-column-gap: 1253px;
        column-gap: 1253px;
    }
    .x\:gap-x-1575p {
        -moz-column-gap: 1575px;
        column-gap: 1575px;
    }
    .x\:gap-x-600p {
        -moz-column-gap: 600px;
        column-gap: 600px;
    }
    .x\:gap-x-649p {
        -moz-column-gap: 649px;
        column-gap: 649px;
    }
    .x\:gap-x-690p {
        -moz-column-gap: 690px;
        column-gap: 690px;
    }
    .x\:gap-x-19\% {
        -moz-column-gap: 19%;
        column-gap: 19%;
    }
    .x\:gap-x-23\% {
        -moz-column-gap: 23%;
        column-gap: 23%;
    }
    .x\:gap-x-24\% {
        -moz-column-gap: 24%;
        column-gap: 24%;
    }
    .x\:gap-x-36\% {
        -moz-column-gap: 36%;
        column-gap: 36%;
    }
    .x\:gap-x-27\% {
        -moz-column-gap: 27%;
        column-gap: 27%;
    }
    .x\:gap-x-28\% {
        -moz-column-gap: 28%;
        column-gap: 28%;
    }
    .x\:gap-x-42\% {
        -moz-column-gap: 42%;
        column-gap: 42%;
    }
    .x\:gap-x-46\% {
        -moz-column-gap: 46%;
        column-gap: 46%;
    }
    .x\:gap-x-49\% {
        -moz-column-gap: 49%;
        column-gap: 49%;
    }
    .x\:gap-x-54\% {
        -moz-column-gap: 54%;
        column-gap: 54%;
    }
    .x\:gap-x-58\% {
        -moz-column-gap: 58%;
        column-gap: 58%;
    }
    .x\:gap-x-72\% {
        -moz-column-gap: 72%;
        column-gap: 72%;
    }
    .x\:gap-x-76\% {
        -moz-column-gap: 76%;
        column-gap: 76%;
    }
    .x\:gap-x-77\% {
        -moz-column-gap: 77%;
        column-gap: 77%;
    }
    .x\:gap-x-340p {
        -moz-column-gap: 340px;
        column-gap: 340px;
    }
    .x\:gap-x-700p {
        -moz-column-gap: 700px;
        column-gap: 700px;
    }
    .x\:gap-x-848p {
        -moz-column-gap: 848px;
        column-gap: 848px;
    }
    .x\:gap-x-850p {
        -moz-column-gap: 850px;
        column-gap: 850px;
    }
    .x\:gap-x-860p {
        -moz-column-gap: 860px;
        column-gap: 860px;
    }
    .x\:gap-x-1425p {
        -moz-column-gap: 1425px;
        column-gap: 1425px;
    }
    .x\:gap-y-0 {
        row-gap: 0;
    }
    .x\:gap-y-1 {
        row-gap: 0.25rem;
    }
    .x\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .x\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .x\:gap-y-4 {
        row-gap: 1rem;
    }
    .x\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .x\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .x\:gap-y-7 {
        row-gap: 1.75rem;
    }
    .x\:gap-y-8 {
        row-gap: 2rem;
    }
    .x\:gap-y-9 {
        row-gap: 2.25rem;
    }
    .x\:gap-y-10 {
        row-gap: 2.5rem;
    }
    .x\:gap-y-11 {
        row-gap: 2.75rem;
    }
    .x\:gap-y-12 {
        row-gap: 3rem;
    }
    .x\:gap-y-14 {
        row-gap: 3.5rem;
    }
    .x\:gap-y-16 {
        row-gap: 4rem;
    }
    .x\:gap-y-20 {
        row-gap: 5rem;
    }
    .x\:gap-y-23 {
        row-gap: 88px;
    }
    .x\:gap-y-24 {
        row-gap: 6rem;
    }
    .x\:gap-y-25 {
        row-gap: 100px;
    }
    .x\:gap-y-28 {
        row-gap: 7rem;
    }
    .x\:gap-y-29 {
        row-gap: 120px;
    }
    .x\:gap-y-32 {
        row-gap: 8rem;
    }
    .x\:gap-y-33 {
        row-gap: 130px;
    }
    .x\:gap-y-36 {
        row-gap: 9rem;
    }
    .x\:gap-y-40 {
        row-gap: 10rem;
    }
    .x\:gap-y-44 {
        row-gap: 11rem;
    }
    .x\:gap-y-48 {
        row-gap: 12rem;
    }
    .x\:gap-y-52 {
        row-gap: 13rem;
    }
    .x\:gap-y-56 {
        row-gap: 14rem;
    }
    .x\:gap-y-60 {
        row-gap: 15rem;
    }
    .x\:gap-y-63 {
        row-gap: 270px;
    }
    .x\:gap-y-64 {
        row-gap: 16rem;
    }
    .x\:gap-y-72 {
        row-gap: 18rem;
    }
    .x\:gap-y-80 {
        row-gap: 20rem;
    }
    .x\:gap-y-92 {
        row-gap: 475px;
    }
    .x\:gap-y-96 {
        row-gap: 24rem;
    }
    .x\:gap-y-128 {
        row-gap: 32rem;
    }
    .x\:gap-y-px {
        row-gap: 1px;
    }
    .x\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }
    .x\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }
    .x\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }
    .x\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }
    .x\:gap-y-105p {
        row-gap: 105px;
    }
    .x\:gap-y-50p {
        row-gap: 50px;
    }
    .x\:gap-y-54p {
        row-gap: 54px;
    }
    .x\:gap-y-1p {
        row-gap: 1px;
    }
    .x\:gap-y-2p {
        row-gap: 2px;
    }
    .x\:gap-y-3p {
        row-gap: 3px;
    }
    .x\:gap-y-5p {
        row-gap: 5px;
    }
    .x\:gap-y-7p {
        row-gap: 7px;
    }
    .x\:gap-y-9p {
        row-gap: 9px;
    }
    .x\:gap-y-10p {
        row-gap: 10px;
    }
    .x\:gap-y-11p {
        row-gap: 11px;
    }
    .x\:gap-y-13p {
        row-gap: 13px;
    }
    .x\:gap-y-15p {
        row-gap: 15px;
    }
    .x\:gap-y-18p {
        row-gap: 18px;
    }
    .x\:gap-y-19p {
        row-gap: 19px;
    }
    .x\:gap-y-21p {
        row-gap: 21px;
    }
    .x\:gap-y-22p {
        row-gap: 22px;
    }
    .x\:gap-y-23p {
        row-gap: 23px;
    }
    .x\:gap-y-25p {
        row-gap: 25px;
    }
    .x\:gap-y-26p {
        row-gap: 26px;
    }
    .x\:gap-y-29p {
        row-gap: 29px;
    }
    .x\:gap-y-30p {
        row-gap: 30px;
    }
    .x\:gap-y-31p {
        row-gap: 31px;
    }
    .x\:gap-y-35p {
        row-gap: 35px;
    }
    .x\:gap-y-52p {
        row-gap: 52px;
    }
    .x\:gap-y-53p {
        row-gap: 53px;
    }
    .x\:gap-y-55p {
        row-gap: 55px;
    }
    .x\:gap-y-59p {
        row-gap: 59px;
    }
    .x\:gap-y-27p {
        row-gap: 27px;
    }
    .x\:gap-y-33\.5p {
        row-gap: 33.5px;
    }
    .x\:gap-y-38p {
        row-gap: 38px;
    }
    .x\:gap-y-40p {
        row-gap: 40px;
    }
    .x\:gap-y-46p {
        row-gap: 46px;
    }
    .x\:gap-y-47p {
        row-gap: 47px;
    }
    .x\:gap-y-49p {
        row-gap: 49px;
    }
    .x\:gap-y-58p {
        row-gap: 58px;
    }
    .x\:gap-y-75p {
        row-gap: 75px;
    }
    .x\:gap-y-77p {
        row-gap: 77px;
    }
    .x\:gap-y-60p {
        row-gap: 60px;
    }
    .x\:gap-y-65p {
        row-gap: 65px;
    }
    .x\:gap-y-66p {
        row-gap: 66px;
    }
    .x\:gap-y-68p {
        row-gap: 68px;
    }
    .x\:gap-y-70p {
        row-gap: 70px;
    }
    .x\:gap-y-72p {
        row-gap: 72px;
    }
    .x\:gap-y-74p {
        row-gap: 74px;
    }
    .x\:gap-y-78p {
        row-gap: 78px;
    }
    .x\:gap-y-80p {
        row-gap: 80px;
    }
    .x\:gap-y-82p {
        row-gap: 82px;
    }
    .x\:gap-y-84p {
        row-gap: 84px;
    }
    .x\:gap-y-89p {
        row-gap: 89px;
    }
    .x\:gap-y-93p {
        row-gap: 93px;
    }
    .x\:gap-y-90p {
        row-gap: 90px;
    }
    .x\:gap-y-97p {
        row-gap: 97px;
    }
    .x\:gap-y-103p {
        row-gap: 103px;
    }
    .x\:gap-y-116p {
        row-gap: 116px;
    }
    .x\:gap-y-120p {
        row-gap: 120px;
    }
    .x\:gap-y-125p {
        row-gap: 125px;
    }
    .x\:gap-y-130p {
        row-gap: 130px;
    }
    .x\:gap-y-135p {
        row-gap: 135px;
    }
    .x\:gap-y-132p {
        row-gap: 132px;
    }
    .x\:gap-y-150p {
        row-gap: 150px;
    }
    .x\:gap-y-216p {
        row-gap: 216px;
    }
    .x\:gap-y-225p {
        row-gap: 225px;
    }
    .x\:gap-y-296p {
        row-gap: 296px;
    }
    .x\:gap-y-270p {
        row-gap: 270px;
    }
    .x\:gap-y-137p {
        row-gap: 137px;
    }
    .x\:gap-y-141p {
        row-gap: 141px;
    }
    .x\:gap-y-146p {
        row-gap: 146px;
    }
    .x\:gap-y-152p {
        row-gap: 152px;
    }
    .x\:gap-y-155p {
        row-gap: 155px;
    }
    .x\:gap-y-163p {
        row-gap: 163px;
    }
    .x\:gap-y-168p {
        row-gap: 168px;
    }
    .x\:gap-y-173p {
        row-gap: 173px;
    }
    .x\:gap-y-210p {
        row-gap: 210px;
    }
    .x\:gap-y-245p {
        row-gap: 245px;
    }
    .x\:gap-y-250p {
        row-gap: 250px;
    }
    .x\:gap-y-260p {
        row-gap: 260px;
    }
    .x\:gap-y-263p {
        row-gap: 263px;
    }
    .x\:gap-y-266p {
        row-gap: 266px;
    }
    .x\:gap-y-275p {
        row-gap: 275px;
    }
    .x\:gap-y-300p {
        row-gap: 300px;
    }
    .x\:gap-y-312p {
        row-gap: 312px;
    }
    .x\:gap-y-318p {
        row-gap: 318px;
    }
    .x\:gap-y-322p {
        row-gap: 322px;
    }
    .x\:gap-y-337p {
        row-gap: 337px;
    }
    .x\:gap-y-345p {
        row-gap: 345px;
    }
    .x\:gap-y-344p {
        row-gap: 344px;
    }
    .x\:gap-y-354p {
        row-gap: 354px;
    }
    .x\:gap-y-364p {
        row-gap: 364px;
    }
    .x\:gap-y-370p {
        row-gap: 370px;
    }
    .x\:gap-y-382p {
        row-gap: 382px;
    }
    .x\:gap-y-385p {
        row-gap: 385px;
    }
    .x\:gap-y-400p {
        row-gap: 400px;
    }
    .x\:gap-y-407p {
        row-gap: 407px;
    }
    .x\:gap-y-411p {
        row-gap: 411px;
    }
    .x\:gap-y-418p {
        row-gap: 418px;
    }
    .x\:gap-y-430p {
        row-gap: 430px;
    }
    .x\:gap-y-450p {
        row-gap: 450px;
    }
    .x\:gap-y-468p {
        row-gap: 468px;
    }
    .x\:gap-y-485p {
        row-gap: 485px;
    }
    .x\:gap-y-491p {
        row-gap: 491px;
    }
    .x\:gap-y-494p {
        row-gap: 494px;
    }
    .x\:gap-y-470p {
        row-gap: 470px;
    }
    .x\:gap-y-480p {
        row-gap: 480px;
    }
    .x\:gap-y-532p {
        row-gap: 532px;
    }
    .x\:gap-y-556p {
        row-gap: 556px;
    }
    .x\:gap-y-505p {
        row-gap: 505px;
    }
    .x\:gap-y-1179p {
        row-gap: 1179px;
    }
    .x\:gap-y-1253p {
        row-gap: 1253px;
    }
    .x\:gap-y-1575p {
        row-gap: 1575px;
    }
    .x\:gap-y-600p {
        row-gap: 600px;
    }
    .x\:gap-y-649p {
        row-gap: 649px;
    }
    .x\:gap-y-690p {
        row-gap: 690px;
    }
    .x\:gap-y-19\% {
        row-gap: 19%;
    }
    .x\:gap-y-23\% {
        row-gap: 23%;
    }
    .x\:gap-y-24\% {
        row-gap: 24%;
    }
    .x\:gap-y-36\% {
        row-gap: 36%;
    }
    .x\:gap-y-27\% {
        row-gap: 27%;
    }
    .x\:gap-y-28\% {
        row-gap: 28%;
    }
    .x\:gap-y-42\% {
        row-gap: 42%;
    }
    .x\:gap-y-46\% {
        row-gap: 46%;
    }
    .x\:gap-y-49\% {
        row-gap: 49%;
    }
    .x\:gap-y-54\% {
        row-gap: 54%;
    }
    .x\:gap-y-58\% {
        row-gap: 58%;
    }
    .x\:gap-y-72\% {
        row-gap: 72%;
    }
    .x\:gap-y-76\% {
        row-gap: 76%;
    }
    .x\:gap-y-77\% {
        row-gap: 77%;
    }
    .x\:gap-y-340p {
        row-gap: 340px;
    }
    .x\:gap-y-700p {
        row-gap: 700px;
    }
    .x\:gap-y-848p {
        row-gap: 848px;
    }
    .x\:gap-y-850p {
        row-gap: 850px;
    }
    .x\:gap-y-860p {
        row-gap: 860px;
    }
    .x\:gap-y-1425p {
        row-gap: 1425px;
    }
    .x\:grid-flow-row {
        grid-auto-flow: row;
    }
    .x\:grid-flow-col {
        grid-auto-flow: column;
    }
    .x\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }
    .x\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }
    .x\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .x\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .x\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .x\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .x\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .x\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .x\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .x\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .x\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .x\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .x\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .x\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .x\:grid-cols-none {
        grid-template-columns: none;
    }
    .x\:auto-cols-auto {
        grid-auto-columns: auto;
    }
    .x\:auto-cols-min {
        grid-auto-columns: min-content;
    }
    .x\:auto-cols-max {
        grid-auto-columns: max-content;
    }
    .x\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }
    .x\:col-auto {
        grid-column: auto;
    }
    .x\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .x\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .x\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .x\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .x\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .x\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .x\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .x\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .x\:col-span-9 {
        grid-column: span 9 / span 9;
    }
    .x\:col-span-10 {
        grid-column: span 10 / span 10;
    }
    .x\:col-span-11 {
        grid-column: span 11 / span 11;
    }
    .x\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .x\:col-span-full {
        grid-column: 1/-1;
    }
    .x\:col-start-1 {
        grid-column-start: 1;
    }
    .x\:col-start-2 {
        grid-column-start: 2;
    }
    .x\:col-start-3 {
        grid-column-start: 3;
    }
    .x\:col-start-4 {
        grid-column-start: 4;
    }
    .x\:col-start-5 {
        grid-column-start: 5;
    }
    .x\:col-start-6 {
        grid-column-start: 6;
    }
    .x\:col-start-7 {
        grid-column-start: 7;
    }
    .x\:col-start-8 {
        grid-column-start: 8;
    }
    .x\:col-start-9 {
        grid-column-start: 9;
    }
    .x\:col-start-10 {
        grid-column-start: 10;
    }
    .x\:col-start-11 {
        grid-column-start: 11;
    }
    .x\:col-start-12 {
        grid-column-start: 12;
    }
    .x\:col-start-13 {
        grid-column-start: 13;
    }
    .x\:col-start-auto {
        grid-column-start: auto;
    }
    .x\:col-end-1 {
        grid-column-end: 1;
    }
    .x\:col-end-2 {
        grid-column-end: 2;
    }
    .x\:col-end-3 {
        grid-column-end: 3;
    }
    .x\:col-end-4 {
        grid-column-end: 4;
    }
    .x\:col-end-5 {
        grid-column-end: 5;
    }
    .x\:col-end-6 {
        grid-column-end: 6;
    }
    .x\:col-end-7 {
        grid-column-end: 7;
    }
    .x\:col-end-8 {
        grid-column-end: 8;
    }
    .x\:col-end-9 {
        grid-column-end: 9;
    }
    .x\:col-end-10 {
        grid-column-end: 10;
    }
    .x\:col-end-11 {
        grid-column-end: 11;
    }
    .x\:col-end-12 {
        grid-column-end: 12;
    }
    .x\:col-end-13 {
        grid-column-end: 13;
    }
    .x\:col-end-auto {
        grid-column-end: auto;
    }
    .x\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    .x\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .x\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }
    .x\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .x\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }
    .x\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }
    .x\:grid-rows-none {
        grid-template-rows: none;
    }
    .x\:auto-rows-auto {
        grid-auto-rows: auto;
    }
    .x\:auto-rows-min {
        grid-auto-rows: min-content;
    }
    .x\:auto-rows-max {
        grid-auto-rows: max-content;
    }
    .x\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .x\:row-auto {
        grid-row: auto;
    }
    .x\:row-span-1 {
        grid-row: span 1 / span 1;
    }
    .x\:row-span-2 {
        grid-row: span 2 / span 2;
    }
    .x\:row-span-3 {
        grid-row: span 3 / span 3;
    }
    .x\:row-span-4 {
        grid-row: span 4 / span 4;
    }
    .x\:row-span-5 {
        grid-row: span 5 / span 5;
    }
    .x\:row-span-6 {
        grid-row: span 6 / span 6;
    }
    .x\:row-span-full {
        grid-row: 1/-1;
    }
    .x\:row-start-1 {
        grid-row-start: 1;
    }
    .x\:row-start-2 {
        grid-row-start: 2;
    }
    .x\:row-start-3 {
        grid-row-start: 3;
    }
    .x\:row-start-4 {
        grid-row-start: 4;
    }
    .x\:row-start-5 {
        grid-row-start: 5;
    }
    .x\:row-start-6 {
        grid-row-start: 6;
    }
    .x\:row-start-7 {
        grid-row-start: 7;
    }
    .x\:row-start-auto {
        grid-row-start: auto;
    }
    .x\:row-end-1 {
        grid-row-end: 1;
    }
    .x\:row-end-2 {
        grid-row-end: 2;
    }
    .x\:row-end-3 {
        grid-row-end: 3;
    }
    .x\:row-end-4 {
        grid-row-end: 4;
    }
    .x\:row-end-5 {
        grid-row-end: 5;
    }
    .x\:row-end-6 {
        grid-row-end: 6;
    }
    .x\:row-end-7 {
        grid-row-end: 7;
    }
    .x\:row-end-auto {
        grid-row-end: auto;
    }
    .x\: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));
    }
    .x\: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));
    }
    .x\:transform-none {
        transform: none;
    }
    .x\:origin-center {
        transform-origin: center;
    }
    .x\:origin-top {
        transform-origin: top;
    }
    .x\:origin-top-right {
        transform-origin: top right;
    }
    .x\:origin-right {
        transform-origin: right;
    }
    .x\:origin-bottom-right {
        transform-origin: bottom right;
    }
    .x\:origin-bottom {
        transform-origin: bottom;
    }
    .x\:origin-bottom-left {
        transform-origin: bottom left;
    }
    .x\:origin-left {
        transform-origin: left;
    }
    .x\:origin-top-left {
        transform-origin: top left;
    }
    .x\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .x\:scale-50 {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .x\:scale-75 {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .x\:scale-90 {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .x\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .x\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .x\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .x\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .x\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .x\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .x\:scale-minus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .x\:scale-x-0 {
        --tw-scale-x: 0;
    }
    .x\:scale-x-50 {
        --tw-scale-x: 0.5;
    }
    .x\:scale-x-75 {
        --tw-scale-x: 0.75;
    }
    .x\:scale-x-90 {
        --tw-scale-x: 0.9;
    }
    .x\:scale-x-95 {
        --tw-scale-x: 0.95;
    }
    .x\:scale-x-100 {
        --tw-scale-x: 1;
    }
    .x\:scale-x-105 {
        --tw-scale-x: 1.05;
    }
    .x\:scale-x-110 {
        --tw-scale-x: 1.1;
    }
    .x\:scale-x-125 {
        --tw-scale-x: 1.25;
    }
    .x\:scale-x-150 {
        --tw-scale-x: 1.5;
    }
    .x\:scale-x-minus {
        --tw-scale-x: -1;
    }
    .x\:scale-y-0 {
        --tw-scale-y: 0;
    }
    .x\:scale-y-50 {
        --tw-scale-y: 0.5;
    }
    .x\:scale-y-75 {
        --tw-scale-y: 0.75;
    }
    .x\:scale-y-90 {
        --tw-scale-y: 0.9;
    }
    .x\:scale-y-95 {
        --tw-scale-y: 0.95;
    }
    .x\:scale-y-100 {
        --tw-scale-y: 1;
    }
    .x\:scale-y-105 {
        --tw-scale-y: 1.05;
    }
    .x\:scale-y-110 {
        --tw-scale-y: 1.1;
    }
    .x\:scale-y-125 {
        --tw-scale-y: 1.25;
    }
    .x\:scale-y-150 {
        --tw-scale-y: 1.5;
    }
    .x\:scale-y-minus {
        --tw-scale-y: -1;
    }
    .x\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .x\:hover\:scale-50:hover {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .x\:hover\:scale-75:hover {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .x\:hover\:scale-90:hover {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .x\:hover\:scale-95:hover {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .x\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .x\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .x\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .x\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .x\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .x\:hover\:scale-minus:hover {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .x\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }
    .x\:hover\:scale-x-50:hover {
        --tw-scale-x: 0.5;
    }
    .x\:hover\:scale-x-75:hover {
        --tw-scale-x: 0.75;
    }
    .x\:hover\:scale-x-90:hover {
        --tw-scale-x: 0.9;
    }
    .x\:hover\:scale-x-95:hover {
        --tw-scale-x: 0.95;
    }
    .x\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }
    .x\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }
    .x\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }
    .x\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }
    .x\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }
    .x\:hover\:scale-x-minus:hover {
        --tw-scale-x: -1;
    }
    .x\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }
    .x\:hover\:scale-y-50:hover {
        --tw-scale-y: 0.5;
    }
    .x\:hover\:scale-y-75:hover {
        --tw-scale-y: 0.75;
    }
    .x\:hover\:scale-y-90:hover {
        --tw-scale-y: 0.9;
    }
    .x\:hover\:scale-y-95:hover {
        --tw-scale-y: 0.95;
    }
    .x\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }
    .x\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }
    .x\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }
    .x\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }
    .x\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }
    .x\:hover\:scale-y-minus:hover {
        --tw-scale-y: -1;
    }
    .x\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }
    .x\:focus\:scale-50:focus {
        --tw-scale-x: 0.5;
        --tw-scale-y: 0.5;
    }
    .x\:focus\:scale-75:focus {
        --tw-scale-x: 0.75;
        --tw-scale-y: 0.75;
    }
    .x\:focus\:scale-90:focus {
        --tw-scale-x: 0.9;
        --tw-scale-y: 0.9;
    }
    .x\:focus\:scale-95:focus {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
    }
    .x\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }
    .x\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }
    .x\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }
    .x\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }
    .x\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }
    .x\:focus\:scale-minus:focus {
        --tw-scale-x: -1;
        --tw-scale-y: -1;
    }
    .x\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }
    .x\:focus\:scale-x-50:focus {
        --tw-scale-x: 0.5;
    }
    .x\:focus\:scale-x-75:focus {
        --tw-scale-x: 0.75;
    }
    .x\:focus\:scale-x-90:focus {
        --tw-scale-x: 0.9;
    }
    .x\:focus\:scale-x-95:focus {
        --tw-scale-x: 0.95;
    }
    .x\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }
    .x\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }
    .x\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }
    .x\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }
    .x\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }
    .x\:focus\:scale-x-minus:focus {
        --tw-scale-x: -1;
    }
    .x\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }
    .x\:focus\:scale-y-50:focus {
        --tw-scale-y: 0.5;
    }
    .x\:focus\:scale-y-75:focus {
        --tw-scale-y: 0.75;
    }
    .x\:focus\:scale-y-90:focus {
        --tw-scale-y: 0.9;
    }
    .x\:focus\:scale-y-95:focus {
        --tw-scale-y: 0.95;
    }
    .x\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }
    .x\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }
    .x\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }
    .x\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }
    .x\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }
    .x\:focus\:scale-y-minus:focus {
        --tw-scale-y: -1;
    }
    .x\:rotate-0 {
        --tw-rotate: 0deg;
    }
    .x\:rotate-1 {
        --tw-rotate: 1deg;
    }
    .x\:rotate-2 {
        --tw-rotate: 2deg;
    }
    .x\:rotate-3 {
        --tw-rotate: 3deg;
    }
    .x\:rotate-6 {
        --tw-rotate: 6deg;
    }
    .x\:rotate-12 {
        --tw-rotate: 12deg;
    }
    .x\:rotate-45 {
        --tw-rotate: 45deg;
    }
    .x\:rotate-90 {
        --tw-rotate: 90deg;
    }
    .x\:rotate-180 {
        --tw-rotate: 180deg;
    }
    .x\:-rotate-180 {
        --tw-rotate: -180deg;
    }
    .x\:-rotate-90 {
        --tw-rotate: -90deg;
    }
    .x\:-rotate-45 {
        --tw-rotate: -45deg;
    }
    .x\:-rotate-12 {
        --tw-rotate: -12deg;
    }
    .x\:-rotate-6 {
        --tw-rotate: -6deg;
    }
    .x\:-rotate-3 {
        --tw-rotate: -3deg;
    }
    .x\:-rotate-2 {
        --tw-rotate: -2deg;
    }
    .x\:-rotate-1 {
        --tw-rotate: -1deg;
    }
    .x\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }
    .x\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }
    .x\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }
    .x\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }
    .x\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }
    .x\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }
    .x\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }
    .x\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }
    .x\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }
    .x\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }
    .x\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }
    .x\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }
    .x\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }
    .x\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }
    .x\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }
    .x\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }
    .x\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }
    .x\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }
    .x\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }
    .x\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }
    .x\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }
    .x\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }
    .x\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }
    .x\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }
    .x\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }
    .x\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }
    .x\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }
    .x\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }
    .x\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }
    .x\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }
    .x\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }
    .x\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }
    .x\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }
    .x\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }
    .x\:translate-x-0 {
        --tw-translate-x: 0px;
    }
    .x\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }
    .x\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }
    .x\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }
    .x\:translate-x-4 {
        --tw-translate-x: 1rem;
    }
    .x\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }
    .x\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }
    .x\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }
    .x\:translate-x-8 {
        --tw-translate-x: 2rem;
    }
    .x\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }
    .x\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }
    .x\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }
    .x\:translate-x-12 {
        --tw-translate-x: 3rem;
    }
    .x\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }
    .x\:translate-x-16 {
        --tw-translate-x: 4rem;
    }
    .x\:translate-x-20 {
        --tw-translate-x: 5rem;
    }
    .x\:translate-x-23 {
        --tw-translate-x: 88px;
    }
    .x\:translate-x-24 {
        --tw-translate-x: 6rem;
    }
    .x\:translate-x-25 {
        --tw-translate-x: 100px;
    }
    .x\:translate-x-28 {
        --tw-translate-x: 7rem;
    }
    .x\:translate-x-29 {
        --tw-translate-x: 120px;
    }
    .x\:translate-x-32 {
        --tw-translate-x: 8rem;
    }
    .x\:translate-x-33 {
        --tw-translate-x: 130px;
    }
    .x\:translate-x-36 {
        --tw-translate-x: 9rem;
    }
    .x\:translate-x-40 {
        --tw-translate-x: 10rem;
    }
    .x\:translate-x-44 {
        --tw-translate-x: 11rem;
    }
    .x\:translate-x-48 {
        --tw-translate-x: 12rem;
    }
    .x\:translate-x-52 {
        --tw-translate-x: 13rem;
    }
    .x\:translate-x-56 {
        --tw-translate-x: 14rem;
    }
    .x\:translate-x-60 {
        --tw-translate-x: 15rem;
    }
    .x\:translate-x-63 {
        --tw-translate-x: 270px;
    }
    .x\:translate-x-64 {
        --tw-translate-x: 16rem;
    }
    .x\:translate-x-72 {
        --tw-translate-x: 18rem;
    }
    .x\:translate-x-80 {
        --tw-translate-x: 20rem;
    }
    .x\:translate-x-92 {
        --tw-translate-x: 475px;
    }
    .x\:translate-x-96 {
        --tw-translate-x: 24rem;
    }
    .x\:translate-x-128 {
        --tw-translate-x: 32rem;
    }
    .x\:translate-x-px {
        --tw-translate-x: 1px;
    }
    .x\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }
    .x\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }
    .x\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }
    .x\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }
    .x\:translate-x-105p {
        --tw-translate-x: 105px;
    }
    .x\:translate-x-50p {
        --tw-translate-x: 50px;
    }
    .x\:translate-x-54p {
        --tw-translate-x: 54px;
    }
    .x\:translate-x-1p {
        --tw-translate-x: 1px;
    }
    .x\:translate-x-2p {
        --tw-translate-x: 2px;
    }
    .x\:translate-x-3p {
        --tw-translate-x: 3px;
    }
    .x\:translate-x-5p {
        --tw-translate-x: 5px;
    }
    .x\:translate-x-7p {
        --tw-translate-x: 7px;
    }
    .x\:translate-x-9p {
        --tw-translate-x: 9px;
    }
    .x\:translate-x-10p {
        --tw-translate-x: 10px;
    }
    .x\:translate-x-11p {
        --tw-translate-x: 11px;
    }
    .x\:translate-x-13p {
        --tw-translate-x: 13px;
    }
    .x\:translate-x-15p {
        --tw-translate-x: 15px;
    }
    .x\:translate-x-18p {
        --tw-translate-x: 18px;
    }
    .x\:translate-x-19p {
        --tw-translate-x: 19px;
    }
    .x\:translate-x-21p {
        --tw-translate-x: 21px;
    }
    .x\:translate-x-22p {
        --tw-translate-x: 22px;
    }
    .x\:translate-x-23p {
        --tw-translate-x: 23px;
    }
    .x\:translate-x-25p {
        --tw-translate-x: 25px;
    }
    .x\:translate-x-26p {
        --tw-translate-x: 26px;
    }
    .x\:translate-x-29p {
        --tw-translate-x: 29px;
    }
    .x\:translate-x-30p {
        --tw-translate-x: 30px;
    }
    .x\:translate-x-31p {
        --tw-translate-x: 31px;
    }
    .x\:translate-x-35p {
        --tw-translate-x: 35px;
    }
    .x\:translate-x-52p {
        --tw-translate-x: 52px;
    }
    .x\:translate-x-53p {
        --tw-translate-x: 53px;
    }
    .x\:translate-x-55p {
        --tw-translate-x: 55px;
    }
    .x\:translate-x-59p {
        --tw-translate-x: 59px;
    }
    .x\:translate-x-27p {
        --tw-translate-x: 27px;
    }
    .x\:translate-x-33\.5p {
        --tw-translate-x: 33.5px;
    }
    .x\:translate-x-38p {
        --tw-translate-x: 38px;
    }
    .x\:translate-x-40p {
        --tw-translate-x: 40px;
    }
    .x\:translate-x-46p {
        --tw-translate-x: 46px;
    }
    .x\:translate-x-47p {
        --tw-translate-x: 47px;
    }
    .x\:translate-x-49p {
        --tw-translate-x: 49px;
    }
    .x\:translate-x-58p {
        --tw-translate-x: 58px;
    }
    .x\:translate-x-75p {
        --tw-translate-x: 75px;
    }
    .x\:translate-x-77p {
        --tw-translate-x: 77px;
    }
    .x\:translate-x-60p {
        --tw-translate-x: 60px;
    }
    .x\:translate-x-65p {
        --tw-translate-x: 65px;
    }
    .x\:translate-x-66p {
        --tw-translate-x: 66px;
    }
    .x\:translate-x-68p {
        --tw-translate-x: 68px;
    }
    .x\:translate-x-70p {
        --tw-translate-x: 70px;
    }
    .x\:translate-x-72p {
        --tw-translate-x: 72px;
    }
    .x\:translate-x-74p {
        --tw-translate-x: 74px;
    }
    .x\:translate-x-78p {
        --tw-translate-x: 78px;
    }
    .x\:translate-x-80p {
        --tw-translate-x: 80px;
    }
    .x\:translate-x-82p {
        --tw-translate-x: 82px;
    }
    .x\:translate-x-84p {
        --tw-translate-x: 84px;
    }
    .x\:translate-x-89p {
        --tw-translate-x: 89px;
    }
    .x\:translate-x-93p {
        --tw-translate-x: 93px;
    }
    .x\:translate-x-90p {
        --tw-translate-x: 90px;
    }
    .x\:translate-x-97p {
        --tw-translate-x: 97px;
    }
    .x\:translate-x-103p {
        --tw-translate-x: 103px;
    }
    .x\:translate-x-116p {
        --tw-translate-x: 116px;
    }
    .x\:translate-x-120p {
        --tw-translate-x: 120px;
    }
    .x\:translate-x-125p {
        --tw-translate-x: 125px;
    }
    .x\:translate-x-130p {
        --tw-translate-x: 130px;
    }
    .x\:translate-x-135p {
        --tw-translate-x: 135px;
    }
    .x\:translate-x-132p {
        --tw-translate-x: 132px;
    }
    .x\:translate-x-150p {
        --tw-translate-x: 150px;
    }
    .x\:translate-x-216p {
        --tw-translate-x: 216px;
    }
    .x\:translate-x-225p {
        --tw-translate-x: 225px;
    }
    .x\:translate-x-296p {
        --tw-translate-x: 296px;
    }
    .x\:translate-x-270p {
        --tw-translate-x: 270px;
    }
    .x\:translate-x-137p {
        --tw-translate-x: 137px;
    }
    .x\:translate-x-141p {
        --tw-translate-x: 141px;
    }
    .x\:translate-x-146p {
        --tw-translate-x: 146px;
    }
    .x\:translate-x-152p {
        --tw-translate-x: 152px;
    }
    .x\:translate-x-155p {
        --tw-translate-x: 155px;
    }
    .x\:translate-x-163p {
        --tw-translate-x: 163px;
    }
    .x\:translate-x-168p {
        --tw-translate-x: 168px;
    }
    .x\:translate-x-173p {
        --tw-translate-x: 173px;
    }
    .x\:translate-x-210p {
        --tw-translate-x: 210px;
    }
    .x\:translate-x-245p {
        --tw-translate-x: 245px;
    }
    .x\:translate-x-250p {
        --tw-translate-x: 250px;
    }
    .x\:translate-x-260p {
        --tw-translate-x: 260px;
    }
    .x\:translate-x-263p {
        --tw-translate-x: 263px;
    }
    .x\:translate-x-266p {
        --tw-translate-x: 266px;
    }
    .x\:translate-x-275p {
        --tw-translate-x: 275px;
    }
    .x\:translate-x-300p {
        --tw-translate-x: 300px;
    }
    .x\:translate-x-312p {
        --tw-translate-x: 312px;
    }
    .x\:translate-x-318p {
        --tw-translate-x: 318px;
    }
    .x\:translate-x-322p {
        --tw-translate-x: 322px;
    }
    .x\:translate-x-337p {
        --tw-translate-x: 337px;
    }
    .x\:translate-x-345p {
        --tw-translate-x: 345px;
    }
    .x\:translate-x-344p {
        --tw-translate-x: 344px;
    }
    .x\:translate-x-354p {
        --tw-translate-x: 354px;
    }
    .x\:translate-x-364p {
        --tw-translate-x: 364px;
    }
    .x\:translate-x-370p {
        --tw-translate-x: 370px;
    }
    .x\:translate-x-382p {
        --tw-translate-x: 382px;
    }
    .x\:translate-x-385p {
        --tw-translate-x: 385px;
    }
    .x\:translate-x-400p {
        --tw-translate-x: 400px;
    }
    .x\:translate-x-407p {
        --tw-translate-x: 407px;
    }
    .x\:translate-x-411p {
        --tw-translate-x: 411px;
    }
    .x\:translate-x-418p {
        --tw-translate-x: 418px;
    }
    .x\:translate-x-430p {
        --tw-translate-x: 430px;
    }
    .x\:translate-x-450p {
        --tw-translate-x: 450px;
    }
    .x\:translate-x-468p {
        --tw-translate-x: 468px;
    }
    .x\:translate-x-485p {
        --tw-translate-x: 485px;
    }
    .x\:translate-x-491p {
        --tw-translate-x: 491px;
    }
    .x\:translate-x-494p {
        --tw-translate-x: 494px;
    }
    .x\:translate-x-470p {
        --tw-translate-x: 470px;
    }
    .x\:translate-x-480p {
        --tw-translate-x: 480px;
    }
    .x\:translate-x-532p {
        --tw-translate-x: 532px;
    }
    .x\:translate-x-556p {
        --tw-translate-x: 556px;
    }
    .x\:translate-x-505p {
        --tw-translate-x: 505px;
    }
    .x\:translate-x-1179p {
        --tw-translate-x: 1179px;
    }
    .x\:translate-x-1253p {
        --tw-translate-x: 1253px;
    }
    .x\:translate-x-1575p {
        --tw-translate-x: 1575px;
    }
    .x\:translate-x-600p {
        --tw-translate-x: 600px;
    }
    .x\:translate-x-649p {
        --tw-translate-x: 649px;
    }
    .x\:translate-x-690p {
        --tw-translate-x: 690px;
    }
    .x\:translate-x-19\% {
        --tw-translate-x: 19%;
    }
    .x\:translate-x-23\% {
        --tw-translate-x: 23%;
    }
    .x\:translate-x-24\% {
        --tw-translate-x: 24%;
    }
    .x\:translate-x-36\% {
        --tw-translate-x: 36%;
    }
    .x\:translate-x-27\% {
        --tw-translate-x: 27%;
    }
    .x\:translate-x-28\% {
        --tw-translate-x: 28%;
    }
    .x\:translate-x-42\% {
        --tw-translate-x: 42%;
    }
    .x\:translate-x-46\% {
        --tw-translate-x: 46%;
    }
    .x\:translate-x-49\% {
        --tw-translate-x: 49%;
    }
    .x\:translate-x-54\% {
        --tw-translate-x: 54%;
    }
    .x\:translate-x-58\% {
        --tw-translate-x: 58%;
    }
    .x\:translate-x-72\% {
        --tw-translate-x: 72%;
    }
    .x\:translate-x-76\% {
        --tw-translate-x: 76%;
    }
    .x\:translate-x-77\% {
        --tw-translate-x: 77%;
    }
    .x\:translate-x-340p {
        --tw-translate-x: 340px;
    }
    .x\:translate-x-700p {
        --tw-translate-x: 700px;
    }
    .x\:translate-x-848p {
        --tw-translate-x: 848px;
    }
    .x\:translate-x-850p {
        --tw-translate-x: 850px;
    }
    .x\:translate-x-860p {
        --tw-translate-x: 860px;
    }
    .x\:translate-x-1425p {
        --tw-translate-x: 1425px;
    }
    .x\:-translate-x-0 {
        --tw-translate-x: 0px;
    }
    .x\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }
    .x\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }
    .x\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }
    .x\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }
    .x\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }
    .x\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }
    .x\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }
    .x\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }
    .x\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }
    .x\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }
    .x\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }
    .x\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }
    .x\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }
    .x\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }
    .x\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }
    .x\:-translate-x-23 {
        --tw-translate-x: -88px;
    }
    .x\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }
    .x\:-translate-x-25 {
        --tw-translate-x: -100px;
    }
    .x\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }
    .x\:-translate-x-29 {
        --tw-translate-x: -120px;
    }
    .x\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }
    .x\:-translate-x-33 {
        --tw-translate-x: -130px;
    }
    .x\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }
    .x\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }
    .x\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }
    .x\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }
    .x\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }
    .x\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }
    .x\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }
    .x\:-translate-x-63 {
        --tw-translate-x: -270px;
    }
    .x\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }
    .x\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }
    .x\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }
    .x\:-translate-x-92 {
        --tw-translate-x: -475px;
    }
    .x\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }
    .x\:-translate-x-128 {
        --tw-translate-x: -32rem;
    }
    .x\:-translate-x-px {
        --tw-translate-x: -1px;
    }
    .x\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }
    .x\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }
    .x\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }
    .x\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }
    .x\:-translate-x-105p {
        --tw-translate-x: -105px;
    }
    .x\:-translate-x-50p {
        --tw-translate-x: -50px;
    }
    .x\:-translate-x-54p {
        --tw-translate-x: -54px;
    }
    .x\:-translate-x-1p {
        --tw-translate-x: -1px;
    }
    .x\:-translate-x-2p {
        --tw-translate-x: -2px;
    }
    .x\:-translate-x-3p {
        --tw-translate-x: -3px;
    }
    .x\:-translate-x-5p {
        --tw-translate-x: -5px;
    }
    .x\:-translate-x-7p {
        --tw-translate-x: -7px;
    }
    .x\:-translate-x-9p {
        --tw-translate-x: -9px;
    }
    .x\:-translate-x-10p {
        --tw-translate-x: -10px;
    }
    .x\:-translate-x-11p {
        --tw-translate-x: -11px;
    }
    .x\:-translate-x-13p {
        --tw-translate-x: -13px;
    }
    .x\:-translate-x-15p {
        --tw-translate-x: -15px;
    }
    .x\:-translate-x-18p {
        --tw-translate-x: -18px;
    }
    .x\:-translate-x-19p {
        --tw-translate-x: -19px;
    }
    .x\:-translate-x-21p {
        --tw-translate-x: -21px;
    }
    .x\:-translate-x-22p {
        --tw-translate-x: -22px;
    }
    .x\:-translate-x-23p {
        --tw-translate-x: -23px;
    }
    .x\:-translate-x-25p {
        --tw-translate-x: -25px;
    }
    .x\:-translate-x-26p {
        --tw-translate-x: -26px;
    }
    .x\:-translate-x-29p {
        --tw-translate-x: -29px;
    }
    .x\:-translate-x-30p {
        --tw-translate-x: -30px;
    }
    .x\:-translate-x-31p {
        --tw-translate-x: -31px;
    }
    .x\:-translate-x-35p {
        --tw-translate-x: -35px;
    }
    .x\:-translate-x-52p {
        --tw-translate-x: -52px;
    }
    .x\:-translate-x-53p {
        --tw-translate-x: -53px;
    }
    .x\:-translate-x-55p {
        --tw-translate-x: -55px;
    }
    .x\:-translate-x-59p {
        --tw-translate-x: -59px;
    }
    .x\:-translate-x-27p {
        --tw-translate-x: -27px;
    }
    .x\:-translate-x-33\.5p {
        --tw-translate-x: -33.5px;
    }
    .x\:-translate-x-38p {
        --tw-translate-x: -38px;
    }
    .x\:-translate-x-40p {
        --tw-translate-x: -40px;
    }
    .x\:-translate-x-46p {
        --tw-translate-x: -46px;
    }
    .x\:-translate-x-47p {
        --tw-translate-x: -47px;
    }
    .x\:-translate-x-49p {
        --tw-translate-x: -49px;
    }
    .x\:-translate-x-58p {
        --tw-translate-x: -58px;
    }
    .x\:-translate-x-75p {
        --tw-translate-x: -75px;
    }
    .x\:-translate-x-77p {
        --tw-translate-x: -77px;
    }
    .x\:-translate-x-60p {
        --tw-translate-x: -60px;
    }
    .x\:-translate-x-65p {
        --tw-translate-x: -65px;
    }
    .x\:-translate-x-66p {
        --tw-translate-x: -66px;
    }
    .x\:-translate-x-68p {
        --tw-translate-x: -68px;
    }
    .x\:-translate-x-70p {
        --tw-translate-x: -70px;
    }
    .x\:-translate-x-72p {
        --tw-translate-x: -72px;
    }
    .x\:-translate-x-74p {
        --tw-translate-x: -74px;
    }
    .x\:-translate-x-78p {
        --tw-translate-x: -78px;
    }
    .x\:-translate-x-80p {
        --tw-translate-x: -80px;
    }
    .x\:-translate-x-82p {
        --tw-translate-x: -82px;
    }
    .x\:-translate-x-84p {
        --tw-translate-x: -84px;
    }
    .x\:-translate-x-89p {
        --tw-translate-x: -89px;
    }
    .x\:-translate-x-93p {
        --tw-translate-x: -93px;
    }
    .x\:-translate-x-90p {
        --tw-translate-x: -90px;
    }
    .x\:-translate-x-97p {
        --tw-translate-x: -97px;
    }
    .x\:-translate-x-103p {
        --tw-translate-x: -103px;
    }
    .x\:-translate-x-116p {
        --tw-translate-x: -116px;
    }
    .x\:-translate-x-120p {
        --tw-translate-x: -120px;
    }
    .x\:-translate-x-125p {
        --tw-translate-x: -125px;
    }
    .x\:-translate-x-130p {
        --tw-translate-x: -130px;
    }
    .x\:-translate-x-135p {
        --tw-translate-x: -135px;
    }
    .x\:-translate-x-132p {
        --tw-translate-x: -132px;
    }
    .x\:-translate-x-150p {
        --tw-translate-x: -150px;
    }
    .x\:-translate-x-216p {
        --tw-translate-x: -216px;
    }
    .x\:-translate-x-225p {
        --tw-translate-x: -225px;
    }
    .x\:-translate-x-296p {
        --tw-translate-x: -296px;
    }
    .x\:-translate-x-270p {
        --tw-translate-x: -270px;
    }
    .x\:-translate-x-137p {
        --tw-translate-x: -137px;
    }
    .x\:-translate-x-141p {
        --tw-translate-x: -141px;
    }
    .x\:-translate-x-146p {
        --tw-translate-x: -146px;
    }
    .x\:-translate-x-152p {
        --tw-translate-x: -152px;
    }
    .x\:-translate-x-155p {
        --tw-translate-x: -155px;
    }
    .x\:-translate-x-163p {
        --tw-translate-x: -163px;
    }
    .x\:-translate-x-168p {
        --tw-translate-x: -168px;
    }
    .x\:-translate-x-173p {
        --tw-translate-x: -173px;
    }
    .x\:-translate-x-210p {
        --tw-translate-x: -210px;
    }
    .x\:-translate-x-245p {
        --tw-translate-x: -245px;
    }
    .x\:-translate-x-250p {
        --tw-translate-x: -250px;
    }
    .x\:-translate-x-260p {
        --tw-translate-x: -260px;
    }
    .x\:-translate-x-263p {
        --tw-translate-x: -263px;
    }
    .x\:-translate-x-266p {
        --tw-translate-x: -266px;
    }
    .x\:-translate-x-275p {
        --tw-translate-x: -275px;
    }
    .x\:-translate-x-300p {
        --tw-translate-x: -300px;
    }
    .x\:-translate-x-312p {
        --tw-translate-x: -312px;
    }
    .x\:-translate-x-318p {
        --tw-translate-x: -318px;
    }
    .x\:-translate-x-322p {
        --tw-translate-x: -322px;
    }
    .x\:-translate-x-337p {
        --tw-translate-x: -337px;
    }
    .x\:-translate-x-345p {
        --tw-translate-x: -345px;
    }
    .x\:-translate-x-344p {
        --tw-translate-x: -344px;
    }
    .x\:-translate-x-354p {
        --tw-translate-x: -354px;
    }
    .x\:-translate-x-364p {
        --tw-translate-x: -364px;
    }
    .x\:-translate-x-370p {
        --tw-translate-x: -370px;
    }
    .x\:-translate-x-382p {
        --tw-translate-x: -382px;
    }
    .x\:-translate-x-385p {
        --tw-translate-x: -385px;
    }
    .x\:-translate-x-400p {
        --tw-translate-x: -400px;
    }
    .x\:-translate-x-407p {
        --tw-translate-x: -407px;
    }
    .x\:-translate-x-411p {
        --tw-translate-x: -411px;
    }
    .x\:-translate-x-418p {
        --tw-translate-x: -418px;
    }
    .x\:-translate-x-430p {
        --tw-translate-x: -430px;
    }
    .x\:-translate-x-450p {
        --tw-translate-x: -450px;
    }
    .x\:-translate-x-468p {
        --tw-translate-x: -468px;
    }
    .x\:-translate-x-485p {
        --tw-translate-x: -485px;
    }
    .x\:-translate-x-491p {
        --tw-translate-x: -491px;
    }
    .x\:-translate-x-494p {
        --tw-translate-x: -494px;
    }
    .x\:-translate-x-470p {
        --tw-translate-x: -470px;
    }
    .x\:-translate-x-480p {
        --tw-translate-x: -480px;
    }
    .x\:-translate-x-532p {
        --tw-translate-x: -532px;
    }
    .x\:-translate-x-556p {
        --tw-translate-x: -556px;
    }
    .x\:-translate-x-505p {
        --tw-translate-x: -505px;
    }
    .x\:-translate-x-1179p {
        --tw-translate-x: -1179px;
    }
    .x\:-translate-x-1253p {
        --tw-translate-x: -1253px;
    }
    .x\:-translate-x-1575p {
        --tw-translate-x: -1575px;
    }
    .x\:-translate-x-600p {
        --tw-translate-x: -600px;
    }
    .x\:-translate-x-649p {
        --tw-translate-x: -649px;
    }
    .x\:-translate-x-690p {
        --tw-translate-x: -690px;
    }
    .x\:-translate-x-19\% {
        --tw-translate-x: -19%;
    }
    .x\:-translate-x-23\% {
        --tw-translate-x: -23%;
    }
    .x\:-translate-x-24\% {
        --tw-translate-x: -24%;
    }
    .x\:-translate-x-36\% {
        --tw-translate-x: -36%;
    }
    .x\:-translate-x-27\% {
        --tw-translate-x: -27%;
    }
    .x\:-translate-x-28\% {
        --tw-translate-x: -28%;
    }
    .x\:-translate-x-42\% {
        --tw-translate-x: -42%;
    }
    .x\:-translate-x-46\% {
        --tw-translate-x: -46%;
    }
    .x\:-translate-x-49\% {
        --tw-translate-x: -49%;
    }
    .x\:-translate-x-54\% {
        --tw-translate-x: -54%;
    }
    .x\:-translate-x-58\% {
        --tw-translate-x: -58%;
    }
    .x\:-translate-x-72\% {
        --tw-translate-x: -72%;
    }
    .x\:-translate-x-76\% {
        --tw-translate-x: -76%;
    }
    .x\:-translate-x-77\% {
        --tw-translate-x: -77%;
    }
    .x\:-translate-x-340p {
        --tw-translate-x: -340px;
    }
    .x\:-translate-x-700p {
        --tw-translate-x: -700px;
    }
    .x\:-translate-x-848p {
        --tw-translate-x: -848px;
    }
    .x\:-translate-x-850p {
        --tw-translate-x: -850px;
    }
    .x\:-translate-x-860p {
        --tw-translate-x: -860px;
    }
    .x\:-translate-x-1425p {
        --tw-translate-x: -1425px;
    }
    .x\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }
    .x\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }
    .x\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }
    .x\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }
    .x\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }
    .x\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }
    .x\:translate-x-full {
        --tw-translate-x: 100%;
    }
    .x\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }
    .x\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }
    .x\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }
    .x\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }
    .x\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }
    .x\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }
    .x\:-translate-x-full {
        --tw-translate-x: -100%;
    }
    .x\:translate-y-0 {
        --tw-translate-y: 0px;
    }
    .x\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }
    .x\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }
    .x\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }
    .x\:translate-y-4 {
        --tw-translate-y: 1rem;
    }
    .x\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }
    .x\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }
    .x\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }
    .x\:translate-y-8 {
        --tw-translate-y: 2rem;
    }
    .x\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }
    .x\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }
    .x\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }
    .x\:translate-y-12 {
        --tw-translate-y: 3rem;
    }
    .x\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }
    .x\:translate-y-16 {
        --tw-translate-y: 4rem;
    }
    .x\:translate-y-20 {
        --tw-translate-y: 5rem;
    }
    .x\:translate-y-23 {
        --tw-translate-y: 88px;
    }
    .x\:translate-y-24 {
        --tw-translate-y: 6rem;
    }
    .x\:translate-y-25 {
        --tw-translate-y: 100px;
    }
    .x\:translate-y-28 {
        --tw-translate-y: 7rem;
    }
    .x\:translate-y-29 {
        --tw-translate-y: 120px;
    }
    .x\:translate-y-32 {
        --tw-translate-y: 8rem;
    }
    .x\:translate-y-33 {
        --tw-translate-y: 130px;
    }
    .x\:translate-y-36 {
        --tw-translate-y: 9rem;
    }
    .x\:translate-y-40 {
        --tw-translate-y: 10rem;
    }
    .x\:translate-y-44 {
        --tw-translate-y: 11rem;
    }
    .x\:translate-y-48 {
        --tw-translate-y: 12rem;
    }
    .x\:translate-y-52 {
        --tw-translate-y: 13rem;
    }
    .x\:translate-y-56 {
        --tw-translate-y: 14rem;
    }
    .x\:translate-y-60 {
        --tw-translate-y: 15rem;
    }
    .x\:translate-y-63 {
        --tw-translate-y: 270px;
    }
    .x\:translate-y-64 {
        --tw-translate-y: 16rem;
    }
    .x\:translate-y-72 {
        --tw-translate-y: 18rem;
    }
    .x\:translate-y-80 {
        --tw-translate-y: 20rem;
    }
    .x\:translate-y-92 {
        --tw-translate-y: 475px;
    }
    .x\:translate-y-96 {
        --tw-translate-y: 24rem;
    }
    .x\:translate-y-128 {
        --tw-translate-y: 32rem;
    }
    .x\:translate-y-px {
        --tw-translate-y: 1px;
    }
    .x\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }
    .x\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }
    .x\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }
    .x\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }
    .x\:translate-y-105p {
        --tw-translate-y: 105px;
    }
    .x\:translate-y-50p {
        --tw-translate-y: 50px;
    }
    .x\:translate-y-54p {
        --tw-translate-y: 54px;
    }
    .x\:translate-y-1p {
        --tw-translate-y: 1px;
    }
    .x\:translate-y-2p {
        --tw-translate-y: 2px;
    }
    .x\:translate-y-3p {
        --tw-translate-y: 3px;
    }
    .x\:translate-y-5p {
        --tw-translate-y: 5px;
    }
    .x\:translate-y-7p {
        --tw-translate-y: 7px;
    }
    .x\:translate-y-9p {
        --tw-translate-y: 9px;
    }
    .x\:translate-y-10p {
        --tw-translate-y: 10px;
    }
    .x\:translate-y-11p {
        --tw-translate-y: 11px;
    }
    .x\:translate-y-13p {
        --tw-translate-y: 13px;
    }
    .x\:translate-y-15p {
        --tw-translate-y: 15px;
    }
    .x\:translate-y-18p {
        --tw-translate-y: 18px;
    }
    .x\:translate-y-19p {
        --tw-translate-y: 19px;
    }
    .x\:translate-y-21p {
        --tw-translate-y: 21px;
    }
    .x\:translate-y-22p {
        --tw-translate-y: 22px;
    }
    .x\:translate-y-23p {
        --tw-translate-y: 23px;
    }
    .x\:translate-y-25p {
        --tw-translate-y: 25px;
    }
    .x\:translate-y-26p {
        --tw-translate-y: 26px;
    }
    .x\:translate-y-29p {
        --tw-translate-y: 29px;
    }
    .x\:translate-y-30p {
        --tw-translate-y: 30px;
    }
    .x\:translate-y-31p {
        --tw-translate-y: 31px;
    }
    .x\:translate-y-35p {
        --tw-translate-y: 35px;
    }
    .x\:translate-y-52p {
        --tw-translate-y: 52px;
    }
    .x\:translate-y-53p {
        --tw-translate-y: 53px;
    }
    .x\:translate-y-55p {
        --tw-translate-y: 55px;
    }
    .x\:translate-y-59p {
        --tw-translate-y: 59px;
    }
    .x\:translate-y-27p {
        --tw-translate-y: 27px;
    }
    .x\:translate-y-33\.5p {
        --tw-translate-y: 33.5px;
    }
    .x\:translate-y-38p {
        --tw-translate-y: 38px;
    }
    .x\:translate-y-40p {
        --tw-translate-y: 40px;
    }
    .x\:translate-y-46p {
        --tw-translate-y: 46px;
    }
    .x\:translate-y-47p {
        --tw-translate-y: 47px;
    }
    .x\:translate-y-49p {
        --tw-translate-y: 49px;
    }
    .x\:translate-y-58p {
        --tw-translate-y: 58px;
    }
    .x\:translate-y-75p {
        --tw-translate-y: 75px;
    }
    .x\:translate-y-77p {
        --tw-translate-y: 77px;
    }
    .x\:translate-y-60p {
        --tw-translate-y: 60px;
    }
    .x\:translate-y-65p {
        --tw-translate-y: 65px;
    }
    .x\:translate-y-66p {
        --tw-translate-y: 66px;
    }
    .x\:translate-y-68p {
        --tw-translate-y: 68px;
    }
    .x\:translate-y-70p {
        --tw-translate-y: 70px;
    }
    .x\:translate-y-72p {
        --tw-translate-y: 72px;
    }
    .x\:translate-y-74p {
        --tw-translate-y: 74px;
    }
    .x\:translate-y-78p {
        --tw-translate-y: 78px;
    }
    .x\:translate-y-80p {
        --tw-translate-y: 80px;
    }
    .x\:translate-y-82p {
        --tw-translate-y: 82px;
    }
    .x\:translate-y-84p {
        --tw-translate-y: 84px;
    }
    .x\:translate-y-89p {
        --tw-translate-y: 89px;
    }
    .x\:translate-y-93p {
        --tw-translate-y: 93px;
    }
    .x\:translate-y-90p {
        --tw-translate-y: 90px;
    }
    .x\:translate-y-97p {
        --tw-translate-y: 97px;
    }
    .x\:translate-y-103p {
        --tw-translate-y: 103px;
    }
    .x\:translate-y-116p {
        --tw-translate-y: 116px;
    }
    .x\:translate-y-120p {
        --tw-translate-y: 120px;
    }
    .x\:translate-y-125p {
        --tw-translate-y: 125px;
    }
    .x\:translate-y-130p {
        --tw-translate-y: 130px;
    }
    .x\:translate-y-135p {
        --tw-translate-y: 135px;
    }
    .x\:translate-y-132p {
        --tw-translate-y: 132px;
    }
    .x\:translate-y-150p {
        --tw-translate-y: 150px;
    }
    .x\:translate-y-216p {
        --tw-translate-y: 216px;
    }
    .x\:translate-y-225p {
        --tw-translate-y: 225px;
    }
    .x\:translate-y-296p {
        --tw-translate-y: 296px;
    }
    .x\:translate-y-270p {
        --tw-translate-y: 270px;
    }
    .x\:translate-y-137p {
        --tw-translate-y: 137px;
    }
    .x\:translate-y-141p {
        --tw-translate-y: 141px;
    }
    .x\:translate-y-146p {
        --tw-translate-y: 146px;
    }
    .x\:translate-y-152p {
        --tw-translate-y: 152px;
    }
    .x\:translate-y-155p {
        --tw-translate-y: 155px;
    }
    .x\:translate-y-163p {
        --tw-translate-y: 163px;
    }
    .x\:translate-y-168p {
        --tw-translate-y: 168px;
    }
    .x\:translate-y-173p {
        --tw-translate-y: 173px;
    }
    .x\:translate-y-210p {
        --tw-translate-y: 210px;
    }
    .x\:translate-y-245p {
        --tw-translate-y: 245px;
    }
    .x\:translate-y-250p {
        --tw-translate-y: 250px;
    }
    .x\:translate-y-260p {
        --tw-translate-y: 260px;
    }
    .x\:translate-y-263p {
        --tw-translate-y: 263px;
    }
    .x\:translate-y-266p {
        --tw-translate-y: 266px;
    }
    .x\:translate-y-275p {
        --tw-translate-y: 275px;
    }
    .x\:translate-y-300p {
        --tw-translate-y: 300px;
    }
    .x\:translate-y-312p {
        --tw-translate-y: 312px;
    }
    .x\:translate-y-318p {
        --tw-translate-y: 318px;
    }
    .x\:translate-y-322p {
        --tw-translate-y: 322px;
    }
    .x\:translate-y-337p {
        --tw-translate-y: 337px;
    }
    .x\:translate-y-345p {
        --tw-translate-y: 345px;
    }
    .x\:translate-y-344p {
        --tw-translate-y: 344px;
    }
    .x\:translate-y-354p {
        --tw-translate-y: 354px;
    }
    .x\:translate-y-364p {
        --tw-translate-y: 364px;
    }
    .x\:translate-y-370p {
        --tw-translate-y: 370px;
    }
    .x\:translate-y-382p {
        --tw-translate-y: 382px;
    }
    .x\:translate-y-385p {
        --tw-translate-y: 385px;
    }
    .x\:translate-y-400p {
        --tw-translate-y: 400px;
    }
    .x\:translate-y-407p {
        --tw-translate-y: 407px;
    }
    .x\:translate-y-411p {
        --tw-translate-y: 411px;
    }
    .x\:translate-y-418p {
        --tw-translate-y: 418px;
    }
    .x\:translate-y-430p {
        --tw-translate-y: 430px;
    }
    .x\:translate-y-450p {
        --tw-translate-y: 450px;
    }
    .x\:translate-y-468p {
        --tw-translate-y: 468px;
    }
    .x\:translate-y-485p {
        --tw-translate-y: 485px;
    }
    .x\:translate-y-491p {
        --tw-translate-y: 491px;
    }
    .x\:translate-y-494p {
        --tw-translate-y: 494px;
    }
    .x\:translate-y-470p {
        --tw-translate-y: 470px;
    }
    .x\:translate-y-480p {
        --tw-translate-y: 480px;
    }
    .x\:translate-y-532p {
        --tw-translate-y: 532px;
    }
    .x\:translate-y-556p {
        --tw-translate-y: 556px;
    }
    .x\:translate-y-505p {
        --tw-translate-y: 505px;
    }
    .x\:translate-y-1179p {
        --tw-translate-y: 1179px;
    }
    .x\:translate-y-1253p {
        --tw-translate-y: 1253px;
    }
    .x\:translate-y-1575p {
        --tw-translate-y: 1575px;
    }
    .x\:translate-y-600p {
        --tw-translate-y: 600px;
    }
    .x\:translate-y-649p {
        --tw-translate-y: 649px;
    }
    .x\:translate-y-690p {
        --tw-translate-y: 690px;
    }
    .x\:translate-y-19\% {
        --tw-translate-y: 19%;
    }
    .x\:translate-y-23\% {
        --tw-translate-y: 23%;
    }
    .x\:translate-y-24\% {
        --tw-translate-y: 24%;
    }
    .x\:translate-y-36\% {
        --tw-translate-y: 36%;
    }
    .x\:translate-y-27\% {
        --tw-translate-y: 27%;
    }
    .x\:translate-y-28\% {
        --tw-translate-y: 28%;
    }
    .x\:translate-y-42\% {
        --tw-translate-y: 42%;
    }
    .x\:translate-y-46\% {
        --tw-translate-y: 46%;
    }
    .x\:translate-y-49\% {
        --tw-translate-y: 49%;
    }
    .x\:translate-y-54\% {
        --tw-translate-y: 54%;
    }
    .x\:translate-y-58\% {
        --tw-translate-y: 58%;
    }
    .x\:translate-y-72\% {
        --tw-translate-y: 72%;
    }
    .x\:translate-y-76\% {
        --tw-translate-y: 76%;
    }
    .x\:translate-y-77\% {
        --tw-translate-y: 77%;
    }
    .x\:translate-y-340p {
        --tw-translate-y: 340px;
    }
    .x\:translate-y-700p {
        --tw-translate-y: 700px;
    }
    .x\:translate-y-848p {
        --tw-translate-y: 848px;
    }
    .x\:translate-y-850p {
        --tw-translate-y: 850px;
    }
    .x\:translate-y-860p {
        --tw-translate-y: 860px;
    }
    .x\:translate-y-1425p {
        --tw-translate-y: 1425px;
    }
    .x\:-translate-y-0 {
        --tw-translate-y: 0px;
    }
    .x\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }
    .x\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }
    .x\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }
    .x\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }
    .x\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }
    .x\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }
    .x\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }
    .x\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }
    .x\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }
    .x\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }
    .x\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }
    .x\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }
    .x\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }
    .x\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }
    .x\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }
    .x\:-translate-y-23 {
        --tw-translate-y: -88px;
    }
    .x\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }
    .x\:-translate-y-25 {
        --tw-translate-y: -100px;
    }
    .x\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }
    .x\:-translate-y-29 {
        --tw-translate-y: -120px;
    }
    .x\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }
    .x\:-translate-y-33 {
        --tw-translate-y: -130px;
    }
    .x\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }
    .x\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }
    .x\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }
    .x\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }
    .x\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }
    .x\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }
    .x\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }
    .x\:-translate-y-63 {
        --tw-translate-y: -270px;
    }
    .x\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }
    .x\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }
    .x\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }
    .x\:-translate-y-92 {
        --tw-translate-y: -475px;
    }
    .x\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }
    .x\:-translate-y-128 {
        --tw-translate-y: -32rem;
    }
    .x\:-translate-y-px {
        --tw-translate-y: -1px;
    }
    .x\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }
    .x\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }
    .x\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }
    .x\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }
    .x\:-translate-y-105p {
        --tw-translate-y: -105px;
    }
    .x\:-translate-y-50p {
        --tw-translate-y: -50px;
    }
    .x\:-translate-y-54p {
        --tw-translate-y: -54px;
    }
    .x\:-translate-y-1p {
        --tw-translate-y: -1px;
    }
    .x\:-translate-y-2p {
        --tw-translate-y: -2px;
    }
    .x\:-translate-y-3p {
        --tw-translate-y: -3px;
    }
    .x\:-translate-y-5p {
        --tw-translate-y: -5px;
    }
    .x\:-translate-y-7p {
        --tw-translate-y: -7px;
    }
    .x\:-translate-y-9p {
        --tw-translate-y: -9px;
    }
    .x\:-translate-y-10p {
        --tw-translate-y: -10px;
    }
    .x\:-translate-y-11p {
        --tw-translate-y: -11px;
    }
    .x\:-translate-y-13p {
        --tw-translate-y: -13px;
    }
    .x\:-translate-y-15p {
        --tw-translate-y: -15px;
    }
    .x\:-translate-y-18p {
        --tw-translate-y: -18px;
    }
    .x\:-translate-y-19p {
        --tw-translate-y: -19px;
    }
    .x\:-translate-y-21p {
        --tw-translate-y: -21px;
    }
    .x\:-translate-y-22p {
        --tw-translate-y: -22px;
    }
    .x\:-translate-y-23p {
        --tw-translate-y: -23px;
    }
    .x\:-translate-y-25p {
        --tw-translate-y: -25px;
    }
    .x\:-translate-y-26p {
        --tw-translate-y: -26px;
    }
    .x\:-translate-y-29p {
        --tw-translate-y: -29px;
    }
    .x\:-translate-y-30p {
        --tw-translate-y: -30px;
    }
    .x\:-translate-y-31p {
        --tw-translate-y: -31px;
    }
    .x\:-translate-y-35p {
        --tw-translate-y: -35px;
    }
    .x\:-translate-y-52p {
        --tw-translate-y: -52px;
    }
    .x\:-translate-y-53p {
        --tw-translate-y: -53px;
    }
    .x\:-translate-y-55p {
        --tw-translate-y: -55px;
    }
    .x\:-translate-y-59p {
        --tw-translate-y: -59px;
    }
    .x\:-translate-y-27p {
        --tw-translate-y: -27px;
    }
    .x\:-translate-y-33\.5p {
        --tw-translate-y: -33.5px;
    }
    .x\:-translate-y-38p {
        --tw-translate-y: -38px;
    }
    .x\:-translate-y-40p {
        --tw-translate-y: -40px;
    }
    .x\:-translate-y-46p {
        --tw-translate-y: -46px;
    }
    .x\:-translate-y-47p {
        --tw-translate-y: -47px;
    }
    .x\:-translate-y-49p {
        --tw-translate-y: -49px;
    }
    .x\:-translate-y-58p {
        --tw-translate-y: -58px;
    }
    .x\:-translate-y-75p {
        --tw-translate-y: -75px;
    }
    .x\:-translate-y-77p {
        --tw-translate-y: -77px;
    }
    .x\:-translate-y-60p {
        --tw-translate-y: -60px;
    }
    .x\:-translate-y-65p {
        --tw-translate-y: -65px;
    }
    .x\:-translate-y-66p {
        --tw-translate-y: -66px;
    }
    .x\:-translate-y-68p {
        --tw-translate-y: -68px;
    }
    .x\:-translate-y-70p {
        --tw-translate-y: -70px;
    }
    .x\:-translate-y-72p {
        --tw-translate-y: -72px;
    }
    .x\:-translate-y-74p {
        --tw-translate-y: -74px;
    }
    .x\:-translate-y-78p {
        --tw-translate-y: -78px;
    }
    .x\:-translate-y-80p {
        --tw-translate-y: -80px;
    }
    .x\:-translate-y-82p {
        --tw-translate-y: -82px;
    }
    .x\:-translate-y-84p {
        --tw-translate-y: -84px;
    }
    .x\:-translate-y-89p {
        --tw-translate-y: -89px;
    }
    .x\:-translate-y-93p {
        --tw-translate-y: -93px;
    }
    .x\:-translate-y-90p {
        --tw-translate-y: -90px;
    }
    .x\:-translate-y-97p {
        --tw-translate-y: -97px;
    }
    .x\:-translate-y-103p {
        --tw-translate-y: -103px;
    }
    .x\:-translate-y-116p {
        --tw-translate-y: -116px;
    }
    .x\:-translate-y-120p {
        --tw-translate-y: -120px;
    }
    .x\:-translate-y-125p {
        --tw-translate-y: -125px;
    }
    .x\:-translate-y-130p {
        --tw-translate-y: -130px;
    }
    .x\:-translate-y-135p {
        --tw-translate-y: -135px;
    }
    .x\:-translate-y-132p {
        --tw-translate-y: -132px;
    }
    .x\:-translate-y-150p {
        --tw-translate-y: -150px;
    }
    .x\:-translate-y-216p {
        --tw-translate-y: -216px;
    }
    .x\:-translate-y-225p {
        --tw-translate-y: -225px;
    }
    .x\:-translate-y-296p {
        --tw-translate-y: -296px;
    }
    .x\:-translate-y-270p {
        --tw-translate-y: -270px;
    }
    .x\:-translate-y-137p {
        --tw-translate-y: -137px;
    }
    .x\:-translate-y-141p {
        --tw-translate-y: -141px;
    }
    .x\:-translate-y-146p {
        --tw-translate-y: -146px;
    }
    .x\:-translate-y-152p {
        --tw-translate-y: -152px;
    }
    .x\:-translate-y-155p {
        --tw-translate-y: -155px;
    }
    .x\:-translate-y-163p {
        --tw-translate-y: -163px;
    }
    .x\:-translate-y-168p {
        --tw-translate-y: -168px;
    }
    .x\:-translate-y-173p {
        --tw-translate-y: -173px;
    }
    .x\:-translate-y-210p {
        --tw-translate-y: -210px;
    }
    .x\:-translate-y-245p {
        --tw-translate-y: -245px;
    }
    .x\:-translate-y-250p {
        --tw-translate-y: -250px;
    }
    .x\:-translate-y-260p {
        --tw-translate-y: -260px;
    }
    .x\:-translate-y-263p {
        --tw-translate-y: -263px;
    }
    .x\:-translate-y-266p {
        --tw-translate-y: -266px;
    }
    .x\:-translate-y-275p {
        --tw-translate-y: -275px;
    }
    .x\:-translate-y-300p {
        --tw-translate-y: -300px;
    }
    .x\:-translate-y-312p {
        --tw-translate-y: -312px;
    }
    .x\:-translate-y-318p {
        --tw-translate-y: -318px;
    }
    .x\:-translate-y-322p {
        --tw-translate-y: -322px;
    }
    .x\:-translate-y-337p {
        --tw-translate-y: -337px;
    }
    .x\:-translate-y-345p {
        --tw-translate-y: -345px;
    }
    .x\:-translate-y-344p {
        --tw-translate-y: -344px;
    }
    .x\:-translate-y-354p {
        --tw-translate-y: -354px;
    }
    .x\:-translate-y-364p {
        --tw-translate-y: -364px;
    }
    .x\:-translate-y-370p {
        --tw-translate-y: -370px;
    }
    .x\:-translate-y-382p {
        --tw-translate-y: -382px;
    }
    .x\:-translate-y-385p {
        --tw-translate-y: -385px;
    }
    .x\:-translate-y-400p {
        --tw-translate-y: -400px;
    }
    .x\:-translate-y-407p {
        --tw-translate-y: -407px;
    }
    .x\:-translate-y-411p {
        --tw-translate-y: -411px;
    }
    .x\:-translate-y-418p {
        --tw-translate-y: -418px;
    }
    .x\:-translate-y-430p {
        --tw-translate-y: -430px;
    }
    .x\:-translate-y-450p {
        --tw-translate-y: -450px;
    }
    .x\:-translate-y-468p {
        --tw-translate-y: -468px;
    }
    .x\:-translate-y-485p {
        --tw-translate-y: -485px;
    }
    .x\:-translate-y-491p {
        --tw-translate-y: -491px;
    }
    .x\:-translate-y-494p {
        --tw-translate-y: -494px;
    }
    .x\:-translate-y-470p {
        --tw-translate-y: -470px;
    }
    .x\:-translate-y-480p {
        --tw-translate-y: -480px;
    }
    .x\:-translate-y-532p {
        --tw-translate-y: -532px;
    }
    .x\:-translate-y-556p {
        --tw-translate-y: -556px;
    }
    .x\:-translate-y-505p {
        --tw-translate-y: -505px;
    }
    .x\:-translate-y-1179p {
        --tw-translate-y: -1179px;
    }
    .x\:-translate-y-1253p {
        --tw-translate-y: -1253px;
    }
    .x\:-translate-y-1575p {
        --tw-translate-y: -1575px;
    }
    .x\:-translate-y-600p {
        --tw-translate-y: -600px;
    }
    .x\:-translate-y-649p {
        --tw-translate-y: -649px;
    }
    .x\:-translate-y-690p {
        --tw-translate-y: -690px;
    }
    .x\:-translate-y-19\% {
        --tw-translate-y: -19%;
    }
    .x\:-translate-y-23\% {
        --tw-translate-y: -23%;
    }
    .x\:-translate-y-24\% {
        --tw-translate-y: -24%;
    }
    .x\:-translate-y-36\% {
        --tw-translate-y: -36%;
    }
    .x\:-translate-y-27\% {
        --tw-translate-y: -27%;
    }
    .x\:-translate-y-28\% {
        --tw-translate-y: -28%;
    }
    .x\:-translate-y-42\% {
        --tw-translate-y: -42%;
    }
    .x\:-translate-y-46\% {
        --tw-translate-y: -46%;
    }
    .x\:-translate-y-49\% {
        --tw-translate-y: -49%;
    }
    .x\:-translate-y-54\% {
        --tw-translate-y: -54%;
    }
    .x\:-translate-y-58\% {
        --tw-translate-y: -58%;
    }
    .x\:-translate-y-72\% {
        --tw-translate-y: -72%;
    }
    .x\:-translate-y-76\% {
        --tw-translate-y: -76%;
    }
    .x\:-translate-y-77\% {
        --tw-translate-y: -77%;
    }
    .x\:-translate-y-340p {
        --tw-translate-y: -340px;
    }
    .x\:-translate-y-700p {
        --tw-translate-y: -700px;
    }
    .x\:-translate-y-848p {
        --tw-translate-y: -848px;
    }
    .x\:-translate-y-850p {
        --tw-translate-y: -850px;
    }
    .x\:-translate-y-860p {
        --tw-translate-y: -860px;
    }
    .x\:-translate-y-1425p {
        --tw-translate-y: -1425px;
    }
    .x\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }
    .x\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }
    .x\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }
    .x\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }
    .x\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }
    .x\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }
    .x\:translate-y-full {
        --tw-translate-y: 100%;
    }
    .x\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }
    .x\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }
    .x\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }
    .x\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }
    .x\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }
    .x\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }
    .x\:-translate-y-full {
        --tw-translate-y: -100%;
    }
    .x\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .x\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }
    .x\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }
    .x\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }
    .x\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }
    .x\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }
    .x\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }
    .x\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }
    .x\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }
    .x\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }
    .x\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }
    .x\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }
    .x\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }
    .x\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }
    .x\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }
    .x\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }
    .x\:hover\:translate-x-23:hover {
        --tw-translate-x: 88px;
    }
    .x\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }
    .x\:hover\:translate-x-25:hover {
        --tw-translate-x: 100px;
    }
    .x\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }
    .x\:hover\:translate-x-29:hover {
        --tw-translate-x: 120px;
    }
    .x\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }
    .x\:hover\:translate-x-33:hover {
        --tw-translate-x: 130px;
    }
    .x\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }
    .x\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }
    .x\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }
    .x\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }
    .x\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }
    .x\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }
    .x\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }
    .x\:hover\:translate-x-63:hover {
        --tw-translate-x: 270px;
    }
    .x\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }
    .x\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }
    .x\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }
    .x\:hover\:translate-x-92:hover {
        --tw-translate-x: 475px;
    }
    .x\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }
    .x\:hover\:translate-x-128:hover {
        --tw-translate-x: 32rem;
    }
    .x\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }
    .x\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }
    .x\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }
    .x\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }
    .x\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }
    .x\:hover\:translate-x-105p:hover {
        --tw-translate-x: 105px;
    }
    .x\:hover\:translate-x-50p:hover {
        --tw-translate-x: 50px;
    }
    .x\:hover\:translate-x-54p:hover {
        --tw-translate-x: 54px;
    }
    .x\:hover\:translate-x-1p:hover {
        --tw-translate-x: 1px;
    }
    .x\:hover\:translate-x-2p:hover {
        --tw-translate-x: 2px;
    }
    .x\:hover\:translate-x-3p:hover {
        --tw-translate-x: 3px;
    }
    .x\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }
    .x\:hover\:translate-x-7p:hover {
        --tw-translate-x: 7px;
    }
    .x\:hover\:translate-x-9p:hover {
        --tw-translate-x: 9px;
    }
    .x\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }
    .x\:hover\:translate-x-11p:hover {
        --tw-translate-x: 11px;
    }
    .x\:hover\:translate-x-13p:hover {
        --tw-translate-x: 13px;
    }
    .x\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }
    .x\:hover\:translate-x-18p:hover {
        --tw-translate-x: 18px;
    }
    .x\:hover\:translate-x-19p:hover {
        --tw-translate-x: 19px;
    }
    .x\:hover\:translate-x-21p:hover {
        --tw-translate-x: 21px;
    }
    .x\:hover\:translate-x-22p:hover {
        --tw-translate-x: 22px;
    }
    .x\:hover\:translate-x-23p:hover {
        --tw-translate-x: 23px;
    }
    .x\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }
    .x\:hover\:translate-x-26p:hover {
        --tw-translate-x: 26px;
    }
    .x\:hover\:translate-x-29p:hover {
        --tw-translate-x: 29px;
    }
    .x\:hover\:translate-x-30p:hover {
        --tw-translate-x: 30px;
    }
    .x\:hover\:translate-x-31p:hover {
        --tw-translate-x: 31px;
    }
    .x\:hover\:translate-x-35p:hover {
        --tw-translate-x: 35px;
    }
    .x\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52px;
    }
    .x\:hover\:translate-x-53p:hover {
        --tw-translate-x: 53px;
    }
    .x\:hover\:translate-x-55p:hover {
        --tw-translate-x: 55px;
    }
    .x\:hover\:translate-x-59p:hover {
        --tw-translate-x: 59px;
    }
    .x\:hover\:translate-x-27p:hover {
        --tw-translate-x: 27px;
    }
    .x\:hover\:translate-x-33\.5p:hover {
        --tw-translate-x: 33.5px;
    }
    .x\:hover\:translate-x-38p:hover {
        --tw-translate-x: 38px;
    }
    .x\:hover\:translate-x-40p:hover {
        --tw-translate-x: 40px;
    }
    .x\:hover\:translate-x-46p:hover {
        --tw-translate-x: 46px;
    }
    .x\:hover\:translate-x-47p:hover {
        --tw-translate-x: 47px;
    }
    .x\:hover\:translate-x-49p:hover {
        --tw-translate-x: 49px;
    }
    .x\:hover\:translate-x-58p:hover {
        --tw-translate-x: 58px;
    }
    .x\:hover\:translate-x-75p:hover {
        --tw-translate-x: 75px;
    }
    .x\:hover\:translate-x-77p:hover {
        --tw-translate-x: 77px;
    }
    .x\:hover\:translate-x-60p:hover {
        --tw-translate-x: 60px;
    }
    .x\:hover\:translate-x-65p:hover {
        --tw-translate-x: 65px;
    }
    .x\:hover\:translate-x-66p:hover {
        --tw-translate-x: 66px;
    }
    .x\:hover\:translate-x-68p:hover {
        --tw-translate-x: 68px;
    }
    .x\:hover\:translate-x-70p:hover {
        --tw-translate-x: 70px;
    }
    .x\:hover\:translate-x-72p:hover {
        --tw-translate-x: 72px;
    }
    .x\:hover\:translate-x-74p:hover {
        --tw-translate-x: 74px;
    }
    .x\:hover\:translate-x-78p:hover {
        --tw-translate-x: 78px;
    }
    .x\:hover\:translate-x-80p:hover {
        --tw-translate-x: 80px;
    }
    .x\:hover\:translate-x-82p:hover {
        --tw-translate-x: 82px;
    }
    .x\:hover\:translate-x-84p:hover {
        --tw-translate-x: 84px;
    }
    .x\:hover\:translate-x-89p:hover {
        --tw-translate-x: 89px;
    }
    .x\:hover\:translate-x-93p:hover {
        --tw-translate-x: 93px;
    }
    .x\:hover\:translate-x-90p:hover {
        --tw-translate-x: 90px;
    }
    .x\:hover\:translate-x-97p:hover {
        --tw-translate-x: 97px;
    }
    .x\:hover\:translate-x-103p:hover {
        --tw-translate-x: 103px;
    }
    .x\:hover\:translate-x-116p:hover {
        --tw-translate-x: 116px;
    }
    .x\:hover\:translate-x-120p:hover {
        --tw-translate-x: 120px;
    }
    .x\:hover\:translate-x-125p:hover {
        --tw-translate-x: 125px;
    }
    .x\:hover\:translate-x-130p:hover {
        --tw-translate-x: 130px;
    }
    .x\:hover\:translate-x-135p:hover {
        --tw-translate-x: 135px;
    }
    .x\:hover\:translate-x-132p:hover {
        --tw-translate-x: 132px;
    }
    .x\:hover\:translate-x-150p:hover {
        --tw-translate-x: 150px;
    }
    .x\:hover\:translate-x-216p:hover {
        --tw-translate-x: 216px;
    }
    .x\:hover\:translate-x-225p:hover {
        --tw-translate-x: 225px;
    }
    .x\:hover\:translate-x-296p:hover {
        --tw-translate-x: 296px;
    }
    .x\:hover\:translate-x-270p:hover {
        --tw-translate-x: 270px;
    }
    .x\:hover\:translate-x-137p:hover {
        --tw-translate-x: 137px;
    }
    .x\:hover\:translate-x-141p:hover {
        --tw-translate-x: 141px;
    }
    .x\:hover\:translate-x-146p:hover {
        --tw-translate-x: 146px;
    }
    .x\:hover\:translate-x-152p:hover {
        --tw-translate-x: 152px;
    }
    .x\:hover\:translate-x-155p:hover {
        --tw-translate-x: 155px;
    }
    .x\:hover\:translate-x-163p:hover {
        --tw-translate-x: 163px;
    }
    .x\:hover\:translate-x-168p:hover {
        --tw-translate-x: 168px;
    }
    .x\:hover\:translate-x-173p:hover {
        --tw-translate-x: 173px;
    }
    .x\:hover\:translate-x-210p:hover {
        --tw-translate-x: 210px;
    }
    .x\:hover\:translate-x-245p:hover {
        --tw-translate-x: 245px;
    }
    .x\:hover\:translate-x-250p:hover {
        --tw-translate-x: 250px;
    }
    .x\:hover\:translate-x-260p:hover {
        --tw-translate-x: 260px;
    }
    .x\:hover\:translate-x-263p:hover {
        --tw-translate-x: 263px;
    }
    .x\:hover\:translate-x-266p:hover {
        --tw-translate-x: 266px;
    }
    .x\:hover\:translate-x-275p:hover {
        --tw-translate-x: 275px;
    }
    .x\:hover\:translate-x-300p:hover {
        --tw-translate-x: 300px;
    }
    .x\:hover\:translate-x-312p:hover {
        --tw-translate-x: 312px;
    }
    .x\:hover\:translate-x-318p:hover {
        --tw-translate-x: 318px;
    }
    .x\:hover\:translate-x-322p:hover {
        --tw-translate-x: 322px;
    }
    .x\:hover\:translate-x-337p:hover {
        --tw-translate-x: 337px;
    }
    .x\:hover\:translate-x-345p:hover {
        --tw-translate-x: 345px;
    }
    .x\:hover\:translate-x-344p:hover {
        --tw-translate-x: 344px;
    }
    .x\:hover\:translate-x-354p:hover {
        --tw-translate-x: 354px;
    }
    .x\:hover\:translate-x-364p:hover {
        --tw-translate-x: 364px;
    }
    .x\:hover\:translate-x-370p:hover {
        --tw-translate-x: 370px;
    }
    .x\:hover\:translate-x-382p:hover {
        --tw-translate-x: 382px;
    }
    .x\:hover\:translate-x-385p:hover {
        --tw-translate-x: 385px;
    }
    .x\:hover\:translate-x-400p:hover {
        --tw-translate-x: 400px;
    }
    .x\:hover\:translate-x-407p:hover {
        --tw-translate-x: 407px;
    }
    .x\:hover\:translate-x-411p:hover {
        --tw-translate-x: 411px;
    }
    .x\:hover\:translate-x-418p:hover {
        --tw-translate-x: 418px;
    }
    .x\:hover\:translate-x-430p:hover {
        --tw-translate-x: 430px;
    }
    .x\:hover\:translate-x-450p:hover {
        --tw-translate-x: 450px;
    }
    .x\:hover\:translate-x-468p:hover {
        --tw-translate-x: 468px;
    }
    .x\:hover\:translate-x-485p:hover {
        --tw-translate-x: 485px;
    }
    .x\:hover\:translate-x-491p:hover {
        --tw-translate-x: 491px;
    }
    .x\:hover\:translate-x-494p:hover {
        --tw-translate-x: 494px;
    }
    .x\:hover\:translate-x-470p:hover {
        --tw-translate-x: 470px;
    }
    .x\:hover\:translate-x-480p:hover {
        --tw-translate-x: 480px;
    }
    .x\:hover\:translate-x-532p:hover {
        --tw-translate-x: 532px;
    }
    .x\:hover\:translate-x-556p:hover {
        --tw-translate-x: 556px;
    }
    .x\:hover\:translate-x-505p:hover {
        --tw-translate-x: 505px;
    }
    .x\:hover\:translate-x-1179p:hover {
        --tw-translate-x: 1179px;
    }
    .x\:hover\:translate-x-1253p:hover {
        --tw-translate-x: 1253px;
    }
    .x\:hover\:translate-x-1575p:hover {
        --tw-translate-x: 1575px;
    }
    .x\:hover\:translate-x-600p:hover {
        --tw-translate-x: 600px;
    }
    .x\:hover\:translate-x-649p:hover {
        --tw-translate-x: 649px;
    }
    .x\:hover\:translate-x-690p:hover {
        --tw-translate-x: 690px;
    }
    .x\:hover\:translate-x-19\%:hover {
        --tw-translate-x: 19%;
    }
    .x\:hover\:translate-x-23\%:hover {
        --tw-translate-x: 23%;
    }
    .x\:hover\:translate-x-24\%:hover {
        --tw-translate-x: 24%;
    }
    .x\:hover\:translate-x-36\%:hover {
        --tw-translate-x: 36%;
    }
    .x\:hover\:translate-x-27\%:hover {
        --tw-translate-x: 27%;
    }
    .x\:hover\:translate-x-28\%:hover {
        --tw-translate-x: 28%;
    }
    .x\:hover\:translate-x-42\%:hover {
        --tw-translate-x: 42%;
    }
    .x\:hover\:translate-x-46\%:hover {
        --tw-translate-x: 46%;
    }
    .x\:hover\:translate-x-49\%:hover {
        --tw-translate-x: 49%;
    }
    .x\:hover\:translate-x-54\%:hover {
        --tw-translate-x: 54%;
    }
    .x\:hover\:translate-x-58\%:hover {
        --tw-translate-x: 58%;
    }
    .x\:hover\:translate-x-72\%:hover {
        --tw-translate-x: 72%;
    }
    .x\:hover\:translate-x-76\%:hover {
        --tw-translate-x: 76%;
    }
    .x\:hover\:translate-x-77\%:hover {
        --tw-translate-x: 77%;
    }
    .x\:hover\:translate-x-340p:hover {
        --tw-translate-x: 340px;
    }
    .x\:hover\:translate-x-700p:hover {
        --tw-translate-x: 700px;
    }
    .x\:hover\:translate-x-848p:hover {
        --tw-translate-x: 848px;
    }
    .x\:hover\:translate-x-850p:hover {
        --tw-translate-x: 850px;
    }
    .x\:hover\:translate-x-860p:hover {
        --tw-translate-x: 860px;
    }
    .x\:hover\:translate-x-1425p:hover {
        --tw-translate-x: 1425px;
    }
    .x\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }
    .x\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }
    .x\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }
    .x\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }
    .x\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }
    .x\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }
    .x\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }
    .x\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }
    .x\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }
    .x\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }
    .x\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }
    .x\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }
    .x\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }
    .x\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }
    .x\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }
    .x\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }
    .x\:hover\:-translate-x-23:hover {
        --tw-translate-x: -88px;
    }
    .x\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }
    .x\:hover\:-translate-x-25:hover {
        --tw-translate-x: -100px;
    }
    .x\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }
    .x\:hover\:-translate-x-29:hover {
        --tw-translate-x: -120px;
    }
    .x\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }
    .x\:hover\:-translate-x-33:hover {
        --tw-translate-x: -130px;
    }
    .x\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }
    .x\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }
    .x\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }
    .x\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }
    .x\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }
    .x\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }
    .x\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }
    .x\:hover\:-translate-x-63:hover {
        --tw-translate-x: -270px;
    }
    .x\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }
    .x\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }
    .x\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }
    .x\:hover\:-translate-x-92:hover {
        --tw-translate-x: -475px;
    }
    .x\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }
    .x\:hover\:-translate-x-128:hover {
        --tw-translate-x: -32rem;
    }
    .x\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }
    .x\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }
    .x\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }
    .x\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }
    .x\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }
    .x\:hover\:-translate-x-105p:hover {
        --tw-translate-x: -105px;
    }
    .x\:hover\:-translate-x-50p:hover {
        --tw-translate-x: -50px;
    }
    .x\:hover\:-translate-x-54p:hover {
        --tw-translate-x: -54px;
    }
    .x\:hover\:-translate-x-1p:hover {
        --tw-translate-x: -1px;
    }
    .x\:hover\:-translate-x-2p:hover {
        --tw-translate-x: -2px;
    }
    .x\:hover\:-translate-x-3p:hover {
        --tw-translate-x: -3px;
    }
    .x\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }
    .x\:hover\:-translate-x-7p:hover {
        --tw-translate-x: -7px;
    }
    .x\:hover\:-translate-x-9p:hover {
        --tw-translate-x: -9px;
    }
    .x\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }
    .x\:hover\:-translate-x-11p:hover {
        --tw-translate-x: -11px;
    }
    .x\:hover\:-translate-x-13p:hover {
        --tw-translate-x: -13px;
    }
    .x\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }
    .x\:hover\:-translate-x-18p:hover {
        --tw-translate-x: -18px;
    }
    .x\:hover\:-translate-x-19p:hover {
        --tw-translate-x: -19px;
    }
    .x\:hover\:-translate-x-21p:hover {
        --tw-translate-x: -21px;
    }
    .x\:hover\:-translate-x-22p:hover {
        --tw-translate-x: -22px;
    }
    .x\:hover\:-translate-x-23p:hover {
        --tw-translate-x: -23px;
    }
    .x\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }
    .x\:hover\:-translate-x-26p:hover {
        --tw-translate-x: -26px;
    }
    .x\:hover\:-translate-x-29p:hover {
        --tw-translate-x: -29px;
    }
    .x\:hover\:-translate-x-30p:hover {
        --tw-translate-x: -30px;
    }
    .x\:hover\:-translate-x-31p:hover {
        --tw-translate-x: -31px;
    }
    .x\:hover\:-translate-x-35p:hover {
        --tw-translate-x: -35px;
    }
    .x\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52px;
    }
    .x\:hover\:-translate-x-53p:hover {
        --tw-translate-x: -53px;
    }
    .x\:hover\:-translate-x-55p:hover {
        --tw-translate-x: -55px;
    }
    .x\:hover\:-translate-x-59p:hover {
        --tw-translate-x: -59px;
    }
    .x\:hover\:-translate-x-27p:hover {
        --tw-translate-x: -27px;
    }
    .x\:hover\:-translate-x-33\.5p:hover {
        --tw-translate-x: -33.5px;
    }
    .x\:hover\:-translate-x-38p:hover {
        --tw-translate-x: -38px;
    }
    .x\:hover\:-translate-x-40p:hover {
        --tw-translate-x: -40px;
    }
    .x\:hover\:-translate-x-46p:hover {
        --tw-translate-x: -46px;
    }
    .x\:hover\:-translate-x-47p:hover {
        --tw-translate-x: -47px;
    }
    .x\:hover\:-translate-x-49p:hover {
        --tw-translate-x: -49px;
    }
    .x\:hover\:-translate-x-58p:hover {
        --tw-translate-x: -58px;
    }
    .x\:hover\:-translate-x-75p:hover {
        --tw-translate-x: -75px;
    }
    .x\:hover\:-translate-x-77p:hover {
        --tw-translate-x: -77px;
    }
    .x\:hover\:-translate-x-60p:hover {
        --tw-translate-x: -60px;
    }
    .x\:hover\:-translate-x-65p:hover {
        --tw-translate-x: -65px;
    }
    .x\:hover\:-translate-x-66p:hover {
        --tw-translate-x: -66px;
    }
    .x\:hover\:-translate-x-68p:hover {
        --tw-translate-x: -68px;
    }
    .x\:hover\:-translate-x-70p:hover {
        --tw-translate-x: -70px;
    }
    .x\:hover\:-translate-x-72p:hover {
        --tw-translate-x: -72px;
    }
    .x\:hover\:-translate-x-74p:hover {
        --tw-translate-x: -74px;
    }
    .x\:hover\:-translate-x-78p:hover {
        --tw-translate-x: -78px;
    }
    .x\:hover\:-translate-x-80p:hover {
        --tw-translate-x: -80px;
    }
    .x\:hover\:-translate-x-82p:hover {
        --tw-translate-x: -82px;
    }
    .x\:hover\:-translate-x-84p:hover {
        --tw-translate-x: -84px;
    }
    .x\:hover\:-translate-x-89p:hover {
        --tw-translate-x: -89px;
    }
    .x\:hover\:-translate-x-93p:hover {
        --tw-translate-x: -93px;
    }
    .x\:hover\:-translate-x-90p:hover {
        --tw-translate-x: -90px;
    }
    .x\:hover\:-translate-x-97p:hover {
        --tw-translate-x: -97px;
    }
    .x\:hover\:-translate-x-103p:hover {
        --tw-translate-x: -103px;
    }
    .x\:hover\:-translate-x-116p:hover {
        --tw-translate-x: -116px;
    }
    .x\:hover\:-translate-x-120p:hover {
        --tw-translate-x: -120px;
    }
    .x\:hover\:-translate-x-125p:hover {
        --tw-translate-x: -125px;
    }
    .x\:hover\:-translate-x-130p:hover {
        --tw-translate-x: -130px;
    }
    .x\:hover\:-translate-x-135p:hover {
        --tw-translate-x: -135px;
    }
    .x\:hover\:-translate-x-132p:hover {
        --tw-translate-x: -132px;
    }
    .x\:hover\:-translate-x-150p:hover {
        --tw-translate-x: -150px;
    }
    .x\:hover\:-translate-x-216p:hover {
        --tw-translate-x: -216px;
    }
    .x\:hover\:-translate-x-225p:hover {
        --tw-translate-x: -225px;
    }
    .x\:hover\:-translate-x-296p:hover {
        --tw-translate-x: -296px;
    }
    .x\:hover\:-translate-x-270p:hover {
        --tw-translate-x: -270px;
    }
    .x\:hover\:-translate-x-137p:hover {
        --tw-translate-x: -137px;
    }
    .x\:hover\:-translate-x-141p:hover {
        --tw-translate-x: -141px;
    }
    .x\:hover\:-translate-x-146p:hover {
        --tw-translate-x: -146px;
    }
    .x\:hover\:-translate-x-152p:hover {
        --tw-translate-x: -152px;
    }
    .x\:hover\:-translate-x-155p:hover {
        --tw-translate-x: -155px;
    }
    .x\:hover\:-translate-x-163p:hover {
        --tw-translate-x: -163px;
    }
    .x\:hover\:-translate-x-168p:hover {
        --tw-translate-x: -168px;
    }
    .x\:hover\:-translate-x-173p:hover {
        --tw-translate-x: -173px;
    }
    .x\:hover\:-translate-x-210p:hover {
        --tw-translate-x: -210px;
    }
    .x\:hover\:-translate-x-245p:hover {
        --tw-translate-x: -245px;
    }
    .x\:hover\:-translate-x-250p:hover {
        --tw-translate-x: -250px;
    }
    .x\:hover\:-translate-x-260p:hover {
        --tw-translate-x: -260px;
    }
    .x\:hover\:-translate-x-263p:hover {
        --tw-translate-x: -263px;
    }
    .x\:hover\:-translate-x-266p:hover {
        --tw-translate-x: -266px;
    }
    .x\:hover\:-translate-x-275p:hover {
        --tw-translate-x: -275px;
    }
    .x\:hover\:-translate-x-300p:hover {
        --tw-translate-x: -300px;
    }
    .x\:hover\:-translate-x-312p:hover {
        --tw-translate-x: -312px;
    }
    .x\:hover\:-translate-x-318p:hover {
        --tw-translate-x: -318px;
    }
    .x\:hover\:-translate-x-322p:hover {
        --tw-translate-x: -322px;
    }
    .x\:hover\:-translate-x-337p:hover {
        --tw-translate-x: -337px;
    }
    .x\:hover\:-translate-x-345p:hover {
        --tw-translate-x: -345px;
    }
    .x\:hover\:-translate-x-344p:hover {
        --tw-translate-x: -344px;
    }
    .x\:hover\:-translate-x-354p:hover {
        --tw-translate-x: -354px;
    }
    .x\:hover\:-translate-x-364p:hover {
        --tw-translate-x: -364px;
    }
    .x\:hover\:-translate-x-370p:hover {
        --tw-translate-x: -370px;
    }
    .x\:hover\:-translate-x-382p:hover {
        --tw-translate-x: -382px;
    }
    .x\:hover\:-translate-x-385p:hover {
        --tw-translate-x: -385px;
    }
    .x\:hover\:-translate-x-400p:hover {
        --tw-translate-x: -400px;
    }
    .x\:hover\:-translate-x-407p:hover {
        --tw-translate-x: -407px;
    }
    .x\:hover\:-translate-x-411p:hover {
        --tw-translate-x: -411px;
    }
    .x\:hover\:-translate-x-418p:hover {
        --tw-translate-x: -418px;
    }
    .x\:hover\:-translate-x-430p:hover {
        --tw-translate-x: -430px;
    }
    .x\:hover\:-translate-x-450p:hover {
        --tw-translate-x: -450px;
    }
    .x\:hover\:-translate-x-468p:hover {
        --tw-translate-x: -468px;
    }
    .x\:hover\:-translate-x-485p:hover {
        --tw-translate-x: -485px;
    }
    .x\:hover\:-translate-x-491p:hover {
        --tw-translate-x: -491px;
    }
    .x\:hover\:-translate-x-494p:hover {
        --tw-translate-x: -494px;
    }
    .x\:hover\:-translate-x-470p:hover {
        --tw-translate-x: -470px;
    }
    .x\:hover\:-translate-x-480p:hover {
        --tw-translate-x: -480px;
    }
    .x\:hover\:-translate-x-532p:hover {
        --tw-translate-x: -532px;
    }
    .x\:hover\:-translate-x-556p:hover {
        --tw-translate-x: -556px;
    }
    .x\:hover\:-translate-x-505p:hover {
        --tw-translate-x: -505px;
    }
    .x\:hover\:-translate-x-1179p:hover {
        --tw-translate-x: -1179px;
    }
    .x\:hover\:-translate-x-1253p:hover {
        --tw-translate-x: -1253px;
    }
    .x\:hover\:-translate-x-1575p:hover {
        --tw-translate-x: -1575px;
    }
    .x\:hover\:-translate-x-600p:hover {
        --tw-translate-x: -600px;
    }
    .x\:hover\:-translate-x-649p:hover {
        --tw-translate-x: -649px;
    }
    .x\:hover\:-translate-x-690p:hover {
        --tw-translate-x: -690px;
    }
    .x\:hover\:-translate-x-19\%:hover {
        --tw-translate-x: -19%;
    }
    .x\:hover\:-translate-x-23\%:hover {
        --tw-translate-x: -23%;
    }
    .x\:hover\:-translate-x-24\%:hover {
        --tw-translate-x: -24%;
    }
    .x\:hover\:-translate-x-36\%:hover {
        --tw-translate-x: -36%;
    }
    .x\:hover\:-translate-x-27\%:hover {
        --tw-translate-x: -27%;
    }
    .x\:hover\:-translate-x-28\%:hover {
        --tw-translate-x: -28%;
    }
    .x\:hover\:-translate-x-42\%:hover {
        --tw-translate-x: -42%;
    }
    .x\:hover\:-translate-x-46\%:hover {
        --tw-translate-x: -46%;
    }
    .x\:hover\:-translate-x-49\%:hover {
        --tw-translate-x: -49%;
    }
    .x\:hover\:-translate-x-54\%:hover {
        --tw-translate-x: -54%;
    }
    .x\:hover\:-translate-x-58\%:hover {
        --tw-translate-x: -58%;
    }
    .x\:hover\:-translate-x-72\%:hover {
        --tw-translate-x: -72%;
    }
    .x\:hover\:-translate-x-76\%:hover {
        --tw-translate-x: -76%;
    }
    .x\:hover\:-translate-x-77\%:hover {
        --tw-translate-x: -77%;
    }
    .x\:hover\:-translate-x-340p:hover {
        --tw-translate-x: -340px;
    }
    .x\:hover\:-translate-x-700p:hover {
        --tw-translate-x: -700px;
    }
    .x\:hover\:-translate-x-848p:hover {
        --tw-translate-x: -848px;
    }
    .x\:hover\:-translate-x-850p:hover {
        --tw-translate-x: -850px;
    }
    .x\:hover\:-translate-x-860p:hover {
        --tw-translate-x: -860px;
    }
    .x\:hover\:-translate-x-1425p:hover {
        --tw-translate-x: -1425px;
    }
    .x\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }
    .x\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }
    .x\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }
    .x\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }
    .x\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }
    .x\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }
    .x\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }
    .x\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }
    .x\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }
    .x\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }
    .x\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }
    .x\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }
    .x\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }
    .x\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }
    .x\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .x\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }
    .x\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }
    .x\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }
    .x\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }
    .x\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }
    .x\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }
    .x\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }
    .x\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }
    .x\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }
    .x\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }
    .x\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }
    .x\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }
    .x\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }
    .x\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }
    .x\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }
    .x\:hover\:translate-y-23:hover {
        --tw-translate-y: 88px;
    }
    .x\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }
    .x\:hover\:translate-y-25:hover {
        --tw-translate-y: 100px;
    }
    .x\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }
    .x\:hover\:translate-y-29:hover {
        --tw-translate-y: 120px;
    }
    .x\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }
    .x\:hover\:translate-y-33:hover {
        --tw-translate-y: 130px;
    }
    .x\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }
    .x\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }
    .x\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }
    .x\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }
    .x\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }
    .x\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }
    .x\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }
    .x\:hover\:translate-y-63:hover {
        --tw-translate-y: 270px;
    }
    .x\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }
    .x\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }
    .x\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }
    .x\:hover\:translate-y-92:hover {
        --tw-translate-y: 475px;
    }
    .x\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }
    .x\:hover\:translate-y-128:hover {
        --tw-translate-y: 32rem;
    }
    .x\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }
    .x\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }
    .x\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }
    .x\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }
    .x\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }
    .x\:hover\:translate-y-105p:hover {
        --tw-translate-y: 105px;
    }
    .x\:hover\:translate-y-50p:hover {
        --tw-translate-y: 50px;
    }
    .x\:hover\:translate-y-54p:hover {
        --tw-translate-y: 54px;
    }
    .x\:hover\:translate-y-1p:hover {
        --tw-translate-y: 1px;
    }
    .x\:hover\:translate-y-2p:hover {
        --tw-translate-y: 2px;
    }
    .x\:hover\:translate-y-3p:hover {
        --tw-translate-y: 3px;
    }
    .x\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }
    .x\:hover\:translate-y-7p:hover {
        --tw-translate-y: 7px;
    }
    .x\:hover\:translate-y-9p:hover {
        --tw-translate-y: 9px;
    }
    .x\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }
    .x\:hover\:translate-y-11p:hover {
        --tw-translate-y: 11px;
    }
    .x\:hover\:translate-y-13p:hover {
        --tw-translate-y: 13px;
    }
    .x\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }
    .x\:hover\:translate-y-18p:hover {
        --tw-translate-y: 18px;
    }
    .x\:hover\:translate-y-19p:hover {
        --tw-translate-y: 19px;
    }
    .x\:hover\:translate-y-21p:hover {
        --tw-translate-y: 21px;
    }
    .x\:hover\:translate-y-22p:hover {
        --tw-translate-y: 22px;
    }
    .x\:hover\:translate-y-23p:hover {
        --tw-translate-y: 23px;
    }
    .x\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }
    .x\:hover\:translate-y-26p:hover {
        --tw-translate-y: 26px;
    }
    .x\:hover\:translate-y-29p:hover {
        --tw-translate-y: 29px;
    }
    .x\:hover\:translate-y-30p:hover {
        --tw-translate-y: 30px;
    }
    .x\:hover\:translate-y-31p:hover {
        --tw-translate-y: 31px;
    }
    .x\:hover\:translate-y-35p:hover {
        --tw-translate-y: 35px;
    }
    .x\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52px;
    }
    .x\:hover\:translate-y-53p:hover {
        --tw-translate-y: 53px;
    }
    .x\:hover\:translate-y-55p:hover {
        --tw-translate-y: 55px;
    }
    .x\:hover\:translate-y-59p:hover {
        --tw-translate-y: 59px;
    }
    .x\:hover\:translate-y-27p:hover {
        --tw-translate-y: 27px;
    }
    .x\:hover\:translate-y-33\.5p:hover {
        --tw-translate-y: 33.5px;
    }
    .x\:hover\:translate-y-38p:hover {
        --tw-translate-y: 38px;
    }
    .x\:hover\:translate-y-40p:hover {
        --tw-translate-y: 40px;
    }
    .x\:hover\:translate-y-46p:hover {
        --tw-translate-y: 46px;
    }
    .x\:hover\:translate-y-47p:hover {
        --tw-translate-y: 47px;
    }
    .x\:hover\:translate-y-49p:hover {
        --tw-translate-y: 49px;
    }
    .x\:hover\:translate-y-58p:hover {
        --tw-translate-y: 58px;
    }
    .x\:hover\:translate-y-75p:hover {
        --tw-translate-y: 75px;
    }
    .x\:hover\:translate-y-77p:hover {
        --tw-translate-y: 77px;
    }
    .x\:hover\:translate-y-60p:hover {
        --tw-translate-y: 60px;
    }
    .x\:hover\:translate-y-65p:hover {
        --tw-translate-y: 65px;
    }
    .x\:hover\:translate-y-66p:hover {
        --tw-translate-y: 66px;
    }
    .x\:hover\:translate-y-68p:hover {
        --tw-translate-y: 68px;
    }
    .x\:hover\:translate-y-70p:hover {
        --tw-translate-y: 70px;
    }
    .x\:hover\:translate-y-72p:hover {
        --tw-translate-y: 72px;
    }
    .x\:hover\:translate-y-74p:hover {
        --tw-translate-y: 74px;
    }
    .x\:hover\:translate-y-78p:hover {
        --tw-translate-y: 78px;
    }
    .x\:hover\:translate-y-80p:hover {
        --tw-translate-y: 80px;
    }
    .x\:hover\:translate-y-82p:hover {
        --tw-translate-y: 82px;
    }
    .x\:hover\:translate-y-84p:hover {
        --tw-translate-y: 84px;
    }
    .x\:hover\:translate-y-89p:hover {
        --tw-translate-y: 89px;
    }
    .x\:hover\:translate-y-93p:hover {
        --tw-translate-y: 93px;
    }
    .x\:hover\:translate-y-90p:hover {
        --tw-translate-y: 90px;
    }
    .x\:hover\:translate-y-97p:hover {
        --tw-translate-y: 97px;
    }
    .x\:hover\:translate-y-103p:hover {
        --tw-translate-y: 103px;
    }
    .x\:hover\:translate-y-116p:hover {
        --tw-translate-y: 116px;
    }
    .x\:hover\:translate-y-120p:hover {
        --tw-translate-y: 120px;
    }
    .x\:hover\:translate-y-125p:hover {
        --tw-translate-y: 125px;
    }
    .x\:hover\:translate-y-130p:hover {
        --tw-translate-y: 130px;
    }
    .x\:hover\:translate-y-135p:hover {
        --tw-translate-y: 135px;
    }
    .x\:hover\:translate-y-132p:hover {
        --tw-translate-y: 132px;
    }
    .x\:hover\:translate-y-150p:hover {
        --tw-translate-y: 150px;
    }
    .x\:hover\:translate-y-216p:hover {
        --tw-translate-y: 216px;
    }
    .x\:hover\:translate-y-225p:hover {
        --tw-translate-y: 225px;
    }
    .x\:hover\:translate-y-296p:hover {
        --tw-translate-y: 296px;
    }
    .x\:hover\:translate-y-270p:hover {
        --tw-translate-y: 270px;
    }
    .x\:hover\:translate-y-137p:hover {
        --tw-translate-y: 137px;
    }
    .x\:hover\:translate-y-141p:hover {
        --tw-translate-y: 141px;
    }
    .x\:hover\:translate-y-146p:hover {
        --tw-translate-y: 146px;
    }
    .x\:hover\:translate-y-152p:hover {
        --tw-translate-y: 152px;
    }
    .x\:hover\:translate-y-155p:hover {
        --tw-translate-y: 155px;
    }
    .x\:hover\:translate-y-163p:hover {
        --tw-translate-y: 163px;
    }
    .x\:hover\:translate-y-168p:hover {
        --tw-translate-y: 168px;
    }
    .x\:hover\:translate-y-173p:hover {
        --tw-translate-y: 173px;
    }
    .x\:hover\:translate-y-210p:hover {
        --tw-translate-y: 210px;
    }
    .x\:hover\:translate-y-245p:hover {
        --tw-translate-y: 245px;
    }
    .x\:hover\:translate-y-250p:hover {
        --tw-translate-y: 250px;
    }
    .x\:hover\:translate-y-260p:hover {
        --tw-translate-y: 260px;
    }
    .x\:hover\:translate-y-263p:hover {
        --tw-translate-y: 263px;
    }
    .x\:hover\:translate-y-266p:hover {
        --tw-translate-y: 266px;
    }
    .x\:hover\:translate-y-275p:hover {
        --tw-translate-y: 275px;
    }
    .x\:hover\:translate-y-300p:hover {
        --tw-translate-y: 300px;
    }
    .x\:hover\:translate-y-312p:hover {
        --tw-translate-y: 312px;
    }
    .x\:hover\:translate-y-318p:hover {
        --tw-translate-y: 318px;
    }
    .x\:hover\:translate-y-322p:hover {
        --tw-translate-y: 322px;
    }
    .x\:hover\:translate-y-337p:hover {
        --tw-translate-y: 337px;
    }
    .x\:hover\:translate-y-345p:hover {
        --tw-translate-y: 345px;
    }
    .x\:hover\:translate-y-344p:hover {
        --tw-translate-y: 344px;
    }
    .x\:hover\:translate-y-354p:hover {
        --tw-translate-y: 354px;
    }
    .x\:hover\:translate-y-364p:hover {
        --tw-translate-y: 364px;
    }
    .x\:hover\:translate-y-370p:hover {
        --tw-translate-y: 370px;
    }
    .x\:hover\:translate-y-382p:hover {
        --tw-translate-y: 382px;
    }
    .x\:hover\:translate-y-385p:hover {
        --tw-translate-y: 385px;
    }
    .x\:hover\:translate-y-400p:hover {
        --tw-translate-y: 400px;
    }
    .x\:hover\:translate-y-407p:hover {
        --tw-translate-y: 407px;
    }
    .x\:hover\:translate-y-411p:hover {
        --tw-translate-y: 411px;
    }
    .x\:hover\:translate-y-418p:hover {
        --tw-translate-y: 418px;
    }
    .x\:hover\:translate-y-430p:hover {
        --tw-translate-y: 430px;
    }
    .x\:hover\:translate-y-450p:hover {
        --tw-translate-y: 450px;
    }
    .x\:hover\:translate-y-468p:hover {
        --tw-translate-y: 468px;
    }
    .x\:hover\:translate-y-485p:hover {
        --tw-translate-y: 485px;
    }
    .x\:hover\:translate-y-491p:hover {
        --tw-translate-y: 491px;
    }
    .x\:hover\:translate-y-494p:hover {
        --tw-translate-y: 494px;
    }
    .x\:hover\:translate-y-470p:hover {
        --tw-translate-y: 470px;
    }
    .x\:hover\:translate-y-480p:hover {
        --tw-translate-y: 480px;
    }
    .x\:hover\:translate-y-532p:hover {
        --tw-translate-y: 532px;
    }
    .x\:hover\:translate-y-556p:hover {
        --tw-translate-y: 556px;
    }
    .x\:hover\:translate-y-505p:hover {
        --tw-translate-y: 505px;
    }
    .x\:hover\:translate-y-1179p:hover {
        --tw-translate-y: 1179px;
    }
    .x\:hover\:translate-y-1253p:hover {
        --tw-translate-y: 1253px;
    }
    .x\:hover\:translate-y-1575p:hover {
        --tw-translate-y: 1575px;
    }
    .x\:hover\:translate-y-600p:hover {
        --tw-translate-y: 600px;
    }
    .x\:hover\:translate-y-649p:hover {
        --tw-translate-y: 649px;
    }
    .x\:hover\:translate-y-690p:hover {
        --tw-translate-y: 690px;
    }
    .x\:hover\:translate-y-19\%:hover {
        --tw-translate-y: 19%;
    }
    .x\:hover\:translate-y-23\%:hover {
        --tw-translate-y: 23%;
    }
    .x\:hover\:translate-y-24\%:hover {
        --tw-translate-y: 24%;
    }
    .x\:hover\:translate-y-36\%:hover {
        --tw-translate-y: 36%;
    }
    .x\:hover\:translate-y-27\%:hover {
        --tw-translate-y: 27%;
    }
    .x\:hover\:translate-y-28\%:hover {
        --tw-translate-y: 28%;
    }
    .x\:hover\:translate-y-42\%:hover {
        --tw-translate-y: 42%;
    }
    .x\:hover\:translate-y-46\%:hover {
        --tw-translate-y: 46%;
    }
    .x\:hover\:translate-y-49\%:hover {
        --tw-translate-y: 49%;
    }
    .x\:hover\:translate-y-54\%:hover {
        --tw-translate-y: 54%;
    }
    .x\:hover\:translate-y-58\%:hover {
        --tw-translate-y: 58%;
    }
    .x\:hover\:translate-y-72\%:hover {
        --tw-translate-y: 72%;
    }
    .x\:hover\:translate-y-76\%:hover {
        --tw-translate-y: 76%;
    }
    .x\:hover\:translate-y-77\%:hover {
        --tw-translate-y: 77%;
    }
    .x\:hover\:translate-y-340p:hover {
        --tw-translate-y: 340px;
    }
    .x\:hover\:translate-y-700p:hover {
        --tw-translate-y: 700px;
    }
    .x\:hover\:translate-y-848p:hover {
        --tw-translate-y: 848px;
    }
    .x\:hover\:translate-y-850p:hover {
        --tw-translate-y: 850px;
    }
    .x\:hover\:translate-y-860p:hover {
        --tw-translate-y: 860px;
    }
    .x\:hover\:translate-y-1425p:hover {
        --tw-translate-y: 1425px;
    }
    .x\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }
    .x\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }
    .x\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }
    .x\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }
    .x\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }
    .x\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }
    .x\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }
    .x\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }
    .x\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }
    .x\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }
    .x\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }
    .x\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }
    .x\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }
    .x\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }
    .x\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }
    .x\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }
    .x\:hover\:-translate-y-23:hover {
        --tw-translate-y: -88px;
    }
    .x\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }
    .x\:hover\:-translate-y-25:hover {
        --tw-translate-y: -100px;
    }
    .x\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }
    .x\:hover\:-translate-y-29:hover {
        --tw-translate-y: -120px;
    }
    .x\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }
    .x\:hover\:-translate-y-33:hover {
        --tw-translate-y: -130px;
    }
    .x\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }
    .x\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }
    .x\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }
    .x\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }
    .x\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }
    .x\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }
    .x\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }
    .x\:hover\:-translate-y-63:hover {
        --tw-translate-y: -270px;
    }
    .x\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }
    .x\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }
    .x\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }
    .x\:hover\:-translate-y-92:hover {
        --tw-translate-y: -475px;
    }
    .x\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }
    .x\:hover\:-translate-y-128:hover {
        --tw-translate-y: -32rem;
    }
    .x\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }
    .x\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }
    .x\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }
    .x\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }
    .x\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }
    .x\:hover\:-translate-y-105p:hover {
        --tw-translate-y: -105px;
    }
    .x\:hover\:-translate-y-50p:hover {
        --tw-translate-y: -50px;
    }
    .x\:hover\:-translate-y-54p:hover {
        --tw-translate-y: -54px;
    }
    .x\:hover\:-translate-y-1p:hover {
        --tw-translate-y: -1px;
    }
    .x\:hover\:-translate-y-2p:hover {
        --tw-translate-y: -2px;
    }
    .x\:hover\:-translate-y-3p:hover {
        --tw-translate-y: -3px;
    }
    .x\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }
    .x\:hover\:-translate-y-7p:hover {
        --tw-translate-y: -7px;
    }
    .x\:hover\:-translate-y-9p:hover {
        --tw-translate-y: -9px;
    }
    .x\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }
    .x\:hover\:-translate-y-11p:hover {
        --tw-translate-y: -11px;
    }
    .x\:hover\:-translate-y-13p:hover {
        --tw-translate-y: -13px;
    }
    .x\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }
    .x\:hover\:-translate-y-18p:hover {
        --tw-translate-y: -18px;
    }
    .x\:hover\:-translate-y-19p:hover {
        --tw-translate-y: -19px;
    }
    .x\:hover\:-translate-y-21p:hover {
        --tw-translate-y: -21px;
    }
    .x\:hover\:-translate-y-22p:hover {
        --tw-translate-y: -22px;
    }
    .x\:hover\:-translate-y-23p:hover {
        --tw-translate-y: -23px;
    }
    .x\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }
    .x\:hover\:-translate-y-26p:hover {
        --tw-translate-y: -26px;
    }
    .x\:hover\:-translate-y-29p:hover {
        --tw-translate-y: -29px;
    }
    .x\:hover\:-translate-y-30p:hover {
        --tw-translate-y: -30px;
    }
    .x\:hover\:-translate-y-31p:hover {
        --tw-translate-y: -31px;
    }
    .x\:hover\:-translate-y-35p:hover {
        --tw-translate-y: -35px;
    }
    .x\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52px;
    }
    .x\:hover\:-translate-y-53p:hover {
        --tw-translate-y: -53px;
    }
    .x\:hover\:-translate-y-55p:hover {
        --tw-translate-y: -55px;
    }
    .x\:hover\:-translate-y-59p:hover {
        --tw-translate-y: -59px;
    }
    .x\:hover\:-translate-y-27p:hover {
        --tw-translate-y: -27px;
    }
    .x\:hover\:-translate-y-33\.5p:hover {
        --tw-translate-y: -33.5px;
    }
    .x\:hover\:-translate-y-38p:hover {
        --tw-translate-y: -38px;
    }
    .x\:hover\:-translate-y-40p:hover {
        --tw-translate-y: -40px;
    }
    .x\:hover\:-translate-y-46p:hover {
        --tw-translate-y: -46px;
    }
    .x\:hover\:-translate-y-47p:hover {
        --tw-translate-y: -47px;
    }
    .x\:hover\:-translate-y-49p:hover {
        --tw-translate-y: -49px;
    }
    .x\:hover\:-translate-y-58p:hover {
        --tw-translate-y: -58px;
    }
    .x\:hover\:-translate-y-75p:hover {
        --tw-translate-y: -75px;
    }
    .x\:hover\:-translate-y-77p:hover {
        --tw-translate-y: -77px;
    }
    .x\:hover\:-translate-y-60p:hover {
        --tw-translate-y: -60px;
    }
    .x\:hover\:-translate-y-65p:hover {
        --tw-translate-y: -65px;
    }
    .x\:hover\:-translate-y-66p:hover {
        --tw-translate-y: -66px;
    }
    .x\:hover\:-translate-y-68p:hover {
        --tw-translate-y: -68px;
    }
    .x\:hover\:-translate-y-70p:hover {
        --tw-translate-y: -70px;
    }
    .x\:hover\:-translate-y-72p:hover {
        --tw-translate-y: -72px;
    }
    .x\:hover\:-translate-y-74p:hover {
        --tw-translate-y: -74px;
    }
    .x\:hover\:-translate-y-78p:hover {
        --tw-translate-y: -78px;
    }
    .x\:hover\:-translate-y-80p:hover {
        --tw-translate-y: -80px;
    }
    .x\:hover\:-translate-y-82p:hover {
        --tw-translate-y: -82px;
    }
    .x\:hover\:-translate-y-84p:hover {
        --tw-translate-y: -84px;
    }
    .x\:hover\:-translate-y-89p:hover {
        --tw-translate-y: -89px;
    }
    .x\:hover\:-translate-y-93p:hover {
        --tw-translate-y: -93px;
    }
    .x\:hover\:-translate-y-90p:hover {
        --tw-translate-y: -90px;
    }
    .x\:hover\:-translate-y-97p:hover {
        --tw-translate-y: -97px;
    }
    .x\:hover\:-translate-y-103p:hover {
        --tw-translate-y: -103px;
    }
    .x\:hover\:-translate-y-116p:hover {
        --tw-translate-y: -116px;
    }
    .x\:hover\:-translate-y-120p:hover {
        --tw-translate-y: -120px;
    }
    .x\:hover\:-translate-y-125p:hover {
        --tw-translate-y: -125px;
    }
    .x\:hover\:-translate-y-130p:hover {
        --tw-translate-y: -130px;
    }
    .x\:hover\:-translate-y-135p:hover {
        --tw-translate-y: -135px;
    }
    .x\:hover\:-translate-y-132p:hover {
        --tw-translate-y: -132px;
    }
    .x\:hover\:-translate-y-150p:hover {
        --tw-translate-y: -150px;
    }
    .x\:hover\:-translate-y-216p:hover {
        --tw-translate-y: -216px;
    }
    .x\:hover\:-translate-y-225p:hover {
        --tw-translate-y: -225px;
    }
    .x\:hover\:-translate-y-296p:hover {
        --tw-translate-y: -296px;
    }
    .x\:hover\:-translate-y-270p:hover {
        --tw-translate-y: -270px;
    }
    .x\:hover\:-translate-y-137p:hover {
        --tw-translate-y: -137px;
    }
    .x\:hover\:-translate-y-141p:hover {
        --tw-translate-y: -141px;
    }
    .x\:hover\:-translate-y-146p:hover {
        --tw-translate-y: -146px;
    }
    .x\:hover\:-translate-y-152p:hover {
        --tw-translate-y: -152px;
    }
    .x\:hover\:-translate-y-155p:hover {
        --tw-translate-y: -155px;
    }
    .x\:hover\:-translate-y-163p:hover {
        --tw-translate-y: -163px;
    }
    .x\:hover\:-translate-y-168p:hover {
        --tw-translate-y: -168px;
    }
    .x\:hover\:-translate-y-173p:hover {
        --tw-translate-y: -173px;
    }
    .x\:hover\:-translate-y-210p:hover {
        --tw-translate-y: -210px;
    }
    .x\:hover\:-translate-y-245p:hover {
        --tw-translate-y: -245px;
    }
    .x\:hover\:-translate-y-250p:hover {
        --tw-translate-y: -250px;
    }
    .x\:hover\:-translate-y-260p:hover {
        --tw-translate-y: -260px;
    }
    .x\:hover\:-translate-y-263p:hover {
        --tw-translate-y: -263px;
    }
    .x\:hover\:-translate-y-266p:hover {
        --tw-translate-y: -266px;
    }
    .x\:hover\:-translate-y-275p:hover {
        --tw-translate-y: -275px;
    }
    .x\:hover\:-translate-y-300p:hover {
        --tw-translate-y: -300px;
    }
    .x\:hover\:-translate-y-312p:hover {
        --tw-translate-y: -312px;
    }
    .x\:hover\:-translate-y-318p:hover {
        --tw-translate-y: -318px;
    }
    .x\:hover\:-translate-y-322p:hover {
        --tw-translate-y: -322px;
    }
    .x\:hover\:-translate-y-337p:hover {
        --tw-translate-y: -337px;
    }
    .x\:hover\:-translate-y-345p:hover {
        --tw-translate-y: -345px;
    }
    .x\:hover\:-translate-y-344p:hover {
        --tw-translate-y: -344px;
    }
    .x\:hover\:-translate-y-354p:hover {
        --tw-translate-y: -354px;
    }
    .x\:hover\:-translate-y-364p:hover {
        --tw-translate-y: -364px;
    }
    .x\:hover\:-translate-y-370p:hover {
        --tw-translate-y: -370px;
    }
    .x\:hover\:-translate-y-382p:hover {
        --tw-translate-y: -382px;
    }
    .x\:hover\:-translate-y-385p:hover {
        --tw-translate-y: -385px;
    }
    .x\:hover\:-translate-y-400p:hover {
        --tw-translate-y: -400px;
    }
    .x\:hover\:-translate-y-407p:hover {
        --tw-translate-y: -407px;
    }
    .x\:hover\:-translate-y-411p:hover {
        --tw-translate-y: -411px;
    }
    .x\:hover\:-translate-y-418p:hover {
        --tw-translate-y: -418px;
    }
    .x\:hover\:-translate-y-430p:hover {
        --tw-translate-y: -430px;
    }
    .x\:hover\:-translate-y-450p:hover {
        --tw-translate-y: -450px;
    }
    .x\:hover\:-translate-y-468p:hover {
        --tw-translate-y: -468px;
    }
    .x\:hover\:-translate-y-485p:hover {
        --tw-translate-y: -485px;
    }
    .x\:hover\:-translate-y-491p:hover {
        --tw-translate-y: -491px;
    }
    .x\:hover\:-translate-y-494p:hover {
        --tw-translate-y: -494px;
    }
    .x\:hover\:-translate-y-470p:hover {
        --tw-translate-y: -470px;
    }
    .x\:hover\:-translate-y-480p:hover {
        --tw-translate-y: -480px;
    }
    .x\:hover\:-translate-y-532p:hover {
        --tw-translate-y: -532px;
    }
    .x\:hover\:-translate-y-556p:hover {
        --tw-translate-y: -556px;
    }
    .x\:hover\:-translate-y-505p:hover {
        --tw-translate-y: -505px;
    }
    .x\:hover\:-translate-y-1179p:hover {
        --tw-translate-y: -1179px;
    }
    .x\:hover\:-translate-y-1253p:hover {
        --tw-translate-y: -1253px;
    }
    .x\:hover\:-translate-y-1575p:hover {
        --tw-translate-y: -1575px;
    }
    .x\:hover\:-translate-y-600p:hover {
        --tw-translate-y: -600px;
    }
    .x\:hover\:-translate-y-649p:hover {
        --tw-translate-y: -649px;
    }
    .x\:hover\:-translate-y-690p:hover {
        --tw-translate-y: -690px;
    }
    .x\:hover\:-translate-y-19\%:hover {
        --tw-translate-y: -19%;
    }
    .x\:hover\:-translate-y-23\%:hover {
        --tw-translate-y: -23%;
    }
    .x\:hover\:-translate-y-24\%:hover {
        --tw-translate-y: -24%;
    }
    .x\:hover\:-translate-y-36\%:hover {
        --tw-translate-y: -36%;
    }
    .x\:hover\:-translate-y-27\%:hover {
        --tw-translate-y: -27%;
    }
    .x\:hover\:-translate-y-28\%:hover {
        --tw-translate-y: -28%;
    }
    .x\:hover\:-translate-y-42\%:hover {
        --tw-translate-y: -42%;
    }
    .x\:hover\:-translate-y-46\%:hover {
        --tw-translate-y: -46%;
    }
    .x\:hover\:-translate-y-49\%:hover {
        --tw-translate-y: -49%;
    }
    .x\:hover\:-translate-y-54\%:hover {
        --tw-translate-y: -54%;
    }
    .x\:hover\:-translate-y-58\%:hover {
        --tw-translate-y: -58%;
    }
    .x\:hover\:-translate-y-72\%:hover {
        --tw-translate-y: -72%;
    }
    .x\:hover\:-translate-y-76\%:hover {
        --tw-translate-y: -76%;
    }
    .x\:hover\:-translate-y-77\%:hover {
        --tw-translate-y: -77%;
    }
    .x\:hover\:-translate-y-340p:hover {
        --tw-translate-y: -340px;
    }
    .x\:hover\:-translate-y-700p:hover {
        --tw-translate-y: -700px;
    }
    .x\:hover\:-translate-y-848p:hover {
        --tw-translate-y: -848px;
    }
    .x\:hover\:-translate-y-850p:hover {
        --tw-translate-y: -850px;
    }
    .x\:hover\:-translate-y-860p:hover {
        --tw-translate-y: -860px;
    }
    .x\:hover\:-translate-y-1425p:hover {
        --tw-translate-y: -1425px;
    }
    .x\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }
    .x\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }
    .x\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }
    .x\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }
    .x\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }
    .x\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }
    .x\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }
    .x\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }
    .x\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }
    .x\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }
    .x\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }
    .x\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }
    .x\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }
    .x\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }
    .x\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .x\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }
    .x\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }
    .x\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }
    .x\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }
    .x\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }
    .x\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }
    .x\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }
    .x\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }
    .x\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }
    .x\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }
    .x\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }
    .x\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }
    .x\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }
    .x\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }
    .x\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }
    .x\:focus\:translate-x-23:focus {
        --tw-translate-x: 88px;
    }
    .x\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }
    .x\:focus\:translate-x-25:focus {
        --tw-translate-x: 100px;
    }
    .x\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }
    .x\:focus\:translate-x-29:focus {
        --tw-translate-x: 120px;
    }
    .x\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }
    .x\:focus\:translate-x-33:focus {
        --tw-translate-x: 130px;
    }
    .x\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }
    .x\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }
    .x\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }
    .x\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }
    .x\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }
    .x\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }
    .x\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }
    .x\:focus\:translate-x-63:focus {
        --tw-translate-x: 270px;
    }
    .x\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }
    .x\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }
    .x\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }
    .x\:focus\:translate-x-92:focus {
        --tw-translate-x: 475px;
    }
    .x\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }
    .x\:focus\:translate-x-128:focus {
        --tw-translate-x: 32rem;
    }
    .x\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }
    .x\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }
    .x\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }
    .x\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }
    .x\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }
    .x\:focus\:translate-x-105p:focus {
        --tw-translate-x: 105px;
    }
    .x\:focus\:translate-x-50p:focus {
        --tw-translate-x: 50px;
    }
    .x\:focus\:translate-x-54p:focus {
        --tw-translate-x: 54px;
    }
    .x\:focus\:translate-x-1p:focus {
        --tw-translate-x: 1px;
    }
    .x\:focus\:translate-x-2p:focus {
        --tw-translate-x: 2px;
    }
    .x\:focus\:translate-x-3p:focus {
        --tw-translate-x: 3px;
    }
    .x\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }
    .x\:focus\:translate-x-7p:focus {
        --tw-translate-x: 7px;
    }
    .x\:focus\:translate-x-9p:focus {
        --tw-translate-x: 9px;
    }
    .x\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }
    .x\:focus\:translate-x-11p:focus {
        --tw-translate-x: 11px;
    }
    .x\:focus\:translate-x-13p:focus {
        --tw-translate-x: 13px;
    }
    .x\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }
    .x\:focus\:translate-x-18p:focus {
        --tw-translate-x: 18px;
    }
    .x\:focus\:translate-x-19p:focus {
        --tw-translate-x: 19px;
    }
    .x\:focus\:translate-x-21p:focus {
        --tw-translate-x: 21px;
    }
    .x\:focus\:translate-x-22p:focus {
        --tw-translate-x: 22px;
    }
    .x\:focus\:translate-x-23p:focus {
        --tw-translate-x: 23px;
    }
    .x\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }
    .x\:focus\:translate-x-26p:focus {
        --tw-translate-x: 26px;
    }
    .x\:focus\:translate-x-29p:focus {
        --tw-translate-x: 29px;
    }
    .x\:focus\:translate-x-30p:focus {
        --tw-translate-x: 30px;
    }
    .x\:focus\:translate-x-31p:focus {
        --tw-translate-x: 31px;
    }
    .x\:focus\:translate-x-35p:focus {
        --tw-translate-x: 35px;
    }
    .x\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52px;
    }
    .x\:focus\:translate-x-53p:focus {
        --tw-translate-x: 53px;
    }
    .x\:focus\:translate-x-55p:focus {
        --tw-translate-x: 55px;
    }
    .x\:focus\:translate-x-59p:focus {
        --tw-translate-x: 59px;
    }
    .x\:focus\:translate-x-27p:focus {
        --tw-translate-x: 27px;
    }
    .x\:focus\:translate-x-33\.5p:focus {
        --tw-translate-x: 33.5px;
    }
    .x\:focus\:translate-x-38p:focus {
        --tw-translate-x: 38px;
    }
    .x\:focus\:translate-x-40p:focus {
        --tw-translate-x: 40px;
    }
    .x\:focus\:translate-x-46p:focus {
        --tw-translate-x: 46px;
    }
    .x\:focus\:translate-x-47p:focus {
        --tw-translate-x: 47px;
    }
    .x\:focus\:translate-x-49p:focus {
        --tw-translate-x: 49px;
    }
    .x\:focus\:translate-x-58p:focus {
        --tw-translate-x: 58px;
    }
    .x\:focus\:translate-x-75p:focus {
        --tw-translate-x: 75px;
    }
    .x\:focus\:translate-x-77p:focus {
        --tw-translate-x: 77px;
    }
    .x\:focus\:translate-x-60p:focus {
        --tw-translate-x: 60px;
    }
    .x\:focus\:translate-x-65p:focus {
        --tw-translate-x: 65px;
    }
    .x\:focus\:translate-x-66p:focus {
        --tw-translate-x: 66px;
    }
    .x\:focus\:translate-x-68p:focus {
        --tw-translate-x: 68px;
    }
    .x\:focus\:translate-x-70p:focus {
        --tw-translate-x: 70px;
    }
    .x\:focus\:translate-x-72p:focus {
        --tw-translate-x: 72px;
    }
    .x\:focus\:translate-x-74p:focus {
        --tw-translate-x: 74px;
    }
    .x\:focus\:translate-x-78p:focus {
        --tw-translate-x: 78px;
    }
    .x\:focus\:translate-x-80p:focus {
        --tw-translate-x: 80px;
    }
    .x\:focus\:translate-x-82p:focus {
        --tw-translate-x: 82px;
    }
    .x\:focus\:translate-x-84p:focus {
        --tw-translate-x: 84px;
    }
    .x\:focus\:translate-x-89p:focus {
        --tw-translate-x: 89px;
    }
    .x\:focus\:translate-x-93p:focus {
        --tw-translate-x: 93px;
    }
    .x\:focus\:translate-x-90p:focus {
        --tw-translate-x: 90px;
    }
    .x\:focus\:translate-x-97p:focus {
        --tw-translate-x: 97px;
    }
    .x\:focus\:translate-x-103p:focus {
        --tw-translate-x: 103px;
    }
    .x\:focus\:translate-x-116p:focus {
        --tw-translate-x: 116px;
    }
    .x\:focus\:translate-x-120p:focus {
        --tw-translate-x: 120px;
    }
    .x\:focus\:translate-x-125p:focus {
        --tw-translate-x: 125px;
    }
    .x\:focus\:translate-x-130p:focus {
        --tw-translate-x: 130px;
    }
    .x\:focus\:translate-x-135p:focus {
        --tw-translate-x: 135px;
    }
    .x\:focus\:translate-x-132p:focus {
        --tw-translate-x: 132px;
    }
    .x\:focus\:translate-x-150p:focus {
        --tw-translate-x: 150px;
    }
    .x\:focus\:translate-x-216p:focus {
        --tw-translate-x: 216px;
    }
    .x\:focus\:translate-x-225p:focus {
        --tw-translate-x: 225px;
    }
    .x\:focus\:translate-x-296p:focus {
        --tw-translate-x: 296px;
    }
    .x\:focus\:translate-x-270p:focus {
        --tw-translate-x: 270px;
    }
    .x\:focus\:translate-x-137p:focus {
        --tw-translate-x: 137px;
    }
    .x\:focus\:translate-x-141p:focus {
        --tw-translate-x: 141px;
    }
    .x\:focus\:translate-x-146p:focus {
        --tw-translate-x: 146px;
    }
    .x\:focus\:translate-x-152p:focus {
        --tw-translate-x: 152px;
    }
    .x\:focus\:translate-x-155p:focus {
        --tw-translate-x: 155px;
    }
    .x\:focus\:translate-x-163p:focus {
        --tw-translate-x: 163px;
    }
    .x\:focus\:translate-x-168p:focus {
        --tw-translate-x: 168px;
    }
    .x\:focus\:translate-x-173p:focus {
        --tw-translate-x: 173px;
    }
    .x\:focus\:translate-x-210p:focus {
        --tw-translate-x: 210px;
    }
    .x\:focus\:translate-x-245p:focus {
        --tw-translate-x: 245px;
    }
    .x\:focus\:translate-x-250p:focus {
        --tw-translate-x: 250px;
    }
    .x\:focus\:translate-x-260p:focus {
        --tw-translate-x: 260px;
    }
    .x\:focus\:translate-x-263p:focus {
        --tw-translate-x: 263px;
    }
    .x\:focus\:translate-x-266p:focus {
        --tw-translate-x: 266px;
    }
    .x\:focus\:translate-x-275p:focus {
        --tw-translate-x: 275px;
    }
    .x\:focus\:translate-x-300p:focus {
        --tw-translate-x: 300px;
    }
    .x\:focus\:translate-x-312p:focus {
        --tw-translate-x: 312px;
    }
    .x\:focus\:translate-x-318p:focus {
        --tw-translate-x: 318px;
    }
    .x\:focus\:translate-x-322p:focus {
        --tw-translate-x: 322px;
    }
    .x\:focus\:translate-x-337p:focus {
        --tw-translate-x: 337px;
    }
    .x\:focus\:translate-x-345p:focus {
        --tw-translate-x: 345px;
    }
    .x\:focus\:translate-x-344p:focus {
        --tw-translate-x: 344px;
    }
    .x\:focus\:translate-x-354p:focus {
        --tw-translate-x: 354px;
    }
    .x\:focus\:translate-x-364p:focus {
        --tw-translate-x: 364px;
    }
    .x\:focus\:translate-x-370p:focus {
        --tw-translate-x: 370px;
    }
    .x\:focus\:translate-x-382p:focus {
        --tw-translate-x: 382px;
    }
    .x\:focus\:translate-x-385p:focus {
        --tw-translate-x: 385px;
    }
    .x\:focus\:translate-x-400p:focus {
        --tw-translate-x: 400px;
    }
    .x\:focus\:translate-x-407p:focus {
        --tw-translate-x: 407px;
    }
    .x\:focus\:translate-x-411p:focus {
        --tw-translate-x: 411px;
    }
    .x\:focus\:translate-x-418p:focus {
        --tw-translate-x: 418px;
    }
    .x\:focus\:translate-x-430p:focus {
        --tw-translate-x: 430px;
    }
    .x\:focus\:translate-x-450p:focus {
        --tw-translate-x: 450px;
    }
    .x\:focus\:translate-x-468p:focus {
        --tw-translate-x: 468px;
    }
    .x\:focus\:translate-x-485p:focus {
        --tw-translate-x: 485px;
    }
    .x\:focus\:translate-x-491p:focus {
        --tw-translate-x: 491px;
    }
    .x\:focus\:translate-x-494p:focus {
        --tw-translate-x: 494px;
    }
    .x\:focus\:translate-x-470p:focus {
        --tw-translate-x: 470px;
    }
    .x\:focus\:translate-x-480p:focus {
        --tw-translate-x: 480px;
    }
    .x\:focus\:translate-x-532p:focus {
        --tw-translate-x: 532px;
    }
    .x\:focus\:translate-x-556p:focus {
        --tw-translate-x: 556px;
    }
    .x\:focus\:translate-x-505p:focus {
        --tw-translate-x: 505px;
    }
    .x\:focus\:translate-x-1179p:focus {
        --tw-translate-x: 1179px;
    }
    .x\:focus\:translate-x-1253p:focus {
        --tw-translate-x: 1253px;
    }
    .x\:focus\:translate-x-1575p:focus {
        --tw-translate-x: 1575px;
    }
    .x\:focus\:translate-x-600p:focus {
        --tw-translate-x: 600px;
    }
    .x\:focus\:translate-x-649p:focus {
        --tw-translate-x: 649px;
    }
    .x\:focus\:translate-x-690p:focus {
        --tw-translate-x: 690px;
    }
    .x\:focus\:translate-x-19\%:focus {
        --tw-translate-x: 19%;
    }
    .x\:focus\:translate-x-23\%:focus {
        --tw-translate-x: 23%;
    }
    .x\:focus\:translate-x-24\%:focus {
        --tw-translate-x: 24%;
    }
    .x\:focus\:translate-x-36\%:focus {
        --tw-translate-x: 36%;
    }
    .x\:focus\:translate-x-27\%:focus {
        --tw-translate-x: 27%;
    }
    .x\:focus\:translate-x-28\%:focus {
        --tw-translate-x: 28%;
    }
    .x\:focus\:translate-x-42\%:focus {
        --tw-translate-x: 42%;
    }
    .x\:focus\:translate-x-46\%:focus {
        --tw-translate-x: 46%;
    }
    .x\:focus\:translate-x-49\%:focus {
        --tw-translate-x: 49%;
    }
    .x\:focus\:translate-x-54\%:focus {
        --tw-translate-x: 54%;
    }
    .x\:focus\:translate-x-58\%:focus {
        --tw-translate-x: 58%;
    }
    .x\:focus\:translate-x-72\%:focus {
        --tw-translate-x: 72%;
    }
    .x\:focus\:translate-x-76\%:focus {
        --tw-translate-x: 76%;
    }
    .x\:focus\:translate-x-77\%:focus {
        --tw-translate-x: 77%;
    }
    .x\:focus\:translate-x-340p:focus {
        --tw-translate-x: 340px;
    }
    .x\:focus\:translate-x-700p:focus {
        --tw-translate-x: 700px;
    }
    .x\:focus\:translate-x-848p:focus {
        --tw-translate-x: 848px;
    }
    .x\:focus\:translate-x-850p:focus {
        --tw-translate-x: 850px;
    }
    .x\:focus\:translate-x-860p:focus {
        --tw-translate-x: 860px;
    }
    .x\:focus\:translate-x-1425p:focus {
        --tw-translate-x: 1425px;
    }
    .x\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }
    .x\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }
    .x\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }
    .x\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }
    .x\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }
    .x\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }
    .x\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }
    .x\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }
    .x\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }
    .x\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }
    .x\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }
    .x\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }
    .x\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }
    .x\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }
    .x\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }
    .x\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }
    .x\:focus\:-translate-x-23:focus {
        --tw-translate-x: -88px;
    }
    .x\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }
    .x\:focus\:-translate-x-25:focus {
        --tw-translate-x: -100px;
    }
    .x\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }
    .x\:focus\:-translate-x-29:focus {
        --tw-translate-x: -120px;
    }
    .x\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }
    .x\:focus\:-translate-x-33:focus {
        --tw-translate-x: -130px;
    }
    .x\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }
    .x\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }
    .x\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }
    .x\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }
    .x\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }
    .x\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }
    .x\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }
    .x\:focus\:-translate-x-63:focus {
        --tw-translate-x: -270px;
    }
    .x\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }
    .x\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }
    .x\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }
    .x\:focus\:-translate-x-92:focus {
        --tw-translate-x: -475px;
    }
    .x\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }
    .x\:focus\:-translate-x-128:focus {
        --tw-translate-x: -32rem;
    }
    .x\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }
    .x\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }
    .x\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }
    .x\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }
    .x\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }
    .x\:focus\:-translate-x-105p:focus {
        --tw-translate-x: -105px;
    }
    .x\:focus\:-translate-x-50p:focus {
        --tw-translate-x: -50px;
    }
    .x\:focus\:-translate-x-54p:focus {
        --tw-translate-x: -54px;
    }
    .x\:focus\:-translate-x-1p:focus {
        --tw-translate-x: -1px;
    }
    .x\:focus\:-translate-x-2p:focus {
        --tw-translate-x: -2px;
    }
    .x\:focus\:-translate-x-3p:focus {
        --tw-translate-x: -3px;
    }
    .x\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }
    .x\:focus\:-translate-x-7p:focus {
        --tw-translate-x: -7px;
    }
    .x\:focus\:-translate-x-9p:focus {
        --tw-translate-x: -9px;
    }
    .x\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }
    .x\:focus\:-translate-x-11p:focus {
        --tw-translate-x: -11px;
    }
    .x\:focus\:-translate-x-13p:focus {
        --tw-translate-x: -13px;
    }
    .x\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }
    .x\:focus\:-translate-x-18p:focus {
        --tw-translate-x: -18px;
    }
    .x\:focus\:-translate-x-19p:focus {
        --tw-translate-x: -19px;
    }
    .x\:focus\:-translate-x-21p:focus {
        --tw-translate-x: -21px;
    }
    .x\:focus\:-translate-x-22p:focus {
        --tw-translate-x: -22px;
    }
    .x\:focus\:-translate-x-23p:focus {
        --tw-translate-x: -23px;
    }
    .x\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }
    .x\:focus\:-translate-x-26p:focus {
        --tw-translate-x: -26px;
    }
    .x\:focus\:-translate-x-29p:focus {
        --tw-translate-x: -29px;
    }
    .x\:focus\:-translate-x-30p:focus {
        --tw-translate-x: -30px;
    }
    .x\:focus\:-translate-x-31p:focus {
        --tw-translate-x: -31px;
    }
    .x\:focus\:-translate-x-35p:focus {
        --tw-translate-x: -35px;
    }
    .x\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52px;
    }
    .x\:focus\:-translate-x-53p:focus {
        --tw-translate-x: -53px;
    }
    .x\:focus\:-translate-x-55p:focus {
        --tw-translate-x: -55px;
    }
    .x\:focus\:-translate-x-59p:focus {
        --tw-translate-x: -59px;
    }
    .x\:focus\:-translate-x-27p:focus {
        --tw-translate-x: -27px;
    }
    .x\:focus\:-translate-x-33\.5p:focus {
        --tw-translate-x: -33.5px;
    }
    .x\:focus\:-translate-x-38p:focus {
        --tw-translate-x: -38px;
    }
    .x\:focus\:-translate-x-40p:focus {
        --tw-translate-x: -40px;
    }
    .x\:focus\:-translate-x-46p:focus {
        --tw-translate-x: -46px;
    }
    .x\:focus\:-translate-x-47p:focus {
        --tw-translate-x: -47px;
    }
    .x\:focus\:-translate-x-49p:focus {
        --tw-translate-x: -49px;
    }
    .x\:focus\:-translate-x-58p:focus {
        --tw-translate-x: -58px;
    }
    .x\:focus\:-translate-x-75p:focus {
        --tw-translate-x: -75px;
    }
    .x\:focus\:-translate-x-77p:focus {
        --tw-translate-x: -77px;
    }
    .x\:focus\:-translate-x-60p:focus {
        --tw-translate-x: -60px;
    }
    .x\:focus\:-translate-x-65p:focus {
        --tw-translate-x: -65px;
    }
    .x\:focus\:-translate-x-66p:focus {
        --tw-translate-x: -66px;
    }
    .x\:focus\:-translate-x-68p:focus {
        --tw-translate-x: -68px;
    }
    .x\:focus\:-translate-x-70p:focus {
        --tw-translate-x: -70px;
    }
    .x\:focus\:-translate-x-72p:focus {
        --tw-translate-x: -72px;
    }
    .x\:focus\:-translate-x-74p:focus {
        --tw-translate-x: -74px;
    }
    .x\:focus\:-translate-x-78p:focus {
        --tw-translate-x: -78px;
    }
    .x\:focus\:-translate-x-80p:focus {
        --tw-translate-x: -80px;
    }
    .x\:focus\:-translate-x-82p:focus {
        --tw-translate-x: -82px;
    }
    .x\:focus\:-translate-x-84p:focus {
        --tw-translate-x: -84px;
    }
    .x\:focus\:-translate-x-89p:focus {
        --tw-translate-x: -89px;
    }
    .x\:focus\:-translate-x-93p:focus {
        --tw-translate-x: -93px;
    }
    .x\:focus\:-translate-x-90p:focus {
        --tw-translate-x: -90px;
    }
    .x\:focus\:-translate-x-97p:focus {
        --tw-translate-x: -97px;
    }
    .x\:focus\:-translate-x-103p:focus {
        --tw-translate-x: -103px;
    }
    .x\:focus\:-translate-x-116p:focus {
        --tw-translate-x: -116px;
    }
    .x\:focus\:-translate-x-120p:focus {
        --tw-translate-x: -120px;
    }
    .x\:focus\:-translate-x-125p:focus {
        --tw-translate-x: -125px;
    }
    .x\:focus\:-translate-x-130p:focus {
        --tw-translate-x: -130px;
    }
    .x\:focus\:-translate-x-135p:focus {
        --tw-translate-x: -135px;
    }
    .x\:focus\:-translate-x-132p:focus {
        --tw-translate-x: -132px;
    }
    .x\:focus\:-translate-x-150p:focus {
        --tw-translate-x: -150px;
    }
    .x\:focus\:-translate-x-216p:focus {
        --tw-translate-x: -216px;
    }
    .x\:focus\:-translate-x-225p:focus {
        --tw-translate-x: -225px;
    }
    .x\:focus\:-translate-x-296p:focus {
        --tw-translate-x: -296px;
    }
    .x\:focus\:-translate-x-270p:focus {
        --tw-translate-x: -270px;
    }
    .x\:focus\:-translate-x-137p:focus {
        --tw-translate-x: -137px;
    }
    .x\:focus\:-translate-x-141p:focus {
        --tw-translate-x: -141px;
    }
    .x\:focus\:-translate-x-146p:focus {
        --tw-translate-x: -146px;
    }
    .x\:focus\:-translate-x-152p:focus {
        --tw-translate-x: -152px;
    }
    .x\:focus\:-translate-x-155p:focus {
        --tw-translate-x: -155px;
    }
    .x\:focus\:-translate-x-163p:focus {
        --tw-translate-x: -163px;
    }
    .x\:focus\:-translate-x-168p:focus {
        --tw-translate-x: -168px;
    }
    .x\:focus\:-translate-x-173p:focus {
        --tw-translate-x: -173px;
    }
    .x\:focus\:-translate-x-210p:focus {
        --tw-translate-x: -210px;
    }
    .x\:focus\:-translate-x-245p:focus {
        --tw-translate-x: -245px;
    }
    .x\:focus\:-translate-x-250p:focus {
        --tw-translate-x: -250px;
    }
    .x\:focus\:-translate-x-260p:focus {
        --tw-translate-x: -260px;
    }
    .x\:focus\:-translate-x-263p:focus {
        --tw-translate-x: -263px;
    }
    .x\:focus\:-translate-x-266p:focus {
        --tw-translate-x: -266px;
    }
    .x\:focus\:-translate-x-275p:focus {
        --tw-translate-x: -275px;
    }
    .x\:focus\:-translate-x-300p:focus {
        --tw-translate-x: -300px;
    }
    .x\:focus\:-translate-x-312p:focus {
        --tw-translate-x: -312px;
    }
    .x\:focus\:-translate-x-318p:focus {
        --tw-translate-x: -318px;
    }
    .x\:focus\:-translate-x-322p:focus {
        --tw-translate-x: -322px;
    }
    .x\:focus\:-translate-x-337p:focus {
        --tw-translate-x: -337px;
    }
    .x\:focus\:-translate-x-345p:focus {
        --tw-translate-x: -345px;
    }
    .x\:focus\:-translate-x-344p:focus {
        --tw-translate-x: -344px;
    }
    .x\:focus\:-translate-x-354p:focus {
        --tw-translate-x: -354px;
    }
    .x\:focus\:-translate-x-364p:focus {
        --tw-translate-x: -364px;
    }
    .x\:focus\:-translate-x-370p:focus {
        --tw-translate-x: -370px;
    }
    .x\:focus\:-translate-x-382p:focus {
        --tw-translate-x: -382px;
    }
    .x\:focus\:-translate-x-385p:focus {
        --tw-translate-x: -385px;
    }
    .x\:focus\:-translate-x-400p:focus {
        --tw-translate-x: -400px;
    }
    .x\:focus\:-translate-x-407p:focus {
        --tw-translate-x: -407px;
    }
    .x\:focus\:-translate-x-411p:focus {
        --tw-translate-x: -411px;
    }
    .x\:focus\:-translate-x-418p:focus {
        --tw-translate-x: -418px;
    }
    .x\:focus\:-translate-x-430p:focus {
        --tw-translate-x: -430px;
    }
    .x\:focus\:-translate-x-450p:focus {
        --tw-translate-x: -450px;
    }
    .x\:focus\:-translate-x-468p:focus {
        --tw-translate-x: -468px;
    }
    .x\:focus\:-translate-x-485p:focus {
        --tw-translate-x: -485px;
    }
    .x\:focus\:-translate-x-491p:focus {
        --tw-translate-x: -491px;
    }
    .x\:focus\:-translate-x-494p:focus {
        --tw-translate-x: -494px;
    }
    .x\:focus\:-translate-x-470p:focus {
        --tw-translate-x: -470px;
    }
    .x\:focus\:-translate-x-480p:focus {
        --tw-translate-x: -480px;
    }
    .x\:focus\:-translate-x-532p:focus {
        --tw-translate-x: -532px;
    }
    .x\:focus\:-translate-x-556p:focus {
        --tw-translate-x: -556px;
    }
    .x\:focus\:-translate-x-505p:focus {
        --tw-translate-x: -505px;
    }
    .x\:focus\:-translate-x-1179p:focus {
        --tw-translate-x: -1179px;
    }
    .x\:focus\:-translate-x-1253p:focus {
        --tw-translate-x: -1253px;
    }
    .x\:focus\:-translate-x-1575p:focus {
        --tw-translate-x: -1575px;
    }
    .x\:focus\:-translate-x-600p:focus {
        --tw-translate-x: -600px;
    }
    .x\:focus\:-translate-x-649p:focus {
        --tw-translate-x: -649px;
    }
    .x\:focus\:-translate-x-690p:focus {
        --tw-translate-x: -690px;
    }
    .x\:focus\:-translate-x-19\%:focus {
        --tw-translate-x: -19%;
    }
    .x\:focus\:-translate-x-23\%:focus {
        --tw-translate-x: -23%;
    }
    .x\:focus\:-translate-x-24\%:focus {
        --tw-translate-x: -24%;
    }
    .x\:focus\:-translate-x-36\%:focus {
        --tw-translate-x: -36%;
    }
    .x\:focus\:-translate-x-27\%:focus {
        --tw-translate-x: -27%;
    }
    .x\:focus\:-translate-x-28\%:focus {
        --tw-translate-x: -28%;
    }
    .x\:focus\:-translate-x-42\%:focus {
        --tw-translate-x: -42%;
    }
    .x\:focus\:-translate-x-46\%:focus {
        --tw-translate-x: -46%;
    }
    .x\:focus\:-translate-x-49\%:focus {
        --tw-translate-x: -49%;
    }
    .x\:focus\:-translate-x-54\%:focus {
        --tw-translate-x: -54%;
    }
    .x\:focus\:-translate-x-58\%:focus {
        --tw-translate-x: -58%;
    }
    .x\:focus\:-translate-x-72\%:focus {
        --tw-translate-x: -72%;
    }
    .x\:focus\:-translate-x-76\%:focus {
        --tw-translate-x: -76%;
    }
    .x\:focus\:-translate-x-77\%:focus {
        --tw-translate-x: -77%;
    }
    .x\:focus\:-translate-x-340p:focus {
        --tw-translate-x: -340px;
    }
    .x\:focus\:-translate-x-700p:focus {
        --tw-translate-x: -700px;
    }
    .x\:focus\:-translate-x-848p:focus {
        --tw-translate-x: -848px;
    }
    .x\:focus\:-translate-x-850p:focus {
        --tw-translate-x: -850px;
    }
    .x\:focus\:-translate-x-860p:focus {
        --tw-translate-x: -860px;
    }
    .x\:focus\:-translate-x-1425p:focus {
        --tw-translate-x: -1425px;
    }
    .x\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }
    .x\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }
    .x\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }
    .x\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }
    .x\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }
    .x\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }
    .x\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }
    .x\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }
    .x\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }
    .x\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }
    .x\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }
    .x\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }
    .x\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }
    .x\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }
    .x\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .x\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }
    .x\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }
    .x\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }
    .x\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }
    .x\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }
    .x\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }
    .x\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }
    .x\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }
    .x\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }
    .x\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }
    .x\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }
    .x\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }
    .x\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }
    .x\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }
    .x\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }
    .x\:focus\:translate-y-23:focus {
        --tw-translate-y: 88px;
    }
    .x\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }
    .x\:focus\:translate-y-25:focus {
        --tw-translate-y: 100px;
    }
    .x\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }
    .x\:focus\:translate-y-29:focus {
        --tw-translate-y: 120px;
    }
    .x\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }
    .x\:focus\:translate-y-33:focus {
        --tw-translate-y: 130px;
    }
    .x\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }
    .x\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }
    .x\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }
    .x\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }
    .x\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }
    .x\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }
    .x\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }
    .x\:focus\:translate-y-63:focus {
        --tw-translate-y: 270px;
    }
    .x\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }
    .x\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }
    .x\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }
    .x\:focus\:translate-y-92:focus {
        --tw-translate-y: 475px;
    }
    .x\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }
    .x\:focus\:translate-y-128:focus {
        --tw-translate-y: 32rem;
    }
    .x\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }
    .x\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }
    .x\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }
    .x\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }
    .x\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }
    .x\:focus\:translate-y-105p:focus {
        --tw-translate-y: 105px;
    }
    .x\:focus\:translate-y-50p:focus {
        --tw-translate-y: 50px;
    }
    .x\:focus\:translate-y-54p:focus {
        --tw-translate-y: 54px;
    }
    .x\:focus\:translate-y-1p:focus {
        --tw-translate-y: 1px;
    }
    .x\:focus\:translate-y-2p:focus {
        --tw-translate-y: 2px;
    }
    .x\:focus\:translate-y-3p:focus {
        --tw-translate-y: 3px;
    }
    .x\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }
    .x\:focus\:translate-y-7p:focus {
        --tw-translate-y: 7px;
    }
    .x\:focus\:translate-y-9p:focus {
        --tw-translate-y: 9px;
    }
    .x\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }
    .x\:focus\:translate-y-11p:focus {
        --tw-translate-y: 11px;
    }
    .x\:focus\:translate-y-13p:focus {
        --tw-translate-y: 13px;
    }
    .x\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }
    .x\:focus\:translate-y-18p:focus {
        --tw-translate-y: 18px;
    }
    .x\:focus\:translate-y-19p:focus {
        --tw-translate-y: 19px;
    }
    .x\:focus\:translate-y-21p:focus {
        --tw-translate-y: 21px;
    }
    .x\:focus\:translate-y-22p:focus {
        --tw-translate-y: 22px;
    }
    .x\:focus\:translate-y-23p:focus {
        --tw-translate-y: 23px;
    }
    .x\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }
    .x\:focus\:translate-y-26p:focus {
        --tw-translate-y: 26px;
    }
    .x\:focus\:translate-y-29p:focus {
        --tw-translate-y: 29px;
    }
    .x\:focus\:translate-y-30p:focus {
        --tw-translate-y: 30px;
    }
    .x\:focus\:translate-y-31p:focus {
        --tw-translate-y: 31px;
    }
    .x\:focus\:translate-y-35p:focus {
        --tw-translate-y: 35px;
    }
    .x\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52px;
    }
    .x\:focus\:translate-y-53p:focus {
        --tw-translate-y: 53px;
    }
    .x\:focus\:translate-y-55p:focus {
        --tw-translate-y: 55px;
    }
    .x\:focus\:translate-y-59p:focus {
        --tw-translate-y: 59px;
    }
    .x\:focus\:translate-y-27p:focus {
        --tw-translate-y: 27px;
    }
    .x\:focus\:translate-y-33\.5p:focus {
        --tw-translate-y: 33.5px;
    }
    .x\:focus\:translate-y-38p:focus {
        --tw-translate-y: 38px;
    }
    .x\:focus\:translate-y-40p:focus {
        --tw-translate-y: 40px;
    }
    .x\:focus\:translate-y-46p:focus {
        --tw-translate-y: 46px;
    }
    .x\:focus\:translate-y-47p:focus {
        --tw-translate-y: 47px;
    }
    .x\:focus\:translate-y-49p:focus {
        --tw-translate-y: 49px;
    }
    .x\:focus\:translate-y-58p:focus {
        --tw-translate-y: 58px;
    }
    .x\:focus\:translate-y-75p:focus {
        --tw-translate-y: 75px;
    }
    .x\:focus\:translate-y-77p:focus {
        --tw-translate-y: 77px;
    }
    .x\:focus\:translate-y-60p:focus {
        --tw-translate-y: 60px;
    }
    .x\:focus\:translate-y-65p:focus {
        --tw-translate-y: 65px;
    }
    .x\:focus\:translate-y-66p:focus {
        --tw-translate-y: 66px;
    }
    .x\:focus\:translate-y-68p:focus {
        --tw-translate-y: 68px;
    }
    .x\:focus\:translate-y-70p:focus {
        --tw-translate-y: 70px;
    }
    .x\:focus\:translate-y-72p:focus {
        --tw-translate-y: 72px;
    }
    .x\:focus\:translate-y-74p:focus {
        --tw-translate-y: 74px;
    }
    .x\:focus\:translate-y-78p:focus {
        --tw-translate-y: 78px;
    }
    .x\:focus\:translate-y-80p:focus {
        --tw-translate-y: 80px;
    }
    .x\:focus\:translate-y-82p:focus {
        --tw-translate-y: 82px;
    }
    .x\:focus\:translate-y-84p:focus {
        --tw-translate-y: 84px;
    }
    .x\:focus\:translate-y-89p:focus {
        --tw-translate-y: 89px;
    }
    .x\:focus\:translate-y-93p:focus {
        --tw-translate-y: 93px;
    }
    .x\:focus\:translate-y-90p:focus {
        --tw-translate-y: 90px;
    }
    .x\:focus\:translate-y-97p:focus {
        --tw-translate-y: 97px;
    }
    .x\:focus\:translate-y-103p:focus {
        --tw-translate-y: 103px;
    }
    .x\:focus\:translate-y-116p:focus {
        --tw-translate-y: 116px;
    }
    .x\:focus\:translate-y-120p:focus {
        --tw-translate-y: 120px;
    }
    .x\:focus\:translate-y-125p:focus {
        --tw-translate-y: 125px;
    }
    .x\:focus\:translate-y-130p:focus {
        --tw-translate-y: 130px;
    }
    .x\:focus\:translate-y-135p:focus {
        --tw-translate-y: 135px;
    }
    .x\:focus\:translate-y-132p:focus {
        --tw-translate-y: 132px;
    }
    .x\:focus\:translate-y-150p:focus {
        --tw-translate-y: 150px;
    }
    .x\:focus\:translate-y-216p:focus {
        --tw-translate-y: 216px;
    }
    .x\:focus\:translate-y-225p:focus {
        --tw-translate-y: 225px;
    }
    .x\:focus\:translate-y-296p:focus {
        --tw-translate-y: 296px;
    }
    .x\:focus\:translate-y-270p:focus {
        --tw-translate-y: 270px;
    }
    .x\:focus\:translate-y-137p:focus {
        --tw-translate-y: 137px;
    }
    .x\:focus\:translate-y-141p:focus {
        --tw-translate-y: 141px;
    }
    .x\:focus\:translate-y-146p:focus {
        --tw-translate-y: 146px;
    }
    .x\:focus\:translate-y-152p:focus {
        --tw-translate-y: 152px;
    }
    .x\:focus\:translate-y-155p:focus {
        --tw-translate-y: 155px;
    }
    .x\:focus\:translate-y-163p:focus {
        --tw-translate-y: 163px;
    }
    .x\:focus\:translate-y-168p:focus {
        --tw-translate-y: 168px;
    }
    .x\:focus\:translate-y-173p:focus {
        --tw-translate-y: 173px;
    }
    .x\:focus\:translate-y-210p:focus {
        --tw-translate-y: 210px;
    }
    .x\:focus\:translate-y-245p:focus {
        --tw-translate-y: 245px;
    }
    .x\:focus\:translate-y-250p:focus {
        --tw-translate-y: 250px;
    }
    .x\:focus\:translate-y-260p:focus {
        --tw-translate-y: 260px;
    }
    .x\:focus\:translate-y-263p:focus {
        --tw-translate-y: 263px;
    }
    .x\:focus\:translate-y-266p:focus {
        --tw-translate-y: 266px;
    }
    .x\:focus\:translate-y-275p:focus {
        --tw-translate-y: 275px;
    }
    .x\:focus\:translate-y-300p:focus {
        --tw-translate-y: 300px;
    }
    .x\:focus\:translate-y-312p:focus {
        --tw-translate-y: 312px;
    }
    .x\:focus\:translate-y-318p:focus {
        --tw-translate-y: 318px;
    }
    .x\:focus\:translate-y-322p:focus {
        --tw-translate-y: 322px;
    }
    .x\:focus\:translate-y-337p:focus {
        --tw-translate-y: 337px;
    }
    .x\:focus\:translate-y-345p:focus {
        --tw-translate-y: 345px;
    }
    .x\:focus\:translate-y-344p:focus {
        --tw-translate-y: 344px;
    }
    .x\:focus\:translate-y-354p:focus {
        --tw-translate-y: 354px;
    }
    .x\:focus\:translate-y-364p:focus {
        --tw-translate-y: 364px;
    }
    .x\:focus\:translate-y-370p:focus {
        --tw-translate-y: 370px;
    }
    .x\:focus\:translate-y-382p:focus {
        --tw-translate-y: 382px;
    }
    .x\:focus\:translate-y-385p:focus {
        --tw-translate-y: 385px;
    }
    .x\:focus\:translate-y-400p:focus {
        --tw-translate-y: 400px;
    }
    .x\:focus\:translate-y-407p:focus {
        --tw-translate-y: 407px;
    }
    .x\:focus\:translate-y-411p:focus {
        --tw-translate-y: 411px;
    }
    .x\:focus\:translate-y-418p:focus {
        --tw-translate-y: 418px;
    }
    .x\:focus\:translate-y-430p:focus {
        --tw-translate-y: 430px;
    }
    .x\:focus\:translate-y-450p:focus {
        --tw-translate-y: 450px;
    }
    .x\:focus\:translate-y-468p:focus {
        --tw-translate-y: 468px;
    }
    .x\:focus\:translate-y-485p:focus {
        --tw-translate-y: 485px;
    }
    .x\:focus\:translate-y-491p:focus {
        --tw-translate-y: 491px;
    }
    .x\:focus\:translate-y-494p:focus {
        --tw-translate-y: 494px;
    }
    .x\:focus\:translate-y-470p:focus {
        --tw-translate-y: 470px;
    }
    .x\:focus\:translate-y-480p:focus {
        --tw-translate-y: 480px;
    }
    .x\:focus\:translate-y-532p:focus {
        --tw-translate-y: 532px;
    }
    .x\:focus\:translate-y-556p:focus {
        --tw-translate-y: 556px;
    }
    .x\:focus\:translate-y-505p:focus {
        --tw-translate-y: 505px;
    }
    .x\:focus\:translate-y-1179p:focus {
        --tw-translate-y: 1179px;
    }
    .x\:focus\:translate-y-1253p:focus {
        --tw-translate-y: 1253px;
    }
    .x\:focus\:translate-y-1575p:focus {
        --tw-translate-y: 1575px;
    }
    .x\:focus\:translate-y-600p:focus {
        --tw-translate-y: 600px;
    }
    .x\:focus\:translate-y-649p:focus {
        --tw-translate-y: 649px;
    }
    .x\:focus\:translate-y-690p:focus {
        --tw-translate-y: 690px;
    }
    .x\:focus\:translate-y-19\%:focus {
        --tw-translate-y: 19%;
    }
    .x\:focus\:translate-y-23\%:focus {
        --tw-translate-y: 23%;
    }
    .x\:focus\:translate-y-24\%:focus {
        --tw-translate-y: 24%;
    }
    .x\:focus\:translate-y-36\%:focus {
        --tw-translate-y: 36%;
    }
    .x\:focus\:translate-y-27\%:focus {
        --tw-translate-y: 27%;
    }
    .x\:focus\:translate-y-28\%:focus {
        --tw-translate-y: 28%;
    }
    .x\:focus\:translate-y-42\%:focus {
        --tw-translate-y: 42%;
    }
    .x\:focus\:translate-y-46\%:focus {
        --tw-translate-y: 46%;
    }
    .x\:focus\:translate-y-49\%:focus {
        --tw-translate-y: 49%;
    }
    .x\:focus\:translate-y-54\%:focus {
        --tw-translate-y: 54%;
    }
    .x\:focus\:translate-y-58\%:focus {
        --tw-translate-y: 58%;
    }
    .x\:focus\:translate-y-72\%:focus {
        --tw-translate-y: 72%;
    }
    .x\:focus\:translate-y-76\%:focus {
        --tw-translate-y: 76%;
    }
    .x\:focus\:translate-y-77\%:focus {
        --tw-translate-y: 77%;
    }
    .x\:focus\:translate-y-340p:focus {
        --tw-translate-y: 340px;
    }
    .x\:focus\:translate-y-700p:focus {
        --tw-translate-y: 700px;
    }
    .x\:focus\:translate-y-848p:focus {
        --tw-translate-y: 848px;
    }
    .x\:focus\:translate-y-850p:focus {
        --tw-translate-y: 850px;
    }
    .x\:focus\:translate-y-860p:focus {
        --tw-translate-y: 860px;
    }
    .x\:focus\:translate-y-1425p:focus {
        --tw-translate-y: 1425px;
    }
    .x\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }
    .x\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }
    .x\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }
    .x\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }
    .x\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }
    .x\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }
    .x\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }
    .x\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }
    .x\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }
    .x\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }
    .x\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }
    .x\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }
    .x\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }
    .x\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }
    .x\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }
    .x\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }
    .x\:focus\:-translate-y-23:focus {
        --tw-translate-y: -88px;
    }
    .x\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }
    .x\:focus\:-translate-y-25:focus {
        --tw-translate-y: -100px;
    }
    .x\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }
    .x\:focus\:-translate-y-29:focus {
        --tw-translate-y: -120px;
    }
    .x\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }
    .x\:focus\:-translate-y-33:focus {
        --tw-translate-y: -130px;
    }
    .x\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }
    .x\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }
    .x\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }
    .x\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }
    .x\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }
    .x\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }
    .x\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }
    .x\:focus\:-translate-y-63:focus {
        --tw-translate-y: -270px;
    }
    .x\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }
    .x\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }
    .x\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }
    .x\:focus\:-translate-y-92:focus {
        --tw-translate-y: -475px;
    }
    .x\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }
    .x\:focus\:-translate-y-128:focus {
        --tw-translate-y: -32rem;
    }
    .x\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }
    .x\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }
    .x\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }
    .x\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }
    .x\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }
    .x\:focus\:-translate-y-105p:focus {
        --tw-translate-y: -105px;
    }
    .x\:focus\:-translate-y-50p:focus {
        --tw-translate-y: -50px;
    }
    .x\:focus\:-translate-y-54p:focus {
        --tw-translate-y: -54px;
    }
    .x\:focus\:-translate-y-1p:focus {
        --tw-translate-y: -1px;
    }
    .x\:focus\:-translate-y-2p:focus {
        --tw-translate-y: -2px;
    }
    .x\:focus\:-translate-y-3p:focus {
        --tw-translate-y: -3px;
    }
    .x\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }
    .x\:focus\:-translate-y-7p:focus {
        --tw-translate-y: -7px;
    }
    .x\:focus\:-translate-y-9p:focus {
        --tw-translate-y: -9px;
    }
    .x\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }
    .x\:focus\:-translate-y-11p:focus {
        --tw-translate-y: -11px;
    }
    .x\:focus\:-translate-y-13p:focus {
        --tw-translate-y: -13px;
    }
    .x\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }
    .x\:focus\:-translate-y-18p:focus {
        --tw-translate-y: -18px;
    }
    .x\:focus\:-translate-y-19p:focus {
        --tw-translate-y: -19px;
    }
    .x\:focus\:-translate-y-21p:focus {
        --tw-translate-y: -21px;
    }
    .x\:focus\:-translate-y-22p:focus {
        --tw-translate-y: -22px;
    }
    .x\:focus\:-translate-y-23p:focus {
        --tw-translate-y: -23px;
    }
    .x\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }
    .x\:focus\:-translate-y-26p:focus {
        --tw-translate-y: -26px;
    }
    .x\:focus\:-translate-y-29p:focus {
        --tw-translate-y: -29px;
    }
    .x\:focus\:-translate-y-30p:focus {
        --tw-translate-y: -30px;
    }
    .x\:focus\:-translate-y-31p:focus {
        --tw-translate-y: -31px;
    }
    .x\:focus\:-translate-y-35p:focus {
        --tw-translate-y: -35px;
    }
    .x\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52px;
    }
    .x\:focus\:-translate-y-53p:focus {
        --tw-translate-y: -53px;
    }
    .x\:focus\:-translate-y-55p:focus {
        --tw-translate-y: -55px;
    }
    .x\:focus\:-translate-y-59p:focus {
        --tw-translate-y: -59px;
    }
    .x\:focus\:-translate-y-27p:focus {
        --tw-translate-y: -27px;
    }
    .x\:focus\:-translate-y-33\.5p:focus {
        --tw-translate-y: -33.5px;
    }
    .x\:focus\:-translate-y-38p:focus {
        --tw-translate-y: -38px;
    }
    .x\:focus\:-translate-y-40p:focus {
        --tw-translate-y: -40px;
    }
    .x\:focus\:-translate-y-46p:focus {
        --tw-translate-y: -46px;
    }
    .x\:focus\:-translate-y-47p:focus {
        --tw-translate-y: -47px;
    }
    .x\:focus\:-translate-y-49p:focus {
        --tw-translate-y: -49px;
    }
    .x\:focus\:-translate-y-58p:focus {
        --tw-translate-y: -58px;
    }
    .x\:focus\:-translate-y-75p:focus {
        --tw-translate-y: -75px;
    }
    .x\:focus\:-translate-y-77p:focus {
        --tw-translate-y: -77px;
    }
    .x\:focus\:-translate-y-60p:focus {
        --tw-translate-y: -60px;
    }
    .x\:focus\:-translate-y-65p:focus {
        --tw-translate-y: -65px;
    }
    .x\:focus\:-translate-y-66p:focus {
        --tw-translate-y: -66px;
    }
    .x\:focus\:-translate-y-68p:focus {
        --tw-translate-y: -68px;
    }
    .x\:focus\:-translate-y-70p:focus {
        --tw-translate-y: -70px;
    }
    .x\:focus\:-translate-y-72p:focus {
        --tw-translate-y: -72px;
    }
    .x\:focus\:-translate-y-74p:focus {
        --tw-translate-y: -74px;
    }
    .x\:focus\:-translate-y-78p:focus {
        --tw-translate-y: -78px;
    }
    .x\:focus\:-translate-y-80p:focus {
        --tw-translate-y: -80px;
    }
    .x\:focus\:-translate-y-82p:focus {
        --tw-translate-y: -82px;
    }
    .x\:focus\:-translate-y-84p:focus {
        --tw-translate-y: -84px;
    }
    .x\:focus\:-translate-y-89p:focus {
        --tw-translate-y: -89px;
    }
    .x\:focus\:-translate-y-93p:focus {
        --tw-translate-y: -93px;
    }
    .x\:focus\:-translate-y-90p:focus {
        --tw-translate-y: -90px;
    }
    .x\:focus\:-translate-y-97p:focus {
        --tw-translate-y: -97px;
    }
    .x\:focus\:-translate-y-103p:focus {
        --tw-translate-y: -103px;
    }
    .x\:focus\:-translate-y-116p:focus {
        --tw-translate-y: -116px;
    }
    .x\:focus\:-translate-y-120p:focus {
        --tw-translate-y: -120px;
    }
    .x\:focus\:-translate-y-125p:focus {
        --tw-translate-y: -125px;
    }
    .x\:focus\:-translate-y-130p:focus {
        --tw-translate-y: -130px;
    }
    .x\:focus\:-translate-y-135p:focus {
        --tw-translate-y: -135px;
    }
    .x\:focus\:-translate-y-132p:focus {
        --tw-translate-y: -132px;
    }
    .x\:focus\:-translate-y-150p:focus {
        --tw-translate-y: -150px;
    }
    .x\:focus\:-translate-y-216p:focus {
        --tw-translate-y: -216px;
    }
    .x\:focus\:-translate-y-225p:focus {
        --tw-translate-y: -225px;
    }
    .x\:focus\:-translate-y-296p:focus {
        --tw-translate-y: -296px;
    }
    .x\:focus\:-translate-y-270p:focus {
        --tw-translate-y: -270px;
    }
    .x\:focus\:-translate-y-137p:focus {
        --tw-translate-y: -137px;
    }
    .x\:focus\:-translate-y-141p:focus {
        --tw-translate-y: -141px;
    }
    .x\:focus\:-translate-y-146p:focus {
        --tw-translate-y: -146px;
    }
    .x\:focus\:-translate-y-152p:focus {
        --tw-translate-y: -152px;
    }
    .x\:focus\:-translate-y-155p:focus {
        --tw-translate-y: -155px;
    }
    .x\:focus\:-translate-y-163p:focus {
        --tw-translate-y: -163px;
    }
    .x\:focus\:-translate-y-168p:focus {
        --tw-translate-y: -168px;
    }
    .x\:focus\:-translate-y-173p:focus {
        --tw-translate-y: -173px;
    }
    .x\:focus\:-translate-y-210p:focus {
        --tw-translate-y: -210px;
    }
    .x\:focus\:-translate-y-245p:focus {
        --tw-translate-y: -245px;
    }
    .x\:focus\:-translate-y-250p:focus {
        --tw-translate-y: -250px;
    }
    .x\:focus\:-translate-y-260p:focus {
        --tw-translate-y: -260px;
    }
    .x\:focus\:-translate-y-263p:focus {
        --tw-translate-y: -263px;
    }
    .x\:focus\:-translate-y-266p:focus {
        --tw-translate-y: -266px;
    }
    .x\:focus\:-translate-y-275p:focus {
        --tw-translate-y: -275px;
    }
    .x\:focus\:-translate-y-300p:focus {
        --tw-translate-y: -300px;
    }
    .x\:focus\:-translate-y-312p:focus {
        --tw-translate-y: -312px;
    }
    .x\:focus\:-translate-y-318p:focus {
        --tw-translate-y: -318px;
    }
    .x\:focus\:-translate-y-322p:focus {
        --tw-translate-y: -322px;
    }
    .x\:focus\:-translate-y-337p:focus {
        --tw-translate-y: -337px;
    }
    .x\:focus\:-translate-y-345p:focus {
        --tw-translate-y: -345px;
    }
    .x\:focus\:-translate-y-344p:focus {
        --tw-translate-y: -344px;
    }
    .x\:focus\:-translate-y-354p:focus {
        --tw-translate-y: -354px;
    }
    .x\:focus\:-translate-y-364p:focus {
        --tw-translate-y: -364px;
    }
    .x\:focus\:-translate-y-370p:focus {
        --tw-translate-y: -370px;
    }
    .x\:focus\:-translate-y-382p:focus {
        --tw-translate-y: -382px;
    }
    .x\:focus\:-translate-y-385p:focus {
        --tw-translate-y: -385px;
    }
    .x\:focus\:-translate-y-400p:focus {
        --tw-translate-y: -400px;
    }
    .x\:focus\:-translate-y-407p:focus {
        --tw-translate-y: -407px;
    }
    .x\:focus\:-translate-y-411p:focus {
        --tw-translate-y: -411px;
    }
    .x\:focus\:-translate-y-418p:focus {
        --tw-translate-y: -418px;
    }
    .x\:focus\:-translate-y-430p:focus {
        --tw-translate-y: -430px;
    }
    .x\:focus\:-translate-y-450p:focus {
        --tw-translate-y: -450px;
    }
    .x\:focus\:-translate-y-468p:focus {
        --tw-translate-y: -468px;
    }
    .x\:focus\:-translate-y-485p:focus {
        --tw-translate-y: -485px;
    }
    .x\:focus\:-translate-y-491p:focus {
        --tw-translate-y: -491px;
    }
    .x\:focus\:-translate-y-494p:focus {
        --tw-translate-y: -494px;
    }
    .x\:focus\:-translate-y-470p:focus {
        --tw-translate-y: -470px;
    }
    .x\:focus\:-translate-y-480p:focus {
        --tw-translate-y: -480px;
    }
    .x\:focus\:-translate-y-532p:focus {
        --tw-translate-y: -532px;
    }
    .x\:focus\:-translate-y-556p:focus {
        --tw-translate-y: -556px;
    }
    .x\:focus\:-translate-y-505p:focus {
        --tw-translate-y: -505px;
    }
    .x\:focus\:-translate-y-1179p:focus {
        --tw-translate-y: -1179px;
    }
    .x\:focus\:-translate-y-1253p:focus {
        --tw-translate-y: -1253px;
    }
    .x\:focus\:-translate-y-1575p:focus {
        --tw-translate-y: -1575px;
    }
    .x\:focus\:-translate-y-600p:focus {
        --tw-translate-y: -600px;
    }
    .x\:focus\:-translate-y-649p:focus {
        --tw-translate-y: -649px;
    }
    .x\:focus\:-translate-y-690p:focus {
        --tw-translate-y: -690px;
    }
    .x\:focus\:-translate-y-19\%:focus {
        --tw-translate-y: -19%;
    }
    .x\:focus\:-translate-y-23\%:focus {
        --tw-translate-y: -23%;
    }
    .x\:focus\:-translate-y-24\%:focus {
        --tw-translate-y: -24%;
    }
    .x\:focus\:-translate-y-36\%:focus {
        --tw-translate-y: -36%;
    }
    .x\:focus\:-translate-y-27\%:focus {
        --tw-translate-y: -27%;
    }
    .x\:focus\:-translate-y-28\%:focus {
        --tw-translate-y: -28%;
    }
    .x\:focus\:-translate-y-42\%:focus {
        --tw-translate-y: -42%;
    }
    .x\:focus\:-translate-y-46\%:focus {
        --tw-translate-y: -46%;
    }
    .x\:focus\:-translate-y-49\%:focus {
        --tw-translate-y: -49%;
    }
    .x\:focus\:-translate-y-54\%:focus {
        --tw-translate-y: -54%;
    }
    .x\:focus\:-translate-y-58\%:focus {
        --tw-translate-y: -58%;
    }
    .x\:focus\:-translate-y-72\%:focus {
        --tw-translate-y: -72%;
    }
    .x\:focus\:-translate-y-76\%:focus {
        --tw-translate-y: -76%;
    }
    .x\:focus\:-translate-y-77\%:focus {
        --tw-translate-y: -77%;
    }
    .x\:focus\:-translate-y-340p:focus {
        --tw-translate-y: -340px;
    }
    .x\:focus\:-translate-y-700p:focus {
        --tw-translate-y: -700px;
    }
    .x\:focus\:-translate-y-848p:focus {
        --tw-translate-y: -848px;
    }
    .x\:focus\:-translate-y-850p:focus {
        --tw-translate-y: -850px;
    }
    .x\:focus\:-translate-y-860p:focus {
        --tw-translate-y: -860px;
    }
    .x\:focus\:-translate-y-1425p:focus {
        --tw-translate-y: -1425px;
    }
    .x\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }
    .x\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }
    .x\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }
    .x\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }
    .x\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }
    .x\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }
    .x\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }
    .x\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }
    .x\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }
    .x\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }
    .x\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }
    .x\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }
    .x\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }
    .x\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }
    .x\:skew-x-0 {
        --tw-skew-x: 0deg;
    }
    .x\:skew-x-1 {
        --tw-skew-x: 1deg;
    }
    .x\:skew-x-2 {
        --tw-skew-x: 2deg;
    }
    .x\:skew-x-3 {
        --tw-skew-x: 3deg;
    }
    .x\:skew-x-6 {
        --tw-skew-x: 6deg;
    }
    .x\:skew-x-12 {
        --tw-skew-x: 12deg;
    }
    .x\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }
    .x\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }
    .x\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }
    .x\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }
    .x\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }
    .x\:skew-y-0 {
        --tw-skew-y: 0deg;
    }
    .x\:skew-y-1 {
        --tw-skew-y: 1deg;
    }
    .x\:skew-y-2 {
        --tw-skew-y: 2deg;
    }
    .x\:skew-y-3 {
        --tw-skew-y: 3deg;
    }
    .x\:skew-y-6 {
        --tw-skew-y: 6deg;
    }
    .x\:skew-y-12 {
        --tw-skew-y: 12deg;
    }
    .x\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }
    .x\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }
    .x\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }
    .x\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }
    .x\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }
    .x\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }
    .x\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }
    .x\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }
    .x\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }
    .x\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }
    .x\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }
    .x\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }
    .x\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }
    .x\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }
    .x\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }
    .x\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }
    .x\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }
    .x\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }
    .x\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }
    .x\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }
    .x\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }
    .x\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }
    .x\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }
    .x\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }
    .x\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }
    .x\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }
    .x\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }
    .x\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }
    .x\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }
    .x\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }
    .x\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }
    .x\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }
    .x\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }
    .x\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }
    .x\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }
    .x\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }
    .x\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }
    .x\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }
    .x\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }
    .x\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }
    .x\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }
    .x\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }
    .x\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }
    .x\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }
    .x\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }
    .x\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }
    .x\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }
    .x\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }
    .x\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }
    .x\:transition-none {
        transition-property: none;
    }
    .x\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .x\: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;
    }
    .x\: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;
    }
    .x\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .x\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .x\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .x\:ease-linear {
        transition-timing-function: linear;
    }
    .x\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
    .x\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .x\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .x\:duration-75 {
        transition-duration: 75ms;
    }
    .x\:duration-100 {
        transition-duration: 0.1s;
    }
    .x\:duration-150 {
        transition-duration: 150ms;
    }
    .x\:duration-200 {
        transition-duration: 0.2s;
    }
    .x\:duration-300 {
        transition-duration: 0.3s;
    }
    .x\:duration-500 {
        transition-duration: 0.5s;
    }
    .x\:duration-700 {
        transition-duration: 0.7s;
    }
    .x\:duration-1000 {
        transition-duration: 1s;
    }
    .x\:delay-75 {
        transition-delay: 75ms;
    }
    .x\:delay-100 {
        transition-delay: 0.1s;
    }
    .x\:delay-150 {
        transition-delay: 150ms;
    }
    .x\:delay-200 {
        transition-delay: 0.2s;
    }
    .x\:delay-300 {
        transition-delay: 0.3s;
    }
    .x\:delay-500 {
        transition-delay: 0.5s;
    }
    .x\:delay-700 {
        transition-delay: 0.7s;
    }
    .x\:delay-1000 {
        transition-delay: 1s;
    }
    .x\:animate-none {
        animation: none;
    }
    .x\:animate-spin {
        animation: spin 1s linear infinite;
    }
    .x\:animate-ping {
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }
    .x\:animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    .x\:animate-bounce {
        animation: bounce 1s infinite;
    }
}
